/*
Theme Name: Ecom Theme
Description: This is a child theme for Flatsome Theme
Author: bach.asia
Template: flatsome
Version: 1.9.5
*/

/** main corlor button: #40b705 */
.button#place_order, .button.checkout, .checkout-button {
    display: block;
    width: 100%;
    line-height: 50px;
    border-radius: 3px;
    font-size: 1.1em;
    letter-spacing: 2px;
}

.wc-proceed-to-checkout a {
	text-transform:uppercase;
}

.wc-proceed-to-checkout a:before {
	content: '\f2f7';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
}

.single_add_to_cart_button:before {
	content: '\f07a';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 10px;
	font-weight:400;
}

.callout.badge.badge-circle{
	display: none;
}

.product-info span.amount {
    white-space: nowrap;
    color: #f44336;
    font-weight: 700;
    font-size: 1.2em;
}

.sn_size_chart_wrp{
	display: block;
}

ul.product_list_widget li {
    font-size: 13px;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

/** Custom Product Addon **/
.wcpa_cart_color {
	display:none;
}

.wcpa_wrap .wcpa_group_field, .wcpa_wrap .wcpa_grp_items {
    gap: 10px 8px;
}

.wcpa_wrap .wcpa_color_wrap.wcpa_color_luma_235 .wcpa_color_bg {
    border: 1px solid rgba(0,0,0,.4);
}

.zido-custom-size .wcpa_color input:checked~.wcpa_color_bg {
    outline: none;
  	color:#ffffff;
  	background: #323136 !important;
}

.zido-custom-size legend {
	text-transform:none;
	border-bottom:none;
}

.wcpa_wrap .wcpa_color_wrap .wcpa_color_bg span {
    font-weight: 500;
}

.wcpa_cart_meta {
    font-size: 13px;
    margin: 10px 0 0;
}

.wcpa_total span {
	display:none;
}

.wcpa_total span.wcpa_price_outer  {
	display:block !important;
}

.wcpa_total span.wcpa_price_outer span {
	display:inline !important;
}


.wcpa_price_summary .wcpa_total {
    border-top: 1px solid #c6d0e9;
    padding: 15px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
}

.wcpa_price_summary {
    margin-top: 0;
}

.wcpa_section .wcpa_row {
    position:relative;
}

.wcpa_price_outer {
	color:#f44336;
}

/** End Custom Product Addon **/

.after-addtocard {
    line-height: 15px;
    padding: 5px 0;
	font-size: 15px;
	margin-top: 10px;
}

.jdgm-preview-badge {
	margin-bottom: 5px;
}

.woocommerce-result-count {
	display:none;
}

.woocommerce-variation-price {
	display:none;
}

.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
    color: currentColor !important;
    border-radius: 5px;
		height: 36px;
}

/** BetterDocs **/
.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-field {
    color: #000000;
    margin-bottom: 0;
}

.betterdocs-ia-singleDoc-content ul {
	padding-left:20px;
	font-size: 14px;
}

.betterdocs-ia-launcher {
	margin-bottom:0;
	margin-right:0;
}

.docs-single-title .betterdocs-entry-title {
    padding-bottom: 20px;
}

/** Purchase Protection **/
.talp-pp-div {
    margin: 15px 0 22px;
    border: 1px solid #ececec;
    padding: 10px 10px 13px;
    border-radius: 5px;
}
.wyuscs {
    display: table-row;
}
.share-icons .menu>li, .wyuscs1, .wyuscs2 {
    display: table-cell;
    vertical-align: middle;
}
.wyuscs1 {
    width: 40px;
}
.wyuscs2 {
    padding-left: 10px;
}
.discount-item-text {
    color: #bcbcbc;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
.talp-pp {
    font-size: 12px!important;
    color: #000000!important;
}

.judgeme_carousel {
	padding:0 !important;
}

.jdgm-carousel-wrapper {
    width: 100% !important;
    margin: auto;
}


/* Custom new layout*/
body .topbanner{
	padding-top: 60px!important;
}

.header-bottom {
    border-bottom: 1px #ececec solid;
}	

.home-product-cat .col-inner>.img:not(:last-child) {
    margin-bottom: 0;
}

.shop-container {
	padding-top: 20px;
}

.section-title b {
    opacity: 0;
}

.banner-font-size {
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 29px;
    line-height: 28px;
    margin-bottom: 12px;
    padding: 0 15px !important;
}
.radius-circle .img-inner > img {
    border-radius: 50% !important;
}
.box-image, ul.product_list_widget li img {
    border: none;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size: 1em;
    border-radius: 5px;
}

.tagged_as {
	font-weight: 700;
	font-size: 1.25rem;
	margin-right: 15px;
	color: #2d3436;
	border-top: none!important;
}

.tagged_as a {
	letter-spacing: 0.05em;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 99px;
	position: relative;
	margin: 10px 10px 10px 0;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	background: #ededed;
	color: #2d3436;
	font-size: 11px;
	font-weight: 700;
}
.tagged_as a:hover {
    color: #fff;
    background-color: #ff1300;
    border-color: #ff1300;
}
.single-product .product-info  .product-title {
    font-size: 1.2em;
    line-height: 1.3;
}
body .product-main {
    padding: 0px 0 40px;
}
.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: 1px solid #ececec;
}
.has-border {
    border: 1px solid #e0e0e0 !important;
}


.nav-pagination>li>span, .nav-pagination>li>a {
	border-radius: 5px;
}

.nav-pagination>li>span, .nav-pagination>li>a{
font-size:1.2em;
}
.col-no-pb .col{
padding-bottom:0px!important;
}
.col-no-pb .col p{
margin-bottom:0px!important;
}

.Currency_box_item {
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid darkgrey;
    border-radius: 7px;
    padding: 5px 9px;
    cursor: pointer;
}
.Currency_box {
    display: flex;
    right: 20px;
    top: 48px;
    z-index: 99999999;
}
.Currency_box .name {
    font-size: 16px;
    color: #000;
    margin-left: 5px;
}
.buttom_track_order_mobile {
    background-color: #000000;
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.nav-vertical>li>ul>li a, .nav-vertical>li>a {
    display: block;
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
a.a-track_order {
    padding: 0!important;
}

.widget .is-divider {
    margin-top: 0.66em;
    height: 0;
}

.product-thumbnails img, .product-gallery-slider img {
    border-radius: 10px;
}

.box-image img {
    border-radius: 10px;
}

.woocommerce-tabs .nav>li>a {
    font-size: 1em;
	font-weight: 500;
}


.product-summary .woocommerce-Price-currencySymbol {
    font-size: 1em !important;
}


.btn-sizechart {
	color: #6674e8 !important;
	margin: 0 0 1em;
    display: block;
}

.btn-sizechart span {
    color: #6674e8;
    text-decoration: underline;
    margin-left: 5px;
    font-weight: 600;
}

.woocommerce-cart-form .wcpa_cart_type_image-group {
    padding-top: 0;
}

.variation dl, .variation dd, .variation dt {
    float: left !important;
		padding: 2px;
}
.wcpa_cart_type_image-group, .woocommerce-cart-form .wcpa_cart_type_color-group, .woocommerce-cart-form .wcpa_cart_type_color-group p, .woocommerce-cart-form .wcpa_cart_type_image-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_color-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_color-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group p {
    margin: 0;
}
.woocommerce td.product-name dl.variation dd.variation-SelectYourStyle .wcpa_cart_type_select span.wcpa_cart_price,
.woocommerce td.product-name dl.variation dd.variation-Size .wcpa_cart_type_color-group span, td.product-name > dl > dd.variation-FitType > div > p > span, #cart-popup > div > div.widget_shopping_cart_content > ul > li > dl > dd.variation-Size > div > p > span, #cart-popup > div > div.widget_shopping_cart_content > ul > li > dl > dd.variation-FitType > div > p > span,#cart-popup > div > div.widget_shopping_cart_content > ul > li > dl > dd.variation-SelectYourStyle > div > span.wcpa_cart_price{
    display: none;
}
dd.variation-SelectYourStyle {
    font-weight: 700 !important;
}
dd.variation-Color {
    font-weight: 700 !important;
}
dd.variation-Size {
    font-weight: 700 !important;
}
dd.variation-Style {
    font-weight: 700 !important;
}
dd.variation-FitType {
    font-weight: 700 !important;
}
dd.variation-Enteryourtexthere{
		font-weight: 700 !important;
}
ul.product_list_widget li .quantity {
    clear: both;
}
ul.product_list_widget li .quantity {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: .6;
}
ul.product_list_widget li .quantity {
		float: left;
}
.cart-popup-inner{
		padding:20px;
}
.cart-popup-inner .widget_shopping_cart_content .product_list_widget{
		max-height: 300px;
    overflow: auto;
}

.faq-accordion .accordion-item {
	margin-bottom:10px;
}

.faq-accordion .accordion-title {
    font-size: 100%;
    padding: .6em 2.3em .6em 1.3em;
    display: block;
    position: relative;
    border-top: none;
    -webkit-transition: border 200ms ease-out,background-color .3s;
    -o-transition: border 200ms ease-out,background-color .3s;
    transition: border 200ms ease-out,background-color .3s;
    background: #ffffff;
    border-radius: 10px;
}
.faq-accordion .accordion-inner {
    padding: 1em 2.3em ;
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.faq-accordion .accordion-title.active {
    color: #fff;
    font-weight: bold;
    background-color: #25a67d;
	border-radius:10px 10px 0 0;
}

.faq-accordion .toggle {
    right: 0;
    left: unset !important;
}

.faq-title .section-title-normal, .faq-title .section-title-normal span {
	border-bottom:0;
}

.faq-title h2:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #f07c63;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    margin: 0 auto;
}

.adt-box-cat .box-text {
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
    width: 100%;
    font-size: 1em;
}

.adt-box-cat .box-image img {
    border-radius: 10px 10px 0 0;
}

.klaviyo-form-adt {
	width: 600px !important;
	margin: 0 auto;
}

.col-email {
	padding-bottom:0 !important;
}

.section-4row h3 {
	margin-bottom:10px !important;
}

.footer-2 ul.menu>li+li, .footer-2 .widget>ul>li+li {
    border-top: none;
}

.product-container .container-width {
    max-width: 1280px;
}

.cart_totals th.product-name {
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
    border-bottom: 1px solid #ececec;
}

.box-category .box-text {
	padding:10;
	font-size:0.7em;
}

.box-text {
    font-size:0.95em;
}

.box-text p {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.icon-box-text p {
	margin-bottom: 0.3em;
}

.is-smaller {
    font-size: .8em;
}

.product-footer .woocommerce-tabs .nav li a {
	font-size: 1.1em;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/** Buy now pay later **/
.bnpl-box {
	  margin: 0 0 22px;
    /* border: 1px solid #ececec; */
    padding: 15px 15px 15px;
    border-radius: 5px;
    background: #fff0d69e;
}
.bnpl-content {
	  font-size: 0.9em;
	  text-align: center;
}
.bnpl-content p {
    margin-bottom:0;
}
.bnpl-left, .bnpl-right {
    display: table-cell;
    vertical-align: middle;
}
.bnpl-left {
	width: 40%;
}
.bnpl-right {
	padding-left:10px;
}

.css-1acq48o {
    width: 52px;
    display: inline-block;
    max-width: 100%;
    position: relative;
    top: -1.5px;
}
.css-1kwvkxi {
    width: 79px;
    display: inline-block;
    max-width: 100%;
    position: relative;
    top: 0;
}
.css-1n828gk {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    vertical-align: text-bottom;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 14px;
}

/** Custom New Product Page **/

.custom-product-page div#tab-description {
    overflow: auto;
    position: relative;
}
.tab-panels .panel.active {
    display: block !important;
    height: 350px;
	overflow: auto;
}

.woosw-btn-has-icon {
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
	margin-bottom: 0.5em;
}

/* Tab line css thanh cuộn */
.tab-panels .panel.active::-webkit-scrollbar {
    width: 4px; /* Độ rộng của thanh cuộn */
    height: 4px; /* Độ cao của thanh cuộn ngang (nếu có) */
}

.tab-panels .panel.active::-webkit-scrollbar-track {
    background: #f1f1f1; /* Màu nền của track */
    border-radius: 10px; /* Bo góc cho track */
}

.tab-panels .panel.active::-webkit-scrollbar-thumb {
    background: #888; /* Màu của thanh cuộn */
    border-radius: 10px; /* Bo góc cho thanh cuộn */
}

.tab-panels .panel.active::-webkit-scrollbar-thumb:hover {
    background: #555; /* Màu của thanh cuộn khi hover */
}

.vertical-thumbnails::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
	  border-radius: 10px;
} 

.vertical-thumbnails::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
	  border-radius: 10px;
}


.single-product .quantity input[type=number] {
    height: 52px;
	min-width: 3em;
	max-width: 4em;
}

.quantity .minus, .quantity .plus {
    padding-left: .8em;
    padding-right: .8em;
}

input[type=button].is-form {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    text-transform: none;
	border-radius: 3px;
}

.single-product .single_add_to_cart_button {
	margin-bottom: 0;
	border-radius: 10px;
	white-space: nowrap;
	padding: 10px 0;
	display: block;
	width: calc(100% - 132px);
	font-size: 1.3em;
	font-weight: 600;
	line-height: 24px;
}

.woocommerce-variation-add-to-cart, form.cart {
    display: flex;
    gap: 1em;
    width: 100%;
}

.rank-math-breadcrumb p {
	margin-bottom:0;
}

.rank-math-breadcrumb a {
	font-size: 0.9em;
	color: #666666;
}

.wcpa_checkbox label {
    font-weight: normal;
}

.custom-product-page .add-to-cart-container .price {
    font-size: 1.5em;
    margin: 0 0 1em;
    font-weight: bolder;
    border-top: 1px dashed #ddd;
    padding-top: 1em;
}

.custom-product-page .product-title-container .entry-title {
	font-weight: 500;
}

.custom-product-page .price .price {
    border-top: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.custom-product-page .add-to-cart-container span.amount {
    white-space: nowrap;
    color: #f44336;
    font-weight: 700;
    font-size: 1.2em;
}

#tab-description h3, #tab-description h1, #tab-description h2 {
	font-weight:600;
	font-size:1.25em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.single-product .single_add_to_cart_button {
		width: calc(100% - 140px);
	}
	.nav-vertical li li {
		font-size: 0.8em;
		padding-left: 0.5em;
	}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
		width: calc(100% - 50px) !important;
	}

	.klaviyo-form-adt {
		width: 100% !important;
		margin: 0 auto;
	}

	.footer-2 #nav_menu-2, .footer-2 #nav_menu-3 {
		width: 50%;
	}

	.cat-header-textbox {
		width:90%;
		margin: 0 auto;
    	padding-bottom: 10px;
	}	
	.bnpl-content {
    	font-size: 0.8em;
    	text-align: center;
	}
	
	.accordion-title {
    	font-size: 100%;
	}
	
	.dgwt-wcas-search-wrapp {
    	max-width: 100% !important;
	}
	
	/** Custom Footer Block **/
	.footer-extend {
			max-width: 100% !important;
			flex-basis: 100% !important;
	}
}