/* LISTADO DE PRODUCTOS CATEGORIAS */
.product_list {
  padding: 0px;
}
.grid_producto {
  list-style: none;
}
.grid_producto .product-container {
  background-color: #f6f4f3;
  padding: 25px 20px 5px;
  margin-bottom: 30px;
} 

.grid_producto .product-name {
	margin: 0 0 20px 0;
	font-size: 15px;
	padding: 0px;
	text-transform: uppercase;
	height: 15px;
	overflow: hidden;
}

.grid_producto .product-name a {
	color: #5B6167;
}

.botones {
	font-size: 15px;
	height: 40px;
	margin-left: -5px;
}

.botones .button {
	color: #20C0CE;
	font-size: 15px;
	padding: 5px 10px;
}

.botones .lprice {
	font-size: 15px;
    height: 40px;
    line-height: 30px;
}

.product-container .new-box:before {
	 width: 0px;
	height: 0px;
	border-top: 22px solid #13B6C9; border-left: 22px solid transparent; 
	display: block;
	float: left;
	content: " ";
	margin-left: -22px;
	margin-bottom: 0px;
	padding-right: 4px;
}


.product-container .new-box {
	position: absolute;
	top: 45%;
	right: 0%;
	color: #FFF;
	background-color: #13B6C9;
	width: 25%;
	margin-right: 15px;
	line-height: 22px;
	height: 22px;
	text-decoration: none;
	text-transform: uppercase;
} 


.product-container .sale-box:before {
	 width: 0px;
	height: 0px;
	border-top: 22px solid #ff3649; border-left: 22px solid transparent; 
	display: block;
	float: left;
	content: " ";
	margin-left: -22px;
	margin-bottom: 0px;
	padding-right: 4px;
}


.product-container .sale-box {
	position: absolute;
	top: 45%;
	right: 0%;
	color: #FFF;
	background-color: #ff3649;
	width: 25%;
	margin-right: 15px;
	line-height: 22px;
	height: 22px;
	text-decoration: none;
	text-transform: uppercase;
} 

.product_list {
	margin-bottom: 0px;
}

.product-container .stamps-box {
	position: absolute;
	top: 42%;
	right: 0%;
	margin-right: 15px;

}
.product-container .stamps-box span {
	display: block;
	height: 30px;
	width: 138px;
	background-image: url("img/stamps-products.png");
	background-repeat: no-repeat;
}

.product-container .stamps-box .es_stamp-sale {
	background-position: 0px -30px;
}

.product-container .stamps-box .en_stamp-sale {
	background-position: -138px -30px;
}

.product-container .stamps-box .es_stamp-new {
	background-position: 0px -60px;
}

.product-container .stamps-box .en_stamp-new {
	background-position: -138px -60px;
}

.product-container .stamps-box .es_stamp-sold-out {
	background-position: 0px -90px;
}

.product-container .stamps-box .en_stamp-sold-out {
	background-position: -138px -90px;
}

.product-container .stamps-box .es_stamp-recommended {
	background-position: 0px 0px;
}

.product-container .stamps-box .en_stamp-recommended {
	background-position: -138px 0px;
}