.cat_desc {
	margin: 15px 0px 30px 0px;
	/*border-bottom: 1px dotted #59A0F7;
	background:#F7F7F7;*/

}
.cat_desc h1 { margin-top: 0px; margin-bottom: 30px; }
.cat_desc_1 {
	margin-bottom: 20px;
}

.cat_desc_l > p {  line-height: 1.4em; }

.cat_desc_l > p > strong { color: #C9D71A !important; }

.cat_desc_r { visibility: hidden; }

/* PRODUCTS LIST */

#product_list {

}
		
#product_list article {
	border: 1px solid #fff;
	margin: 1%;
	padding: 15px;
	border-radius: 0px;
	background-color: #fff;
}
#product_list article .col-lg-6 { max-width: 48% !important; }
#product_list article .col-lg-4 { max-width: 31.333333% !important; }
#product_list article .col-lg-3 { max-width: 23% !important; }
#product_list article .col-lg-2 { max-width: 14.666667% !important; }

#product_list article:hover {
	border-color:  #F3F3F3;
	background-color: #F3F3F3;
	box-shadow: 5px 5px 30px #ccc
}

#product_list article .padder {


}

#product_list h2 {
	font-size: 22px;
	line-height: 1.1em;
	color:#444;
	border: none;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	margin-top: 0px;
	font-weight: 400;
	text-align: center;
}

#product_list h2 a {
	color: #444;
	text-decoration: none;
}

#product_list h2 a:visited {
	color: #444;
	text-decoration: none;
}

#product_list h2 a:hover {
	color: #444;
	text-decoration: underline;
}

#product_list .d_img {
	text-align: center;
	margin-bottom: 15px;
}
#product_list .d_img > a > img { }

#product_list .d_info {
	color: #000;
	text-align: center;
}

#product_list .d_info_desc {
	color: #444;
	line-height: 1.2em;
	text-align: center;
	/*border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;*/
	/*padding: 10px 0px;
	margin: 20px 0px;*/
}


#product_list .prod_price_inf {
	float: left;
	width: 85px;
	text-decoration: line-through;
	min-height: 15px;
	line-height: 15px;
	
}

#product_list .red { color:#F00; }


#product_list .d_price {
	text-align: left;
}
#product_list .d_price .prod_price {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: 700;
	color: #C9222F;
	padding-top: 5px;
	text-align: center;
}

#product_list .d_discount {
	width: 72px;
	height: 72px;
	font-size: 16px;
	line-height: 70px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: url(/template/images_shop/bg_d_discount.png) no-repeat top left;
	position: relative;
	top: -310px;
	left: 0px;
	z-index: 5000;
}


#product_list .d_buy {
	font-size: 16px; 
}
#product_list .d_buy .btn { font-size: 15px; border-radius: 50px; padding-left: 30px; padding-right: 30px; }
#product_list .d_buy .fa-heart { color: #999; font-size: 28px; margin-top: 5px;}
#product_list .d_buy { text-align: center; }
#product_list .d_buy .btn_buy .fa { font-size: 18px; margin-right: 3px; }

#product_list .btn_stock {
	font-size: 14px;
	padding-top: 17px;
	color: #EE2E24;
	height: 38px;
}


#product_list .prod_img {
	border: 1px solid #8DABBE;
	vertical-align: middle;
	text-align: center;
}




/* PRODUCT LIST 1 */
.product_list_1 {

}
		
.product_list_1 > div { 
	/*border: 1px solid #CCC;*/

}
.product_list_1 > div:hover { 
	transition: all 0.4s ease;
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	background: linear-gradient(180deg, #fff 70%, #F4F4F4);
}

.product_list_1  .d_info {
	height: 65px;
	font-weight: 300;
	padding: 0px 15px 5px 15px;
	font-size: 1em;
	line-height: 1.2em;
	overflow: hidden;
	text-align: center;
}

.product_list_1  .d_info a {
	color: #333;
	text-decoration: none;
}

.product_list_1  .d_info a:visited {
	color: #333;
	text-decoration: none;
}

.product_list_1  .d_info a:hover {
	color: #333;
	text-decoration: underline;
}

.product_list_1  .d_img {
	text-align: center;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	/*height: 230px;*/
	overflow: hidden;
}
.product_list_1  .d_price {
	padding: 0px 15px 10px 15px;
	font-size: 1em;
	text-align: center;
}

.btn-buy { background-color: #C9222F; border-color: #C9222F; border-radius: 3px;  font-size: 18px; color: #fff; text-transform:uppercase; flex: 1 1 auto; margin-left: 10px; }
.btn-buy .fa { color: #fff; font-size: 21px; margin-right: 10px; }


.btn-black { 
	background-color: #525252;
	border-color: #525252;
}

.btn-black:visited { color: #FFF !important;  text-decoration: none;}
.btn-black:link { color: #FFF !important; text-decoration: none; }

.btn-black:hover, .btn-black:focus { 
	background-color: #000;
	border-color: #000;
}


.category-description {

}



@media (min-width: 320px) {
	#product_list .d_img {	height: auto; }
	#similar_p { background-color: #fff; }
	#similar_p h2 { font-size: 2.2em; color: #000; }
	#product_list .col-lg-3 {width: 98%; } 
	#product_list article { border-bottom: 10px solid #E5E5E5; margin-bottom: 15px; }
	#list_view { display: none; }
	.cat_desc_box {  margin-bottom: 30px; padding-bottom: 30px;  }
	.cat_desc h1 {  font-weight: 700; font-size: 36px; }
	#product_list .d_img { padding: 0px; }
}

	
@media (min-width: 576px) {
	#product_list .col-sm-6 { max-width: 48%; } 
	#product_list article { border-bottom: 1px solid #E5E5E5; margin-bottom: 1%; }
}

@media (min-width: 768px) {
	#product_list article {  }
	#product_list .d_img {  }
	#product_list .d_img > a > img { }
	#similar_p { background-color: transparent; }
	#similar_p h2 { font-size: 2.2em; color: #333; }
	#product_list .col-md-4 { max-width: 31.333333%; } 
	#product_list .col-md-3 { max-width: 23%; 
	#list_view { display: block; }
	
}
@media (min-width: 992px) {
	#product_list .col-lg-3 { max-width: 23%; } 
	#product_list .col-lg-2 { max-width: 14.666667%; } 

	.cat_desc_box { margin-bottom: 30px; }
	.cat_desc h1 {  font-weight: 700; font-size: 55px; }

}
@media  (min-width: 1200px) {
	#product_list article {  }
	#product_image {  }
	#product_list .d_img {  }
}
@media (min-width: 1600px) {
	#product_image { }
}