.blockhomepromo {
	position:relative;
	max-width:1350px;
	margin:auto;}
.blockhomepromo h2 {
	font-family:'Souvenir';
	color: #000;
	z-index: 1;
	font-weight:600;
	padding:15px 10px;
	position:relative;
	border-bottom: 1px solid #f0f0f0;}

#homepromo_list {
	margin-bottom:30px;
}

/* DFDMOD: Auditoría Geo 06/2022 #7810039 ) */
div#homepromo_list.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div#homepromo_list article.product-miniature.js-product-miniature {
	display: inline-block;
}

@media (max-width:769px) {
	#homepromo_list .product-box {
		width:235px !important;
	}
	.product-miniature.js-product-miniature li.product-flag.liquidacion {
    position: absolute;
    bottom: -9px;
    width: 100%;
    text-align: center;
    text-transform: initial;
    font-size: 14px;
    padding: 1px;
    min-height: 10px !important;
	}
	.product-flags li.product-flag.liquidacion {
	    background: #b70000;
	}
}
@media (max-width:480px) {
	#homepromo_list .product-box {
		width:360px !important;}
}
#homepromo_list .product-name {
  margin-bottom: .5rem;
  font-weight:bold;
  margin-top:.7rem;
  text-align:left; }
  #homepromo_list .product-name a {
    display: inline-block;
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	color:#232323;
	text-transform:uppercase;}
    #homepromo_list .product-name a:hover {
      color: #515151; }
#homepromo_list h4 {
    font-size: 13px;
    color: #7a7a7a;
    text-transform: lowercase;
    font-weight: normal;
	min-height:40px;
}
#homepromo_list .bx-wrapper {max-width:100% !important;}
#homepromo_list .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  #homepromo_list .exclusive span:focus, #homepromo_list .exclusive span:active {
    text-decoration: none; }
#homepromo_list .actions {
	padding: 0 15px 0 30px;
	text-align: center;}
#homepromo_list .actions div {
	border: 1px solid #7a7a7a;
	padding: 10px;	}
#homepromo_list .actions a {
	color:#7a7a7a;}
#homepromo_list .price_display {
	margin-bottom:0;
	height:35px;
	width:75%;
	float:left;
	position:relative;}
#homepromo_list .price_display span.price {
  	color: #000 ;}
.IVA-incl {
	/*margin-right:15px;*/
}
#homepromo_list .price_display span.old-price {
	color: #9a9b9f;
	font-size: 12pt;
	font-weight: 400;
	display: block;
	text-align:left;}
#homepromo_list .price_display span.special-price {
	color: red;
	font-size: 14pt;
	font-weight: 400;
	display: block;
	text-align:left;}
#homepromo_list .price_display span.price-percent-reduction {
	color: #494949;
	font-size: 14pt;
	font-weight: 400;
	line-height: 1.3em;
	display: block;
	text-align:left;}
#homepromo_list .price_display span.old-price span {
	font-size:12pt;
	text-decoration:line-through;
}
#homepromo_list .price_display span.price-percent-reduction span,
#homepromo_list .price_display span.special-price span,
#homepromo_list .price_display span.price span {
	font-size:18px;
	font-weight:bold;
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);}
#homepromo_list .price_display span.special-price span {
	font-weight:bold;
}
#homepromo_list .add-to-cart {
	background: #19a62c;
	color:#fff;
	font-size: 12px;
	padding: 5px 10px;
	display: inline-block;
	clear: both;
	border:none;}
#homepromo_list .add-to-cart:hover {
	background: #000;
}
#homepromo_list .add-to-cart i:before {
	margin-left:0;
}
.bx-wrapper .bx-controls-direction a {
	top:-40px !important;
	padding: 6px 0 0 0;
	width: 35px !important;
	height: 35px !important;
	background: #fff;
	border:1px solid #dcdcdc;
	z-index:99;}
.bx-prev {
    right: 44px;
	left:auto !important;
}
#homepromo_list .bx-prev::before {
	font-family:'Material Icons';
	content:'\E5CB' !important;
	color:#dcdcdc !important;
	font-size:28px;}
#homepromo_list .bx-next::before {
	font-family:'Material Icons';
	content:'\E5CC' !important;
	color:#dcdcdc !important;
	font-size:28px;}

/* a�adidos para el efecto rollover */
#homepromo_list ul li {
	transition: opacity .35s;
	-moz-transition: opacity .35s;
	-webkit-transition: opacity .35s;
	-o-transition: opacity .35s;
	overflow:hidden;
	background:transparent;}
#homepromo_list ul li .product-box-inner {
	background:#fff;
	margin-bottom:10px;
	padding-bottom:5px;
}
#homepromo_list ul li .product-box-inner form {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	width:97.6%;
	margin-left:1%;
}
#homepromo_list ul li img {
	transition:.2s ease-in-out;
	padding:20px;}

#homepromo_list ul li img:hover {
	transform: scale(1.1);}

#homepromo_list ul li:last {
	border-right:none;}

#homepromo_list ul li a:hover img.img_0{
	opacity:0;
	display: none;
}
#homepromo_list ul li a img.img_1{
	display:none;
	opacity:0;
	transition: opacity .35s;
	-moz-transition: opacity .35s;
	-webkit-transition: opacity .35s;
	-o-transition: opacity .35s;}
#homepromo_list ul li a:hover img.img_1 {
	display: block;
	opacity:1;}

#homepromo_list .product-add-to-cart {
	position:relative;
	z-index:1;
}
#homepromo_list .sales {
	background:url(../img/sale.png) no-repeat left center;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 76px;}
#homepromo_list .sales span {
	position: absolute;
	top: 20px;
	right: 5px;
	color: red;
	font-weight: 700;
	font-size: 26px;
	border: 5px solid red;
	padding: 5px 20px;
	transform: rotate(25deg);
	border-radius: 5px;}

@media (max-width:767px) {
	#homepromo_list .price_display {
		width:90%;
		/*height:85px;*/
		float:left;
	}
	#homepromo_list .price_display span.old-price, #homepromo_list .price_display span.old-price span,
	#homepromo_list .price_display span.price-percent-reduction {
		font-size: 10pt;
		margin-top:0;
	}

	#homepromo_list .price_display span.price {
		font-size:38px;
}
@media (max-width:480px) {
	.blockhomepromo h2 {
		text-align:left;
		font-size:100%;
	}
	#homepromo_list ul li img {
		padding:5px;
		height:auto;
		width:90%;
	}

}
