:root {
  --bg: #0b1220;
  --panel: rgba(255, 255, 255, 0.06);
  --panel2: rgba(255, 255, 255, 0.08);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.72);
  --muted2: rgba(255, 255, 255, 0.58);
  --stroke: rgba(255, 255, 255, 0.12);
  --shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
  --r: 18px;
  --accent: #6ae4ff;
  --accent2: #7c5cff;
  --ok: #39d98a;
  --danger: #ff5c7a;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
}


body {
	/*background-image: url("../img/nubes.svg");
	background-size: cover;
	background-repeat-y: no-repeat;
	background-repeat-x: no-repeat;*/
	background: radial-gradient(
      1200px 900px at 10% -10%,
      rgba(124, 92, 255, 0.55),
      transparent 60%
    ),
    radial-gradient(
      1100px 900px at 110% 10%,
      rgba(106, 228, 255, 0.45),
      transparent 55%
    ),
    var(--bg) !important;
	width: 100%; height: 100%; /*overflow: hidden;*/ padding: 0px; margin: 0px;}


	.dropdown { position: relative; display: inline-block; }
	.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); }
	.dropdown-content div { padding: 10px; cursor: pointer; }
	.dropdown-content div:hover { background-color: #f1f1f1; }
	.dropdown:hover .dropdown-content { display: block; }
	.dropdown img { width: 20px; height: 20px; margin-right: 10px; }

.containerx
{
	margin: 50px;
}

.precio_venta
{
	color: green;
}

.precio_oferta
{
	color: lightseagreen;
}

img.logo
{
	max-width: 200px;
	max-height: 100px;
	/*background-color: white;
	mix-blend-mode: multiply;*/
}

h1 {text-align: center; display: inline; font-size: 18px;}
h2 {font-size: 18px;}
h5 {text-align: center; display: inline; font-size: 18px;}

			.box {/*text-align: center;*/ border: solid 1px gray; padding: 5px; border-radius: 5px; /*background: currentColor*/;  width: 100%; white-space: nowrap; /*overflow-x: hidden; overflow-y: hidden;*/ box-shadow: 0px 10px 10px black;}
			.lastest_title {background: #ebe8c0; margin: 5px; padding: 5px; border-radius: 20px; color: #6d6d6d; height: 50px;}

			.left { background: white;}
			.right { background: #212529;}
			.right .nota { font-size: 12px;}
			.nota {width: 100%; padding: 10px; background: rgba(255,255,255,.8)}

			.publicidad { padding: 0px; margin: 0px; overflow: hidden; text-align: center; background: none;}

			.publicidad img {max-width: 100%; max-height: 100%;}

			p {text-align: justify; font-size: 18px; color: #6d6d6d;}

			.section_title {font-size: 12px; color: red; text-align: right;}

			.weather { max-width: 100%; max-height: 100%;}

			.title_vertical { vertical-align: middle; line-height: 50px;}

			.img_nota { width: 100%; height: 200px; padding: 5px; text-align: center; /*vertical-align: middle;*/ display: flex;}

			.box_img img {max-width: 100%; max-height: 100%;}

			.texto {width: 100%;}

			.botones {
				margin: 5px;
				padding: 5px;
				background: #c9fdff;
				border: solid 1px white;
				color: #007bff;
				font-size: 24px;
			}

			.controls { text-align: center; font-size: 14px; color: #6d6d6d; display: flex;}
			.busqueda input {width: 50%; border: none; border-bottom: solid 1px gray; border-radius: 0px; background: transparent}
			label {color: #6d6d6d; font-weight: bold;}
            .busqueda { color: #6d6d6d; background: white; display: inherit;}
			.btn2.big
			{
				height: 100px;
				margin-top: 0px;
				margin-left: 5px;
			}
			.btn2 {padding: 10px; display: inline-block; background: linear-gradient(175deg, #f69f00, #a80e0e); border: solid 3px #ff8001; border-radius: 10px; color: white; font-weight: bold; font-family: Arial; font-size: 20px;}
			.btn3 {padding: 10px; display: inline-block; background: linear-gradient(175deg, #313131, #858585); border: solid 3px #ff8001; border-radius: 10px; color: white; font-weight: bold; font-family: Arial; font-size: 20px;}

.frmlogin .inp{
	background: #314e59;
}
.imagenes_box {
    display: block;
    width: 100%;
    height: 300px;
    background: #3d3d3d;
    text-align: center;
    vertical-align: middle;
    line-height: 300px;
}

.imagenes_box img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.title
{
	text-decoration: none;
	color: #5f8dd3;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	display: block;
	line-height: 90%;
	margin-bottom: 10px;
}

.footer
{
	background: #5f8dd3;
	width: 100%;
	height: 100px;
	padding: 0px;
	margin-top: 20px;
}

hr {
	background: #5f8dd3;
}

.descripcion
{
	font-family: Arial;
	color: rgb(87, 87, 87);
	font-size: 12px;
}

.qty
{
	height: 50px;
	width: 100px;
	font-size: 24px;
}

.precio
{
	color: #5f8dd3;
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
}

.oferta
{
	color: orange;
	font-weight: bold;
	font-size: 28px;
	margin: 0px;
}

.titulo
{
	text-align: center;
	font-weight: bold;
	margin: auto;
	display: block;
}

.btn_menu {
	width: 100%;
    background: #5f8dd3;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    height: 180px;
	margin: 5px;
	border: solid 1px white;
}

.btn_menu:hover {
	cursor: pointer;
}

.btn_menu img
{
	max-width: 100%;
	max-height: 100px;
	margin: auto;
}

.ttl_menu
{
	display: block;
}

.title_categoria
{
	color:#fab269;
	font-size: 14px;
	font-weight: bold;
}

.title_tienda
{
	color: #8acfff;
	font-size: 18px;
	font-weight: bold;
}

/* ESTILOS DE LOGIN */

.box {
    margin: auto; width: 250px; background: ghostwhite; padding: 20px; color: white; font-weight: bold; border-radius: 10px;
}

.inp {
    border: none; border-bottom: solid 2px white; display: inline-block; padding: 10px; width: 100%;
}

.inp i {
    font-size: 32px; float: left;
}

#email, #pass {
    background: transparent; border: none; font-weight: bold; color: white; width: calc(100% - 32px); float: left; outline: none;
}

#email::placeholder, #pass::placeholder {
   color: white; font-weight: bold; outline: none;
}

#email:focus, #pass:focus {
    outline: none; color: white; font-weight: bold; border: 0px; outline-style:none; box-shadow:none; border-color:transparent;
}

.link {
    color: white;
}


/* TERMINAN ESTILOS DE LOGIN */
@media (orientation: landscape) {
	.publicidad {
		width: 100%;
		height: 350px;
		background: white;
	}
}


/* ESTILOS ADMIN */
	.box_table
	{
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
		background: rgb(255,255,255);
	}

.form_white
{
	background: rgb(255,255,255);
	padding: 10px;
}

.img_products
{
	max-width: 150px;
	max-height: 150px;
}
/* TERMINAN ESTILOS ADMIN */


/* ESTILOS ADMIN TIENDA */
.cajamapa
{
	width: 100%;
	margin: auto;
	text-align: center;
	background: rgb(255, 255, 255);
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 100%;
}

#tbl_products tbody tr:hover
{
	background: rgb(233, 193, 18);
	color: white;
	cursor: pointer;
}

#tbl_products
{
	min-width: 1200px;
}

img.mini
{
	max-width: 60px;
	max-height: 60px;
}

.total_ttl
{
	background: yellow;
	padding: 5px;
	border: solid 2px red;
	width: 100%;
	display: block;
	font-size: 20px;
}

.total_ttl2
{
	background: rgb(106 143 244);
	padding: 5px;
	border: solid 2px rgb(255, 187, 0);
	width: 100%;
	display: block;
	font-size: 20px;
	color: white;
}

.box_tablepv
{
	height: 350px;
	width: 100%;
	background: white;
	overflow-y: scroll;
}

.box_tablepv_header
{
	width: 100%;
}

#tbl_products2 tbody tr:hover
{
	background: orange;
}

.blacklayer
{
	width: calc(100% + 15px);
	height: 100%;
	background: rgba(0,0,0,.9);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: block;
	overflow-y: scroll;
}

.box_payment
{
	width: calc(100% - 100px);
    margin: auto;
    background: white;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.compare
{
	max-width: 100%;
  	position: inline-block;
  	margin: auto;
	text-align: cemter;
}

.compare div.soriana
{
	background: #709814; color: white; padding: 2px; font-size: 10px;
	margin: auto;
}

.compare div.heb
{
	background: #db6d3a; color: white; padding: 2px; font-size: 10px;
}

.compare div.walmart
{
	background: #93caff; color: white; padding: 2px; font-size: 10px;
}


.fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }

  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }

  .competencia
  {
	width: 100%;
	display: inline-block;
	text-align: center;;
  }

  .princecompe
  {
	width: 100%;
	display: inline-block;
	text-align: center;
  }
