/*******************************************************
Product list Styles 
********************************************************/
.product-container {
	text-align: center;
	margin-bottom: 30px;
}
.product-container .left-block {
	position: relative;
	overflow: auto;
}
.product-container .right-block {
	position: relative;
}
.product-container .label {
	position: absolute;
	top: 15px;
	/*SELF EDIT 20170902
	font-size: 11px;
	*/
	font-size: 15px;
	font-weight: 400;
	/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	padding: 5px 6px;
	color: white;
	/*SELF EDIT 20170902
	line-height: 10px;
	*/
	line-height: 145%;
	min-width: 40px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.product-container .label-new {
	right: 15px;
	background: #77c66d;
}


.rtl .product-container .label-new {
	left: 15px;
	right: auto;
}
.product-container .label-sale {
	top: 39px;
	right: 15px;
	background-color: #f65b47;
}
.rtl .product-container .label-sale {
	left: 15px;
	right: auto;
}
.product-container .label-reduction {
	left: 15px;
	background-color: #f65b47;
}
.rtl .product-container .label-reduction {
	right: 15px;
	left: auto;
}
.product-container .label-reduction:before {
	color: #fe6658;
}


.product-container .content_price {
	margin: 0 0 5px;
}
.product-container .price {

	color: 666666;
		/*SELF EDIT 20170902
	font-size: 15px;
	color: black;
	*/
	font-size: 20px;
	font-weight: 700;
}
.product-container .price-old, .product-container .old-price {
	color: #666666;
	text-decoration: line-through;
}
.product-container .name {
/*SELF EDIT 20170902
	height: 25px;
	overflow: auto;
	*/
	
	margin: 0 0 5px;
		/*SELF EDIT 20170902
	font-size: 14px;
	*/
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
}
.product-container .name a {
/*SELF EDIT
color: #333333;
*/
	color: #666666;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	text-decoration: none;
		/*SELF EDIT 20170902
	line-height: 21px;
	*/
	line-height: 145%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
.product-container .name a:hover {
	color: #e6c302;
}
.product-container .product-image-container {
	position: relative;
	/*
	overflow: auto;
	*/
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.product-container .box-buttons {
	position: absolute;
	top: 25%;
	width: 40px;
	right: 15px;
}
.rtl .product-container .box-buttons {
	left: 15px;
	right: auto;
}
.product-container .box-buttons .btn {
	margin: 2px 0;
	padding: 0;
	border: none;
	text-align: center;
	/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	background-color: white;
	display: inline-block;
	/*SELF EDIT 20170902
	font-size: 16px;
	*/
	font-size: 18px;
	color: #999;
		/*SELF EDIT 20170902
	line-height: 40px;
	*/
	line-height: 145%;
	width: 40px;
	/*
	height: 40px;
	*/
}
.product-container .box-buttons .btn:hover {
	color: white;
	background-color: #e6c302;
}
.product-container .box-buttons i {
	line-height: 35px;
}

/*******************************************************
Product list(Grid, list) Styles
********************************************************/
#tiva-grid .product-container {
	margin-bottom: 45px;
}

#tiva-list .product-container {
	text-align: left;
}
.rtl #tiva-list .product-container {
	text-align: right;
}
#tiva-list .product-container .product-image-container {
	margin-bottom: 0;
}
#tiva-list .product-des {
	margin-bottom: 20px;
}