.archive .term-description {
	padding-top: 15px;
}
.single-product .shop-container,
.single-product .breadcrumbs{
    background-color: #f5f5f5;
}
.shop-container .product-main > .row {
    padding-left: 16px;
    padding-right: 16px;
}
.shop-container .product-main .product-gallery,
.shop-container .product-main .product-info {
    background-color: #fff;
}
.shop-container .product-main .product-gallery {
    padding: 16px 10px!important;
}
.shop-container .product-main .product-info {
    padding: 16px!important;
}
.shop-container .product-main .product-sidebar {
    padding-left: 16px;
    padding-right: 0;
}
.product-policises {
    padding: 16px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0.25rem;
}
.product-main {
    padding-bottom: 24px;
    padding-top: 0;
}
.product-policises .icon-box-img+.icon-box-text {
    padding-left: 8px;
}
.product-policises .icon-box + * {
    margin-top: 10px!important;
    border-top: 1px dashed #f1f1f1;
    padding-top: 10px;
}
.product-policises .icon-box-img img {
    padding-top: 0;
	filter: invert(25%) sepia(97%) saturate(1611%) hue-rotate(194deg) brightness(95%) contrast(104%);
}
.product-thumbnails .col {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.product-thumbnails .col.is-selected a { 
    border-color: #ffae0d;
}
.product-thumbnails a {
    position: relative;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid transparent;
}
.product-thumbnails a img{
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
    transform: translateY(0)!important;
}
.woocommerce-breadcrumb, 
.woocommerce-product-gallery .image-tools {
    display: none;
}
.product-title {
    font-weight: 700;
    font-size: 20px;
}
.product-info .price-wrapper {
    margin: 15px 0 10px;
}
.product-info .price-wrapper span.amount {
    font-size: 20px;
    color: #ed3324;
    line-height: 24px;
}
.meta-pro {
    font-size: 14px;
}
.meta-pro .brand {
    margin-right: 8px;
}
.meta-pro .status_name,
.meta-pro a {
    color: var(--primary-color);
}
.meta-pro a+a::before{
    content: ',';
}
.compare-button {
    margin-top: 10px;
}
a.compare{
    color: var(--primary-color);
}
a.compare::before{
    content: "\f074";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
}
.product-promotion {
    background-color: #F9F9FB;
    padding: 10px;
    margin-bottom: 10px;
}
.product-promotion__heading {
    color: #fff;
    margin-bottom: 8px;
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.product-promotion__heading img{
    margin-right: 8px;
}
.product-promotion > ul, .product-promotion > div {
    margin-bottom: 0;
    border-radius: 4px;
    padding: 8px 8px 8px 15px;
    list-style-position: inside;
    background: #fff;
}
.product-promotion ul li, .product-promotion > div > * {
    padding: 3px 0;
    margin: 0;
}
.smb-cursor-pointer {
    cursor: pointer;
    color: #dc3545!important;
}
.quantity-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.quantity-wrap label{
    color: #727272;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    min-width: 80px;
}
.quantity-wrap .quantity{
    margin: 0;
}
.quantity-wrap .quantity input{
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    background-color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.quantity-wrap .button.minus,
.quantity-wrap .button.plus {
    width: 30px;
    height: 30px;
    padding: 4px;
    border: 1px solid #ced4da;
    color: #8c9196;
}
.quantity-wrap .button.minus{
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.quantity-wrap .button.plus {
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.quantity-wrap .qty {
    border: 0;
    width: 55px !important;
    max-width: max-content!important;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    height: 30px;
}
form.cart .button{
    transition: all 0.3s ease;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    border-radius: 4px;

}
form.cart button.single_add_to_cart_button {
    background-color: #fff!important;
    color: #f60000;
    border: 1px solid #f60000;
    margin-top: 10px;    
    text-transform: uppercase;
    margin-bottom: 10px;
}
form.cart {
    margin-bottom: 0;
}
form.cart button.single_add_to_cart_button:hover{
    background-color: #f60000!important;
    color: #fff;
    filter: brightness(1.2);
}
.btn-add-cart-new {
    background-color: #f60000;
}
.btn-add-cart-new:hover {
    opacity: .8;
}
.btn-add-cart-new span {
    font-weight: 400;
    font-size: small;
}
.btn-add-cart-new span:first-child {
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
}
.btn-add-cart-new span:first-child:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/btn_icon_addcart.webp);
}
.product-hotline a {
    font-weight: bold;
    color: #ffae0d;
}
.share-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}
.share-group .share-group__heading{
    margin-right: 16px;
}
.share-group__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s ease;
}
.share-group__item.facebook {
    background-color: #4267B2;
}
.share-group__item.messenger {
    background-color: #006AFF;
}
.share-group__item.pinterest {
    background-color: #E60023;
}
.share-group__item.twitter {
    background-color: #1DA1F2;
}
.share-group__item:hover {
    color: #fff;
    opacity: 0.6;
}
* + .share-group__item {
    margin-left: 8px;
}
.product-footer .woocommerce-tabs {
    padding: 15px;
    background-color: #fff;
    border-radius: 0.25rem;
    margin-bottom: 40px;
}
.product-footer .woocommerce-tabs,
.product-footer .woocommerce-tabs .tab-panels {
    border: none;
}
.product-footer .woocommerce-tabs .tab-panels {
    padding-top: 0;
}
.product-footer .woocommerce-tabs .product-tabs{
    display: none;
}
.single-product .entry-content h2{
    font-size: 32px;
}
.productAnchor-wrap {
    border-radius: 0.25rem;
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 40px;
}
.productAnchor_horizonalNav {
    display: flex;
    align-items: center;
}
.product_info_image {
    width: 100px;
    margin-right: 10px;
    position: relative;
}
.product_info_content {
    max-width: 500px;
}
.product_info_buttons {
    display: grid;
    margin-left: auto;
}
.product_info_buttons form{
    display: flex;
    align-items: center;
    gap: 15px;
}
.product_info_buttons form .quantity-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.product_info_buttons form.cart button.single_add_to_cart_button {
    margin: 0;
    height: 42px;
    background-color: #ed3324!important;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    padding: 3px 10px;
    min-width: 140px;
}
.product_info_name {
    line-height: 1.1;
    line-height: 1.4;
    color: #191919;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    padding: 2px 0;
}
.productAnchor-wrap .price span.amount{
    font-weight: bold;
    color: #ed3324;
}
.related-products-wrapper {
    border: none;
    border-radius: 4px;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 40px;
}
.heading-bar {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}
.related-products-wrapper .row,
.row-product, .products.row{
    margin-left: 0!important;
    margin-right: 0!important;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.product-small.product{
    padding: 0!important;
} 
.product-small.box{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
} 
.product-small.box .box-image{
    position: relative;
    padding: 8px;
    overflow: hidden;
} 
.product-small.box .box-text{
    padding: 10px;
} 
.product-small.box .title-wrapper a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    min-height: 40px;
} 
.product-small.box .price-wrapper{
    padding-bottom: 10px;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-small.box .price-wrapper span.amount{
    font-weight: bold;
    color: #ed3324;
    font-size: 16px;
    display: block;
}
.add_to_cart_button {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    font-size: 16px;
    background-color: #f60000;
    background-image: url(../images/icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 100%;
    color: #fff;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, .25);
}
.product-small.product .product-action{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.product-small.product .product-action a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    transition: all 0.22s ease-out;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 25%);
    border-radius: 100%;
    text-decoration: none;
}
.product-small.product .product-action a::before {
    margin-right: 0;
}
.product-small.product .product-action a.quick-view::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.product-small.product:hover .product-action{
    opacity: 1;
    z-index: 99;
    visibility: visible;
    align-items: center;
}
.product-small.product:hover .title-wrapper a{
    color: #025689;
}
.product-small.product .product-action a.compare.added {
    color: #fff;
    background: #025689;
}
.product-small.product img:hover {
    transform: translateY(-20px);
}
.list-coupon .slick-slide > div {
    line-height: unset;
}
.coupon_item {
	position: relative;
	background: #fff;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
	display: flex;
	min-height: 120px;
	border-radius: 5px;
	min-height: 100px;
}
.coupon_item .coupon_icon {
	width: 80px;
	flex: 0 0 80px;
	padding: 8px 4px 8px 8px;
	background-color: #0D6EFF;
	margin-left: 3px;
    position: relative;
    display: block;
    overflow: hidden;
}
.coupon_icon.pos-relative.embed-responsive[class*=embed-responsive-] img {
	max-width: calc(100% - 12px);
    --image-scale: 1;
    position: absolute;
    top: var(--img-top, 50%);
    left: var(--img-left, 50%);
    transform: translate(-50%, -50%) scale(var(--image-scale));
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
    width: auto;
    height: auto;
}
@media(max-width: 767px){
	.coupon_item {
		margin: 4px auto;
	}
}
.coupon_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -3px;
	height: 100%;
	width: 10px;
	color: #0D6EFF;
	background-clip: padding-box;
	background: repeating-linear-gradient(#e5e5e5,#e5e5e5 5px,transparent 0,transparent 9px,#e5e5e5 0,#e5e5e5 10px) 0/1px 100% no-repeat,radial-gradient(circle at 0 7px,transparent,transparent 2px,#e5e5e5ee 0,#e5e5e5 3px,currentColor 0) 1px 0/100% 10px repeat-y;
}
.coupon_item:after {
	bottom: -4px;
	top: auto;
}
.coupon_item .coupon_body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    padding: 8px 8px 8px 10px;
}
.coupon_item .coupon_body .coupon_title {
	font-size: 14px;
	color: #181818;
	font-weight: bold;
	margin-bottom:5px;
    text-transform: uppercase;
}
.coupon_item .coupon_body .coupon_desc {
	font-size: 12px;
	line-height: 1.2;
	color: #727272;
	padding-bottom: 7px;
}
.coupon_copy  {
	background:#0D6EFF;
	color: #fff;
}
.coupon_copy:hover {
	color: #fff;
	background: var(--primary-color);
	filter: brightness(1.08) !important;
}
.coupon_item .coupon_copy {
	border: none;
	padding: 2px 15px;
	border-radius: 999px;
	margin-bottom: 3px;
}
.coupon_item .coupon_body button span {
	display: block;
	line-height: 24px;
	height: 24px;
	font-size: 12px;
}
.coupon_item.no-icon .coupon_body {
	width: 100%;
}
.coupon_info{
	display: none;
}
.coupon_info_toggle{
	font-size: 12px;
	text-decoration: underline;
	color: #2E72D2;
	cursor: pointer;
	margin-bottom: 3px;
}
.coupon-modal .coupon_desc{
	display: none;
}
.coupon-modal .coupon_info{
	display: block
} 
.coupon-modal .modal-content{
	padding: 15px 20px;
}
.coupon-modal{
	z-index: 99999
}
.coupon-modal .window-close {
	z-index: 9;
	position: absolute;
	right: 8px;
	top: -1px;
}
.coupon-action{
	--primary-color: #0D6EFF;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	grid-gap: 15px;
}
.coupon-title {
	color: var(--coupon-title-color);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 32px;
	max-height: 32px;
	font-weight: 500;
	margin: 0px 16px 16px;
	text-align: center;
}
.coupon-row {
	display: grid;
	grid-template-columns: 33% 1fr;
	grid-gap: 5px;
	padding: 10px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.coupon-row:nth-child(2n) {
	background-color: #f3f3f3;
}
.coupon-row .coupon-info{
	grid-column: 1/-1;
	grid-row: 2;
}
.coupon-action{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #F0F1F2
}
.coupon-label{
	color: #4c4c4c
}
.details-product .coupon_item {
	border-radius: 0;
}
.details-product .coupon_item:before {
	content: normal;
}
.coupon_ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon_item .coupon_body .coupon_copy span {
    display: block;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
}
.coupon_item .coupon_body .coupon_copy:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.coupon_item .coupon_body .coupon_copy.disabled {
    opacity: 0.65;
}
.sort-ordering,
.sort-ordering ul{
	display: flex;
	align-items: center;
}
.sort-ordering ul{
	margin-bottom: 0;
	margin-left: 8px;
}
.sort-ordering ul li {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.sort-ordering ul li a {
    font-weight: 400;
    color: #898989;
    padding: 8px 10px 8px;
    display: inline-block;
}
.sort-ordering ul li a:hover {
	color:var(--primary-color);
}
.widget-woof h4 {
	font-size: 1rem;
	font-weight: 400;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.widget-woof .woof_list_checkbox li div {
	margin-top: 0;
}
.widget-woof .woof_list label {
	padding: 0;
	margin-bottom:0;
	font-weight: 400;
}
.widget-woof .woof_list li{
	margin-bottom: 8px!important;
}
.wpc-filters-main-wrap li.wpc-term-item a {
	font-size: 14px;
	color: #333;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] {
	display: none;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]+label{
	position: relative;
	padding-left: 26px;
}
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]+label:before {
    content: '';
	position: absolute;
	top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cad1d7;
    display: inline-block;
    border-radius: 3px;
}
.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"]:checked ~ label:before {
	background: var(--primary-color) no-repeat center; background-size: 12px 12px; background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.wpc-filters-section+.wpc-filters-section{
	border-top: 1px solid #eee;
    margin-top: 15px;
	padding-top: 15px;
}
.wpc-filters-main-wrap ul.wpc-filters-ul-list {
	padding-left: 0!important;
}
/** Comment **/

.woocommerce-Reviews-title,
.title-single-product {
	color: var(--primary-color);
	font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ececec;
    margin-bottom: 25px;
	position: relative;
}

.woocommerce-Reviews-title:before,
.title-single-product:before {
	content: "";
	background: var(--primary-color);
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.box-statistic-rate {
    margin-bottom: 20px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f5f5f5;
}

.box-statistic-rate .rate-ratio {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-statistic-rate .rate-detail {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-statistic-rate .rate-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.box-statistic-rate .rate-detail,
.box-statistic-rate .rate-ratio {
    border-right: 1px solid #f5f5f5;
}

.box-statistic-rate .rate-detail,
.box-statistic-rate .rate-ratio,
.box-statistic-rate .rate-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding: 16px;
}

.more-single-pro {
    font-weight: 600;
    color: #fc0;
    background: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    border: 2px solid #fc0;
}

.more-single-pro:hover {
	color: #626c13;
}

.box-statistic-rate .rate-ratio p:first-child {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
}

.box-statistic-rate .rate-ratio p:nth-child(2) {
    font-size: 40px;
    color: #fc0;
    font-weight: 700;
}

.box-statistic-rate .rate-ratio p:last-child {
    margin-top: 8px;
    font-size: 14px;
    color: #6B778C;
}

.box-statistic-rate .rate-right .title {
    font-size: 14px;
    margin-bottom: 8px;
}

#review_form_wrapper .comment-respond .comment-reply-title {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    display: block;
}

.woocommerce-Reviews .comment-respond .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.woocommerce-Reviews .comment-respond .comment-form .comment-form-cookies-consent {
    width: 100%;
    float: left;
}

.product-detail__review .box-statistic-rate .rate-detail__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.product-detail__review .box-statistic-rate .rate-detail__item .number-star span {
    font-size: 15px;
    color: #6B778C;
}

.product-detail__review .box-statistic-rate .rate-detail__item .number-star img {
    position: relative;
    top: -2px;
}

.product-detail__review .box-statistic-rate .rate-detail__item .progress-bar-rate {
    margin-left: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    width: 107px;
}

.product-detail__review .box-statistic-rate .rate-detail__item .progress-bar-rate .progress-bar-default {
    width: 100%;
    height: 6px;
    position: relative;
    background: #fc0;
    border-radius: 4px;
    overflow: hidden;
}

.product-detail__review .box-statistic-rate .rate-detail__item .progress-bar-rate .progress-bar-active {
    height: 6px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fc0;
    position: absolute;
}

.product-detail__review .box-statistic-rate .rate-detail__item .number-rate {
    font-size: 11px;
    font-weight: 600;
    color: #fc0;
    margin-bottom: 0px;
}
.box-statistic-rate .rating{
	display: none;
}
.wpcb-layout-w1 .wpcb-totle-container {
    background-color: #fff;	
}
.collections-slide .slick-track {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.wpcb-cross-sells.wpcb-display-inline {
    border-radius: 4px;
    background-color: #fff;
    padding: 16px;
}
.sbvcytc-slick-arrow {
	background-color: var(--primary-color);
}
.wpcb-h2.wpcb-h2-100 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.wpcb-cart-button-div .wpcb-cart-btn{
	margin: 15px auto;
	width: 100%;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
	border-color: #fff;
	border-radius: 3px;
	background-color: #f60000;
	box-shadow: none;
	line-height: 1;
	font-size: 16px;
	padding: 0;
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: center;
}
.wpcb-cart-button-div .wpcb-cart-btn .wpcb-cart-text::before {
	content:'';
	background-image: url(../images/cart.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    width: 51px;
    height: 42px;
    display: inline-block;
    zoom: .6;
	position: relative;
	bottom: -6px;
}
@media (max-width: 1024px) {
	.coupon_item {
		min-height: calc(100% - 18px);
	}
	.section_coupons .row {
		flex-wrap: nowrap;
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.section_coupons .col-lg {
		padding-right: 4px;
	}
	.section_coupons .row::-webkit-scrollbar {
		display: none;
	}
	.section_coupons .row {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
}
.coupon-action .btn {
	padding: 10px;
}
@media (max-width: 1024px) and (min-width: 992px){
	.section_coupons .col-lg {
		flex: 0 0 31%;
	}
}
@media(max-width: 767px){
	.coupon-modal .modal-dialog {
		position: absolute;
		bottom: 0;
		margin: 0;
		width: 100%;
		top:auto!important;
		transform: none!important;
	}
	.coupon-modal .modal-content{
		border-radius: 5px 5px 0 0;
	}
	.single-product .entry-content h2 {
		font-size: 24px;
	}
}
@media (max-width: 320px) {
	.coupon_item .coupon_copy {
		margin-bottom: 7px;
	}
}