/******** VARIABLES *************/
/******** MIXINS *************/
/******** FUENTES *************/
/******** VARIABLES *************/
/******** MIXINS *************/
/******** FUENTES *************/
/**************** estilos comunes ************/
a:not([href]):not([tabindex]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (min-width: 1200px) {
	.productTab .container {
		width: 100%;
	}
}

.productTab .image {
	width: 100%;
}

.shopstock {
	text-align: left;
	line-height: 14px;
	font-size: 14px;
}

/*************************** INFO PRODUCT **************************/
h1 {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Número de líneas que quieres mostrar */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.dataProduct {
		padding: 0 0 3rem 0;
	}
}

.dataProduct .envioGratis {
	background: #d30d1f;
	line-height: 19px;
	font-size: 12px;
	font-weight: 800;
	color: #ffffff;
	float: left;
	position: absolute;
	letter-spacing: 0px;
	padding: 3px 11px;
	border-radius: 0px 0px 8px 0px;
}

.dataProduct__infoProduct {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dataProduct__infoProduct .info-description {
	margin: 0 0 1rem;

}

.dataProduct__infoProduct .info-description .description-tech .description-tech-text {
	position: relative;
	margin-top: .5rem;
	margin-bottom: .5rem;
	line-height: 1.8rem;
}

.dataProduct__infoProduct .info-description .description-moreInfo {
	display: block;
	text-decoration: underline;
}

.dataProduct__infoProduct .info-description .description-moreInfo:hover {
	text-decoration: none;
}

.dataProduct__infoProduct .store_button .store_button__link {
	color: #4fbb02;
}

.dataProduct__infoProduct .store_button .store_button__link_icono {
	margin: 0 10px;
	height: 20px;
}

.dataProduct__infoProduct .info-campaignLogo img {
	display: initial;
	width: 100%;
}

.dataProduct__infoProduct .info-garantia {
	margin: 0 0 2rem;
	padding: 2rem 0rem;
	border-bottom: 0.1rem solid #f0f0f0;
}

.garantiaTresCell .garantiaTres {
	padding: 26px 0;
}

.dataProduct__infoProduct .info-garantia .extendida .image,
.dataProduct__infoProduct .info-garantia .duracion .image {
	float: left;
	width: 8rem;
	margin-right: 1rem;
	height: auto;
}

.dataProduct__infoProduct .info-garantia .extendida {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 24rem;
	margin: 1rem auto;
}

.dataProduct__infoProduct .info-garantia .extendida .image {
	width: 4.8rem;
}

.dataProduct__infoProduct .info-garantia .extendida .text {
	text-align: left;
	line-height: 1.8rem;
}

.dataProduct__infoProduct .info-garantia .extendida .text p {
	margin: 0;
}

.dataProduct__infoProduct .info-garantia .row {
	margin: 0;
}

.dataProduct__infoProduct .info-garantia .col-md-6 {
	padding: 0;
}

.dataProduct__infoProduct .info-garantia .duracion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
	margin: auto;
}

.dataProduct__infoProduct .info-garantia .duracion .image-ok {
	border-radius: 2rem;
	width: 1.9rem;
	height: 1.9rem;
}

.dataProduct__infoProduct .info-garantia .duracion strong {
	text-align: center;
	padding: 0 1rem;
}

.dataProduct__infoProduct .postalcode-box {
	border: 0px;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #ffffff;
	float: left;
	width: 100%;
}

.dataProduct__infoProduct .postalcode-box-extra-info img {
	display: initial;
	padding: 7px;
}

.dataProduct__infoProduct .postalcode-box .form__group span {
	display: block;
	padding: 15px;
	font-size: 14px;
	color: #212529;
}

.dataProduct__infoProduct .postalcode-box .postalcode-box-extra-info {
	margin-bottom: 10px;
	background-color: #e9f0f6;
	border-radius: 30px 0 30px 0;
}

.dataProduct__infoProduct .postalcode-box .form__group .link {
	font-size: 14px;
	padding: 5px 15px;
	color: #ffffff;
	border-radius: .5rem;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	margin: 4px 0 0 -169px;
	cursor: pointer;
	transition: .2s;
	border-radius: 25px;
	background-color: #000000;
	border: 0px;
	width: 164px;
	height: 36px;
	position: absolute;
	text-transform: uppercase;
	line-height: 24px;
}

@media screen  and (max-width: 600px) {
	.dataProduct__infoProduct .postalcode-box .form__group .link {
		width: 90px;
		margin-left: -95px;
	}
}

.dataProduct__infoProduct .postalcode-box .form__group .link:hover {
	color: #ffffff;
	background-color: #337a00;
}

.dataProduct__infoProduct .postalcode-box .form__group .input {
	padding: 3px 15px 3px 45px;
	position: relative;
	animation-name: input-shadow;
	animation-duration: 2s;
	animation-iteration-count: 3;
	border: 1px solid #aaaaaa;
	border-radius: 25px;
	margin: 0px 0px 15px 15px;
	width: 80%;
	max-width: 470px;
	height: 45px;
	font-size: 14px;
	color: #212529;

}

@keyframes input-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);
	}
}

.info-financiacion .financiacion {
	font-family: 'Open Sans';
	font-size: 15px;

}

.info-financiacion .financiacion a {
	color: #6f46ad;
	text-decoration: none;
	float: left;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 0px 9px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 600;
}

.info-financiacion {
	float: left;
	margin-bottom: 20px;
	border-color: #2e5ff3;
	border: 3px;
	padding: 24px;
	margin-top: 0px;
	background: linear-gradient(to right, #e40013 -20%, #9b2d70 20%, #2e5ff3 100%);
	border-radius: 30px 0px 30px 0;
}

.jo1ncell {
	float: left;
	padding: 0px;
}

.garantiaTresCell {
	text-align: center;
	float: left;

}

.garantiaTresCell .info-garantia {
	background: #e6e7e8;
	border-radius: 5px;
}

.garantiaTresCell p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail .icon-box {
	width: 20%;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail .icon-box .image {
	height: 80px;
	width: auto;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail .postalcode-txo {
	width: 80%;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail {
	padding: 20px;
	display: flex;
	align-items: center;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail .searchPromotionCodeTextProductDetail {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin: 0 15px;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail .form__group {
	background-color: #4fbb02;
	display: flex;
	align-items: center;
	margin: 10px auto;
	width: 250px;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail .form__group .searchPromotionCodeInputProductDetail {
	width: 85%;
	border: solid 1px #4fbb02 !important;
	font-size: 12px;
	text-align: center;
	height: 36px;
}

.dataProduct__infoProduct .postalcode-box .searchPromotionCodeProductDetail .form__group .link {
	width: 15%;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dataProduct__infoProduct .postalcode-box .promotion-title {
	font-size: 14px;
	font-weight: 600;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail {
	font-size: 12px;
	padding: 10px;
	line-height: 15px;
	margin-bottom: 20px;
	width: 100%;
	margin: 15px auto 25px;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .item {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 5px solid whitesmoke;
	padding: 10px 0;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .item .promotion-info-img {
	display: initial;
	height: 50px;
	max-width: 100%;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .promotion-info-img {
	display: initial;
	max-width: 50px;
	float: left;
	width: 30px;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .promotion-info {
	height: 35px;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .promotion-info-txt {
	float: left;
	margin-left: 10px;
	line-height: 28px;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .servicio-estandar {
	font-family: 'Open Sans Condensed';
	font-weight: 900;
	text-transform: uppercase;

}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .item p {
	margin: 0 0 0 15px;
	font-size: 14px;
	font-weight: 600;
}

.postalcode-box-extra-info__price {
	color: #008101;
	font-weight: 900;
}

.dataProduct__infoProduct .postalcode-box .postalcode-box-extra-info {
	font-size: 18px;
}

@media (min-width: 768px) {
	.dataProduct__infoProduct .postalcode-box .promotionResultProductDetail .item p {
		margin: 5px 0 5px 15px;
	}
}

@media (max-width: 450px) {
	.dataProduct__infoProduct .postalcode-box .form__group .input {
		width: 90%;
	}

	.postalcode-box-extra-info img {
		display: initial;
		max-width: 65px;
	}

	.dataProduct__infoProduct .postalcode-box .postalcode-box-extra-info {
		font-size: 12px;
	}

}

.postalcode-box .form__group {
	background-color: #e7f2e5;
	border-radius: 0 30px 0 30px;

}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductsInfo {
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid whitesmoke;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductIndividualInfo {
	flex: 1;
	margin: 2rem .5rem;
	max-width: 33%;
}

@media (max-width: 768px) {
	.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductIndividualInfo {
		max-width: 50%;
		margin: 2rem 1rem;
	}
}

@media (max-width: 425px) {
	.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductIndividualInfo {
		max-width: 100%;
		margin: 2rem 3rem;
	}
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImageDetail {
	display: flex;
	align-items: center;
	height: 150px;
	justify-content: left;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImage {
	margin-right: .5rem;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImage img {
	display: initial;
	max-height: 70px;
	width: 55px;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoDetail {

}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoDetail .relatedProductInfoDetailTitle {
	flex-wrap: wrap;
	font-size: 12px;
	font-family: 'Open Sans', "sans-serif";
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoDetail .relatedProductInfoDetailAttribute {
	font-weight: bold;
	flex-wrap: wrap;
	font-size: 12px;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoDetail .relatedProductInfoDetailPrice {
	font-weight: bold;
	font-size: 16px;
	font-family: 'Open Sans', "sans-serif";
	margin-top: 1.5rem;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoDetail p {
	margin: 0;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImageButton {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImageButton button {
	font-size: 1rem;
	line-height: 2rem;
	background-color: #4fbb02;
	border: 0.2rem solid #4fbb02;
	color: #ffffff;
	border-radius: .5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 3rem;
	font-family: 'Open Sans', "sans-serif";

}

.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImageButton button:hover,
.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImageButton button:active,
.dataProduct__infoProduct .postalcode-box .promotionResultProductDetailRelatedProducts .relatedProductInfoImageButton button:focus {
	color: #0260a7;
	background-color: #ffffff;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	text-decoration: none;
}

.dataProduct__infoProduct .info-shippingType {
	margin: 0 0 2rem;
	border-bottom: 0.1rem solid #f0f0f0;
	padding: 1.5rem;
	display: none;
}

.dataProduct__infoProduct .info-shippingType__listado {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dataProduct__infoProduct .info-shippingType .shippingType {
	padding: 0;
	margin-bottom: 1rem;
	width: 100%;
}

@media (max-width: 425px) {
	.dataProduct__infoProduct .info-shippingType .shippingType {
		margin: 1rem 0rem;
	}
}

.dataProduct__infoProduct .info-shippingType .shippingType .link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: .7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 3.5rem;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link.no-disponible {
	cursor: default;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link.no-disponible .aviso-disponibilidad {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link.no-disponible .aviso-disponibilidad span {
	border-radius: 20px;
	padding: 5px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.1rem;
	width: 80%;
	max-width: 150px;
	line-height: 16px;
	text-align: center;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .icon-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .icon-box .image {
	display: block;
	margin: .5rem auto;
	width: 100%;
	height: auto;
	max-width: 5rem;
}

@media (min-width: 992px) {
	.dataProduct__infoProduct .info-shippingType .shippingType .link .icon-box .image {
		width: 4rem;
	}
}

@media (min-width: 992px) {
	.dataProduct__infoProduct .info-shippingType .shippingType .link .icon-box .image--horizontal {
		width: 6.5rem;
		margin: .5rem auto;
	}
}

@media (min-width: 992px) {
	.dataProduct__infoProduct .info-shippingType .shippingType .link .icon-box .image--horizontal-dcha {
		width: 6.5rem;
	}
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .image-info {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-info {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
	line-height: 1.6rem;
}

@media (min-width: 768px) {
	.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-text {
		text-align: center;
	}
}

.dataProduct__infoProduct .info-guaranteePrice .brandB {
	background: #ffffff;
	padding: 10px;
	text-transform: uppercase;
	color: #93262c;
	font-weight: 800;
}

.dataProduct__info-promociones {
	padding: 0;
	margin-bottom: 0;
	width: 100%;
}

.dataProduct__info-promociones--izda {
	padding: 0 1.5rem;
	width: 95%;
	margin: auto;
}

@media (min-width: 768px) {
	.dataProduct__info-promociones--izda {
		width: 100%;
	}
}

.dataProduct__info-promociones .title {
	margin-bottom: 2rem;
}

.dataProduct__info-promociones .listado {
	list-style: none;
	padding-left: 0;
}

.dataProduct__info-promociones .listado .item {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 16px;
}

.dataProduct__info-promociones .listado .item .ventaja {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans';
	float: left;
	width: calc(100% - 60px);
	padding-left: 15px;
	margin-bottom: 0px;
}

.dataProduct__info-promociones .listado .item .ventaja.link {
	text-decoration: underline;
	font-weight: 600;
}

.dataProduct__info-promociones .listado .item .ventaja.link:hover {
	text-decoration: none;
}

.dataProduct__info-promociones .listado .item .image {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 5px;
	margin-top: 4px;
}

.dataProduct__info-promociones .listado .item .image--horizontal {
	width: 5rem;
}

.dataProduct__info-promociones--left {
	padding: 0 1.5rem;
}

/****************************** BANNER ******************************/
.banner-dest {
	margin: 4rem 0;
}

.banner-dest .image {
	width: 100%;
}

.cross-selling__type .title {
	min-height: 3.7rem;
	padding-left: 1.5rem;
	text-transform: uppercase;
}

.cross-selling__type .listado {
	padding-left: 1rem;
	list-style: none;
}

.cross-selling__type .listado li {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
}

.cross-selling__type .listado li a::before {
	content: '';
	width: 1.5rem;
	height: .3rem;
	position: absolute;
	top: .7rem;
	left: 0;
}

@media (min-width: 768px) {
	.dataProduct {
		position: relative;
	}

	.dataProduct__slider .barra-caracteristicas {
		padding: 0 2rem 1.5rem;
	}

	.dataProduct__slider .barra-caracteristicas .listado .item {
		padding-top: 0;
	}

	.dataProduct__slider.scroll-on {
		position: absolute;
		z-index: 1;
	}

	.dataProduct__infoProduct .info-campaignLogo {
		width: 50%;
	}

	.dataProduct__infoProduct .info-description .description-tech {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.dataProduct__infoProduct.scroll-on {
		float: right;
	}

	.tabs {
		padding: 0;
	}

	.tabs .tabs-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabs__description .text ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}

	.tabs__description .text ul li {
		position: relative;
	}


	.tabs__description .text ul li:nth-child(even) {
		margin-right: 0;
	}

	.tabs__description .text ul li:nth-child(even)::after {
		display: none;
	}

	.tabs__description .text .col-sm-6 {
		padding-left: 3rem;
		padding-right: 1.5rem;
	}

	.tabs__description .text .tooltip.active:after {
		width: 30rem;
	}

	.tabs__description .description-content {
		padding-bottom: 0;
		position: relative;
	}

	.tabs__description .description-content:after {
		content: '';
		position: absolute;
		width: 1px;
		height: 90%;
		/* background: #CDCCCD; */
		top: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.description-shop {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 6rem;
		column-gap: 10rem;
	}

	.description-supplier {
		padding-bottom: 30px;
	}
}

@media (min-width: 992px) {

	.dataProduct__infoProduct .info-shippingType .shippingType {
		padding: 0 1rem;
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.dataProduct__infoProduct .info-shippingType .shippingType:last-child {
		padding: 0 0 0 1rem;
	}

	.dataProduct__infoProduct .info-shippingType .shippingType:first-child {
		padding: 0 1rem 0 0;
	}

	.dataProduct__infoProduct .info-shippingType .shippingType .link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 1rem;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.tabs .tabs-title {
		padding: 0;
	}
}

.custom-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	display: block;
}

.custom-object-fit .featured-image {
	opacity: 0;
}

/************* CREDIYA ****************/
.crediya_details_products {
	border: none;
	width: 100%;
	height: 280px;
}

@media (min-width: 400px) {
	.crediya_details_products {
		height: 230px;
	}
}

@media (min-width: 768px) {
	.crediya_details_products {
		height: 270px;
	}
}

@media (min-width: 992px) {
	.crediya_details_products {
		height: 210px;
	}
}


.dataProduct__slider .barra-caracteristicas {
	margin-top: 2rem;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.dataProduct__slider .barra-caracteristicas .listado {
	padding-left: 0;
}

.dataProduct__slider .barra-caracteristicas .listado .item {
	width: 80px;
	height: 80px;
	margin-right: .75rem;
}

.dataProduct__infoProduct .info-title .oferta {
	font-family: 'Open Sans', "sans-serif";
	font-size: 1.8rem;
	border-left: 1rem solid #4fbb02;
	background-color: #f0f0f0;
	color: #4fbb02;
	text-transform: uppercase;
	padding: .5rem 3rem;
	border-radius: 0;
}

.dataProduct__infoProduct .info-description .description-tech {
	padding-left: 0;
	list-style: none;
}

.dataProduct__infoProduct .info-description .description-tech .description-tech-text {
	font-family: 'Open Sans', "sans-serif";
	padding-left: 0;
	color: #505050;
}

.dataProduct__infoProduct .info-description .description-tech .description-tech-text::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #4fbb02;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	font-size: 2rem;
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1.5rem;
	/* Also needed for space (tweak if needed) */
	margin-left: -1rem;
	/* Also needed for space (tweak if needed) */
}

.dataProduct__infoProduct .info-description .description-moreInfo {
	color: #979797;
	font-family: 'Open Sans', "sans-serif";
	margin-top: 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.1rem;
}

.dataProduct__infoProduct .info-garantia .extendida .text {
	font-family: 'Open Sans', "sans-serif";
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.95rem;
}

.dataProduct__infoProduct .info-garantia .extendida .text strong {
	font-family: 'Open Sans', "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.7rem;
}

.dataProduct__infoProduct .info-garantia .duracion {
	background-color: #f0f0f0;
	border-bottom: 0.3rem solid #4fbb02;
	font-family: 'Open Sans', "sans-serif";
	color: #4a4a4a;
	font-size: 1.5rem;
}

.dataProduct__infoProduct .info-garantia .duracion input[type=checkbox] {
	display: none;
}

.dataProduct__infoProduct .info-garantia .duracion input[type=checkbox] + label {
	width: 5rem;
	height: 5rem;
	position: relative;
	cursor: pointer;
}

.dataProduct__infoProduct .info-garantia .duracion input[type=checkbox] + label::before {
	content: "";
	background-color: white;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dataProduct__infoProduct .info-garantia .duracion input[type=checkbox]:checked + label:before {
	content: " ";
	background: url(https://www.milar.es/estaticos/images/icons/icon-ok.svg) center center no-repeat white;
	background-size: 100%;
}

.dataProduct__infoProduct .info-garantia .duracion span {
	color: #000000;
	font-size: 2rem;
}

.dataProduct__infoProduct .info-shippingType .shippingType {
	/* HIDE RADIO */
	/* IMAGE STYLES */
}

.dataProduct__infoProduct .info-shippingType .shippingType [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.dataProduct__infoProduct .info-shippingType .shippingType [type=radio] + .link {
	cursor: pointer;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	border: .4rem solid transparent;
}

.dataProduct__infoProduct .info-shippingType .shippingType [type=radio] + .link.active {
	border: 0.4rem solid #4fbb02;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.dataProduct__infoProduct .info-shippingType .shippingType [type=radio] + .link.active.no-disponible {
	border: .4rem solid transparent;
	cursor: default;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link {
	background-color: #f0f0f0;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link.no-disponible .aviso-disponibilidad span {
	border: 1px solid #fa6e03;
	font-family: 'Open Sans', "sans-serif";
	color: #4a4a4a;
	background-color: #f0f0f0;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-info {
	font-family: 'Open Sans', "sans-serif";
	color: #4a4a4a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.1rem;
	text-align: center;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-info p {
	margin: 0 1rem;
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-info .envio {
	white-space: nowrap;
}


@media (max-width: 425px) {
	.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-info .envio {
		margin-left: 2rem;
	}
}

.dataProduct__infoProduct .info-shippingType .shippingType .link .shippingType-text {
	font-family: 'Open Sans', "sans-serif";
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.65rem;
	margin: 0 1rem
}


.dataProduct__info-promociones .title {
	font-family: 'Open Sans', "sans-serif";
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.7rem;
}

.dataProduct__info-promociones .listado .item {
	background-color: #e6e7e8;
	border-radius: 8px;
	float: left;
	width: 100%;
	display: block;
	position: relative;
}

.dataProduct__info-promociones .listado .item .ventaja a {
	font-family: 'Open Sans', "sans-serif";
	color: #000000;
	font-size: 14px;
	line-height: 2.1rem;
}

.dataProduct__info-promociones .listado .item .ventaja a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.priceFixed {
	background: #ffffff;
}

.priceFixed .price {
	font-family: 'Open Sans', "sans-serif";
	font-size: 32px;
	line-height: 4.8rem;
	white-space: nowrap;
}

.tabs .tabs-title .item__text {
	font-family: 'Open Sans', "sans-serif";
	font-size: 14px;
}

.tabs .tabs-title .item__text span {
	border-bottom: 0.6rem solid #cdcccd;
}

.tabs .tabs-title .item__text.active span {
	border-bottom: 0.6rem solid #4fbb02;
}

.tabs__description .dropdown-title {
	font-family: 'Open Sans', "sans-serif";
	font-size: 14px;
	line-height: 2.1rem;
	position: relative;
	padding-top: 16px;
	font-weight: 600;
	background-color: #ffffff;
	border-top: 1px solid #bfc2c6;
}

.tabs__description .dropdown-title::after {
	content: "";
	background-image: url(https://www.milar.es/estaticos/images/Milar/icons/arrow.svg);
	width: 45px;
	height: 45px;
	background-size: 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	right: 0;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tabs__description .dropdown-title.active::after {
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	right: -1px;
}

.tabs__description .text .title {
	font-family: 'Open Sans', "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.7rem;
}

.tabs__description .text .subtitle {
	font-family: 'Open Sans', "sans-serif";
	font-size: 20px;
	font-size: 2rem;
	line-height: 3rem;
	color: #4fbb02;
}

.tabs__description .text p, .tabs__description .text ul {
	font-family: 'Open Sans', "sans-serif";
	font-weight: 100;
}

.tabs__description .text ul li {
	border-bottom: 0.1rem solid #ffffff;
	font-family: 'Open Sans', "sans-serif";
}

.tabs__description .text strong {
	font-family: 'Open Sans', "sans-serif";
	font-weight: 600;
}

.tabs__description .text .tooltip {
	background-color: #4fbb02;
}

.tabs__description .text .tooltip.active:before {
	border-top-color: #50ba00;
	border-bottom-color: #50ba00;
	border-width: 6px 6px 0 6px;
	bottom: 5px;
	left: 17px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tabs__description .text .tooltip.active:after {
	border: 1px solid #50ba00;
	color: #000000;
	font-family: 'Open Sans', "sans-serif";
	text-shadow: none;
}

.tabs__description .text .tooltip:hover {
	background-color: #4fbb02;
}

.tabs__description .description-content h3 {
	color: #4fbb02;
}

.tabs__description .description-content .claim-description .title {
	font-family: 'Open Sans', "sans-serif";
}

.tabs__description .description-content .claim-description .subtitle {
	font-family: 'Open Sans', "sans-serif";
	font-weight: 600;
}

.cross-selling__type .title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.7rem;
	border-bottom: 0.2rem solid #4fbb02;
	color: #4fbb02;
}

.cross-selling__type .listado li::before {
	background-color: #4fbb02;
}

.cross-selling__type .listado li a {
	color: #4a4a4a;
}

.milar .semantic-content {
	overflow-y: auto;
}

.milar .semantic-content::before {
	display: none;
}

.milar .semantic-content.modal {
	visibility: visible;
	transform: none;
	opacity: 1;
}

.milar .semantic-content .modal-inner {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 10px;
}

.milar .semantic-content .modal-inner {
	background: #ffffff;
	border: none;
	width: 95%;
	max-width: 500px;
	margin: 0;
	padding: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.1rem;
	overflow: auto;
	height: auto;
}

.milar .productTab .semantic-content .modal-content {
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
}

.semantic-content header {
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 14px;
}

.milar .semantic-content .modal-inner .title {
	color: #4fbb02;
	text-transform: uppercase;
	font-family: 'Open Sans', "sans-serif";
}

.milar .semantic-content .modal-inner ol {
	list-style: none;
	counter-reset: li;
	padding-left: 0;
}

.milar .semantic-content .modal-inner ol li {
	counter-increment: li;
	margin-bottom: .7rem;
}

.milar .semantic-content .modal-inner ol li::before {
	content: counter(li) ".";
	font-family: 'Open Sans', "sans-serif";
	display: inline-block;
	width: 1em;
	margin-right: 5px;
	color: #4fbb02;
	text-align: right;
}

@media (max-width: 768px) {
	.milar .semantic-content .modal-inner {
		padding: 0px;
	}
}


.semantic-content .modal-close {
	text-indent: inherit;
	width: 4.5rem;
	height: 4.5rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer
}

.pointer {
	cursor: pointer;
}

.semantic-content .modal-close::after {
	display: none;
}

.dataProduct {
	width: 100%;
}

@media (min-width: 768px) {
	.dataProduct {
		padding-top: 0rem;
	}

	.dataProduct__slider .barra-caracteristicas .listado {
		float: none;
	}

	.dataProduct__infoProduct .info-description .description-tech {
		padding-left: 1rem;
		width: 100%;
		float: left;
	}

	.dataProduct__infoProduct .info-description .description-moreInfo {
		padding-left: 3rem;
	}

	.tabs__description .text ul li {
		border-bottom: 0.1rem solid #ffffff;
	}


}

.custom_text {
	background: rgba(0, 140, 46, 0.7);
	float: left;
	padding: 1px 20px;
}

.custom_text a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Open Sans', arial;
	color: #ffffff;
}

.aviso a {
	color: #ffffff;
	text-decoration: underline;
}

.productoNoStock.alternativa .alert {
	color: #000000;
}

.productoNoStock .enlaceProductos {
	color: #fa6e03;
}

.productoNoStock .verProductoSimilar {
	background: #7fba22 url(https://www.milar.es/estaticos/images/arrow.png) no-repeat 280px 15px;
	max-width: 300px;
}

.productoNoStock .verProducto.disponibilidad {
	background-color: #008a1c;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 35px;
	letter-spacing: 1px;
}

.checkbox label a {
	color: #008a1c
}

.checkbox label:before {
	border: 1px solid #000000;
}

.productoNoStock .botones.avisar .campotexto {
	border: 1px solid #000000;
}

.productoNoStock .alert {
	color: #000000
}

.productoNoStock .verProducto {
	background-color: #ffffff;
	border: 2px solid #008a1c;
	color: #008a1c;
	border-radius: 40px;
	padding: 10px 40px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.productoNoStock .imagen img {
	display: initial;
	height: auto;
}

.productoNoStock .botones .botonComprar {
	background-color: #fa6e03;
	border: 1px solid #fa6e03;
}

.productoNoStock .detalleProducto a.marca img {
	display: initial;
	height: 20px;
	width: auto;
}

.productoNoStock .detalleProducto a {
	color: #000000;
}

.productoNoStock .verProducto:hover {
	background-color: #fa6e03;
	color: #000000;
}

div.bv_modal_component_container[data-bv-modal] {
	display: flex !important;
	flex-wrap: wrap !important;
	position: absolute !important;
	z-index: 1000 !important;
	background-color: #ffffff !important;
	max-width: 270px !important
}

div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content:before {
	content: "";
	display: inline-flex !important;
	position: absolute !important;
	left: 45% !important;
	top: -5px !important;
	width: 10px !important;
	height: 10px !important;
	border-right: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
	transform: rotate(-135deg) !important;
	background-color: #ffffff !important
}

div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content {
	margin: 0 auto !important;
	display: inline-flex !important;
	flex-wrap: wrap !important;
	padding: 2em !important;
	border: 1px solid #000000 !important
}

.bv_histogram_component_container {
	min-width: 200px !important
}

.bv_histogram_row_prefix {
	display: table-cell !important;
	vertical-align: middle !important;
	white-space: nowrap !important
}

.bv_histogram_row_container {
	min-width: 200px !important;
	height: 25px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: table-row !important;
	cursor: pointer !important;
	color: #000000 !important;
	font-size: 16px !important;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important
}

.bv_histogram_row_container:hover {
	background-color: #f7f7f7 !important
}

.bv_histogram_row_bar_empty {
	background-color: #cccccc !important;
	background-color: #f3f4f3 !important
}

.bv_histogram_row_bar_empty, .bv_histogram_row_bar_filled {
	border-radius: 2px !important;
	height: 10px !important;
	display: block !important;
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3) 0, hsla(0, 0%, 100%, 0)) !important
}

.bv_histogram_row_bar_filled {
	background-color: #4fbb00 !important
}

.bv_histogram_row_full_bar {
	padding-left: 10px !important;
	padding-right: 10px !important;
	width: 100% !important
}

.bv_histogram_row_full_bar, .bv_histogram_row_rating {
	display: table-cell !important;
	vertical-align: middle !important
}

.bv_histogram_row_rating {
	text-align: center !important
}

.bv_histogram_row_star {
	display: table-cell !important;
	vertical-align: middle !important
}

.bv_button_buttonFull {
	padding: .5em 1em .5em 1em !important;
	align-self: center !important;
	border: none !important;
	text-align: center !important;
	text-decoration: none !important;
	background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0)) !important;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2) !important;
	color: #ffffff !important;
	font-size: 14px !important;
	background-color: #4fbb00 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	text-transform: none !important;
	font-weight: bold !important;
	font-style: normal !important;
	text-decoration: none !important;
	border-bottom-style: none !important;
	border-bottom-color: #4fbb00 !important;
	border-bottom-width: 2px !important;
	border-left-style: none !important;
	border-left-color: #4fbb00 !important;
	border-left-width: 2px !important;
	border-right-style: none !important;
	border-right-color: #4fbb00 !important;
	border-right-width: 2px !important;
	border-top-style: none !important;
	border-top-color: #4fbb00 !important;
	border-top-width: 2px !important;
	border-bottom-left-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important
}

.bv_button_buttonFull:hover {
	cursor: pointer !important;
	background-image: none !important;
	box-shadow: none !important;
	background-color: #4fbb00 !important;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	text-transform: none !important;
	font-weight: bold !important;
	font-style: normal !important;
	font-size: 14px !important;
	text-decoration: none !important
}

.bv_button_buttonMinimalist {
	color: #4fbb00 !important;
	font-size: 15px !important;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important
}

.bv_button_buttonMinimalist:hover {
	cursor: pointer !important;
	color: #4fbb00 !important;
	font-size: 15px !important;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important
}

.bv_button_buttonMinimalist:visited {
	color: #4fbb00 !important;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: none !important
}

.bv_ms_focusable:focus {
	border: 1px solid blue !important
}

.textwtb {
	text-align: center;
	border: 2px solid #4fbb02;
	border-radius: 5px;
	font-weight: 600;
	font-family: 'Open Sans';
}

.yosoy_extra_info {
	float: left;
	text-align: center;
	width: 100%;
}

.yosoy_extra_info img {
	display: initial;
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: auto;
}

.yosoy_extra_info .yosoy_extra_info_header {
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.yosoy_extra_info .yosoy_extra_info_body {
	display: flex;
	align-items: center;
}

.yosoy_extra_info .yosoy_extra_info_image {
	width: 80px;
	height: 80px;
	border-radius: 20px 0px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: none;
	background-color: white;
	margin: 0 20px 0 0;
}

.yosoy_extra_info .yosoy_extra_info_image img {
	width: 75%;
	height: auto;
	display: block;
}

.yosoy_extra_info .yosoy_extra_info_text {
	width: 100%;
	font-size: 14px;
}

.discount_amount_text {
	padding: 7px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background-color: #000000;
}

.discount_amount_text p {
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.web_exclusive_text {
	padding: 7px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background-color: #000000;
}

.web_exclusive_text p {
	margin-bottom: 0px;
	letter-spacing: 1px;
}

@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);
	}
}

.infopremio {
	text-transform: lowercase;
	color: #000000;
	font-size: 12px;
	font-weight: 100;
	text-decoration: underline;
}

input[type="checkbox"] + label:before {
	content: "";
	width: 20px;
	height: 20px;
	float: left;
	margin: 4px 10px 0 0;
	border: 2px solid #000000;
	background: #ffffff;
	border-radius: 3px;
}

input[type="checkbox"]:checked + label:before {
	border-color: #337a00;
	background-color: #337a00;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	width: 16px;
	height: 8px;
	border: 4px solid #ffffff;
	float: left;
	margin-left: -28px;
	border-right: 0;
	border-top: 0;
	margin-top: 9px;
	transform: rotate(-55deg);
}

@media (max-width: 453px) {
	input[type="checkbox"]:checked + label:after {
		margin-left: 2px;
		margin-top: -17px;
	}
}

.services_superior_message {
	font-size: 16px;
	font-family: 'Open Sans';
	margin-top: 0px;
	float: left;
	width: 100%;
}


.changecp {
	color: #008a1c;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	text-transform: initial;
	display: block;

}

.services_extra_text_button {
	padding: 0 0 2rem 0rem;
	border-bottom: 0.1rem solid #f0f0f0;
}

.services_extra_text_button a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px 12px;
	background-color: #0260a7;
	border: 0.2rem solid #0260a7;
	color: #ffffff;
	border-radius: .5rem;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	transition: .2s;
}

.services_extra_text_button a:hover {
	color: #0260a7;
	background-color: white;
}

.services_html_steps {
	display: flex;
	margin: 20px 0 0 0;
	float: left;
}

.services_html_steps__img {
	display: initial;
	width: 100px;
	margin: 0 10px 0 0;
}

@media (min-width: 1200px) {
	.services_html_steps__img {
		display: initial;
		width: 120px;
		margin: 0 20px 0 0;
	}
}

.service_title {
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	color: #333333;
	border: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-weight: 900;
}

.services_html_global {
	padding: 0px 0 10px 0;
	margin: 20px 0;
	border: 0px;
}

.services_html_steps__step {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	text-align: left;
	padding: 0 10px;
	min-width: 20%;
}

@media (min-width: 1200px) {
	.services_html_steps__step {
		padding: 0 20px;
	}
}

@media (max-width: 600px) {
	.services_html_steps {
		background-color: #efefef;
	}

	.service_title {
		background-color: #efefef;
	}
}

.services_html_steps__step__img {
	display: initial;
	height: auto;
	width: 100%;
	max-width: 140px;
}

.services_html_steps__step__txt {
	line-height: 1.2;
	margin: 8px 0 0 0;
	font-size: 12px;
	font-weight: 300;
	font-size: 12px;
}

.services_extra_text {
	font-size: 15px;
	font-family: 'Open Sans';
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 20px;
}

.services_extra_text_button {
	font-size: 15px;
	font-family: 'Open Sans';
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 10px;
}

.stock_info_fullbarr {
	border: 0px solid #e9e9e9;
	height: 8px;
	border-radius: 15px;
	background-color: #d4d4d4;
}

.fullrow {
	float: left;
	width: 100%;
	min-height: 27px;
}

.postalcode-box-content {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
	float: left;
}

.postalcode-box-content img {
	display: initial;
	float: left;
}

.receivetoday {
	background-color: #bfe6ad;
	display: block;
	padding: 5px 5px 5px 60px;
	border-radius: 5px 0px;
}

.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: 5px;
}

.services_superior_message_display_zip_code {
	float: left;
	margin-left: 10px;
}

.services_superior_message_display_zip_code a {
	color: #008a1c;
	text-decoration: underline;
}

.linkToCollapse {
	color: #008a1c;
}

.services-content__header {
	padding: 15px 25px;
}

@media (max-width: 600px) {
	.services-content__header {
		padding: 10px;
	}

	.dataProduct__slider .barra-caracteristicas {
		display: none;
	}

	.pdpConfianza {
		margin-top: -40px;
	}
}

.boxtime {
	background-color: #e9f0f6;
	border-radius: 0 30px 0 0;
	width: 100%;
	float: left;
}

.contbefore {
	background-color: #95b6d5;
	border-radius: 0 30px 0 0;
	padding: 10px;
	height: 111px;
	width: 30%;
	float: left;
	margin-top: -20px;
	min-width: 180px;

}

.service_product {
	width: 100%;
	margin-left: 0px;
	background-color: #dbffe3;
	border-radius: 4px;
	float: left;
	width: 100%;
	border: 1px solid #4fbb00;
	display: block;
	height: auto;
	padding: 0.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}

.service_product_2 {
	width: 100%;
	margin-left: 0px;
	background-color: #ffffff;
	border-radius: 4px;
	float: left;
	width: 100%;
	border: 1px solid #bfc2c6;
	display: block;
	height: auto;
	padding: 0.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}

.service_product li {
	float: left;
	width: 100%;
	padding-left: 25px;
}

.recogida_tienda {
	font-size: 0.875rem;
}

.recogida_tienda span {
	float: right;
	right: 0;
	position: relative;
	top: 0;
	margin-left: 20px;
	color: #666f68;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 10px;
}

.recogida_tienda .titleMain {
	float: left;
	margin: 0px;
	width: auto;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 10px;
}

.service_product_2 .recogida_tienda li {
	float: left;
	font-weight: 400;
	line-height: 20px;
}

.contbefore p {
	color: #ffffff;
}

.contbefore .time {
	float: left;
	margin-top: 0px;
}

.textday {
	float: left;
	width: 60%;
	padding: 32px 0px 32px 13px;
	line-height: 14px;
}

@media screen  and (max-width: 768px) {
	.textday {
		width: 100%;
		padding: 5px 0px 5px 5px;
	}
}

.numbertime {
	color: #ffffff;
}

.contbefore .time .hours, .contbefore .time .minutes {
	float: left;
	text-align: center;
	height: 50px;

}

.contbefore .time .hours {
	border-right: 1px solid #5c98c9;
	padding: 0 13px
}

.contbefore .time .hours p {
	margin: -10px 0px 0px 0px;
}

.contbefore .time .minutes {
	padding: 0 13px
}

.contbefore .time .minutes p {
	margin: -10px 0px 0px 0px;
}

.contbefore .time .numbertime, .contbefore .time .numbertime {
	font-size: 30px;
	font-weight: 800;
}

.contbefore .textbefore {
	margin: 0px;
}

.textday a {
	color: #337a00;
	font-size: 14px;
	text-decoration: underline;
}

.textday p {
	font-size: 16px;
	font-weight: 800;
}

.buymilar {
	background-image: url(https://www.milar.es/estaticos/images/Milar/detail-fondo-confianza.svg);
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.buymilar p {
	padding: 15px;
	margin: 0px;
	float: left;
}

.boxesconfianza {
	width: 94%;
	margin: 0 3% 3% 3%;
	background-color: #ffffff;
	display: flex;
	box-shadow: -4px 4px 10px 0 rgba(170, 170, 170, 0.3);
	border-radius: 6px;

}

.boxesconfianza .itemconfianza {
	text-align: center;
	margin: 15px 0;
	border-right: 1px solid rgba(170, 170, 170, 0.5);;
}

.boxesconfianza .itemconfianza:last-child {
	border-right: 0px;
}

.boxesconfianza .itemconfianza img {
	display: initial;
	float: none;
	margin: auto;
}

.buymilar .boxesconfianza .itemconfianza p {
	padding: 3px 7px;
	width: 100%;
}


.service_normal button {
	font-size: 12px;
	background: none;
	border: 0px;
	text-decoration: underline;
	text-transform: capitalize;
}

.service_normal button:hover {
	text-decoration: none;
	color: #008101;
}

.service_normal p {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.service_normal p.mainText {
	height: auto;
	margin-bottom: 15px;
}

.service_normal a {
	color: #337a00;
	font-size: 12px;
	text-decoration: underline;
	float: left;
}

.services-content__tit_warranty {
	font-size: 16px;
	font-weight: 800;
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

#textWarranty {
	color: #000000;
	margin-left: 5px;
	background: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin-bottom: 10px;
}

#textWarranty a {
	color: #000000;
	text-decoration: underline;
}

.form__group img {
	display: initial;
	position: absolute;
	left: 45px;
	margin-top: 8px;
}

.bvrating .bv_main_container .bv_avgRating {
	color: #000000 !important;
}

.bvrating .bv_main_container .bv_numReviews_text {
	color: #000000 !important;
}

.strongprecio {
	color: #008101;
}

.ui-widget-content.modal-calculator-join .modal-content {
	border-radius: 0 0 30px 30px;
	padding: 0 !important;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__period-list {
	padding-top: 10px;
	z-index: 3;
	position: relative;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__period-list .calculator__period-list-item {
	color: #000000;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__subtitle {
	color: #000000;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__input-range::-webkit-slider-thumb {
	background: #000000;
	border: 4px #000000 solid;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__calc {
	margin: auto;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__result {
	margin: auto;
	margin-bottom: 10px;
	border-width: 0;
	border-radius: 4px;
	max-width: 440px;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__result .calculator__result-title {
	padding: 15px;
	font-size: 20px;
	border-radius: 4px 4px 0 0;
	z-index: 3;
	position: relative;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__result .result__output {
	z-index: 3;
	position: relative;
}

.ui-widget-content.modal-calculator-join .calculator-wrapper .calculator .calculator__row .calculator__result .result__output .calculator__result-res {
	padding: 10px;
	font-size: 20px;
	width: auto;
	border-radius: 0;
}

.ui-widget-content.modal-calculator-join .header-join {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: -30px;
	margin-right: -30px;
	padding: 36px 0;
}

.ui-widget-content.modal-calculator-join .header-join .ccc:first-child {
	pointer-events: all;
	flex: 1 1 100%;
}

.ui-widget-content.modal-calculator-join .header-join .ccc {
	overflow: hidden;
	height: 30px;
	max-height: 90vh;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.ui-widget-content.modal-calculator-join .header-join .ccc svg {
	display: initial;
	width: 900px;
	transform: translate(0, -30%);
}

.ui-widget-content.modal-calculator-join .ui-dialog-content {
	padding: 0;
}

.ui-widget-content.modal-calculator-join .header-join .calculator-modal-logo {
	justify-content: space-between;
	align-items: center;
	margin: auto;
	z-index: 1001;
	display: flex;
	height: auto;
	text-align: center;
	position: sticky;
	top: 0;
	width: 100%;
	flex: 0 0 60px;
	flex-direction: column;
	width: 140px;
	margin-top: 20px;
}

.ui-widget-content.modal-calculator-join .calculator-banner {
	margin-top: 20px;
	transform: translateY(-30px);
	background: transparent;
	position: relative;
	z-index: 3;
}

.ui-widget-content.modal-calculator-join .calculator-banner img {
	height: 100%;
	display: block;
	z-index: 3;
	position: relative;
}

.ui-widget-content.modal-calculator-join .calculator-message {
	z-index: 999;
	margin-bottom: 50px;
}

.ui-widget-content.modal-calculator-join .calculator-message p.m1 {
	max-width: 440px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: auto;
	z-index: 3;
	position: relative;
}

.ui-widget-content.modal-calculator-join .calculator-message p.m2 {
	font-size: 18px;
	max-width: 440px;
	margin: 15px auto 0;
	text-align: center;
	z-index: 3;
	position: relative;
}

.ui-widget-content.modal-calculator-join .calculator-message p.m2 a {
	color: #505050;
	text-decoration: underline;
	font-size: 18px;
}

.ui-widget-content.ui-widget-content.modal-calculator-join .copyright-join {
	font-size: 14px;
	background-color: #1a1a1a;
	color: #ffffff;
	padding: 30px 0 60px;
	margin: -30px auto 0;
	z-index: 3;
	position: relative;
	line-height: 18px;
	text-align: justify;
}

.ui-widget-content.ui-widget-content.modal-calculator-join .copyright-join p {
	max-width: 440px;
	margin: auto;
}

.ui-widget-content.modal-calculator-join .ui-widget-header {
	background: none;
	border: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

.calculator-modal .content {
	max-height: 70vh;
	height: auto;
	overflow-y: auto;
}

.copyright-join a {
	text-decoration: underline;
	color: #ffffff;
}

.ui-widget-content .copyright-join a {
	color: #ffffff;
}

.ui-widget-content.modal-calculator-join {
	width: 625px;
	background: radial-gradient(279.7% 50% at 50.08% 0%, #fdcb00 0%, rgba(253, 203, 0, 0) 100%), linear-gradient(0deg, #ffffff, #ffffff);
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	z-index: 99;
	box-shadow: 0 0 12px 2px rgb(0 0 0 / 35%);
}

.ui-widget-content.modal-calculator-join .header-join:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 408px;
	height: 408px;
	background: url('https://www.milar.es/estaticos/images/jo1n/bigcircle.svg') no-repeat;
	background-size: cover;
	animation: upAndDownBig 25s ease-in-out infinite;
}

.ui-widget-content.modal-calculator-join .header-join:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 180px;
	background: url('https://www.milar.es/estaticos/images/jo1n/bigcircle.svg') no-repeat;
	background-size: cover;
	animation: upAndDownSmall 25s ease-in-out infinite;
}

@keyframes upAndDownBig {
	0% {
		transform: translate(-200px, -450px);
	}
	20% {
		transform: translate(-200px, -150px);
	}
	25% {
		transform: translate(-200px, -170px);
	}
	30% {
		transform: translate(-210px, -170px);
	}
	40% {
		transform: translate(-100px, -170px);
	}
	45% {
		transform: translate(-105px, -170px);
	}
	50% {
		transform: translate(-110px, -170px);
	}
	60% {
		transform: translate(-70px, -170px);
	}
	70% {
		transform: translate(-65px, -180px);
	}
	80% {
		transform: translate(-100px, -100px);
	}
	100% {
		transform: translate(-100px, -450px);
	}
}

@keyframes upAndDownSmall {
	0% {
		transform: translate(150px, -200px);
	}
	20% {
		transform: translate(150px, 60px);
	}
	25% {
		transform: translate(150px, 40px);
	}
	30% {
		transform: translate(170px, 30px);
	}
	40% {
		transform: translate(250px, 100px);
	}
	50% {
		transform: translate(240px, 110px);
	}
	60% {
		transform: translate(250px, 70px);
	}
	70% {
		transform: translate(260px, 65px);
	}
	80% {
		transform: translate(260px, 60px);
	}
	100% {
		transform: translate(260px, -200px);
	}
}

.ui-widget-content.modal-calculator-join .scroll-button {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: 90px;
	background: url('https://www.milar.es/estaticos/images/jo1n/scroll-arrow.svg') center no-repeat;
	background-size: cover;
	transform: rotate(90deg);
	z-index: 4;
	transition: 0.5s;
}

.ui-widget-content.modal-calculator-join .scroll-button.up {
	background: url('https://www.milar.es/estaticos/images/jo1n/scroll-arrow.svg') center no-repeat;
	transform: rotate(-90deg);
	background-size: cover;
}

.ui-widget-content.modal-calculator-join .result-note {
	text-align: center;
	font-size: 16px;
	max-width: 440px;
	margin: auto;
	font-weight: 500;
}

.ui-widget-content.modal-calculator-join .result-note .note {
	z-index: 3;
	position: relative;
}

.ui-widget-content.modal-calculator-join .modal-footer {
	display: none;
}

.ui-widget-content.modal-calculator-join .ui-dialog-titlebar-close {
	position: relative;
	cursor: pointer;
	background: none;
	width: 40px;
	font-size: 0;
	height: 40px;
	border: none;
}

.ui-widget-content.modal-calculator-join .ui-dialog-titlebar-close span {
	display: none;
}

.ui-widget-content.modal-calculator-join .ui-dialog-titlebar-close:before {
	content: "";
	position: absolute;
	background: url('https://www.milar.es/estaticos/images/jo1n/close.svg') center no-repeat;
	background-size: cover;
	transition: 0.5s;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	transform: rotate(45deg);
}

.ui-widget-content.modal-calculator-join .ui-dialog-titlebar-close:hover:before {
	transform: rotate(90deg);
	background-size: cover;
}

.ui-widget-content.modal-calculator-join .ui-dialog-titlebar-close:hover:before {
	color: #ffcd00;
}

.calculator-wrapper {
	margin-top: 5px;
	width: 100%;
}

.calculator-wrapper .calculator-header {
	text-transform: uppercase;
	text-align: center;
	padding: 6px 9px;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
}

.calculator-wrapper .calculator {
	position: relative;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	gap: 22px;
}

.calculator-wrapper .calculator__calc {
	width: 100%;
}

.calculator-wrapper .calculator .calculator__row {
	gap: 15px;
}

.calculator-wrapper .calculator .calculator__row:first-child {
	width: 100%;
}

.calculator-wrapper .calculator .calculator__row .calculator__title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 24px;
	z-index: 3;
	position: relative;
}

.calculator-wrapper .calculator .calculator__row .calculator__subtitle {
	font-size: 12px;
	color: #ffffff;
}

.calculator-wrapper .calculator .calculator__row .calculator__period-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 3px;
}

.calculator-wrapper .calculator .calculator__row .calculator__period-list li {
	margin: 0;
}

.calculator-wrapper .calculator .calculator__row .calculator__period-list .calculator__period-list-item {
	position: relative;
	font-size: 12px;
	color: #000000;
	width: 20px;
	font-weight: 400;
	line-height: 12px;
}

.calculator__month-res {
	font-size: 14px;
	font-weight: 800;
	text-transform: initial;
	font-family: 'Open Sans';
}

.calculator-wrapper .calculator .calculator__row .calculator__result {
	border: 3px solid #000000;
	text-align: center;
}

.calculator-wrapper .calculator .calculator__row .calculator__result .calculator__result-title {
	background: #000000;
	color: #ffffff;
	font-weight: 600;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.calculator-wrapper .calculator .calculator__row .calculator__result .calculator__result-res {
	background: #ffcd00;
	border-radius: 4px;
	padding: 5px 0;
	width: 125px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}

.calculator-wrapper .calculator .points-list {
	padding: 0;
	margin: 0 auto 0;
	counter-reset: li;
	list-style-type: none;
	z-index: 3;
	position: relative;
	background: url('https://www.milar.es/estaticos/images/jo1n/list-bg.svg') 90% 40% no-repeat;
	background-size: 478px 440px;
}

.calculator-wrapper .calculator .points-list li {
	position: relative;
	font-size: 17px;
	padding: 5px 0 15px 20px;
	margin: 0;
}

.calculator-wrapper .calculator .points-list li:before {
	content: counter(li);
	counter-increment: li;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	color: #fdcb00;
	background: #000000;
	text-align: center;
	position: absolute;
	left: -25px;
	top: 5%;
	line-height: 30px;
}

.calculator-wrapper .calculator .calculator__input-range {
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	width: 100%;
	margin-left: -3px;
	border-radius: 20px;
	z-index: 3;
	cursor: pointer;
}

.footer-join {
	padding: 25px 40px 10px;
	font-size: 11px;
	text-align: center;
}

.calculator-wrapper .calculator .calculator__input-range::-webkit-slider-runnable-track {
	background: #ffcd00;
	height: 8px;
	border-radius: 5px;
}

.calculator-wrapper .calculator .calculator__input-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	height: 16px;
	width: 16px;
	background: white;
	border: 4px #ffffff solid;
	border-radius: 50%;
	margin-top: -5px;
	cursor: pointer;
}

.calculator-wrapper .calculator .calculator__input-range::-webkit-slider-thumb:hover {
	cursor: pointer;
}

.calculator-wrapper .calculator__copyright {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	z-index: 3;
	position: relative;
	margin-bottom: 75px;
}

.calculator-wrapper .calculator__copyright .copyright-hint {
	transition: opacity 0.5s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 300%;
	border: 2px solid #000000;
	background: #ffffff;
	font-size: 10px;
	padding: 6px;
	bottom: 30px;
	right: 0;
	z-index: 10;
}

.calculator-wrapper .calculator__copyright img {
	display: initial;
	cursor: pointer;
}

.calculator-wrapper .calculator__copyright img:hover + .copyright-hint {
	opacity: 1;
	height: auto;
}

@media only screen and (min-width: 768px) {
	[role="dialog"] .calculator-wrapper .calculator {
		display: flex;
		flex-direction: column;
	}

	[role="dialog"] .calculator-wrapper .calculator .points-list {
		width: 100%;
		font-weight: 500;
		padding: 30px 20px 60px 50px;
	}

	[role="dialog"] .calculator-wrapper .calculator .calculator__result {
		max-width: 50%;
	}

	[role="dialog"] .calculator-wrapper .calculator form {
		width: 100%;
		max-width: 440px;
	}

	[role="dialog"] .calculator-wrapper .calculator form .calculator__input-range {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.modal-calculator-join {
		max-width: 100vw;
		z-index: 100;
		left: 0 !important;
		top: 0 !important;
		position: absolute;
	}

	.calculator-modal .content {
		max-height: 100vh;
	}

	.ui-widget-content.modal-calculator-join .calculator-banner img {
		display: initial;
		width: 100vw;
	}

	.ui-widget-content.modal-calculator-join {
		max-width: 100vw;
		border-radius: 0;
	}

	.ui-widget-content.modal-calculator-join {
		left: 0px;
	}

	.ui-widget-content.modal-calculator-join .ui-dialog-titlebar-close {
		z-index: 3;
	}

	.ui-widget-content.modal-calculator-join .modal-content {
		border-radius: 0;
	}

	.ui-widget-content.ui-widget-content.modal-calculator-join .copyright-join {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ui-widget-content.modal-calculator-join .calculator-modal {
		border-radius: 0;
	}

	.ui-widget-content.modal-calculator-join .calculator-modal .modal-title {
		border-bottom: none;
	}

	.ui-widget-content.modal-calculator-join .header-join {
		margin-left: 0px;
		margin-right: 0px;
	}

	.ui-widget-content.modal-calculator-join .header-join .ccc svg {
		display: initial;
		width: 760px;
	}

	.calculator-button .calculator-container .calculator-content .calculator-logo {
		flex-basis: 20%;
	}

	.calculator-wrapper .calculator__copyright {
		margin-bottom: 35px;
	}

	.calculator-wrapper .calculator-message p.m2,
	.calculator-wrapper .calculator-message p.m2 {
		padding: 0 10px;
	}

	.calculator-wrapper .calculator {
		flex-direction: column;
		padding: 0 20px;
		gap: 0;
	}

	.calculator-wrapper .calculator .points-list {
		padding: 30px;
		background-size: 404px 440px;
	}

	.ui-widget-content.modal-calculator-join {
		position: absolute;
	}

	.ui-widget-content.ui-widget-content.modal-calculator-join .copyright-join {
		padding-right: 20px;
		padding-left: 20px;
	}

	.calculator-wrapper .calculator .points-list {
		padding-right: 20px;
		padding-left: 20px;
	}

	.calculator-wrapper .calculator .calculator__row {
		flex-direction: column;
	}

	.calculator-wrapper .calculator .calculator__row:first-child {
		margin-bottom: 0px;
		flex-direction: column;
	}

	.calculator-wrapper .calculator .calculator__result .result__output .calculator__result-res {
		width: auto;
	}

	.calculator-wrapper .calculator .calculator__subtitle {
		margin-bottom: 0;
	}

	.modal-calculator-join {
		left: 0px;
	}

	.modal-calculator-join .action-close {
		z-index: 3;
	}

	.modal-calculator-join .modal-content {
		border-radius: 0;
		position: relative;
	}

	.ui-widget-content.ui-widget-content.modal-calculator-join .copyright-join {
		padding-right: 2rem;
		padding-left: 2rem;
		font-size: 14px;
		margin-top: -32px;
	}

	.modal-calculator-join .calculator-modal.ui-dialog-content {
		border-radius: 0;
	}

	.modal-calculator-join .calculator-modal.ui-dialog-content .modal-title {
		border-bottom: none;
	}

	.modal-calculator-join .calculator-modal.ui-dialog-content:after {
		z-index: -1;
	}

	.modal-calculator-join .calculator-modal.ui-dialog-content:before {
		z-index: 0;
	}

	.modal-calculator-join .header-join {
		margin-left: 0px;
		margin-right: 0px;
	}

	.modal-calculator-join .header-join .ccc svg {
		display: initial;
		width: 760px;
	}

	.calculator-button .calculator-container .calculator-content .calculator-logo {
		flex-basis: 20%;
	}

	.calculator-wrapper .calculator__copyright {
		margin-bottom: 100px;
	}

	.calculator-wrapper .calculator-message {
		overflow: hidden;
		margin-bottom: 70px;
	}

	.calculator-wrapper .calculator-message p.m1 {
		font-size: 16px;
		padding: 0 10px;
	}

	.calculator-wrapper .calculator-message p.m2 {
		font-size: 14px;
		padding: 0px 20px;
		text-align: left;
	}

	.calculator-wrapper .calculator {
		flex-direction: column;
		padding: 0 2rem;
		gap: 0;
	}

	.calculator-wrapper .calculator .points-list {
		padding: 60px 30px;
		background-size: 404px 440px;
	}

	.calculator-wrapper .calculator .points-list {
		padding-right: 2rem;
		padding-left: 2rem;
		transform: translateX(15px);
		margin-bottom: 30px;
	}

	.calculator-wrapper .calculator .points-list li {
		font-size: 16px;
	}

	.calculator-wrapper .calculator .calculator__row {
		flex-direction: column;
	}

	.calculator-wrapper .calculator .calculator__row:first-child {
		margin-bottom: 0px;
		flex-direction: column;
	}

	.calculator-wrapper .calculator .calculator__row .calculator__title {
		font-size: 14px;
	}

	.calculator-wrapper .calculator .calculator__row .result-note {
		margin-bottom: 40px;
	}

	.calculator-wrapper .calculator .calculator__result .calculator__result-title {
		font-size: 16px;
	}

	.calculator-wrapper .calculator .calculator__result .result__output .calculator__result-res {
		width: auto;
	}

	.calculator-wrapper .calculator .calculator__subtitle {
		margin-bottom: 0;
	}
}

/*********************** SEO product links **********************/
#productLinks {
	width: 100%;
}

#productLinks .container .urlListSEO a {
	background-color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	color: #505050;
	margin-right: 5px;
}

#productLinks .container .urlListSEO a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;

}

/**MODAL CART**/
.warranties img {
	display: initial;
	width: auto;
	height: 35px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__buttons {
	display: block;
	float: left;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__text {
	text-align: center;
	margin-bottom: 20px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__text span {
	font-size: 18px;
	color: #000000;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__text strong {
	font-size: 18px;
	color: #008a1c;
	font-weight: 900;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title p.titservice {
	font-size: 14px;
	color: #008a1c;
	text-align: center;
	font-weight: 900;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .titservice span:before {
	content: "";
	background-image: url(https://www.milar.es/estaticos/images/Milar/shield-milar.svg);
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	width: 20px;
	opacity: 1;
	z-index: 0;
	margin-left: -25px;
	margin-top: -4px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title p.titservice2 {
	font-size: 14px;
	color: #008a1c;
	text-align: center;
	font-weight: 900;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .titservice2 span:before {
	content: "";
	background-image: url(https://www.milar.es/estaticos/images/Milar/risehome.svg);
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	width: 20px;
	opacity: 1;
	z-index: 0;
	margin-left: -25px;
	margin-top: -4px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title p.descservice {
	font-size: 12px;
	color: #000000;
	text-transform: unset;
	margin-bottom: 20px;
	text-align: center;
	float: left;

}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .price {
	float: right;
	width: 100%;
	margin: 25px 0;
	text-align: right;
	border-bottom: 1px solid #008a1c;
	padding-bottom: 30px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .price span {
	font-size: 20px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .price strong {
	font-size: 25px;
	color: #008a1c;
	font-weight: 900;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .warranties p {
	font-size: 12px;
	color: #000000;
	text-transform: unset;
	margin-top: 10px;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .warranties strong {
	font-size: 12px;
	color: #008a1c;
	text-transform: unset;
}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .warranties div {
	float: left;
	width: 33%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;

}

.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__btn-link {
	float: right;
}

@media (max-width: 450px) {
	.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .warranties div {
		float: left;
		width: 100%;
	}

	.warranties img {
		display: initial;
		float: left;
		height: 25px;
	}

	.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .warranties p {
		margin-top: 0px;
		margin-left: 35px;
	}

	.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .warranties div {
		margin-bottom: 15px;
	}

	.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title .warranties p {
		text-align: left;
	}

	.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__title p {
		text-align: left;
	}

	.modal--custom {
		padding: 0px;
		width: 100%;
		height: 100%;
	}

	.modal-dialog.components-modal-basic__dialog.go-up-home {
		width: 100%;
		border-radius: 0px;
		height: 100%;
		overflow-x: hidden;
	}

	.modal-dialog.components-modal-basic__dialog.go-up-home .go-up-home__inner {
		position: relative;
	}

	.modal-dialog.components-modal-basic__dialog.go-up-home .components-modal-basic__dialog__content__header__button::before {
		color: #000000;
	}
}

/* sem */

.sem-box-store {
	background-color: #e7f2e5;
	border-radius: 0.5rem;
	padding: 1rem;
	margin-bottom: 1.25rem;
	display: inline-flex;
	gap: 1rem;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
}

.sem-box-store__img {
	display: initial;
	order: -1;
}

.sem-box-store__img img {
	width: 120px;
	height: auto;
	border-radius: 0.25rem;
	display: block;
}

.sem-box-store__name {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.sem-box-store__name strong#nameStore {
	font-family: 'Open Sans', arial;
	float: none;
	font-weight: 800;
	margin-bottom: unset;
	text-transform: unset;
	font-size: inherit;
	margin-left: unset;
}

.sem-box-store__name strong#nameStore:before {
	content: none;
}

.sem-box-store__address#addressStore {
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
	color: inherit;
	position: static;
	padding-left: unset;
	padding-right: unset;
	float: unset;
}

.sem-box-store__address#addressStore:before {
	content: none;
}

.sem-box-store__links {
	display: flex;
	row-gap: 0.5rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	flex-wrap: wrap;
}

.sem-box-store__links a {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 800;
	color: #101010;
	text-decoration: underline;
	text-underline-position: under;
	position: relative;
}

.sem-box-store__links #howToArrive {
	padding-left: 24px;
}

.sem-box-store__links #howToArrive:before {
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	opacity: 1;
	z-index: 0;
	margin-left: -25px;
	margin-top: -4px;
	background-image: url(https://www.milar.es/estaticos/images/Milar/address-icon-green.svg);
	background-size: 21px;
	height: 21px;
}

.sem-box-store__links a .icon {
	font-size: 1.25rem;
	left: 0;
	fill: currentColor;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sem-box-store__links a .icon + span {
	padding-left: 1.5rem;
}

.sem-box-store__links a .icon-whatsapp {
	color: #25d366;
}

.whatsapp-bubble {
	position: fixed;
	bottom: 130px;
	left: 16px;
	background-color: #25d366;
	border-radius: 50%;
	z-index: 2;
}

@media (min-width: 768px) {
	.whatsapp-bubble {
		bottom: 64px;
		border-radius: 1rem;
	}
}

.whatsapp-bubble__inner {
	padding: 0.75rem;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.whatsapp-bubble__inner:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.whatsapp-bubble__inner {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.whatsapp-bubble__inner: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;
	}
}

.whatsapp-bubble .icon-whatsapp {
	font-size: 2.5rem;
	line-height: 1;
	color: #ffffff;
	fill: currentColor;
}

.whatsapp-bubble__text {
	display: none;
}

@media (min-width: 768px) {
	.whatsapp-bubble__text {
		display: flex;
		flex-direction: column;
		color: #ffffff;
		line-height: 1.2;
	}
}

@media (min-width: 768px) {
	.whatsapp-bubble__intro {
		text-transform: uppercase;
	}
}

@media (min-width: 768px) {
	.whatsapp-bubble__store-name {
		font-weight: 700;
		font-size: 1.125rem;
	}
}

/***REDISEÑO 24***/
.cn_banner_placeholder {
	display: block;
	float: left;
	width: 100%;
}

.pdpConfianza ul {
	border: 1px solid #bfc2c6;
	border-radius: 3px;
	padding: 16px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	background-color: #ffffff;
}

.pdpConfianza li:before {
	content: "";
	background-image: url(https://www.milar.es/estaticos/images/Milar/Check-green.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	height: 15px;
	position: absolute;
	width: 15px;
	margin-left: -20px;
	margin-top: 5px;
}

.pdpConfianza li {
	padding-left: 16px;
}

.pdpConfianza .availableZip {
	font-size: 14px;
	color: #000c1a;
	font-weight: 800;
	text-decoration: underline;
	margin: 0px;
	line-height: 30px;
	font-family: 'Open Sans';
}


