/*
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: 35px;
	max-width: 760px;
	background-color: #fff;
}
header #woocommerce-product-search-field-0{
	height: 50px;
    border-radius: 35px;
    padding-right: 80px;
    padding-left: 20px;
}

header .searchform-wrapper:not(.form-flat) button.submit-button {
    width: 50px;
    height: 50px;
    min-height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px !important;
    color: #fff;
    font-size: 16px;
    border: 0px;
    box-shadow: none;
    background-color: var(--mainColor);
}
header .searchform-wrapper:not(.form-flat) button.submit-button:hover{
    background-color: var(--subColor);
}
.bread-crumb {
    background: #dadada;
    margin-bottom: 30px;
}
.breadcrumbs a{
    color: #000;
}
.page-template-default .page-wrapper >.row  > .col > .col-inner{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
.woocommerce-breadcrumb{
	margin: 0;
    font-size: 14px;
    padding: 15px 0px;
    border-radius: 0;
    font-weight: 500;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
    word-break: break-word;
    color: var(--mainColor);
}
.woocommerce-breadcrumb .mr_lr {
    color: #000;
}
.woocommerce-breadcrumb .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}
footer#footer{
    
}

footer#footer a:hover {
    color: var(--subColor);
}
footer .title-menu h4 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
footer .absolute-footer {
    background: var(--mainColor);
}
footer .absolute-footer .footer-primary{
    color: #fff !important;
}
.dark, .dark p, .dark td {
    color: #ffffff;
}
.icon-box-left .has-icon-bg .icon {
    position: relative;
    width: 100%;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover{
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
 .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: 22px;
}
header .account-item a .icon-user {
	background-image: url(img/user.svg);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 20px !important;
    height: 22px;
    width: 22px;
}
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 {
    padding:10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
.sort-cate .sort-cate-right {
 
}

.sort-cate .sort-cate-right h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.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 {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 4px 10px;
    border-radius: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.sort-cate .sort-cate-right ul li.active a,.sort-cate .sort-cate-right ul li:hover a {
    border: 1px solid #ff7e00;
    color: #ff7e00;
}
.sort-cate .sort-cate-right ul li.active a:after {
    background-color: #ff7e00;
    border-radius: 0 0 10px 0;
    color: #fff;
    content: "✓";
    font-size: 7px;
    height: 10px;
    left: 0;
    padding-bottom: 11px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    width: 14px;
}
.category-page-row {
    padding-top: 0px;
}
.widget .is-divider{
    display: none;
}

.widget>ul>li .count{
    display: none;
}

.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 > .col-inner {
    background: #fff;
    position: relative;
    border-radius: 15px;
}
.box-text-products{
    padding: 14px 10px;
}
.product-small.box .box-text-products .add_to_cart_button {
    border-radius: 10px !important;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0px;
    position: absolute;
    bottom: -30px;
    right: 0px;
}
.product-small.box .box-text-products .add_to_cart_button:hover{
    background-color: var(--subColor);
}
.product-small.box .box-text-products .add_to_cart_button svg {
    width: 20px;
    height: 20px;
}
.product-title.woocommerce-loop-product__title{
    margin-bottom: 10px;
    font-weight: bold;
}
.product-title.woocommerce-loop-product__title a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2);
    font-size: 16px;
}
.product-small .sale-off {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: url(img/static-icon-sale-off.png?1754209552663) 0 0 / contain no-repeat;
    width: 82px;
    height: 32px;
    color: #fff;
    font-size: 10px;
    color: #ffd7a9;
    padding: 0 4px;
    z-index: 1;
}
.product-small .sale-off span {
    color: #fff;
    font-size: 12px;
}
.product-small .price-wrapper .price {
    margin-bottom: 10px;
    position: relative;
    color: #d70018;
    font-weight: 700;
    font-size: 20px;
}
.product-small .price-wrapper .price del{
    color: #666;
    text-decoration: line-through;
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}

.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 {
    padding-top: 0px;
}
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);
}

.inventory_quantity {
    font-size: 14px;
    border-bottom: 1px solid #DDE1EF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.price-box {
    padding-bottom: 10px;
}

.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;
}


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 {
    border: 0;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    background: #1435c3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .3s ease;
}
.single_add_to_cart_button .txt-main {
    font-weight: 600;
}
.single_add_to_cart_button .text_2 {
    display: block;
    font-size: 12px;
    text-transform: none;
}
.ux-buy-now-button{
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase; 
    margin:0px;
    line-height: 50px;
}
.button-phone span {
    font-size: 16px;
}
.button-phone a{
    display: flex;
    background: #ff7e00;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    font-size: 13px;
    height: 50px;
    transition: all .3s ease;
    margin:0px;
}
.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;
}
.khuyen-mai {
    margin-bottom: 20px;
    overflow: hidden;
}
.khuyen-mai2 {
    background: #f3f4f6;
    padding: 10px;
    border-radius: 15px;
}
.khuyen-mai .title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.khuyen-mai .content ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    list-style: none;
    margin-left: 0px;
}
#product-sidebar{
    background: #f3f4f6;
    padding: 10px;
    border-radius: 15px;
}
#secondary aside.widget{
    padding: 10px ;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    margin-bottom: 30px;
}
#secondary aside.widget span.widget-title {
    font-size: 30px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 500;
    padding: 5px 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}
#top-bar .topbar-style1 a{
    background: repeating-linear-gradient(to right, #f1d113 0, #fef273 25%, #f1b01f 50%, #fde904 75%, #e5bf23 100%);
    background-size: 200% auto;
    -webkit-animation: gradient 2s infinite;
    animation: gradient 2s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 10px;
    color: #d94700 !important;
    font-weight: bold;
}
#top-bar ul li a{
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 10px;
}
#top-bar ul li{
    margin: 3px;
}
#top-bar ul li:not(.topbar-style1) a:hover{
    background: #ff7e00;
    color: #fff;
}
.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: hsl(0deg 0% 100%);
}
#top-bar .flex-right a svg {
    position: relative;
    top: -2px;
    fill: #fff;
    width: 20px;
    height: 20px;
}
#top-bar .nav-divided>li+li>a:after{
    display: none;
}
@keyframes gradient{0%{background-position:0 0}100%{background-position:-200% 0}}

.badge.post-date {
    height: 80px;
    width: 150px;
    overflow: hidden;
}
.recent-blog-posts a{
    font-size: 16px;
    margin: 0;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 6px;
}
.box-blog-post .box-image{
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.archive-page-header h1{
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 500;
}
.box-blog-post{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
}
.box-blog-post .box-text{
  
}
.post-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
        -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2);
    font-size: 18px;
}
.box-blog-post .is-divider{
    display: none;
}
.box-blog-post .post-meta {
    display: block;
    margin: 5px 0px;
    position: absolute;
    text-align: center;
    left: 10px;
    top: -40px;
    background: #ff7e00;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
}
h5.post-title{
    margin-bottom: 10px;
}
.box-blog-post .button{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ff7e00" class="bi bi-chevron-double-right" viewBox="0 0 16 16"  > <path fill-rule="evenodd"  d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z"></path> <path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z"></path> </svg>') !important;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-position: right;
    background-size: 14px;
    font-size: 15px;
    color: var(--mainColor);
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
}


.blog-single article{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}

.share-group__item {
    margin-left: 8px;
}
.share-group__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s ease;
}
.blog-share{
    margin-top: 10px;
}
.blog-share div{
    margin-left: unset !important;
    margin-right: unset !important;
}
.blog-share .is-divider{
    display: none;
}

.title-index {
    font-size: 22px;
    display: block;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-index .title-name {
    display: inline-block;
    line-height: 20px;
    padding: 16px 30px 16px 42px;
    background-color: #ff7e00;
    color: #fff;
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
}
.title-index .title-name:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    left: -.1px;
    bottom: -.1px;
    -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #1435c3;
}
.title-index>a:hover {
    background-color: #1435c3;
}
.title-index>a:hover:before {
    background-color: #ff7e00;
}
.tab-section {
    padding:10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    margin-bottom: 20px;
}
.tab-section>h3 {
    font-size: 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-weight: normal;
}
.product-main > .content-row{
    padding:10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    margin-bottom: 20px;
    max-width: 1600px;
}
h1.entry-title{
    font-size: 26px;
    margin-bottom: 10px;
}
.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: var(--mainColor);
}

.nav-sidebar.nav-vertical>li+li {
    border-top: 0px;
}
.off-canvas .nav-vertical>li>a {
    padding: 10px;
    font-weight: normal !important;
    color: #fff;
}
.sidebar-menu-tabs.nav>li>a {
    background: #000;
    color: #fff;
}
.nav-vertical>li>ul li a {
    font-size: 13px;
}

.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(--subColor);
    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: 14px;
    text-transform: inherit;
}
.box-category .box-text.text-center{
    padding-bottom: 0px;
    padding: 0px;
    padding-top: 10px;
}
.product-small.box-vertical{
    padding: 5px;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: left;
    border-radius: 15px;
}
.product-list .badge-container {
    display: none;
}
.product-list .product-small .price-wrapper .price del,.product-list .product-small .price-wrapper .price{
    font-size: 14px;
}

.product-list .product-small .box-image {
    height: 130px;
}
.product-list .product-small .box-text {
    padding: 10px !important
}
.product-list .product-title.woocommerce-loop-product__title a {
    font-size: 14px;
}
.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: 30px !important;
    height: 60px !important;
    transition: transform 0.3s;
    background-color: var(--mainColor) !important;
    min-height: 30px;
    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 */
    background-position: center;
    border-radius:  100px 0px 0px 100px !important;
}

/* 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 */
    background-position: center;
    border-radius: 0px 100px 100px 0px !important;
}
.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;
}
.text-box-content p{
    font-size: 13px;
}
.text-box-content h3{
    margin-bottom: 10px;
    font-size: 13px;
}
.text-box-content h2{
    margin-bottom: 10px;
    font-size: 20px;
}
.text-box-content .button{
    font-size: 12px;
    font-weight: normal;
    color: #000 !important;
}
.button .icon-angle-right:before {
    content: "";
}
.banner-radius .banner {
    border-radius: 5px;
    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: -5px !important;
    margin-top: 5px;
}
.product-small .badge {
    backface-visibility: hidden;
    display: block;
    height: auto;
    pointer-events: none;
    width: auto;
    z-index: 20;
}
.product-small .badge .badge-inner{
    color: #ffffff;
    padding: 4px 6px;
    font-size: 12px;
    box-shadow: 0px 0px 5px 1px #fff;
    font-weight: 700;
    border-radius: 5px 13px 13px 0px !important;
    display: block;
    line-height: normal;
}
.product-small .badge .badge-inner:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #d70018 transparent transparent;
    bottom: -5px;
    left: 0px;
    filter: brightness(0.8);
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
    left: auto;
    right:10px;
}

.block-background {
    padding: 5px 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    margin-bottom: 20px;
}

.radius,.radius img{
    border-radius: 15px;
    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;
}

.icon-box-left, .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;
}

.from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 3);
    font-size: 16px;
}
.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-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#header .header-control {
    align-items: center;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    display: flex;
}
header#header .header-control .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header#header .header-control .icon svg {
    width: 30px;
    height: 30px;
    fill: #ff7e00;
}

header#header .header-control .content {
    color: #000;
    white-space: nowrap;
    margin-left: 5px;
}
header#header .header-control .content a {
    color: #000;
    display: block;
}

.block-cart .top-cart-content {
    right: 0px;
    top: 100%;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 9999999;
    display: none;
    color: #000;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
}

header#header .header-control.header-cart .top-cart-content {
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.329);
    overflow: inherit;
    min-width: 300px;
}


#wide-nav .header-bottom-nav.nav > li > a {
    display: block;
    text-align: left;
    padding: 10px 10px;
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    min-width: 100px;
    text-align: center;
    min-height: 80px;
}
#wide-nav .header-bottom-nav.nav > li > a > img{
    margin: auto;
    display: block;
    width: 30px;
}
#wide-nav .header-bottom-nav.nav > li{
    padding: 0px 3px;
}

.icon-angle-down:before {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: block;
    transition: 0.5s;
    margin: auto;
    margin-top: 3px;
    border-color: #fff transparent transparent transparent;
}
#wide-nav .header-bottom-nav.nav > li > a > i.icon-angle-down{
    display: block;
}


.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
        left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 99%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    border-radius: 5px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
    padding-bottom: 100%;
    display: block;
    height: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.product-info .price-box {
    margin-bottom: 20px;
    padding: 15px;
    background: #e3e3e3;
    border-radius: 15px;
    background: #f7f7f7;
}
.product-info .price-box .special-price .price{
    font-size: 30px;
    font-weight: 600;
    color: #d70018;
    display: inline-block;
    margin: 0px;
}
.product-info .price-box .title-price {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    width: 140px;
}
.product-info .price-box .old-price {
    color: #545454;
    font-size: 16px;
    display: block;
    text-decoration: line-through;
}
.product-info .price-box .old-price .product-price-old{
    font-size: 16px;
    font-weight: normal;
}

.product-small .box-image{
    padding: 5px;
}
.product-small .box-image .image-none{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%;
}
.product-small .box-image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s linear;
}
.product-small .box-image:hover img {
    bottom: 20px;
}

.th-compare-output-product{
    background: rgb(255 255 255);
    border-radius: 16px;
    box-shadow: var(--thpc-box-shadow);
    backdrop-filter: blur(8.4px);
    -webkit-backdrop-filter: blur(8.4px);
    border: 0px;
}

.th-compare-output-wrap-inner .th-compare-heading {
    background: rgb(255 255 255);
}

.th-compare-output-product a, .th-compare-output-product span {
    font-family: unset;
}

.th-compare-output-product .product-table-configure .price_ {
    font-size: 16px;
}
.th-compare-output-product .product-table-configure .price_  del span.amount  {
    font-size: 14px;
    color: #333;
}
.th-compare-output-product .product-table-configure td{
    text-align: left;
}
.th-compare-output-product .product-table-configure .price_ {
    justify-content: flex-start;
}
.th-compare-output-product .product-table-configure .th-compare-product-remove {
    margin: unset;
}
.th-compare-output-product .product-table-configure td.left-title {
    background: #fafafa;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.th-compare-output-product .product-table-configure td.left-title span {
    font-size: 14px;
    opacity: 1;
    color: inherit;
}
.thunk-compare {
    margin: unset;
}

.th-product-compare-btn {
    margin: 0px;
}
#shop-sidebar {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
#shop-sidebar aside.widget.widget_layered_nav {
    display: inline-flex;
    position: relative;
}
#shop-sidebar aside.widget.widget_layered_nav .widget-title {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px 10px;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: normal;
}

#shop-sidebar aside.widget.widget_layered_nav:hover .widget-title {
    background: #ff7e00;
    border: 1px solid #ff7e00;
    color: #fff;
}

#shop-sidebar aside.widget.widget_layered_nav .widget-title:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    top: -2px;
    margin-left: 2px;
    margin-top: -6px;
}
#shop-sidebar aside.widget:hover .widget-title:after {
    border-color: #fff transparent transparent transparent;
}
#shop-sidebar aside.widget .woocommerce-widget-layered-nav-list {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 9;
    width: 500px;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
#shop-sidebar aside.widget:hover .woocommerce-widget-layered-nav-list {
    display: flex;
    flex-wrap: wrap;
}
#shop-sidebar aside.widget:hover .woocommerce-widget-layered-nav-list:before {
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    margin-left: -9px;
    bottom: 100%;
    left: 20px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list {
    display: none;
}

#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list li {
    background: #fff;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list li a{
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
}
#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list li.chosen a {
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    overflow: hidden;
}
#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list li a:hover{
    color: var(--mainColor);
    border-color: var(--mainColor);
}
.widget>ul>li+li, ul.menu>li+li{
    border:0px;
}

#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list li span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.widget.widget_layered_nav li.chosen a:before{
    background-color: #ff7e00;
    border-radius: 0 0 10px 0;
    color: #fff;
    content: "✓";
    font-size: 7px;
    height: 10px;
    left: 0;
    padding-bottom: 11px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    width: 14px;
    opacity: 1;
}
#shop-sidebar aside.widget.widget_layered_nav_filters .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 15px;
} 
.widget_layered_nav_filters ul li.chosen a{
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    background-color: #fff;
}
.widget_layered_nav_filters ul li.chosen a:hover{
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
}

.img.text-center{
    margin: auto;
}
.see-more {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px;
    color: #000;
    margin: 30px 0 20px 0;
    background: #fff;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
.see-more:hover {
    background: #ff7e00;
    color: #fff;
}


.thong-so .title {
  font-size:25px;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:20px;
  padding:10px;
  background:#ff7e00;
  color:#fff;
}

.thong-so .content {
  height:400px;
  overflow:hidden;
}

@media (max-width:991px) and (min-width:767px) {
  .thong-so .content {
    height:514px;
  }
}

.thong-so .content table {
  border-collapse:collapse !important;
  border:none;
  width:100% !important;
  max-width:100%;
  margin-bottom:20px;
  font-size:13px;
  line-height:22px;
  text-align:left;
}

.thong-so .content table tr:nth-of-type(2n+1) {
  background-color:rgba(0,0,0,0.05);
}

.thong-so .content table th:first-child,
.thong-so .content table td:first-child {
  min-width:95px;
}

.thong-so .content table th,
.thong-so .content table td {
  padding:12px 10px;
  line-height:1.42857143;
  vertical-align:middle;
  text-align: left;
}

.thong-so .text-center {
  position:relative;
}

.thong-so .text-center::before {
  height:100px;
  margin-top:-60px;
  content:"";
  display:block;
  background:transparent;
  background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.91)),color-stop(55%,#fff));
  background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:-o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
  background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.91) 50%,#fff 55%);
}

.thong-so-popup {
  border-radius:5px;
  box-sizing:border-box;
  width:600px;
  height:auto;
  background:transparent;
  margin:0 auto;
  position:relative;
  position:fixed;
  left:50%;
  top:10%;
  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;
  background:#fff;
  overflow:hidden;
}

@media (max-width:767px) {
  .thong-so-popup {
    width:98%;
    margin:auto;
    top:20px !important;
  }
}

.thong-so-popup .content {
  height:500px !important;
  overflow-y:scroll;
}

.thong-so-popup .content::-webkit-scrollbar {
  width:3px;
}

.thong-so-popup .content::-webkit-scrollbar-thumb {
  background-color:#ff7e00;
  outline:1px solid #ff7e00;
}

.thong-so-popup.active {
  opacity:1;
  z-index:99999;
}

.nav.nav-pills {
    text-align: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    gap: 20px;
}
.nav.nav-pills li {
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;}
.nav.nav-pills li a{
    color: #111e55;
    line-height: inherit;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #fff;
    padding: 5px 30px;
    border-radius: 99px;
    text-align: center;
    font-weight: normal;
    line-height: inherit;

}
.nav.nav-pills li a span span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}
.nav.nav-pills li.active a{
    background-color: var(--mainColor);
    color: #fff;
}

.section_product_tab .background > .col-inner{
    background: url('img/static-collection-bg-2.jpg');
    background-size: cover;
}

.title-index {
    font-size: 22px;
    display: block;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.title-index h2{
    display: inline-block;
    line-height: 20px;
    padding: 16px 30px 16px 42px;
    background-color: #ff7e00;
    color: #fff;
    border-radius: 10px;
    position: relative;
    font-size: 22px;
    width: auto;
    margin: 0px;
}
.title-index h2:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    left: -.1px;
    bottom: -.1px;
    -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #1435c3;
}
.title-index h2:hover {
    background-color: #1435c3;
}
.title-index h2:hover:before {
    background-color: #ff7e00;
}

.box-category .box-image{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%;
}
.box-category .box-image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transition: all 0.3s ease;
}
.box-category  {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    display: block;
}

.camap-show-cats {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 0px;
}
.camap-show-cats li {
    margin-right: 10px !important;
    display: block;
    padding: 4px 12px;
    line-height: 38px;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.white {
    color: #000000 !important;
}
.camap-show-cats li a {
    display: block;
    color: #000;
}
.camap-show-cats li:hover a {
    color: #fff;
}
.camap-show-cats li:hover {
    background: #ff7e00;
}
.title-index h2 a{
    color: #fff;
}
.thumb-content > .col-inner{
    background: linear-gradient(90deg, #ff7e00 0%, #1435c3 80%);
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
}


.section_danhmuc .box .box-text h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.section_danhmuc .box:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    border-radius: 20px;
}

.section_danhmuc .box1:before {
    background: linear-gradient(90deg, #A8FF78 0%, #78FFD6 50%);
}
.section_danhmuc .box2:before{
    background: linear-gradient(90deg, #FF416C 0%, #FF4B2B 50%);
}
.section_danhmuc .box3:before{
    background: linear-gradient(90deg,#B2FEFA 0%,#0ED2F7 50%);
}
.section_danhmuc .box4:before{
    background: linear-gradient(90deg,#FFEFBA 0%,#DDEFBB 50%);
}

.section_danhmuc .box:hover img {
    transform: scale(1.02);
    transition: all .3s linear;
}

#wide-nav .flex-left .header-bottom-nav {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    white-space: nowrap;
    display: block;
}

.title-index h2.camap-title-cat{
    margin-right: 10px;
}

@media screen and (min-width: 850px) {
    .danhmuc10.large-columns-8 .flickity-slider>.col {
        flex-basis: 10%;
        max-width: 10%;
    }
}




@media (max-width: 1540px) {
.product-main > .content-row {
    margin: 15px;
    max-width: calc(100% - 30px);
}

}
@media (min-width: 1199px) {
    .block-cart:hover .top-cart-content {
        display: block;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}






@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) {

}



.product-images .badge-container{
    display: none;
}


@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;
    border-radius: 99px;
}
header .searchform-wrapper:not(.form-flat) button.submit-button{
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
}
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;
        font-size: 15px;
}
.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;
    padding-left: 0px;
    padding-right: 0px;
}
.product-gallery{
    padding-left: 0px;
    padding-right: 0px;
}
h1.product_title{
    font-size: 25px;
}

.product-main {
    padding: 0px 0;
}
.sort-cate{
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.add-to-cart-button a.button.is-outline{
    font-size: 14px;
}
#shop-sidebar aside.widget.widget_layered_nav {
    display: block;
}
#shop-sidebar aside.widget.widget_layered_nav .widget-title {
    font-size: 14px;
    background-color: var(--mainColor);
    color: #fff;
    display: block;
}
#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list {
    display: flex;
    position: relative;
    box-shadow: none;
    width: 100%;
    flex-wrap: wrap;
    background: #f9f9f9;
}
#shop-sidebar aside.widget ul.woocommerce-widget-layered-nav-list li a {
    font-size: 14px;
}
.widget_layered_nav_filters ul li.chosen a{
    font-size: 14px;
}
.widget_layered_nav_filters ul li.chosen{
    margin-bottom: 10px;
}
#shop-sidebar aside.widget.widget_layered_nav .widget-title:after {
    border-color: #ffffff transparent transparent transparent;
    top: 10px;
    right: 0px;
    left: auto;
    float: right;
}
.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%;
}
.product-small .price-wrapper .price del {
    font-size: 14px;
}
.product-small .price-wrapper .price {
    font-size: 16px;
}
.product-small.box .box-text-products .add_to_cart_button {
    width: 30px;
    height: 30px;
    bottom: -25px;
    border-radius: 10px !important;
}
.product-small.box .box-text-products .add_to_cart_button svg {
    width: 15px;
    height: 15px;
}
.product-small.box-vertical {
    display: flex;

}
.product-list .product-small .box-image{
    width: 120px !important;
}
.title-index h2{
    font-size: 16px;
}
.section_danhmuc .box .box-text h4{
    font-size: 14px;
}
.nav.nav-pills li a{
    font
}
.nav.nav-pills {
    justify-content: flex-start;
}
.section-title-container.title-index {
    flex-direction: column;
    align-items: start;
}
.nav.nav-pills li a span span {
    font-size: 16px;
}
.section-title-container .camap-show-cats {
    overflow: scroll;
    flex-wrap: nowrap;
    margin-top: 10px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: flex-start;
    width: 100%;
}
.camap-show-cats li{
    font-size: 14px;
}
.product-main > .content-row{
    margin-bottom: 20px !important;
}
.off-canvas .nav-vertical>li>a{
    font-size: 16px;
    font-weight: bold;
}
.off-canvas .nav-vertical>li>a>img{
    margin-right: 10px;
}
.nav-vertical>li>ul li a {
    color: #ffffff;
}
.sort-cate{
    background: #ffffff00;
    box-shadow: none;
}
}


