body {
	font-family: 'Raleway';
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}

h1 {
	color: #000;
	font-weight: 700;
	font-size: 1.4em;
	padding: 1em 1.5em 0 1em;
}

h2 {
	color: #FFF;
	font-weight: 700;
	font-size: 1.4em;
	padding-top: 13px;
	text-transform: uppercase;
}

.h2Peq {
	font-size: 14px;
	padding-top: 15px;
}

.ca-nav span {
	z-index: 99 !important;
}

#portadaTexto p {
	line-height: 23px;
	padding-bottom: 14px;
	font-family: 'Raleway';
}

#portadaTexto ul, #portadaTexto ol {
	padding-left: 20px;
	list-style: inside;
}

#portadaTexto li {
	list-style-position: outside; /* Empuja el punto fuera del texto */
	text-align: left;
	line-height: 23px;
}

.spanNo {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	padding-top: 13px;
	text-transform: uppercase;
	background-color: #FFF;
	padding-right: 10px;
	letter-spacing: 1px;
}

h2.izq {
	padding-left: 11px;
}

h2.der {
	background-image: url(../img/tituloSeccion2.jpg);
	padding-right: 1em;
	text-align: right;
}

h3 {
	padding-top: 1em;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
	color: #000;
	padding-bottom: 10px;
}

.readOnly {
	background-color: #EEE !important;
}

.mayusculas {
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
	display: block;
	padding: 5px 0 0;
}

input[type=radio] {
	margin-right: 10px;
}

input[type=submit],
input[type=button],
input[type=reset] {
	display: block;
	border: none;
	float: left;
	color: #FFF;
	background-color: #333;
	margin-bottom: 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Raleway';
	padding: 12px 24px 11px;
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.txtRecomendar {
	width: 300px;
	margin-left: 0 !important;
	float: left;
	padding: 8px;
}

ul.path {
	background-color: #5A97D2;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
}

ul.path li {
	display: inline-block;
	padding-right: 1em;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Raleway';
}

ul.path li a {
	color: #FFF !important;
}


#contenedorPadre {
	margin: auto;
	width: 100%;
}

#contenedor {
	width: 1280px;
	overflow: hidden;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.contenedor {
	width: 1280px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.contenedorMargen {
	width: 1280px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-top: 100px;
}

.contenedorMargen2 {
	padding-top: 0px;
	margin-top: -10px;
}

.contenedorPie {
	width: 1280px;
	overflow: hidden;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#cabecera {
	top: 0;
	width: 100%;
	font-family: 'Raleway';
	position: fixed;
	z-index: 100;
	background-color: #FFF;
}

#cabeceraLogo {
	padding-top: 10px;
	float: left;
	position: absolute;
	z-index: 10;
}

.divShield {
	position: absolute;
	top: 200px;
	left: 50%;
	color: #FFF;
	text-align: center;
	width: 400px;
	margin-left: -200px;
}

.divShield h1 {
	color: #5A97D2;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 35px;
	font-family: 'Lato', sans-serif;
}

.divShield p {
	font-size: 18px;
	padding-bottom: 25px;
}

.divShield svg {
	display: block;
	width: 160px;
	margin: auto;
	color: #5A97D2;
	margin-bottom: 40px;
}

.divShield i {
	font-size: 22px;
	padding-left: 3px;
	padding-right: 7px;
}

.divShield i::before {
	margin-top: -17px;
	position: absolute;
}

.divShield a {
	border: 2px solid #FFF;
	text-transform: uppercase;
	color: #FFF;
	padding: 11px 20px 10px 20px;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s;
}

.divShield a:hover {
	background-color: #FFF;
	color: #5A97D2;
	text-decoration: none;
}

#cabeceraPago {
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}

.imgPago {
	border: 1px solid #EEE;
	width: 100%;
}

#cabeceraBuscador {
	float: right;
	;
}

#buscador {
	margin-top: 19px;
	float: right;
	position: relative;
	z-index: 20000;
}

.txtBusqueda {
	width: 170px;
	background-color: #F2F2F2;
	font-family: 'Raleway';
	font-size: 12px;
	transition: width 0.4s ease-in-out;
	position: absolute;
	top: 0px;
	right: 30px;
	border: 0;
	border-radius: 0px;
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

.txtBusqueda:not(focus) {
	display: none;
}

.txtBusqueda .fa {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}

.txtBusqueda input {
	border: none;
	background-color: #F2F2F2;
	margin-top: 10px;
}

.imgLupa {
	margin-left: -20px;
	margin-top: 2px;
}

#txtBusqueda {
	float: left;
	border: 0;
	width: 200px;
	height: 22px;
	margin-top: 1px;
	margin-right: 3px;
}

#menuCuentaContenedor {
	background-color: #292929;
	width: 100%;
	height: 30px;
	padding-top: 18px;
}

#menuCuenta {
	float: right;
}

#menuCuenta li {
	float: left;
	padding-right: 0px;
}

#menuCuenta li:first-child {
	padding-left: 0px;
}

#menuCuenta ul {
	float: left;
}

#menuCuenta a:link,
#menuCuentaDer a:link {
	color: #FFF;
}

#menuCuenta i {
	padding-right: 2px;
	padding-left: 15px;
	color: #5A97D2;
}

#menuCuenta li:last-child a {
	padding-right: 0px;
}

#menuCuenta li:first-child i {
	padding-left: 0px;
}

#menuCuenta a:visited,
#menuCuentaDer a:visited {
	color: #FFF;
}

#menuCuenta a:hover {
	color: #5A97D2 !important;
	text-decoration: none;
}

#menuCuentaDer li {
	float: right;
}

.cuentaSepara {
	background-color: #555;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 1px;
	height: 15px;
	display: block;
	float: left;
}

#menuCuentaIzq {
	float: left;
}

.bienvenida {
	color: #CCC;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#menuCuentaIzq span:first-child {
	padding-left: 0px;
}

.bienvenida a {
	color: #FFF !important;
	display: inline-block;
}

.bienvenida a:hover {
	color: #5A97D2 !important;
	text-decoration: none;
}

.bienvenida .fa {
	font-size: 14px;
}

#url {
	float: left;
	color: #CCC;
	margin-left: 40px;
}

#menuCuentaDer {
	width: 28%;
	float: left;
	text-align: right;
}

#marca {
	width: 100%;
	height: 73px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

#menuContenedor {
	top: 32px;
	font-family: 'Raleway';
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 0;
}

#menuPrincipal ul {
	margin: auto;
	display: block;
}

#menuPrincipal li {
	display: inline-block;
	font-size: 14px;
	font-weight: 700
}

#menuPrincipal a {
	color: #444444;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menuPrincipal a:hover {
	color: #5A97D2;
	text-decoration: none;
}

.menuSepara {
	background: url(../img/menuSepara.gif) no-repeat left top;
	width: 1px;
	height: 35px;
	display: block;
	float: right;
}

#lateralIzq {
	width: 20%;
	vertical-align: top;
	padding-top: 60px;
	float: left;
}

#contenido {
	overflow: hidden;
	color: #333;
	float: right;
	vertical-align: top;
	padding-top: 60px;
	width: 75%;
}

#contenido a {
	color: #333;
}

#pie {
	clear: both;
	font-size: 12px;
	color: #FFF;
	background-color: #1E1E1E;
	width: 100%;
	padding-top: 35px;
	font-family: 'Raleway';
}

.pieSeccion {
	float: left;
	width: 25%;
	margin-bottom: 20px;
}

#pie h2 {
	color: #FFF;
	font-size: 14px;
	padding-bottom: 20px;
}

#pie a {
	color: #eee;
	font-weight: normal;
}

.separaPie {
	width: 100%;
	height: 1px;
	display: block;
	background-color: #333;
}

#registroUsuario {
	width: 100%;
	margin-bottom: 40px;
}

#registroUsuario ul {
	font-size: 11px;
}

#registroUsuario li {
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	line-height: 15px;
	color: #555;
	font-size: 13px;
}

#vistos {
	margin-bottom: 40px;
}

#categorias {
	width: 100%;
	margin-bottom: 40px;
}

#categorias ul {
	font-size: 9px;
}

#categorias li {
	background-color: #FFF;
	position: relative;
	z-index: 10;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EEE;
}

.spanNum {
	color: #999;
}

#categorias li:last-child {
	border-bottom: 0px solid #EEE;
}

#categorias ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 100%;
	width: 270px;
	border: 1px solid #DDD;
	top: -1px;
	background-color: #FFF;
	z-index: 1000;
	transition: all 0.3s ease;
	transform: translateX(10px);
}

#categorias ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

#categorias ul ul li {
	background-color: #EEE;
	height: auto;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #FFF;
}


.iProduct {
	font-size: 12px !important;
	padding-right: 7px;
	color: #5A97D2;
}

.pTecnique {
	margin-bottom: 10px;
	height: 35px !important;
}

.pTecnique span {
	display: block;
}

#categorias a {
	font-size: 14px;
	color: #222;
	padding-right: 15px !important;
	line-height: 20px;
	font-family: 'Raleway';
}

.bx-wrapper {
	border: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 110px !important;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next,
.bx-pager {
	display: none !important;
}

.flecha {
	background-image: url(../img/flecha.gif);
	background-repeat: no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	float: right;
}

.h1Portada {
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 20px;
	color: #333;
	padding-top: 0px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.seccionTitulo {
	background-position: 0 8px;
	background-repeat: repeat-x;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	background-image: url(../img/border.png);
}

.nuevoCliente {
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
}

.seccionTituloV {
	width: 100%;
	height: 42px;
	background-color: #000;
	margin-bottom: 15px;
}

.seccionTituloCarrito {
	width: 100%;
	height: 42px;
	margin-top: 4px;
}

.seccionTitulo2 {
	width: 100%;
	height: 42px;
	background-color: #000;
	margin-top: 5px;
	margin-bottom: 2px;
}

.seccionTitulo3 {
	padding-left: 0;
	color: #444;
	font-family: "Montserrat";
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.seccionTitulo4 {
	padding-left: 0;
	color: #444547;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.inline {
	float: right;
}

hr {
	background-color: #333;
	height: 1px !important;
}

.seccionSepara {
	width: 100%;
	margin-top: -10px;
	margin-bottom: 20px;
	border: 0;
	float: left;
}

.seccionSeparaProduct {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	background-color: #DDD;
}

.seccionSeparaProduct2 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
	border: 0;
	background-color: #DDD;
}

.seccionSeparaProduct3 {
	width: 100%;
	margin-top: 5px;
	border: none;
	background: none;

}

.seccionSepara3 {
	width: 100%;
	margin-top: 7px;
	border: 0;
	background-color: #DDD;
}

.separaPedido:first-child {
	display: none;
}

.contenedorShopOrderDetail img {
	display: none;
}

#marcas {
	width: 100%
}

#marcas ul {
	font-size: 9px
}

#marcas li {
	background-color: #DBE1E8;
	margin-top: 1px;
	padding: 10px 10px 8px
}

#marcas a {
	font-size: 1.2em;
	color: #333
}

#masVendidos {
	width: 100%;
	color: #333
}

#masVendidos ul {
	font-size: 11px
}

#masVendidos li {
	background-color: #DBE1E8;
	padding-left: 10px;
	padding-right: 10px
}

#masVendidos a {
	font-size: 1.1em;
	color: #333
}

.vendidoItem {
	float: left;
	padding-top: 14px
}

.vendidoTexto {
	width: 185px;
	margin-left: 18px;
	padding-top: 14px;
	padding-bottom: 12px
}

#busqueda form {
	padding-top: 1em
}

#busqueda {
	padding-top: 8px;
	padding-right: 10px;
	float: left
}

#busqueda a {
	font-weight: 700;
	color: #FFF
}

#compras {
	background-color: #4863B3;
	color: #FFF
}

#compras a {
	color: #FFF;
	background-color: #333;
	padding: 5px 10px
}

#ningunProducto {
	padding-bottom: 10px;
	color: #FFF
}

#resumenPrecio {
	background-color: #FFF;
	color: #444547;
	height: 29px;
	margin-bottom: 1px
}

#precioTotal {
	float: right;
	width: 50%;
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
	color: #666;
	font-weight: 700;
	font-size: 14px
}

#textoTotal {
	padding-top: 9px;
	width: 50%;
	padding-left: 10px
}

#carrito {
	width: 89%;
	margin: auto
}

.carritoLinea {
	padding-bottom: 5px
}

#carritoBotonera {
	padding-top: 30px
}

#carritoCesta {
	float: left
}

#carritoPedido {
	float: right
}

#servicios ul {
	padding: 1em 0
}

#servicios li {
	line-height: 1.5em;
	padding-left: 1em
}

#servicios a {
	font-size: 1.1em;
	font-weight: 700;
	color: #FFF
}

#video {
	width: 50em;
	margin: auto
}

#botones {
	margin-left: 0;
	padding-top: 0px;
}

#botones2 {
	margin-left: 30px
}

#productoPrecio {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #444547
}

.productoPrecio {
	float: right;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #444547
}

#productoPrecioOfertada {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: red
}

.productoPrecioOfertada {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: red
}

#productoPrecioTachado {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 18px;
	text-decoration: line-through
}

.productoContenido,
.productoContenido2 {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	font-family: 'Raleway';
}

.productoContenido2 {
	padding-top: 0px;
}

.paginaContenido {
	overflow: hidden;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}

.paginaContenido p {
	padding-bottom: 15px
}

.productoContenido h3 {
	padding-top: 9px;
	padding-bottom: 20px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Raleway';
	font-weight: normal;
}

.aOlvidado {
	font-size: 11px;
	color: #FFF
}


.divProductPackText,
.pProductPackText {
	margin-top: 10px;
}

.divProductPackText li {
	text-align: left;
	padding: 5px 0px;
	list-style: none;
}

.divProductPackText li::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	margin-right: 0.5em;
}

.aButtonDark {
	float: left;
	background-color: #333;
	margin-right: 3px;
	text-transform: uppercase;
	padding-top: 12px !important;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 9px;
	font-size: 13px;
	padding-top: 2px;
	color: #FFF !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.aButtonDark:hover {
	text-decoration: none !important;
}

.productoContenido li a {
	font-size: 13px;
	padding-top: 2px;
	color: #FFF !important;
	font-weight: 600;
	letter-spacing: 1px;
}

#imgProducto {
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 20px;
	box-shadow: 0 0 8px #000
}

.divProductoImagen {
	width: 100%;
	position: relative;
	text-align: center;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}

.divProductoImagen::before {
	content: "";
	display: block;
	padding-top: 71.2%;
}

.divProductoImagen img {
	margin: auto;
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

.divProductoImagen a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.divProductoImagen {
	width: 100%;
	position: relative;
}

.divProductoAcabado {
	width: calc(33.33% - 2px);
	display: inline-block;
	text-align: center;
	margin-bottom: 3px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	margin-right: 3px;
}

.divProductoAcabado2 {
	margin-right: 0px;
}

#divGaleria {
	text-align: left;
	margin-top: 20px;
}

#imgProducto2 {
	text-align: center;
	margin: auto;
	max-width: 438px;
	max-height: 379px;
}

.imgProducto2 {
	text-align: center;
	margin: auto;
	max-width: 438px;
	max-height: 379px;
	margin-bottom: 20px;
}

.imgAcabado {
	text-align: center;
	margin: auto;
	width: 100%;
}

.sombra {
	box-shadow: 0px 0px 6px #000;
}

.sombra {
	box-shadow: 0px 0px 6px #000;
}

.sombra2 {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.50);
}

.spanAcabado {
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	color: #222222;
}

#productoTexto {
	padding-top: 7px;
	padding-right: 10px;
	line-height: 23px;
	text-align: left;
	text-align: justify;
	font-family: 'Raleway';
}

#productoTexto2 {
	padding: 20px 2.5%;
	line-height: 15px;
	text-align: justify
}

#productoTexto p,
#productoTexto2 p,

#productoTextoCuadro p {
	padding-bottom: 15px;
}

#productoTextoCuadro {
	line-height: 23px;
	text-align: justify;
}

.pProductoFecha {
	font-size: 11px;
	color: #333;
	text-align: left;
	padding-top: 0px;
	line-height: 20px;
	margin-bottom: 20px
}

.formularioCorreo {
	line-height: 20px;
}

.formularioCorreo li {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	color: #444547;
	padding-left: 0px;
	padding-right: 0px;
}

#aCuenta {
	color: #444547 !important;
	font-weight: 100 !important;
}

.flecha2 {
	background-image: url(../img/flecha.png);
	background-repeat: no-repeat;
	display: block;
	width: 18px;
	height: 15px;
	float: left;
	padding-left: 10px;
}

.formularioCliente1,
.formularioCliente2 {
	float: left;
	width: 45%;
	height: auto;
}

.formularioCliente1 {
	padding-right: 5%;
}

.formularioCliente2 p,
.formularioCliente1 p {
	padding-bottom: 10px;
	line-height: 20px;
	padding-top: 5px
}

.formularioCliente2 label {
	padding-top: .5em;
	font-size: 14px
}

.producto p {
	font-size: 1.2em
}

.imgProductosImagen {
	border: 5px solid #DBE1E8;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.imgProductosImagenCompra {
	max-width: 220px;
	max-height: 150px;
	border: 5px solid #DBE1E8
}

.aProductosTitulo {
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	color: #143E68;
	padding: .5em 0
}

.combinationsCart {
	width: calc(100% - 30px);
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-weight: 400;
	margin: auto;
	line-height: 20px;
}

.personalizationCart {
	width: calc(100% - 30px);
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-weight: 400;
	margin: auto;
	font-size: 11px;
	margin-left: 55px;
	line-height: 1.5em;
}

.personalizationCartTitle {
	width: calc(100% - 30px);
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 7px;
}

.miniCat,
.miniCatLargo {
	width: 47%;
	float: left;
	margin-bottom: 50px;
	color: #333;
	box-sizing: border-box;
	font-family: 'Raleway';
	overflow: hidden;
}

.fieldset {
	border: 1px solid #eee;
	background: #fff;
	padding: 22px 25px 22px 25px;
	margin: 28px 0;
	box-sizing: border-box;
}

.miniCat1 {
	margin-left: 0;
	margin-right: 3%;
}

.miniCat2 {
	margin-left: 3%;
	margin-right: 0%;
}

.miniCatContenido {
	margin: auto;
	width: 100%;
	color: #333
}

.miniVistosContenido {
	margin: auto;
	width: 140px;
	padding-bottom: 15px;
	color: #333
}

.miniCatImg {
	width: 100%;
	position: relative;
	text-align: center;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}

.miniCatImg::before {
	content: "";
	display: block;
	padding-top: 72%;
}

.miniCatImg img {
	margin: auto;
	object-fit: contain;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.miniCatImg a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.miniVistosImg {
	padding-bottom: 10px;
	width: 140px;
	position: relative;
	text-align: center
}

.miniVistosImg img {
	margin: auto;
	box-shadow: 0 0 6px #000;
	max-width: 140px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.50);
}

.miniVistosImg a {
	margin-left: 0
}

.miniCat a,
.miniCatLargo a,
.miniVistosContenido a {
	color: #333 !important;
	font-weight: 700;
	font-size: 14px
}

.divCatTitulo {
	margin-top: 20px;
	height: 30px;
}

.divMiniVistosTitulo {
	margin-left: 5px;
	margin-right: 5px;
	text-align: center
}

.miniCat p,
.miniCatLargo p {
	line-height: 20px;
	height: 55px;
}

.miniCatPrecio {
	color: #444547;
	font-size: 14px;
	font-weight: 700;
}

.miniCatPrecioTachado {
	color: #444547;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
}

.miniCatPrecioOferta {
	color: red;
	font-size: 14px;
	font-weight: 700;
	float: left;
	padding-right: 10px;
}

.miniCatPrecioOfertaP {
	color: red;
	font-size: 14px;
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 0;
}

.miniProducto {
	width: 700px;
	min-height: 160px;
	margin: 1em 0;
	background-color: #F2F4F7;
	color: #333
}

.miniProductoBlog {
	width: 700px;
	min-height: 160px;
	margin: 1em 0;
	background-color: #F2F4F7;
	color: #333
}

.miniProdContenido {
	margin: auto;
	padding-top: 5px;
	padding-left: 5px
}

.miniProductoImg {
	float: left;
	width: 220px;
	height: 150px
}

.miniProductoImg img {
	margin: auto;
	display: block;
	box-shadow: 0 0 6px #000
}

.miniProductoTexto,
.miniProductoTextoBlog {
	width: 463px;
	float: right;
	float: right;
	margin: 5px 5px 10px
}

.miniProductoTexto a,
.miniProductoTextoBlog a {
	color: #333 !important;
	font-weight: 700;
	font-size: 13px
}

.miniProdContenido p {
	margin-left: 5px;
	padding-bottom: 10px;
	line-height: 15px;
	min-height: 80px
}

.miniProdBotonera ul {
	float: right
}

.miniProdBotonera li {
	float: left;
	background-color: #333;
	margin-right: 10px;
	padding: 5px 10px 7px 4px
}

.miniProductoTexto li a,
.miniProductoTextoBlog li a {
	color: #FFF !important
}

.miniProdBotonera a {
	font-weight: 400
}

.miniProdPrecio {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	float: left;
	padding-top: 5px;
	padding-left: 5px
}

.miniProdPrecioTachado {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	float: left;
	padding-top: 6px;
	padding-left: 5px;
	text-decoration: line-through
}

.miniProdPrecioOferta {
	color: red;
	font-size: 14px;
	font-weight: 700;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px
}

.miniProdPrecioOfertaE {
	color: red;
	font-size: 14px;
	font-weight: 700;
	float: left;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 10px;
	margin-left: -5px
}

.prodThumb,
.prodThumb2 {
	width: 49%;
	display: inline-block;
	;
	margin-top: 5px;
	border: 1px solid #999;
	;
	height: auto;
	box-sizing: border-box;
}

.prodThumb2 {
	margin-right: 0%;
}

.prodThumb {
	margin-right: 0.5%;
}

#imgLogo {
	width: 200px;
}

.clear {
	clear: both
}

.pTexto {
	padding: 20px
}

.pTexto1 {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px
}

.pTextoIzq {
	color: #000
}

.pProductoTexto {
	font-size: 1.2em;
	line-height: 2em;
	margin: 1em
}

.pError {
	padding: 10px 10px 9px 10px !important;
	background-color: #F66;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Raleway';
	display: block !important;
}

.pExito {
	padding: 10px 10px 10px 10px !important;
	background-color: #5cb85c;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Raleway';
	display: block !important;
}

.pDiscountError {
	padding: 10px 10px 10px 10px !important;
	background-color: #F66;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Raleway';
	display: block !important;
}

.pDiscountExito {
	padding: 10px 10px 10px 10px !important;
	background-color: #2d9fd9;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Raleway';
	display: block !important;
}

.pExito a {
	color: #FFF !important;
	text-decoration: underline;
}

.pExitoR {
	color: #F30;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-top: 40px;
	text-transform: uppercase;
	line-height: 25px
}

.pExitoRR {
	color: #F30;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px 30px;
	text-transform: uppercase;
	line-height: 25px
}

.flotaIzq {
	float: left;
}

img.flotaIzq {
	float: left;
}

.cuentaDer {
	float: right;
	padding-left: 20px;
}

.flotaDer {
	float: right;
	text-align: center;
	padding-left: 2%
}

.cuentaIzq {
	padding-right: 20px
}

.tablaCestaContenedor {
	width: 100%;
	border: solid 1px #DDD;
	font-family: 'Raleway';
}

.tablaCestaContenedor2 {
	width: 675px;
	border: solid 1px #7392A2;
	background-color: #F2F4F7;
	margin-right: 7px
}

.tablaVenta {
	width: 100%;
	border: solid 1px #ddd;
}

.tablaFormulario {
	width: 100%;
	line-height: 20px
}

.tdCestaCabecera {
	color: #333;
	font-weight: 700;
	height: 29px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdCestaCabeceraVenta {
	color: #333;
	font-weight: 700;
	height: 29px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px
}

.tdCesta {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 28px
}

.tdCestaBono {
	border: 1px solid #ddd;
	text-align: left;
	padding: 7px 10px 5px;
}

.tdCestaBonoDer {
	border: 1px solid #ddd;
	text-align: right;
	padding: 7px 10px 5px;
}

.tdCestaBonoCer {
	border: 1px solid #ddd;
	text-align: center;
	padding: 7px 10px 5px;
}

.tdCestaBonoDerVenta {
	border: 1px solid #ddd;
	text-align: right;
	padding: 7px 10px 5px;
}

.tdCestaBonoVenta {
	border: 1px solid #ddd;
	text-align: left;
	padding: 7px 10px 5px;
}

.tdCestaBonoCerVenta {
	border: 1px solid #ddd;
	text-align: center;
	padding: 7px 10px 5px;
}

.tdCestaTexto {
	font-size: 12px;
	color: #333;
	font-weight: 700;
	height: 125px;
	vertical-align: top;
	padding: 20px 0 20px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 18px;
}

.tdCestaTexto a {
	font-weight: 700;
	color: #333;
}

.btnCesta,
.btnCestaColor,
.btnExportData {
	background-color: #333;
	;
	border: none;
	outline: none;
	color: #FFF !important;
	padding: 12px 24px 9px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	line-height: normal;
}

.btnCestaColor {
	background-color: #5A97D2;
}

.btnExportData {
	background-color: #217346;
}


.btnCesta:visited {
	color: #FFF
}

.tdCestaResumenTexto {
	height: 3em;
	border: none;
	outline: none;
	vertical-align: middle;
	font-size: 1.1em;
	color: #333;
	font-weight: 700;
	text-align: right;
	padding-right: 1em
}


.btnCesta:disabled {
	background-color: #999 !important;
	color: #FFF !important;
	cursor: not-allowed;
}

.btnBack {
	font-size: 11px !important;
	padding: 7px 10px 7px 10px;
	margin-top: -3px;
}

.liBtnBack {
	float: right;
	padding-right: 0px !important;
}

.obligatorio {
	font-size: 20px;
	border: none;
	outline: none;
	font-weight: 700;
	color: red;
	margin-left: .1em;
	text-align: left;
}

#pieTienda {
	color: #DDD;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	line-height: 15px;
	background-color: #131313;
	color: #CCC;
}

.cuentaImagen {
	float: left;
	margin-right: 30px;
}

.ulCuenta {
	display: block;
	width: 100% !important;
	margin-left: 0px !important;
}

.ulCuenta i {
	color: #5A97D2;
}

.ulCuenta li {
	padding: 12px 24px 9px;
	text-transform: uppercase;
}

.modelo {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f3f3f3;
	padding-top: 5px;
	border: solid 1px #DDD;
	padding-bottom: 5px;
}

.tdAcabado {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f3f3f3;
	padding-top: 5px;
	border: solid 1px #DDD;
	padding-bottom: 5px;
	text-align: left;
	line-height: 25px;
}

.tdAcabado ul {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.tdAcabado li {
	background-color: transparent !important;
	text-transform: none !important;
	text-align: left !important;
	padding: 0px 0px 0px 0px !important;
	margin-bottom: 0px !important;
	line-height: 20px !important;
	float: none !important;
	list-style-type: square !important;
}

.modeloDer {
	background-color: #f3f3f3;
	border: solid 1px #DDD;
	text-align: right;
	min-width: 120px;
	padding: 3px 10px 7px
}

.ulRedes {
	padding-left: 35px
}

.liRedes {
	float: left;
	padding-left: 5px !important;
	padding-right: 0 !important
}

#divIva {
	margin-top: 1px
}

#tblPagar td {
	vertical-align: top;
	padding: 10px
}

.aCuadro {

	text-decoration: none;
	padding-bottom: 0;
	display: block;
	line-height: 5px
}

.aCuadro:hover,
.aCuadro2:hover {
	text-decoration: underline
}

#divBono {
	width: 220px;
	height: 130px;
	background-repeat: no-repeat
}

#divFiltro {
	width: 94%;
	background-color: #f3f3f3;
	padding: 20px 3%;
	margin: 30px 0 30px 0;
}

#divFiltro2 {
	width: 94%;
	background-color: #f3f3f3;
	padding: 20px 3%;
	margin: 0px 0 30px 0;
}

.bMargin {
	margin-bottom: 3px;
	display: block;
	text-align: left
}

.liEspecial {
	text-align: justify;
}

#divExaminar {
	margin-top: 20px;
	margin-left: 20px
}

#divExaminar p {
	font-size: 20px
}

#divExaminar input[type=submit] {
	margin-top: 0;
	margin-left: 0;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
	height: 40px
}

#dejaOpinion {
	display: none
}

.opinionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important
}

.opinionFile {
	margin-left: 30px
}

.divFormOpinion {
	padding: 0 15px 15px;
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.imgOpinion {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 0
}

.h2Opinion {
	color: #4863B3;
	font-style: italic
}

.spanOpinion {
	float: left;
	margin-right: 7px;
	margin-top: 5px
}

.spanFechaOpinion {
	font-size: 11px;
	margin-top: 10px;
	display: block
}

.divFormOpinion p {
	padding: 10px 0 0 !important;
	margin: 0 !important;
	font-size: 14px;
	line-height: 20px
}

.img100 {
	width: 100%
}

#divCVistos {
	float: left
}

#imgCVistos {
	float: right;
	margin-top: 15px;
	margin-left: 40px;
}

.menuIcono {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 28px;
	display: none;
	margin-top: 7px;
	margin-right: 5px;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	right: 1px;
}

.menuIcono2 {
	background-image: url(../img/menu2.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 28px;
	float: right;
	margin-right: 10px;
	margin-top: 24px;
	cursor: pointer;
	display: none;
}

#imgTel {
	float: right;
	margin-top: 10px;
	margin-right: 20px
}

.divIgualar {
	margin-top: 47px;
}

.div100 {
	width: 100%;
}

.div50,
.div50M {
	float: left;
	width: 45%;
	min-width: 250px;
}

.div50 {
	width: 50%;
}

.div50M {
	margin-right: 5%
}

.txtContacto {
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	margin-left: 0
}

.contacto {
	margin-bottom: 2px;
	font-weight: normal;
	margin-left: 0px !important;
	text-align: left;
}

.textoContactoCorto,
.textoContacto {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	padding: 10px;
	border: 1px solid #DDD;
	box-sizing: border-box;
	background-color: #FFF;
}

.iBuscar {
	border-radius: 0px !important;
}

.textoContacto {
	width: 100%;
}

.textoContactoCorto {
	width: 50%
}

.personalizationCheckout {
	font-size: 13px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 40px;
}

.allPersoCheckout .divChecksContacto {
	margin: 0 !important;
}

.allPersoCheckout .divChecksContacto label:hover,
.allPersoCheckout .divChecksContacto input:hover {
	cursor: pointer;
}

.allPersoCheckout table {
	margin: 5px 0 10px 30px;
}

.allPersoCheckout tr td {
	padding-right: 10px;
	padding-top: 10px;
}

.inputCheckout {
	display: flex;
	gap: 20px;
	margin: 4px 0 10px 40px;
	align-items: center;
}

.inputCheckout td {
	padding-right: 10px;
}

.inputCheckout input[type="text"],
.allPersoCheckout tr td input[type="text"] {
	max-width: 300px;
	height: 25px;
	margin: 0;
	font-size: 12px;
}

.inputCheckout p {
	font-size: 12px;
}

.contacto.personaliazacion {
	margin-bottom: 20px;
}

.optionlaTxt {
	margin-bottom: 30px;
}

.divChecksContacto {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
}

.divChecksContacto input[type="checkbox"] {
	margin: 0 !important;
}

.divChecksContacto label {
	margin: 0 !important;
	padding: 0 !important;
}

.submit2 {
	margin-left: 0
}

.nube {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	color: #666;
	width: 100%;
	max-width: 335px;
	text-align: center;
	padding: 10px 10px;
}

.nube div .etiquetas {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	padding: 5px
}

.nube div .etiquetas span {
	float: left;
	margin: 0 3px;
	height: 20pt;
	white-space: nowrap;
}

.nube div .etiquetas span .etiquetatam1 {
	font-size: 110px
}

.nube div.etiquetas span.etiquetatam2 {
	font-size: 120%
}

.nube div.etiquetas span.etiquetatam3 {
	font-size: 130%
}

div.etiquetas span.etiquetatam4 {
	font-size: 140%
}

.nube div.etiquetas span.etiquetatam5 {
	font-size: 150%
}

.nube div.etiquetas span.etiquetatam6 {
	font-size: 160%
}

.nube div.etiquetas span.etiquetatam7 {
	font-size: 170%
}

.nube div.etiquetas span.etiquetatam8 {
	font-size: 180%
}

.nube div.etiquetas span.etiquetatam9 {
	font-size: 190%
}

.nube div.etiquetas span.etiquetatam10 {
	font-size: 200%
}

.aComprar {
	text-transform: uppercase;
	background-color: #5A97D2 !important;
}

.aComprar:disabled {
	opacity: 0.5;
}

.divCuadro {
	width: 43%;
}

.divCuadro2 {
	width: 55%;
}

.divCuadroPack {
	width: 35%;
}

.divCuadroPack2 {
	width: 63%;
	position: relative;
}

.aCuadro2 {
	color: #000 !important;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
}

.aCuadro3 {
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000 !important;
	font-size: 14px;
}

.spanDeseo {
	margin-left: 5px;
	margin-top: 1px;
	display: inline-block;
	vertical-align: top
}

.tblPrecios {
	width: 100%;
	margin-bottom: 10px
}

.tblAcabados {
	width: 100%;
	margin-bottom: 10px
}


#divCookies {
	position: fixed;
	width: 80%;
	background-color: #F1F1F1;
	bottom: 0;
	left: 10%;
	right: 10%;
	border-radius: 5px;
	z-index: 20000
}

#divCookies img {
	float: left;
	margin: 10px 10px 0 20px
}

#divCookies span {
	vertical-align: top;
	display: block;
	margin: 11px 20px 0
}

#divCookies p {
	color: #000;
	padding: 0 20px;
	line-height: 20px
}

.aCookies {
	background-color: #222;
	color: #FFF;
	display: block;
	text-align: center;
	width: 80px;
	margin: auto;
	margin-bottom: 15px;
	padding: 6px 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px
}

.btnCarrito .icon-cart,
.btnCarrito .icon-search {
	background-color: #f2f2f2;
	border-radius: 3px;
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 38px !important;
	text-align: center;
	color: #444;
	cursor: pointer;
}

.btnBuscar {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}

.imgProgresoRes {
	margin-top: 20px;
	display: block;
}

.btnCarrito {
	display: inline-block;
}

#ulPaginacion {
	background-color: #f3f3f3;
	padding: 15px 20px 15px 20px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

#ulPaginacion li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

.liPag {
	font-weight: normal;
}

.divBanner {
	margin-top: 121px;
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgBanner {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tblCookies td {
	border: 1px solid #CCC;
	padding: 5px;

}

.divProductoRelacionado {
	width: 33%;
	display: inline-block;
	text-align: center;
	margin-bottom: 9px;
}

.imgRelacionado {
	text-align: center;
	margin: auto;
	width: 94%;
	max-height: 97%;
}

.imgRelacionadoCesta {
	text-align: center;
	margin: auto;
	width: 94%;
	max-height: 97%;
}

.miniCatPrecioRelacionado {
	color: red;
	font-size: 14px;
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 0
}

.divProductoRelacionado2 {
	width: 33%;
	display: inline-block;
	text-align: center;
	margin-bottom: 9px;
	position: relative;
}

.miniCatPrecioRelacionado2 {
	position: absolute;
	color: red;
	font-size: 14px;
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.5em 0.5em;
	width: 80px;
	left: calc(50% - 40px);
}

.ulSubMenu {
	display: none !important;
	max-width: 800px;
	position: absolute;
	background-color: #262626;
	;
	padding: 20px 0px 42px 0px;
	top: 41px;
	left: 0px;
}

.liSubMenu {
	width: 220px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #666;
	display: block !important;
	float: left;
	height: 355px
}

.liSubMenu:last-child {
	border-right: 0px solid #666;
}

.liSubMenu li {
	display: inline-block !important;
}

.ulSubMenu li a {
	color: #FFF !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	font-weight: 400;
}

.ulSubSubMenu li {
	display: block !important;
	text-align: left;
	padding-bottom: 20px !important;
}

.ulSubSubMenu li:last-child {
	padding-bottom: 0px !important;
}

.liPrincipal {
	height: 41px;
}

.liPrincipal:hover .ulSubMenu {
	display: block !important;
}

.spanReferencia {
	display: block;
	text-align: left;
	margin-top: -16px;
	margin-bottom: 20px;
}

.iPayCommet {
	width: 400px;
	height: 1800px;
}

.liFooter {
	line-height: 25px;
}

.liFooterIcon span {
	display: table-cell;
	padding: 10px 0 10px 15px;
}

.liFooterIcon::before {
	font: normal normal normal 14px/1 FontAwesome;
	display: table-cell;
	width: 16px;
	text-align: left;
	border: none;
	color: #BAC0C5;
	vertical-align: text-top;
	padding-top: 5px;
}

.liFooterAddress::before {
	content: "\f041";
}

.liFooterEmail::before {
	content: "\f0e0";
}

.liFooterWhatsapp::before {
	content: "\f232";
}

.liFooterArrow::before {
	content: "\f105";
}

.liFooterArrow span {
	padding: 0px 0px 0px 0px;
}

.liFooterArrow:first-child {
	padding: 10px 0px 0px 0px;
}

.imgLogoFooter {
	max-width: 200px;
	margin-top: 10px;
	margin-bottom: 8px;
	;
}

.divProductDescription ul {
	padding: 0px 0px 15px 0px;
}

.divProductDescription ul,
.divProductDescription li {
	float: none;
	background-color: transparent;
	text-transform: none;
	text-align: left;
	width: auto;
}

.divProductDescription li {
	list-style: outside;
	text-align: left;
	list-style: none;
}

.divProductDescription li::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	margin-right: 0.5em;
}

.ulTeam {
	margin-top: 60px;
}

.ulTeam li {
	width: calc(25% - 50px);
	margin-left: 23px;
	margin-right: 23px;
	display: inline-block;
	margin-bottom: 40px;
}

.ulTeam li div {
	width: 100%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.07);
	transition: 0.3s ease;
}

.ulTeam li div:hover {
	filter: grayscale(100%);
}

.ulTeam li div::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.ulTeam li div img {
	margin: auto;
	object-fit: contain;
	height: 69%;
	margin-top: 16%;
}

.ulTeam li div a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ulTeam h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 20px;
}

.cuentaIzqRes {
	width: 70%;
}

.cuentaDerRes {
	width: 30%;
}

.tblCheckout td {
	padding-bottom: 10px;
}

.tdPLayer {
	padding-left: 21px;
	padding-bottom: 0px !important;
}

#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent background */
	z-index: 9999;
	display: none;
}

.overlayAbsolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	/* Semi-transparent background */
	z-index: 9999;
	display: none;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #5A97D2;
	animation: spin 1s linear infinite;
}

.hide {
	display: none !important;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.divOrderState1 {
	/* Pendiente de pago */
	color: #7E350E;
	background-color: #ffd2b1;
	padding: 5px;
}

.divOrderState2 {
	/* Pago aceptado */
	color: #006100;
	background-color: #c6efce;
	padding: 5px;
}

.divOrderState3 {
	/* Preparación en curso */
	color: #9C5700;
	background-color: #ffeb9c;
	padding: 5px;
}

.divOrderState4 {
	/* Enviado */
	color: #9C5700;
	background-color: #ffeb9c;
	padding: 5px;
}

.divOrderState5 {
	/* Entregado */
	color: #006100;
	background-color: #c6efce;
	padding: 5px;
}

.divOrderState6 {
	/* Cancelado */
	color: #9c0006;
	background-color: #ffc7ce;
	padding: 5px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	text-transform: none;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	text-transform: none;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	text-transform: none;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	text-transform: none;
}

::placeholder {
	/* Recent browsers */
	text-transform: none;
}

/* Cart icon next to the search bar in the store header */
.liCarrito {
	position: relative;
	display: inline-block;
}
.cartBadge {
	position: absolute;
	background-color: #BF0019;
	color: #FFF;
	font-weight: bold;
	top: -11px;
	left: -9px;
	padding: 2px 7px 3px 6px;
	border-radius: 12px;
	z-index: 1;
}
.btnCarritoIcono {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.btnCarritoIcono:hover {
	color: #ddd;
}