.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 #DFE8EE;
	background-color: #fff;
	margin: 1%;
	padding: 15px;
	border-radius: 1px;
}

#product_list article .card-footer { background-color: #FFF; border: none; }


#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:  #aaa;
}

#product_list article .card-body {
	padding: 0px;
}
#product_list article .card-footer {
	padding: 0px;
}

#product_list h2 {
	font-size: 1em;
	line-height: 1.2em;
	color:#000;
	border: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-weight: 700;
	min-height: 50px;
}

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

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

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

#product_list .d_img {
	text-align: center;
}
#product_list .d_img > a > img { }

#product_list .d_info {
	color: #000;
}

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


#product_list .prod_price_inf {
	text-decoration: line-through;	
	margin-top: 10px;
	margin-bottom: -10px;
}

#product_list .red { color:#E60000; }


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

#product_list .d_discount {
	width: 65px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #E60000;
	z-index: 5000;
	/*
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0.6rem;
}




#product_list .d_buy {
	font-size: 16px; 
}
#product_list .d_buy .btn { font-size: 15px; }
#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;
}


/* PRODUCTS LIST HORIZONTAL */

#product_list_h {

}
		
#product_list_h article {
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 5px;
}
#product_list_h article .col-lg-6 { max-width: 48% !important; }
#product_list_h article .col-lg-4 { max-width: 31.333333% !important; }
#product_list_h article .col-lg-3 { max-width: 23% !important; }
#product_list_h article .col-lg-2 { max-width: 14.666667% !important; }

#product_list_h article:hover {
	border-color:  #aaa;
}

#product_list_h article .padder {


}

#product_list_h h2 {
	font-size: 22px;
	line-height: 1.1em;
	color:#000;
	border: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-weight: 700;
}

#product_list_h h2 a {
	color: #000000;
	text-decoration: none;
}

#product_list_h h2 a:visited {
	color: #000000;
	text-decoration: none;
}

#product_list_h h2 a:hover {
	color: #000000;
	text-decoration: underline;
}

#product_list_h .d_img {
	text-align: center;
	padding-right: 0px;
}
#product_list_h .d_img > a > img { }

#product_list_h .d_info {
	color: #000;
}

#product_list_h .d_info_desc {
	color: #444;
	font-size: 1em;
	line-height: 1.2em;
	padding: 20px 0px;
}


#product_list_h .prod_price_inf {
	text-decoration: line-through;
	min-height: 15px;
	line-height: 15px;
	
}

#product_list_h .red { color:#F00; }


#product_list_h .d_price {
	/*
	float: left;
	width: 85px;
	box-sizing: border-box;
	*/
	text-align: right;
}
#product_list_h .d_price .prod_price {
	font-size: 24px;
	margin-top: 10px;
	line-height: 26px;
	font-weight: 700;
	color: #09F;
}

#product_list_h .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_h .d_buy {
	font-size: 16px; 
	margin-top: 20px; 
}
#product_list_h .d_buy .btn { font-size: 15px; }
#product_list_h .d_buy .fa-heart { color: #999; font-size: 28px; margin-top: 5px;}
#product_list_h .d_buy { text-align: center; }
#product_list_h .d_buy .btn_buy .fa { font-size: 18px; margin-right: 3px; }
#product_list_h .btn_stock {
	font-size: 14px;
	padding-top: 17px;
	color: #EE2E24;
	height: 38px;
}


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

#list_view { color: #666; border: 1px solid #DFE8EE; margin-top: 25px; padding: 5px 15px; }

#list_view .fas { font-size: 20px; margin-right: 10px; color: #666;}

/* 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;
}

.product-desc { }
.product-desc h1 { font-size: 1.6em; line-height: 1.2em; font-weight: bold; }

.q-group { 
	width: 150px;
	display: inline-block;
}
.b-group { 
	width: auto;
	display: inline-block;

}

.btn-number { background-color:#E3E9F2; border-color: #E3E9F2; color: #0066AA; font-weight: bold; font-size: 26px; line-height: 26px; min-width: 40px; padding-bottom: 10px; z-index: 0 !important; }
.btn-number .fas { color: #FFF; font-size: 22px;  color: #FFF; }
.btn-number-p { border-radius: 0px; border-left-width: 0px;  }
.btn-number-m { border-radius: 0px; border-right-width: 0px;}
.input-number { border-radius: 0px; border-left-width: 0px;  background-color:#fff;  border-right-width: 0px; border-color:#E3E9F2; color: #333; height: auto !important; width: 50px !important;  text-align: center;  }

.btn-number:hover { background-color: #0066AA; border-color: #E3E9F2; }
.btn-buy { background-color: #0066AA; border-color: #0066AA; border-radius: 0px;  font-size: 18px; color: #D8D8D8; text-transform:uppercase; padding: 10px 0px; flex: 1 1 auto;  }
.btn-buy .fa, .btn-buy .fas { color: #fff; font-size: 21px; margin-right: 10px; }
.btn-buy-1 { width: 100%; margin-top: 15px;  }

.btn-buy-big { height: auto;  } 
.btn-buy-big .fas { margin-right: 5px; color: #FFF; font-size: 30px; color: #FFF; }
.q-group-big { /*width: 85px;*/ }
.q-group-big .input-number {  height: 51px; width: 50px !important;; }
.q-group-big .btn-number-p, .q-group-big .btn-number-m {  font-size: 12px; padding: 3px 6px;}

.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 {
	z-index: 9000 !important;
	/*width: 65%;*/
	color: #67141A;
	padding-left: 300px;
	padding-right: 300px;
	text-align: center;
}



/* PRODUCT DESCRIPTION */
#topline { border-bottom: 1px solid #ccc;}
#product_desc_h {
	/* border-bottom: 1px dotted #ccc; */
	margin-bottom: 30px;
}
#product_desc_h h1{
	margin: 25px 0px 10px 0px;
}
#product_desc {
	font-size: 1em;
	clear: both;
}
#product_desc .d_img {
	width: 220px;
	float: left;
}
#product_desc .d_info {
	margin-bottom: 20px;
	float: left;
}
#product_desc .prod_img {
	/*border: 1px solid #8DABBE;*/
	vertical-align: middle;
	text-align: center;
	margin-bottom: 5px;
}
#product_buy {

}

#product_buy .far { 
	color: #555;
	min-width: 30px;
	font-size: 19px;
}

.product-buy {
	background-image: linear-gradient(#FFF, #F4F6FA); box-shadow: 2px 5px 7px 0 #E3E9F2; border: 1px solid #E3E9F2;	
}


.buy-info { border-radius: 0; }
.buy-info p { margin: 2px 0px; color: #555; }
.buy-info p strong { font-weight: 700; color: #555; } 
.buy-info .fas { font-size: 19px; color: #555; min-width: 30px; }
.buy-info .list-group-item { border-color: #E3E9F2 !important; }
.buy-info .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.buy-info .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#product_buy .red { background-color: #FFF !important; }

#product_addcart {
	 background-color: #ccc;
}

#product_prices {	
	margin-bottom: 30px;
	margin-top: 10px;
}

#product_prices h3 { font-size: 16px; color:#888; margin-bottom: 5px; font-weight: bold;}
#product_prices .price {	
	border-bottom: 1px solid #959595;	
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 280px;
}
#product_prices .price > .price_opt {	
	width: 30px;
	float: left;	
}
#product_prices .price .price_inf {	
	width: 228px;
	float: right;	
}
#product_prices .product_quant { padding-bottom: 10px; 	}

#product_r_col {
	width: 220px; 
	float: right; 	
}

#product_r_col > p > a { font-size: 1.1em; line-height: 1.2em; }
#product_image {
	/* margin-top: 15px; */
	/*min-height: 464px;*/
}
#product_image .img_info {
	font-size: 10px;
	color: #999;
	text-align: center;
}
#product_images_tools {
	/*border-top: 1px solid #96D0F3;*/
	padding: 0px 0px 5px 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #DD8500;
}

#product_images_tools a:link {
	color: #DD8500;
}
#product_images_tools a:visited {
	color: #DD8500;
}
#product_images_tools a:hover {
	color: #DD8500;
}

#prod_img_box_fr {
	width: 380px;
	margin-bottom: 10px;
	padding: 40px 0px 40px 0px;
	background-color: #ccc;
}

#prod_img_box {
	width: 360px;
	overflow: hidden;
	margin: 10px 0px 0px 10px;
	text-align: center;
}
#product_thumbs {
	margin: 30px 0px; 
	padding: 0px;
	list-style-type: none;
}
#product_thumbs li {
	list-style-type: none;
	float: left;
	border: 1px solid #ccc;
	margin: 5px 5px 0px 0px;
	padding: 2px;
	width: calc(25% - 5px);
	/*background: #96D0F3;*/
}

#product_price {
	margin-bottom: 10px;
}

#product_price td {
	padding: 5px 10px 5px 0px;
	/*border-bottom: 1px dotted #000000;*/
}
#product_price .sel_opt {
	/*border: 1px solid #000000;*/
	background-color:#CCC;
}
#product_price .buycell {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #000000;
}

#product_price .no_brd_b { 
	border-bottom: 1px dotted #FFFFFF;
	padding: 15px 0px 0px 0px;
}

.product-options { 
	border-bottom: 1px solid #E3E9F2; 
	margin-right: 15px;
	margin-left: 15px; 
}

.product-option { border-top: 1px solid #E3E9F2; padding: 15px;  }
.product-option .option-radio {background-color: #E3E9F2; margin: -10px; padding: 10px 0px; text-align: center; border-radius: 5px; }
.product-option input[type="radio"]:checked { background-color: #fff; }
.product-option:hover { background-color: #E3E9F2; }


.product-description { 
	border-top: 1px solid #E3E9F2; 
	border-bottom: 1px solid #E3E9F2;
	margin-top: 40px;
	margin-bottom: 40px;
}

.product-description-itm {
	background-color: #E3E9F2;
	color: #444;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	background-color: #E3E9F2; 
}

.big_price {
	font-size: 2.1em;
	color: #0066AA;
}
.med_price {
	font-size: 1.1em;
}

.old-price {
	font-size: 1.1em;
	color: #444;
	margin-top: 15px;
}

.buy-info {

}

.buy-info .fa-solid {
	font-size: 1.7em;
	color: #809BC6;
}
.cat_title {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 10px 15px 10px;
	background: url(/template/images_shop/bg_cat_title.gif) repeat-x left bottom;
	clear: left;
}
.msg_alert {
	padding: 10px 10px 10px 65px;
	background: #FFF1BB url(/template/images_shop/bg_msg_alert.gif) no-repeat center left;
	border: 2px solid #FECF5C;
	color: #E15500;
}
.msg_alert h2 {
	font-size: 16px;
	font-weight: bold;
	color: #E15500;
}

#similar_p {
	margin-bottom: 30px;
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #E3E9F2;
}
#similar_p h2 {
	font-size: 2.2em;
	padding-bottom: 3px;
	margin: 0px 0px 13px 0px;
	color: #333;
}
#related_p {
	margin-top: 20px;
	/*border-top: 3px solid #CCCCCC;*/
	float: left;
	width: 100%;
}

#rel_help_pages {
	margin-top: 0px;
	border-top: 3px solid #CCCCCC;
	float: left;
	width: 100%;
}



.s_cart {

}
.s_cart th {
	background-color: #000;
	color: #FFF;
	border-right: 2px solid #FFFFFF;
	vertical-align: top;
	padding: 5px;
}

.s_cart td {
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}

.s_cart .line_sep {
	border-bottom: 2px solid #333;
}

.line_sep {
	border-bottom: 1px solid #333;
}

.old_price {
	text-decoration: line-through;
}

.prod_discount {
	width: 120px;
	color: #FFFFFF;
	text-align: center;
	background-color: #E60000;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;	
	padding: 5px;	
	margin-bottom: 15px;
}



.btn_link { }
.btn_link a:link {
	background-color: #333;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.5em;
	text-decoration: none;
	border-radius: 20px; /* future proofing */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	padding: 3px 15px 3px 15px;
	margin: 20px 0px 20px 0px;
	float: left;
}
.btn_link a:visited {color: #fff;}
.btn_link a:hover {
	color: #fff; 
	background-color: #000;
	-webkit-transition: background 0.2s ease-in-out 0s;
	-moz-transition: background 0.2s ease-in-out 0s;
	-o-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s;
}


div.add-cart-confirm {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(0,0,0,0.6);
	z-index: 9000;
	position: fixed;
	top: 0;
	left:0;
	text-align: center;
	padding: 30px 25px 25px 25px;
	color: #000;
	font-size: 1.2em;
	display: none;
	box-shadow: 3px 0px 5px #999;
}
div.add-cart-confirm-msg {
	background: #FFF;
	padding:30px;
	margin:auto;
	width: 320px;
	border-radius: 0px;
	border: 1px solid #000;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.header_cart {
	width: 680px;
	font-size: 0.9em;
	background-color: #FFF;
	color: #000;
	border-color: #fff;
	box-sizing: border-box;
	padding: 30px;
	right: 0px;
	margin-top: -2px;
}
.header_cart li { border-bottom: 1px dashed #ccc; float: left; padding: 5px 0px 5px 0px; }
.header_cart .hc_itm_img { width: 55px; float: left; }
.header_cart .hc_itm_img img { border: 1px solid #FFF; background-color: #FFF; }
.header_cart .hc_itm_tit { width: 360px; float: left; margin-left: 10px; ; }
.header_cart .hc_itm_qwt { width: 15px; background-color: #CCC; }
.header_cart .hc_itm_price { width: 120px;  margin-left: 10px; float: left; color: #000; }
.header_cart .hc_itm_price .fa { color: #000; }
.header_cart .hc_itm_del { width: 20px; float: left; }
.header_cart .ht_top { width: 100%; float: left; border-bottom: 2px solid #0099FF; font-size: 1.4em; margin-bottom: 15px; padding-bottom: 10px; }
.header_cart .fas { color: #333 !important; font-size: 18px; }

.header_cart li a { text-decoration: none !important; color: #000; }
.header_cart li a:hover { text-decoration: underline; }

.header_account {
	width: 220px;
	font-size: 0.8em;
	background-color: #FFF;
	color: #000;
	border-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	margin-top: -2px;
}
.header_account li { border-bottom: 1px dashed #ccc; float: left; padding: 5px 0px 5px 0px; }

.modal-dialog { z-index: 8000; }
.modal-content { border-radius: 2px; }

.modal { z-index: 9000; }




.nav-tabs {
	/*border-bottom: none !important;*/
}
.nav-tabs > li > a .fa { font-size: 17px; margin-right: 2px; }
.nav-tabs > li > a {
	/*border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;*/
	border-radius: 5px !important;
	text-decoration: none;
	color: #666;
	font-size: 1em;
	border-color: #fff;
	color: #333 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	/*background-color: #FFF1D2 !important;
	border-color: #FFF1D2;*/
	color: #333 !important;
}
.tab-pane { padding-top: 30px; }
.divider { border: 1px dashed #BBB; }
.cart-sum { font-size: 20px; padding-left: 15px; }

label.error {
  color: red;
  font-size: 0.9em;
  padding-bottom: 10px;
}
label.error {
  color: red;
  font-size: 0.9em;
  padding-bottom: 10px;
}
.btn-menu {
	background-color: #FFF !important;
	border-color: #0066AA;
	color: #0066AA !important;
	text-decoration: none !important;
	border-radius: 3px;
}
@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 .col-6 { max-width: 48%; } 
	#product_list article { border-bottom: 10px solid #DFE8EE; margin-bottom: 15px; }
	#list_view { display: none; }
	.cat_desc_box {  margin-bottom: 30px; padding-bottom: 30px;  background-image: linear-gradient(#FFF, #F4F6FA); }
	.cat_desc h1 {  font-weight: 700; font-size: 36px; }
	#product_list .d_img { padding: 0px; }
	.product-option .option-radio { margin: 0px; }
	#coll_menu_btn { display: inline-block; margin-bottom: 15px; 
}

	
@media (min-width: 576px) {
	#product_list .col-sm-6 { max-width: 48%; } 
	#product_list article { border-bottom: 1px solid #DFE8EE; 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%; } 
	#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; }
	.product-option .option-radio { margin: -10px;  }
	#coll_menu_btn { display: none; }

}
@media  (min-width: 1200px) {
	#product_list article {  }
	#product_image {  }
	#product_list .d_img { padding-top: 10px; padding-left: 10px; padding-right: 10px; }
}
@media (min-width: 1600px) {
	#product_image { }
	
	#product_list .d_img > a > img {
    display: block;
    width: auto;
	margin:auto;
    max-height: 248px;
	}
}