@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');

.milar #capaResultadoListadoProductos {
	float: left;
	width: 100%;
}

.milar #capaResultadoListadoProductos .listadoHeader {
	padding-bottom: 0;
	margin-bottom: 0;
}

.milar #capaResultadoListadoProductos .listadoHeader.sinMarca {
	margin: 10px 0;
}

.milar #capaResultadoListadoProductos .listadoHeader.sinMarca.listado-header-color {
	background-color: white;
}

.milar #capaResultadoListadoProductos .listadoHeader .wrap .borde {
	margin: 0;
	padding: 15px 0 20px 0;
	overflow: hidden;
	background: none;
}

.milar #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .dcha {
	background: none;
	text-align: left;
}

.milar #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .dcha h1 {
	margin-bottom: 0;
	margin-left: 1.8rem;
	text-transform: uppercase;
	font-size: 22px;
}

.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos {
	display: flex;
	align-items: flex-start;
	background-color: white;
	position: relative;
	overflow: hidden;
	padding: 0 15px;
}

.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos .wrap {
	display: flex;
	align-items: center;
	padding: 0;
	background-color: white;
	background-image: url(https://www.milar.es/estaticos/images/Milar/banner-listado-milar.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	z-index: 1;
}

.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos:before {
	width: 50%;
	content: '';
	background-color: #50ba00;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

@media (max-width: 768px) {
	.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .form__group input {
		flex: 0 0 calc(100%) !important;
		max-width: calc(100% - 40px) !important;
	}
}

/* sin CP */
.milar #capaResultadoListadoProductos .listadoHeader .position {
	position: relative;
}

.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos.sin-fondo {
	width: 70%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: initial;
}

@media (max-width: 768px) {
	.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos.sin-fondo {
		width: 100%;
		position: inherit;
		background-color: white;
		margin: auto;
	}
}

.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos.sin-fondo .wrap.sin-imagen {
	background-color: initial;
}

@media (max-width: 768px) {
	.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos.sin-fondo .wrap.sin-imagen {
		justify-content: flex-end;
	}
}

/* sin CP -- fin */

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode {
	flex: 0 0 30%;
	max-width: 30%;
	padding: 15px 0;
}

.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos .wrap.sin-imagen {
	display: flex;
	align-items: center;
	background-color: white;
	background-image: none;
}

.milar #capaResultadoListadoProductos .listadoHeader .sin-fondo.filtros-listado-productos:before {
	display: none;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .form__group {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .form__group {
		margin: 0 10px;
	}
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .form__group input {
	box-shadow: 0 2px 4px 0 #aaaaaa;
	display: block;
	line-height: 40px;
	height: 40px;
	border: 1px solid #50ba00;
	padding: 0 10px 0 40px;
	flex: 0 0 calc(100% - 90px);
	max-width: calc(100% - 90px);
	font-size: 13px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .form__group .localizacion-icon {
	position: absolute;
	height: 30px;
	width: 32px;
	margin-left: 8px;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode.active .form__group input {
	border-width: 2px;
	outline-color: #50ba00;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .form__group button {
	display: block;
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: #000000;
	color: #ffffff;
	font-weight: 600;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .3s;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .form__group button:hover {
	background: #000000;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .searchPromotionCodeText {
	margin-bottom: 10px;
	color: white;
	font-size: 16px;
	font-weight: 900;
	font-family: "Open Sans", sans-serif;
	white-space: nowrap;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .default_all_products_form_class {
	margin-bottom: 10px;
	color: white;
	font-size: 12px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .default_all_products_form_class .item {
	display: flex;
	align-items: center;
	margin: 5px 0;
	font-weight: normal;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .default_all_products_form_class .item input[type="radio"] {
	margin: 0 10px 0 0;
}

.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode .searchPromotionCodeText span {
	font-weight: bold;
}

.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros {
	flex: 0 0 70%;
	max-width: 70%;
	padding: 0px;
}

.milar #capaResultadoListadoProductos .listadoHeader.footerHeader .wrap-filtros {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0;
}

.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	float: none;
}

.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label {
	margin: 0 0 0 15px;
	display: flex;
	align-items: center;
	height: 40px;
	border: 1px solid #a9a9a9;
	line-height: 1;
	padding: 0 10px;
	background-color: white;
	border-radius: 0.385rem;
}

.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label img {
	flex: 0 0 25px;
	max-width: 25px;
	height: 15px;
	padding-right: 5px;
}

.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label select {
	flex: 0 0 calc(100% - 20px);
	max-width: calc(100% - 20px);
	padding: 0px;
	height: 20px;
	border-radius: 0;
	font-size: 14px;
	text-indent: 0px;
}

.milar #capaResultadoListadoProductos .holder {
	text-align: right;
	margin-top: 20px;
	width: 100%;
}

.milar .filtrosLaterales .total_prod {
	font-size: 14px;
	margin-top: 15px;
	line-height: 16px;
	background-color: #ffffff;
	padding: 10px;
}

.milar .wrap .listadoBody #itemContainer {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.milar .wrap .listadoBody .advise-box {
	float: left;
}

.milar .wrap .listadoBody .advise-box .advise-text {
	font-size: 14px;
	padding: 10px 15px;
	background-color: white;
	margin: 10px 0;
	border: solid 2px #50ba00;
}

.milar #capaResultadoListadoProductos .wrap-listadonuevo {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.milar #capaResultadoListadoProductos .wrap-listadonuevo .container.search_tags {
	padding: 0px;
}


.milar #capaResultadoListadoProductos .wrap-listadonuevo .filtrosLaterales {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 10px;
}

.milar #capaResultadoListadoProductos .wrap-listadonuevo .filtrosLaterales .checkListado {
	height: 35px;
	align-items: center;
	display: inline-flex;
	width: 100%;
}

.milar #capaResultadoListadoProductos .wrap-listadonuevo .listadoBody {
	flex: 0 0 80%;
	max-width: 80%;
	padding: 0 10px;
}

@media all and (max-width: 500px) {
	.milar #capaResultadoListadoProductos .listadoBody #itemContainer .producto .content .txt .detalleProducto .attributesValuesResponsive p {
		display: block !important;
		float: left;
		width: 100%;
		margin-top: 5px;
	}

	.milar .listadoBody .producto .container-etiequetas-promo .promocion {
		width: auto;
		border-radius: 0px;
	}

	.milar #capaResultadoListadoProductos .listadoBody #itemContainer a.btnComprar {
		width: 95%;
		display: block;
		height: 30px;
	}

	.milar #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprarNovedad, .milar #capaResultadoListadoProductos .listadoBody #itemContainer .btnComprar, .milar #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprar, .milar #capaResultadoListadoProductos .listadoBody #itemContainer .btnComprarOferta {
		height: 30px;
		border-bottom: 5px;
		line-height: 10px;
	}

	.promotion-immage {
		margin-top: -160px;
	}

}

.milar #capaResultadoListadoProductos .listadoBody #itemContainer li {
	margin: 1% 1% 5% 1% !important;
	padding: 0px;
	flex: 0 0 23%;
	max-width: 23%;
}

.milar #capaResultadoListadoProductos .listadoBody #itemContainer li .producto {
	position: relative;
	overflow: hidden;
	max-height: 675px;
	border-radius: 0.375rem;
	box-shadow: 0px 4px 4px 0px #0000000f;
	box-shadow: 0px 1px 76px 6px #0000000a;
	border: 1px solid var(--Border-Interactive-Card-Enabled, #bfc2c6)
}

@media all and (max-width: 425px) {
	.milar #capaResultadoListadoProductos .listadoBody #itemContainer li .producto {
		max-height: 750px;
		min-height: 100%;
	}
}

@media (max-width: 425px) {
	.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos .wrap {
		background-size: 230% 140px !important;
	}
}

.milar #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprarNovedad,
.milar #capaResultadoListadoProductos .listadoBody #itemContainer .btnComprar,
.milar #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprar,
.milar #capaResultadoListadoProductos .listadoBody #itemContainer .btnComprarOferta {
	width: calc(100% - 20px);
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 16px;
	height: 40px;
}

#capaResultadoListadoProductos .listadoBody #itemContainer .comprarOfertaText {
	position: absolute;
	font-size: 13px;
	bottom: 85px;
	padding: 0 10px;
	width: 90%;
}

@media all and (max-width: 425px) {
	#capaResultadoListadoProductos .listadoBody #itemContainer .comprarOfertaText {
		bottom: 55px;
	}
}

.promotionList {

}

.promotionList br {
	display: none;
}

.promotionList .promotion-title {
	font-weight: 600;
	margin: 0 0 10px;
}

.promotionList .promotion-title .postal-code {
	display: inline-block;
	padding: 8px 10px 5px 25px;
	margin-left: -25px;
	border-radius: 18px;
	border-left: none;
	font-weight: bold;
	color: white;
	background-color: black;
	font-family: 'Open Sans Condensed', sans-serif;;
	font-size: 14px;
}

.promotionList .promotion-title .postal-code__txt {
	text-transform: uppercase;
	margin: 10px 0;
	color: #303030;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	margin-left: 5px;
}

.promotionList .servicio-estandar {
	margin: 20px 0;
	font-family: 'Open Sans Condensed';
	text-transform: uppercase;
	font-weight: 900;
}

.promotionList .promotion-info-box {
	margin: 20px 0 15px 0;
}

.promotionList .promotion-info-box .receivetoday {
	background-color: #bfe6ad;
	display: block;
	padding: 5px 5px 5px 50px;
	border-radius: 5px 0px;
}

.promotionList .promotion-info-box .receivetoday:before {
	content: "";
	width: 50px;
	height: 20px;
	position: absolute;
	background: url('https://www.milar.es/estaticos/images/Milar/camion-veloz.svg') no-repeat;
	margin-left: -50px;
	margin-top: 0px;
}

.promotionList .promotion-info {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.promotionList .promotion-info .promotion-info-img {
	flex: 0 0 40px;
	max-width: 40px;
}

.promotionList .promotion-info .promotion-info-img img {
	max-width: 100%;
	height: 30px;
}

.promotionList .promotion-info .promotion-info-txt {
	flex: 0 0 calc(100% - 40px);
	max-width: calc(100% - 40px);
	color: #101010;
	margin-left: 5px;
}

.promotionList .promotion-info .promotion-info-txt .color {
	font-weight: bold;
	color: #4fbb02;
}

.promotionList .promotion-info .promotion-info-txt[id$="_1"] {
	color: #303030;
}

.promotionList .promotion-info .promotion-info-txt[id$="_3"] {
	color: #303030;
}

.promotionList .promotion-info .promotion-info-txt[id$="_5"] {
	color: #303030;
}

.promotionList .promotion-info .promotion-info-txt[id$="_7"] {
	color: #303030;
}

.promotionList .promotion_info_redirect a {
	color: #2f7000;
}

.listadoBody .descripcion-listado-productos {
	margin-bottom: 15px;
}

.listadoBody .descripcion-listado-productos .descripcion-listado-btn-menos,
.listadoBody .descripcion-listado-productos .descripcion-listado-btn-mas {
	background: none;
	border: 0px solid #008a1c;
	padding: 10px 15px 10px 55px;
	position: relative;
	color: #000c1a;
	border-radius: 25px;
	background-color: #ffffff;
}

.listadoBody .descripcion-listado-productos .descripcion-listado-btn-menos:before,
.listadoBody .descripcion-listado-productos .descripcion-listado-btn-mas:before {
	content: '\E90E';
	display: block;
	position: absolute;
	left: 15px;
	width: 18px;
	height: 24px;
	font-family: 'milar-icons';
	font-size: 18px;
}

.listadoBody .descripcion-listado-productos .descripcion-listado-btn-menos:before {
	content: '-';
	background: none;
}

.listadoBody .descripcion-listado-productos .descripcion-listado-btn-menos {
	text-align: left;
}

.milar #capaResultadoListadoProductos .listadoBody #itemContainer.splide__list .producto .content .imagen {
	padding-bottom: 60%;
	width: 100%;
}

.milar #capaResultadoListadoProductos .listadoBody #itemContainer.splide__list .producto .content .txt {
	width: 100%;
	margin: 0 0 65px;
}

.milar #capaResultadoListadoProductos .listadoBody #itemContainer .producto .content .txt .bloquePrecio .descuento {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.milar #capaResultadoListadoProductos .listadoHeader .holder a {
	border-left: 1px solid;
}

.milar #capaResultadoListadoProductos .listadoHeader .holder a:first-child {
	border-left: 0;
}

.milar #capaResultadoListadoProductos .button_show {
	display: flex;
	justify-content: flex-end;
	padding: 0
}

.milar #capaResultadoListadoProductos .show_out_zone {
	background: #fa6e03;
	color: #ffffff;
	padding: 10px;
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	border: 0px solid gray;
	margin-top: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.milar #capaResultadoListadoProductos .show_out_zone:hover {
	background: gray;
	color: white;
}

.wrap-filtros .info-paginacion {
	font-size: 14px;
	text-align: right;
	padding-top: 15px;
}

@media (max-width: 1230px) {
	.wrap {
		padding: 0 15px;
	}

	.milar header .gris .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1199px) {
	.milar #capaResultadoListadoProductos .listadoBody #itemContainer li {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media (max-width: 769px) {

	.milar .listadoCategoriasHead {
		margin: 0;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .dcha h1 {
		padding: 0 15px;
		margin: 0;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos {
		flex-wrap: wrap;
		padding: 0;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos .wrap {
		padding: 0 15px;
		background-size: 120% 140px;
		flex-wrap: wrap;
		background-position: top;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .searchPromotionCode {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 15px;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .filtros-listado-productos.sin-fondo .searchPromotionCode {
		padding: 0;
		margin: 0;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0px;
		margin-left: -15px;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros {
		margin: 0;
		width: auto;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros {
		width: 100%;
		padding: 0;
		z-index: 10;
		transition: bottom 0.3s ease-in-out;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros.sticky {
		position: fixed;
		bottom: -100px;
		bottom: 0;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label {
		margin: 0 0.5%;
		height: 42px;
		border-color: #8c9298;
		justify-content: center;
		width: 49%;
		border-radius: .375rem;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label.filtro-mostrar {
		display: none;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label img {
		flex: 0 0 30px;
		max-width: 30px;
		height: 20px;
		padding-right: 10px;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label select {
		background: none;
		flex: 0 0 calc(100% - 20px);
		max-width: calc(100% - 20px);
		width: auto;
		text-align: left;
		text-indent: 0;
		text-transform: uppercase;
		color: #000000;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros-lateral {
		border: 1px solid #8c9298;
		border-radius: .375rem;
		margin: 0 0.5%;
		width: 49%;

	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros-lateral img {
		flex: 0 0 20px;
		max-width: 20px;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros-lateral span {
		flex: 0 0 calc(100% - 20px);
		max-width: calc(100% - 20px);
		padding: 0 10px;
		text-align: left;
	}

	.milar #capaResultadoListadoProductos .wrap-listadonuevo {
		margin: 0 -15px;
	}

	.milar #capaResultadoListadoProductos .wrap-listadonuevo .filtrosLaterales {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
		margin: 0 0 15px;
	}

	.milar #capaResultadoListadoProductos .wrap-listadonuevo .listadoBody {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.milar #capaResultadoListadoProductos .listadoHeader .descripcion-listado-productos .dcha {
		background: none;
		padding: 0;
	}

	.milar #capaResultadoListadoProductos .listadoHeader .wrap-filtros .filtros label select {
		background: none;
	}

	.milar #capaResultadoListadoProductos .listadoBody #itemContainer li {
		flex: 0 0 100%;
		max-width: 100%;
		background: none;
	}

	.milar #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive li {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 30px !important;
	}

	.milar #capaResultadoListadoProductos .listadoBody #itemContainer li .producto {
		background: #ffffff;
	}
}


@media (max-width: 575px) {

	.milar .layout-reponsive {
		display: none;
	}

	.milar #capaResultadoListadoProductos .listadoBody #itemContainer li {
		flex: 0 0 100%;
		max-width: 100%;
		z-index: 0;
	}

	.milar #capaResultadoListadoProductos .listadoBody #itemContainer.layout-responsive li {
		flex: 0 0 100%;
		max-width: 100%;

	}
}

.bvrating {
	float: left;
	margin: 0px;
	margin-top: -15px;
	width: 130px;
}

.bv_stars_component_container {
	width: 75px;
	float: left;
}

.bv_avgRating_component_container {
	width: 24px;
	float: left;
	font-size: 12px;
}

.bv_numReviews_component_container {
	width: 24px;
	float: left;
	font-size: 12px;
}

@media (max-width: 766px) {
	.swipe-labels {
		padding: 0px;
	}

	.bvrating {
		position: initial;
	}

	.bv_main_container {
		display: block;
	}
}

/* Carousel */
.related_filters_info_text {
	color: #000000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
	margin: 10px 0;
}

.MultiCarousel {
	overflow: hidden;
	padding: 15px 30px;
	width: 100%;
	position: relative;
	background-color: white;
	margin-bottom: 30px;
	border-radius: 6px;
	box-shadow: 4px 4px 10px 0 rgb(170 170 170 / 40%);
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
	padding: 0 20px;
}

.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	margin: 10px;
	color: #666666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
	left: 5px;
	background-color: #4fbb02;
	color: white;
	border: 0;
	width: 35px;
	height: 35px;
}

.MultiCarousel .rightLst {
	right: 5px;
	background-color: #4fbb02;
	color: white;
	border: 0;
	width: 35px;
	height: 35px;
}

.MultiCarousel .fewFilters {
	display: none;
}

@media (max-width: 769px) {
	.MultiCarousel .fewFilters {
		display: block;
	}
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	color: white;

}

.button-left {

	color: white;
	font-weight: bold;
	font-size: 20px;
}

.button-right {

	color: white;
	font-weight: bold;
	font-size: 20px;

}

.listadoBody .search_tags .item {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 10px;
}

.pad15 {
	background-color: #dedfdf;
	border-radius: 35px;
	height: 30px;
	font-weight: 700;
}

.pad15 img {
	border: none;
	width: 140px !important;
	height: auto;
}

.pad15 p {
	color: black;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 10px;
}

.pad15 p:hover {
	border: 0px solid #4fbb02;
	color: #4fbb02;
}

.pad15 a {
	text-decoration: none;
}

.seemoreitems {
	font-size: 19px;
	font-family: 'Milarfont';
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	margin-top: 50px;
	padding: 0 15px;
	line-height: 30px;
	border: 3px solid #ffffff;
	border-radius: 10px;
	margin: 45px 6%;
	padding: 10px;
}

.show_out_zone {
	font-size: 14px;
	color: #ffffff;
	border: 0px;
	width: 100%;
	padding: 16px;
	font-family: 'Milarfont';
	text-transform: uppercase;
	font-weight: 600;
	bottom: 0px;
	position: absolute;
	margin-bottom: 10px !important;
	border-radius: 25px !important;
	width: 90% !important;
	margin: 5%;
}

.show_out_zone:hover {
	background-color: #e2271d;
}

#itemContainer .producto.lastitem {
	background-image: url(https://www.milar.es/estaticos/images/Milar/loadproducts.jpg) !important;;
	background-size: 100% !important;;
	min-height: 530px;
	cursor: pointer;
}

#itemContainer .producto.lastitem:hover {
	color: #e2271d;
}

/***BANNERS ASISTENTES***/
.asistentewrap {
	width: 100%;
	float: left;
	font-size: 20px;
	margin: 25px 0;
}

.asistenteimg {
	width: 20%;
	float: left;
}

.asistentecta {
	width: 25%;
	float: left;
	margin: 20px 0;
}

.asistentecta a {
	font-size: 16px;
	background-color: #c25400;
	color: #ffffff;
	border-radius: 25px;
	text-decoration: none;
	padding: 7px 20px;
	line-height: 35px;
	font-weight: 700;
}

.asistentecta a:hover {
	background-color: #ffffff;
	color: #c25400;
}

.asistentetxt {
	width: 55%;
	float: left;
	margin: 15px 0;
	font-weight: 600;
	line-height: 22px;
	padding: 0px 1%;
}

@media (max-width: 977px) {
	.asistenteimg {
		width: 20%;
	}

	.asistentecta {
		width: 30%;
		text-align: center;
	}

	.asistentetxt {
		width: 40%;
		padding: 0px 1%;
		font-size: 14px;
		line-height: 17px;
		margin: 0px;
	}
}

@media (max-width: 767px) {
	.asistenteimg {
		width: 30%;
	}

	.asistentecta {
		width: 100%;
		text-align: center;
	}

	.asistentetxt {
		width: 70%;
	}

	.asistentetxt p {
		font-size: 22px;
		line-height: 29px;

	}

	.bv_stars_component_container {
		width: 82px;
	}
}

@media (max-width: 500px) {
	.milar #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprarNovedad,
	.milar #capaResultadoListadoProductos .listadoBody #itemContainer .btnComprar,
	.milar #capaResultadoListadoProductos .listadoBody #itemContainer .botonComprar,
	.milar #capaResultadoListadoProductos .listadoBody #itemContainer .btnComprarOferta {
		height: 30px;
	}
}

@media (max-width: 450px) {
	.asistentetxt p {
		font-size: 16px;
		line-height: 20px;


	}
}

.discount_amount_producto {
	background-color: transparent;
	color: #ffffff !important;
	display: block;
	position: absolute;
	margin-top: -25px;

}

.discount_amount_producto span {
	background-color: #aa1017;
	letter-spacing: -1px;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 5px;
}

.discount_amount_producto p {
	color: #ffffff !important;
	font-size: 13px;
	line-height: 12px;
}

.web_exclusive_text {
	background-color: transparent;
	color: #ffffff !important;
	display: block;
	position: absolute;
	margin-top: -70px;
	margin-left: 8px;
}

.web_exclusive_text span {
	background-color: #000000;
	letter-spacing: -1px;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 5px;
}

.web_exclusive_text p {
	color: #ffffff !important;
	font-size: 13px;
	line-height: 12px;
}

@keyframes amount-shadow {
	0% {
		box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0);
		transform: scale(1);
	}
	50% {
		box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3);
		transform: scale(1.05);
	}
	100% {
		box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0);
		transform: scale(1);
	}
}

.expandirContraerCSS button {
	background-color: transparent;
	color: #000c1a;
	font-size: 14px;
	border: 0px;
	font-weight: 700;
}

.expandirContraerCSS button:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

.stock_info_fullbarr {
	border: 1px solid #e9e9e9;
	height: 14px;
	border-radius: 15px;
	background-color: #e9e9e9;
}

.stock_info {
	margin-bottom: 10px;
}

.stock_info_text {
	font-family: Milarfont;
	font-weight: 100;
	margin-bottom: 5px;
	font-size: 12px;
	min-height: 25px;
}

/*Estilos para el comparador de productos*/
.boolean_icon {
	width: 30px;
	height: 30px;
}

#itemContainer .check-box {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 15px;
}

#itemContainer .check-box input {
	margin-right: 8px;
	cursor: pointer;
}

.comparator_button_action {
	text-align: center;
}

.comparator_button_action_button {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #008a1ce5;
	color: white;
	border: none;
	height: 50px;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.comparator_button_action_button:hover {
	background: #2f7000;
}

/*ventana modal comparador*/
#modal {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	background-color: #d8e1e8fa;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__window {
	width: 95%;
	height: 95%;
	position: relative;
	background-color: white;
	padding: 4em 2em;
	overflow: scroll;
}

.hidden-popup {
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 450px) {
	.modal__window {
		width: 98%;
		height: 98%;
		padding: 4em 0;
		overflow-x: hidden;
	}
}

/*Estilos para el comparador de productos*/
.product_comparator_result {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Milarfont';
	font-size: 14px;
}

.attribute_info {
	display: grid;
	grid-template-rows: auto;
	min-width: 205px;
	max-width: 226px;

}

.generic_attribute {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 10px;
	font-weight: 600;
}

/* estilos carrusel en el comparador */
.product_comparator_result .MultiCarousel {
	overflow: hidden;
	position: relative;
	padding: inherit;
	width: inherit;
	background-color: transparent;
	margin-bottom: unset;
	border-radius: unset;
	box-shadow: none;
	width: 75%;
}

.product_comparator_result .MultiCarousel-inner {
	display: flex;
}

.product_comparator_result .MultiCarousel .MultiCarousel-inner .item > div {
	margin: unset;
	color: #000000;
}

.product_comparator_result .button-left, .button-right {
	border: none;
}

.product_comparator_result .leftLst {
	top: 85px;
	left: 0 !important;
	z-index: 1;
	background-color: unset;
	color: unset;
}

.product_comparator_result .rightLst {
	top: 85px !important;
	right: 40px !important;
	z-index: 1;
	background-color: unset;
	color: unset;
}

.product_comparator_result .leftLst img, .rightLst img {
	width: 35px;
}

@media (max-width: 768px) {
	.product_comparator_result .MultiCarousel {
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 450px) {
	.product_comparator_result .MultiCarousel {
		width: 95%;
		padding: 0 15px;
	}

	.product_comparator_result .MultiCarousel-inner .item {
		display: flex;
		justify-content: center;
	}

	.product_comparator_result #MultiCarousel1 {
		width: 100% !important;
		overflow-x: scroll;
	}

	.product_comparator_result #MultiCarousel1 .item:last-child {
		margin-right: 0;
	}

	.discount_amount_producto {
		margin-top: -75px;
	}
}

/* continuación de estilos de comparador */

.product_attribute, .product_info_photo, .product_info_buy, .product_info_name {
	padding: 10px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.attribute_info_product_number {
	grid-row: 1/2;
	height: 30px;
	padding: 10px;
}

.attribute_info_product_add {
	grid-row: 2/3;
	min-height: 208px;
	padding: 10px;
	color: #008a1c;
	cursor: pointer;
}

.attribute_info_product_add:hover {
	text-decoration: underline;
}

.attribute_info_product_back {
	grid-row: 3/5;
	padding: 10px;
}

.attribute_info_product_back_button {
	background-color: black;
	color: white;
	border: none;
	border-radius: 25px;
	padding: 10px 30px;
	font-weight: 700;
}

.product_info {
	min-width: 245px;
	max-width: 295px;
	display: grid;
	grid-template-rows: auto;
}

.product_info_remove {
	grid-row: 1/2;
	height: 30px;
	padding: 10px;
	text-align: right;
}

.product_info_remove img {
	width: 10px;
	cursor: pointer;
	margin-right: 45px;
}

.product_info_photo {
	display: flex;
	justify-content: center;
	grid-row: 2/3;
	height: 145px;
	padding: 10px;
}

.product_info_photo img {
	height: 135px;
	padding: 10px;
}

.product_info_buy {
	width: 100%;
	text-align: center;
	height: 60px;
}

.attribute_info_product_buy_button {
	width: 130px;
	background-color: #008a1c;
	padding: 10px 10px;
	text-align: center;
	margin: auto;
	border-radius: 25px;
	text-decoration: none;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

.product_info_name {
	color: #008a1c;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	line-height: 13px;

}

.bv_main_container_row_flex_c {
	display: flex;
}

.bv_stars_component_container_c {
	margin-right: 10px;
}

.bv_avgRating_component_container_c {
	margin-right: 10px;
}

.first_price_comparator {
	display: inline;
	margin-right: 20px;
	font-size: 20px;
	color: #e2271d;
	text-decoration: line-through;
}

.price_comparator {
	display: inline;
	font-size: 20px;
}

.attribute_comparator_mode {
	color: #008a1c;
	border: none;
	padding: 10px 30px;
	max-height: 40px;
	min-width: 145px;
	font-weight: 700;
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 20px;
}

.generic_attribute:nth-child(even) {
	background-color: #f3f8f4ef;
}

.other_attribute_comparator .generic_attribute:nth-child(odd) {
	background-color: transparent;
}

.other_attribute_comparator .generic_attribute:nth-child(even) {
	background-color: #f3f8f4ef;
}

.product_attribute:nth-child(odd) {
	background-color: #f3f8f4ef;
}

.other_attribute_comparator .product_attribute:nth-child(odd) {
	background-color: transparent;
}

.other_attribute_comparator .product_attribute:nth-child(even) {
	background-color: #f3f8f4ef;
}

@media (max-width: 768px) {

	.attribute_info {
		min-width: auto;
		max-width: none;
		width: 100%;
	}

	.attribute_info_product_add {
		min-height: auto;
	}

	.generic_attribute {
		color: #008a1c;
		width: 100%;
		justify-content: center;
		height: 28px;
		text-align: center;
	}

	.product_attribute, .product_info_photo, .product_info_buy, .product_info_name {
		flex-wrap: wrap;
	}

	.product_attribute {
		height: 70px;
	}
}

@media (max-width: 450px) {
	.product_info {
		min-width: 90px;
		max-width: 120px;
	}

	.product_info_photo img {
		height: 85px;
		padding: 5px;
	}

	.product_comparator_result .MultiCarousel .MultiCarousel-inner .item > div {
		max-width: fit-content;
	}

	.attribute_info {
		text-align: center;
	}
}

.buymilar {
	display: none;
}

.numbertime {
	float: left;
	margin-left: 1px;
}

.hours {
	float: left;
	margin: 0px 1px
}

.hours p {
	float: left;
	margin-left: 1px
}

.minutes span {
	float: left;
}

.minutes p {
	float: left;
	margin-left: 1px
}

.textbefore {
	float: left;
}

.textday {
	font-weight: 600;
}

.textday a {
	display: none;
}

/**MENSAJES EJES CONFIANZA**/
.listadoconfianza {
	background-color: #e5e5e5;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.listadoconfianza img.superior {
	position: relative;
	left: -120px;
	top: -28px;
}

.textoconfianzaeje {
	color: #000000;
	font-family: 'Milarfont';
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: 0px;
	padding: 30px 20px 0 20px;
	line-height: 22px;
	font-weight: 700;
}

.listadoconfianza img.convivencia {
	display: block;
	z-index: 1;
	position: absolute;
	text-align: center;
	margin: auto;
	top: 170px;
	left: 30px;
}

.listadoconfianza img.iconmilar {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.listadoconfianza img.iconinferior {
	position: absolute;
	position: absolute;
	left: 20px;
	bottom: 90px;
	z-index: 1;
}

.listadoconfianza img.faldoninferior {
	position: absolute;
	left: 0px;
	bottom: -50px;
}

@media (max-width: 768px) {
	.listadoconfianza img.faldoninferior {
		position: absolute;
		left: 0px;
		bottom: -50px;
		width: 100%;
	}

	.textoconfianzaeje {
		font-size: 26px;
		line-height: 40px;
		padding: 7%;
	}

	.listadoconfianza img.convivencia {
		left: 35%;
	}
}

/***DESRIPCIONES***/
.descripcion-listado-btn-mas {
	width: 100%;
}

.boxdescMilar {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding-top: 20px;
}

.boxdescMilar .rowdescMilar .left, .boxdescMilar .rowdescMilar .right {
	width: 50%;
	float: left;
}

.boxdescMilar .left img, .boxdescMilar .right img {
	width: 100%;
	height: auto;
	padding: 5%;
}

.boxdescMilar .left p, .boxdescMilar .right p {
	font-size: 16px;
	line-height: 24px;
	padding: 0% 5% 5% 5%;
	font-family: 'Milarfont';
}

.boxdescMilar .left li, .boxdescMilar .right li {
	font-size: 14px;
	line-height: 24px;
	padding: 0% 5% 12px 5%;
	margin-left: 20px;
}

.boxdescMilar .left li:before, .boxdescMilar .right li:before {
	content: "";
	background-image: url(https://www.milar.es/estaticos/images/Milar/descripciones/check.svg);
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	width: 20px;
	opacity: 1;
	z-index: 0;
	margin-left: -25px;
	margin-top: 6px;

}

.boxdescMilar .rowdescMilar {
	float: left;
}

.descripcion-listado-productos .descripcion-listado-texto .boxdescMilar a {
	color: #008a1c;
	text-decoration: underline;
	font-weight: 600;
}

.descripcion-listado-productos .descripcion-listado-texto .boxdescMilar h3 {
	color: #008a1c;
	font-family: 'Milarfont';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 5%;
	text-transform: uppercase;
	line-height: 24px;

}

.descripcion-listado-productos .descripcion-listado-texto .boxdescMilar .titulos {
	color: #008a1c;
	font-family: 'Milarfont';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 5%;
	text-transform: uppercase;
	line-height: 24px;
}

@media (max-width: 600px) {
	.boxdescMilar .rowdescMilar {
		display: grid;
	}

	.boxdescMilar .rowdescMilar .left, .boxdescMilar .rowdescMilar .right {
		width: 100%;
		float: left;
	}

	.boxdescMilar .rowdescMilar.par .left {
		order: 1;
	}

	.boxdescMilar .rowdescMilar.par .right {
		order: 2;
	}

	.filter_not_available {
		line-height: 26px;
	}
}

.fast_delivery p:before {
	content: "";
	background-image: url(https://www.milar.es/estaticos/images/Milar/Time.svg);
	background-repeat: no-repeat;
	height: 20px;
	position: absolute;
	width: 20px;
	opacity: 1;
	z-index: 0;
	margin-left: -22px;
	background-size: 20px;
	margin-top: 1px;
}

.fast_delivery p {
	padding-left: 30px;
}

button.fast_delivery {
	border: 0px;
	background: none;
	cursor: pointer;
}

.filter_not_available {
	font-size: 14px;
	line-height: 14px;
	padding-left: 30px;
}

.filter_not_available:before {
	color: #e2271d;
	content: '\E90D';
	font-size: 14px;
	line-height: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
	border: 2px solid #a9a9a9 !important;
	padding: 2px 2px;
	background-color: #ffffff;
	font-family: 'milar-icons';
	border-radius: 2px;
	margin-right: 10px;
	margin-left: -30px;
}

/* product page with shop info*/

.c-product-list-filters__results-text {
	padding: 1.75rem 0;
	text-align: center;
	color: #030712;
}

.c-product-list-intro--icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.c-product-list-intro--icon h1 {
	font-size: 1.5rem;
	line-height: 2.375rem;
	font-weight: 700;
}

.c-product-list-intro--icon .icon {
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 1.75rem 0.25rem 0;
}


.c-product-list__shopInfo {
	width: 100%;
	background-color: #e6e7e8;
	border-radius: .5rem;
	padding: 1rem;
	margin-bottom: 1.25rem;
	display: inline-flex;
	gap: 1.5rem;
	align-items: center;
	position: relative;

}

.c-product-list__wrap {
	display: flex;
	gap: 1rem;
}

.c-product-list-intro--icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.c-product-list-intro--icon .icon {
	font-size: 1.75rem;
	font-weight: bold;
	margin-right: 1rem;
}

.c-product-list__shopInfo__details {
	padding-right: 1rem;
}

.c-product-list__shopInfo__details .c-button__link .icon {
	width: 15px;
	margin-right: 5px;
}

.c-product-list__shopInfo__name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

.c-product-list__shopInfo__address {
	margin-bottom: 5px;
	font-size: 12px;
}

.c-product-list__shopInfo__tel {
	display: flex;
	align-items: center;
	font-size: .8rem;
	font-weight: 700;
}

.c-product-list__shopInfo__img {
	width: 120px;
	margin-bottom: 1.5rem;
}

.c-product-list__shopInfo__img img {
	width: 100%;
	height: auto;
	border-radius: .25rem;
}

@media (min-width: 425px) {

	.c-product-list__shopInfo-wrap {
		display: flex;
		justify-content: flex-end;
	}

	.c-product-list__shopInfo {
		width: 50%;
		margin-top: 2rem;
	}

	.c-product-list__shopInfo__details {
		font-size: 0.9rem;
		text-align: left;
	}

	.c-product-list__shopInfo__img {
		margin-bottom: 0;
	}
}


@media (min-width: 769px) {
	.c-product-list-filters__results-text {
		text-align: left;
	}

	.c-product-list-intro--icon h1 {
		font-size: 2.25rem;
		line-height: 2.375rem;
		font-weight: 700;
	}

}


