/*
Theme Name: GearPlus
Description: This is a child theme for Flatsome Theme
Author: Vinhdd
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
	--background-white: #fff;
  	--border-color: #ebf0f9;
    --price-color: #d12027;
	--btn-review-color: #0071e3;
	--btn-secondary-color: #607d8b;
	--btn-buynow-color: #d12027;
	--link-color: #05a;
    --primary-color: #333;
    --star-color: #ffbd59;
    --perc-rating-color: #d12027;
	--brand-primary-color: #d12027;
	--text-color: #333;
}

.single-product .wrapper, 
.post-type-archive-product .wrapper{
	background: #f9fafb!important;
}
.my-account
{
	background: var(--background-white);
}
span.amount{
	color:#222!important;
}
.woocommerce-button{
	border-radius: 4px!important;
    cursor: pointer;
    text-align: center;
    transition: .3s;
	background-color: var(--brand-primary-color)!important;
    border: 1px solid var(--brand-primary-color)!important;
}
.c-btn-rate a,
.woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit,
.woocommerce #review_form #respond p.form-submit input#submit,
.woocommerce-Button.button{
    border-radius: 8px!important;
    color: #fff!important;
    cursor: pointer;
    font-size: 14px;
    display: block;
    line-height: 1.1;
    padding: 14px 10px!important;
    text-align: center;
    transition: .3s;
	background-color: var(--brand-primary-color)!important;
    border: 1px solid var(--brand-primary-color)!important;
	height:44px;
	width:300px;
}

.select-resize-ghost, .select2-container .select2-choice, 
.select2-container .select2-selection, input[type=date], 
input[type=email], input[type=number], input[type=password], 
input[type=search], input[type=tel], input[type=text], 
input[type=url], select, textarea{
	    align-items: stretch;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    height: 2.5rem;
    justify-content: space-between;
    padding: 10px;
	box-shadow:inherit;
	border-radius: 2px;
    box-sizing: border-box;
	border: 1px solid var(--border-color);
}

input[type=email]:focus, input[type=number]:focus, 
input[type=password]:focus, input[type=search]:focus, 
input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow:none!important;
}

.woocommerce .woocommerce-ordering,
.checkout-page-title{
	display:none;
}
.container .woocommerce-message.message-wrapper {
    padding: 10px 20px 10px;
}
.container .message-container.success-color{
	color: #fff;
    background: var(--fs-color-success);
    padding: 8px 20px !important;
    border-radius: 4px;
	font-size:14px;
}

.row-blog{
	margin: 0 auto!important;
}
.col-blog{
	padding-bottom: 0!important;
}
.header-box-hotline {
    display: flex;
    flex-direction: row;
	align-items: center;
	
}
.header-box-hotline i.icon-phone {
    font-size: 30px;
	padding-right:10px;
}
.header-hotline-text {
    display: flex;
    flex-direction: column;
	margin-right:20px;
}

.header-hotline-text span{
	font-weight: 600;
    font-size: 18px;
    color: #f00;
}

.hotline-icon img{
	width:45px;
	padding: 8px;
}

.header-vertical-menu__opener{
    border-radius: 4px;
}
.header-vertical-menu .icon-angle-down{
    display: none;
}
.header-vertical-menu__opener .icon-menu {
    font-size: 18px;
    line-height: 1.5;
}
.header-bottom .header-bottom-nav > li > a{
    padding-left: 15px;
    padding-right: 15px;
}

.product .badge{
	height:30px;
	margin-left:10px;
}
.product .badge-circle .on-sale{
	background: var(--price-color);
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 16px;
}

.product-small .box-image, .product-thumbnails a{
	border: 1px solid #eaeaea;
	border-radius:10px;
}

.product-small .box-image img{
/* 	padding:20px; */
}

.from_the_blog_excerpt {
	display: -webkit-box;
  	-webkit-line-clamp: 2; 
  	-webkit-box-orient: vertical;
  	overflow: hidden;
 	text-overflow: ellipsis;
/* 	height:40px; */
}
.product-title a, .archive .post-title a{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	height:40px;
	font-weight: 600;
    color: #333;
}


/*** CATEGORIES PRODUCT ***/

.archive #shop-sidebar{
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
	padding: 20px;
    margin-bottom: 20px;
}

/* .archive .page-title-inner{
	min-height:300px;
} */
.archive .product .box-text{
	background:#fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}
.category-page-row{
	padding-top:15px;
}
.archive .product-small .box-image {
    border-radius: 10px 10px 0 0;
}
.archive .post-title a{
	height:46px;
}

.price-wrapper .price{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
    gap:5px;
}
.product-small.sale .price-wrapper .price{
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
	padding: 5px 0
}
.price-wrapper ins{
	margin-right:5px;
}
ins span.amount, .price-wrapper>.price>span.amount{
	color:var(--price-color)!important;
	margin-bottom:5px;
	font-size:1rem;
}

/*** SINGLE PRODUCT ***/
.page-title-inner{
	min-height:auto;
	padding-bottom:5px
}
.page-title-inner .breadcrumbs a{
	color: var(--link-color);
    font-size: 13px;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.breadcrumbs .divider, .breadcrumbs .separator, .breadcrumbs {
	font-size:13px;
}

.product-footer .product-section{
	background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
	border: 0;
}

.product .product-container .content-row .product-gallery,
.product .product-container .product-info,
#product-sidebar>.widget
{
	background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
	border: 0;
}
.product .product-container .content-row .product-gallery{
    border-radius: 3px 0 0 3px;
}

#product-sidebar>.widget{
	padding: 10px 10px;
}
.box-service-product{
	padding: 10px 0;
}
.box-service-product:not(:first-child) {
	border-top: 1px solid #00000017;
}
.box-service-product .icon-box-img img{
	width:32px;
}
.box-service-product .icon-box-text h5{
	font-weight: 600;
}
.box-service-product .icon-box-text h5,
.box-service-product .icon-box-text h6{
	text-transform: inherit;
	font-size: 13px;
	color:#222;
	line-height: normal;
    letter-spacing: normal;
}

.product .product-container .product-info{
    border-radius: 0 3px 3px 0;
}
.product-footer .container {
    padding-left: 0px;
	padding-right: 0px;
}
.product-footer .product-section{
	padding:20px;
	margin-bottom:20px;
}
.product-gallery, .product-info{
	padding-top:20px;
}
.product-gallery{
	padding-right: 20px;
}
.product-info .product-title{
	font-size:20px;
	font-weight:600;
	color: rgba(0, 0, 0, 0.8);
}

.custom-rating-info, .rating-star a{
	display:flex;
	flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	
}
.custom-rating-info>span {
    align-items: flex-end;
    padding: 0 15px;
	color:#767676;
	font-size:14px;
}
.custom-rating-info span:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .14);
}
.custom-rating-info>span:first-child {
    padding-left: 0;
}
.custom-rating-info>span>a{
	color:#767676;
}
.custom-rating-info span strong{
	color:#222;
	font-size:16px;
    margin-right: 5px;
	padding-bottom: 1px;
	font-weight:500;
}

.custom-rating-info .rating-star strong,
.custom-rating-info .rating-review strong{
	border-bottom: 1px solid #555;
}
.star-rating span:before, .star-rating:before, .woocommerce-page .star-rating:before{
    color: var(--star-color)!important
}
table.variations{
	margin-bottom:0;
}
/* table.variations tr{
	display:flex!important;
} */
.product-info table.variations .label, 
.woocommerce-variation-add-to-cart label{
	padding-top:10px;	
	width:100px!important;
	padding-right: 0;
	display: table-cell;
	vertical-align: baseline;
}
.product-info table.variations label, .woocommerce-variation-add-to-cart label{
	font-size:14px;
	font-weight:500;
	padding: 0;
}

.woo-selected-variation-item-name, .reset_variations{
	display:none!important;
}

.product_thumbnail_item,  .video-thumbnail{
	padding:10px 4px;
}
.product_thumbnail_item img, .video-thumbnail img{
/* 	padding:10px; */
	border: 1px solid #eaeaea;
	border-radius:5px;
}

.product-info .custom-price .price{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.sale .custom-price .price{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
	align-items: center;
}

.product-info .amount bdi{
	color: var(--price-color);
    font-size: 25px;
    font-weight: 600;
}

.product-info del .amount bdi{
    color: var(--btn-secondary-color);
    font-size: 16px;
	margin-left: 5px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
}
.product-info del .amount{
	font-size: 16px;
}
.product-info.product-summary .woocommerce-Price-currencySymbol{
	    display: inherit;
    font-size: inherit;
    vertical-align: inherit;
}

.product-page-sections .product-section .row{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.product-page-sections .product-section .row .col{
	width:100%;
	max-width: 100%;
    flex-basis: auto;
}
.product-page-sections .product-section:last-child .large-2{
	display:none;
}
.product-section:last-child .entry-content{
	padding: 0
}
.product-section h5{
	font-size:18px;
	background: rgba(0, 0, 0, .02);
    font-weight: 500;
    margin: 0;
    padding: .875rem;
/*     text-transform: capitalize; */
}

.single_variation_wrap .woocommerce-variation-price,
.product-info .price-wrapper{
	display:none;
}
.custom-variation-price{
    background: #fafafa;
    padding: 12px 20px;
    position: relative;
    z-index: 2;
    margin: 20px 0;
}
.custom-variation-price del {
    text-decoration: none;
}

.variations_button{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	 align-items: center;
	gap:0;
}

.product-info .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info .quantity label {
    margin-right: 10px;
    min-width: 80px;
}

.product-info .quantity input.qty {
    width: 70px;
}
.product-type-simple .cart{
	margin-top:20px;
}

.product-info button.single_add_to_cart_button {
    align-self: flex-end;
	margin-left: 20px;
	background: var(--btn-buynow-color);
    border: 1px solid var(--btn-buynow-color);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .03);
    color: #fff;
    outline: 0;
    overflow: visible;
    position: relative;
	font-size:14px;
	font-weight:500;
}
.woocommerce-variation-add-to-cart>*, form.cart>* {
    flex: inherit;
}
.quantity .button.plus, .quantity .button.minus{
    align-items: center;
    background: transparent;
    border: 0;
    border: 1px solid var(--border-color)!important;
    border-radius: 2px;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
	min-height:32px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    outline: none;
    transition: background-color .1s cubic-bezier(.4,0,.6,1);
    width: 32px;
}
.product-info .quantity input.qty, .quantity input[type=number]{
	box-shadow: inherit;
	align-items: center;
    background: transparent;
    border: 0;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    outline: none;
    transition: background-color .1s cubic-bezier(.4,0,.6,1);
	 -webkit-appearance: none;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-sizing: border-box;
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
	min-height:32px;
    text-align: center;
    width: 50px;
}
.variations_form .variable-items-wrapper li.variable-item.button-variable-item{
	align-items: center;
    background: #fff;
    border: 1px solid var(--border-color)!important;
    border-radius: 2px!important;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    margin: 0px 8px 8px 0;
    min-height: 2.5rem;
    min-width: 5rem;
    outline: 0;
    overflow: visible;
    padding: .5rem;
    position: relative;
    text-align: left;
    word-break: break-word;
	box-shadow: inherit;
	font-size:14px!important;
}
.variations_form .variable-items-wrapper li.variable-item.button-variable-item:hover,
.variations_form .variable-items-wrapper li.variable-item.button-variable-item.selected{
    -webkit-box-shadow: inherit!important;
    box-shadow: inherit!important;
	border-color: var(--brand-primary-color)!important;
    color: var(--brand-primary-color)!important;
}

/*** SEARCH FROM ***/
i.icon-shopping-cart {
    color: #fb5533;
	font-size:24px;
}
[data-icon-label].icon-shopping-cart:after{
	background-color: #fb5533;
	opacity:1;
	height: 20px;
    line-height: 20px;
    min-width: 20px;
	right: -13px;
}
.header-search-form .searchform .flex-row .flex-col:nth-child(2) {
	position:absolute;
	right:4px;
}
.header-search-form .search-field{
    align-items: stretch;
    background: #fff;
    border-radius: 4px!important;
    box-sizing: border-box;
    height: 2.5rem;
    justify-content: space-between;
    padding: 10px;
	box-shadow:inherit;
	border-radius: 2px;
    box-sizing: border-box;
	border: 1px solid var(--border-color);
}
.header-search-form .search-field:hover,
.header-search-form .search-field:focus{
    box-shadow:none!important;
	border: 1px solid var(--brand-primary-color);
	color:#fb5533;
}
.searchform .button.icon {
    margin: 0;
    border-radius: 2px !important;
	height: 30px;
    width: 40px;
	background-color: #fff;
    border:0;
    color: var(--text-color);
}

/*** PAGE CHECKOUT ***/
.devvn_onepage_checkout{
	    margin: 30px auto 30px!important;
}
.devvn_onepage_checkout .woocommerce-billing-fields label{
	display:none;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot span.amount, 
.devvn-woocommerce-order-details .order_details tfoot tr:last-child span.amount{
	color: var(--price-color)!important;
    font-weight: 600!important;
}

.woocommerce-order .devvn_checkout_tky_title{
	padding: 10px 20px;
}
.devvn_checkout_tky_title p{
	margin-left:60px!important;
	font-weight:600!important;
}
.devvn_checkout_tky_content{
	padding:20px;
}
.woocommerce-bacs-bank-details{
	display:none;
}
.button.tieptuc_muasam, 
.woocommerce-checkout-review-order .form-row.place-order button#place_order{
	background: linear-gradient(180deg, var(--brand-primary-color) 0%, var(--brand-primary-color) 100%) !important;
    width: 100%;
	max-width:100%;
    margin: 0 auto 20px;
    border-radius: 5px;
    font-weight: 500;
	font-size: 16px;
    border: 0;
    float: none !important;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 12px 20px;
    white-space: normal;
	height:44px;
}
.devvn_onepage_checkout .shop_table th, .devvn_onepage_checkout .shop_table td,
.devvn_onepage_checkout .shop_table td.product-name a{
	border:0;
	color:#222;
}
.devvn-woocommerce-order-details .woocommerce-order-details__title{
	font-size:16px!important;
}
.devvn_onepage_checkout .shop_table td.product-name>a{
    font-weight: 600;
}
tr.woocommerce-table__line-item.order_item td{
    border-bottom: 1px solid var(--border-color)!important;
}
.devvn_onepage_checkout .shop_table .wc-item-meta{
	margin-top: 0;
	margin-bottom:10px;
}
.devvn_onepage_checkout .shop_table .wc-item-meta li{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
}
.shop_table .wc-item-meta li strong{
	margin-right: 10px;
    min-width: 75px;
}
.shop_table .wc-item-meta li p{
	margin:0;
	margin-top:5px;
}
/*** CHECKOUT ***/

/*** MY ACCOUNT ***/
.dashboard-links a{
    border: 1px solid var(--brand-primary-color);
    border-radius: 4px;
    margin-right: 10px;
    padding: 12px 0;
    color: var(--brand-primary-color) !important;
    height: 48px;
}
.dashboard-links a:hover{
    background-color: var(--brand-primary-color)!important;
    color: #fff!important;
}

/*** FOOTER ***/
.footer-2 .widget-title, 
.footer-1 .is-divider{
	display:none;
}
.footer-1 .widget-title{
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
}
.footer-1 ul.menu>li, .footer-1 .widget_text{
    border: 0;
    font-size:14px;
}
.footer-1 ul.menu>li>a{
    color: var(--text-color);
    font-size:14px;
    padding: 0 0 5px 0;
}
.footer-1 .widget_text p{
    margin: 0;
    margin-bottom: 5px;
}
.svg-logo{
	background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
dl.variation{
    font-size: 12px;
}
dl.variation dd{
    padding-bottom: 10px;
}
.shop_table .cart_item td.product-name .variation-Qutng a{
    font-weight: 500;
    font-size: 12px;
}
.devvn_onepage_checkout .shop_table .actions .coupon_wrap .coupon button.button{
    background-color: var(--brand-primary-color)!important;
    font-weight: 600;
}
/***************   REVIEW   ***************/
.star_box{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    border: unset;
    margin: unset;
	padding: 30px 0!important;
}
.star-average, .star_box_left, .img_reviews_wrap {
    width: 30%;
    flex-direction: column;
    justify-content: center;
	padding:10px;
}
.star-average{
	padding-left:0;
}
.star_box_left{
	width: 25%;
}
.img_reviews_wrap{
	width: 300px;
	margin:0;
	padding-right:0;
}
.style-v2 .star_box_left{
    border: 0;
    padding: 10px 20px;
}
.average-rating .star_average{
	color: #98a2b3;
    font-size: 14px!important;
	font-weight:500;
	display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
	margin-bottom: 10px;
}
.star_average i{
	font-size:20px!important;
	margin: 0 4px;
}
.average-rating .star_average strong{
	color: #101828;
    font-size: 36px!important;
    font-weight: 600;
	line-height:0.7;
	margin-right: 2px;
}
.review-count span{
	color: #333;
    font-size: 14px;
    font-weight: 500;
	padding: 10px 0;
    display: block;
}
.c-btn-rate a,
.woocommerce #review_form #respond p.form-submit input#submit{
	width: 100%;
}

.img_reviews_box .devvn_list_item{
	padding: 4px;
}
.img_reviews_wrap>strong{display:none}
.img_reviews_wrap .devvn_review_item_image{
	width: 90px;
    height: 100%;
	border-radius: 12px;
}
span.devvn_scala_rating{
	height:8px;
}
span.devvn_perc_rating{
	height:8px;
	display: block;
	background-color: var(--perc-rating-color)!important;
}
.devvn_stars_value{
	font-weight:600;
}
.devvn_num_reviews{
    color: #323232!important;
    font-size: 14px;
    line-height: 15px;
    padding-left: 0;
    text-align: left;
	min-width:auto!important;
}
.devvn_num_reviews b{
	width:40px;
	display: inline-block;
    text-align: right;
}
span.devvn_stars_value{
	text-align: right;
    width: 36px;
}
span.devvn_stars_value i{
	margin: 0 5px;
}
.theme-flatsome .devvn-star:before{
	color:var(--star-color);
}
div#reviews.woocommerce-Reviews{
	border: 0;
    width: 100%;
    margin: 0;
}
body.woocommerce.theme-flatsome #reviews #comments ol.commentlist>li:not(:last-child),
body.woocommerce #reviews.devvn-style2 #comments ol.commentlist > li > ul.children>li:not(:last-child){
	border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
}
ul.cmt_attachment_img li{
    width: 80px;
	padding: 5px!important; 
}
ul.cmt_attachment_img li img{
	border-radius: 4px;
    object-fit: cover;
}
.devvn_review_mid{
	display:flex;
	flex-direction: column;
    gap: 8px;
	margin: 8px 0
}
body.woocommerce #reviews.devvn-style2 #comments ol.commentlist > li > ul.children {
    margin-top: 10px;
    position: relative;
    background-color: #f5f8fd;
    border: 1px solid #f5f8fd;
    border-radius: 4px;
    margin-top: 12px;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    margin-left: 35px;
    width: inherit !important;
    float: none !important;
    list-style: none;
}

body .devvn_review_mid .star-rating, body .devvn_review_mid .devvn_star_rating{
	font-size:12px;
}
.devvn_review_bottom .reply a{
    color: var(--link-color);
}
em.woocommerce-review__verified{
	font-size:12px;
	font-style: normal;
	margin: 0;
	line-height: 0.9;
	padding: 0 0 0 17px;
}
.comment-form-rating label{
	display:none;
}
.comment-product-info{
	text-align:center;
	padding: 0 0 20px!important;
	display:none;
}
.devvn-reviews-popup .comment-product-info{
	display:block;
}
.comment-product-info .comment-product-thumb img{
	border-radius:12px;
}
.comment-product-info .comment-product-title{
	font-weight: 600;
}
#review_form .comment-form-rating p.stars a{
	width: auto;
	margin: 0 10px;
}
#review_form .comment-form-rating p.stars span{
	justify-content: center;
}
 #review_form .comment-form-rating p.stars a:before{
	font-size:38px;
	 margin-bottom: 5px !important;
}
#review_form .comment-form-rating{
	margin-bottom:20px;
}
.list_attach span.devvn_insert_attach {
    border: 2px dashed #717171;
    color: #717171;
}
.wrap-attaddsend{
	background:none;
}
span.btn-attach{
	color: #333;
	font-weight:500;
	background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
	padding: 5px 0 5px 28px;
	font-size:14px;
}
.woocommerce #reviews #comments ol.commentlist #respond span#reply-title a{
	color: #fff;
    background: var(--price-color);
    width: 20px;
    border-radius: 50%;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: 12px;
    right: 15px;
}
.devvn_list_item_popup_right .devvn_review_item_fullcontent{
	margin-top:20px
}
.devvn_review_item_image .img_item img{
	aspect-ratio: 1 / 1;
}
/***************   REVIEW   ***************/

/*************** BOX GIFTS ***************/
.row_pro.isures_gift_promotion {
    background: #fff;
    border: 0;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    width: 100%;
	margin-bottom:20px;
}
.isures-gift--promo_ribbon{
	display:none;
}
.isures-gift--promo_item{
	border: 1px solid var(--border-color);
}
.isures_gift_promotion .isures-prefer--wrap{
	margin-top:20px;
	border: 1px solid var(--border-color);
}
.isures-prefer--wrap .isures-title--more span,
.isures_gift_promotion .isures-gift--promo_title{
    font-weight: 600;
	text-transform:uppercase!important;
    background-color: #e9ecef;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 0;
	width:100%;
}
.isures-prefer--wrap .isures-list--prefer{
	padding: 20px 10px;
}
.isures-price--wrap .amount bdi{
	font-size:14px!important
}
.isures-check--gift_item.isures-input--circle input:checked::before{
	background: var(--brand-primary-color)!important;
}
.isures-check--gift_item.isures-input--circle input:checked:after{
	border-color: var(--brand-primary-color)!important;
}
.shopee-countdown-timer span{
    padding: 0 10px;
	width: 100%;
}
/*************** BOX GIFTS ***************/

/*************** CARTS ***************/
.ux-mini-cart-footer span.amount{
	color: var(--price-color)!important;
}
.ux-mini-cart-footer .woocommerce-mini-cart__buttons .wc-forward{
	display:none;
}
.ux-mini-cart-footer .woocommerce-mini-cart__buttons .checkout.wc-forward{
	display:block;
	background: var(--brand-primary-color);
	margin-top:20px;
}

.product-info .single_add_to_cart_button,
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability{
	display:none;
}
.mita-buttons-wrapper{
	display:flex;
	margin-top:15px;
}
.mita-buttons-wrapper .button{
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .09);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    justify-content: center;
    outline: 0;
    text-transform: capitalize;
	height: 48px;
    padding: 0 20px;
	max-width: 250px;
	min-width: 180px;
	margin: 0 15px 0 0!important;
}
.button.add-to-cart-btn{
	border: 1px solid var(--brand-primary-color);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .03);
    color: var(--brand-primary-color);
	background: #fff;
}
.button.add-to-cart-btn svg{
	margin-right:5px;
}
.button.buy-now-btn{
    background: var(--brand-primary-color);
    outline: 0;
    overflow: visible;
    position: relative;
}
.product-info .moved-availability{
	margin:0;
	margin-left:15px;
	color: #757575;
	font-weight:400;
	font-size:14px;
}
.widget_shopping_cart .variation-Qutng{
    display: none;
}

@media screen and (max-width: 768px) {
    .mita-buttons-wrapper{
        flex-direction: column;
        row-gap: 15px;
    }
    .mita-buttons-wrapper .button{
        max-width: 100%;
        margin: 0!important;
    }
    .star-average{
        width: 100%;
        padding-left: 0;
    }
}