.checked {color: gold;}
#wp_detail_product {
	min-height: 500px;
	font-family: "Averta_Bold";
}
#list_image_small a.image {
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 5px;
	overflow: hidden;
}
#wp_detail_product {
	padding: 50px 0;
	background: #f5f5f5;
} 
#wp_detail_product .w3-red, .w3-hover-red {background: #fff;}
#wp_detail_product .w3-red, .w3-hover-red:hover {
	background: #fff;
}

#wp_detail_product .group_top {
	display: grid;
	grid-template-columns: 60% 40%;
	background: #fff;
	padding: 10px;
}
#wp_detail_product .show_thumb {
	margin-right: 30px;
	position: relative;
}
#wp_detail_product .show_thumb img {
	width: 100%;
	max-height: 500px;
	object-fit: contain;
}
#wp_detail_product .button_next {
	position: absolute;
    top: 40%;
    z-index: 100;
    right: 0;
    font-size: 30px;
}
#wp_detail_product .button_prev {
	position: absolute;
    top: 40%;
    z-index: 100;
    left: 0;
    font-size: 30px;
}

#wp_detail_product .show_thumb .w3-content {
	padding: 10px;
	border: 1px solid #9e9e9e40;
}
#wp_detail_product .group_bottom {
	display: grid;
	grid-template-columns: 75% 25%;
	background: #fff;
	padding: 10px;
	margin-top: 60px;
}
#wp_detail_product .group_bottom .contents h1.cat {
	background: #be0000;
	color: #fff;
	text-transform: uppercase;
	width: 30%;
	text-align: center;
	padding: 15px;
	margin: 15px 0;
}
#wp_detail_product .group_bottom .contents .content_pro {
	line-height: 23px;
	margin-top: 30px;
	padding: 30px 55px;
	text-align: justify;
}
#wp_detail_product .wp_description {
	line-height: 1.3;
}
#wp_detail_product .wp_description h1.title {
	text-transform: uppercase;
	color: #4a90e2;
	font-size: 20px;
	padding-bottom: 0px;
	color: #191919;
	font-weight: bold;
	font-size: 17px!important;
	margin-bottom: 20px;
}
#wp_detail_product .wp_description .ratting {margin-bottom: 15px;}
#wp_detail_product .wp_description .description {
	font-size: 15px;
	color: black;
	color: #333;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 10px 15px;
	float: left;
	width: 100%;
	text-align: justify;
}
#wp_detail_product .wp_description .banner_caption ul li {
	float: left;
	width: 33%;
	padding: 5px 10px;
}
#wp_detail_product .wp_description .banner_caption {
	border: #e6e6e6 solid 1px;
	border-radius: 4px;
	margin: 15px 0px 10px 0px !important;
	padding: 40px 10px 5px 10px;
	position: relative;
	float: left;
	width: 98%;
	background: #f9f9f9;
	position: relative;
}
#wp_detail_product .wp_description .banner_caption ul li .icon {
	font-size: 38px;
	display: table;
	margin: 0 auto;
	color: #6d6d6d;
	margin-bottom: 6px;
}
#wp_detail_product .wp_description .banner_caption ul li .title {
	text-align: center;
}
#wp_detail_product .wp_description .banner_caption .wp_phone {
	background: #b21117;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: -13px;
	left: 10px;
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	clear: both;
	padding: 5px 15px;
}
#wp_detail_product .wp_description .banner_caption .wp_phone i {
	font-size: 20px;
	margin-right: 10px;
}

#wp_product_sale {
	margin-top: 35px;
}
#wp_product_sale h1.cat {
	margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #be0000;
}
#wp_product_sale h1.cat a {
	display: inline-block;
    background: #be0000;
    color: #fff;
    padding: 10px;
    padding-right: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
#wp_product_sale a.title {
	padding: 10px;
    display: block;
    color: #f05a28;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.add_to_cart {
	margin-top: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
    border: none;
    background: #b21117;
    font-size: 21px;
    font-weight: 700;
    padding: 14px 15px;
    line-height: 20px;
    min-width: 350px;
}
.add_to_cart i {margin-right: 8px;}
.add_to_cart:hover {
   background: #ffe000;
}

/*-------------------------------------------*/
@media screen and (max-width: 1024px) {
	.wp_inner {width: 100%;}
}

@media screen and (max-width: 960px) {
	#wp_detail_product .group_top {grid-template-columns: 100%;}
	#wp_detail_product .show_thumb {margin-bottom: 40px;}
}
@media screen and (max-width: 768px) {
	#wp_detail_product .group_bottom {grid-template-columns: 100%;}
	#wp_detail_product .group_bottom .contents h1.cat {width: 100%;}
	#wp_detail_product .group_bottom .contents .content_pro {padding: 30px 15px;}
}

@media screen and (max-width: 650px) {
	#list_image_small a.image {width: 60px; height: 60px;}
}





