.font-ec {
    font-family: 'Lato', sans-serif !important;
}

@media (max-width: 767px) {
.row-xs {
	margin-right: -10px;
    margin-left: -10px;
}
.row-xs .col-xs-6 {
	padding-right:5px;
	padding-left:5px;
}
}

.product-col {
    /* margin-bottom: 20px; */
    background-color: rgba(245, 245, 245, 0.8);
    padding: 18px;
    /* text-align: center; */
    /* padding-bottom: 10px; */
    text-align: center;
    border: solid 1px rgba(224, 224, 224, 0.9);
	position: relative;
}

.product-col.over {
	/*overflow: hidden;
	position: relative;*/
	height: auto;
	/*border-bottom: solid 1px #E9E9E9;*/
}
.product-col.over:hover {
}
.product-col .image {
	position: relative;
	margin: -18px;
	margin-bottom:16px;
}
.product-col h2 {
    margin-top: 0px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
}
.product-col h2 a {
	color:#000;
	font-weight:600;
}
.product-col h2 a:hover {
	color: #ed0f17;
	text-decoration: none;
}
.product-col .valor {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #ed0f17;
	display:block;
}
.product-col .valor-anterior {
	text-decoration: line-through;
	padding-left:10px;
	font-size: 12px;
	line-height: 16px;
	color:#999;
	display:block;
}
.product-col .tipo-unidad {
	font-size: 85%;
	color:#999;
	/*text-align:left;*/
}
.product-col .precio-color {
	color:#875f3e;
	margin-bottom:0px;
}
.product-col h2.limit {
	height: 60px;
	overflow: hidden !important;
	display: block;
	font-size: 16px;
}

.product-col .btn-sm {
    padding: 5px 9px;
	font-weight: 500;
	margin-right:8px;
}


.product-col .envio{
    position: absolute;
    left: 8%;
    z-index: 1;
    text-align: center;
    padding: 5px 10px;
    /* background-image: url(../img/tag-ofert.png); */
    margin-top: -10px;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 12px;
    border: solid 1px #eae5e5;
}

.img-mask {
	background-size: cover;
	background-position: center center;
	display: block;
	background-repeat: no-repeat;
	/*margin: 15px;*/
}
/* aca metimos mano

@media (min-width: 768px){	

.borde-producto {
	border-right: 1px solid #EEE;

}

} 

@media (min-width: 768px) and (max-width:991px){
.borde-producto {
	 margin-bottom: 40px;		 
}	

.lista-productos .col-sm-6:nth-child(2n) .borde-producto{
	border-right: 1px solid transparent;	

}

} 

@media (min-width: 992px) and (max-width:1199px){
.borde-producto {
	 margin-bottom: 60px;		 
}	

.lista-productos .col-md-4:nth-child(3n) .borde-producto{
	border-right: 1px solid transparent;
}

} 

@media (min-width: 1200px){
.borde-producto {
	 margin-bottom: 80px;		 
}	
.lista-productos .col-lg-3:nth-child(4n) .borde-producto{
	border-right: 1px solid transparent;
}
} 

*/

.borde-producto {
	border: 1px solid #E5E5E5;
	border-radius: 0px;
	overflow: hidden;
	margin-bottom:20px;
}
.borde-producto:hover {
	border: 1px solid #e1e1e1;
}
 @media (min-width: 768px) and (max-width:991px) {
 .borde-producto {
 margin-bottom: 40px;
}
}
 @media (min-width: 992px) and (max-width:1199px) {
 .borde-producto {
 margin-bottom: 50px;
}
}
 @media (min-width: 1200px) {
 .borde-producto {
 margin-bottom: 30px;
}
}



 .product-col.product-col-dos {
    float: left;
    display: inline-block;
	border: solid 5px #f1f1f1;
	padding:45px 14px;
}

.product-col.product-col-dos:hover {
    border: solid 5px #e1e1e1;
}

 .product-col.product-col-dos .image {
    position: relative;
    margin: 0px;
    margin-bottom: 16px;
    float: left;
    width: 48%;
    display: inline-block;
	padding-right: 15px;
}

 .product-col.product-col-dos .box-col-right {
    display: inline-block;
    float: left;
    width: 52%;
    position: relative;
}

.product-col.product-col-dos h2 {
    margin-top: 0px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
}

.product-col.product-col-dos .valor {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #ed0f17;
}

 .product-col.product-col-dos .sale-tag {
    /* width: 68px; */
    /* height: 78px; */
    position: absolute;
    right: 8%;
    z-index: 1;
    text-align: center;
    padding: 5px 10px;
    /* background-image: url(../img/tag-ofert.png); */
    margin-top: -35px;
    background-color: #2a8f01;
    border-radius: 2px;
}

 .product-col.product-col-dos .envio{
    position: absolute;
    left: 8%;
    z-index: 1;
    text-align: center;
    padding: 5px 10px;
    /* background-image: url(../img/tag-ofert.png); */
    margin-top: -35px;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 12px;
    border: solid 1px #eae5e5;
}

 .titulo-span-rojo {
    display: inline-block;
    background-color: #cc0000;
    margin-left: -8px;
    padding: 0px 10px;
    color: white;
	position:relative;
    font-weight: 500;
}

.titulo-span-rojo:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 12px;
	border-color: transparent transparent transparent #cc0000;
	position:absolute;
	content:"\A";
	right: -12px;
}

 .titulo-span-gris {
    display: inline-block;
    background-color: #8BC34A;
    padding: 0px 10px;
    padding-left: 21px;
    color: white;
    position: relative;
	font-weight: 500;
}

 .titulo-span-gris:hover {
    background-color: #cc0000;
	color:#FFF;
}

.titulo-span-gris:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 12px;
    border-color: transparent transparent transparent #efefef;
    position: absolute;
    content: "\A";
    left: 0px;
}

/*------------------*/
.carousel_productos_promo .owl-stage {
		display: flex;
	}
.carousel_productos_promo .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel_productos_promo .owl-item .item {
		display: flex;
	}
/*----------------*/	

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*-------------- AMPLIA -------------------*/

.descuento {
	width: 100px;
	/* height: 70px; */



    background: #76c51b;
	z-index: 1;
	border-radius: 3px;
	text-align: center;
	padding: 7px 10px;
	;
	display:block;
	float:left;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	margin-top:4px;
	margin-bottom:0px;
}

.select-num {
	width: 84px;
	margin-right: 4px;
	font-size: 16px;
}

sup {
	font-size: 14px;
	/*vertical-align: text-top;
    line-height: 36px;*/
    margin-left: 3px;
	font-weight: 500;
	display:none;
}
#mini-cart-list sup {
	font-size: 9px;
	line-height: 22px;
}

.precio {
	font-size: 38px;
    font-weight: 400;
    margin-right: 4px;
    color: #231f20;
    padding-right: 5px;
	line-height: 42px;
}
.antes {
	text-decoration: line-through;
	color: #808080;
	font-size: 24px;
	margin-right: 5px;
	padding-right:5px;
}

.separator-line-gris-3 {
    margin-bottom: 14px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #eee;
}

.marco-gris {
 border: 1px solid #dedede;
 display:block;
}

.btn-comprar {
    color: #fff;
    background-color: #1d1d1d;
    height: auto;
    width: auto;
    border: 1px solid #1d1d1d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.btn-comprar:hover, .btn-comprar:focus, .btn-comprar:active, .btn-comprar.active, .open>.dropdown-toggle.btn-comprar {
    background-color: #698c00;
    border: 1px solid #70920a;
}


/*---------------------*/

.posts-shares-amplia {
float:left;
width:100%;
}

.share-buttons-amplia {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding-top: 4px;
	padding-bottom: 4px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
}

.share-buttons-amplia h5 {
float:left;
text-align:center;
font-size:12px;
text-transform:uppercase;
position:relative;
font-weight:700;
margin-right:20px;
margin-bottom:4px;
margin-top: 8px;
}

.social-shares-amplia {
display:block;
padding:0;
}

.social-shares-amplia ul {
list-style:none;
margin:0;
padding:0;
padding-top:4px;
}

.social-shares-amplia ul li {
float:left;
list-style:none;
margin:0 0 0px;
padding:0;
}

.social-shares-amplia ul li a {
display:block;
float:left;
color:inherit;
background-image:none;
line-height:23px;
font-size:.9em;
margin:0 10px 0 0;
}

.social-share-amplias ul li a:hover i {
background:#fff;
color:#018d4e;
}

.share-pinterest {
background-image:none!important;
}

.social-shares-amplia ul li i {
display:inline-block;
font-size:14px;
background-color: #fff;
color: #231f20;
margin-right:6px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
width:26px;
height:26px;
text-align:center;
vertical-align:middle;
line-height:26px;
}
