@charset "utf-8";

.limpiar {
	clear: both;
	display: block;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-width: 280px;
}

.responsive {
	display: none;
}

/*video*/
.video {
	height: 0;
	padding-top: 76.25%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*Tooltip*/
.tooltip {
	background: none repeat scroll 0 0 #50ba00;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 2em 2em 2em 2em;
	color: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	height: 1em;
	line-height: 1em;
	padding-top: 1px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 1em;
	cursor: pointer;
}

.tooltip:hover {
	background-color: #000000;
}

.tooltip.active:after {
	background: #000000;
	border-radius: 5px;
	bottom: 26px;
	color: #ffffff;
	content: attr(title);
	font-weight: normal;
	text-align: center;
	left: -75px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 150px;
	font-family: Georgia;
	font-size: 12px;
	text-shadow: 1px 1px 1px #000000;
}

.tooltip.active:before {
	border: solid;
	border-color: #000000 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 0.25rem;
	position: absolute;
	z-index: 99;
}

.nowrap {
	white-space: nowrap;
}

ul.menuCateg ul.MenuBarSubmenuVisible {
	left: auto;
}

ul.menuCateg li a {
	text-decoration: none;
	color: #565656;
}

ul.menuCateg li a.menuCategItemSubmenu {
	display: block;
	padding: 0 0 0 10px;
	position: relative;
	height: 29px;
}

ul.menuCateg li a.menuCategItemSubmenu span {
	display: block;
	padding: 5px 0 0 0;
	font-size: 16px;
}

ul.menuCateg li a.menuCategItemSubmenu:after {
	content: "\25BC";
	pointer-events: none;
	border-radius: 0 5px 5px 0;
	position: absolute;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 29px;
	padding: 0 7px;
	color: #565656;
	background: #ffda0d;
	font-size: 65%;
}

ul.menuCateg ul li {
	width: auto;
	display: block;
	padding: 5px 0;
}

ul.menuCateg ul li a {
	border-left: none;
	display: block;
	text-align: left;
	width: auto;
	padding: 0px 10px;
	white-space: nowrap;
}

ul.menuCateg ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}

ul.menuCateg ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}

ul.menuCateg ul {
	background-color: #ffe761;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 99999;
	cursor: default;
	width: 235px;
	position: absolute;
	left: -1000em;
}

ul.menuCateg ul li a:hover, ul.MenuBarHorizontal ul li a:focus {
	/*background-color: #3399ff;*/
	color: #ffffff;
	height: auto;
}

ul.menuCateg a.MenuBarSubmenuVisible {
	/*background-color:#3399ff;*/
	color: #ffffff;
	height: 3.7rem;
}

/* ESTILOS PARA DROP DOWN MENU CATEGORIAS */

.no-pointer-events .custom-select:after {
	content: none;
}

/*home*/
header.home .logo, header.home h1.logo {
	padding-top: 10px;
	padding-top: 1em;
}

header.home p.eslogan {
	padding: 35px 0 5px;
	padding: 3.5rem 0 0.5rem;
}

header.home p.telefono {
	padding-top: 0.35em;
	margin-top: 7px;
}

header.home #buscadorHeader {
	clear: none;
}

.headerCompra h1 {
	color: #4374b7;
	display: inline-block;
	font-size: 3.5rem;
	font-weight: normal;
	padding: 1.5rem 1rem 0.5rem 0;
}

/***********************FICHA DE PRODUCTO********************************************/

/*CARRUSEL*/
.fichaProducto .carrusel {
	width: 43%;
	display: table-cell;
	vertical-align: top;
	padding-top: 15px;
	padding-top: 1.5rem;
	border-right: 1px solid #c4c4c4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 1rem;
	position: relative;
}

.fichaProducto .carrusel .productoRecomendado {
	position: absolute;
	left: 5px;
	top: 5px;
	background: url(https://www.milar.es/estaticos/images/productoRecomendado.png) 0 0 no-repeat;
	width: 217px;
	height: 160px;
	z-index: 999;
}

/*.fichaProducto .carrusel .bx-wrapper{width: 80%; margin-bottom:15px;}
.fichaProducto .carrusel #bx-pager {text-align:center;}
.fichaProducto .carrusel #bx-pager a {text-decoration:none;}
.fichaProducto .carrusel #bx-pager img {
display: initial; height: auto}
.fichaProducto .carrusel .bx-wrapper{ padding: 0 10%;}
.fichaProducto .carrusel .bx-wrapper:after {content: "";display: block;height: 1px;margin: 0 auto;width: 71%;margin-top: 10px;border-top: 1px solid #DDD;}
.fichaProducto .carrusel .bx-wrapper img{margin:0 auto;}
*/
.fichaProducto #thumblist {
	clear: both;
	display: block;
}

.fichaProducto #thumblist li {
	float: left;
	margin: 1% 1% 1% 0;
	padding-top: 32%;
	position: relative;
	text-align: center;
	width: 32%;
}

.fichaProducto #thumblist li a {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
}

.fichaProducto #thumblist li a img {
	display: initial;
	max-width: 100%;
	max-height: 100%
}

.fichaProducto .zoomPad > img {
	display: initial;
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 3px 3px -3px #cccccc;
	margin-bottom: 10px;
}

.fichaProducto .sinMiniaturas .zoomPad > img {
	display: initial;
	border-bottom: 0;
	box-shadow: none;
}

/*DETALLE PRODUCTO*/
.fichaProducto .detalleProducto {
	width: 30%;
	display: table-cell;
	vertical-align: top;
	padding-top: 15px;
	padding-top: 1.5rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 2.7% 0;
	margin-top: 15px;
	margin-top: 1.5rem;
	border-right: 1px solid #c4c4c4;
}

.fichaProducto .detalleProducto h1 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 2rem;
	font-weight: normal;
	overflow: hidden;
	color: #2e3250;
}

.fichaProducto h1.responsive {
	font-size: 32px;
	font-size: 3.2rem;
	margin: 1rem 0;
	padding: 0.2em;
	font-weight: normal;
	text-align: center;
	background: #366fb4;
	color: #ffffff;
}

.detalleProducto p {
	font-size: 15px;
	font-size: 1.35rem;
	color: #626767;
	line-height: 1em;
	font-weight: normal;
}

.detalleProducto p strong {
	font-weight: normal;
}

.detalleProducto .icoCaracteristica {
	background: url(https://www.milar.es/estaticos/images/sprite-iconos.png) 0 0 no-repeat transparent;
	height: 31px;
	display: inline-block;
	margin: 1rem 0.5rem 1rem 0;
}

.detalleProducto .icoCaracteristica.nivel-a {
	width: 39px;
}

.detalleProducto .icoCaracteristica.inox {
	width: 30px;
	background-position: -50px 0;
}

.detalleProducto .opiniones {
	color: #60ade3;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin: 1rem 0 0;
}

.puntuacion {
	font-family: 'Iconos';
	font-size: 30px;
	font-size: 3rem;
	color: #e2e2e2;
	margin-bottom: 4.5rem;
}

.puntuacion .active {
	color: #135597;
}

.redesSociales .twitter-count-horizontal {
	float: left;
	margin-top: 10px;
}

.redesSociales iframe.fb_ltr {
	width: 135px;
	border: medium none;
	height: 21px;
	margin-top: 0px;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.redesSociales iframe.fb_ltr table {
	float: right !important;
}

/**************FICHA PRODUCTO EKOMI**************************************/
.ekomi {
	text-align: center;
	min-height: 95px;
}

/*OPCION COMPRA*/
.fichaProducto .detalleProducto + form {
	display: table-cell;
	width: 27%;
	vertical-align: top;
	padding-top: 15px;
	padding-top: 1.5rem;
}

.fichaProducto .opcionCompra {
	margin-top: 15px;
	margin-top: 1.5rem;
	padding: 0 0 0 2.7%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.fichaProducto .descuento {
	color: #ee2128;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 25px;
}

.fichaProducto .precioProducto {
	color: #000000;
	font-size: 58px;
	font-weight: bold;
	line-height: 60px;
}

.fichaProducto .iva {
	color: #626767;
	font-size: 14px;
}

.fichaProducto .marca img {
	display: initial;
	height: auto;
	width: 50%;
}

.botonComprar {
	text-decoration: none;
	font-size: 23px;
	font-size: 2.3rem;
	border: 2px solid #f1cb00;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	padding: 14px 20px 11px;
	background: #ffff00;
	background: -moz-linear-gradient(top, #ffff00 1%, #ffa220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffff00), color-stop(100%, #ffa220));
	background: -webkit-linear-gradient(top, #ffff00 1%, #ffa220 100%);
	background: -o-linear-gradient(top, #ffff00 1%, #ffa220 100%);
	background: -ms-linear-gradient(top, #ffff00 1%, #ffa220 100%);
	background: no-repeat linear-gradient(to bottom, #ffff00 1%, #ffa220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ffa220', GradientType=0);
}

.botonComprar:hover {
	background: rgb(255, 162, 32);
	background: -moz-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 162, 32, 1)), color-stop(99%, rgba(255, 255, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
	background: -o-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
	background: -ms-linear-gradient(top, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
	background: linear-gradient(to bottom, rgba(255, 162, 32, 1) 0%, rgba(255, 255, 0, 1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa220', endColorstr='#ffff00', GradientType=0);
}

.botonEmail {
	font-size: 15px;
	font-size: 1.5rem;
	border: 2px solid #5283cb;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0;
	padding: 14px 20px 11px;
	clear: both;
	background: #7ba1d7;
	background: -moz-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7ba1d7), color-stop(100%, #3271c9));
	background: -webkit-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
	background: -o-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
	background: -ms-linear-gradient(top, #7ba1d7 1%, #3271c9 100%);
	background: linear-gradient(to bottom, #7ba1d7 1%, #3271c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba1d7', endColorstr='#3271c9', GradientType=0);
}

.botonComprar:before {
	content: "";
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -100px -4px transparent;
	height: 24px;
	width: 30px;
	display: block;
	float: right;
	margin-left: 9px;
	margin-top: -3px;
}

.botonFiltro:before {
	content: "";
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -100px 3px transparent;
	height: 35px;
	width: 30px;
	display: block;
	float: right;
	margin-left: 9px;
	margin-top: -13px;
}

/*INFO*/
.fichaProducto .info {
	border: 1px solid #e8e8e8;
	padding: 1em 0.5em 0.25em;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.fichaProducto .info > div {
	clear: both;
	color: #7f7f7f;
	font-size: 1.5rem;
	height: 27px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.fichaProducto .info > div:before {
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -100px -4px rgba(0, 0, 0, 0);
	clear: left;
	content: "";
	display: block;
	float: left;
	height: 27px;
	margin-right: 0.5em;
	margin-top: -0.25em;
	width: 36px;
}

.fichaProducto .info > div.masBarato:before {
	background-position: -132px 0;
}

.fichaProducto .info > div.envioGratuito:before {
	background-position: -175px 0;
}

.fichaProducto .info > div.enStock:before {
	background-position: -215px 0;
}

.fichaProducto .info > div.sinStock {
	color: #ff4f4f;
}

.fichaProducto .info > div.sinStock:before {
	background-position: -225px -260px;
	width: 26px;
}

.fichaProducto .teAvisamos {
	color: #7f7f7f;
	float: right;
	font-size: 1.5rem;
	margin-top: 4px;
	clear: both;
}

.opcionCompra .teAvisamos {
	border: 1px solid #e8e8e8;
	margin-bottom: 0.5rem;
	padding: 1em 0.5em 0.75em;
}

.teAvisamos input[type="text"], .teAvisamos input[type="email"], .teAvisamos textarea {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #4074b9;
	border-radius: 3px;
	padding: 6px 4px;
	margin-bottom: 0.5em;
	width: 96%;
}

.teAvisamos textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 0.9em;
}

.botonTeAvisamos {
	background: linear-gradient(to bottom, #ffff00 1%, #ffa220 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px solid #f1cb00;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px auto;
	padding: 5px 20px;
	text-decoration: none;
}

.botonTeAvisamos:hover {
	background: linear-gradient(to bottom, #ffa220 0%, #ffff00 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*INSTALACION*/
.opcionCompra .instalacion {
	padding: 1em 0.5em 0.75em;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 15px;
	font-size: 1.5rem;
	color: #7f7f7f;
}

.opcionCompra .instalacion > span:before {

	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -270px 0 transparent;
	width: 35px;
	height: 27px;
	display: block;
	float: left;
	clear: left;
	margin-right: 0.5em;
	margin-top: -0.25em;
	margin-bottom: 0.5em;
}

.opcionCompra .instalacion p {
	clear: left;
	font-size: 13px;
	font-size: 1.4rem;
	color: #7f7f7f;
	margin-top: 0.5em;
	padding: 10px 0;
}

.opcionCompra .instalacion p strong {
	display: block;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.5rem;
	padding: 0px 0 5px;
}

.opcionCompra .instalacion a.btnCompraInstalacion {
	display: block;
	width: 90%;
	height: 47px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 2px 2px 2px 2px;
	max-width: 240px;
	background: rgb(123, 161, 215);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjN2JhMWQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjNTI4M2NiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyODNjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(55%, rgba(123, 161, 215, 1)), color-stop(56%, rgba(82, 131, 203, 1)), color-stop(100%, rgba(82, 131, 203, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba1d7', endColorstr='#5283cb', GradientType=1);
	padding: 0.5em 0 0 1em;
	background-size: 143% 186%;
	background-position: 53% -89%;
	position: relative;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.15em;
	transition: width 1.5s;
	-webkit-transition: width 1.5s;
	/* Safari */
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.opcionCompra .instalacion a:hover {
	width: 100%;
	color: #000000

}

.opcionCompra .instalacion a {
	color: #43779c;
}

.opcionCompra .instalacion a.btnCompraInstalacion:after, .opcionCompra .instalacion .btnCompraInstalacion:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.opcionCompra .instalacion a.btnCompraInstalacion:before {
	border-color: #c6dbe8;
	border-left-color: transparent;
	border-width: 24px 16px;
	top: 0;
	right: -1px;
}

.queIncluye a {
	color: #60ade3;
	text-decoration: underline;
}

.queIncluye a:hover {
	color: #000000;
}

.condicionesenvio {
	float: left;
	font-size: 16px;
	padding: 0 0 10px 0;
}

.subimosDomicilio {
	padding: 0px !important;
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
	color: #303030;
	text-transform: uppercase;
	text-align: left;
}

p.textoestrella {
	font-size: 14px;
	font-weight: 100;
}

h3.tipoenvio {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	margin-bottom: 10px
}

p.precioconinstalacion {
	font-size: 1.2rem;
}

/*PESTAÃƒâ€˜AS/ACORDEON*/
.pestanas #horizontalTab {
	clear: left;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
}

.pestanas #horizontalTab .wrap {
	margin: 1px auto 0px;
	padding: 0 20px 0 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pestanas #horizontalTab .wrap > a {
	color: #60ade3;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 30px;
	float: right;
	display: inline-block;
}

.pestanas #horizontalTab .wrap > a:hover {
	color: #000000;
}

.pestanas #horizontalTab .resp-tab-item {
	background-color: #0074bd;
	color: #ffffff;
	margin-top: 23px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

.pestanas #horizontalTab .resp-tab-item:hover {
	color: #60ade3;
}

.pestanas #horizontalTab .resp-tab-item + .resp-tab-item {
	border-left: 1px solid #ffffff;
}

.pestanas #horizontalTab .resp-tab-active + .resp-tab-item {
	border-left: none;
}

.pestanas #horizontalTab .resp-tab-item + .resp-tab-active {
	border-color: #c1c1c1;
}

.pestanas #horizontalTab .resp-tab-active {
	background-color: #ffffff;
	color: #135597;
	padding: 34px 30px 15px;
	margin-top: 0;
	background: rgb(223, 232, 243);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZmU4ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover, rgba(223, 232, 243, 1) 0%, rgba(255, 255, 255, 1) 91%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(223, 232, 243, 1)), color-stop(91%, rgba(255, 255, 255, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(223, 232, 243, 1) 0%, rgba(255, 255, 255, 1) 91%);
	background: -o-radial-gradient(center, ellipse cover, rgba(223, 232, 243, 1) 0%, rgba(255, 255, 255, 1) 91%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(223, 232, 243, 1) 0%, rgba(255, 255, 255, 1) 91%);
	background: radial-gradient(ellipse at center, rgba(223, 232, 243, 1) 0%, rgba(255, 255, 255, 1) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfe8f3', endColorstr='#ffffff', GradientType=1);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0% -20px;
}

.pestanas #horizontalTab .resp-tabs-list {
	background: #f3f3f3;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	padding-top: 10px;
	padding-top: 1rem;
	margin-bottom: -1px;
}

.pestanas #horizontalTab .resp-tabs-list li {
	float: left;
	width: auto;
	padding: 13px 15px;
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active {
	padding: 34px 15px 15px 15px;
}

.pestanas #horizontalTab .resp-tabs-list li strong {
	float: left;
	height: 18px;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_1 {
	width: 126px;
	background: #0074bd url(https://www.milar.es/estaticos/images/exclusivoTab.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_1:hover {
	opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_1 {
	background: url(https://www.milar.es/estaticos/images/exclusivoTabActive.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_2 {
	width: 106px;
	background: #0074bd url(https://www.milar.es/estaticos/images/baratoTab.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_2:hover {
	opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_2 {
	background: url(https://www.milar.es/estaticos/images/baratoTabActive.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_3 {
	width: 136px;
	background: #0074bd url(https://www.milar.es/estaticos/images/innovadorTab.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_3:hover {
	opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_3 {
	background: url(https://www.milar.es/estaticos/images/innovadorTabActive.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_4 {
	width: 110px;
	background: #0074bd url(https://www.milar.es/estaticos/images/vendidoTab.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_4:hover {
	opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_4 {
	background: url(https://www.milar.es/estaticos/images/vendidoTabActive.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_5 {
	width: 164px;
	background: #0074bd url(https://www.milar.es/estaticos/images/recomendadoTab.png) top left no-repeat;
}

.pestanas #horizontalTab .resp-tabs-list li strong.op_5:hover {
	opacity: 0.7
}

.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active strong.op_5 {
	background: url(https://www.milar.es/estaticos/images/recomendadoTabActive.png) top left no-repeat;
}

.homeListado.pestanas #horizontalTab .resp-tabs-list li span, .pestanas #horizontalTab .resp-tabs-list li span {
	display: none;
}

.headerCompra p.txtLeyendaError {
	color: red;
	display: block;
	padding: 25px 10px 0 0;
}

.headerCompra input[type="text"], .headerCompra input[type="password"] {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-radius: 3px;
	border: 1px solid rgb(64, 116, 185);
	padding: 6px 4px;
}

.headerCompra input[type="password"] {
	margin: 0px 0.5em;
}

.headerCompra form {
	margin: 0;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px
}

/*MENU RESPONSIVE*/
.mm-navbar {
	display: none;
}

.milar .menu-desktop .firstLevel .arrow {
	display: none;
}

.milar .menu-desktop li ul {
	width: auto;
	top: 40px;
}

@media all and (max-width: 1002px) {
	.homeListado #horizontalTab ul.resp-tabs-list .wrap {
		padding: 0px 20px;
	}

	.homeListado #horizontalTab ul.resp-tabs-list .wrap span {
		display: none;
	}

	.pestanas #horizontalTab .resp-tabs-list li {
		padding: 14px 6px;
	}

	.pestanas #horizontalTab .resp-tabs-list li.resp-tab-active {
		padding: 34px 6px 15px 6px;
	}
}

.pestanas #horizontalTab .resp-tab-content {
	padding: 40px 0 15px 2px;
	padding: 4rem 0 1.5rem 0.2rem;
	position: relative;
}

.pestanas #horizontalTab .resp-tab-content h2 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #363636;
	margin-bottom: 0.3em;
}

.fichaProducto.pestanas #horizontalTab .resp-tab-content .descripcion {
	font-size: 18px;
	font-size: 1.8rem;
	color: #999999;
}

/*.fichaProducto.pestanas #horizontalTab .resp-tab-content .descripcion:after {
    content:"";
    background: url("https://www.milar.es/estaticos/images/sombra.png") no-repeat scroll center top transparent;
    height: 14px;
    width: 635px;
    display:block;
    margin: 10px 0 10px -60px;
}*/
.fichaProducto.pestanas #horizontalTab .resp-tab-content p {
	font-size: 15px;
	font-size: 1.5rem;
	color: #626767;
	line-height: 1.3em;
	margin-bottom: 0.4em;
	text-align: justify;
}

.descripcionProducto {
	font-size: 15px;
	font-size: 1.5rem;
	color: #626767;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: justify;
}

.pestanas #horizontalTab .resp-tabs-container {
	position: relative;
}

.pestanas #horizontalTab .resp-tabs-container:after {
	content: "^";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ffffff;
	border: 1px solid;
	border-radius: 2em;
	bottom: -0.75em;
	color: #c4c4c4;
	font-family: Georgia;
	font-size: 2em;
	height: 1.5em;
	left: 50%;
	padding-top: 0.4em;
	position: absolute;
	text-align: center;
	width: 1.5em;
}

/*VIDEO PROMO*/
.videoPromo {
	padding-bottom: 10px;
	padding-top: 30px;
	padding-top: 3rem;
}

.videoPromo .wrap {
	margin: 1px auto 0px;
	padding: 0 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.videoPromo .video {
	padding-top: 45.75%;
	width: 60%;
	margin: 0 auto;
}

.videoPromo .video iframe {
	border: medium none;
	height: 100%;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.videoPromo h2 {
	color: #363636;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 3px;
	margin-bottom: 0.3em;
}

.videoPromo h2:after {
	background: url("https://www.milar.es/estaticos/images/sombra.png") no-repeat scroll center top transparent;
	content: "";
	display: block;
	height: 14px;
	margin: 10px 0 10px -60px;
	width: 635px;
}

/*ZONA FITLTROS*/
.fichaProducto.zonaFiltros {
	background: #f5f5f5;
	padding: 30px 0 20px;
	padding: 3rem 0 2rem;
}

.fichaProducto.zonaFiltros .detalles {
	background: #c6dbe8;
	border-radius: 6px;
	padding: 6px 15px;
}

.fichaProducto .precio {
	float: left;
}

.zonaFiltros.fichaProducto .botonComprar {
	float: right;
	font-size: 15px;
	margin-top: 30px;
}

.fichaProducto .info {
	clear: both;
	border: none;
	padding: 10px 0 0 0;
}

.fichaProducto .info > div {
	float: left;
	margin-right: 15px;
}

.fichaProducto .instalacion {
	float: right;
	color: #7f7f7f;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 4px;
	background-color: #c6dbe8;
	width: 95%;
}

.fichaProducto.zonaFiltros .instalacion {
	margin-top: -20px;
}

/*filtros*/
.filtros {
	margin-top: 5px;
}

.filtros .box {
	width: 32.33%;
	float: left;
	margin-left: 1.5%;
}

.filtros .box:first-child {
	margin: 0;
}

.filtros .box h4 {
	font-size: 20px;
	font-size: 1.3em;
	color: #7a7a7a;
	margin: 1.3em 0 0.4em 0;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 3px;
}

.filtros .content {
	width: 93%;
	max-height: 5.9em;
	font-size: 1.2rem;
	padding: 1.5rem 0.4em 1.5em 1.5em;
	border: 2px solid #dedede;
	overflow: hidden;
	border-radius: 2px;
	background: #ffffff;
	min-height: 72px;
	line-height: 1.2em;
}

.filtros .content a {
	color: #005b8b;
	display: block;
	margin-bottom: 0.35em;
	text-decoration: none;
}

.filtros .content a:hover {
	text-decoration: underline;
}

.filtros .enlaces {
	text-align: center;
	padding-top: 2.5em;
}

.filtros .enlaces a {
	font-size: 14px;
	font-size: 1.2rem;
	color: #363636;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none;
	line-height: 1.2em;
	display: inline-block;
}

.filtros .enlaces a:after {
	content: "\25cf";
	padding: 0 0.5em;
	font-weight: 700;
}

.filtros .enlaces a:last-child:after {
	content: "";
	padding: 0;
}

.filtros .enlaces a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.enlacescatpie {
	padding-top: 10px;
}

.enlacescatpie a {
	color: #ffffff !important;
	font-weight: 900;
	font-size: 1.3em !important;
}

.filtrado.error h1 {
	color: #90c9ff;
	font-size: 25px;
	font-weight: normal;
	padding-top: 20px;
}

.filtrado.error h2 {
	color: #90c9ff;
	font-size: 25px;
	font-weight: normal;
	padding-top: 20px;
}

.filtradoLink {
	color: #169dfc;
	background-color: #e0f1fd;
	padding: 2px;
	margin: 1px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 21px;
}

.filtradoLinkActivado {
	color: #ffffff;
	background-color: #2c68ac;
	padding: 2px;
	margin: 1px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 1.2em;
}

/***********************LISTADO DE PRODUCTOS********************************************/
.listadoHeader {
	padding-bottom: 20px;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #c3c3c4;
	margin-bottom: 10px;
}

.listadoHeader h1 {
	color: #4374b7;
	font-size: 35px;
	font-size: 1.9rem;
	font-weight: normal;
	margin-right: 50px;
	margin-right: 2%;
	width: 24%;
	margin-top: 7px;
}

.sinMarca h1 {
	width: 100%;
}

.listadoHeader .filtros {
	color: #000000;
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
}

.listadoHeader .filtros p {
	margin: 10px 0;
	margin: 1rem 10px 1rem 0;
	display: inline-block;
}

.listadoHeader .filtros label.custom-select {
	position: relative;
	display: inline-block;
}

.listadoHeader .filtros .custom-select select {
	font-size: 12px;
	font-size: 0.8rem;
	display: inline-block;
	border-radius: 5px;
	padding: 0px 17px 0px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	height: 35px;
	outline: none;
	line-height: 1.0;
	color: #565656;
	border: 1px solid #cccccc;
	width: 100%;
	min-width: 120px;
}

color: #565656

;
border:

1
px solid #CCCCCC

;
width:

100
%
;
min-width:

125
px

;

}
.listadoHeader .filtros .custom-select {
	margin-top: 0.5rem;
	float: left;
	margin-right: 10px;
}

.listadoHeader .filtros .custom-select:after {
	content: "\25BC";
	pointer-events: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none repeat scroll 0 0 #f9f9f9;
	border-left: 1px solid #cccccc;
	border-radius: 0 5px 5px 0;
	bottom: 0;
	color: #bcbcbc;
	line-height: 2em;
	margin: 1px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.listadoHeader .filtros .custom-select option {
	background: #ffffff
}

.listadoHeader .holder {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 1em;
}

.listadoHeader .holder a {
	border-left: 1px solid #cccccc;
	padding: 0 0.5em;
}

.listadoHeader .holder a:first-child {
	border-left: none;
}

.listadoBody .wrap {
	padding-bottom: 5px;
	font-family: Arial;
}

.listadoBody .filtros {
	border: 1px solid #2260a4;
	width: 24%;
	margin-right: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin-top: 0;
}

.listadoHeader .texto {
	width: 30%;
	margin-right: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin-top: 0;
}

.listadoBody .marca {
	border: 1px solid #c3c3c4
}

.listadoBody .filtrosNoResult {
	border: 1px solid #e8e8e8;
	width: 80%;
	margin-right: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 23px 20px;
	float: left;
	margin-top: 0;
}

.listadoBody .filtros h3 {
	font-size: 17px;
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: bold;
	background-color: #2260a4;
	padding: 15px 20px;
}

.listadoBody .filtrosNoResult h3 {
	font-size: 22px;
	color: #363636;
	font-weight: normal;
	margin-bottom: 1em;
}

.listadoBody .filtros h4 {
	font-size: 1.3rem;
	color: #0059bc;
	font-weight: bold;
	background-color: #dce6f0;
	padding: 7px 20px;
}

.listadoBody .filtrosNoResult h4 {
	font-size: 20px;
	color: #50ba00;
	font-weight: normal;
	margin-bottom: 1em;
}

.listadoBody .filtros .tooltip {
	vertical-align: text-bottom;
}

.listadoBody .filtros p span.none {
	visibility: hidden;
}

.listadoBody .filtros label {
	display: inline-block;
	vertical-align: super;
	font-family: Arial;
	font-size: 1.2em;
}

.listadoBody .filtros input {
	height: 1.5em;
}

.filtros .expandirContraerCSS {
	display: block;
	color: rgb(144, 201, 255);
	font-size: 1.2rem;
	margin-left: 4px;
	padding-top: 0.15em;
}

.verCodigoOcultableResponsive {
	display: none;
}

@media (max-width: 789px) {
	.verCodigoOcultableResponsive {
		display: block;
	}
}

.filtros .expandirContraerCSS:hover {
	text-decoration: none;
	color: #4374b7;
}

.viendoCodigoOcutableResponsive {
	display: block;
}

.listadoBody .filtros #accordion > ul {
	padding: 15px 20px;
}

.listadoBody .filtros #accordion > ul li {
	margin-bottom: 5px;
}

.listadoBody .landingMarca h3 {
	padding-bottom: 0px;
	color: #000000;
	font-size: 1.2rem;
	font-weight: normal;
	margin-right: 2%;
	margin-top: 7px;
	background-color: #ffffff;
}

.listadoBody .landingMarca h2 {
	padding: 15px 20px;
	padding-top: 0px;
	color: #000000;
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: 2%;
	margin-top: 7px;
	background-color: #ffffff;
}

.listadoHeader .landingMarca h3 {
	color: #4374b7;
	font-size: 1.9rem;
	font-weight: normal;
	margin-right: 2%;
	margin-top: 7px;
}

.listadoHeader .landingMarca h2 {
	color: #4374b7;
	font-size: 3.5rem;
	font-weight: normal;
	margin-right: 2%;
	margin-top: 7px;
}

.listadoHeader .landingMarca h2 > span {
	text-transform: uppercase;
}

.checkListado label {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
}


.landingMarca .checkListado label:before {
	background-color: #ffffff;
	border: 0px;
	border-radius: 3px;
	bottom: -2px;
	content: ">";
	color: #008a1c;
	display: inline-block;
	height: 16px;
	left: 0;
	top: 3px;
	margin-right: 10px;
	position: absolute;
	width: 16px;
}

.checkListado input[type="checkbox"] {
	height: 1.25rem;
	width: 1.25rem;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(3 7 18 / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(3 7 18 / var(--tw-text-opacity));
	border-radius: 2px;
}


.checkListado label a {
	display: block;
	padding-top: 3px;
	color: #4374b7;
}

.checkListado label .c-filters__label-text {
	padding-left: 15px;
}

.checkListado label a:hover {
	color: #60ade3;
	text-decoration: none
}

.listadoHeader .landingMarca .filtros {
	width: 68%;
	margin-left: 1%;
	float: left;
}

#itemContainer {
	width: 74%;
	margin-left: 1%;
	float: left;
}

#itemContainer.splide__list {
	width: unset;
	margin-left: unset;
	float: none;
}

#itemContainer li {
	margin-bottom: 5px;
}

#itemContainer .producto {
	border: 1px solid #dce6f0;
	padding: 22px 11px 6px;
	background: #ffffff;
}

#itemContainer .producto.oferta {
	border-color: #ee2128;
}

#itemContainer .producto .imagen {
	float: left;
	width: 22.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	text-align: center;
}

#itemContainer .producto .imagen img {
	display: initial;
	margin: 0 auto;
	max-width: 100%;
}

#itemContainer .producto .imagen img:hover {
	opacity: 0.8;
}

#itemContainer .producto .txt {
	float: left;
	width: 77.5%;
	padding-left: 1%;
	border-left: 1px solid #adadad;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#itemContainer .producto .detalleProducto {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
}

#itemContainer .producto .detalleProducto h3 a {
	font-size: 15px;
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: 1em;
	display: inline-block;
}

#itemContainer .producto .detalleProducto h3 a:hover {
	text-decoration: none
}

#itemContainer .detalleProducto p {
	color: #3d3e42;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	width: 397px;
}

#itemContainer .detalleProducto .opiniones {
	display: inline-block;
}

#itemContainer .detalleProducto .puntuacion {
	font-size: 20px;
	font-size: 2rem;
	display: inline-block;
}

#itemContainer .producto.oferta .detalleProducto h2 {
	display: inline-block;
}

#itemContainer .producto.oferta .oferta {
	display: inline-block;
	color: white;
	background: #fa012d;
	font-weight: bold;
	font-size: 13px;
	padding: 6px;
}

#itemContainer .bloquePrecio {
	float: right;
	text-align: right;
}

#itemContainer .bloquePrecio .descuento {
	color: #ee2128;
	font-size: 12px;
}

#itemContainer .oferta .bloquePrecio .descuento {
	visibility: visible;
	color: #ee2128;
	font-size: 15px;
	font-size: 1.2rem;
}

.bloquePrecio .precioProducto {
	color: #000000;
	font-size: 55px;
	font-size: 4.8rem;
	/*font-weight: bold;*/
	letter-spacing: -0.05em;
}

.bloquePrecio .iva {
	color: #626767;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.fichaProducto .bloquePrecio .iva.envioDomicilio {
	padding: 3px 0 3px 45px;
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -332px -322px transparent;
}

.listadoBody .bloquePrecio .botonComprar {
	border: none;
	background: #ffda0d;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	padding: 11px 12px 5px 18px;
	position: relative;
}

.listadoBody .bloquePrecio .botonComprar:hover {
	background: #90c9ff;
}

.txt .info {
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	clear: left;
	float: left;
}

.txt .info > div {
	height: 27px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #7f7f7f;
	padding-top: 5px;
	display: inline-block;
	margin-right: 5px;
}

.txt .info > div:before {
	content: "";
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -100px -4px transparent;
	width: 26px;
	height: 27px;
	display: block;
	float: left;
	clear: left;
	margin-right: 0.5em;
	margin-top: -0.5em;
}

.txt .info > div.masBarato:before {
	background-position: -141px 0;
	width: 27px;
}

.txt .info > div.envioGratuito:before {
	background-position: -176px 0;
	width: 34px;
}

.txt .info > div.enStock:before {
	background-position: -225px 0;
}

.footerHeader.listadoHeader {
	border: none;
	border-top: 1px solid #c3c3c4;
	padding-bottom: 50px;
	padding-bottom: 5rem;
}

.footerHeader.listadoHeader .filtros p {
	clear: both;
	display: inline-block;
	vertical-align: middle;
}

.footerHeader.listadoHeader .holder {
	margin-top: 15px;
}

/***********************LANDING MARCAS********************************************/
.sinFiltro.listadoHeader h1 {
	padding-top: 0;
}

.sinFiltro .marca img {
	display: initial;
	width: 60%;
	height: auto;
}

.sinFiltro #itemContainer {
	width: 100%;
	margin-left: 0;
}

.landingMarca .description {
	color: #cccccc;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.landingMarca .description a {
	color: #99cfff;
	display: inline-block;
	text-decoration: none;
	margin-right: 5px;
}

.landingMarca .description a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.landingMarca .description a:last-child {
	pointer-events: none;
	cursor: default;
	color: #ffffff;
}

.landingMarca .description .imagen {
	float: left;
	display: block;
	position: relative;
	padding: 1rem 2rem 2rem 2rem;
	background: white;
	margin: 3em 2em 0 0;
}

.landingMarca .description .imagen img {
	display: initial;
	display: block;
	position: relative;
	padding: 2px;
}

.landingMarca .description .contenedor_infoProd {
	display: block;
	float: left;
	width: 77%;
}

.landingMarca .description .contenedor_infoProd .txtAmpliar {
	color: #000000;
	display: block;
	float: left;
	margin: 4.3rem 2rem 0 0;
	max-height: 45px;
	overflow: hidden;
	font-size: 1.7rem;
	line-height: 1.3em;
}

.landingMarca .description .contenedor_infoProd .txtRecoger {
	color: #000000;
	display: block;
	float: left;
	margin: 4.3rem 2rem 0 0;
	overflow: hidden;
	font-size: 1.7rem;
	line-height: 1.3em;
}

.landingMarca .description .contenedor_infoProd a.more-link,
.landingMarca .description .contenedor_infoProd a.less-link,
.landingMarca .description .contenedor_infoProd a.more-link:hover,
.landingMarca .description .contenedor_infoProd a.less-link:hover {
	color: #4374b7;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1.2em;
	float: left;
	margin: 10px 0 0;
	pointer-events: auto;
}

.landingMarca .description .imagenPromo {
	display: none;
}

.landingMarca .description .imagenPromo .nombrePromo {
	font-size: 1.5rem;
	color: rgb(255, 245, 0);
	float: left;
	width: 32%;
	margin-top: 10%;
	line-height: 1.3em;
	margin-right: 1%;
}

.landingMarca .description .imagenPromo .contImagenPromo {
	float: left;
	max-width: 240px;
	max-height: 147px;
	padding-left: 2%;
}

.landingMarca .description .imagenPromo .contImagenPromo img {
	display: initial;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	-o-box-shadow: 0 0 5px black;
}

.landingMarca .description .imagenPromo a.botonComprar {
	width: 9%;
	position: absolute;
	right: 1%;
	font-size: 1.5rem;
	color: black;
	border: 0;
	padding: 10px;
	bottom: 0;
	text-align: center;
}

.landingMarca .description .imagenPromo a.botonComprar:before {
	display: none;
}

.landingMarca .description .imagenPromo span.precioPromo {
	position: absolute;
	z-index: 2000;
	font-size: 5rem;
	right: 15%;
	bottom: 2%;
	color: white;
	text-shadow: 0 1px 4px rgb(14, 14, 14);
	font-weight: 900;
}

.landingMarca .description .txt p {
	float: left;
	font-size: 1.7rem;
	width: 100%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.listadoBody .landingMarca {
	border: 1px solid #dce6f0;
}

.listadoHeaderMarca {

}

/***********************LISTADO DE CATEGORIAS********************************************/
@media (max-width: 769px) {
	#productList {
		margin-top: 70px;
	}
}

.listadoCategoriasBody {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}

.listadoCategoriasBody .wrap {
	padding-bottom: 100px;
	padding-bottom: 10rem;
}

.listadoCategoriasBody .azul {
	display: block;
	height: 60px;
	height: 6rem;
	margin-bottom: -40px;
	margin-bottom: -4rem;
	background: #477cc2;
	background: -moz-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #477cc2), color-stop(100%, #135597));
	background: -webkit-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
	background: -o-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
	background: -ms-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
	background: radial-gradient(ellipse at center, #477cc2 1%, #135597 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#477cc2', endColorstr='#135597', GradientType=1);
	background-size: 100% 200%;
	padding: 2px 17px 10px 43px;
	padding: 0.2rem 1.7rem 1rem 4.3rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.listadoCategoriasBody .listado {
	margin: 0 20px;
	margin: 0 2rem;
	border: 1px solid #ccd4d8;
	background: #ffffff;
	position: relative;
	z-index: 3;
}

.listadoCategoriasBody .listado .producto {
	width: 25%;
	float: left;
	border-left: 1px solid #ccd4d8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 5px 0 15px;
	margin: 0.5rem 0 1.5rem;
}

.listadoCategoriasBody .listado .producto:nth-child(4n+1) {
	border-left: none;
	clear: left;
}

.listadoCategoriasBody .listado .producto .imagen {
	display: block;
	width: 98%;
	padding: 1%;
}

.listadoCategoriasBody .listado .producto .imagen img {
	display: initial;
	width: 80%;
	height: auto;
	padding: 5px 10% 0;
}

.listadoCategoriasBody .listado .produascto .imagen img:hover {
	opacity: 0.8;
}

.listadoCategoriasBody .listado .producto h2 a {
	display: block;
	padding: 10px 15px 15px;
	padding: 1rem 1.5rem 1.5rem;
	color: #000000;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}

.listadoCategoriasBody .listado .producto h2 a:hover {
	color: #4374b7;
}

.listadoCategoriasBody .listado .producto ul {
	padding: 0 15px;
	padding: 0 2.8rem;
	font-size: 13px;
	font-size: 1.3rem;
	list-style: disc outside;
	color: #60ade3;
}

.listadoCategoriasBody .listado .producto ul a {
	color: #60ade3;
	line-height: 1.1em;
}

.listadoCategoriasBody .listado .producto ul a:hover {
	text-decoration: none;
}

.listadoCategoriasBody .listado .producto ul li {
	margin-bottom: 6px;
}

/*********HOME********************************************************/
.homeCarrusel {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.homeCarrusel .carrusel {
	background-color: #efefef;
	background-size: auto 100%;
}

.homeCarrusel #bx-pager {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 2px;
	border: 1px solid #557ba7;
}

.homeCarrusel #bx-pager a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: transparent;
	border-right: 1px solid #557ba7;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.75em 0.5em;
	text-decoration: none;
	width: 25%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
}

.homeCarrusel #bx-pager a span {
	color: #ffda0d;
	display: block;
	float: left;
	margin-right: 2px;
}

.homeCarrusel #bx-pager a:last-child {
	margin-bottom: 2px;
}

.homeCarrusel #bx-pager a.active {
	color: #ffda0d;
}

.homeCarrusel .bx-wrapper .bx-prev, .homeCarrusel .bx-wrapper .bx-next {
	background-image: url(https://www.milar.es/estaticos/images/controls.png);
}

.homeCarrusel .bx-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.homeCarrusel .bx-wrapper .bx-viewport {
	background: transparent;
	left: 0;
}

.homeListado .wrap {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 40px 0 20px;
}

.homeListado .wrap .producto {
	width: 20%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 0 1% 30px;
	padding: 0 1% 3rem;
	border-left: 1px solid #c4c4c4;
}

.homeListado.superior .wrap .producto:nth-child(5n-3) {
	border: none;
	clear: left;
}

.homeListado.pestanas .producto:nth-child(5n-4) {
	border: none;
	clear: left;
}

.homeListado .wrap h2 {
	color: #ffffff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 -40px 1em -20px;
	padding: 0.25em 1em;
	background: #0074bd;
	background: -moz-linear-gradient(left, #0074bd 0%, #006ab2 54%, #00549c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0074bd), color-stop(54%, #006ab2), color-stop(100%, #00549c));
	background: -webkit-linear-gradient(left, #0074bd 0%, #006ab2 54%, #00549c 100%);
	background: -o-linear-gradient(left, #0074bd 0%, #006ab2 54%, #00549c 100%);
	background: -ms-linear-gradient(left, #0074bd 0%, #006ab2 54%, #00549c 100%);
	background: linear-gradient(to right, #0074bd 0%, #006ab2 54%, #00549c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074bd', endColorstr='#00549c', GradientType=1);
}

.homeListado .wrap .producto .categoria {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #60ade3;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-bottom: 1em;
}

.homeListado .wrap .producto .categoria:hover {
	text-decoration: none;
}

.homeListado .wrap .producto .imagen {
	width: 94%;
	height: 12.5rem;
	display: list-item;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #e8e8e8;
	padding: 5px;
	line-height: 12.5rem;
	position: relative;
	list-style: none;
}

.homeListado .wrap .producto .imagen img {
	display: initial;
	max-width: 100%;
	max-height: 100%;
	float: none;
	margin: 0;
	vertical-align: middle;
}

.homeListado .wrap .producto .imagen img:hover {
	opacity: 0.8
}

.homeListado .wrap .producto h3 a {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 0.5em;
	font-weight: 400;
	font-family: Arial;
	height: 3em;
	text-decoration: none;
	line-height: 1.8rem;
}

.homeListado .wrap .producto h3 a:hover {
	text-decoration: underline;
}

.homeListado .wrap .producto > div {
	padding: 4%;
	font-size: 12px;
	font-size: 1.1rem;
	background-color: #e9f5fd;
	min-height: 435px;
}

.homeListado .wrap .producto p {
	color: #787878;
	margin-bottom: 0.5em;
	min-height: 15px;
}

.homeListado .wrap .producto .descuento {
	color: #ee2128;
}

.homeListado .wrap .producto .precioProducto {
	font-size: 30px;
	font-size: 3rem;
	color: #005b8b;

}

.homeListado .wrap .producto .precioProducto span {
	font-size: 0.5em;
	vertical-align: top;
}

.homeListado .wrap .producto .iva {
	font-size: 10px;
	font-size: 1rem;
}

.homeListado.pestanas #horizontalTab .wrap {
	padding: 20px 40px 0 20px;
}

.homeListado.pestanas #horizontalTab .resp-tabs-list span {
	float: left;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	margin: 34px 20px 0 0;
}

.homeListado.pestanas #horizontalTab .resp-tabs-container:after {
	display: none;
}

.newsletter .wrap, .mejoresMarcas .wrap {
	padding: 20px 40px 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1036px
}

.newsletter h3 {
	color: #155ea7;
	font-size: 25px;
	font-size: 2rem;
	float: left;
	font-weight: normal;
	width: 19em;
	padding-top: 3px;
	margin-bottom: 5px;
}

.newsletter p {
	white-space: nowrap;
	display: block;
	width: 33.5em;
	margin-top: -10px;
	margin-bottom: 10px;
}

.newsletter input[type="text"] {
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 200px;
	height: 30px;
	margin-left: 25px;
	margin-top: 7px;
	padding: 3px 0.5em;
	font-style: italic;
}

.newsletter input[type="button"] {
	background: #ffda0d;
	border: 0;
	height: 38px;
	margin-left: -5px;
	color: #155ea7;
	border-radius: 0 5px 5px 0;
	padding: 0 1em;
}

.newsletter input[type="submit"] {
	background: #ffda0d;
	border: 0;
	height: 38px;
	margin-left: -5px;
	border-radius: 0 5px 5px 0;
	padding: 0 1em;
	cursor: pointer;
}

.newsletter input[type="submit"]:hover {
	background: #90c9ff;
	color: #ffffff
}

.mejoresMarcas {
	padding-bottom: 20px;
	clear: both;
	background: #f5f5f5;
}

.mejoresMarcas .wrap > a {
	color: #60ade3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.mejoresMarcas .wrap > a:hover {
	text-decoration: none
}

.mejoresMarcas ul li {
	display: inline-block;
}

.mejoresMarcas ul a {
	height: 42px;
	margin-right: 15px;
	text-indent: -9999px;
	opacity: 0.5;
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}

.mejoresMarcas ul a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.mejoresMarcas ul .samsumg a {
	background-position: 0 0;
	width: 126px;
}

.mejoresMarcas ul .sony a {
	background-position: -150px 0;
	width: 120px;
}

.mejoresMarcas ul .panasonic a {
	background-position: -300px 0;
	width: 121px;
}

.mejoresMarcas ul .bosch a {
	background-position: -450px 0;
	width: 120px;
}

.mejoresMarcas ul .balay a {
	background-position: -600px 0;
	width: 116px;
}

.mejoresMarcas ul .siemens a {
	background-position: -750px 0;
	width: 120px;
}

.mejoresMarcas ul .lg a {
	background-position: -900px 0;
	width: 85px;
}

/*****************MI CUENTA**************************************************/
.headerMiCuenta {
	border-bottom: 1px solid #bcbec0;
}

.headerMiCuenta h1 {
	color: #4374b7;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: normal;
	padding: 15px 40px 5px 50px;
	padding: 1.5rem 4rem 0.5rem 5rem;
	float: left;
}

.headerMiCuenta a {
	color: #90c9ff;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: Arial, Helvetica, sans-serif;
}

.headerMiCuenta p {
	color: #000000;
	font-size: 13px;
	font-size: 1.3rem;
	float: right;
	padding: 25px 10px 10px;
}

.headerMiCuenta p span {
	color: #ed1d25;
}

.headerMiCuenta .container > a {
	float: right;
	padding: 25px 10px 10px;
	color: #0074bd;
	font-size: 18px;
}

.bodyMiCuenta h2 {
	color: #363636;
	font-size: 25px;
	font-size: 2.5rem;
	padding: 30px 0;
	padding: 3rem 0;
}

.bodyMiCuenta label {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}

.bodyMiCuenta label span {
	color: #ed1b24;
}

.bodyMiCuenta input[type="text"], .bodyMiCuenta input[type="email"], .bodyMiCuenta input[type="password"], .bodyMiCuenta select {
	border: 1px solid #4074b9;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
}

.bodyMiCuenta .doble input + label, .bodyMiCuenta .doble .select + label {
	clear: none;
	margin-left: 2em;
	min-width: 7em;
}

.bodyMiCuenta .doble input, .bodyMiCuenta .doble select {
	min-width: 7em;
}

.menuMiCuenta {
	background: #f4f7fa;
	padding: 10px 15px;
	border-bottom: 1px solid #bcbec0;
}

.menuMiCuenta .wrap > a {
	font-size: 30px;
	font-size: 3rem;
	color: #60ade3;
	display: block;
	float: left;
	border-left: 1px solid #d9dadb;
	width: 33%;
	text-align: center;
	padding: 0.5em 0;
	margin-bottom: 0.5rem;
}

.menuMiCuenta .wrap > a:first-child {
	border-left: none;
}

.menuMiCuenta .wrap > a:hover {
	color: #4374b7;
}

.menuMiCuenta .wrap > a i, .menuMiCuenta .wrap > a svg {
	border-radius: 100%;
	color: #ffffff;
	padding: 0.5em 0.35em;
	display: inline-block;
	font-weight: normal;
}

.menuMiCuenta .wrap > a:hover i {
	background: #4374b7
}

.menuMiCuenta .wrap > a span {
	display: inline-block;
	margin-left: 12px;
	text-align: left;
	text-decoration: underline;
	vertical-align: bottom;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 600;
}

.menuMiCuenta .wrap > a.baja span {
	font-size: 0.6em;
	vertical-align: middle;
}

.menuMiCuenta p {
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
}

.menuMiCuenta address {
	margin: 5px 0;
}

.menuMiCuenta address p {
	width: 48%;
	float: left;
	background: #000000;
	height: 53px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	border-radius: 0.385rem;
	margin: 1%;
	display: inline-flex;
}


.menuMiCuenta address p.telefono {
	margin: 1%;
}

.menuMiCuenta address p, .menuMiCuenta address a {
	color: #ffffff;
	font-size: 19px;
	font-size: 1.9rem;
	text-decoration: none;
	font-style: normal;
}

.menuMiCuenta address .telefono a {
	font-size: 1.3em;
	margin: 0px;
}

.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}

.checkbox input[type=radio] {
	display: none;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #ffffff;
	border: 1px solid #4074b9;
	border-radius: 3px;
}

.checkbox input[type=radio]:checked + label:before {
	content: "\2022";
	color: #f3f3f3;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
}

.checkbox input[type=checkbox] {
	display: none;
}

.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #4074b9;
	text-align: center;
	line-height: 15px;
}

.checkbox label a {
	color: #60ade3
}

.radio label:before {
	border-radius: 8px;
}

.radio input[type=radio]:checked + label:before {
	content: "\2022";
	color: #4374b7;
	font-family: Arial;
	font-size: 32px;
	line-height: 15px;
	text-align: justify;
	text-indent: 0.04em;
	font-weight: bold;
}

.radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: normal;
}

.radio label strong {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.radio label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottombottom: 1px;
	border: 1px solid #4374b7;
}

.radio input[type=radio] {
	display: none;
}

.bodyMiCuenta .marco {
	border: 1px solid #c6c9cd;
	margin-top: -1px;
	padding: 20px 50px;
}

.bodyMiCuenta .marco p.texto {
	color: #454444;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0;
}

.bodyMiCuenta .marco input[type="text"], .bodyMiCuenta .marco input[type="email"], .bodyMiCuenta .marco input[type="password"] {
	width: 100%;
	max-width: 430px;
}

.bodyMiCuenta .marco input[type="text"].medio {
	max-width: 212px;
}

.bodyMiCuenta .marco .doble input[type="text"], .bodyMiCuenta .marco .doble input[type="email"] {
	width: 7em;
}

.bodyMiCuenta select {
	cursor: pointer;
}

.bodyMiCuenta .select {
	position: relative;
}

.bodyMiCuenta .select:after {
	width: 20px;
	height: 20px;
	background: #ffffff;
	color: #4074b9;
	content: "v";
	font-family: Arial;
	font-size: 2em;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
}

/* Mis pedidos realizados */
.wrap-alignment {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.my-orders {
	background-color: #ffffff;
}

.order-section__wrap {
	margin: 0 auto;
	font-family: 'Open Sans', arial;
}

.order-section__header__tracking {
	display: flex;
	align-items: center;
}

.order-section__header__number {
	text-decoration: none;
	color: #000000;
	font-family: 'Open Sans', arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.order-section__main {
	border-radius: 8px;
	box-shadow: 4px 4px 10px 0 rgb(170 170 170 / 30%);
	padding: 35px 0;
	margin-bottom: 30px;
	background-color: #f0f0f0;
}

.order-section__main__info {
	width: 100%;
	padding: 0px 34px 15px 34px;
	display: flex;
	justify-content: space-between;
}

.order-section__main__delivery {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 35px;
}

.order-section__main__bill a {
	height: 20px;
	width: 111px;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	letter-spacing: -0.27px;
	line-height: 20px;
}

.order-section__summary {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.813rem;
	font-family: 'Open Sans', arial;
	padding: 15px 35px 0;
}

.order-section__body {
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: -4px -4px 10px 0 rgba(255, 255, 255, 0.5), 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
	margin: 0 35px;
	padding: 40px 25px;
}

.order-section__details-wrap {
	display: flex;
	justify-content: space-between;
}

.order-section__details-wrap img {
	display: initial;
	height: 10.375rem;
	width: 16.063rem;
	object-fit: scale-down;
	margin-bottom: 10px;
}

.order-section__state {
	color: #303030;
	font-size: 16px;
	letter-spacing: -0.27px;
	line-height: 14px;
	margin-bottom: 25px;
	margin: auto 0;
}

.state__color {
	color: #000000;
	margin-top: 20px;
	font-weight: bold;
}

.state__color--date {
	color: #000000;
	font-weight: bold;
}

.state__break {
	display: block;
	margin-top: 20px;
	color: #4a4a4a;
	font-weight: normal;
}

.order-section__tracking-state {
	width: 247px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #000000;
	box-shadow: 0 2px 4px 0 rgba(170, 170, 170, 0.35);
	color: #ffffff;
	font-family: 'Open Sans', arial;
	font-size: 16px;
	letter-spacing: -0.27px;
	line-height: 20px;
}

.tracking-state__img {
	display: initial;
	height: 24px;
	width: 18px;
	margin-right: 1rem;
	position: relative;
	bottom: 0;

}

.order-section__tracking-state a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.27px;
	line-height: 14px;
	text-transform: uppercase;

}

.product-list {
	margin-bottom: 15px;
}

.product-list__info {
	width: 25rem;
	font-family: 'Open Sans', arial;
}

.product-list__name {
	color: #4a4a4a;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.37px;
	margin: 1.8rem 0;
}

.product-list__price {
	color: #4a4a4a;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.37px;
	line-height: 14px;
	margin-bottom: 1.5rem;
}

.product-list__quantity {
	color: #4a4a4a;
	font-size: 16px;
	letter-spacing: -0.27px;
	line-height: 20px;
}

.bvrating {
	width: 25rem;
	display: flex;
	justify-content: flex-end;
	font-family: 'Open Sans', arial;
	margin: 1.8rem 0;
}

.bv_main_container {
	display: flex !important;
	flex-direction: column;
	align-items: flex-end;
}


.cancel-delivery {
	display: flex;
	justify-content: flex-end;
	position: relative;
	transform: translateY(-65px);
	display: none;

}

.cancel-delivery input {
	background-color: #ffffff;
	border: 0px;
	color: #000000;
	font-size: 12px;
}

.cancel-button {
	border: none;
	text-decoration: underline;
	background-color: transparent;
	color: rgba(74, 74, 74, 0.9);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 22px;
}

@media all and (max-width: 769px) {
	.order-section__wrap {
		padding: 0 20px;
	}

	.order-section__summary {
		padding: 0;
	}

	.order-section__body {
		padding: 0;
		margin: 0 10px 20px;
	}

	.order-section__state {
		margin: 25px;
	}

	.order-section__tracking-state {
		margin: 20px;
	}

	.order-section__product-list {
		margin-bottom: 20px;
	}

	.order-section__details-wrap img {
		display: initial;
		height: 6rem;
		width: 10rem;
	}

	.product-list__info {
		width: 20rem;
	}

	.product-list__name {
		font-size: 18px;
		margin: 0.8rem 0;
	}

	.product-list__price {
		font-size: 18px;
		margin-bottom: 1rem;
	}

	.product-list__quantity {
		font-size: 14px;

	}

	.bvrating {
		width: 21rem;
		margin: 0.8rem 0;
	}

	.cancel-delivery {

		transform: translateY(-25px);

	}

	.cancel-button {
		font-size: 14px;

	}

	.bv_button_buttonMinimalist {
		font-size: 14px !important;
	}

	.bv_stars_component_container {
		padding-right: 0.5rem !important;
	}
}

@media all and (max-width: 470px) {
	.order-section__tracking-state {
		margin: 0;
	}

	.order-section__summary {
		flex-direction: column;
		padding: 20px 0 20px 15px;
		margin-bottom: 0;
	}

	.order-section__tracking-state {
		margin: auto;
	}

	.order-section__details-wrap {
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}

	.order-section__details-wrap img {
		display: initial;
		height: 10.375rem;
		width: 16.063rem;
	}

	.product-list__info {
		padding-left: 15px;
		margin-bottom: 35px;
	}

	.cancel-delivery {
		position: static;
		justify-content: center;
	}

	.state__line {
		margin: 8px 0 25px;
	}

	.order-section__main__delivery {
		padding: 0;
	}

	.order-section__header__number {
		font-size: 16px;
	}
}

/*mis pedidos*/
.listadoHeader.carrito.misPedidos {
	padding-top: 4em;
}

.carrito.misPedidos .listadoCarrito {
	width: 100%;
}

.carrito.misPedidos .listadoCarrito .unidades {
	border: 0 none;
	color: #000000;
	font-size: 2.3rem;
	margin: 0;
	padding-top: 0.9em;
	text-align: center;
	width: 75px;
	font-weight: bold;
}

.carrito.misPedidos .listadoCarrito .subtotal {
	width: 4.75em;
}

.listadoHeader.carrito.misPedidos .listadoCarrito li .producto > div.subtotal {
	width: 14em;
}

.listadoHeader.carrito.misPedidos .listadoCarrito li {
	display: inherit;
}

/*factura*/
.bodyMiCuenta.factura .contenido {
	border: 1px solid #c6c9cd;
	padding: 1em 2em;
}

.bodyMiCuenta.factura .contenido strong {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 130px;
}

.bodyMiCuenta.factura table th {
	text-align: auto;
}

.bodyMiCuenta.factura table .center {
	text-align: center;
}

.bodyMiCuenta.factura table .derecha {
	text-align: right;
}

.bodyMiCuenta.factura table td:last-child {
	border-right: 1px solid #c6c9cd;
}

.bodyMiCuenta.factura .totalConfirmacion {
	margin: 15px 15px 50px 0;
	float: right;
}

.bodyMiCuenta.factura .total {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 0 0 20px 675px;
	text-transform: uppercase;
}

.bodyMiCuenta.factura .total .precioFinal em {
	display: block;
	font-size: 0.7em;
	letter-spacing: 0;
}

.bodyMiCuenta.factura .total .precioFinal strong {
	color: #000000;
	font-size: 2.9em;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-bottom: 3px;
	margin-left: 25px;
}

/*****LOGIN******/
.bodyMiCuenta.login {
	background: #f4f7fa;
	border-bottom: 1px solid #bcbec0;
	margin-bottom: 15px;
}

.bodyMiCuenta.login .wrap {
	padding: 15px 40px 5px 50px;
	padding: 1.5rem 4rem 0.5rem 5rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
}

.bodyMiCuenta.login p {
	padding: 20px 0 40px 0;
	padding: 2rem 0 4rem 0;
}

.bodyMiCuenta.login label {
	width: 12%;
	display: inline-block;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.bodyMiCuenta.login input[type="text"] {
	width: 30%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.bodyMiCuenta.login[type="text"] + label {
	margin-left: 3%;
}

.bodyMiCuenta.login .botonComprar {
	font-size: 20px;
	font-size: 2.3rem;
	font-weight: normal;
	margin: 10px auto;
	padding: 7px 10px 6px;
}

.bodyMiCuenta.login .botonComprar:before {
	display: none;
}

/******MIS DATOS*******/
.bodyMiCuenta.misDatos label {
	display: block;
	float: left;
	clear: left;
	padding-top: 1em;
	min-width: 12em;
	padding-bottom: 0.5em;
}

.bodyMiCuenta.misDatos input[type="text"], .bodyMiCuenta.misDatos input[type="email"], .bodyMiCuenta.misDatos input[type="password"], .bodyMiCuenta.misDatos .select {
	display: block;
	float: left;
	margin-bottom: 0.5em;
}

.bodyMiCuenta.misDatos select {
	min-width: 8em;
}

.bodyMiCuenta.misDatos .botonComprar {
	margin: 25px auto;
}

.bodyMiCuenta.misDatos .checkbox label {
	padding-left: 25px;
	padding-bottom: 0;
}

/***CREAR*/
.bodyMiCuenta.misDatos.azul {
	background: #f4f7fa;
	margin-top: 1px;
	border-bottom: 1px solid #bcbec0;
}

.bodyMiCuenta.misDatos.azul .marco {
	border: none;
}

.bodyMiCuenta.misDatos.crear .checkbox {
	margin-left: 144px;
	margin-left: 14.4rem;
}

.bodyMiCuenta.misDatos .wrap > p {
	font-size: 17px;
	font-size: 1.7rem;
	color: #363636;
	margin: 20px 0;
}

.bodyMiCuenta.misDatos label a {
	color: #90c9ff;
}

/******PEDIDOS******/
.bodyMiCuenta.pedidos {
	border-bottom: 1px solid #bcbec0;
}

/*tabla*/
.bodyMiCuenta table {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.bodyMiCuenta table th {
	color: #363636;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 5px;
	font-style: italic;
	text-align: left;
}

.bodyMiCuenta table td {
	color: #666666;
	font-size: 1.3rem;
	padding: 0.3em 0.6em;
	border-top: 1px solid #c6c9cd;
	border-bottom: 1px solid #c6c9cd;
}

.bodyMiCuenta table td:first-child {
	border-left: 1px solid #c6c9cd;
}

.bodyMiCuenta table td + td + td + td + td + td + td {
	border-right: 1px solid #c6c9cd;
}

.bodyMiCuenta table a {
	color: #90c9ff;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyMiCuenta table span.noResponsive {
	color: inherit;
	padding: 0;
}

.bodyMiCuenta table span {
	color: #ffffff;
	padding: 0.8em 0.7em;
	display: inline-block;
}

.bodyMiCuenta table .procesando, .bodyMiCuenta.leyenda .tabs a.procesando:before {
	background: #cbb818;
}

.bodyMiCuenta table .pendiente, .bodyMiCuenta.leyenda .tabs a.pendiente:before {
	background: #bf6824;
}

.bodyMiCuenta table .preparado, .bodyMiCuenta.leyenda .tabs a.preparado:before {
	background: #30ab96;
}

.bodyMiCuenta table .cancelado, .bodyMiCuenta.leyenda .tabs a.cancelado:before {
	background: #aa4153;
}

.bodyMiCuenta table .enCurso, .bodyMiCuenta.leyenda .tabs a.enCurso:before {
	background: #319dd2;
}

.bodyMiCuenta table .devuelto, .bodyMiCuenta.leyenda .tabs a.devuelto:before {
	background: #9a9a9a;
}

.bodyMiCuenta table .enPreparacion, .bodyMiCuenta.leyenda .tabs a.enPreparacion:before {
	background: #0008a8;
}

.bodyMiCuenta table .procesando {
	width: 90%;
	min-width: 180px;
}

.bodyMiCuenta table .pendiente {
	width: 90%;
	min-width: 180px;
}

.bodyMiCuenta table .preparado {
	width: 90%;
	min-width: 180px;
}

.bodyMiCuenta table .cancelado {
	width: 90%;
	min-width: 180px;
}

.bodyMiCuenta table .enCurso {
	width: 90%;
	min-width: 180px;
}

.bodyMiCuenta table .devuelto {
	width: 90%;
	min-width: 180px;
}

.bodyMiCuenta table .enPreparacion {
	width: 90%;
	min-width: 180px;
}

/*leyenda*/
.bodyMiCuenta.leyenda .wrap {
	margin: 15px auto 30px;
}

.bodyMiCuenta.leyenda .tabs {
	border: 1px solid #c6c9cd;
}

.bodyMiCuenta.leyenda .tabs ul {
	background: #ffffff;
	width: 100%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.bodyMiCuenta.leyenda .tabs ul li {
	float: left;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #c6c9cd
}

.bodyMiCuenta.leyenda .tabs ul li.izq {
	clear: left;
	padding: 0 1em 0;
	width: 20%;
}

.bodyMiCuenta.leyenda .tabs .izq + li {
	min-height: 4em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	float: left;
	color: #75767a;
	font-style: italic;
	border: none;
	background: #cee3f0;
	border-left: 1px solid #c6c9cd;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 1px solid #c6c9cd;
}

.bodyMiCuenta.leyenda .tabs ul li:first-child, .bodyMiCuenta.leyenda #tabs ul li:first-child + li {
	height: auto;
	border-top: 0;
}

.bodyMiCuenta.leyenda .tabs ul span {
	color: #145799;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	padding-top: 17px;
}

.bodyMiCuenta.leyenda .tabs h3 {
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: normal;
}

.bodyMiCuenta.leyenda .tabs .resp-tabs-container p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyMiCuenta.leyenda .tabs ul li p {
	padding-top: 5px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.bodyMiCuenta.leyenda .tabs ul li a {
	color: #363636;
	font-size: 13px;
	cursor: default;
	font-size: 1.3rem;
	text-decoration: none;
	font-style: italic;
	display: block;
	padding-top: 10px;
}

.bodyMiCuenta.leyenda .tabs ul li a:before, .bodyMiCuenta.leyenda .tabs h2 a:before {
	content: "";
	display: block;
	float: left;
	height: 18px;
	margin-right: 6px;
	margin-top: -3px;
	width: 18px;
}

.bodyMiCuenta.leyenda .tabs ul li a:after {
	content: ">";
	display: block;
	float: right;
	color: #145799;
	font-style: normal;
	font-weight: bold;
	font-family: monospace;
	font-size: 1.2em;
}

.bodyMiCuenta.leyenda .resp-vtabs li.resp-tab-active, .bodyMiCuenta.leyenda .resp-vtabs .resp-tabs-list li {
	border: 0;
	margin-right: -1px !important;
	padding: 0 !important;
	clear: left;
	margin-bottom: 20px !important;
}

/***************CARRITO************************/
.listadoHeader.carrito {
	margin-bottom: 0;
}

.listadoBody.carrito {
	background: #f4f7fa;
}

.listadoBody.carrito .wrap {
	background: #f4f7fa;
	padding: 2em 0;
}

.garantia {
	background: #ffffff;
	width: 23%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #d3d3d3;
	padding: 2% 1%;
}

.garantia p {
	color: #363636;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 1em;
}

.garantia a {
	color: #60ade3;
	font-size: 30px;
	font-size: 3.0rem;
	text-decoration: none;
}

.garantia a:hover {
	color: #135597;
}

.garantia .iconos {
	border-top: 1px solid #d3d3d3;
	margin-top: 1.5em;
	padding: 1em 0;
}

.garantia .iconos .confianzaOnline {
	background: url(https://www.milar.es/estaticos/images/sprite-iconos.png) 0 -176px no-repeat transparent;
	width: 59px;
	height: 55px;
	display: inline-block;
	margin-bottom: 0.5em;
}

.garantia .iconos .visa {
	background: url(https://www.milar.es/estaticos/images/sprite-iconos.png) -80px -176px no-repeat transparent;
	width: 121px;
	height: 53px;
	display: inline-block;
	float: right;
	margin-bottom: 0.5em;
}

.garantia .iconos .compraSegura {
	background: url(https://www.milar.es/estaticos/images/sprite-iconos.png) -313px -114px no-repeat transparent;
	width: 59px;
	height: 41px;
	display: inline-block;
	margin-bottom: 0.5em;
}

.garantia .iconos .masterCard {
	background: url(https://www.milar.es/estaticos/images/sprite-iconos.png) -232px -176px no-repeat transparent;
	width: 140px;
	height: 50px;
	display: inline-block;
	float: right;
	margin-bottom: 0.5em;
}

.listadoHeader.carrito .listadoCarrito li {
	border: none;
}

.listadoHeader.carrito .listadoCarrito li .producto > div {
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	height: 1em;
	margin: 0;
	padding: 0;
	width: auto;
	border: 0;
	font-style: italic;
}

.listadoHeader.carrito .listadoCarrito li .producto > div.subtotal {
	padding: 0 1em 0 0;
	width: 10em;
}

.listadoHeader.carrito .listadoCarrito li .producto > div.unidades {
	text-align: right;
	width: 75px;
}

.carrito .listadoCarrito {
	width: 75%;
	float: right;
	margin-top: -5px;
}

.carrito .listadoCarrito li {
	background: #ffffff;
	padding: 0.5em;
	border: 1px solid #d3d3d3;
	margin-bottom: -1px;
}

.carrito .listadoCarrito .detalleProducto {
	float: left;
}

.carrito .listadoCarrito .detalleProducto .imagen {
	border-right: 1px solid #d3d3d3;
	display: block;
	float: left;
	height: 60px;
	margin-right: 0.5em;
	text-align: center;
	width: 76px;
}

.carrito .listadoCarrito .detalleProducto .imagen img {
	display: initial;
	max-height: 95%;
	max-width: 95%;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagen, .carrito .listadoCarrito .instalacion .detalleProducto .imagen {
	height: auto;
}

.carrito .listadoCarrito .detalleProducto .imagenTarjeta {
	border-right: 1px solid #d3d3d3;
	display: block;
	float: left;
	height: 60px;
	margin-right: 0.5em;
	text-align: center;
	width: 76px;
}

.carrito .listadoCarrito .detalleProducto .imagenTarjeta img {
	display: initial;
	max-height: 95%;
	max-width: 95%;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagenTarjeta {
	height: auto;
}

.carrito .listadoCarrito .detalleProducto h2 {
	margin: 1em 0 0.5em;
	float: left;
	max-width: 300px;
}

.carrito .listadoCarrito .detalleProducto h2 a {
	font-size: 15px;
	font-size: 1.5rem;
	color: #000000;
	text-decoration: none;
}

.carrito .listadoCarrito .detalleProducto h2 a:hover {
	text-decoration: underline;
}

.carrito .listadoCarrito .detalleProducto .oferta {
	display: block;
	color: #ee2128;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.carrito .listadoCarrito .bloquePrecio {
	float: right;
	margin: 0.5em;
	text-align: right;
	width: 8em;
}

.carrito .listadoCarrito .bloquePrecio .descuento {
	font-size: 15px;
	font-size: 1.5rem;
	color: #ee2128;
	text-decoration: line-through;
	min-height: 1em;
}

.carrito .listadoCarrito .bloquePrecio .precioProducto {
	font-size: 23px;
	font-size: 2.3rem;
	color: #000000;
}

.carrito .listadoCarrito .unidades {
	border: 1px solid #4074b9;
	border-radius: 3px 3px 3px 3px;
	float: right;
	margin: 0.5em;
	width: auto;
}

.carrito .listadoCarrito .unidades .cantidad {
	background: transparent;
	border: 0 none;
	color: #4074b9;
	float: left;
	font-size: 2em;
	padding: 0.4em 0;
	text-align: center;
	width: 2em;
}

.carrito .listadoCarrito .unidades .flechas {
	border-left: 1px solid #4074b9;
	float: right;
}

.carrito .listadoCarrito .unidades .flechas a {
	display: block;
	font-size: 2em;
	padding: 0em 0.4em;
	text-decoration: none;
}

.carrito .listadoCarrito .unidades .flechas a:hover {
	color: #60ade3;
}

.carrito .listadoCarrito .unidades .flechas a#mas {
	border-bottom: 1px solid;
}

.carrito .listadoCarrito .unidades .flechas a#menos {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: none;
	margin-top: 3px;
}

.carrito .listadoCarrito .subtotal {
	border-left: 1px solid #d3d3d3;
	color: #000000;
	float: right;
	font-size: 30px;
	font-size: 3rem;
	height: 45px;
	padding-left: 0.25em;
	padding-top: 0.5em;
	text-align: right;
	width: 3.75em;
	margin-right: 0.5em;
}

.carrito .listadoCarrito .eliminar {
	float: left;
	padding-top: 20px;
	text-align: center;
	float: right;
	margin-right: 1rem;
}

.carrito .listadoCarrito .eliminar a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #90c9ff;
	border-radius: 100%;
	color: #ffffff;
	display: block;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	height: 19px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 19px;
}

.carrito .listadoCarrito .eliminar a:hover {
	color: #4074b9;
}

.footerHeader.listadoHeader.carrito .botonComprar {
	float: right;
}

.carrito .listadoCarrito .instalacion {
	margin-top: 20px;
}

.carrito .listadoCarrito .instalacion .imagen span {
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -270px 0 transparent;
	display: block;
	height: 27px;
	margin: 10.5px 24.5px;
	width: 35px;
}

.carrito .listadoCarrito p {
	margin-top: 0.8em;
	float: right;
}

.carrito .listadoCarrito p a {
	color: #90c9ff;
}

.carrito .listadoCarrito .botonComprar {
	background: #ffda0d;
	border: medium none;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0.5em 1em;
	position: relative;
	float: left;
	margin-left: 0.5em;
}

.carrito .listadoCarrito .botonComprar:hover {
	background: #90c9ff;
}

.carrito .listadoCarrito li.gastosEnvio {
	border-radius: 5px 5px 0 0;
}

.carrito .listadoCarrito .gastosEnvio {
	margin-top: 20px;
	border: 0;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagen span {
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -175px 0 transparent;
	display: block;
	height: 27px;
	margin: 3px 18.5px;
	width: 35px;
}

.carrito .listadoCarrito .gastosEnvio .detalleProducto .imagenTarjeta span {
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -308px 0 transparent;
	display: block;
	height: 27px;
	margin: 3px 18.5px;
	width: 35px;
}

.carrito .listadoCarrito .gastosEnvio p {
	margin-top: 0.3em;
	color: #626767;
	font-size: 1.5rem;
	line-height: 1.5em;
}

.carrito .listadoCarrito .derecha {
	border-left: 1px solid #d3d3d3;
	float: right;
	width: 163px;
	min-height: 33px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.carrito .listadoCarrito .gastosEnvio .derecha p {
	margin-left: 0.5em;
	font-weight: bold;
	color: #000000;
}

.carrito .listadoCarrito .total {
	border: none;
	background: #c5ddec;
	padding: 25px 0.5em;
}

.carrito .listadoCarrito .total .detalleProducto {
	margin-left: 80px
}

.carrito .listadoCarrito .total .detalleProducto > p {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.carrito .listadoCarrito .total a {
	color: #90c9ff;
	font-size: 15px;
	display: block;
	clear: left;
	float: left;
}

.carrito .listadoCarrito .total .derecha {
	border-color: #b0c8d7;
	margin-top: -25px;
	padding: 0px 5px 0 2px;
}

.carrito .listadoCarrito .total .derecha p {
	font-size: 40px;
	font-size: 3.6em;;
	color: #0220ac;
}

.carrito .listadoCarrito .total .derecha span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #0220ac;
	display: block;
	margin-left: 3px;
	float: right;
	clear: right;
}

/*************PROCESO DE COMPRA*************************************/
header.compra nav li {
	width: 33%;
	padding: 3px 0 0;
	padding: 0.3rem 0 0;
	height: 4.2rem;
	margin-top: -1px;
}

header.compra nav .sombra {
	padding: 0;
}

header.compra nav li.active {
	background: #d5eaff;
}

header.compra nav li.active:before {
	bottom: -0.05rem;
}

header.compra nav li:hover {
	background: #ffff40;
}

header.compra nav li.active a {
	color: #135597;
}

header.compra nav li a {
	border-left: medium none;
	font-size: 16px;
}

header.compra p.telefono {
	padding-top: 22px;
}

.compra h2 {
	color: #363636;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 15px 0;
	padding: 1.5rem 0;
}

.compra h3 {
	color: #145799;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 0;
	padding: 2rem 0;
}

.compra .marco {
	margin-bottom: 15px;
	margin-top: 0;
}

.headerCompra {
	border-bottom: 1px solid #bcbec0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.headerCompra h1 {
	color: #4374b7;
	display: inline-block;
	font-size: 3.5rem;
	font-weight: normal;
	padding: 1.5rem 1rem 0.5rem 0;
}

.headerCompra p {
	color: #000000;
	font-size: 13px;
	font-size: 1.3rem;
	display: inline;
	padding: 25px 10px 10px;
}

.headerCompra p span {
	color: #ed1d25;
}

/*PASO 1*/
.bodyMiCuenta.compra.paso1 {
	margin-top: 10px;
	padding-bottom: 10px;
}

.compra.paso1 .formulario {
	float: right;
	width: 75%;
}

.compra.paso1 label {
	display: block;
	float: left;
	clear: left;
	padding-top: 1em;
	min-width: 12em;
	padding-bottom: 0.5em;
}

.compra.paso1 input[type="text"], .compra.paso1 input[type="email"], .compra.paso1 .select {
	display: block;
	float: left;
	margin-bottom: 0.5em;
}

#loginFormModal .medio {
	display: block;
	float: left;
	margin-bottom: 0.5em;
	border: 1px solid #4074b9;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
}

#loginFormModal #botonEmail {
	font-size: 1.4rem;
	background: orange;
	border: 1px solid rgb(201, 201, 201);
	color: rgb(145, 68, 25);
	padding: 10px 30px;
	margin: 0 0 0 10px;
}

#mensaje_loginFormModal {
	color: rgb(255, 119, 0);
	font-size: 16px;
	margin: 10px 0;
	padding: 5px;
	width: 150px;
}

#modal-login.semantic-content.error.is-active footer {
	display: none;
}

.compra.paso1 select {
	min-width: 8em;
}

.compra.paso1 .botonComprar {
	margin: 25px auto;
}

.compra.paso1 .checkbox label {
	padding-left: 25px;
	padding-bottom: 0;
}

.semantic-content .modal-close-instalacion {
	bottom: 40px;
	color: #60ade3;
	content: "Volver";
	font-size: 1.3rem;
	right: -2em;
	margin-right: 0em;
	padding: 0px 2px;
	position: absolute;
	text-decoration: underline;
	text-indent: 0;
	z-index: 20;
}

/*POPUP*/
.compra.paso1 .modal-inner .botonComprar {
	margin: 55px 0 10px;
}

.compra.paso1 .modal-inner input[type="text"] {
	width: 50%;
	padding: 0.75em;
}

.compra.paso1 .error .modal-inner .botonComprar {
	margin: 55px auto 10px;
}

body .semantic-content .modal-close:after {
	/*content: attr(data-close);*/
	background: #27aae2;
	color: #ffffff;
	font-size: 1.5em;
	top: 0.4em;
	right: 1em;
	left: auto;
	z-index: 40;
	margin-left: 0;
	padding: 0.5em 1em;
	text-decoration: none;
}

body .semantic-content .modal-close:after {
	top: 1em;
	bottom: auto;
}

/*PASO 3*/
.bodyCompra.paso3 table {
	width: 100%;
	margin-bottom: 10px;
}

.bodyCompra.paso3 table tr {
	border: 1px solid #bcbec0;
}

.bodyCompra.paso3 table td {
	vertical-align: middle;
}

.bodyCompra.paso3 table .imagen {
	padding: 10px 0 10px 10px;
	width: 80px;
}

.bodyCompra.paso3 table .imagen a {
	border-right: 1px solid #bcbec0;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.bodyCompra.paso3 table .imagen img {
	display: initial;
	max-width: 80px;
	max-height: 80px;
	display: inline-block;
}

.bodyCompra.paso3 table .detalleProducto {
	padding-left: 10px;
	word-break: break-all;
}

.bodyCompra.paso3 table h2 {
	padding: 0 0 0.25em;
}

.bodyCompra.paso3 table h2 a {
	color: #000000;
	font-size: 15px;
	font-size: 1.5rem;
}

.bodyCompra.paso3 table .oferta {
	color: #ee2128;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.bodyCompra.paso3 table .bloquePrecio, .bodyCompra.paso3 table .cantidad {
	text-align: right;
}

.bodyCompra.paso3 table .descuento {
	color: #ee2128;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: line-through;
	font-weight: bold;
}

.bodyCompra.paso3 table .precioProducto {
	color: #000000;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	white-space: nowrap;
}

.bodyCompra.paso3 table .cantidad {
	font-size: 20px;
	font-size: 2rem;
	padding: 0 15px;
	font-weight: bold;
	text-align: center;
}

.bodyCompra.paso3 table .producto > .precioProducto {
	font-size: 30px;
	font-size: 3rem;
}

.bodyCompra.paso3 table .vacio {
	border: 0;
}

.bodyCompra.paso3 table .gris {
	background: #f3f3f3;
}

.bodyCompra.paso3 table .gris td {
	padding: 0.5em;
}

.bodyCompra.paso3 table .gris.envio {
	border-bottom: 0;
	margin-top: 10px;
}

.bodyCompra.paso3 table .gris.formaPago {
	border-top: 0;
}

.bodyCompra.paso3 table .gris.logistadis {
	border-top: 0;
}

.bodyCompra.paso3 table .logistadis p {
	border-right: 1px solid #bcbec0;
}

.bodyCompra.paso3 table .logistadisIcono p span {
	background: url("https://www.milar.es/estaticos/images/Milar/logistadisMilar.jpg") no-repeat;
	display: block;
	height: 51px;
	width: 64%;
	text-indent: -9999px;
	margin: 0 auto;
}

.bodyCompra.paso3 table .descripcion {
	color: #777b7b;
	font-size: 15px;
	font-size: 1.5rem;
}

.bodyCompra.paso3 table .coste {
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.bodyCompra.paso3 table .gris td.envioGratuito {
	text-align: center;
	padding: 0.5em 0;
}

.bodyCompra.paso3 table .envioGratuito p,
.bodyCompra.paso3 table .envioDomicilio p,
.bodyCompra.paso3 table .recogidaTienda p {
	border-right: 1px solid #bcbec0;
}

.bodyCompra.paso3 table .envioGratuito p span {
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -176px 0 transparent;
	display: block;
	height: 27px;
	width: 34px;
	text-indent: -9999px;
	margin: 0 auto;
}

.bodyCompra.paso3 table .envioDomicilio p span,
.bodyCompra.paso3 table .recogidaTienda p span {
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -335px -316px transparent;
	display: block;
	height: 27px;
	width: 40px;
	text-indent: -9999px;
	margin: 0 auto;
}

.bodyCompra.paso3 table .recogidaTienda p span {
	background-position: -292px -316px;
}

.bodyCompra.paso3 table .gris td.tarjeta,
.bodyCompra.paso3 table .gris td.envioDomicilio,
.bodyCompra.paso3 table .gris td.recogidaTienda,
.bodyCompra.paso3 table .gris td.logistadisIcono {
	text-align: center;
	padding: 0.5em 0;
}

.bodyCompra.paso3 table .tarjeta p {
	border-right: 1px solid #bcbec0;
}

.bodyCompra.paso3 table .tarjeta p span {
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -308px 0 transparent;
	display: block;
	height: 22px;
	width: 32px;
	text-indent: -9999px;
	margin: 0 auto;
}

.bodyCompra.paso3 table .total {
	background: #cce2ef;
	border-color: #cce2ef;
}

.bodyCompra.paso3 table .total td {
	padding: 20px 0;
}

.bodyCompra.paso3 table .total .descripcion {
	color: #000000;
	font-weight: bold;
}

.bodyCompra.paso3 table .total .coste {
	color: #0220ac;
	font-weight: bold;
	font-size: 45px;
	font-size: 4.5rem;
}

.bodyCompra.paso3 table .total .coste span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

.bodyCompra.paso3 .botonComprar {
	float: right;
}

.bodyCompra.azul {
	border-top: 1px solid #bcbec0;
	background: #f5f8fa;
	padding: 15px 0;
}

.bodyCompra.azul .marco {
	border: 1px solid #c6c9cd;
	background: #ffffff;
	position: relative;
	margin-top: 10px;
	padding: 15px 4%;
}

.bodyCompra.azul .marco .edit {
	position: absolute;
	right: 1%;
	top: 8px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #60ade3;
	padding-top: 0.5em;
}

.bodyCompra.azul .marco .edit:after {
	content: "";
	float: right;
	width: 26px;
	height: 26px;
	background: url("https://www.milar.es/estaticos/images/sprite-iconos.png") no-repeat scroll -346px 0;
	margin-top: -0.5em;
	margin-left: 0.5em;
}

.bodyCompra.azul .marco h3 {
	color: #145799;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}

.bodyCompra.azul .marco p {
	padding-top: 2px;
	color: #145799;
	font-size: 16px;
	font-size: 1.6rem;
	width: 33.3%;
	float: left;
	margin-bottom: 0.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 1.1em;
}

.bodyCompra.azul .marco p.big {
	height: auto;
	width: 100%;
	text-overflow: inherit;
}

.bodyCompra.azul .marco p textarea {
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

.bodyCompra.azul .marco p span {
	color: #363636;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: bold;
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 0.5em;
}

.bodyCompra.azul .marco p.texto {
	width: 100%;
	color: #363636;
	font-size: 11px;
	font-size: 1.1rem;
	font-style: italic;
	overflow: visible;
	white-space: normal;
	margin: 20px 0;
	height: auto;
}

.footerCompra.paso3 {
	border-top: 1px solid #bcbec0;
	padding: 30px 0;
	font-size: 13px;
}

.footerCompra.paso3 a {
	color: #60ade3;
	display: inline-block;
	padding-top: 30px;
}

.footerCompra.paso3 .botonComprar {
	float: right;
}

/******************CONTENIDO*******************************/
.contenido h1 {
	color: #50ba00;
	font-size: 35px;
	font-size: 2.5rem;
	font-weight: normal;
	padding: 1.5rem 4rem 0.5rem 0;
}

.contenido h2 {
	color: #363636;
	font-size: 25px;
	font-size: 1.6rem;
	padding: 2rem 0 0.5em;
}

.contenido h3 {
	color: #363636;
	font-size: 20px;
	font-size: 1.5rem;
	padding: 0.5em 0 0.25em;
}

.contenido a {
	color: #90c9ff;
}

.contenido .azulClaro {
	color: #90c9ff;
}

.contenido .azul {
	color: #4374b7;
}

.contenido p {
	font-size: 13px;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	text-align: justify;
}

.contenido .alinDerecha {
	float: right;
	margin: 0 0 0 1em;
}

.contenido .unCuarto {
	width: 24%;
}

.contenido .mitad {
	width: 49%;
}

.contenido {
	padding: 1em 2em;
}

/*******************LOGIN OK*******************************/
.loginOk {
	border-top: 1px solid #bcbec0;
}

.loginOk h1 {
	color: #4374b7;
	font-size: 35px;
	font-size: 3.5rem;
	margin: 0.75em 0 0.25em;
}

.loginOk h2 {
	color: #4374b7;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0.75em 0 1em;
}

.loginOk p {
	color: #5a5a5a;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 1em;
}

.loginOk .botonComprar {
	width: auto;
	float: right;
}

.loginOk .botonComprar:before {
	display: none
}

.diezrazones h3 {
	padding-left: 31px;
}

.diezrazones p {
	padding-left: 63px;
}

.fichaProducto .carrusel #bx-pager a {
	display: inline-block;
	width: 20%;
}

/*MARCAS*/
.centroImagen ul.marcas {
	width: 100%;
}

.centroImagen ul.marcas li {
	float: left;
	list-style: none outside none !important;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	width: 22%;
}

.centroImagen ul.marcas li img {
	display: initial;
	width: auto;
	height: 40px;
}

ul.MenuBarActive {
	z-index: 1000;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

ul.MenuBarHorizontal ul li {
	width: auto;
	height: 3.5em;
	display: block;
}

ul.MenuBarHorizontal ul li a, ul.MenuBarHorizontal ul li span {
	border-left: none;
	display: block;
	text-align: left;
	width: auto;
	padding: 5px 10px 5px 15px;
	white-space: nowrap;
}

ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: 10px;
	top: 10px !important;
}

ul.MenuBarHorizontal ul {
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	position: absolute;
	left: -1000em;
	display: block;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus, ul.MenuBarHorizontal ul li span:hover, ul.MenuBarHorizontal ul li span:focus {
	background-color: #4fbb00;
	color: #ffffff !important;
	height: auto;
}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #4fbb00;
	color: #ffffff !important;

}

@media (max-width: 769px) {
	ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus, ul.MenuBarHorizontal ul li span:hover, ul.MenuBarHorizontal ul li span:focus {
		background-color: #ffffff;
		color: #000000 !important;
	}

	ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
		background-color: #ffffff;
		color: #000000 !important;
	}
}

.semantic-content footer .campoBusqueda + a {
	display: inline-block;
	cursor: pointer;
	margin-left: 0.5em;
	padding: 0.7em 1em;
	border: 0;
	border-radius: 5px;
	background: rgb(123, 161, 215);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjN2JhMWQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjNTI4M2NiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyODNjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8 +Cjwvc3ZnPg==);
	background: -moz-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(55%, rgba(123, 161, 215, 1)), color-stop(56%, rgba(82, 131, 203, 1)), color-stop(100%, rgba(82, 131, 203, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(123, 161, 215, 1) 55%, rgba(82, 131, 203, 1) 56%, rgba(82, 131, 203, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba1d7', endColorstr='#5283cb', GradientType=1);
	background-size: 211% 186%;
	background-position: 25% -109%;
	position: relative;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.15em;
}

/******ERROR***************/
.pagError {
	background: url("https://www.milar.es/estaticos/images/error.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
	min-height: 500px;
	padding-right: 295px;
}

.pagError h1 {
	color: #4374b7;
	font-size: 3.5rem;
	font-weight: normal;
}

.pagError img {
	display: initial;
	width: 100%;
}

.pagError a {
	color: #90c9ff;
	font-size: 13px;
	margin-top: 20px;
}

.pagError .texterror {
	padding: 40px 0;
}

.pagError .texterror p {
	text-align: center;
	font-family: 'Open Sans';
	font-size: 14px;
}

.opcionError {
	background: none repeat scroll 0 0 #006eb7;
	border-radius: 5px;
	color: #ffffff;
	float: left;
	font-size: 1.8em;
	margin: 0 0.5em 2em 0;
	height: 95px;
	padding: 20px 10px;
	width: 29%;
}

.opcionError a {
	font-size: inherit;
}

.opcionError a:hover {
	color: #ffffff;
}

.opcionVolver {
	display: block;
	float: none;
}

.opcionVolver a:hover {
	color: #000000;
}

@media all and (max-width: 1024px) {
	.pagError .opcionVolver {
		clear: both;
	}
}

@media all and (max-width: 970px) {
	.opcionError {
		height: auto;
		width: 80%;
		margin: 0 0 1em 0;
	}
}

@media all and (max-width: 769px) {
	ul.menuCateg ul.MenuBarSubmenuVisible {
		left: auto;
		display: block !important;
		width: 100%;

	}

	ul.menuCateg li a {
		text-decoration: none;
		color: #565656;
	}

	ul.menuCateg li a.menuCategItemSubmenu {
		display: block;
		padding: 0 0 0 10px;
		position: relative;
		height: 29px;
		font-size: 100%;
	}

	ul.menuCateg li a.menuCategItemSubmenu span {
		display: block;
		padding: 5px 0 0 0;
	}

	ul.menuCateg li a.menuCategItemSubmenu:after {
		content: "\25BC";
		pointer-events: none;
		border-radius: 0 5px 5px 0;
		position: absolute;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		right: 0;
		top: 0;
		bottom: 0;
		line-height: 29px;
		padding: 0 7px;
		color: #565656;
		background: #ffda0d;
		font-size: 65%;
	}

	ul.menuCateg ul li {
		width: auto;
		display: block;
	}

	ul.menuCateg ul li a {
		border-left: none;
		display: block;
		text-align: left;
		width: auto;
		padding: 0px 10px;
		white-space: nowrap;
	}

	ul.menuCateg ul ul {
		position: absolute;
		margin: -5% 0 0 95%;
	}

	ul.menuCateg ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
		left: auto;
		top: 0;
	}

	ul.menuCateg ul {
		background-color: #ffe761;
		margin: 0;
		padding: 5px 0;
		list-style-type: none;
		font-size: 100%;
		z-index: 99999;
		cursor: default;
		width: 235px;
		position: absolute;
		left: -1000em;

	}

	ul.menuCateg ul li a:hover, ul.MenuBarHorizontal ul li a:focus {
		/*background-color: #3399ff;*/
		color: #ffffff;
		height: auto;
	}

	ul.menuCateg a.MenuBarSubmenuVisible {
		/*background-color:#3399ff;*/
		color: #ffffff;
		height: 3.7rem;
	}

	/* ESTILOS PARA DROP DOWN MENU CATEGORIAS */

}

@media all and (max-width: 640px) {
	.pagError {
		padding-right: 0;
	}

	.opcionError {
		width: 60%;
	}
}

@media all and (max-width: 480px) {
	.opcionError {
		width: 60%;
	}
}

@media all and (max-width: 360px) {
	.pagError {
		background: none;
	}

	.opcionError {
		width: 88%;
	}

	.pagError h1 {
		font-size: 2.5rem;
		padding: 1.5rem 0 0.5rem 0
	}

	.milar #menuNavegacion ul.MenuBarHorizontal > li {
		margin-left: 0 !important;
	}
}

@media all and (max-width: 320px) {
	.opcionError {
		width: 87%;
	}
}

/* HACK IE:*/
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}

.newsletter {
	background-color: #e9f5fd;
	min-height: 7em;
	border-bottom: 1px solid #c4c4c4;
}

.redesSociales {
	margin-top: 5px;
	position: relative;
	min-height: 32px;
}

/******COOCKIES******/
.cookies {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-box-sizing: border-box;
	background-color: #f5f5f5;
	bottom: 0;
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
	padding: 10px 25px;
	position: fixed;
	width: 100%;
	z-index: 999999999;
	font-size: 12px
}

.cookies a {
	color: #50ba00
}

.cookies .avisoCookies {
	width: 80%;
	float: left;
	color: #999999
}

.cookies .avisoCookies span {
	font-weight: bold;
	color: #005590
}

.cerrarCookies {
	float: right;
}

.cerrarCookies a {
	background-color: #50ba00;
	color: #ffffff;
	display: block;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 10px;
	text-decoration: none;
}

.textoCookies {
	font-size: 13px;
	line-height: 1.3;
	padding-bottom: 35px !important;
}

/********** ESTILOS PARA QUIENES SOMOS Y SERVICIO ESTRELLA ***********/
.contenido.estatico {
	padding: 0 2em;
}

.contenido h1 {
	margin-bottom: 15px;
}

.contenido .quienesSomos {
	width: 33rem;
	display: block;
	float: left;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-right: 20px;
	height: 95px;
}

.txtDestacado {
	display: block;
	float: left;
	color: #006eb7;
	font-size: 1.7em;
	width: 26rem;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.txtDestacado2 {
	color: #006eb7;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.internacional {
	display: block;
	float: left;
	width: 67rem;
	clear: both;
	margin: 1.4em 2.4em;
}

.internacional img {
	display: initial;
	margin-top: 10px;
	margin-right: 19px;
}

.fotosQuienesSomos {
	display: block;
	float: left;
	width: 26rem;
}

.fotosQuienesSomos img {
	display: initial;
	margin: 5px 0;
}

.servicioEstrella {
	height: 193px;
	position: relative;
	background: url(https://www.milar.es/estaticos/images/sev-estrella.jpg) top left no-repeat;
}

.servicioEstrella p {
	float: left;
	width: 60%;
	padding: 70px 0px 0px 245px;
	font-size: 1.7em;
}

.servicioEstrella p strong {
	color: #ffffff;
	font-size: 2.7em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 0px 15px 0px
}

.servicioEstrella p strong em {
	color: #ffed00;
	font-weight: normal;
	font-style: normal;
}

.servicioEstrella p span {
	color: #ffffff;
	font-weight: normal;
	font-size: 2.5em;
	padding: 5px 0px 15px 0px;
	display: block;
}

.servicioEstrella .men_nav {
	float: right;
	width: 33%;
}

.servicioEstrella .men_nav div {
	display: none;
}

.servicioEstrella .men_nav ul {
	float: right;
	width: 100%;
}

.servicioEstrella .men_nav ul li {
	clear: both;
	list-style-type: square;
	color: #ffffff;
	font-size: 2em;
	padding: 0.4em;
	list-style-position: inside;
	cursor: pointer;
}

.servicioEstrella .men_nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

.servicioEstrella .men_nav ul li span {
	font-size: 0.9em;
}

.servicioEstrella .men_nav ul li span.on {
	color: #ffed00;
}

ul.boxCaract {
	float: left;
	width: 98%;
	clear: both;
	padding: 3em 0em 0em 0em;
}

ul.boxCaract li {
	float: left;
	width: 25%;
	padding-top: 162px;
	min-height: 170px;
}

ul.boxCaract li.lst-f1 {
	background: transparent url(https://www.milar.es/estaticos/images/embalaje.png) top center no-repeat;
}

ul.boxCaract li.lst-f2 {
	background: transparent url(https://www.milar.es/estaticos/images/desbloqueamos.png) top center no-repeat;
}

ul.boxCaract li.lst-f3 {
	background: transparent url(https://www.milar.es/estaticos/images/puestaenmarcha.png) top center no-repeat;
}

ul.boxCaract li.lst-f4 {
	background: transparent url(https://www.milar.es/estaticos/images/reciclaje.png) top center no-repeat;
}

ul.boxCaract li p {
	display: block;
	padding: 5px 10px;
	color: #00529c;
	font-size: 1.6em;
	line-height: 1.1em;
	min-height: 6em;
	margin: 0 5px;
	border: 1px dashed;
	text-align: center;
}

ul.boxCaract p.asterisco {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 5px;
	color: #6ea2d1;
	letter-spacing: 0.05em;
}

.precioServicio {
	margin: 0px auto;
	width: 98%;
}

.precioServicio .precioFijo {
	text-align: center;
	float: left;
	color: #006eb7;
	font-size: 2.5em;
	clear: both;
	text-transform: uppercase;
	margin: 0% 25px 0% 20%;
	width: 25%;
}

.precioServicio .precioFijo strong {
	display: block;
	color: #006eb7;
	font-size: 3.5em;
	clear: both;
}

.precioServicio .box-nota {
	float: left;
	width: 25%;
	background: #006eb7;
	padding: 1em;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 120%;
	margin-right: 20%;
}

.precioServicio .box-nota strong {
	text-transform: uppercase;
	font-weight: normal;
}

.nota {
	background: #f7f9fc;
	border-top: 1px dotted #00529c;
	border-bottom: 1px dotted #00529c;
	padding: 10px 0;
	display: block;
	float: left;
	margin: 20px auto;
	width: 98%;
	text-align: center;
	font-size: 1.3em;
	color: #006eb7;
}

.nota2 {
	padding: 0 0 20px 0;
	display: block;
	float: left;
	width: 98%;
	text-align: left;
	font-size: 1.4em;
	color: #00529c;
}

.ocu {
	display: none;
}

.ocu_important {
	display: none !important;
}

.tituloServicio {
	font-size: 2.5em;
	color: #006eb7;
	padding-top: 10px;
	font-weight: bolder;
}

.eligeServicio {
	font-size: 1.8em;
	color: #ffffff;
	padding-top: 10px;
	font-weight: bolder;
	text-align: right;
	margin-right: 78px;
	padding-bottom: 4px;
}

.popupInstalacion {
	margin: 0% 25px 0% 12% !important;
	width: 32% !important;
}

.precioServicio .precioFijo span {
	text-transform: initial;
	font-weight: bolder;
}

.precioServicio .box-nota span {
	font-weight: bolder;
}

/********** ESTILOS PARA DICCIONARIO DE TERMINOS ***********/
.col-f4 {
	width: 68%;
}

.col-f5 {
	width: 71%;
}

.col-f6 {
	width: 25%;
}

.diccionarioTerminos {
	background: url(https://www.milar.es/estaticos/images/bkg-diccionarioTerminos.jpg) top right no-repeat;
	min-height: 360px;
}

.diccionarioTerminos02 {
	background: url(https://www.milar.es/estaticos/images/bkg-diccionarioTerminos02.jpg) top right no-repeat;
	min-height: 360px;
	position: relative;
}

.diccionarioTerminos .contenido h1 {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: normal;
	padding: 1.5rem 0 0.5rem 0;
	width: 79%;
}

.categoriasTerminos {
	-moz-box-sizing: border-box;
	background: url(https://www.milar.es/estaticos/images/bkg-categoriasTerminos.png);
	border: 1px solid #d3d3d3;
	float: left;
	padding: 2em 0;
	margin-top: 20px;
	width: 98%;
	min-height: 350px;
}

.categoriasTerminos p {
	color: #363636;
	font-size: 1.7rem;
	margin: 0 0 1em 1em;
}

.categoriasTerminos2 {
	-moz-box-sizing: border-box;
	background: url(https://www.milar.es/estaticos/images/bkg-categoriasTerminos.png);
	border: 1px solid #d3d3d3;
	float: left;
	padding: 2em 0;
	margin-top: 7.9em;
	width: 98%;
	min-height: 570px;
}

.categoriasTerminos2 p {
	color: #363636;
	font-size: 1.7rem;
	margin: 0 1em 1em 1em;
}

.diccionarioTerminos ul, .diccionarioTerminos02 ul {
}

.diccionarioTerminos ul li, .diccionarioTerminos02 ul li {
	padding: 0.7em 2em;
}

.diccionarioTerminos ul li a, .diccionarioTerminos02 ul li a {
	color: #60ade3;
	font-size: 1.5em;
	background: transparent url(https://www.milar.es/estaticos/images/plus.png) left 3px no-repeat;
	padding: 5px 0 5px 30px;
}

.diccionarioTerminos ul li.active, .diccionarioTerminos02 ul li.active {
	background: url(https://www.milar.es/estaticos/images/bkg-categoriasTerminosActive.png);
	padding: 2em 2em 0.7em 2em;
}

.diccionarioTerminos ul li.active a, .diccionarioTerminos02 ul li.active a {
	background: transparent url(https://www.milar.es/estaticos/images/minus.png) left 3px no-repeat;
}

.diccionarioTerminos ul li ul, .diccionarioTerminos02 ul li ul {
	margin: 2em 0 1em 0;
}

.diccionarioTerminos ul li ul li, .diccionarioTerminos02 ul li ul li {
	padding: 0.5em 0;
}

.diccionarioTerminos ul li ul li a, .diccionarioTerminos ul li.active ul li a, .diccionarioTerminos02 ul li ul li a, .diccionarioTerminos02 ul li.active ul li a {
	padding: 0;
	background: none;
}

.despejaDudas {
	color: #c7ffff;
	font-size: 1.8rem !important;
}

.diccionarioTerminos02 .despejaDudas {
	margin-top: 1em;
}

.diccionarioTerminos .form-search {
	float: left;
	margin: 0.5rem 0 4em 0;
	position: relative;
	width: 60%;
}

.diccionarioTerminos02 .form-search {
	float: left;
	margin: 0.5rem 0 1em 0;
	position: relative;
	width: 80%;
}

.diccionarioTerminos .form-search input, .diccionarioTerminos02 .form-search input {
	-moz-box-sizing: border-box;
	border: 1px solid #4074b9;
	border-radius: 5px;
	height: 3em;
	padding: 2px 27px 3px 15px;
	width: 100%;
}

.diccionarioTerminos .form-search button, .diccionarioTerminos02 .form-search button {
	background: none repeat scroll 0 0 #90c9ff;
	border-width: 1px 1px 1px 0;
	border-style: solid solid solid none;
	border-color: #4074b9 #4074b9 #4074b9;
	border-radius: 0 5px 5px 0;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	height: 3em;
	line-height: 0rem;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.seleccionTerminos {
	color: #999999;
	font-size: 1.6rem !important;
	margin: 2em 2em 1em 0 !important;
}

.diccionarioTerminos .container-select, .diccionarioTerminos02 .container-select {
	background: url("https://www.milar.es/estaticos/images/arrow-select.png") no-repeat scroll 96% 11px #ffffff;
	border: 1px solid #4074b9;
	border-radius: 4px;
	float: left;
	height: 30px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 98%;
}

.diccionarioTerminos .container-select:hover, .diccionarioTerminos02 .container-select:hover {
	background-position: 96% -9px;
}

.container-select select {
	color: #3167aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
}

.select01 {
	-moz-appearance: none;
	background: url("_gfx/arrow-select.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
	border: 0 none;
	padding: 4px 6px;
	position: relative;
	width: 109%;
}

select {
	border-radius: 2px;
}

ul.terminosDestacados {
	float: left;
	margin: 0 0 4em 0;
}

ul.terminosDestacados li {
	padding: 0 0 1em 0;
}

ul.terminosDestacados li a {
	font-size: 2rem;
	color: #60ade3;
	padding: 0;
	background: none;
}

.bloqueDiccionario {
	background: #ffffff;
	width: 94%;
	min-height: 130px;
	float: left;
	margin: 2em 0;
	padding: 2% 3%;
	position: relative;
	font-size: 1.2em;
}

.bloqueDiccionario:after {
	background: url(https://www.milar.es/estaticos/images/bkg-sombraBloqueDiccionario.png) center top no-repeat;
	z-index: -1;
	bottom: -24px;
	content: "";
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.bloqueDiccionario .col:first-child {
	border-left: none;
	padding: 0 3% 0 0;
}

.bloqueDiccionario .col {
	float: left;
	width: 46.5% !important;
	border-left: 1px solid #c4c4c4;
	padding: 0 0 0 3%
}

.bloqueDiccionario .col a {
	color: #60ade3;
}

.diccionarioTerminos02 .bloqueDiccionario {
	background: #ffffff;
	width: 94%;
	min-height: 550px;
	float: left;
	margin: 2em 0;
	padding: 2% 3%;
	position: relative;
	font-size: 1.2em;
}

.diccionarioTerminos02 .bloqueDiccionario:after {
	background: url(https://www.milar.es/estaticos/images/bkg-sombraBloqueDiccionario02.png) center top no-repeat;
	z-index: -1;
	bottom: -24px;
	content: "";
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.bloqueDiccionario .col2 {
	padding: 1em 2em;
}

.bloqueDiccionario .col2 p {
	color: #626767;
	font-size: 1.5rem;
	margin-bottom: 1em;
}

img.soyEspecialista {
	position: absolute;
	right: 3.5%;
	top: 3%;
}

.categoriasTerminos2 .producto {
	float: left;
	margin: 0 8% 8% 8%;
	width: 84%;
}

.categoriasTerminos2 .producto .imagen {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	display: list-item;
	list-style: none outside none;
	margin: 0 auto 1em auto;
	padding: 1em 0;
	position: relative;
	text-align: center;
	width: 99%;
}

.categoriasTerminos2 .producto .imagen img {
	display: initial;
	max-height: 75px;
}

.categoriasTerminos2 .producto a.modelo {
	color: #363636;
	font-size: 1.8rem;
	margin: 1em 0 0 0;
	text-decoration: none;
}

.categoriasTerminos2 .producto a.modelo span.nombreModelo {
	margin-bottom: .3em;
	display: block;
}

.categoriasTerminos2 .producto a.modelo span.precioDescuento {
	color: #ee2128;
	font-size: 1.2rem;
	font-weight: bold;
}

.categoriasTerminos2 .producto a.modelo span.precioFinal {
	color: #000000;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: -3px;
	display: block;
	margin-bottom: -6px;
}

.categoriasTerminos2 .producto a.modelo span.ivaIncluido {
	color: #626767;
	font-size: 1rem;
}

/* ******************************************************************************************************************** */
@media all and (max-width: 1024px) {
	.servicioEstrella {
		background: transparent url(https://www.milar.es/estaticos/images/sev-estrella_1024.jpg) top left no-repeat;
	}

	ul.boxCaract li {
		width: 49%;
	}

	ul.boxCaract li.lst-f1, ul.boxCaract li.lst-f3 {
		padding-right: 2%;
	}

	.precioServicio .precioFijo {
		font-size: 2.2em;
		margin: 0% 25px 0% 18%;
		width: 27%;
	}

	.precioServicio .box-nota {
		width: 27%;
		margin-right: 18%;
	}
}

@media all and (max-width: 769px) {
	.servicioEstrella {
		background: transparent url(https://www.milar.es/estaticos/images/sev-estrella_800.jpg) top left no-repeat;
	}

	ul.boxCaract li {
		min-height: 120px;
	}

	ul.boxCaract li p {
		min-height: 4em;
	}

	.servicioEstrella p {
		width: 30%;
		font-size: 80%;
		padding: 50px 0px 0px 200px;
	}

	.servicioEstrella ul {
		width: 30%;
	}

	.precioServicio .precioFijo {
		font-size: 2em;
		margin: 0% 25px 0% 15%;
		width: 30%;
	}

	.precioServicio .box-nota {
		width: 30%;
		margin-right: 15%;
	}
}

@media all and (max-width: 530px) {
	.servicioEstrella .men_nav {
		position: relative;
		float: left;
		cursor: pointer;
		font-size: 1.8em;
		display: inline-block;
		border-radius: 5px;
		padding: 2px 10px 3px 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 0 0 225px;
		height: 27px;
		outline: none;
		/* remove focus ring from Webkit */
		line-height: 1.4em;
		background: -moz-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 89, 1)), color-stop(1%, rgba(255, 255, 89, 1)), color-stop(8%, rgba(255, 252, 90, 0.99)), color-stop(12%, rgba(255, 251, 91, 1)), color-stop(23%, rgba(255, 247, 92, 1)), color-stop(46%, rgba(255, 234, 96, 1)), color-stop(95%, rgba(255, 201, 108, 1)), color-stop(96%, rgba(255, 200, 108, 1)), color-stop(100%, rgba(250, 194, 107, 1)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
		background: -o-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
		background: -ms-linear-gradient(top, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 89, 1) 0%, rgba(255, 255, 89, 1) 1%, rgba(255, 252, 90, 0.99) 8%, rgba(255, 251, 91, 1) 12%, rgba(255, 247, 92, 1) 23%, rgba(255, 234, 96, 1) 46%, rgba(255, 201, 108, 1) 95%, rgba(255, 200, 108, 1) 96%, rgba(250, 194, 107, 1) 100%);
		color: #565656;
		border: 0;
		width: 50%;
	}

	.servicioEstrella .men_nav div {
		display: block;
		background: transparent url(https://www.milar.es/estaticos/images/arrow.png) center right no-repeat;
	}

	.servicioEstrella .men_nav ul {
		top: 23px;
		height: auto;
		position: absolute;
		left: 0px;
		list-style: none;
		margin: 0;
		z-index: 100;
		width: 100%;
		background: #ffcc6b;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.servicioEstrella .men_nav ul li {
		width: 100%;
		clear: both;
		display: block;
		font-size: 1em;
		list-style-type: none;
		padding: 0px;
	}

	.servicioEstrella .men_nav ul li a {
		display: block;
		text-decoration: none;
		color: #000000;
		padding: 0px 5px;
	}

	.servicioEstrella .men_nav ul li a span {
		color: #000000;
		display: block;
		padding: 5px 10px;
	}

	.servicioEstrella .men_nav ul li a span.on {
		background: #006eb7;
		color: #ffcc6b;
	}

	.servicioEstrella {
		background: transparent url(https://www.milar.es/estaticos/images/sev-estrella_800.jpg) top left no-repeat;
	}

	.servicioEstrella p {
		width: 46%;
		font-size: 65%;
		padding-left: 225px;
	}

	.precioServicio .precioFijo {
		font-size: 1.8em;
		margin: 0% 25px 0% 12%;
		width: 32%;
	}

	.precioServicio .box-nota {
		width: 32%;
		margin-right: 12%;
	}
}

@media all and (max-width: 470px) {
	.servicioEstrella {
		background: transparent url(https://www.milar.es/estaticos/images/sev-estrella_320.jpg) top left no-repeat;
	}

	.servicioEstrella p {
		padding-left: 160px;
	}

	.servicioEstrella .men_nav {
		margin-left: 160px;
	}

	.servicioEstrella div {
		font-size: 0.8em;
	}

	.precioServicio .precioFijo {
		font-size: 1.5em;
		margin: 0% 25px 0% 7%;
		width: 34%;
	}

	.precioServicio .box-nota {
		width: 34%;
		margin-right: 7%;
	}
}

@media all and (max-width: 350px) {
	.servicioEstrella .men_nav {
		margin: 20px 0px 0px 20px;
		width: 60%;
		clear: both;
	}

	ul.boxCaract li {
		width: 100%;
		padding-right: 0;
	}

	ul.boxCaract li p {
		min-height: 0;
	}

	ul.boxCaract li.lst-f1, ul.boxCaract li.lst-f3 {
		padding-right: 0px;
	}

	.precioServicio .precioFijo {
		margin: 0% 15px 0% 4%;
		width: 36%;
	}

	.precioServicio .box-nota {
		width: 36%;
		margin-right: 4%;
	}
}

@media all and (max-width: 330px) {
	.servicioEstrella .men_nav {
		margin: 10px 0px 0px 20px;
	}
}

/****************IE 6, 7 y 8*******************************/
@media \0screen\,screen\9 {

	.listadoCategoriasBody .listado {
		z-index: 2;
		position: relative;
	}

	.homeCarrusel .carrusel {
		background: #477cc2;
		background: -moz-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #477cc2), color-stop(100%, #135597));
		background: -webkit-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
		background: -o-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
		background: -ms-radial-gradient(center, ellipse cover, #477cc2 1%, #135597 100%);
		background: radial-gradient(ellipse at center, #477cc2 1%, #135597 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#477cc2', endColorstr='#135597', GradientType=1);
	}

	.homeListado .wrap {
		width: 1036px;
	}

	.bodyMiCuenta.login .botonComprar {
		margin: 10px auto;
	}

	.carrito .listadoCarrito .unidades .flechas a#menos {
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}

	.newsletter input[type="text"] {
		vertical-align: bottom;
	}

	.bodyMiCuenta .select:after {
		display: none;
	}

	.checkbox input[type="checkbox"] {
		display: inline;
	}

	.checkbox label {
		display: inline !important;
		float: none !important;
	}

	.checkbox label:before {
		display: none;
	}

	.checkbox {
		clear: both;
	}

	.modal-content .radio input[type="radio"] {
		display: block;
		float: left;
		clear: left;
		margin-bottom: 10px;
	}

	.modal-content .radio label {
		display: block;
		float: left;
		clear: none;
		padding: 0;
	}

	.modal-content .radio label:before {
		display: none;
	}

	.modal-content .radio {
		clear: both;
	}
}

/******************************************************************************************************************
*******************************************RESPONSIVE DESIGN*******************************************************
******************************************************************************************************************/

@media all and (max-width: 1045px) {
	/*Landing Marcas*/
	.landingMarca .description .imagenPromo a.botonComprar {
		font-size: 1.2rem;
	}

	.landingMarca .description .txt {
		width: 25%;
	}

	.landingMarca .description .txt p {
		font-size: 1.6rem;
	}

	.landingMarca .description .contenedor_infoProd {
		width: 70%;
	}
}

@media all and (max-width: 1036px) {
	.fichaProducto .carrusel {
		padding-left: 1%;
	}

	.fichaProducto .opcionCompra {
		padding: 0 1% 0 1.7%;
	}

	.opcionCompra .instalacion a {
		padding: 0.5em 0 0 0.5em;
		width: 100%;
	}

	.menuMiCuenta address .telefono a {
		font-size: 1em;
	}

	.bodyMiCuenta .wrap {
		padding: 0 1%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.listadoBody.carrito .wrap {
		padding: 2em 1%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.carrito .listadoCarrito .detalleProducto h2 {
		max-width: 220px;
	}

	.servicioEstrella .men_nav ul li span {
		font-size: 0.8em;
	}

	.menuMiCuenta address p {
		font-size: 1.5rem;
	}

	.headerMiCuenta .container > a {
		font-size: 13px;
	}
}

@media all and (max-width: 1000px) {
	/*Landing Marcas*/
	.landingMarca .description .imagenPromo .nombrePromo {
		float: none;
		width: 100%;
	}

	.landingMarca .description .imagenPromo img {
		display: initial;
		float: none;
	}

	.listadoHeader .landingMarca h2 {
		padding-left: 6%;
	}
}

/*****************900px**********************************/
@media all and (max-width: 900px) {
	.pestanas #horizontalTab .wrap > a {
		font-size: 1.1rem;
	}

	.fichaProducto .opcionCompra .botonComprar {
		font-size: 19px;
		font-size: 1.9rem;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	/*.listadoCategoriasBody .listado .producto { width: 20%;}
    .listadoCategoriasBody .listado .producto:nth-child(6n+1) {border-left:1px solid #CCD4D8; clear:none;}
    .listadoCategoriasBody .listado .producto:nth-child(5n+1) {border-left:none; clear:left;}*/
	/********CARRITO*********/
	.carrito .listadoCarrito .detalleProducto {
		float: left;
	}

	.carrito .listadoCarrito .detalleProducto h2 {
		max-width: 140px;
	}

	.garantia a {
		font-size: 20px;
		font-size: 2rem;
	}

	.garantia .iconos .confianzaOnline {
		display: block;
	}

	.servicioEstrella .men_nav ul li span {
		font-size: 0.7em;
	}

	.menuMiCuenta address .telefono p {
		font-size: 1.5rem
	}
}

/**************************Small tablet landscape (800x600)*******************************/
@media all and (max-width: 800px) {
	/*.wrap { margin: 0 1%; max-width: 1036px; width: 98%;}*/
	/*CARRITO*/
	.carrito .listadoCarrito .derecha {
		width: 145px;
	}

	.carrito .listadoCarrito .detalleProducto h2 {
		max-width: 165px;
	}

	/**/
	.homeListado.superior .wrap .producto:nth-child(5n-3) {
		clear: none;
		border-left: 1px solid #c4c4c4;
	}

	.homeListado.pestanas .producto:nth-child(5n-4) {
		clear: none;
		border-left: 1px solid #c4c4c4;
	}

	.homeListado .wrap .producto {
		width: 25%;
	}

	.homeListado.superior .wrap .producto:nth-child(4n-2) {
		clear: left;
		border-left: none;
	}

	.homeListado.pestanas .producto:nth-child(4n-3) {
		clear: left;
		border-left: none;
	}

	.redesSociales iframe.fb_ltr {
		float: left;
		width: 100%;
		position: relative;
	}

	.redesSociales iframe.fb_ltr table {
		float: left !important;
	}

	.responsive.menu, .responsive.buscador, .responsive.menu, .responsive.carrito {
		position: relative;
		top: -17px;
	}
}

/**************************769px*******************************/
@media all and (max-width: 769px) {
	.noResponsive {
		display: none;
	}

	.responsive {
		display: block;
	}

	/***********HOME**********************/
	.homeListado .wrap h2 {
		margin: 0 -40px 0 -20px;
	}

	.homeListado.superior .wrap h2 {
		margin: 0 -40px 1em -20px;
	}

	.newsletter h3 {
		float: none;
	}

	.newsletter h3 br {
		display: none;
	}

	.newsletter input[type="text"] {
		margin-left: 0px;
	}

	/**************FICHA PRODUCTO**************************************/
	/*PESTAÃƒâ€˜AS/ACORDEON*/
	.wrap {
		overflow: hidden;
	}

	.fichaProducto .carrusel .productoRecomendado {
		display: none;
	}

	.fichaProducto.pestanas h2.resp-accordion {
		margin: 0 -20px -1px -20px;
		background: #ffffff;
		font-size: 19px;
		font-weight: normal;
		border: none;
		border-bottom: 1px solid #c1c1c1;
		border-top: 1px solid #c1c1c1;
	}

	.fichaProducto.pestanas h2.resp-tab-active {
		background: #90c9ff;
	}

	.pestanas #horizontalTab h2.resp-tab-active {
		background: #90c9ff;
		color: #ffffff;
	}

	.pestanas #horizontalTab h2.resp-tab-active span.resp-arrow {
		border-bottom-color: #ffffff;
	}

	.pestanas #horizontalTab .wrap, .videoPromo .wrap {
		padding: 0 20px 0 20px;
		overflow: hidden;
	}

	.pestanas #horizontalTab .resp-tabs-container:after {
		display: none;
	}

	.pestanas #horizontalTab {
		border-bottom: none;
	}

	.fichaProducto .carrusel {
		width: 50%;
		display: block;
		float: left;
	}

	.fichaProducto .detalleProducto {
		width: 50%;
		display: block;
		float: left;
	}

	.fichaProducto .detalleProducto + form {
		display: inherit;
		width: auto;
		vertical-align: top;
	}

	.detalleProducto .opiniones, .detalleProducto .puntuacion, .detalleProducto .redesSociales, .detalleProducto .icoCaracteristica, .ekomi {
		display: none;
	}

	.fichaProducto .opcionCompra {
		display: inline;
		float: none;
	}

	.fichaProducto .bloquePrecio {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float: left;
		width: 50%;
		padding: 0rem 2.7% 0;
		g
	}

	.fichaProducto .botonComprar {
		float: left;
	}

	.fichaProducto .bloqueInfo {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		clear: left;
		display: block;
		padding: 10px;
		width: 100%;
	}

	.fichaProducto .instalacion {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		clear: both;
		float: none;
		width: 100%;
		float: none;
	}

	.fichaProducto.zonaFiltros {
		padding: 30px 20px 20px;
		padding: 3rem 2rem 2rem;
	}

	.carrito .breadcrumb {
		display: none;
	}

	.responsive.menu, .responsive.buscador, .responsive.carrito {
		float: right;
		display: table;
		border-radius: 10px;
		margin-top: 10px;
		font-size: 2.4rem;
		height: 42px;
		margin-left: 5px;
		background: #1a5089;
		padding: 0.55em 0.5em 0.45em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.compra .responsive.menu, .compra .menu-desktop {
		display: none;
	}

	.responsive.buscador a, .responsive.menu a {
		color: #ffffff;
		display: table-cell;
		font-family: "Iconos";
		line-height: 0em;
		vertical-align: middle;
		text-decoration: none;
		height: 22px;

	}

	.responsive.menu a {
		font-family: Arial;
	}

	.responsive.menu img {
		display: initial;
		width: 25px;
	}

	.responsive.menu img path {
		fill: red;
	}

	li:hover, ul:hover, a:hover {
		background: none;
	}

	/**************FICHA PRODUCTO REDES SOCIALES**************************************/
	.btn-o .btn {
		width: 76px !important;
	}

	.mm-navbar {
		display: block;
		font-size: 14px;
		top: 0;
		text-align: right;
		height: 19px;
		margin-top: 30px;
	}

	#buscadorHeader:target {
		top: 0;
	}

	#carritoHeader {
		background: none repeat scroll 0 0 #f5f5f5;
		box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
		left: 0;
		position: absolute;
		top: -100%;
		transition: top 2s ease 0s;
		width: 100%;
		z-index: 100;
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#carritoHeader:target {
		top: 0;
	}

	/***************LISTADO*********************/
	.listadoHeader {
		background: none repeat scroll 0 0 #eff4f9;
	}

	.listadoHeader .wrap {
		padding: 10px 1%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.listadoHeader h1 {
		width: 100%;
	}

	.listadoHeader h1 br {
		display: none;
	}

	.listadoBody .filtros, .listadoHeader .texto {
		float: none;
		margin: 0 1% 10px;
		width: 98%;
		padding: 10px 10px;
	}

	.listadoBody .filtros h3 {
		background: #3a72b7;
		color: #ffffff;
		margin: -11px -11px 11px;
		padding: 5px 10px;
	}

	.listadoBody .filtros > div {
		float: left;
		margin-right: 20px;
	}

	.listadoBody .landingMarca > div {
		float: none
	}

	#itemContainer {
		float: none;
		margin: 0 1%;
		width: 98%;
	}

	.footerHeader.listadoHeader {
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	.footerHeader.listadoHeader .filtros {
		padding-left: 1%;
	}

	.listadoCategoriasBody .listado .producto {
		width: 25%;
		float: left;
		border-left: 1px solid #ccd4d8;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 5px 0 15px;
		margin: 0;
	}

	.listadoCategoriasBody .listado .producto:nth-child(5n+1) {
		border-left: 1px solid #ccd4d8;
		clear: none;
	}

	.listadoCategoriasBody .listado .producto:nth-child(4n+1) {
		border-left: none;
		clear: left;
	}

	.listadoBody .filtros .ui-accordion-content {
		margin-bottom: 1em;
	}

	.listadoBody .filtros > div {
		width: 100%;
	}

	.listadoBody .filtros .ui-state-default .ui-icon {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 12px solid #3a72b7;
		float: right;
		height: 0;
		margin-top: 0;
		width: 0;
	}

	.listadoBody .filtros .ui-state-active .ui-icon {
		border: none;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 12px solid #ffffff;
		margin-top: 0;
	}

	.listadoBody .filtros h4 {
		background: #90c9ff;
		color: #ffffff;
		margin-bottom: 0.5em;
		padding: 0.25em;
	}

	.listadoBody .filtros .tooltip {
		display: none;
	}

	.listadoBody .filtros label {
		font-size: 10px;
	}

	/************MI CUENTA*****************/
	.bodyMiCuenta.login label {
		width: 100%;
		margin-bottom: 0.5em;
		display: block;
	}

	.bodyMiCuenta.login input[type="text"] {
		width: 100%;
		margin-bottom: 1em;
	}

	.bodyMiCuenta.login[type="text"] + label {
		margin: 0 0 0.5em 0;
	}

	.menuMiCuenta .wrap > a {
		font-size: 25px;
		font-size: 2.5rem;
	}

	.menuMiCuenta .wrap > a span {
		display: block;
		margin: 0.55em 0 0;
		text-align: center;
	}

	.menuMiCuenta address p {
		height: auto;
		padding: 0.25em;
		width: 100%;
	}

	.menuMiCuenta address p.telefono:before, .menuMiCuenta address p.email:before {
		display: none;
	}

	.headerMiCuenta .container > a {
		font-size: 13px;
	}

	.bodyMiCuenta.misDatos.crear .checkbox {
		margin-left: 0;
	}

	/*leyenda*/
	.bodyMiCuenta.leyenda .tabs .izq + li {
		padding-bottom: 1.2em;
	}

	.bodyMiCuenta.leyenda .tabs ul li {
		width: 70%;
	}

	.bodyMiCuenta.leyenda .tabs ul li.izq {
		width: 30%;
	}

	/********CARRITO*********/
	.garantia {
		display: none;
	}

	.carrito .listadoCarrito {
		float: none;
		width: 100%;
	}

	.carrito .listadoCarrito .detalleProducto h2 {
		max-width: 180px;
	}

	/********COMPRA*********/
	header.compra nav li a {
		font-size: inherit;
	}

	header.compra nav li.active a {
		color: #767676;
	}

	header.compra nav li {
		width: 100%;
	}

	header.compra nav li.active {
		background: transparent;
	}

	header.compra nav li:hover {
		background: #d5eaff;
	}

	header.compra .cerrar {
		font-size: 28px;
	}

	header.compra nav li.responsive:hover {
		background: transparent;
	}

	.compra.paso1 .formulario {
		width: 100%;
	}

	.compra .marco {
		padding: 20px;
	}

	.listadoHeader.carrito {
		background: transparent;
		padding-bottom: 0;
	}

	.bodyCompra.azul .marco p {
		width: 50%;
	}

	.bodyCompra.azul .marco p.vacio {
		display: none;
	}

	.footerCompra.paso3 .wrap {
		padding: 0px 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	ul.MenuBarSubmenuVisible {
		display: none;
	}

	ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
		background: none;
	}

	/*CHECKS*/
	.checkbox {
		clear: left;
	}

	.checkbox label:before {
		content: none;
		display: none;
	}

	.compra.paso1 .checkbox label {
		clear: none;
		display: inline;
		float: none;
		padding-bottom: 0;
		padding-left: 3px;
	}

	.productoNoStock .botones.avisar label {
		clear: none !important;
		display: inline !important;
		float: none !important;
		padding-bottom: 0 !important;
		padding-left: 3px !important;
	}

	.checkbox input[type="checkbox"] {
		display: inline-block;
	}

	/*INSTALACION*/
	.eligeServicio {
		display: none;
	}

	/*********LANDING MARCAS*******/
	.listadoHeader .landingMarca h2 {
		padding-left: 0;
	}

	.landingMarca .description .imagen {
		padding: 5px
	}

	.landingMarca .description .txt {
		width: 57%;
	}

	.landingMarca .description p {
		width: 100%;
	}

	.listadoHeader .description:after {
		content: none
	}

	.listadoHeaderMarca {
		background: none
	}

	.landingMarca .description .imagenPromo {
		float: left;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-sizing: border-box;
		padding: 0 0 0 2rem;
	}

	.landingMarca .description .imagenPromo .nombrePromo {
		float: right;
		width: 53%;
		display: inline-block;
		padding-right: 2%;
		margin-top: 4%;
	}

	.landingMarca .description .imagenPromo img {
		display: initial;
		float: left;
	}

	.landingMarca .description .imagenPromo span.precioPromo {
		position: relative;
		float: left;
		right: auto;
		bottom: auto;
		padding-top: 2%;
	}

	.landingMarca .description .imagenPromo a.botonComprar {
		position: relative;
		margin-left: 4%;
		margin-top: 14px;
		float: left;
		width: 17%;
	}
}

/**************************Small tablet portrait (600x800)**************************/
@media all and (max-width: 640px) {
	.landingMarca .description .imagen {
		width: 15%;
		margin: 1em 2em 3em 0;
	}

	.landingMarca .description .contenedor_infoProd .txtAmpliar,
	.landingMarca .description .contenedor_infoProd .txtRecoger {
		margin: 1.3rem 2rem 0 0;
	}

	.landingMarca .description .contenedor_infoProd {
		width: 75%;
	}
}

/**************************Small tablet portrait (600x800)**************************/
@media all and (max-width: 600px) {
	.fichaProducto .info {
		margin-top: 0px;
	}

	.bodyMiCuenta.misDatos label {
		padding: 0.5em 0;
	}

	.bodyMiCuenta .doble input + label, .bodyMiCuenta .doble .select + label {
		clear: left;
		margin-left: 0;
		min-width: 12em;
	}

	.headerMiCuenta h1 {
		float: none;
	}

	.headerMiCuenta .container > a {
		padding: 6px 10px 10px;
	}

	/********CARRITO*********/
	.carrito .listadoCarrito .detalleProducto .imagen {
		display: none;
	}

	.carrito .listadoCarrito .detalleProducto h2 {
		max-width: 170px;
	}

	/********HOME************/
	.homeListado.superior .wrap .producto:nth-child(4n-2) {
		clear: none;
		border-left: 1px solid #c4c4c4;
	}

	.homeListado.pestanas .producto:nth-child(4n-3) {
		clear: none;
		border-left: 1px solid #c4c4c4;
	}

	.homeListado .wrap .producto {
		width: 33.3%;
	}

	.homeListado.superior .wrap .producto:nth-child(3n-1) {
		clear: left;
		border-left: none;
	}

	.homeListado.pestanas .producto:nth-child(3n-2) {
		clear: left;
		border-left: none;
	}

	/*****COMPRA********/
	.compra.paso1 label {
		float: none;
	}

	.headerCompra.paso1 p {
		display: block;
	}

	.headerCompra h1 br {
		display: none;
	}

	.headerCompra p {
		display: block;
		clear: left;
		padding: 10px;
	}

	/*********LANDING MARCAS*******/
	.landingMarca .description .txt {
		display: none;
	}

	.landingMarca .description .imagenPromo a.botonComprar {
		width: 30%;
	}

	.landingMarca .description .imagenPromo .nombrePromo {
		width: 100%;
	}
}

/*****************500px**********************************/
@media all and (max-width: 500px) {
	#itemContainer .detalleProducto p, #itemContainer .detalleProducto .opiniones, #itemContainer .detalleProducto .puntuacion, .listadoBody .bloquePrecio .botonComprar {
		display: none;
	}

	#itemContainer .producto {
		padding: 5px;
	}

	#itemContainer .producto.especialista .especialista {
		margin: -5px -5px 7px;
		padding: 2px 5px;
	}

	#itemContainer .producto .detalleProducto h2 a {
		margin-bottom: 0.25em;
	}

	#itemContainer .bloquePrecio {
		float: left;
		text-align: left;
		clear: left;
	}

	#itemContainer .producto .imagen {
		width: 30%;
	}

	#itemContainer .producto .txt {
		width: 70%;
	}

	.txt .info > div:before {
		display: none;
	}

	.txt .info {
		margin-top: 1rem;
	}

	.bloquePrecio .iva {
		margin-bottom: 0;
	}

	.txt .info > div {
		height: auto;
	}

	.listadoCategoriasBody .listado .producto {
		width: 33.3%;
	}

	.listadoCategoriasBody .listado .producto:nth-child(4n+1) {
		border-left: 1px solid #ccd4d8;
		clear: none;
	}

	.listadoCategoriasBody .listado .producto:nth-child(3n+1) {
		border-left: none;
		clear: left;
	}

	/*CARRITO*/
	.carrito .listadoCarrito .detalleProducto h2 {
		max-width: 140px;
	}
}

/**************************Mobile landscape (480)*******************************/
@media all and (max-width: 480px) {

	/*FICHA PRODUCTO*/
	.fichaProducto .carrusel {
		width: 100%;
		border: none;
	}

	.fichaProducto .zoomPup {
		background: none;
		border: 0;
		visibility: hidden;
	}

	.fichaProducto .zoomWindow, .fichaProducto .zoomPreload {
		visibility: hidden;
		display: none;
	}

	.fichaProducto .detalleProducto {
		width: 50%;
	}

	.fichaProducto .opcionCompra {
		width: 100%;
	}

	.fichaProducto .bloquePrecio {
		margin-left: -1px;
	}

	.fichaProducto .botonComprar:before {
		display: none;
	}

	.fichaProducto .info, .fichaProducto .instalacion {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 0;
		width: 100%;
	}

	.fichaProducto .instalacion {
		clear: none;
	}

	.fichaProducto .info > div {
		float: left;
		margin-left: 1.5%;
		width: 29%;
		margin-right: 0;
	}

	.fichaProducto .info > div:first-child {
		width: 39%;
		margin-left: 0;
	}

	.fichaProducto.zonaFiltros {
		display: none;
	}

	.filtros .box {
		width: 100%;
		margin: 0;
	}

	.filtros .box h4 br {
		float: left;
	}

	.fichaProducto.zonaFiltros .detalles {
		display: none;
	}

	.videoPromo {
		padding-bottom: 30px;
	}

	.videoPromo .video {
		padding-top: 76.25%;
		width: 100%;
	}

	.producto.oferta .oferta {
		display: none;
	}

	#itemContainer .producto .imagen {
		width: 40%;
		padding-top: 1em;
	}

	#itemContainer .producto .txt {
		width: 60%;
	}

	.menuMiCuenta .wrap > a {
		float: none;
		width: 100%;
		border-left: 0;
		text-align: left;
		padding: 0.15em 0;
	}

	.menuMiCuenta .wrap > a span {
		display: inline-block;
		margin: 0 0 0;
		margin: 0 0 0 12px;
		text-align: left;
		vertical-align: middle;
	}

	.menuMiCuenta .wrap > a br {
		display: none;
	}

	.bodyMiCuenta table tr {
		border-bottom: 1px solid;
	}

	.bodyMiCuenta table th, .bodyMiCuenta table td {
		display: block;
		border: none;
		float: left;
		padding: 0.4em;
	}

	.bodyMiCuenta table th:after, .bodyMiCuenta table td:after {
		content: ","
	}

	.bodyMiCuenta table td:first-child, .bodyMiCuenta table td:last-child {
		border: none;
	}

	.bodyMiCuenta table th:last-child:after, .bodyMiCuenta table td:last-child:after {
		content: ""
	}

	.bodyMiCuenta table td .noResponsive {
		display: inline;
	}

	.bodyMiCuenta table td span {
		padding: 0.5em 1em;
	}

	/* Force table to not be like tables anymore */
	#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr {
		border: 1px solid #cccccc;
		clear: both;
	}

	#no-more-tables td {
		border: none;
		border-bottom: 1px solid #eeeeee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
		width: 100%;
		min-height: 1em;
	}

	#no-more-tables td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	#no-more-tables td:before {
		content: attr(data-title);
	}

	/********CARRITO*********/
	.listadoHeader.carrito .listadoCarrito li {
		display: none;
	}

	.carrito .listadoCarrito .detalleProducto {
		width: 100%;
	}

	.carrito .listadoCarrito .gastosEnvio .detalleProducto, .carrito .listadoCarrito .instalacion .detalleProducto {
		width: auto;
	}

	.carrito .listadoCarrito .total .detalleProducto {
		margin: -20px 3px;
		width: auto;
	}

	.carrito .listadoCarrito .detalleProducto h2, .carrito .listadoCarrito .detalleProducto .oferta {
		display: inline-block;
	}

	.carrito .listadoCarrito .detalleProducto h2 {
		max-width: 100%;
	}

	.listadoHeader.carrito.misPedidos {
		display: none;
	}

	.carrito .listadoCarrito .detalleProducto .oferta {
		margin: 9px 0 0.5em 0.5em
	}

	.listadoCarrito p a {
		display: block;
	}

	/********HOME************/
	.homeListado.superior .wrap .producto:nth-child(3n-1) {
		clear: none;
		border-left: 1px solid #c4c4c4;
	}

	.homeListado.pestanas .producto:nth-child(3n-2) {
		clear: none;
		border-left: 1px solid #c4c4c4;
	}

	.homeListado .wrap .producto {
		width: 50%;
	}

	.homeListado.superior .wrap .producto:nth-child(2n) {
		clear: left;
		border-left: none;
	}

	.homeListado.pestanas .producto:nth-child(2n-1) {
		clear: left;
		border-left: none;
	}

	.homeCarrusel #bx-pager {
		display: none;
	}

	.newsletter .wrap, .mejoresMarcas .wrap {
		padding: 15px;
	}

	.mejoresMarcas {
		display: none;
	}

	/*TOOLTIPS*/
	.tooltip {
		display: none;
	}

	/*PROCESO COMPRA*/
	.bodyCompra.paso3 table .imagen, .bodyCompra.paso3 table .gris td:first-child, .bodyCompra.paso3 table .total td:first-child {
		display: none;
	}

	.bodyCompra.paso3 table td {
		padding: 0.5em 0.25em;
	}

	.bodyCompra.paso3 table .gris td {
		padding: 1em 0.25em;
	}

	.bodyCompra.paso3 table .total .coste {
		font-size: 24px;
		white-space: nowrap;
	}

	.bodyCompra.azul .marco p textarea {
		width: 98%;
	}

	.bodyCompra.azul .marco p {
		height: auto;
		width: 100%;
	}

	.bodyCompra.azul .marco p span {
		display: block;
		text-align: left;
		margin-bottom: 0.5em;
	}

	.footerCompra.paso3 {
		padding: 0;
		text-align: right;
	}

	/*PROCESO COMPRA*/
	.bodyCompra.paso3 table .bloquePrecio {
		display: none;
	}

	.bodyCompra.paso3 table .cantidad {
		padding: 0 2px;
	}

	.bodyCompra.paso3 table .descripcion {
		column-span: 2;
		-webkit-column-span: 2;
		-moz-column-span: 2;
		-ms-column-span: 2;
		-o-column-span: 2;
	}

	.paso3 .botonComprar {
		width: 100%;
	}

	.bodyCompra.azul .marco h3 {
		margin-top: 20px;
	}

	/*LISTADO*/
	.listadoCategoriasBody .wrap, .listadoBody .wrap {
		/*background:#FFF;*/
	}

	/*leyenda*/
	.bodyMiCuenta.leyenda .tabs ul li {
		float: none;
		width: 100%;
		clear: left;
	}

	.bodyMiCuenta.leyenda .tabs ul li.izq {
		width: 100%;
		padding: 0em 1em;
	}

	.bodyMiCuenta.leyenda .tabs .izq + li {
		padding-bottom: 1.2em;
		background: none;
		width: 100%;
		padding: 0.9em 1em;
		border: none;
	}

	.bodyMiCuenta.leyenda .tabs ul li a:after {
		display: none;
	}

	.bodyMiCuenta.leyenda .tabs ul li p {
		padding-top: 0px;
	}
}

@media all and (max-width: 445px) {
	.landingMarca .description .imagenPromo img {
		display: initial;
		width: 100%;
	}

	.landingMarca .description .imagenPromo .nombrePromo {
		text-align: center;
		font-size: 17px;
		font-size: 1.9rem;
	}

	.landingMarca .description .imagenPromo span.precioPromo {
		padding-top: 1%;
		padding-bottom: 2%;
	}

	.landingMarca .description .imagen {
		display: none;
	}

	.landingMarca .description .contenedor_infoProd {
		width: 100%;
	}

	.landingMarca .description .contenedor_infoProd .txtAmpliar,
	.landingMarca .description .contenedor_infoProd .txtRecoger {
		margin: 1.3rem 2rem 0 2rem;
	}

	.landingMarca .description .contenedor_infoProd a.more-link,
	.landingMarca .description .contenedor_infoProd a.less-link,
	.landingMarca .description .contenedor_infoProd a.more-link:hover,
	.landingMarca .description .contenedor_infoProd a.less-link:hover {
		margin: 10px 0 0 2rem;
	}

}

@media all and (max-width: 400px) {
	.listadoCategoriasBody .listado .producto {
		width: 50%;
	}

	.listadoCategoriasBody .listado .producto:nth-child(3n+1) {
		border-left: 1px solid #ccd4d8;
		clear: none;
	}

	.listadoCategoriasBody .listado .producto:nth-child(2n+1) {
		border-left: none;
		clear: left;
	}
}

/**************************Mobile portrait (320)*******************************/
@media all and (max-width: 320px) {
	.fichaProducto .detalleProducto {
		border: none;
		width: 100%;
	}

	.fichaProducto .bloquePrecio {
		width: 100%;
	}

	.fichaProducto .info > div, .fichaProducto .info > div:first-child {
		width: 100%;
	}

	.fichaProducto .botonComprar {
		padding: 14px 20px 8px;
	}

	.fichaProducto .botonComprar:before {
		display: inline-block;
		margin-top: -6px;
	}

	.bloquePrecio .precioProducto {
		font-size: 35px;
		font-size: 3.5rem;
		display: inline;
	}

	.fichaProducto .bloquePrecio .iva {
		display: inline;
		margin-left: 10px;
	}

	/***************LISTADO*********************/
	.listadoHeader .wrap {
		padding: 10px 4%;
	}

	.listadoHeader .holder {
		margin-top: 16px;
	}

	/***********MI CUENTA***********************/
	.menuMiCuenta .wrap > a br {
		display: inline;
	}

	.carrito .listadoCarrito .bloquePrecio {
		padding-left: 00px;
	}

	/********HOME************/
	.homeListado .wrap {
		padding: 20px 20px 0 20px;
	}

	.homeListado .wrap .producto .categoria {
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		color: #60ade3;
		font-size: 13px;
		font-size: 1.3rem;
		display: block;
		margin-bottom: 1em;
	}

	.homeListado.superior .wrap .producto:nth-child(3n-1) {
		clear: none;
		border: none;
	}

	.homeListado.pestanas .producto:nth-child(3n-2) {
		clear: none;
		border: none;
	}

	.homeListado .wrap .producto {
		width: 100%;
	}

	.homeListado.superior .wrap .producto:nth-child(5n-3) {
		clear: none;
		border: none;
	}

	.homeListado.superior .wrap .producto {
		clear: left;
		border-left: none;
	}

	.homeListado.pestanas .producto {
		clear: left;
		border-left: none;
	}

	.newsletter input[type="text"] {
		margin-left: 0;
		width: 150px;
	}
}

/*PAGINA POR QUE COMPRAR EN EURONICS*/
.cnt {
	float: left;
	width: 100%;
	padding-top: 6%;
}

.cnt section {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 5% 0% 0% 0%;
	margin-bottom: 5%;
}

.cnt section div {
	padding: 70px 5% 0% 5%;
	min-height: 200px;
}

.cnt section.first div {
	border-right: 3px solid #cccccc;
}

.cnt section.second div {
	border-right: 3px solid #cccccc;
}

.cnt section.op_1 {
	background: transparent url(https://www.milar.es/estaticos/images/op_grandes.jpg) top center no-repeat;
}

.cnt section.op_2 {
	background: transparent url(https://www.milar.es/estaticos/images/op_especialistas.jpg) top center no-repeat;
}

.cnt section.op_3 {
	background: transparent url(https://www.milar.es/estaticos/images/op_atentos.jpg) top center no-repeat;
}

.cnt section.op_4 {
	background: transparent url(https://www.milar.es/estaticos/images/op_in.jpg) top center no-repeat;
}

.cnt section.op_5 {
	background: transparent url(https://www.milar.es/estaticos/images/op_comodo.jpg) top center no-repeat;
}

.cnt section.op_6 {
	background: transparent url(https://www.milar.es/estaticos/images/op_seguro.jpg) top center no-repeat;
}

.cnt section header h2 {
	margin: 0px auto;
	display: inline;
	float: none;
	font-size: 200%;
	color: #000000;
	background: transparent url(https://www.milar.es/estaticos/images/mas.jpg) center left no-repeat;
	font-weight: bold;
	padding: 3px 0px 0px 25px;
}

.cnt section header strong {
	font-family: 'Conv_HelveticaNeue';
	font-size: 1.2em;
	color: #6274b7;
	clear: both;
	display: block;
	padding: 10px 0px 10px 0px
}

.cnt section p {
	clear: both;
	display: block;
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	line-height: normal;
	padding: 5px 0px;
}

.con:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.con {
	display: inline-block;
}

.con {
	display: block;
}

@media all {
	.con {
		display: block;
	}
}

/* Para Opera */

/* Hides from IE-mac \*/
* html .con {
	height: 1%;
	display: block;
}

/* End hide from IE-mac */
@media all and (max-width: 880px) {
	.cnt section {
		width: 50%;
	}

	.cnt section.second div {
		border-right: 0px;
	}

	.cnt section.second third {
		border-right: 3px solid #cccccc;
	}
}

@media all and (max-width: 769px) {
	.cnt section {
		width: 100%;
	}

	.cnt section div {
		border-bottom: 3px solid #cccccc;
		padding-bottom: 7%;
		min-height: 110px;
	}

	.cnt section.first div, .cnt section.second div {
		border-right: 0px;
	}
}

@media all and (max-width: 620px) {
	.cnt section div {
		padding-top: 95px;
	}
}

/*PAGINA CONTACTAR*/
.contacta {
	background: transparent url(https://www.milar.es/estaticos/userfiles/image/atencion-cliente.jpg) bottom right no-repeat;
	padding-right: 295px;
	min-height: 500px;
}

.contacta h1.azul {
	padding: 2em 0 0 0;
}

.contacta .vcard p.tel {
	float: left;
	background: #006eb7 url(https://www.milar.es/estaticos/images/tel.png) 10px 5px no-repeat;
	padding: 1em 1em 1em 55px;
	color: #ffffff;
	font-size: 1.7em;
	line-height: normal;
	width: 17em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	height: 70px;
}

.contacta .vcard p.tel strong {
	font-size: 2em;
	display: block;
}

.contacta .vcard p.tel span {
	font-size: 0.7em;
	display: block;
}

.contacta .vcard a.email {
	float: right;
	background: #006eb7 url(https://www.milar.es/estaticos/images/Email.png) 10px center no-repeat;
	padding: 1em 1em 1em 0em;
	color: #ffffff;
	font-size: 1.7em;
	line-height: normal;
	width: 18em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	height: 70px;
	margin-top: 20px;
}

.contacta .vcard a.email span {
	display: block;
	padding: 20px 0px 0px 95px;
}

@media all and (max-width: 1024px) {
	.contacta .vcard p.tel, .contacta .vcard a.email {
		font-size: 1.5em;
		width: 18.4em;
	}

	.contacta .vcard p.tel span {
		font-size: 0.8em;
	}
}

@media all and (max-width: 970px) {
	.contacta .vcard p.tel, .contacta .vcard a.email {
		font-size: 1.3em;
		width: 13em;
	}

	.contacta .vcard a.email {
		width: 19.5em;
	}

	.contacta .vcard p.tel strong {
		font-size: 1.5em;
	}

	.contacta .vcard p.tel span {
		font-size: 0.8em;
	}
}

@media all and (max-width: 840px) {
	.contacta .vcard p.tel, .contacta .vcard a.email {
		font-size: 1.7em;
		width: 20.5em;
	}

	.contacta .vcard a.email {
		float: left;
		width: 23.7em;
	}
}

@media all and (max-width: 450px) {
	.contacta {
		background: none;
		padding-right: 2em;
		min-height: auto;
	}

	.contacta .vcard p.tel {
		width: 16em;
	}

	.contacta .vcard a.email {
		width: 22.6em;
		font-size: 1.5em;
	}
}

@media all and (max-width: 450px) {
	.contacta {
		background: none;
		padding-right: 2em;
		min-height: auto;
	}

	.contacta .vcard p.tel {
		width: 16em;
	}

	.contacta .vcard a.email {
		width: 22.6em;
		font-size: 1.5em;
	}
}

@media all and (max-width: 360px) {
	.contacta .vcard p.tel {
		font-size: 1.5em
	}

	.contacta .vcard a.email {
		font-size: 1.35em;
	}
}

/*PAGINA COOKIES*/
.pagcookies {
	background: transparent url(https://www.milar.es/estaticos/userfiles/image/chica-cookies.jpg) bottom right no-repeat;
	padding-right: 295px;
	min-height: 500px;
}

.pagcookies h1.azul {
	padding: 2em 0 0 0;
}

.pagcookies .vcard p.tel {
	float: left;
	background: #006eb7 url(https://www.milar.es/estaticos/images/tel.png) 10px 5px no-repeat;
	padding: 1em 1em 1em 55px;
	color: #ffffff;
	font-size: 1.7em;
	line-height: normal;
	width: 17em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	height: 70px;
}

.pagcookies .vcard p.tel strong {
	font-size: 2em;
	display: block;
}

.pagcookies .vcard p.tel span {
	font-size: 0.7em;
	display: block;
}

.pagcookies .vcard a.email {
	float: right;
	background: #006eb7 url(https://www.milar.es/estaticos/images/Email.png) 10px center no-repeat;
	padding: 1em 1em 1em 0em;
	color: #ffffff;
	font-size: 1.7em;
	line-height: normal;
	width: 18em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	height: 70px;
	margin-top: 20px;
}

.pagcookies .vcard a.email span {
	display: block;
	padding: 20px 0px 0px 95px;
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 970px) {
	.pagcookies .vcard p.tel, .contacta .vcard a.email {
		font-size: 1.3em;
		width: 13em;
	}

	.pagcookies .vcard a.email {
		width: 19.5em;
	}

	.pagcookies .vcard p.tel strong {
		font-size: 1.5em;
	}

	.pagcookies .vcard p.tel span {
		font-size: 0.8em;
	}
}

@media all and (max-width: 840px) {
	.pagcookies .vcard p.tel, .contacta .vcard a.email {
		font-size: 1.7em;
		width: 20.5em;
	}

	.pagcookies .vcard a.email {
		float: left;
		width: 23.7em;
	}
}

@media all and (max-width: 450px) {
	.pagcookies {
		background: none;
		padding-right: 2em;
		min-height: auto;
	}

	.pagcookies .vcard p.tel {
		width: 16em;
	}

	.pagcookies .vcard a.email {
		width: 22.6em;
		font-size: 1.5em;
	}
}

@media all and (max-width: 450px) {
	.pagcookies {
		background: none;
		padding-right: 2em;
		min-height: auto;
	}

	.pagcookies .vcard p.tel {
		width: 16em;
	}

	.pagcookies .vcard a.email {
		width: 22.6em;
		font-size: 1.5em;
	}
}

@media all and (max-width: 360px) {
	.pagcookies .vcard p.tel {
		font-size: 1.5em
	}

	.pagcookies .vcard a.email {
		font-size: 1.35em;
	}
}

/*QUIENES SOMOS*/
.col-f1 {
	width: 48%;
}

.col-f2 {
	width: 65%;
}

.col-f3 {
	width: 30%;
}

.flo-l {
	float: left;
}

.flo-r {
	float: right;
}

p.txt {
	font-size: 130%;
	line-height: 1.4em;
	margin-bottom: 5%;
}

p.txt-f2 {
	color: #006eb7;
	font-size: 160%;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: left;
	margin-bottom: 2%;
}

.col-f3 p.txt-f2 {
	margin-bottom: 6.5%;
}

.box-img img {
	display: initial;
	margin-right: 3%;
	margin-bottom: 2%;
	width: 31%;
}

.box-img img.last {
	margin-right: 0;
}

img.img-f1 {
	width: 100%;
}

.box-img img.img-f1 {
	width: 65.5%;
}

.marg-btt-f1 {
	margin-bottom: 8.3%;
}

@media all and (max-width: 1024px) {
	.col-f3 p.txt-f2 {
		margin-bottom: 7.5%;
	}
}

@media all and (max-width: 980px) {
	.box-img img {
		display: initial;
		width: 30%
	}

	.box-img img.img-f1 {
		width: 63.5%;
	}
}

@media all and (max-width: 800px) {
	.col-f2 p.txt-f2 {
		margin-bottom: 2.5%;
	}
}

@media all and (max-width: 769px) {
	.col-f3 p.txt-f2 {
		margin-bottom: 9.5%;
	}
}

@media all and (max-width: 685px) {
	.col-f2 {
		width: 100%;
	}

	.col-f3 {
		width: 100%;
	}

	.col-f3 p.txt-f2 {
		margin-bottom: 1%;
	}

	.marg-btt-f1 {
		margin-right: 3.5%;
	}

	.box-img img.img-f1, .box-img img.img-f2 {
		display: none;
	}

	img.img-f1 {
		float: left;
		width: 30%;
	}
}

@media all and (max-width: 400px) {
	.col-f1 {
		width: 100%;
	}

}

/* *************** PedidoPASO1 - MODO DE ENVIO ***** */
.carrito .listadoCarrito {
	width: 100%;
	float: none;
}

.carrito.listadoBody .listadoCarrito > li:first-child {
	display: table;
	height: 100%;
	width: 98.5%;
	padding-top: 0.7em;
}

.listadoCarrito .paso1ColLeft {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

.listadoCarrito .paso1ColRight {
	display: table;
	float: right;
	height: 100%;
	width: 39.5%;
	left: 1%;
	border-left: 1px solid #d3d3d3;
	margin-bottom: 8px;
}

.listadoCarrito .paso1ColLeft,
.listadoCarrito .paso1ColRight {
	float: left;
}

.listadoCarrito .paso1ColRight > section {
	padding-left: 10px;
}

.listadoCarrito .paso1ColLeft h3,
.listadoCarrito .paso1ColRight h3 {
	background: #d3d3d3;
	background: #ebebeb;
	background: #f0f0f0;
	border-left: 1px solid #ffffff;
	margin: 0 0 8px -1px;
	padding: 8px 1%;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

.listadoCarrito .paso1ColRight > h3 {
	width: 49%;
	display: inline-block;
	font-style: normal;
	text-align: center;
}

.listadoCarrito .paso1ColRight > section {
	width: 96%;
	clear: both;
	padding: 1.5% 2%;
}

.listadoCarrito .paso1ColRight > section.envioDomicilio {
	border-bottom: 1px solid #cecece;
}

.listadoCarrito .paso1ColRight > section > div {
	width: 49%;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
}

.listadoCarrito .paso1ColRight > section > div > .tipo {
	padding: 2em 0;
}

.listadoCarrito .paso1ColRight > section .como-enviar .tipo > div {
	display: inline-block;
	width: 59%;
}

.listadoCarrito .paso1ColRight > section .como-enviar .tipo > .imagen {
	width: 38%;
	text-align: right;
	vertical-align: bottom;
}

.listadoCarrito .paso1ColRight > section .como-enviar .tipo > .imagen img {
	display: initial;
	max-width: 95%;
	height: auto;
}

.carrito .listadoCarrito .gastosDomicilio .detalleProducto .imagen span {
	background: url(https://www.milar.es/estaticos/images/envioDomicilio_min.png) no-repeat scroll 0 0 transparent
}

.carrito .listadoCarrito .gastosTienda .detalleProducto .imagen span {
	background: url(https://www.milar.es/estaticos/images/recogidaTienda_min.png) no-repeat scroll 0 0 transparent
}

.listadoCarrito .paso1ColRight > section > div + div {
	border-left: 1px solid #cecece;
}

.listadoCarrito .paso1ColRight > section > div .descripcion {
	padding-left: 8px;
}

.listadoCarrito .paso1ColLeft .producto .detalleProducto h2 {
	max-width: 190px;
}

.listadoCarrito .paso1ColRight .semantic-content header > h2 {
	max-width: 87%;
}

/*  ***** Producto *** */
.listadoCarrito .paso1ColLeft section.producto {
	margin: 1.5em 0;
	font-size: 16px;
}

/*  ***** Garantia *** */
.carrito .garantia {
	width: auto;
	border: 0 none;
}

.carrito .garantia a {
	text-decoration: underline;
}

.carrito .garantia .seguir-comprando {
	font-size: 16px;
	font-size: 1.6rem;
}

.carrito .garantia .iconos {
	border: 0 none;
	margin: 3.5em 0 2.5em;
}

.carrito .garantia .iconos > div {
	margin: 0 1.5em 0 0;
}

.listadoCarrito .instalacion {
	margin: 20px 0 20px 20px;
}

.listadoCarrito .instalacion .checkbox label {
	font-style: italic;
	font-style: bold;
}

/*  ***** Contador *** */
.carrito .listadoCarrito .unidades {
	margin-top: 1.75em;
}

.carrito .listadoCarrito .paso1ColLeft .unidades .cantidad {
	background-color: transparent;
	background-image: none;
	border: medium none;
	float: left;
	line-height: 26px;
	padding: 0;
	width: 27px;
	height: 26px;
	color: #000000;
	text-align: center;
	font-size: 1.4em;
}

.carrito .listadoCarrito .unidades .flechas a {
	font-family: 'Iconos';
	font-size: 1.7em;
	line-height: 0.5em;
	padding: 0 0.4em 5px;
	height: 8px;
}

.carrito .listadoCarrito .unidades .flechas a#mas,
.carrito .listadoCarrito .unidades .flechas a#menos {
	transform: none;
}

/*  ***** Modo de envio *** */
.listadoCarrito #como-enviar-detalles {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	margin-left: -1px;
	background-color: #cce2ef;
	background: none #dce6f0;
	background: none #f4f7fa;
	border: 2px solid #9fc8e0;
	border-left: 0 none;
	border-radius: 0 5px 5px 0px;
}

.listadoCarrito #como-enviar-detalles > div {
	margin: 15px;
}

.listadoCarrito #modoEnvio div.descripcion {
	color: #626767;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5em;
}

.carrito .listadoCarrito #modoEnvio .descripcion p,
.carrito .listadoCarrito #modoEnvio p {
	float: none;
	margin-bottom: 0.8em;
}

.listadoCarrito #modoEnvio .descripcion.oculto {
	display: none;
}

.listadoCarrito .como-enviar .tipo .checkbox label:before {
	bottom: 40%;
}

.listadoCarrito .como-enviar .tipo label {
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: middle;
	text-align: left;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.listadoCarrito .como-enviar .tipo label span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

.paso1ColRight .comoEnviamos.visible-responsive {
	display: none;
}

.listadoCarrito #modoEnvio .modal-content li {
	margin: 0 0 1em;
	border: 0 none;
	background: none transparent;
	text-align: justify;
}

.listadoCarrito #modoEnvio .modal-content li span {
	color: #ffda0d;
	font-weight: bold;
	font-size: 1.4em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}

.listadoCarrito #modoEnvio #recogidaTienda .call-modal[href="#modal-text-como"] {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #60ade3;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
}

.listadoCarrito #modoEnvio #recogidaTienda .call-modal:hover {
	color: #135597;
}

.listadoCarrito #modoEnvio #recogidaTienda .codigoPostal,
.listadoCarrito #modoEnvio #recogidaTienda #nueva-busqueda,
.listadoCarrito #modoEnvio #modal-text-tiendas2 #nueva-busqueda2,
.listadoCarrito #entregaTienda .codigoPostal {
	position: relative;
	max-width: 220px;
}

.listadoCarrito #modoEnvio #recogidaTienda #nueva-busqueda p,
.listadoCarrito #modoEnvio #modal-text-tiendas2 #nueva-busqueda2 p {
	margin-top: 2em;
	margin-bottom: 0.6em;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4374b7;
	font-weight: bold;
}

.listadoCarrito #modoEnvio #recogidaTienda #nueva-busqueda input#postalCodeInner,
.listadoCarrito #modoEnvio #modal-text-tiendas2 #nueva-busqueda2 input#postalCodeInner,
.listadoCarrito #modoEnvio #entregaTienda .codigoPostal input#codigo-postal-tienda,
.listadoCarrito #modoEnvio #recogidaTienda .codigoPostal input#postalCode {
	border: 1px solid #346eb2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 27px;
	width: 100%;
	padding: 2px 27px 3px 15px;
}

.listadoCarrito #recogidaTienda #nueva-busqueda input[type="button"],
.listadoCarrito #modal-text-tiendas2 #nueva-busqueda2 input[type="button"],
.listadoCarrito #recogidaTienda .codigoPostal .type-button,
.listadoCarrito #entregaTienda .codigoPostal .type-button {
	background: none repeat scroll 0 0 #cddbea;
	border-radius: 5px 0 0 5px;
	border: 0 none;
	box-shadow: none;
	color: #1f5ea1;
	font-family: 'Iconos';
	font-size: 30px;
	font-size: 3rem;
	text-decoration: none;
	line-height: 0.2em;
	cursor: pointer;

	padding: 3px 5px 16px;
	position: absolute;
	right: 1px;
	bottom: 1px;
	margin: 0;

	display: block;
	transform: scaleX(-1);
}

.mac .listadoCarrito #recogidaTienda #nueva-busqueda input[type="button"],
.mac .listadoCarrito #modal-text-tiendas2 #nueva-busqueda2 input[type="button"],
.mac .listadoCarrito #recogidaTienda .codigoPostal .type-button,
.mac .listadoCarrito #entregaTienda .codigoPostal .type-button {
	padding: 12px 5px 7px;
}

.listadoCarrito #modoEnvio #modal-text-tiendas table tr,
.listadoCarrito #modoEnvio #modal-text-tiendas2 table tr {
	border-bottom: 1px solid #bcbec0;
}

.listadoCarrito #modoEnvio #modal-text-tiendas table td,
.listadoCarrito #modoEnvio #modal-text-tiendas2 table td {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: 0 none;
	width: auto;
	vertical-align: middle;
	cursor: default;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger {
	position: relative;
	background: none #ffda0d;
	height: 38px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1em 1em 1em 2em;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	color: #333333;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger:hover,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger:hover {
	background: none #90c9ff;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger:before,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger:before {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: 11px;
	border-bottom: 0.7em solid #ffda0d;
	border-left: 0.9em solid #333333;
	border-top: 0.7em solid #ffda0d;
	margin: 0 0.5em 0 0;
}

.listadoCarrito #modoEnvio #modal-text-tiendas .recoger:hover:before,
.listadoCarrito #modal-text-tiendas .recoger:focus:before,
.listadoCarrito #modoEnvio #modal-text-tiendas2 .recoger:hover:before,
.listadoCarrito #modal-text-tiendas2 .recoger:focus:before {
	border-bottom: 0.7em solid #90c9ff;
	border-left: 0.9em solid #ffffff;
	border-top: 0.7em solid #90c9ff;
}

.semantic-content .modal-content .no-tiendas input {
	position: relative;
	background: none #ffda0d;
	border: 0;
	box-shadow: none;
	height: 38px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1em;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	color: #333333;
	cursor: pointer;
}

.semantic-content .modal-content .no-tiendas input:hover {
	background: #90c9ff;
	color: #ffffff;
}

.semantic-content .modal-close {
	text-decoration: none;
}

/* ***** FICHA PRODUCTO DESCATALOGADO *** */
.fichaProducto .formulario {
	display: inline-block;
	margin: 25px;
}

.fichaProducto .productoDescatalogado {
	width: 40%;
	display: block;
	vertical-align: top;
	padding-top: 0;
	border-right: 1px solid #c4c4c4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 1rem;
	position: relative;
	float: left;
}

.alertDescatalogado {
	display: block;
	padding: 5px;
	font-size: 1.3em;
	background-color: #e21515;
	color: #ffffff;
	text-align: center;
	margin-right: 1.0em;
	text-transform: uppercase;
}

.fichaProducto .productoDescatalogado .col1 {
	width: 42%;
	margin-top: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.fichaProducto .productoDescatalogado .col2 {
	width: 44%;
	margin-top: 5px;
	padding: 4%;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	height: 13.4rem;
	line-height: 1.8em;
}

.fichaProducto .productoDescatalogado .imagen {
	width: 94%;
	height: 15.5rem;
	display: list-item;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #e8e8e8;
	padding: 5px;
	line-height: 12.5rem;
	position: relative;
	list-style: none;
	display: block;
}

.fichaProducto .productoDescatalogado .imagen img {
	display: initial;
	max-width: 100%;
	max-height: 100%;
	float: none;
	margin: 0;
	vertical-align: middle;
}

.fichaProducto .productoDescatalogado h2 {
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	display: block;
	margin-bottom: 0.2em;
	font-weight: normal;
	text-decoration: none;
}

.fichaProducto .productoRecomendado {
	width: 60%;
	display: block;
	vertical-align: top;
	padding-top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 0 0 1.5em;
	margin-top: 0;
	display: inline-block;
}

.detalleProducto .alertRecomendado {
	display: block;
	padding: 5px;
	font-size: 1.3em;
	background-color: #c1e4fa;
	color: #ffffff;
	text-align: center;
	margin-right: 1.0em;
	text-transform: uppercase;
}

.fichaProducto .productoRecomendado .col1 {
	width: 35%;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}

.fichaProducto .productoRecomendado .col2 {
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.fichaProducto .productoRecomendado .imagen {
	width: 94%;
	height: 15.5rem;
	display: list-item;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	padding: 5px;
	line-height: 12.5rem;
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.fichaProducto .productoRecomendado .imagen img {
	display: initial;
	max-width: 100%;
	max-height: 100%;
	float: none;
	margin: 0;
	vertical-align: middle;
}

.fichaProducto .productoRecomendado .caract {
	padding: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.7em;
}

.fichaProducto .productoRecomendado .caract p {
	font-size: 13px;
	font-size: 1.2rem;
	color: #000000;
	line-height: 1.1em;
	font-weight: normal;
	padding: 7px 0 0 0;
}

.fichaProducto .productoRecomendado h2 {
	color: #000000;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0.3em;
	font-weight: normal;
	text-decoration: none;
}

.fichaProducto .productoRecomendado .marca {
	display: block;
}

.fichaProducto .productoRecomendado .marca img {
	display: initial;
	height: auto;
	width: auto;
}

.fichaProducto .productoRecomendado .acciones {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
	width: 23%;
}

.fichaProducto .productoRecomendado .acciones .verProducto {
	display: block;
	padding: 1.0rem 2.0rem;
	background-color: #0074bd;
	border-radius: 5px;
	margin: 0.1rem 0 0.6rem 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2rem;
	font-size: 12px;
}

.fichaProducto .productoRecomendado .acciones .verProducto:hover {
	background-color: #aeddfa;
	color: #0074bd;
}

.fichaProducto .productoRecomendado .acciones .botonComprar {
	border: none;
	background: #ffda0d;
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	padding: 11px 12px 5px 18px;
	position: relative;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	margin: 0 0 5px 0;
	float: left;
}

.fichaProducto .productoRecomendado .acciones .ver {
	width: 100%;
}

.fichaProducto .productoRecomendado .acciones .btn {
	width: 100%;
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 15px 0 20px 0
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio .descuento {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: block;
	margin-bottom: 3px;
	text-align: right;
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio .precioProducto {
	color: #000000;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 2.5rem;
	display: inline-block;
	width: 100%;
	text-align: right;
}

.fichaProducto .productoRecomendado .acciones .bloquePrecio .iva {
	color: #626767;
	font-size: 10px;
	font-size: 1.0rem;
	margin-bottom: 0px;
	padding: 0;
	line-height: 1.0rem;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	text-align: right;
}

.fichaProducto .productoRecomendado .marca img, .fichaProducto .productoNoStock .marca img {
	display: initial;
	height: auto;
	width: inherit;
	max-width: 150px;
}

.fichaProducto .detalleProducto.productoRecomendado {
	border-right: none;
}

/* ***** MODAL PRODUCTO SIN STOCK  *** */
.semantic-content .modal-inner.noStock {
	margin-left: -450px;
	top: 175px;
	width: 100%;
	max-width: 900px;
	min-width: 280px;
}

.semantic-content .noStock header > h2 {
	font-size: 25px;
	font-size: 2.5rem;
	margin: 1.0em 0 0 0;
	background: url(https://www.milar.es/estaticos/images/ico-alert-roja.png) no-repeat 0 0;
	padding-left: 55px;
	padding-bottom: 15px;
	color: #e21515;
}

.semantic-content .noStock .modal-content {
	margin: 0 1.6rem;
}

.semantic-content .noStock .modal-content p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 1.8em;
}

.semantic-content .noStock .modal-content .producto, .productoNoStock {
	border: 1px solid #dce6f0;
	padding: 22px 11px 6px;
	background: #ffffff;
	margin-bottom: 10px;
}

.detalleProducto.productoRecomendado.productoNoStock.alternativa {
	border: none;
	border-right: 1px solid #c4c4c4;
}

.productoNoStock.noborder {
	border: none;
}

.productoNoStock.noborder .imagen img {
	display: initial;
	opacity: 0.25;
}

.productoNoStock.noborder .detalleProducto {
	opacity: 0.25;
}

.productoNoStock {
	padding: 11px 11px 6px;
	margin-bottom: 10px;
	position: relative;
}

.productoNoStock .alert {
	font-size: 13px;
	font-size: 1.3rem;
	color: #0074bd;
	margin-bottom: 15px;
	padding: 5px;
	margin-left: 120px;
}

.productoNoStock.alternativa .alert {
	font-size: 15px;
	font-size: 1.5rem;
	color: #0074bd;
	margin-bottom: 15px;
	padding: 5px;
	display: inline-block;
	margin-left: 0px;
	vertical-align: top;
	font-weight: bold;
}

.productoNoStock .aviso {
	font-size: 22px;
	font-size: 2.2rem;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 8px 40px 8px 86px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: absolute;
	z-index: 995;
	top: 30%;
	background: #d32121 url(https://www.milar.es/estaticos/images/ico-alert.png) no-repeat 10px 0;
}

.noStock .especialista {
	display: block;
	width: 115px;
	height: 125px;
	position: absolute;
	z-index: 994;
	background: url(https://www.milar.es/estaticos/images/especialista2.png) no-repeat 0 0;
	top: -30px;
	right: -10px;
}

.productoNoStock .especialista {
	display: block;
	width: 115px;
	height: 125px;
	position: absolute;
	z-index: 994;
	background: url(https://www.milar.es/estaticos/images/especialista2.png) no-repeat 0 0;
	top: -35px;
}

.productoNoStock.alternativa .especialista {
	display: inline-block;
	width: 20%;
	height: 130px;
	position: relative;
	background: url(https://www.milar.es/estaticos/images/especialista2.png) no-repeat 0 0;
	top: 0;
	vertical-align: top;
	margin-left: 10px;
}

.productoNoStock.alternativa .botones {
	box-sizing: border-box;
	text-align: left;
	padding: 1.5rem 1.5rem 1.0rem 0;
	margin-left: 1.0rem;
	display: inline-block;
	width: 75%;
}

.productoNoStock .verProductoSimilar {
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	padding: 10px 50px 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #7fba22 url(https://www.milar.es/estaticos/images/arrow.png) no-repeat 200px 15px;
	width: 220px;
	text-decoration: none;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.productoNoStock .verProductoSimilar:hover {
	background-color: #364f0e;
}

.productoNoStock .enlaceProductos {
	color: #60ade3;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}

.semantic-content .noStock .modal-content .producto .imagen, .productoNoStock .imagen {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 22.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.semantic-content .noStock .modal-content .producto .imagen img, .productoNoStock .imagen img {
	display: initial;
	margin: 0 auto;
	max-width: 100%;
}

.semantic-content .noStock .modal-content .producto .txt, .productoNoStock .txt {
	display: inline-block;
	width: 74.5%;
	padding-left: 1%;
	border-left: 1px solid #adadad;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
}

.semantic-content .noStock .modal-content .producto .detalleProducto, .productoNoStock .detalleProducto {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
	width: 42%;
	border-right: 1px solid #c4c4c4;
}

.productoNoStock .detalleProducto {
	width: 50%;
}

.semantic-content .noStock .modal-content .producto .detalleProducto h2 a, .productoNoStock .detalleProducto h2 a {
	font-size: 15px;
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: 1em;
	padding: 0 10px 0 0;
	display: inline-block;
}

.semantic-content .noStock .modal-content .producto .detalleProducto h2 a:hover, .productoNoStock .detalleProducto h2 a:hover {
	color: #0074bd;
	text-decoration: none;
}

.semantic-content .noStock .modal-content .producto .oferta, .productoNoStock .oferta {
	color: #ee2128;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

.semantic-content .noStock .modal-content .producto .detalleProducto p, .productoNoStock .detalleProducto p {
	color: #3d3e42;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	width: 397px;
	margin-bottom: 0.4em;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio, .productoNoStock .bloquePrecio {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	margin-left: 1.0rem;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio .descuento, .productoNoStock .bloquePrecio .descuento {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15px;
	color: #ee2128;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio .precioProducto, .productoNoStock .bloquePrecio .precioProducto {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 38px;
}

.semantic-content .noStock .modal-content .producto .bloquePrecio .iva, .productoNoStock .bloquePrecio .iva {
	font-size: 10px;
	font-size: 1.0rem;
	padding: 0;
}

.semantic-content .noStock .modal-content .producto .botones, .productoNoStock .botones {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	padding: 1.5rem 0 1rem;
	margin-left: 2.0rem;
}

.semantic-content .noStock .modal-content .producto .botones .botonComprar, .productoNoStock .botones .botonComprar {
	border: none;
	background: #ffda0d;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	padding: 11px 12px 11px 18px;
	position: relative;
}

.productoNoStock .botones.avisar {
	width: 46%;
	margin-left: 0;
	padding: 0 1.5rem 1.5rem 1.5rem;
	background: none;
}

.productoNoStock .botones.avisar .titSeccion {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0em 0 0.5em 0;
}

.productoNoStock .botones.avisar label {
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0em 0 0.5em 0;
	font-style: italic;
	color: #999999;
}

.productoNoStock .botones.avisar .campotexto {
	border: 1px solid #4074b9;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
	width: 95%;
}

.productoNoStock .botones.avisar .inputCondiciones {
	display: none;
}

/*.productoNoStock .botones.avisar .contrato {display: block; float: left; clear: left; padding-top: 0.5em; min-width: 12em; padding-bottom: 0.5em; cursor: pointer;position: relative;margin-right: 15px;font-size: 13px;}
	.productoNoStock .botones.avisar .contrato:before {content: "";display: inline-block;width: 16px;height: 16px;margin-right: 10px;position: absolute;left: 0;bottom:2px;background-color: #FFF;border: 1px solid #4074B9;border-radius: 3px;}*/
.productoNoStock .botones.avisar .contrato a {
	color: #60ade3;
	margin: 0;
	display: block;
	margin-left: 25px;
	font-size: 0.8em;
	text-align: left;
}

.productoNoStock .botones.avisar label {
	display: block;
	float: left;
	clear: left;
	padding-top: 1em;
	min-width: 12em;
	padding-bottom: 0;
}

.productoNoStock .botones.avisar .checkbox {
	float: left;
	margin-bottom: 10px;
}

.productoNoStock .verProducto.disponibilidad {
	background-color: #0074bd;
	clear: both;
}

.semantic-content .noStock .modal-content .producto .verProducto, .productoNoStock .verProducto {
	display: block;
	padding: 1.0rem 2.0rem;
	background-color: #0074bd;
	border-radius: 5px;
	margin: 0.1rem 0 0 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2rem;
	font-size: 12px;
	text-align: center;
}

.semantic-content .noStock .modal-content .producto .verProducto:hover, .productoNoStock .verProducto:hover {
	background-color: #aeddfa;
	color: #0074bd;
}

ç
.semantic-content .noStock footer .link {
	font-size: 13px;
	font-size: 1.3rem;
	color: #0074bd;
}

.semantic-content .noStock footer .link:hover {
	color: #000000;
	text-decoration: none;
}

.productoNoStock .botones.avisar .aceptarTerminos .checkbox {
	margin-top: 0px;
}

/* ***** responsive *** */
@media all and (max-width: 1024px) {
	#modoEnvio .semantic-content .modal-inner {
		left: 1.5%;
		right: 1.5%;
		width: auto;
		margin-left: 0;
	}

	.carrito .listadoCarrito .paso1ColLeft .detalleProducto .imagen {
		display: none;
	}

	.carrito .listadoCarrito .paso1ColLeft .detalleProducto h2 {
		margin-left: 4%;
	}
}

@media all and (max-width: 980px) {
	.listadoCarrito .paso1ColLeft h3, .listadoCarrito .paso1ColRight h3 {
		font-size: 1.2rem;
	}
}

@media all and (max-width: 920px) {
	.listadoCarrito #modoEnvio div.descripcion {
		font-size: 1.3rem;
	}

	.listadoCarrito .como-enviar .tipo label {
		font-size: 1.6rem;
	}

	.listadoCarrito .paso1ColLeft .producto .detalleProducto h2 {
		max-width: 165px;
	}

	.carrito .listadoCarrito .subtotal {
		font-size: 2.5rem;
	}

	.carrito .listadoCarrito .bloquePrecio {
		width: 7em;
	}

	.carrito .listadoCarrito .bloquePrecio .precioProducto {
		font-size: 2rem;
	}

	.carrito .listadoCarrito .bloquePrecio .descuento {
		font-size: 1.3rem;
	}

	.semantic-content .modal-inner.noStock {
		margin-left: -445px;
		top: 175px;
		width: 100%;
		max-width: 880px;
		min-width: 280px;
	}

	.semantic-content .noStock .modal-content .producto .botones, .productoNoStock .botones {
		margin: 0;
	}

	.productoNoStock .detalleProducto {
		width: 45%;
	}
}

@media all and (max-width: 853px) {
	.semantic-content .modal-inner.noStock {
		margin-left: -400px;
		top: 175px;
		max-width: 800px;
	}

	.semantic-content .noStock .modal-content .producto .detalleProducto {
		width: 38%;
	}

	.productoNoStock .detalleProducto {
		width: 45%;
	}
}

@media all and (max-width: 800px) {
	.fichaProducto .productoRecomendado .acciones .botonComprar:before {
		content: none;
	}

	.semantic-content .modal-inner.noStock {
		margin-left: -370px;
		top: 175px;
		max-width: 740px;
	}

	.semantic-content .noStock .modal-content .producto .detalleProducto {
		width: 38%;
	}
}

@media all and (max-width: 769px) {
	.listadoCarrito .paso1ColRight .checkbox input[type="checkbox"] {
		display: none;
	}

	.listadoCarrito .paso1ColRight .checkbox label:before {
		content: "";
		display: block;
	}

	.semantic-content .noStock .modal-content .producto .detalleProducto, .productoNoStock .detalleProducto {
		width: 55%;
	}

	.semantic-content .noStock .modal-content .producto .bloquePrecio, .productoNoStock .bloquePrecio {
		width: 42%;
	}

	.semantic-content .noStock .modal-content .producto .botones, .productoNoStock .botones {
		clear: both;
		margin-top: 1.0rem;
		margin-left: 0;
	}

	.semantic-content .noStock .modal-content .producto .verProducto, .productoNoStock .verProducto {
		margin: 0.1rem 1.5rem 0 0;
		float: left;
	}

	.semantic-content .noStock .modal-content .producto .botones .botonComprar, .productoNoStock .botones .botonComprar {
		float: left;
		margin-top: 0;
	}

	.productoNoStock .botones.avisar {
		width: 100%;
		padding: 0px 0.5rem 1.5rem;
	}

	.productoNoStock .botones.avisar .campotexto {
		width: 50%;
		margin-left: 10px;
	}

	.productoNoStock .aviso {
		top: 25%;
	}

	.productoNoStock.noborder .detalleProducto {
		width: 100%;
		border: none;
	}
}

@media all and (max-width: 769px) {
	.listadoCarrito .paso1ColLeft,
	.listadoCarrito .paso1ColRight {
		width: 100%;
		clear: both;
		height: auto;
	}

	.listadoCarrito .paso1ColRight {
		border: 1px solid #cecece;
		border-top: 0 none;
	}

	.carrito .listadoCarrito .instalacion {
		margin-left: 6px;
	}

	.listadoCarrito .paso1ColRight {
		margin-top: 3em;
	}

	.listadoCarrito .paso1ColRight > section {
		padding: 1.5% 0;
		width: 100%;
	}

	.listadoCarrito .paso1ColRight > section .como-enviar-detalles,
	.listadoCarrito .paso1ColRight h3 {
		width: 66%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.listadoCarrito .paso1ColRight h3:first-child,
	.listadoCarrito .paso1ColRight > section .como-enviar {
		width: 27%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.listadoCarrito .paso1ColRight > section .como-enviar {
		width: 28.5%;
	}

	.listadoCarrito #modoEnvio div.descripcion {
		padding-top: 0;
		padding-right: 0;
	}

	.listadoCarrito #modoEnvio #recogidaTienda .call-modal[href="#modal-text-como"] {
		margin-bottom: 1.2em;
	}

	.paso1ColRight #entregaTienda .tienda > * {
		display: inline-block;
		margin: 0 1.5em 0 0;
	}

	.paso1ColRight .semantic-content header > h2 {
		margin-top: 1em;
		font-size: 3rem;
	}

	.paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"],
	.paso1ColRight #recogidaTienda .codigoPostal .type-button {
		bottom: 0;
		right: 1px;
		padding-top: 4px;
	}

	.paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"] {
		bottom: 1px;
	}
}

@media all and (max-width: 700px) {
	.paso1ColRight table.localizar-tienda tr {
		position: relative;
		display: block;
	}

	.paso1ColRight #modal-text-tiendas table td.recoger-tienda,
	.paso1ColRight #modal-text-tiendas2 table td.recoger-tienda {
		padding: 0;
		position: absolute;
		bottom: 5px;
		right: 0;
	}

	.listadoCarrito #modoEnvio #modal-text-tiendas table td.horario-tienda,
	.listadoCarrito #modoEnvio #modal-text-tiendas2 table td.horario-tienda {
		padding-bottom: 45px;
	}

	.paso1ColRight #modal-text-tiendas .recoger,
	.paso1ColRight #modal-text-tiendas2 .recoger {
		padding-top: 0.6em;
		padding-bottom: 0.6em;
		padding-left: 1.8em;
	}

	.paso1ColRight #modal-text-tiendas .recoger:before,
	.paso1ColRight #modal-text-tiendas2 .recoger:before,
	.paso1ColRight #modal-text-tiendas .recoger:hover:before,
	.paso1ColRight #modal-text-tiendas2 .recoger:hover:before,
	.pedidoPaso3 #modal-text-tiendas .recoger:focus:before,
	.pedidoPaso3 #modal-text-tiendas2 .recoger:focus:before {
		border-top-width: 0.5em;
		border-bottom-width: 0.5em;
		border-left-width: 0.6em;
		top: 9px;
	}
}

@media all and (max-width: 690px) {
	.semantic-content .modal-inner.noStock {
		margin-left: 0;
		top: 175px;
		max-width: 642px;
	}
}

@media all and (max-width: 640px) {
	.semantic-content .modal-inner.noStock {
		max-width: 586px;
	}
}

@media all and (max-width: 600px) {
	.paso1ColRight .semantic-content header > h2 {
		font-size: 2.5rem;
		margin-top: 1.5em;
	}

	.listadoCarrito #modoEnvio #modal-text-tiendas table td:first-child,
	.listadoCarrito #modoEnvio #modal-text-tiendas2 table td:first-child {
		display: none;
	}

	.paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"],
	.paso1ColRight #recogidaTienda .codigoPostal .type-button {
		bottom: 1px;
	}

	.fichaProducto .productoDescatalogado h2 {
		display: none;
	}

	.fichaProducto .productoDescatalogado {
		width: 100%;
		border-right: none;
		float: none;
	}

	.fichaProducto .productoRecomendado {
		width: 100%;
		border-right: none;
		float: none;
		clear: both;
		padding: 0 0 0 0.8em;
	}

	.fichaProducto .productoDescatalogado .col1 {
		width: 42%;
		margin-top: 0;
		float: left;
		margin-right: 0;
	}

	.fichaProducto .productoDescatalogado .imagen {
		width: auto;
		margin-bottom: 15px;
	}

	.fichaProducto .productoDescatalogado .col2 {
		width: 48%;
		height: 11.4rem;
		line-height: 1.5em;
		margin-top: 0;
	}

	.fichaProducto .productoRecomendado .col1 {
		width: 42%;
		margin-top: 0;
		float: left;
		margin-right: 0;
	}

	.fichaProducto .productoRecomendado .col2 {
		width: 56%;
		margin-top: 0;
	}

	.fichaProducto .productoRecomendado .imagen {
		width: auto;
	}

	.fichaProducto .productoRecomendado h2 {
		margin-top: 5px;
		margin-left: 25px;
		width: 62%;
	}

	.fichaProducto .productoRecomendado .caract {
		width: 97%;
		margin-top: 0;
		padding: 0 0 0 10px;
		height: 11.2rem;
	}

	.fichaProducto .productoRecomendado .acciones .ver {
		width: 42%;
		margin-right: 25px;
	}

	.fichaProducto .productoRecomendado .acciones .verProducto {
		float: right;
	}

	.fichaProducto .productoRecomendado .acciones .btn {
		width: 17%;
	}

	.fichaProducto .productoRecomendado .acciones {
		margin-bottom: 30px;
	}

	.semantic-content .modal-inner.noStock {
		margin-left: 0;
		top: 175px;
		max-width: 532px;
	}

	.semantic-content .noStock .modal-content .producto .bloquePrecio {
		width: 42%;
		border-left: none;
	}
}

@media all and (max-width: 540px) {
	.listadoCarrito .paso1ColRight h3:first-child, .listadoCarrito .paso1ColRight > section .como-enviar {
		width: 43%
	}

	.listadoCarrito .paso1ColRight > section .como-enviar-detalles, .listadoCarrito .paso1ColRight h3 {
		width: 50%;
	}

	.listadoCarrito .paso1ColRight > section .como-enviar {
		width: 43.5%;
	}
}

@media all and (max-width: 480px) {
	.listadoCarrito .paso1ColLeft .producto .detalleProducto h2 {
		max-width: 100%;
	}

	.listadoCarrito #como-enviar > .tipo {
		font-size: 1.5rem;
	}

	.paso1ColRight #modal-text-tiendas table td,
	.paso1ColRight #modal-text-tiendas2 table td {
		display: block;
	}

	.paso1ColRight .semantic-content .modal-content {
		max-height: 80vh;
	}

	.fichaProducto .productoDescatalogado .col2 {
		height: 12.5rem;
	}

	.fichaProducto .productoRecomendado .marca {
		float: none;
		width: 100%;
	}

	.fichaProducto .productoRecomendado .marca img {
		display: initial;
		float: left;
		margin-left: 20px;
	}

	.fichaProducto .productoRecomendado h2 {
		margin-top: 0;
		margin-left: 25px;
		width: 91%;
	}

	.fichaProducto .productoRecomendado h2 {
		height: 2em;
	}

	.fichaProducto .productoRecomendado .caract {
		height: 9.6rem;
	}

	.fichaProducto .productoRecomendado .acciones .bloquePrecio {
		border-left: none;
	}

	.fichaProducto .productoRecomendado .acciones .bloquePrecio {
		width: 31%;
	}

	.fichaProducto .productoRecomendado .acciones .btn {
		width: 20%;
	}

	.fichaProducto .botonComprar:before {
		display: block;
	}

	.semantic-content .noStock .modal-content .producto .botones, .productoNoStock .botones {
		clear: both;
		margin-top: 3rem;
		margin-left: 0px;
		width: 100%;
	}

	.semantic-content .noStock .modal-content .producto .botones .botonComprar, .productoNoStock .botones .botonComprar {
		float: none;
		margin-top: 0px;
		padding: 11px 12px 13px 18px;
	}
}

@media all and (max-width: 464px) {
	.semantic-content .noStock .modal-content .producto .imagen, .productoNoStock .imagen {
		float: none;
		width: 100%;
	}

	.semantic-content .noStock .modal-content .producto .txt, .productoNoStock .txt {
		float: none;
		width: 100%;
		padding-left: 0;
		border-left: none;
	}

	.semantic-content .noStock .modal-content .producto .detalleProducto, .productoNoStock .detalleProducto {
		width: 100%;
		border-right: none;
		text-align: center;
		float: none;
	}

	.semantic-content .noStock .modal-content .producto .detalleProducto p, .productoNoStock .detalleProducto p {
		width: 100%;
	}

	.semantic-content .noStock .modal-content .producto .bloquePrecio, .productoNoStock .bloquePrecio {
		width: 100%;
		text-align: center;
		border-left: none;
	}

	.semantic-content .noStock .modal-content .producto .verProducto, .productoNoStock .verProducto {
		display: none;
	}

	.productoNoStock .verProducto.disponibilidad {
		display: block;
	}

	.semantic-content .modal-inner.noStock {
		top: 85px;
	}

	.productoNoStock .botones.avisar .titSeccion {
		text-align: center;
	}

	.productoNoStock .botones.avisar label, .productoNoStock .botones.avisar .campotexto {
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.productoNoStock .botones.avisar label {
		display: inline-block !important;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.productoNoStock .botones.avisar .aceptarTerminos {
		text-align: center;
		margin: 0px auto;
		clear: both;
		width: 53%;
	}

	.productoNoStock .aviso {
		top: 20%;
		width: 45%;
		text-align: center;
	}
}

@media all and (max-width: 400px) {
	.paso1ColRight #recogidaTienda #nueva-busqueda input[type="button"],
	.paso1ColRight #recogidaTienda .codigoPostal .type-button {
		padding-bottom: 15px;
	}

	.paso1ColRight #modal-text-tiendas table p,
	.paso1ColRight #modal-text-tiendas2 table p {
		margin-bottom: 0;
	}

	.paso1ColRight #modal-text-tiendas table td.horario-tienda,
	.paso1ColRight #modal-text-tiendas2 table td.horario-tienda {
		padding-top: 0;
		padding-bottom: 35px;
	}

	.fichaProducto .productoDescatalogado .col1 {
		width: 99%;
		float: none;
	}

	.alertDescatalogado {
		margin-right: 0.3em;
	}

	.fichaProducto .productoDescatalogado .col2 {
		width: 91%;
		height: 7.5rem;
		margin-bottom: 20px;
		text-align: center;
	}

	.fichaProducto .productoDescatalogado .imagen {
		margin-bottom: 0;
	}

	.fichaProducto .productoRecomendado .col1 {
		width: 96.5%;
		margin-top: 0;
		float: none;
		margin-right: 0;
	}

	.fichaProducto .productoRecomendado .col2 {
		width: 97%;
		margin-top: 0;
		text-align: center;
		height: auto;
	}

	.fichaProducto .productoRecomendado .marca img {
		display: initial;
		float: none;
		margin-left: 0;
	}

	.fichaProducto .productoRecomendado .acciones {
		position: relative;
		clear: both;
	}

	.fichaProducto .productoRecomendado .acciones .ver {
		width: 65%;
		margin-right: 0;
		position: absolute;
		top: -192px;
		z-index: 9999;
		display: none;
	}

	.fichaProducto .productoRecomendado .acciones .bloquePrecio {
		width: 50%;
		margin-top: 15px;
	}

	.fichaProducto .productoRecomendado .acciones .btn {
		width: 45%;
		margin-top: 10px;
	}

	.fichaProducto .productoRecomendado .acciones .botonComprar {
		padding: 15px 35px 15px 35px;
		margin-left: 15px;
	}

	.semantic-content .noStock .modal-content .producto .imagen {
		float: none;
		width: 100%;
	}

	.semantic-content .noStock .modal-content .producto .txt {
		float: none;
		width: 100%;
		padding-left: 0;
		border-left: none;
	}

	.semantic-content .noStock .modal-content .producto .detalleProducto {
		width: 100%;
		border-right: none;
		text-align: center;
		float: none;
	}

	.semantic-content .noStock .modal-content .producto .detalleProducto p {
		width: 100%;
	}

	.semantic-content .noStock .modal-content .producto .bloquePrecio {
		width: 100%;
		text-align: center;
		border-left: none;
	}

	.semantic-content .noStock .modal-content .producto .verProducto {
		display: none;
	}

	.semantic-content .modal-inner.noStock {
		top: 85px;
	}
}

/***********************DESPLEGABLE ********************************************/

.descripcion-listado-productos {
	font-family: Arial, sans-serif;
}

.descripcion-listado-productos p {
	font-size: 15px;
}

.descripcion-listado-productos h2 {
	font-size: 20px;
	margin-bottom: 5px;
}

.descripcion-listado-btn-mas,
.descripcion-listado-btn-menos {
	padding: 15px;
	margin: 15px 0;
	background-color: #f7f7f7;
	border: 1px solid #e8ebf2;
	color: #000000;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border-radius: 2px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.descripcion-listado-btn-mas {
	background-image: url(https://www.milar.es/estaticos/images/expandir-listado.png);
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 20px;
}

.descripcion-listado-btn-menos {
	text-align: center;
	color: #6fc7d3;
	background-image: url(https://www.milar.es/estaticos/images/contraer-listado.png);
	background-repeat: no-repeat;
	background-position: 55%;
	background-size: 20px;
	width: 100%
}

.descripcion-listado-btn-mas:hover,
.descripcion-listado-btn-menos:hover {
	background-color: #e8ebf2;
	border: 1px solid #f7f7f7;
}

.descripcion-listado-texto {
	display: none;
	width: 100%;
	padding: 3%;
}

@media all and (max-width: 1024px) {
	.descripcion-listado-btn-menos {
		background-position: 67%;
	}

	.descripcion-listado-btn-mas {
		background-position: 99%;
	}
}

/* ****dofinder**** */

.df-classic .df-card {
	padding: 0;
	background: #ffffff !important;
	font-size: 14px;
	line-height: 1.285714286;
	text-transform: uppercase;
}

.df-classic .df-card__price {
	display: inline-block;
	margin-left: 4px;
	margin-right: 0px;
	font-weight: 500 !important;
	background-color: #50ba00;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 18px;
}

.df-classic .df-card__main {
	padding: 5px;
}

#doofinder-facets #hck-facets .hck-facet.hck-facet-range > .hck-facet-title {
	background-color: #000000 !important;
}

#doofinder-facets #hck-facets .hck-facet > .hck-facet-title {
	background-color: #000000 !important;
}

#doofinder-header {
	background-color: #efefef !important
}

#doofinder-results #doofinderLogo {
	display: none;
}

#doofinder-facets {
	background-color: #fafafa;
}

#helpck-results ul.GridView li {
	min-height: 200px !important;
}

#doofinder {
	border: 1px solid #cccccc !important;
}

.df-panel .irs-from, .df-panel .irs-single, .df-panel .irs-to {
	background: #000000 !important;
}

.df-classic .df-slider .noUi-tooltip {
	font-size: 100%;
	background-color: #505050;
}

.df-classic .df-slider .noUi-horizontal .noUi-handle.noUi-active::after, .df-classic .df-slider .noUi-horizontal .noUi-handle:hover::after {
	background-color: #505050;
}

.df-classic .df-slider .noUi-horizontal .noUi-handle {
	border: 1px solid #505050;
}

.df-classic .df-card:hover {
	background-color: #ffffff;
}

.df-classic .df-card > a:hover {
	border: 1px solid #505050;
	background-color: #ffffff;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.df-classic .df-card__image img:hover {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.df-classic .df-term:active, .df-classic .df-term:focus, .df-classic .df-term:hover {
	border-radius: 4px;
	background-color: #000000;
	border-color: #eeeeee;
	text-decoration: none;
	color: #ffffff
}

/* ****Paginas estaticas**** */
#frigorias1 a:link {
	background-color: #b1dfec;
	color: #000000;
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
}

#frigorias1 a:hover {
	background-color: #000000;
	color: #ffffff;
}

#frigorias1 {
	width: 33%;
	float: left;
	text-align: center;
	min-width: 250px;
	margin-bottom: 40px;
}

#frigorias2 a:link {
	background-color: #6897a4;
	color: #ffffff;
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
}

#frigorias2 a:hover {
	background-color: #000000;
	color: #ffffff;
}

#frigorias2 a {
	color: #ffffff;
}

#frigorias2 {
	width: 33%;
	float: left;
	text-align: center;
	min-width: 250px;
	margin-bottom: 40px;
}

#frigorias3 a:link {
	background-color: #306878;
	color: #ffffff;
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
}

#frigorias3 a:hover {
	background-color: #000000;
	color: #ffffff;
}

#frigorias3 a {
	color: #ffffff;
}

#frigorias3 {
	width: 33%;
	float: left;
	text-align: center;
	min-width: 250px;
	margin-bottom: 40px;
}

.bkgcalculadora {
	background: url(https://www.milar.es/estaticos/estaticos/userfiles/file/fondo-frigorias.jpg);
	min-height: 700px;
}

.calculadorah1 {
	padding: 20px 0 20px 20px;
}

.calculadorap {
	padding: 0px 10% 0px;
}

.calculadorap2 {
	padding: 0px 10% 20px;
}

.calculadorasc {
	width: 100%;
	text-align: left;
}

.calc1col {
	width: 100%;
	float: left
}

.calc1coli {
	width: 100%;
	float: left;
	text-align: right;
}

.calc2col {
	width: 50%;
	float: left
}

.calc2coli {
	width: 50%;
	float: left;
	text-align: right;
	padding-top: 7px;
}

.calcmapa {
	width: 50%;
	float: left;
	text-align: left;
	padding-top: 75px;
}

.calc2colfrigo {
	width: 50%;
	float: left;
	text-align: right;
	padding-top: 5px;
	font-size: 20px;
}

.calch3 {
	padding: 50px 0 50px 20px;
	font-size: 18px;
}

.calch3div {
	width: 100%;
	float: left;
	text-align: center;
}

input#ancho.campo {
	width: 140px;
	border: 1px solid #4074b9;
	margin-bottom: 5px;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
	margin-left: 10px
}

input#alto.campo {
	width: 140px;
	border: 1px solid #4074b9;
	margin-bottom: 5px;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
	margin-left: 10px
}

select#region {
	border: 1px solid #4074b9;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
}

input#maximo.campo {
	width: 140px;
	border: 1px solid #4074b9;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
	margin-left: 10px;
}

input#minimo.campo {
	width: 140px;
	border: 1px solid #4074b9;
	border-radius: 3px;
	padding: 6px 4px;
	background: #ffffff;
	margin-left: 10px;
}

/*Condiciones de envío*/
.modal-content-frigorificos {
	max-height: 75vh;
	padding: 15px 1.2em;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 3em;
	font-size: 16px;
	text-align: justify;
}

.modal-content-frigorificos > p strong {
	font-weight: bold;
}

.footerFrigorificos {
	display: block !important;
}

.botonComprarFrigorificos {
	background: #ff7a00;
	color: #ffffff;
	padding: 11px;
	display: block;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	margin-right: 8%;
	margin-bottom: 3%;
	width: 150px;
	float: right;
}

.botonComprarFrigorificos:hover {
	background: #ff7a00cc;
}

.modalHeaderFrigorificos {
	margin-right: 80px !important;
	text-align: left;
}

.modalCloseFrigorificos {
	background: #ff7a00;
	color: #ffffff;
	padding: 11px;
	display: block;
	font-size: 20px !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
}

/* Seguimiento pedido */
.generic__info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
	background-color: white;
}

.generic__info__up__wrapper {
	position: relative;
	background-image: url(https://www.milar.es/estaticos/images/Milar/backgroundlayer_milar.svg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position-x: center;
}

.generic__info__up__forward-back {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	padding: 0 0 18px;
}

.tracking-number {
	text-decoration: none;
	color: #000000;
}

.generic__info__up__img {
	display: initial;
	height: 209px;
	width: 336px;
	position: relative;
	top: 85px;
	z-index: 2;
}

.generic__info__up__steps-section {
	height: 157px;
	width: 740px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	background-color: #f0f0f0;
	margin: auto;
	position: relative;
	transform: translateY(43px);
	padding: 1.5rem;
	box-sizing: border-box;
	z-index: 1;
}

.tracking__order__step__names {
	color: #303030;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	left: 25%;
	top: 5px;
}

.tracking__order__step {
	width: 25%;
	position: relative;
	margin-top: 27px;
}

.tracking__order__step::before,
.tracking__order__step::after {
	content: "";
	width: 50%;
	border-top: 2px solid rgba(79, 187, 2, 0.7);
	position: absolute;
	top: -20px;
}

.tracking__order__step::before {
	left: 0;

}

.tracking__order__step::after {
	right: 0;

}

.tracking__order__step__dot {
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	background-color: #303030;
	border-radius: 50%;
	position: absolute;
	top: -135%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.tracking__order__step.actual .tracking__order__step__dot {
	background: url("https://www.milar.es/estaticos/images/Milar/green-dot.svg");
	background-size: cover;
	width: 30px;
	height: 30px;
}

.tracking__order__step.not_visited .tracking__order__step__dot {
	background-color: #aaaaaa;

}

.tracking__order__step.actual {
	font-weight: bold;
}

.tracking__order__step.actual::before {
	border-top: 2px solid rgba(79, 187, 2, 0.7);

}

.tracking__order__step.actual::after {
	border-top: 2px dashed #aaaaaa;

}

.tracking__order__step.not_visited::before {
	border-top: 2px dashed #aaaaaa;

}

.tracking__order__step.not_visited::after {
	border-top: 2px dashed #aaaaaa;

}

.tracking__order__step:first-child::before {
	border: none;
}

.tracking__order__step:last-child::after {
	border: none;
}

.generic__info__down {
	width: 740px;
	border-radius: 8px;
	background-color: #f0f0f0;
	position: relative;
	top: 40px;
	margin-bottom: 50px;
}

.generic__info__down__wrapper {
	width: 574px;
	margin: auto;
	background-color: #ffffff;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	box-shadow: -4px -4px 10px 0 rgb(255 255 255 / 50%), 4px 4px 10px 0 rgb(0 0 0 / 15%);
}

.generic__info__down__main-text {
	color: #4fbb02;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	background-color: white;
	text-align: center;
	padding: 15px 0;
}

.generic__info__down__extended-text {
	color: #303030;
	font-family: 'Open Sans', arial;
	font-size: 16px;
	letter-spacing: -0.27px;
	line-height: 20px;
	padding: 30px 50px;
}

.generic__info__down__href-button {
	width: 244px;
	border-radius: 5px;
	background-color: #4fbb02;
	display: flex;
	align-items: center;
	margin: auto;
	position: relative;
	padding: 5px;
}

.generic__info__down__href-text {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.generic__info {
		padding: 20px 0 0;
	}

	.generic__info__up {
		height: 130px;
		width: 360px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-size: cover;
	}

	.generic__info__up__wrapper {
		background-size: contain;
	}

	.generic__info__up__img {
		display: initial;
		height: 100px;
		width: 160px;
		top: 30px;
	}

	.generic__info__up__forward-back {
		margin: 10px 0 0;
		font-size: 18px;
	}

	.generic__info__up__steps-section {
		height: 75px;
		width: 330px;
		transform: translateY(10px);
	}

	.tracking__order__step__names {
		font-size: 11px;
		left: 15%;
		top: 3px;
	}

	.tracking__order__step__dot {
		height: 10px;
		width: 10px;
	}

	.tracking__order__step.actual .tracking__order__step__dot {
		height: 20px;
		width: 20px;
	}

	.generic__info__down {
		width: auto;
		top: 147px;
		margin-bottom: 170px;
	}

	.generic__info__down__wrapper {
		width: 330px;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.generic__info__down__main-text {
		font-size: 18px;
	}

	.generic__info__down__extended-text {
		font-size: 12px;
		padding: 20px;
	}

	.generic__info__down__href-button {
		width: 180px;
		padding: 2px;
	}

	.generic__info__down__href-text {
		font-size: 12px;
		font-weight: 800;
	}
}

/* Formulario seguimiento envío */
.tracking-form {
	display: flex;
	height: 70vh;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.tracking-form__wrapper {
	display: flex;
	flex-direction: column;
	box-shadow: 4px 4px 10px 0 rgb(170 170 170 / 30%);
	background-color: #ffffff;
	padding: 50px;
	border-radius: 5px;
}

.tracking-form__title {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 20px;
}

.tracking-form__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.tracking-form__label {
	margin-right: 20px;
}

.tracking-form__row--button {
	display: flex;
	justify-content: center;
	height: 40px;
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.tracking-form {
		padding: 20px;
	}

	.tracking-form__title {
		font-size: 16px;
	}

	.tracking-form__row {
		font-size: 14px;
	}

	.tracking-form__row--button {
		height: 35px;

	}
}

/*********************************************** REMAQUETACION PASOS COMPRA ***************************************************/
.pasosCompra .sombra .wrap ul {
	display: flex;
}

/* == START CLEANSLATE == */
/*!
* This includes a subset of CleanSlate.
*
* ***IMPORTANT*** The only modifications to this code should be adding,
* removing or namespacing rules.
*
* CleanSlate
*   github.com/premasagar/cleanslate
*
*    An extreme CSS reset stylesheet, for normalising the styling of a container element and its children.
*
*    by Premasagar Rose
*        dharmafly.com
*
*    license
*        opensource.org/licenses/mit-license.php
*
*    v0.10.1
*/
[data-bv-rating] a,
[data-bv-rating] span,
[data-bv-rating] div,
[data-bv-rating] svg,
[data-bv-rating] path,
[data-bv-rating] polygon,
[data-bv-rating] button,
[data-bv-show="inline_rating"] a,
[data-bv-show="inline_rating"] span,
[data-bv-show="inline_rating"] div,
[data-bv-show="inline_rating"] svg,
[data-bv-show="inline_rating"] path,
[data-bv-show="inline_rating"] polygon,
[data-bv-show="inline_rating"] button {
	background-attachment: scroll !important;
	background-color: transparent !important;
	background-image: none !important; /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */
	background-position: 0 0 !important;
	background-repeat: repeat !important;
	border-color: black !important;
	border-color: currentColor !important; /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */
	border-radius: 0 !important;
	border-style: none !important;
	border-width: medium !important;
	bottom: auto !important;
	clear: none !important;
	clip: auto !important;
	color: inherit !important;
	counter-increment: none !important;
	counter-reset: none !important;
	cursor: inherit !important;
	direction: inherit !important;
	display: inline !important;
	float: none !important;
	font-family: inherit !important; /* As with other inherit values, this needs to be set on the root container element */
	font-size: inherit !important;
	font-style: inherit !important;
	font-variant: normal !important;
	font-weight: inherit !important;
	height: auto !important;
	left: auto !important;
	letter-spacing: normal !important;
	line-height: inherit !important;
	list-style-type: inherit !important; /* Could set list-style-type to none */
	list-style-position: outside !important;
	list-style-image: none !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	opacity: 1;
	outline: invert none medium !important;
	overflow: visible !important;
	padding: 0 !important;
	position: static !important;
	quotes: "" "" !important;
	right: auto !important;
	table-layout: auto !important;
	text-align: inherit !important;
	text-decoration: inherit !important;
	text-indent: 0 !important;
	text-transform: none !important;
	top: auto !important;
	unicode-bidi: normal !important;
	vertical-align: baseline !important;
	visibility: inherit !important;
	white-space: normal !important;
	width: auto !important;
	word-spacing: normal !important;
	z-index: auto !important;

	/* CSS3 */
	/* Including all prefixes according to http://caniuse.com/ */
	/* CSS Animations don't cascade, so don't require resetting */
	-webkit-background-origin: padding-box !important;
	background-origin: padding-box !important;
	-webkit-background-clip: border-box !important;
	background-clip: border-box !important;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	background-size: auto !important;
	-webkit-border-image: none !important;
	-moz-border-image: none !important;
	-o-border-image: none !important;
	border-image: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
	-webkit-column-gap: normal !important;
	-moz-column-gap: normal !important;
	column-gap: normal !important;
	-webkit-column-rule: medium none black !important;
	-moz-column-rule: medium none black !important;
	column-rule: medium none black !important;
	-webkit-column-span: 1 !important;
	-moz-column-span: 1 !important; /* doesn't exist yet but probably will */
	column-span: 1 !important;
	-webkit-column-width: auto !important;
	-moz-column-width: auto !important;
	column-width: auto !important;
	font-feature-settings: normal !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	-webkit-hyphens: manual !important;
	-moz-hyphens: manual !important;
	hyphens: manual !important;
	-webkit-perspective: none !important;
	-moz-perspective: none !important;
	-ms-perspective: none !important;
	-o-perspective: none !important;
	perspective: none !important;
	-webkit-perspective-origin: 50% 50% !important;
	-moz-perspective-origin: 50% 50% !important;
	-ms-perspective-origin: 50% 50% !important;
	-o-perspective-origin: 50% 50% !important;
	perspective-origin: 50% 50% !important;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important;
	text-shadow: none !important;
	-webkit-transition: all 0s ease 0s !important;
	transition: all 0s ease 0s !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	-webkit-transform-origin: 50% 50% !important;
	-moz-transform-origin: 50% 50% !important;
	-ms-transform-origin: 50% 50% !important;
	-o-transform-origin: 50% 50% !important;
	transform-origin: 50% 50% !important;
	-webkit-transform-style: flat !important;
	-moz-transform-style: flat !important;
	-ms-transform-style: flat !important;
	-o-transform-style: flat !important;
	transform-style: flat !important;
	word-break: normal !important;
}

[data-bv-rating] path,
[data-bv-rating] polygon {
	fill: currentColor !important;
}

[data-bv-show="inline_rating"] path,
[data-bv-show="inline_rating"] polygon {
	fill: currentColor !important;
}

/* == END CLEANSLATE == */
[data-bv-rating] .bv_main_container, [data-bv-show=inline_rating] .bv_main_container {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important
}

[data-bv-rating] .bv_main_container .bv_stars_button_container, [data-bv-show=inline_rating] .bv_main_container .bv_stars_button_container {
	overflow: hidden !important
}

[data-bv-rating] .bv_main_container .bv_stars_svg_no_wrap, [data-bv-show=inline_rating] .bv_main_container .bv_stars_svg_no_wrap {
	display: flex !important;
	align-items: center !important;
	white-space: nowrap !important
}

[data-bv-rating] .bv_main_container .bv_stars_svg_no_wrap svg:not(:last-child), [data-bv-show=inline_rating] .bv_main_container .bv_stars_svg_no_wrap svg:not(:last-child) {
	padding-right: 1px !important
}

[data-bv-rating] .bv_main_container .bv_averageRating_component_container, [data-bv-rating] .bv_main_container .bv_numReviews_component_container, [data-bv-show=inline_rating] .bv_main_container .bv_averageRating_component_container, [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container {
	display: flex !important;
	align-items: center !important;
	padding-left: 5px !important
}

[data-bv-rating] .bv_main_container .bv_text, [data-bv-show=inline_rating] .bv_main_container .bv_text {
	padding: .15em 0 0 0 !important;
	color: #000000 !important;
	font-size: 14px !important;
	font-family: "Open Sans", sans-serif !important;
	text-transform: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important;
	line-height: 19.5px !important
}

[data-bv-rating] .bv_main_container .bv-off-screen, [data-bv-show=inline_rating] .bv_main_container .bv-off-screen {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	padding: 0 !important;
	border: 0 !important
}

[data-bv-rating] .bv_hover, [data-bv-show=inline_rating] .bv_hover {
	border: 0 !important;
	background: transparent !important
}

[data-bv-rating] .bv_hover:hover, [data-bv-show=inline_rating] .bv_hover:hover {
	cursor: pointer !important
}

/*start class for payment iframe*/
.hidden {
	display: none !important;
}

.visible {
	display: block;
}

/*end class for payment iframe*/

.input_border_error_important {
	border-color: red !important;
}

.introCP img {
	display: initial;
	float: left;
}

.introCP span {
	text-decoration: underline;
	cursor: pointer;
}

.searchStoreBanner {
	font-size: 18px;
}

.filter_not_available {
	font-size: 14px;
}

#restricted {
	margin: auto;
	background: #ffffff;
	max-width: 100%;
	box-shadow: 3px 3px 18px 0 #f2eaf2;
	border-radius: 3px;
	z-index: 1000;
	font-family: 'Tien21';
	padding: 0 !important;
	position: fixed;
	border: 0;
	background-color: rgba(0, 4, 13, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#quitRestriction {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	padding: 5px;
	font-size: 14px;
	height: 25px;
	font-weight: 100;
	text-decoration: underline;
}

#restrictedText {
	position: relative;
	width: 355px;
	margin: auto;
	background: #ffffff;
	margin-top: 4%;
	padding: 2%;
	border-radius: 5px;
	font-family: 'Tien21';
	max-width: 100%;
}

.popup {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	font-family: Tien21;
}

.popupButton {
	float: right;
	margin-top: 10px;
	border-radius: 10px;
	background-color: green;
	color: white;
	font-family: Tien21;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* start SEM Whatsapp */

.c-bubble {
	position: fixed;
	bottom: 80px;
	left: 16px;
	background-color: #25d366;
	border-radius: 50%;
	z-index: 2;
}

.c-bubble__inner {
	padding: 10px;
}

.c-bubble__image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-bubble__image #whatsappFloatingResponsive {
	height: 41px;
}

.c-bubble__text {
	display: none;
}

.c-bubble__text p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
}

.c-bubble__text a#whatsappFloating {
	color: #ffffff;
	font-size: 18px;
}

@media (min-width: 768px) {
	.c-bubble {
		border-radius: 20px;
	}

	.c-bubble__inner {
		padding: 16px;
		display: flex;
		align-items: center;
	}

	.c-bubble__image {
		margin-right: 8px;
	}

	.c-bubble__text {
		display: initial;
	}

	.c-bubble::after {
		content: ' ';
		position: absolute;
		width: 0;
		height: 0;
		left: 0px;
		right: auto;
		top: auto;
		bottom: -16px;
		border: 16px solid;
		border-color: transparent transparent transparent #25d366;
	}
}

/* end SEM Whatsapp */