/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --mainColor: var(--fs-color-primary);
    --subColor: var(--fs-color-secondary);
    --price:#c91e2c;
    --second-color: #4ea675;
    --main-text-color: #000000;
    --header-bg-color: #eaf8e7;
    --header-text-color: #4ea675;
    --bg-header-color: #ffffff;
    --bg-header-color-2: #05472a;
    --text-header-color: #000000;
    --btn-header-color: #ffffff;
    --footer-bg-color: #05472a;
    --footer-text-color: #ffffff;
    --footer-hover-color: #c2e6ba;
    --color_tag_sale: #ff7337;
    --deal-bg-color: #0a5d4f;
    --deal-text-head-color: #ffffff;
    --deal-bg-color2: #054b3e;
    --deal-border-color: #c2e6ba;
    --voucher-bg-color: #4ea675;
    --voucher-border-color: #eaf8e7;
    --voucher-text-color: #eaf8e7;
    --collections-sales-bg-color: #4ea675;
    --collections-sales-title-bg-color: #ffffff;
    --popup-color: #05472a;
    --border-color: #e5e7eb;
    --brand-bg: #003bb8;
    --slider-text-color: #4ea675;
}
html::-webkit-scrollbar{width:3px}
html::-webkit-scrollbar-thumb{background-color:var(--mainColor);outline:3px solid var(--mainColor)}
header .header-box-live {
    padding-left: 12px;
}
header .header-box-live .btn-live {
    border-radius: 5px;
    padding: 2px 8px 2px 22px;
    color: #ff0000;
    border: 1px solid #ff0000;
    background: transparent;
    outline: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 130px;
    cursor: pointer !important;
    overflow: hidden;
    min-height: 30px;
    height: 28px;
    line-height: 20px;
    margin-right: 0px;
}
header .header-box-live .btn-live:after {
    content: " ";
    background: #ff0000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 7px;
    top: calc(50% - 3px);
    border-radius: 50%;
    animation: pulse-red 1.65s linear infinite;
} 
header .button-promo a:hover {
    background: var(--subColor);
    color: #000;
}

header .button-promo {
    flex: none;
    padding-left: 12px;
}
header .button-promo a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 3px;
    color: #fff;
    background: var(--mainColor);
    border-radius: 5px;
    height: 30px;
}
header  .button-promo a img {
    width: 22px !important;
    margin-right: 5px;
    border-radius: 4px;
}
header .header-box-live .btn-live:hover {
    color: #fff;
    background-color: var(--header-live-color);
}
header .header-box-live .btn-live:hover:after {
    background: #fff;
    animation: pulse-red-hover 1.65s linear infinite;
}
header .pulsingButton  {
    box-shadow: 0 0 0 0 var(--textColor);
    height: 8px;
    width: 8px;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    background-color: var(--textColor);
    color: var(--textColor);
    animation: pulsing 1.25s cubic-bezier(0.66, 0, 0, 1) infinite;
}
.header-bg-image {
    z-index: 2;
}
.ux-nav-vertical-menu{
	max-height: 435px;
	overflow-y: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
.ux-nav-vertical-menu::-webkit-scrollbar{width:3px}
.ux-nav-vertical-menu::-webkit-scrollbar-thumb{background-color:var(--mainColor);outline:0px solid var(--mainColor)}
.header-vertical-menu__opener{
    font-weight: 700;
    margin-right: 15px;
}

header .header-vertical-menu__opener .icon-menu{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V7C0 7.26522 0.105357 7.51957 0.292893 7.70711C0.48043 7.89464 0.734784 8 1 8H7C7.26522 8 7.51957 7.89464 7.70711 7.70711C7.89464 7.51957 8 7.26522 8 7V1C8 0.734784 7.89464 0.48043 7.70711 0.292893C7.51957 0.105357 7.26522 0 7 0V0ZM6 6H2V2H6V6ZM17 0H11C10.7348 0 10.4804 0.105357 10.2929 0.292893C10.1054 0.48043 10 0.734784 10 1V7C10 7.26522 10.1054 7.51957 10.2929 7.70711C10.4804 7.89464 10.7348 8 11 8H17C17.2652 8 17.5196 7.89464 17.7071 7.70711C17.8946 7.51957 18 7.26522 18 7V1C18 0.734784 17.8946 0.48043 17.7071 0.292893C17.5196 0.105357 17.2652 0 17 0V0ZM16 6H12V2H16V6ZM7 10H1C0.734784 10 0.48043 10.1054 0.292893 10.2929C0.105357 10.4804 0 10.7348 0 11V17C0 17.2652 0.105357 17.5196 0.292893 17.7071C0.48043 17.8946 0.734784 18 1 18H7C7.26522 18 7.51957 17.8946 7.70711 17.7071C7.89464 17.5196 8 17.2652 8 17V11C8 10.7348 7.89464 10.4804 7.70711 10.2929C7.51957 10.1054 7.26522 10 7 10ZM6 16H2V12H6V16ZM14 10C11.794 10 10 11.794 10 14C10 16.206 11.794 18 14 18C16.206 18 18 16.206 18 14C18 11.794 16.206 10 14 10ZM14 16C12.897 16 12 15.103 12 14C12 12.897 12.897 12 14 12C15.103 12 16 12.897 16 14C16 15.103 15.103 16 14 16Z' fill='%23FFF'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
header .header-vertical-menu__opener .icon-menu:before{
    content: "";
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    padding: 8px 15px;
    font-weight: 600;
}
.nav-dropdown-default {
    padding: 0px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #222;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li.active>a, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover{
    color: var(--mainColor);
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	padding: 10px !important;
	margin: 0px !important;
}
header .searchform{
	border-radius: 7px;
	max-width: 560px;
	background-color: #fff;
}
header #woocommerce-product-search-field-0{
	height: 40px;
    border-radius: 7px;
}

header .searchform-wrapper:not(.form-flat) button.submit-button {
    width: 38px;
    height: 38px;
    min-height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    border: 0px;
    box-shadow: none;
}
header .searchform-wrapper:not(.form-flat) button.submit-button:hover{
    color: var(--subColor);
}
.bread-crumb {
    margin-bottom: 40px;
    min-height: 340px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0 50px;
}
.bread-crumb .title-bread-crumb {
    text-align: center;
    font-size: 35px;
    color: #121f38;
    font-weight: 600;
    font-size: 50px;
}
.woocommerce-breadcrumb{
    margin: 0;
    font-size: 16px;
    padding: 15px 10px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    text-align: center;
}
.breadcrumb a{
    color: #000;
}
.woocommerce-breadcrumb .mr_lr {
    color: #000;
}
.woocommerce-breadcrumb .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}
footer#footer .logofooter {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #f0efeb;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 10px;
}
footer#footer .logofooter:before, footer#footer .logofooter:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 60px;
    top: 0;
    pointer-events: none;
}
footer#footer .logofooter:before {
    left: -60px;
    border-radius: 0 40px 0px 0;
    box-shadow: 25px 0 0 0 #f0efeb;
}
footer#footer .logofooter:after {
    left: 100%;
    border-radius: 40px 0px 0px 0px;
    box-shadow: -25px 0px 0px 0px #f0efeb;
}

footer#footer .logofooter img{
    max-height: 50px;
    width: auto;
}
footer#footer .social.left img{
    margin-bottom: 0px;
    max-width: 32px;
    margin-right: 15px;
}
footer#footer .social.right img{
    margin-bottom: 0px;
    max-width: 32px;
    margin-left: 15px;
}



footer#footer a:hover {
    color: var(--subColor);
}
footer .title-menu h4 {
    font-size: 22px;
    position: relative;
    color: #ff9063;
    font-weight: 700;
}
footer .absolute-footer {
    background: var(--mainColor);
    padding: 0px;
}
footer .absolute-footer .footer-primary{

    border-top:1px solid rgba(255,255,255,1);
    color: #fff !important;
    padding: 20px 0px !important;
}

 .sudes-header-stores>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--txtHeader);
}
.html_nav_position_text_top{
	display: flex !important;
}
.sudes-header-stores>a .box-icon {
    margin-right: 7px;
}
.sudes-header-stores>a .box-icon svg {
    width: 28px;
    height: 28px;
}
.sudes-header-stores>a .item-title {
    display: inline-block;
}
.sudes-header-stores>a .item-title span {
    font-weight: 600;
}
.box_top_hea b {
    color: var(--txtHeader);
    background-color: var(--bgHeader);
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
}
.box_top_hea:hover b {
    background-color: #fff;
    color: var(--mainColor);
}
.header-top{
	font-size: 18px;
}
header .header-cart-icon img {
    width: 26px;
}

header .account-item a .icon-user:before{
    display: none;
}
.page-inner{
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
}
.accordion-title {
    color: #000;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 0;
    background: #E3E3E3;
    cursor: pointer;
    border-radius: 5px;
    border:0px;
    font-weight: 600;
}
.accordion-inner {
    border: 1px solid #dee2e6;
    padding: 15px 20px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
.accordion-item{
	margin-bottom: 10px;
}
.accordion .toggle{
	display: none;
}
.accordion-title.active{
    background: var(--mainColor);
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.page-inner ul, .page-inner ol {
    padding-left: 20px;
}

.sort-cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort-cate .sort-cate-right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.sort-cate .sort-cate-right h3 {
    color: #000;
    margin: 0;
    margin-right: 24px;
    font-weight: 700;
    width: auto;
    font-size: 14px;
}
.sort-cate .sort-cate-right ul {
    display: flex;
    gap: 10px;
    list-style: none outside;
    margin-bottom: 0px;
    padding-left: 0px;
}
.sort-cate .sort-cate-right ul li{
    margin-bottom: 0px;
}
.sort-cate .sort-cate-right ul li a {
    color: #121f38;
    display: block;
    padding: 4px 10px;
    border: 1px solid var(--subColor);
    border-radius: 5px;
    font-size: 14px;
}
.sort-cate .sort-cate-right ul li.active a ,.sort-cate .sort-cate-right ul li:hover a{
    background-color: var(--subColor);
    color: #fff;
}
.category-page-row {
    padding-top: 0px;
}
#shop-sidebar span.widget-title{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #121f38;
    display: block;
    margin-bottom: 10px;
}
#shop-sidebar {
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #9a563a;
    border-radius: 20px;
    padding: 20px;
    top: 10px;
}
.widget .is-divider{
    display: none;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 0px;
}
.widget>ul>li>a{
    font-size: 14px;
}

.woocommerce-widget-layered-nav-list {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    max-height: 176px;
    overflow: hidden;
    overflow-y: auto;
}
.widget>ul>li .count{
    display: none;
}

.widget li.wc-layered-nav-term a:before {
    color: currentColor;
    content: "";
    display: inline-block;
    margin-right: 5px;
    opacity: 1;
    position: relative;
    top: 2px;
}

.wc-layered-nav-term>a:before {
    background-color: #FFF;
    border: 1px solid #00000094;
    border-radius: 2px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    width: 15px;
}
.widget li.chosen a:before {
    color: #fff;
    content: "";
    display: inline-block;
    margin-right: 5px;
    opacity: 1;
    position: relative;
    top: -2px;
    font-family: fl-icons !important;
    font-size: 10px;
    padding: 1px;
}

.widget_layered_nav_filters ul li.chosen a:before{
    font-size: 10px;
    color: #fff;
}
.widget_layered_nav_filters ul li.chosen a{
    background-color: var(--mainColor);
    border-radius: 5px;
    color: #fff;
}
.wc-layered-nav-term.chosen>a:before {
    background-color: var(--mainColor);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    width: 15px;
}
.sudes-filter {
    display: inline-block;
    position: relative;
}
.sort-cate .sudes-filter a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    font-size: 14px;
    color: var(--textColor);
    background-color: #f1f1f1;
    font-weight: 600;
    height: 34px;
    line-height: inherit;
    border-radius: 5px;
}
.sudes-filter a svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.product-small.box {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 30px 10px;
    padding: 20px;
}

.product-small.box .price-wrapper{
    font-size: 20px;
}
.product-small.box .box-image {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 50px 10px 10px 10px;
}


.product-title.woocommerce-loop-product__title{

    margin-bottom: 10px;
}
.product-title.woocommerce-loop-product__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-size: 20px;
    font-weight: bold;
}
.ux-swatches--small .ux-swatch--label {
    min-height: 30px;
    min-width: 30px;
    padding: 2px 8px;
    border-radius: 8px;
}
.ux-swatch-selected-value{
    color: var(--primary-color);
    font-weight: 600 !important;
}
.product-gallery-slider img, .product-thumbnails img{
    border-radius: 10px;
}
.ux-swatch--color, .ux-swatch--image {
    padding: 0px;
}
.add-to-cart-button a{
    border-radius: 5px;
}
.shop-page-title .woocommerce-breadcrumb{
    display: none;
}
.shop-page-title{
    margin-bottom: 20px;
}
.page-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
}
.product-page-title{
    display: none;
}

.product-footer .woocommerce-tabs{
    background-color: #fff;
    padding: 30px 15px;
    position: relative;
    border-radius: 5px;
    border:0px;
    padding-top: 40px;
}
.product-footer .woocommerce-tabs ul li a{
    font-size: 17px;
    font-weight: 700;
}
.woocommerce-tabs ul li a{
    color: #333;
}
.wc-tabs.product-tabs {
    border-bottom: 1px solid #dee2e6;
}

.product-footer .woocommerce-tabs .nav-line-bottom>li>a:before,.product-footer .woocommerce-tabs  .nav-line-grow>li>a:before,.product-footer .woocommerce-tabs  .nav-line>li>a:before {
    height: 1px;
    bottom: 0;
    top: auto;
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 0px;
}


.product-thumbnails a{
    border: 1px solid #ebebeb;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    height: auto !important;
    border-radius: 10px;
}
.product-thumbnails img {
    margin-bottom: 0px;
    opacity: 1;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover ,.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img{
    border-color: var(--primary-color);
    transform: none;
}
.woocommerce-widget-layered-nav-list::-webkit-scrollbar{width:5px;background-color:#F2F2F2}
.woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);background-color:var(--mainColor)}
.woocommerce-widget-layered-nav-list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);border-radius:5px;background-color:#F2F2F2}
.product-short-description{
    font-size: 14px;
}
.product-info {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
h1.product_title {
    font-size: 35px;
    margin-bottom: 0px;
}

.bottom-product {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bottom-product .social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.bottom-product .social-media li.title svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    bottom: 1px;
}
.bottom-product .social-media li a {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;

}
.bottom-product .social-media li a svg {
    width: 16px;
    height: 16px;
     fill: #fff;
}
.bottom-product .social-media li{
    margin-left: 0px;
    list-style: none;
    display: flex;
}
.bottom-product .social-media li a:hover {
    background: var(--subColor);
}
.inventory_quantity .do{
    color: var(--mainColor);
}
.khuyen-mai .title {
    background: #121f38;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    margin: -10px;
    margin-bottom: 10px;
}
.khuyen-mai .title h3{
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.inventory_quantity {
    font-size: 14px;
    margin-bottom: 20px;
}
.khuyen-mai .title svg {
    margin-right: 5px;
}
.khuyen-mai .icon-box{
    margin-bottom: 5px;
    font-size: 14px;
}
.product-gallery .is-sticky-column{
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.ux-swatches--rounded .ux-swatch--label {
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 15px;
    position: relative;
    margin-bottom: 0;
    border-radius: 10px 5px;
    overflow: hidden;
    height: 100%;
}
.variations_form .ux-swatch.selected {
    box-shadow: none !important;
    background-color: var(--fs-color-primary);
    color: #fff;
}
table.variations .label {
    font-size: 16px;
}
.quantity .button.minus,.quantity .button.plus{
    background-color: #121f38;
    color: #fff;
    width: 40px;
}
.price-box {
    padding-bottom: 10px;
}
.product-info .price-box .special-price .price{
    font-size: 40px;
    font-weight: bold;
    color: var(--price);
}
.product-coupons .mini-coupon-mask {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.001) 80%, #fff);
    height: 100%;
    position: absolute;
    width: calc(100% + 1px);
    z-index: 1;
}
.product-coupons .mini-coupon-show-all {
    color: var(--main-color);
    font-weight: 600;
    font-size: 14px;
}
span.amount {
    color: var(--price);
}
.price del ,del span.amount {
    color: #acacac;
}
.product-info del span.amount {
    font-size: 18px;
}
.add-to-cart-button a.button.is-outline{
    font-size: 16px;
    width: 100%;
    border:1px solid;
}

.price-box del.price{
     font-size: 18px;
}
.price-box .old-price {
    color: #acacac;
    font-size: 16px;
    margin-left: 5px;
}
.price-box .sale-off {
    color: #fff;
    position: relative;
    bottom: 1px;
    background: #B11111;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 12px;
    min-width: 20px;
    margin-left: 15px;
}

.price-box .sale-off:after {
    border-right: 6px solid #B11111;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0%, -50%);
}
del span.amount {
    font-weight: 400;
    margin-right: 0px;
    opacity: 1;
}
.product-summary .woocommerce-Price-currencySymbol {
    display: contents;
    font-size: inherit;
    vertical-align: top;
}

.button.alt.single_add_to_cart_button {
    width: 50%;
    height: 50px;
    color: var(--mainColor);
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff;
    border-color: var(--mainColor);
}
.ux-buy-now-button{
    width: 40%;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase; 
}
.product-info .ux-quantity {
    width: 100%;
    padding-left: 75px;
    position: relative;
}
.sticky-add-to-cart-wrapper.woocommerce-variation-add-to-cart,.sticky-add-to-cart-wrapper form.cart {
    flex-wrap: nowrap;
}
.sticky-add-to-cart--active{
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
}
.sticky-add-to-cart__product .sticky-add-to-cart-img {
    border-radius: 5px;
    height: 60px;
    width: 100px;
}
.sticky-add-to-cart__product .quantity input[type=number]{
    height: 50px;
}

.product-info .ux-quantity .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: hidden;
    position: absolute !important;
    width: auto;
    left: 0px;
    line-height: 40px;
    clip-path: none;
}
#product-sidebar .khuyen-mai {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bgBody);
    border: 1px solid var(--mainColor);
    margin-bottom: 20px;
    margin-bottom: 20px;
}
#product-sidebar .khuyen-mai .product-promotion__heading {
    background: var(--mainColor);
    padding: 13px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
#product-sidebar .khuyen-mai .product-promotion__heading img {
    max-width: 20px;
    margin-right: 5px;
}
#product-sidebar .khuyen-mai .content {
    padding: 10px;
}
#product-sidebar .khuyen-mai .content ul li {
    margin-bottom: 10px;
}
#product-sidebar .khuyen-mai .content ul li .nb_dis {
    display: inline-block;
    font-size: 11px;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
#product-sidebar .khuyen-mai .content ul li .nb_dis img {
    max-width: 20px;
}
#product-sidebar .khuyen-mai .content ul li .content_dis {
    padding-left: 25px;
    display: block;
    line-height: 20px;
    font-size: 13px;
}
#product-sidebar .block-policy {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bgBody);
    border: 1px solid var(--mainColor);
    margin-bottom: 20px;
}

#product-sidebar .block-policy .heading-policy {
    background: var(--mainColor);
    padding: 13px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
#product-sidebar .block-policy .heading-policy svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
}
#product-sidebar .block-policy .policy-content {
    padding: 5px 10px;
    margin: 0px !important;
}
#product-sidebar .block-policy .policy-content .col-12 .policy-item {
    padding: 5px 0px;
    display: flex;
    align-items: center;
}
.duration-300 {
    transition-duration: .3s;
}
#product-sidebar .block-policy .policy-content .col-12 .policy-item .icon {
    width: 32px;
    height: 32px;
    position: relative;
}
.aspect-1 {
    aspect-ratio: 1;
}
#product-sidebar .block-policy .policy-content .col-12 .policy-item .icon img {
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}
#product-sidebar .block-policy .policy-content .col-12 .policy-item .info {
    text-align: left;
    flex-grow: 1;
    margin-left: 10px;
}
#product-sidebar .block-policy .policy-content .col-12 .policy-item .info h3 {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: initial;
}
#secondary aside.widget_product_categories{
    margin-bottom: 30px;
    background: var(--mainColor);
    padding: 10px;
    border-radius: 5px;
}

#secondary aside.widget_product_categories ul li a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #fff;
    word-break: break-word;
}

#secondary aside.widget span.widget-title {
    color: var(--textColor);
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 8px;
    margin-bottom: 10px;
    line-height: 1.4;
    display: block;
}
#secondary aside.widget_product_categories span.widget-title {
    margin-bottom: 0;
    position: relative;
    font-size: 20px;
    color: #fff;
}
.badge.post-date {
    height: 60px;
    width: 90px;
    border-radius: 3px;
    overflow: hidden;
}
.recent-blog-posts-li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(242, 242, 242);
}
.recent-blog-posts a{
    font-size: 14px;
    margin: 0;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-blog-post{
    background: #ffffff;
    border-radius: 30px 10px;
    padding: 10px;
}
.box-blog-post .box-image{
    border-radius: 20px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.box-blog-post:hover  .box-image{
    border-radius: 80px 20px;
    transition: all .4s ease;
}
.archive-page-header h1{
    font-size: 24px;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0px;
}

.box-blog-post .box-text{
  
}
.box-blog-post .is-divider{
    display: none;
}
.box-blog-post .post-meta {
    display: block;
    margin: 5px 0px;
}
.box-blog-post a.button  {
    margin: 0px;
    color: #000;
}
.blog-single article{
    background-color: #fff;
    padding: 15px;
    position: relative;
    display: block;
    border-radius: 5px;
}
.entry-header-text .entry-divider{
    display: none;
}
.entry-header-text .entry-meta{
    text-transform: inherit;
}
.entry-content {
    padding-bottom: 1.5em;
    padding-top: 0px;
}
ul.links li a {
    color: var(--primary-color);
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 5px;
    line-height: 2.25em;
}
.widget:last-child {
    margin-bottom: 0px;
}

.widget_shopping_cart{
    padding: 10px;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff;
}
.nav>li>a>i.wishlist-icon{
    font-size: 26px;
}
.off-canvas .sidebar-menu {
   
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 0px;
}
.off-canvas .nav-vertical>li>a {
    padding: 5px;
    padding-left: 10px !important;
    font-weight: normal !important;
    color: var(--mainColor);
    font-size: 18px;
}
.sidebar-menu-tabs.nav>li>a {
    background: #000;
    color: #fff;
}
.nav-vertical>li>ul li a {
    font-size: 16px;
}

.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{
    border: 1px solid #e1e1e1;
    box-shadow: none !important;
    border-radius: 7px;
    font-size: 14px;
    min-height: 40px;
}
textarea{
    border: 1px solid #e1e1e1;
    padding: 5px 20px;
    box-shadow: none !important;
    border-radius: 10px;
    font-size: 14px;
}
.radius5 img{
    border-radius: 10px;
}
.tiktok-embed iframe {
    border: none;
}
.mc-form input.wpcf7-email {
    height: 45px;
    width: 100%;
    max-width: 100%;
    padding: 0 100px 0 10px;
    outline: none;
    border: 1px solid var(--mainColor);
    font-size: 16px;
    border-radius: 7px;
}
.wpcf7-spinner{
    display: none;
}
.mc-form input.wpcf7-submit{
    position: absolute;
    right: 0;
    top: 0;
    border: initial;
    height: 45px;
    font-size: 16px;
    padding: 0 15px;
    background: var(--mainColor);
    color: #fff;
    border-radius: 0 7px 7px 0 !important;
    line-height: 45px;
    margin-bottom: 0px;
    margin: 0px ;
}
.swiper_coupons .swiper-slide .item-coupon {
    width: 100%;
    display: flex;
    align-items: center;
    background-image: url(img/subtract2.png?1772264861552);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
.swiper_coupons .swiper-slide .item-coupon .image {
    min-width: 30%;
    height: 152px;
    display: flex;
    position: relative;
    padding: 30px 10px;
}
.swiper_coupons .swiper-slide .item-coupon .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 15px 10px 15px 15px;
}
.swiper_coupons .swiper-slide .item-coupon .content_wrap {
    display: flex;
    flex-direction: column;
    padding: 5px 15px 5px 15px;
    position: relative;
    width: 100%;
}
.swiper_coupons .swiper-slide .item-coupon .content_wrap:before {
    content: '';
    position: absolute;
    height: 90%;
    border-left: 2px dashed var(--mainColor);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.swiper_coupons .swiper-slide .item-coupon .content_wrap .info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 0px;
}
.swiper_coupons .swiper-slide .item-coupon .content_wrap .info-button svg {
    width: 24px;
    height: 24px;
}
.section_coupons .swiper_coupons .swiper-slide .item-coupon .content_wrap .content-top {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
 .swiper_coupons .swiper-slide .item-coupon .content_wrap .content-top span {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.swiper_coupons .swiper-slide .item-coupon .content_wrap .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper_coupons .swiper-slide .item-coupon .content_wrap .content-bottom span {
    color: var(--mainColor);
    font-size: 14px;
}
.swiper_coupons .swiper-slide .item-coupon .content_wrap .content-bottom .coupon-code {
    display: inline-block;
    color: #fff;
    background: var(--mainColor);
    padding: 5px 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 0px;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.popup-coupon {
    padding: 0 8px;
    box-sizing: border-box;
    width: 450px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    position: fixed;
    left: 50%;
    top: 15%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    opacity: 0;
    transform: translateX(-50%);
    z-index: -1;
    min-height: 200px;
    font-size: 14px;
}

.popup-coupon.active {
    opacity: 1;
    z-index: 99999;
}
.popup-coupon .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}
.popup-coupon .content .close-popup-coupon {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.popup-coupon .content .close-popup-coupon svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s;
    fill:#fff;
}
.popup-coupon .content .close-popup-coupon:hover svg {
    transform: rotate(90deg);
}
.popup-coupon .content ul {
    width: 100%;
    margin-bottom: 0px;
}
.popup-coupon .content ul li {
    padding: 10px;
    display: flex;
    margin: 0px;
}
.popup-coupon .content .title {
    display: block;
    width: 100%;
    padding: 10px;
    background: var(--mainColor);
    color: #fff;
}
.coupon-amount-bg{
    background-color: var(--primary-color);
    color: var(--fs-color-secondary);
    /* text-align: center; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
}
.popup-coupon .content ul li:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.popup-coupon .content ul li span:first-child {
    min-width: 126px;
    display: inline-block;
    color: var(--mainColor);
}
.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}
.z9{
    z-index: 99;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper_coupons .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 10px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--bgBodySub);
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.swiper_coupons .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 10px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--bgBodySub);
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper_coupons .swiper-button.swiper-button-disabled{
    opacity: 0.8;
}
.swiper_coupons .swiper-button svg {
    width: 100%;
    height: 100%;
}
 .swiper_coupons .swiper-button svg path {
    stroke: var(--mainColor);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.section_flash_sale .time_box_full h2 {
    font-weight: 400;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 50px;
    font-size: 30px;
    font-family: "Calistoga", serif;
}
.section_flash_sale .time_box_full h2 a {
    color: #fff;
}
.section_flash_sale .time_box_full h2 img {
    height: 32px;
    width: auto;
    animation: 0.8s linear 0s infinite normal none running pulseScale;
}
.section_flash_sale .time_box_full .time_box a.ssmore {
    color: #fff;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.section_flash_sale .time_box_full .time_box a.ssmore svg {
    width: 16px;
    height: 16px;
        margin-left: 5px;
    fill:#fff;
}
.section_flash_sale .time_box_full p{
    margin-bottom: 0px;
}
.box-category{
    border-radius: 5px;
    overflow: hidden;
}

.box-category h5.header-title {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    text-transform: inherit;
    font-family: Montserrat, sans-serif;
}



.flickity-prev-next-button.next {
    right: 10px;
    transform: none;
}
.flickity-prev-next-button.previous {
    left: 10px;
    transform: none;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0px;
    opacity: 1;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button  {
    border: 0px;
    background-color: #ffe8e6;
    border-radius: 5px;
}
/* Ẩn icon mặc định của Flatsome */
.flickity-prev-next-button .flickity-button-icon {
    display: none !important;
}

/* Cấu hình chung cho nút điều hướng */
.flickity-prev-next-button {
    background-color: transparent !important; /* Xóa nền mặc định nếu có */
    width: 36px !important;
    height: 36px !important;
    transition: transform 0.3s;
    background-color: var(--mainColor) !important;
    min-height: 36px;
    top: 45%;
}

.flickity-prev-next-button:hover {
    transform: scale(1.1);
}

/* Thay thế nút NEXT (Phải) */
.flickity-prev-next-button.next {
    background-image: url('data:image/svg+xml;utf8,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 29H39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M29 18.5L39.5 29L29 39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px; /* Chỉnh khoảng cách lề phải */
}

/* Thay thế nút PREVIOUS (Trái) */
.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml;utf8,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39.5 29H18.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M29 18.5L18.5 29L29 39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px; /* Chỉnh khoảng cách lề trái */
}
.alt-font h2{
    font-family: Calistoga, serif;
    font-weight: normal !important;
}


.button .icon-angle-right{
    background-image: url('data:image/svg+xml;utf8,<svg height="64" viewBox="0 0 24 24" width="64" xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" style=" fill: rgb(255, 255, 255); "><path d="m22.707 11.293-7-7a1 1 0 0 0 -1.414 1.414l5.293 5.293h-17.586a1 1 0 0 0 0 2h17.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7a1 1 0 0 0 0-1.414z"></path></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.button.white .icon-angle-right{
    background-image: url('data:image/svg+xml;utf8,<svg height="64" viewBox="0 0 24 24" width="64" xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" style=" fill:rgb(0 0 0); "><path d="m22.707 11.293-7-7a1 1 0 0 0 -1.414 1.414l5.293 5.293h-17.586a1 1 0 0 0 0 2h17.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7a1 1 0 0 0 0-1.414z"></path></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.button .icon-angle-right:before {
    content: "";
}
.banner-radius .banner {
    border-radius: 10px;
    overflow: hidden;
}
.wishlist-icon{
    display: none;
}
.section_about .about-img .img-1 img {
    border-radius: 20px 80px 80px 80px;
    position: relative;
}

.section_about .about-img .img-2 img{
    width: 180px;
    border-radius: 50%;
}
.section_about .about-img .img-3 img{
    width: 180px;
    border-radius: 20px 60px 60px 60px;
}
.section_about .about-img .img-1::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    border: 5px solid var(--subColor);
    width: 80%;
    border-radius: 20px 80px 80px 80px;
    transform: rotate(2deg);
    z-index: 0;
}
.doitac .gallery-col .box-image{
    padding-bottom: 50%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.doitac .gallery-col .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    transition: all .3s ease;
}
.section_about ul li.bullet-checkmark{
    border:0px;
}
@-webkit-keyframes pulseScale{50%{opacity:0.3;transform:scale(1.3)}}
@keyframes pulsing{to{box-shadow:0 0 0 12px rgba(232,76,61,0)}}
@keyframes pulse-red{0%{transform:scale(0.8);box-shadow:0 0 0 0 #ff0000}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}100%{transform:scale(0.8);box-shadow:0 0 0 0 rgba(255,82,82,0)}}
@keyframes pulse-red-hover{0%{transform:scale(0.8);box-shadow:0 0 0 0 #fff}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}100%{transform:scale(0.8);box-shadow:0 0 0 0 rgba(255,82,82,0)}}

.khampha .icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #fff;
    transition: 0.6s;
    padding: 10px;
    position: relative;
}
.khampha .icon-box {
    font-size: 14px;
}
.khampha  .icon-box-left,.khampha  .icon-box-right {
    align-items: center;
}
.khampha .icon-box:hover .icon {
        transform: rotateY(180deg);
    }
.khampha .icon-box .icon:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 70px;
    height: 70px;
    border: 3px dotted var(--subColor);
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: cspinereverse 50s linear infinite;
    animation: cspinereverse 50s linear infinite;
}


.product-small .badge-container {
    left: 20px !important;
    margin-top: 10px;
}
.product-small .badge-inner{
    width: 48px;
    height: 20px;
    display: block;
    font-weight: normal;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
    padding: 0px;
    background: var(--color_tag_sale);
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
    left: auto;
    right:10px;
}


        .page-store {
  margin-bottom:30px;
  color:#000;
}

.page-store .option-chos {
  border-radius:5px;
  height:100%;
  padding:10px;
  background:var(--subColor);
}

.page-store .option-chos .group-option .group-city,
.page-store .option-chos .group-option .group-district {
  margin-bottom:10px;
  position:relative;
  width:100%;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}

.page-store .option-chos .group-option .group-city select,
.page-store .option-chos .group-option .group-district select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-position:right center;
  background-repeat:no-repeat;
  background-position:right 10px center;
  padding-right:28px;
  text-indent:0.01px;
  text-overflow:'';
  cursor:pointer;
  font-size:14px;
  font-weight:500;
  padding:5px 20px 5px 12px;
  border-radius:5px;
  width:100%;
  height:35px;
  border:1px solid var(--mainColor);
  outline:none !important;
}

.page-store .option-chos .group-option .group-city select option,
.page-store .option-chos .group-option .group-district select option {
  background-color:#fff;
  color:#000;
}

.page-store .option-chos .group-option .group-city select#city,
.page-store .option-chos .group-option .group-district select#city {
  background-image:url(img/ico-select2.png?1772264861552);
  background-size: auto;
}

.page-store .option-chos .group-option .group-city select#district,
.page-store .option-chos .group-option .group-district select#district {
  background-color:#fff;
  color:#000;
  background-image:url(img/ico-select2.png?1772264861552);
  background-size: auto;
}

ul li.bullet-arrow:before, ul li.bullet-checkmark:before, ul li.bullet-star:before {
    color: var(--fs-color-secondary);
}

.page-store .option-chos .info-store {
  overflow:hidden;
  overflow-y:auto;
}

@media (max-width:991px) {
  .page-store .option-chos .info-store {
    height:auto;
    max-height:220px;
  }
}

.page-store .option-chos .info-store::-webkit-scrollbar {
  width:5px;
  background-color:var(--mainColor);
}

.page-store .option-chos .info-store::-webkit-scrollbar-thumb {
  border-radius:5px;
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  background-color:var(--mainColor);
}

.page-store .option-chos .info-store::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  border-radius:3px;
  background-color:#f5f5f5;
}

.page-store .option-chos .info-store .store-list {
  padding:5px 10px;
  line-height:24px;
  border:1px solid #e1e1e1;
  cursor:pointer;
  margin-bottom:10px;
  margin:0 0 10px 0;
  border-radius:5px;
  background-color:#fff;
  border:2px solid var(--mainColor);
}

.page-store .option-chos .info-store .store-list .name-cuahang {
  color:var(--mainColor);
  font-weight:700;
}

.page-store .option-chos .info-store .store-list .store-name {
  position:relative;
  display:inline-block;
  width:100%;
}

.page-store .option-chos .info-store .store-list .store-phone {
  position:relative;
  display:inline-block;
  width:100%;
}

.page-store .option-chos .info-store .store-list .store-phone .phone-url {
  margin-right:15px;
  color:var(--mainColor);
}

.page-store .option-chos .info-store .store-list .store-phone .phone-url:hover {
  opacity:0.8;
}

.page-store .option-chos .info-store .store-list:hover,
.page-store .option-chos .info-store .store-list.active {
  background:var(--mainColor) !important;
  color:#fff;
  border:2px solid #fff;
}

.page-store .option-chos .info-store .store-list:hover .name-cuahang,
.page-store .option-chos .info-store .store-list.active .name-cuahang {
  color:#fff;
}

.page-store .option-chos .info-store .store-list:hover .store-phone a,
.page-store .option-chos .info-store .store-list.active .store-phone a {
  color:#fff !important;
}
.section_num p{
    margin-bottom: 0px;
}
.page-store .wrapcontact {
  height:calc(100vh - 20px);
  overflow:hidden;
  position:-webkit-sticky;
  position:sticky;
  top:10px;
  border-radius:5px;
}
.page-store .wrapcontact iframe {
  width:100% !important;
  height:100vh !important;
  border:none !important;
  z-index:0;
  position:relative;
  overflow:hidden;
}

.page-store .pagebody {
  height:calc(100vh - 20px);
  overflow:hidden;
  position:-webkit-sticky;
  position:sticky;
  top:10px;
  border-radius:5px;
}

.page-store .pagebody iframe {
  width:100% !important;
  height:100vh !important;
  border:none !important;
  z-index:0;
  position:relative;
  overflow:hidden;
}

@media (max-width:991px) {
  .page-store .col-left {
    margin-bottom:30px;
  }
}

.page-store .form-control {
  height:35px;
  border:1px solid var(--mainColor);
  width:100%;
  border-radius:5px;
  padding:0 10px;
}

.page-store .col-6 {
  margin-bottom:15px;
}
.radius,.radius img{
    border-radius: 10px;
    overflow: hidden;
}
.ads a.button {
    font-size: 13px;
    color: #000;
    font-weight: normal;
    border-color:var(--primary-color) ;
}
.product-tab ul{
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
}
.product-tab ul li a{
    border-radius: 5px;
    border:1px solid #fff;
    color: #fff;
    padding: 7px 10px;
    font-weight: normal;
    font-size: 15px;
}
.product-tab ul li.active a,.product-tab ul li:hover a{
    background-color: var(--subColor);
    border-color:var(--subColor) ;
    color: #000;
}
.feedback .icon-box-text{
    padding: 10px;
}
b, strong {
    font-weight: inherit;
    font-weight: 700;
}
.feedback .testimonial-text{
    font-style: normal !important;
    font-size: 13px;
}
.testimonial-name{
    color: var(--mainColor);
}
th, td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}

th {
    font-weight: 500;
}

/* Tạo hàng flexbox rộng 100% để chia đều khoảng cách */

/* Định dạng cho nút Hướng dẫn chọn size */
.open-size.size-button {
    text-decoration: none;
    color: #337ab7;                /* Màu chữ xanh giống trong ảnh của bạn */
    font-size: 14px;
    position: absolute;
    right: 0px;
}
.reset_variations{
    display: none;
}
.open-size.size-button:hover {
    color: #23527c;
    text-decoration: underline;    /* Gạch chân khi di chuột vào */
}

/* Định dạng icon cây thước đi kèm */
.open-size.size-button img {
    max-width: 16px;
    height: auto;
    vertical-align: middle;
    margin-right: 4px;             /* Khoảng cách giữa icon và chữ */
}

#modal-size-product{bottom:0;left:0;overflow-x:auto;overflow-y:auto;position:fixed;right:0;top:0 !important;z-index:9999;display:flex;align-items:center}#modal-size-product .chosee_size{font-size:20px;color:var(--mainColor);font-weight:600}#modal-size-product .modal-size-product{position:absolute;width:650px;height:auto;margin:auto;left:0;right:0;padding:5px;background-color:#fff;z-index:8011;border-radius:5px}@media (max-width: 767px){#modal-size-product .modal-size-product{width:90%}}#modal-size-product .modal-size-product .modalsize-close{position:absolute;right:5px;top:0px;color:#616161}#modal-size-product .modal-size-product .modalsize-close svg{width:15px;height:15px;transition:transform 0.3s}#modal-size-product .modal-size-product .modalsize-close:hover svg{transform:rotate(90deg)}#modal-size-product .modalsize-overlay{position:fixed;top:0 !important;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000;opacity:.5}#modal-size-product .tabs-title .tabs-list{display:flex;align-items:center;justify-content:center}#modal-size-product .tabs-title .tabs-list li{display:inline-block;min-width:180px;text-align:center;padding:5px 10px;background:#fff;color:var(--mainColor);border:1px solid var(--mainColor);font-size:14px;font-weight:600;cursor:pointer}@media (max-width: 767px){#modal-size-product .tabs-title .tabs-list li{min-width:150px;font-size:12px}}#modal-size-product .tabs-title .tabs-list li:first-child{border-radius:5px 0 0 5px}#modal-size-product .tabs-title .tabs-list li:last-child{border-radius:0 5px 5px 0}#modal-size-product .tabs-title .tabs-list li.active{background:var(--mainColor);color:#fff}#modal-size-product .tabs-content .tab{opacity:0;height:0;overflow:hidden;transition:300ms all}#modal-size-product .tabs-content .tab.active{opacity:1;height:auto;transition:300ms all}#modal-size-product .tabs-content .guide-thongso .tab-title{margin-bottom:15px;color:#000}#modal-size-product .tabs-content .guide-thongso .size-guide{padding:20px;text-align:center}#modal-size-product .tabs-content .guide-thongso .size-guide .slidecontainer{text-align:left;position:relative;margin-bottom:15px}#modal-size-product .tabs-content .guide-thongso .size-guide .slidecontainer label{color:#000;display:block !important;padding-left:0;margin:0}#modal-size-product .tabs-content .guide-thongso .size-guide .slidecontainer p{position:absolute;bottom:0;right:0;margin:0}#modal-size-product .tabs-content .guide-thongso .size-guide .slidecontainer input[type="range"]{width:calc(100% - 50px)}#modal-size-product .tabs-content .guide-thongso .size-guide .btn-tim-size{background:var(--mainColor);color:#fff;text-transform:uppercase;font-weight:bold;padding:5px 30px;border:none;margin-top:15px;border-radius:5px}#modal-size-product .tabs-content .guide-thongso .size-guide .btn-tim-size:hover{background:var(--subColor)}#modal-size-product .tabs-content .guide-thongso .size-choose{padding:20px;text-align:center}#modal-size-product .tabs-content .guide-thongso .size-choose input{width:100px;padding:0;margin:auto;text-align:center;font-weight:bold;pointer-events:none;border:1px solid var(--mainColor);display:block;border-radius:5px;height:40px}#modal-size-product .tabs-content .guide-thongso .size-choose .btn-chon-size{background:var(--mainColor);color:#fff;text-transform:uppercase;font-weight:bold;padding:5px 30px;border:none;margin-top:15px;border-radius:5px}#modal-size-product .tabs-content .guide-thongso .size-choose .btn-chon-size:hover{background:var(--subColor)}#modal-size-product .tabs-content .guide-thongso .size-choose .btn-back-size{display:block;text-align:center;width:100%;background:transparent;border:none;margin-top:5px;font-weight:bold;color:#8c8c8c;text-transform:uppercase;font-size:14px}#modal-size-product .tabs-content .guide-thongso .size-choose .btn-back-size:hover{color:#000}#modal-size-product .tabs-content .guide-bangsize .rte{padding:20px}@media (max-width: 767px){#modal-size-product .tabs-content .guide-bangsize .rte{overflow:auto}}#modal-size-product .tabs-content .guide-bangsize table{font-size:11px;margin:0}@media (max-width: 767px){#modal-size-product .tabs-content .guide-bangsize table{width:200%}}#modal-size-product .tabs-content .guide-bangsize table th,#modal-size-product .tabs-content .guide-bangsize table td{padding:3px}#modal-size-product .tabs-content .guide-bangsize table thead{background:#000}#modal-size-product .tabs-content .guide-bangsize table thead th,#modal-size-product .tabs-content .guide-bangsize table thead td{color:#fff}#modal-size-product .tabs-content .guide-bangsize .bangsize-des{text-align:center;margin-top:10px;font-size:14px}@media (max-width: 767px){#modal-size-product .tabs-content .guide-bangsize .bangsize-des{white-space:nowrap;font-size:12px}}

#modal-store-product{bottom:0;left:0;overflow-x:auto;overflow-y:auto;position:fixed;right:0;top:0 !important;z-index:9999}#modal-store-product .modal-store-product{position:absolute;width:650px;top:5%;height:auto;margin:0 auto;left:0;right:0;padding:10px;background-color:#fff;z-index:8011;border-radius:5px}@media (max-width: 767px){#modal-store-product .modal-store-product{width:90%}}#modal-store-product .modal-store-product .modalstore-close{position:absolute;right:10px;top:5px;color:#616161}#modal-store-product .modal-store-product .modalstore-close svg{width:15px;height:15px;transition:transform 0.3s}#modal-store-product .modal-store-product .modalstore-close:hover svg{transform:rotate(90deg)}#modal-store-product .modalstore-overlay{position:fixed;top:0px !important;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000;opacity:.5}#modal-store-product .option-chos .option-title{font-weight:bold;margin-bottom:5px}#modal-store-product .option-chos .group-option{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px;margin-bottom:10px}#modal-store-product .option-chos .group-option .group{position:relative;width:100%;padding-right:5px;padding-left:5px;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#modal-store-product .option-chos .group-option .group select{width:100%;padding:5px;border:1px solid #ccc;border-radius:5px}#modal-store-product .option-chos .info-store{border:1px solid #ccc;border-radius:5px;padding:7px 10px 0;max-height:450px;overflow-y:auto}#modal-store-product .option-chos .info-store .store-list{margin-bottom:7px;padding-right:100px;position:relative}#modal-store-product .option-chos .info-store .store-list .store-name{display:block}#modal-store-product .option-chos .info-store .store-list .store-name.name-ch{color:var(--mainColor)}#modal-store-product .option-chos .info-store .store-list .store-phone{position:absolute;top:5px;right:0}#modal-store-product .option-chos .info-store .store-list .store-phone a{border:1px solid #ccc;padding:5px 10px;font-size:12px;border-radius:5px}

.icon-box-left p{
    margin-bottom: 0px;
}

.product-info .icon-box-left,.product-info  .icon-box-right {
    align-items: center;
}
.khuyen-mai .icon-box.h3 {
    margin-bottom: 8px;
    font-weight: 600;
    padding: 5px 10px;
    background: #fff;
    position: absolute;
    top: -18px;
    gap: 5px;
    width: auto;
}
.khuyen-mai .icon-box.h3 h3{
    line-height: 10px;
    font-size: 14px;
    color: #c90000;
}
.product-info .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 5px;
}

.product-price-cart .price {
    color: var(--price);
    font-weight: 700;
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: initial;
    position: relative;
}
 .product-price-cart .compare-price span.amount{
    display: block;
    width: auto;
    color: rgb(154, 165, 179);
    font-size: 14px;
    line-height: initial;
    font-weight: normal;
    text-decoration: line-through;
}
 .product-price-cart .flash-sale {
    width: 40px;
    height: auto;
    aspect-ratio: 40 / 20;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -50px;
    color: rgb(255, 255, 255);
    z-index: 1;
    background-color: var(--subColor);
    border-radius: 10px 10px 10px 0px;
    padding: 2px 0px;
}
.product-price-cart{
    position: relative;
}


h1.shop-page-title {
    font-size: 32px;
}
.section_category h2 {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgb(136, 136, 136);
    font-size: 14px !important;
    margin-bottom: 30px !important;
}
.box2 .icon-box h3{
    margin-bottom: 0px;
}
.section_collections .box-overlay {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.section_collections .box-overlay .box-text{
    background: var(--bgincol);
    padding-bottom: 10px;
    text-shadow: none;
}
.section_collections .box-overlay .box-text a{
    text-decoration: underline;
}
.section_category img{
    border-radius: 10px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--mainColor);
    padding: 10px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon::before {
    left: -20px;
    border-right: 1px solid var(--mainColor);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon::before, .section_coupons .swiper_coupons .swiper-slide .box-coupon::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    display: inline-block;
    top: calc(50% - 20px);
    border-radius: 999px;
    background: rgb(255, 255, 255);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid var(--mainColor);
    border-radius: 99px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .info-button svg {
    width: 10px;
    height: 10px;
    fill: var(--mainColor);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top {
    font-size: 16px;
    font-weight: 700;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .title_cou {
    margin-bottom: 10px;
    font-size: 14px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .item_discount {
    display: inline-flex;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    width: calc(100% - 100px);
    justify-content: center;
    gap: 10px;
    margin: 0px auto 10px;
    border: 1px solid var(--mainColor);
    border-radius: 10px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top span {
    font-size: 12px;
    color: rgb(68, 68, 68);
    font-weight: 500;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .item_discount span {
    font-weight: bold;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .item_discount .item_number {
    font-size: 40px;
    font-weight: bold;
    color: var(--mainColor);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou {
    font-size: 12px;
    background: var(--bgBodySub);
    padding: 10px 15px;
    margin: 5px -10px -10px;
    border-radius: 0px 0px 10px 10px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .line-clamp {
    margin-bottom: 5px;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(14px);
}
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    overflow: hidden;
    padding: 0px !important;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .content-bottom span {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    color: var(--mainColor) !important;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .content-bottom .coupon-code {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    margin-left: 0px;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    background: var(--mainColor);
    padding: 2px 8px;
    border-radius: 5px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon::after {
    right: -20px;
    border-left: 1px solid var(--mainColor);
}

.header-block {
    min-height: 0px;
    top: 0px;
    width: 100%;
}

.sanphamtab .nav>li{
    margin: 0px 25px;
}
.button, button, input[type=button], input[type=reset], input[type=submit]{
    font-weight: normal;
}

blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 10px;
}

.blog-post-inner .button{
    font-weight: bold;
}


.main-widget {
  position:fixed;
  right:14px;
  bottom:20px;
  z-index:99;
  top:auto !important;
}

@media (max-width:767px) {
  .main-widget {
    bottom:56px;
  }
}

.main-widge .img svg {
  width:100%;
  height:100%;
}

.main-widget .img {
  width:25px;
  height:25px;
}

.main-icon svg {
  width:20px;
  height:20px;
  fill:#fff;
  margin-bottom:5px;
}

.main-icon p {
  font-size:11px;
  color:#fff;
  margin:0;
}

.out-circle {
  overflow:hidden;
  padding:17px;
  border-radius:100%;
  background:var(--mainColor);
  width:60px;
  height:60px;
}

.main-icon {
  line-height:0;
  color:#fff;
  width:100%;
  height:32px;
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
}

.main-icon i {
  width:26px;
  height:26px;
  transform:translateX(2px);
}

.ser-icon {
  display:inline-flex;
  position:absolute;
  font-size:30px;
  top:0;
  left:0;
  padding:10%;
  background:#fff;
  max-width:100%;
  overflow:hidden;
  border-radius:100%;
  color:var(--mainColor);
  width:70%;
  height:70%;
  margin:15%;
  transition:.2s all;
}

.unsee {
  opacity:0;
  transform:scale(0);
}

.process {
  display:inline-flex;
  transform:translateX(0px);
  transition:0.15s linear transform;
  line-height:0;
}

.ser-icon .item {
  margin-right:40px;
  width:30px;
  height:30px;
  color:var(--mainColor);
  display:flex;
  justify-content:center;
  align-items:center;
}

.ser-icon .item svg {
  width:25px;
  height:25px;
  color:var(--mainColor);
}

.ser-icon i:nth-child(2n) {
  color:#000;
}
.radius img{
    border-radius: 10px;
}
.def-content {
  position:absolute;
  bottom:62px;
  right:0;
  background:#fff;
  border-radius:8px;
  transition:.2s all;
  box-shadow:0 0 10px rgba(0,0,0,0.2);
  width:300px;
  z-index:1;
}

.def-content:before {
  position:absolute;
  bottom:-8px;
  right:22px;
  left:auto;
  display:inline-block !important;
  border-right:8px solid transparent;
  border-top:8px solid #fff;
  border-left:8px solid transparent;
  content:'';
}

.def-content .def-header {
  background:var(--mainColor);
  padding:10px;
  border-radius:8px 8px 0 0;
  color:#fff;
  position:relative;
}

.def-content .def-header .close-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  right:10px;
  top:10px;
  left:initial;
  padding:0;
  margin:0;
  border:0 none;
  background:none;
  line-height:1;
  width:26px;
  height:26px;
  cursor:pointer;
  color:#fff;
  background:var(--mainColor);
  border-radius:50%;
  text-align:center;
}

.def-content .item>a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  padding:5px 10px;
  transition:.3s linear all;
}

.def-content .item>a .img {
  flex-grow:0;
  flex:none;
  height:34px;
  width:34px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-right:10px;
  border-radius:50%;
  color:#fff !important;
}

.def-content .item>a .img svg {
  height:20px;
  width:20px;
}

.def-content .item>a .detail {
  flex-grow:1;
  line-height:normal;
}

.def-content .item>a .detail .arcu-item-title {
  font-weight:700;
  font-size:14px;
  display:block;
  line-height:normal;
}

.def-content .item>a .detail .arcu-item-subtitle {
  font-size:13px;
  color:#787878;
}

.def-content .item.phone>a .img {
  background:#4EB625;
}

.def-content .item.mess>a .img {
  background:#31ADFF;
}

.def-content .item.zalo>a .img {
  background:#0165f8;
}

.def-content .item.map>a .img {
  background:#d94234;
}

.def-content .item:last-child {
  margin-bottom:0;
}

.main-widget .close-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  font-size:25px;
  top:0;
  padding:10px;
  left:0;
  width:60px;
  height:60px;
  line-height:1;
  text-align:center;
  color:#fff;
  background:var(--mainColor);
  border-radius:100%;
  transition:.2s all;
  transform:rotate(0);
  cursor:pointer;
}

.main-widget .close-icon svg {
  width:25px;
  height:25px;
}

.close-icon.unsee {
  transform:rotate(180deg);
}

.pregan {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:#003f32;
  z-index:-2;
  border-radius:100%;
  opacity:0.6;
  animation:zoomzoom 3s linear .2s infinite;
}

.pregan:nth-child(1) {
  animation-delay:.5s;
}

.main-widget .item svg {
  fill:var(--mainColor);
}


.btn-header.btn-hotline .hotline-text span+span {
    font-weight: 600;
    font-size: 14px;
}

.header-main .nav > li > a.btn-header {
    color: var(--text-header-color);
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
}
.gap-1 {
    gap: .25rem !important;
}
.align-items-center {
    align-items: center !important;
}
.border-0 {
    border: 0 !important;
}
.position-relative {
    position: relative !important;
}

header .btn-header:hover,header  .btn-header:focus {
    background-color: rgba(5, 71, 42, 0.15);
    color: var(--text-header-color);
}

.wolf-header .wolf-function-group .btn-header.btn-hotline .hotline-text span.wolf-text-small {
    font-size: 14px;
}

header  .btn-header.btn-hotline .hotline-text {
    line-height: 1.1;
}
.align-items-start {
    align-items: flex-start !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}

.btn-header.btn-hotline .hotline-text span+span.phone-number {
    color: var(--mainColor);
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

footer .ux-menu-link__link{
    min-height: 30px;
    padding: 0px;
}

.fst-italic {
    font-style: italic !important;
}
.price-box .save-price {
    display: block;
    color: var(--main-text-color);
    margin:10px 0px;
}

.price-box .save-price .product-price-save span.amount{
    color: #198754;
    font-size: 18px;
    font-weight: normal;
}
.category-page-title h1{
    font-size: 32px;
    margin-bottom: 0px;
}
.section-title-normal span {
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
    padding-bottom: 0px;
}
.section-title-normal {
    border-bottom: 0px;
}
.section-title a {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
header .account-item > a,header .header-button-2 a.button{
    padding:0px 15px;
    background: #9a563a;
    border-radius: 10px 5px !important;
    display: flex;
    color: #fff;
    align-items: center;
}
header .account-item > a{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-person-plus" viewBox="0 0 16 16"> <path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"></path> <path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z"></path> </svg>') !important;
    background-size: 20px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #fff;
}
.icon-search:before,.icon-menu:before {
    font-size: 0px;
}

.icon-search {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><g transform="translate(-2 -2)">    <g transform="translate(2 2)">      <path d="M24.1,0.5c12.7,0,23.1,10.3,23.1,23c0,5.8-2.2,11.3-6.1,15.6l7.4,7.4c0.7,0.7,0.7,1.8,0,2.5   c-0.7,0.7-1.8,0.7-2.5,0l0,0l-7.5-7.5c-9.9,8-24.5,6.3-32.4-3.6S-0.3,13.5,9.7,5.5C13.8,2.2,18.8,0.5,24.1,0.5z M24.1,4   C13.3,4,4.6,12.7,4.6,23.5S13.3,43,24.1,43s19.5-8.7,19.5-19.5C43.6,12.8,34.8,4,24.1,4z"></path>    </g></g></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.icon-menu{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="four-dot-ham" x="0px" y="0px" viewBox="0 0 45 47.5" style="enable-background:new 0 0 45 47.5;" xml:space="preserve"><path d="M35,3c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S31.1,3,35,3 M10,3c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S6.1,3,10,3 M35,30.5 c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S31.1,30.5,35,30.5 M10,30.5c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S6.1,30.5,10,30.5 M35,0 c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S40.5,0,35,0z M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10s10-4.5,10-10S15.5,0,10,0z  M35,27.5c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S40.5,27.5,35,27.5z M10,27.5c-5.5,0-10,4.5-10,10s4.5,10,10,10 s10-4.5,10-10S15.5,27.5,10,27.5z"></path></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 26px;
    height: 26px;
}
.section_about .icon-box-left{
        align-items: center;
}
.section_about .box-icon .icon-box-left .icon {
    background: #9a563a;
    padding: 10px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 20px 5px 20px 5px;
}

.section-title b{
    opacity: 0;
}


.section-title.section-title-center span{
    font-size: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    color: #121f38;
    background: url(img//title.png);
    padding-bottom: 30px;
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.section_product_dichvu .scroll-mb .col-inner{
    text-align: center;
    background: #fff;
    border-radius: 30px 10px;
    padding: 10px;
    height: 100%;
}
.section_product_dichvu .scroll-mb .col-inner .box-image {
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: url(img/ser-mask-img-ii.png?1727784692442);
    mask-image: url(img/ser-mask-img-ii.png?1727784692442);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
}
a.button.primary{
    border-radius: 20px 5px 20px 5px !important;
}
.section_product_dichvu .scroll-mb .col-inner .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    transition: all 1s ease;
}
.section_khampha .icon-box-right .icon-box-img {
    margin-left: 5px;
}
.section_khampha .icon-box-left .icon-box-img {
    margin-right: 5px;
}
.section_khampha .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #9a563a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.section_khampha .icon img {
    max-height: 40px;
    width: auto;
}
.section_khampha .icon:before {
    content: "";
    position: absolute;
    top: calc(var(--border-gap, 5px) / -1);
    right: calc(var(--border-gap, 5px) / -1);
    bottom: calc(var(--border-gap, 5px) / -1);
    left: calc(var(--border-gap, 5px) / -1);
    border: 1px dashed #9a563a;
    border-radius: inherit;
    transition: all ease 0.4s;
    animation: spin 30s linear infinite;
}
.section_khampha .icon-box-left,.section_khampha  .icon-box-right {
    align-items: center;
}

.section_khampha .icon-box {
    font-size: 14px;
}
.section_khampha .icon-box h3 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #121f38;
    margin-bottom: 5px;
}

.section_doingu .box-image{
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: #e3d8d0;
    border-radius: 130px;
    border-radius: 9999px;
    outline: 0.5px solid rgba(154, 86, 58, 0.4);
    outline-offset: 5px;
}
.section_doingu .box-image:after, .section_doingu .box-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #9a563a;
    z-index: 1;
    transition: all ease 0.4s;
    opacity: 0.1;
}
.section_doingu .box-image:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.section_doingu .box:hover .box-image:before {
    width: 50%;
}
.section_doingu .box:hover .box-image:after {
    width: 50%;
}
@media (min-width: 991px) {
    .section_khampha .section-bg:after, .section_khampha .section-bg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        border-radius: 0 200px 200px 0;
        background-image: linear-gradient(to right, #f0efeb 0%, #9a563a 400%);
      
    }
    .section_khampha .section-bg:after {
        left: auto;
        right: 0;
        border-radius: 200px 0 0 200px;
        background-image: linear-gradient(to left, #f0efeb 0%, #9a563a 400%);
    }
}



@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #d3d3d3;
    }
    #shop-sidebar {
      
    }
}


@media only screen and (min-width: 48em) {

}






@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
footer .footer-top .icon-box{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	grid-gap: 0px;
}
footer .footer-top {
    margin-top: 20px;
    margin-bottom: 20px;
}
footer .footer-top .icon-box .icon-box-text{
	text-align: center;
	padding-left: 0px;
}
footer#footer .title-menu {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
}

footer#footer .clicked h4::before, footer#footer .clicked h4::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
footer#footer .clicked h4::before {
    width: 11px;
    height: 1.5px;
    opacity: 1;
}
footer#footer .clicked h4::after {
    width: 1.5px;
    height: 11px;
    right: 10px;
}
footer#footer .clicked.cls_mn h4::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
footer#footer .clicked.cls_mn h4::before {
    opacity: 0;
}
footer#footer .ux-menu {
    display: none;
}
.header-bottom {
    background-color: #ffffff00 !important;
}
#woocommerce-product-search-field-1{
    font-size: 14px;
}
header .searchform-wrapper:not(.form-flat) button.submit-button{
    height: 34px;
    height: 34px;
}
header .searchform .button.icon {
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    border-radius: 5px !important;
    width: 50px;
    font-size: 13px;
}


.header-main .nav.mobile-nav > li.has-icon > a {
    line-height: 16px;
    color: #000;
    font-size: 16px;
}

.row-slider .flickity-prev-next-button {
    background-color: transparent !important; /* Xóa nền mặc định nếu có */
    width: 36px !important;
    height: 36px !important;
    transition: transform 0.3s;
    background-color: var(--mainColor) !important;
    min-height: 36px;
    top: 45%;
}
.box-category h5.header-title{
    font-size: 13px;
}
.shop-page-title{
    font-size: 20px;
}

.sort-cate .sort-cate-right h3 {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 34px;
    font-size: 14px;
    color: var(--textColor);
    background-color:#f1f1f1;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    margin: 0px;
    border-radius: 5px;
}
.sort-cate .sort-cate-right  ul {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    top: calc(100% + 5px);
    min-width: 155px;
    text-align: left;
    box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.sort-cate .sort-cate-right  ul li {
    float: none;
    display: block;
    padding-left: 0;
    width: 100%;
    text-align: center;
}
.sort-cate .sort-cate-right  ul li a {
        padding: 4px 10px;
}
.sort-cate .sort-cate-right  ul li:hover a,.sort-cate .sort-cate-right  ul li.active a {
    background: var(--mainColor);
    color: #fff;
}
.sort-cate .sort-cate-right  ul li+li {
    margin-top: 10px;
}
.category-filtering{
    display: none;
}
h1.shop-page-title {
    margin-bottom: 10px;
    font-size: 24px;
    min-height: 200px;
    background-size: cover;
}
.sticky-add-to-cart__product .ux-quantity{
    display: none;
}
.product-info {
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 15px;
}
h1.product_title{
    font-size: 25px;
}
.product-info .price-box .special-price .price{
    font-size: 30px;
}
.product-main {
    padding: 0px 0;
}
.sort-cate{
    padding: 0px;
}
.add-to-cart-button a.button.is-outline{
    font-size: 14px;
}
footer .title-menu h4{
    font-size: 16px;
}
.bread-crumb {
    padding: 20px 0;
    background-size: cover;
    min-height: 150px;
background-position: center left;
}
.bread-crumb .title-bread-crumb {
    font-size: 20px;
}
.breadcrumb {
    font-size: 14px;
}
.section-title.section-title-center span{
    font-size: 30px;
    background-size: 150px;
}
.product-small.box {
    border-radius: 15px 5px;
}
.product-small.box .box-image {
    border-radius: 25px 5px 5px 5px;
}


 .scroll-mb-col{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;;
}
 .scroll-mb-col > .col{
    text-align: center;
    width: 200px;
    white-space: normal;
    margin: 0px !important;
    min-width: 70%;
}

.section_khampha .icon-box h3 {
    font-size: 16px;
}


.section_khampha .scroll-mb{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -10px;
    text-align: center;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
    display: block;
}
.section_khampha .scroll-mb .icon-box {
    display: inline-block;
    text-align: center;
    width: 70%;
    white-space: normal;
    margin: 0px !important;
}
.section_khampha .icon-box .icon-box-img{
    margin: 10px auto;
}
.section_khampha .icon-box h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_khampha .icon-box p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


