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

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


@font-face {
    font-family: primary-font;
    src: url('./Inter-Light.otf');
}

@font-face {
    font-family: primary-font-bold;
    src: url('./Inter-Regular.otf');
}

b, strong, h1, h2, h3, h4, h5, h6 {
	font-family: primary-font-bold !important
}

html {
   scroll-behavior: smooth;
}

body, html, .nav > li > a, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
	font-family: 'primary-font', Arial, Helvetica, sans-serif !important;
}

.header-main .form-flat input:not([type=submit]) {
	background-color: white !important;
	font-size: 16px;
    height: 42px;
    text-indent: 10px;
    color: #292929 !important;
}

.header-main .form-flat .search-field::placeholder {
	color:#757575;
}

.header-main .form-flat .icon-search {
	color: #757575;
}

.header-nav-main .form-flat .button.icon {
    background-color: var(--primary-color) !important;
}

.header-nav-main .form-flat .flex-row .flex-col {
    padding-right: 0;
}

.header-nav-main .form-flat .icon-search:before {
    color: white;
}

.header-bottom-nav .menu-item a {
	padding: 10px 32px;
	font-family: primary-font-bold !important
}

.header-bottom-nav .menu-item a:hover {
	color: var(--primary-color) !important
}

.header-bottom-nav .menu-item:not(:last-child) a:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #CFCFCF;
    height: 62%;
    width: 1px;
}

.row-slider .col {
    padding:0;
}

.header-block {
	width:100px !important;
	margin-right: 20px !important;;
}

.col-block {
	padding: 0;
	margin-left: 22px !important;
}

.header-block .icon-box-text {
	padding-left: 6px !important;
}

.header-block .icon-box-text h5 {
	margin-bottom:2px;
	text-transform: inherit;
	color:white;
}

.header-block .icon-box-text h6 {
	color:white;
	opacity: 1;
	text-transform: inherit;
}

.page-wrapper {
	padding-top: 35px;
}

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

.menu-header .icon-box {
	background: #ffffff36;
    border-radius: 99px;
    padding:5px;
}

.menu-header > .col {
	margin-left: 0 !important
}

.header-block .menu-header .icon-box-text {
	display: flex;
    align-items: center;
}

.product-small.box {
	background:white;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
/* 	box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15); */
}

.product-small.box:hover {
	border:1px solid var(--primary-color)
}

.product-type-simple:hover .product-small.box {
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
}

.product-small.box .box-image {
	padding: 12px;
}

.product-small.box .box-text {
	padding: 8px 12px 12px;
}

.product-small.box .box-text .product-title {
	margin-bottom: 8px;
	font-family: primary-font !important;
	font-weight: normal;
}

.product-small.box .box-text .product-title a {
	color: #333333;
    height: 37px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size:15px
}

.completions-content-list .product-small.box .box-text .product-title a {
    height: 18px;
}

.product-small ins .woocommerce-Price-amount, .product-small .woocommerce-Price-amount bdi {
	font-size: 16px;
    color: #dd2f2c;
    font-family: primary-font-bold !important;
}

.product-small del .woocommerce-Price-amount {
	font-size: 13px;
    color: #a4a4a4;
}

.price del span.amount bdi {
	color: #a4a4a4!important;
	font-size: 13px;
}

.product-info .price ins .woocommerce-Price-amount {
    color: var(--fs-color-alert);
    font-size: 26px;
	font-family: primary-font-bold !important;
}

.product-info .price del .woocommerce-Price-amount {
	font-size: 20px
}

.product_list_widget ins span.amount, .woobt-price-ori ins span.amount, .woobt-additional ins span.amount, .woobt-total ins span.amount, .product-page-price span.amount, .woocommerce-variation span.amount {
	color: var(--fs-color-alert);
    font-family: primary-font-bold !important
}

.product_list_widget del span.amount {
	font-size: 12px
}

.product-info .is-divider {
    display: none;
}

.hTitle {
	display: flex;
	flex-wrap: wrap !important;
    justify-content: space-between;
}

.hTitle h3 {
	font-family: primary-font-bold !important;
	color: #1d2939
}

.hTitle .section-title-heading {
    font-weight: bold;
    font-size: 24px;
    color: var(--primary-color);
}

.hTitle p {
	margin-bottom: 0;
	display: inline;
}

.hTitle a {
	margin:0;
}

.hTitle .list-related-tag {
	display:flex
}

.hTitle .list-related-tag::-webkit-scrollbar {
  display: none;
}

.hTitle .list-related-tag {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.related-tag:not(:last-child) {
	margin-right:10px
}

.related-tag {
	background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #444;
	padding: 5px 10px;
	font-size:13px;
	height: 32px;
	white-space: nowrap;
}

.related-tag:hover {
	border-color: var(--primary-color)
}

.view-more {
	border: 1px solid #d5d5d5
}

.header-nav-main .cart-item .header-cart-link, .header-nav-main .cart-item .header-cart-link:hover {
    background:#ffffff36;
    height: 42px;
    display: flex;
    align-items: center;
    box-shadow:none;
    text-transform: none;
}

.btn-heading {
	background: white;
	color: #292929;
}

.section-heading {
	background: linear-gradient(90deg, #a3e3fc 0%, #71c7f8 25%, #55a2f4 50%, #4495f1 75%, #3b8ff1 100%);
    border-radius: 4px 4px 0px 0px;
}

.section-heading .col {
	padding-bottom: 0;
}

.ux-menu-title {
	font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    line-height: 2;
	min-height:0;
    text-transform: uppercase;
}

.ux-menu-link__link {
	border: none !important;
	min-height: 0;
	padding: 0;
	font-size: 14px;
}

.sidebar-menu {
    background: #fff;
    padding: 0;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.sidebar-menu .megamenu-nav {
    position: relative;
    z-index: 2;
    background: #fff;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.sidebar-menu .megamenu-nav-main {
    display: block;
    padding: 0;
    margin-bottom: 0;
}
.sidebar-menu .megamenu-nav-main .megamenu-content {
    position: absolute;
    display: none;
    z-index: 10;
    cursor: default;
    background-color: #fff;
}
.sidebar-menu .megamenu-nav-main .menu-active .megamenu-content {
    display: block;
}
.sidebar-menu .megamenu-item {
    cursor: pointer;
    list-style-type: none;
    margin-left:0 !important;
    margin-bottom: 0;
}
.sidebar-menu .megamenu-item .megamenu-link {
    font-size: 15px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
    margin: 0;
    position: relative;
    transition: none;
    color:#292929;
	border-radius: 10px 0 0 10px;
}
.sidebar-menu .megamenu-item .megamenu-icon {
    display: flex;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}
.sidebar-menu .megamenu-item .megamenu-ic-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-menu .megamenu-item .megamenu-ic-right svg {
    width: 8px;
    height: 8px;
}
.sidebar-menu .megamenu-item:first-child:hover {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.sidebar-menu .megamenu-item:last-child:hover .megamenu-link {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.sidebar-menu .megamenu-item:hover .megamenu-link, .sidebar-menu .megamenu-item:hover path {
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
    outline: none;
	fill: #fff; 
}
.sidebar-menu .megamenu-item:hover .megamenu-link:before {
    right: -32px;
    border-top: 16px solid transparent;
    border-left: 16px solid var(--primary-color);
    border-bottom: 19px solid transparent;
    border-right: 16px solid transparent;
    z-index: 100;
    position: absolute;
    top: 0;
    margin: auto;
    content: "";
}

/*.sidebar-menu .megamenu-item:hover .icon_menu {
    background: white;
    border-radius: 5px;
    padding: 2px;
}*/

.sidebar-menu
.megamenu-item:hover
.megamenu-icon[data-hover*="gaming"]
svg
path:nth-child(5) {
    fill: var(--fs-color-alert);
    stroke: var(--fs-color-alert);
}
.sidebar-menu .megamenu-item.menu-active .megamenu-link {
    color: #fff;
    background: #ea1c04;
    text-decoration: none;
    position: relative;
}
.sidebar-menu .megamenu-item .xlab_grid_container {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.sidebar-menu .megamenu-item .xlab_grid_container .column {
    position: relative;
    box-sizing: border-box;
}
.sidebar-menu .megamenu-item .xlab_grid_container .xlab_column_5_5 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-start;
    padding: 10px;
}
.sidebar-menu
.megamenu-item
.xlab_grid_container
.xlab_column_5_5
.sub-megamenu-item {
    width: 22%;
}
.sidebar-menu .megamenu-item .absolute-center {
    top: 0;
    left: 100%;
    min-height: 496px;
    width: calc(1300px - 250px);
    max-height: 100vh;
    overflow: auto;
	margin-left: 5px
}
.sidebar-menu .megamenu-item .absolute-left {
    left: 0;
    right: auto;
}
.sidebar-menu .megamenu-item .absolute-right {
    right: 0;
    left: auto;
}
.sidebar-menu .megamenu-item .sub-megamenu-item:not(.pull-right) {
    padding: 5px 5px 16px;
}
.sidebar-menu .megamenu-item .sub-megamenu-item.pull-right {
    width: 17%;
}
.sidebar-menu .megamenu-item .sub-megamenu-item .sub-megamenu-item-name {
/*     color: var(--primary-color); */
    font-family: primary-font-bold !important;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}
.sidebar-menu .megamenu-item .sub-megamenu-item .sub-megamenu-item-name:focus,
.sidebar-menu .megamenu-item .sub-megamenu-item .sub-megamenu-item-name:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.sidebar-menu .megamenu-item .sub-megamenu-item .sub-megamenu-item-filter {
    display: block;
    font-size: 13px;
    color:#292929;
}
.sidebar-menu
.megamenu-item
.sub-megamenu-item
.sub-megamenu-item-filter
+ .sub-megamenu-item-filter {
    margin-top: 8px;
}
.sidebar-menu .megamenu-item .sub-megamenu-item .sub-megamenu-item-filter:focus,
.sidebar-menu
.megamenu-item
.sub-megamenu-item
.sub-megamenu-item-filter:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* - 4. Sidebar Search mobile */
.sidebar-search-mb {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ececec;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
}
.sidebar-search-mb .sidebar-search-mb-top {
    padding: 8px 8px 0;
    background: var(--fs-color-alert);
}
.sidebar-search-mb .sidebar-search-mb-top .table-title {
    display: flex;
    align-items: center;
}
.sidebar-search-mb .sidebar-search-mb-top .table-title .btn-back {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    padding: 0;
    margin-right: 8px;
}
.sidebar-search-mb .sidebar-search-mb-top .table-title .btn-back svg {
    width: 32px;
    height: 32px;
}
.sidebar-search-mb .sidebar-search-mb-top .table-title .searchform {
    width: calc(100% - 40px);
}
.sidebar-search-mb .sidebar-search-mb-mid {
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar-search-mb .sidebar-search-mb-mid::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.sidebar-search-mb .sidebar-search-mb-mid::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.sidebar-search-mb .sidebar-search-mb-mid::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105, 105, 105, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.sidebar-search-mb
.sidebar-search-mb-mid::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(105, 105, 105, 0.4);
}
.sidebar-search-mb .sidebar-search-mb-mid .search-suggest p {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    padding: 8px;
}
.sidebar-search-mb .sidebar-search-mb-mid .search-suggest .search-suggest-area {
    background: #ffffff;
    margin-bottom: 8px;
}
.sidebar-search-mb .sidebar-search-mb-mid .search-suggest .search-suggest-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-suggest-list:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #ececec;
    position: absolute;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-suggest-list
li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-top: 1px solid #ececec;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-suggest-list
li
a {
    display: flex;
    align-items: center;
    color: #333;
    padding: 0 8px;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-suggest-list
li
span.icon {
    display: block;
    position: relative;
    padding-bottom: 31%;
    width: 70px;
    height: 70px;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-suggest-list
li
span.icon
img {
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-suggest-list
li
span.text {
    display: inline-flex;
    padding: 0 0 0 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-history-list
li
a {
    display: block;
    padding: 8px;
}
.sidebar-search-mb
.sidebar-search-mb-mid
.search-suggest
.search-history-list
li
+ li
a {
    border-top: 1px solid #ececec;
}
.sidebar-search-mb .sidebar-search-mb-mid .resultsContent {
    padding: 0 8px;
    background: #fff;
}
.sidebar-search-mb .searchform-product .input-search {
    outline: none !important;
    width: 0;
    visibility: hidden;
    -webkit-transition: width 0.3s linear 0.1s;
    transition: width 0.3s linear 0.1s;
}
.sidebar-search-mb .searchform-product .input-search.show {
    width: 100%;
    visibility: visible;
}

#header .menu-desktop {
    position: absolute;
    z-index: 50;
    width: 100%;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
	box-shadow: rgba(50, 50, 50, 0.33) 0px 2px 6px 0px;
	border-radius: 10px
}

.site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    opacity: 1;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.open-menu .site-overlay {
    opacity: 1;
    visibility: visible;
}

.header-main .header-button > .button:hover {
    border-color: white !important;
}

.header-main .header-button > .button:hover i, .header-main .header-button > .button:hover span {
    color: white !important
}

.mobile-sidebar a {
    color:#292929 !important;
}

.navigation-header-mobile {
    background: var(--primary-color);
    color: white;
    padding: 5px 20px;
    font-family: 'primary-font-bold';
}

.mobile-sidebar .sidebar-menu, .mobile-sidebar .sidebar-menu .sub-menu {
    padding:0 !important;
}

.mfp-ready .mfp-close {
    opacity: 1;
    background: var(--primary-color);
	mix-blend-mode: initial;
}

.absolute-footer {
    display: none;
}

#footer .section-content .row:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.social-icons {
    color: #292929;
}

.menu-primary {
    width:280px;
    position: absolute;
}

.price-wrapper {
    white-space: nowrap;
    overflow: hidden;
}

.toolbar-menu-mobile {
    background: #fff;
    bottom: 0;
    border-top: 2px solid var(--primary-color);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 2px rgba(60, 64, 67, 0.15);
    display: flex;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.toolbar-menu-mobile ul {
    background: #fff;
    border: none;
    z-index: 4;
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    text-align: center;
    margin-bottom:0;
}
.toolbar-menu-mobile ul li {
    width: 20%;
    list-style-type: none;
    height: 100%;
    margin-bottom: 0;
}
.toolbar-menu-mobile ul li a {
    align-items: center;
    border: none;
    color: #333333;
    display: flex;
    flex-flow: column;
    font-size: 10px;
    justify-content: center;
    padding: 7px 5px;
}
.toolbar-menu-mobile ul li a .icon {
    margin: auto;
    width: 25px;
}
.toolbar-menu-mobile ul li a .icon svg {
    height: 20px;
    display: inline-block;
}
.toolbar-menu-mobile ul li.is-active a {
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
}
.toolbar-menu-mobile.hSticky-nav {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.toolbar-menu-mobile.hSticky-nav.hSticky-up {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.toolbar-menu-mobile .cart-bottom {
    position: relative;
}
.toolbar-menu-mobile .cart-bottom span.count-cart {
    position: absolute;
    right: 10px;
    top:3px;
    font-size: 11px;
    background-color: red;
    border-radius: 100%;
    padding: 5px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
}

.price-on-sale ins {
	margin-right: 10px;
}

.completions-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 8px 10px -5px rgb(0 0 0 / 20%),0 16px 24px 2px rgb(0 0 0 / 14%),0 6px 30px 5px rgb(0 0 0 / 10%);list-style-type:none;padding:0;height:auto;max-height:none;position:absolute;top:70px;left:auto;right:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:999;max-width: 1240px;display:none}.auto-suggestion{display:flex;justify-content:flex-start;align-items:stretch}.completions-aside{width:230px;padding:16px}.completions-list{margin:0;padding:0;list-style:none}.completions-list-head{font-size:20px;font-weight:400;margin-bottom:10px}.completions-item{margin-bottom:0;display:flex;justify-content:flex-start;align-items:flex-start;padding:5px;border-radius:5px;cursor:pointer}.trending-icon{margin-right:7px;width:20px}.completions-content{width:calc(100% - 230px);padding:16px;position:relative;min-height:440px}.completions-content-list img{display:inline-block;object-fit:contain;border-radius:0 0 5px 5px}.popular-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:8px;margin-top:5px}.completions-content-item{background-color:#e1e1e1;margin:0;position:relative;display:flex;justify-content:flex-end;align-items:center;border-radius:3px;overflow:hidden;text-align:center}.completions-content-item.category-result{padding:8px 10px;justify-content:center}.category-result .completions-txt{position:relative;top:auto;left:auto;font-size:14px;padding:0;color:#fff;transition:color 0s;text-transform:capitalize;pointer-events:none}.completions-background{background-color:rgba(0, 0, 0, 0.6);opacity:1;position:fixed;top:0;left:0;z-index:8;width:100%;height:100%;display:none}.form-search{z-index: 999;position: relative;}.popular-products .product-name h4 a {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;}.popular-products .regular-price {font-size:14px}.popular-products .old-price{font-size:11px}.price-box {white-space: nowrap;overflow: hidden;}.completions-item a {color:#111;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:14px}.completions-item a:hover{color:var(--primary-color)}

.product-item {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.product-item:hover {
    border-color: #fedc19;
}

.product-item:hover .action-links a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
}

.product-thumb .pri-img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.product-thumb a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    color: white;
}

.next-prev-thumbs {
    display: none;
}

.flickity-slider .product-small {
	padding-bottom: 0 !important
}

.flickity-prev-next-button {
	opacity: 1 !important;
	background-color: transparent !important;
	box-shadow: none !important;
	transform: unset !important;
	width: 35px !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
	background: #fff;
    opacity: .8;
    border-radius: 100%;
	margin-top: 0
}

.badge-container {
    margin-top: 0
}

.sale .badge-container {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 100"><title>Asset 1</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><image width="256" height="100" xlink:href="data:image/png;base64,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"/></g></g></svg>') 50% no-repeat;
    height: 31px;
    left: -4px;
    position: absolute;
    top: 0;
    width: 80px;
	display: flex;
    justify-content: space-around;
}

.badge-inner.on-sale {
	background-color: transparent !important;
	display: initial !important;
	position: absolute;
    justify-self: anchor-center;
    top: 3px;
}

.badge-container .badge-square {
	height: auto !important;
}

.onsale {
	font-size: 12px
}

.section-bg {
	border-radius: 5px
}

.radius img {
	border-radius: 5px
}

.mobile-nav.nav-left li:not(.nav-icon) {
	margin-left: 0
}

.bg-grey .section-bg {
	background-size: 45% !important;
    background-position: left bottom;
	opacity: 0.1;
}

.contact_detail li {
	list-style-type: none;
	margin-left: 0 !important
}

.contact_detail span {
	padding-left: 25px;
    display: block;
	font-size:14px
}

.contact_detail i {
	width: 22px
}

.contact_detail .label_info {
	font-size: 15px;
	font-weight: bold;
}

.rounded img, .rounded .flickity-viewport {
	border-radius: 10px
}

.flickity-page-dots .dot {
	border: 2px solid #111; 
	height: 3px; 
	border-radius: 0;
}

.banner-top .slider-banner {
	padding-bottom: 10px;
}

.news-home .title_news {
    font-family: primary-font-bold !important;
    background: #ff9e03b8;
    color: white;
    padding: 10px;
    font-size:30px;
    border-radius: 10px 10px 0 0;
}

.news-home > .col > .col-inner {
    background: #fffaf0;
	border: 1px solid var(--primary-color);
	padding-bottom: 20px
}

.news-home .col.post-item {
	padding-bottom:0 !important
}

.news-home > .col > .col-inner .row-slider {
    padding: 0 20px;
}

.news-home > .col .box-text {
    border-radius:10px;
}

.news-home > .col > .col-inner .flickity-button svg {
    background:hsla(0,0%,100%,.75);
    border-radius: 99px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .15);
    color: #333;
}

.news-home .post-title {
    font-family: primary-font !important;
    font-weight: normal;
}

.is-divider {
    display:none;
}

.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
	fill: var(--primary-color);
}

.hTitle h2 {
	font-weight: bold !important
}

.ux-menu-link:hover .ux-menu-link__link {
	color: var(--primary-color);
}

.m-0 {
    margin:0;
}

.row-logo .col-inner {
	background:white;
	border-radius: 10px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.product-main {
	margin-bottom:15px
}

/* .product-main .badge-container {
	height: 40px;
} */

.product-small:hover .product-title a {
	color: var(--primary-color) !important
}

ul.list_info li {
	margin-left:0;
	list-style-type:none;
	font-size:14px
}

ul.list_info li i {
	width: 20px
}

.follow-footer span {
	display: block;
    line-height: 2;
    min-height: 0;
    font-size: 14px;
    color: #000;
    padding-bottom: .3em;
    padding-top: .3em;
}

.product-main .product-title {
	margin-bottom: 0;
	font-size: 22px;
}

.shadow {
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.thong_so_ky_thuat table td {
	border: 0;
	padding: .5rem
}

.thong_so_ky_thuat table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.thong_so_ky_thuat table {
	border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.product-main, .product-footer .tab-panels {
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	border-radius: 10px;
	padding: 15px
}

.product-page-title .page-title-inner {
	padding-top: 0
}

.woocommerce-tabs {
	padding-top:0 !important;
	padding-bottom:15px !important;
	border-top: none !important;
}

/* .product-tabs {
	display:none
} */

.tab-panels, .term-description {
	max-height: 500px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.widget_product_categories {
	border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: .75rem !important;
}

.widget_product_categories .widget-title.shop-sidebar {
	text-transform: initial;
	font-family: primary-font-bold;
	font-size: 1.125em;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: .5em;
    display: block;
}

ul.product-categories {
	border: 1px solid #e5e7eb;
    border-radius: 10px;
	padding: 0 .5rem;
}

ul.product-categories .active a {
	font-family: primary-font-bold !important
}

.widget_product_categories>ul>li {
	font-size: 14px
}

.widget_custom_html {
	margin-bottom: 15px
}

.header-nav-main :is(h1, h2, h3, h4, h5, h6) {
	font-family: primary-font !important
}

.sub-cat-wrapper {
    margin-bottom: 30px;
}

.sub-cat-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* 9 item mỗi hàng */
    gap: 10px; /* khoảng cách giữa các item */
    text-align: center;
}

.sub-cat-item {
    text-decoration: none;
    transition: transform 0.2s ease;
    border: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.sub-cat-item.active {
    border-color: var(--primary-color);
    background: #fffaf0;
}

.sub-cat-item img {
    width: 50%;
    height: auto;
}

.sub-cat-item span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.sub-cat-item:hover {
    border: 1px solid var(--primary-color);
}

.toggle-more {
	background: #ff9e030d;
    color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

.toggle-more-sidebar {
	text-align:center;
	background: #ff9e030d;
    color: var(--fs-color-primary);
    border: 1px solid var(--fs-color-primary);
	border-radius:5px;
	font-size:14px;
	display:block;
	padding: 5px
}

.brand-wrapper .sub-cat-list {
	gap: 5px; !important
}

.brand-wrapper .sub-cat-item {
	width: 80px;
}

.custom-sorting-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	font-size: 15px;
}

.custom-sorting-filter .filter-label {
	font-weight: 600;
	color: #333;
	margin-right: 8px;
}

.custom-sorting-filter .filter-link {
	color: #444;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-radius: 20px;
	transition: all 0.2s ease;
	background: #f8f8f8;
	font-size: 13px;
}

.custom-sorting-filter .filter-link:hover {
	border-color: #ff9e03;
	background-color: #fff8ec;
	color: #ff9e03;
}

.custom-sorting-filter .filter-link.active {
	border-color: #ff9e03;
	background-color: #ff9e03;
	color: #fff;
}

.category-page-row {
	padding-top: 10px;
}

.acf-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-end;
}

.acf-filter-item {
	width: calc(16.66% - 10px); /* 100% / 6 items - gap */
	min-width: 150px;
}

.acf-filter-item label {
	display: block;
	font-weight: 600;
	margin-bottom: 2px;
	color: #333;
	font-size: 13px;
}

.acf-filter-item select {
	width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    transition: border 0.3s ease;
    margin-bottom: 0px;
}

.acf-filter-item select:focus {
	border-color: #ff9e03;
	outline: none;
}

.acf-filter-btn {
	padding: 10px 20px;
	background-color: #ff9e03;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
	margin-top: 6px;
}

.acf-filter-btn:hover {
	background-color: #e28e00;
}

.widget_custom_html input {
	margin-bottom:0
}

.widget .filter-sidebar {
	border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: .75rem !important;
	margin-bottom: 20px
}

.widget strong, .widget label {
	font-weight: 700
}

.widget label {
	display: flex
	font-size: 12px;
}

.widget input[type='checkbox'] {
	margin-right:5px;
	margin-top: 0;
}

span.widget-title {
	display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.widget label:hover, .widget input:hover {
	color: var(--primary-color);
	cursor:pointer
}

.filter-sidebar h3 {
	border-bottom: 1px solid #eee;
    padding-bottom: 5px;
	text-align:center;
}

.filter-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.filter-option {
	display: flex;
	align-items: center;
}

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

/* Responsive: 4 ô trên hàng với tablet */
@media (max-width: 1024px) {
	.acf-filter-item {
		width: calc(25% - 20px); /* 4 per row */
	}
}

/* Responsive: 2 ô trên hàng với mobile */
@media (max-width: 768px) {
	.acf-filter-item {
		width: calc(50% - 20px); /* 2 per row */
	}
}

/* Mobile nhỏ: 1 ô trên hàng */
@media (max-width: 480px) {
	.acf-filter-item {
		width: 100%;
	}
}

.entry-content > *, .entry-content td {
	color: #292929 !important
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 16px;
}

.entry-content table th,
.entry-content table td {
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.entry-content table thead td {
	background-color: #f5f5f5;
	font-weight: bold;
	text-align: center;
}

.entry-content table tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.entry-content table tbody tr:hover {
	background-color: #f0f8ff;
}

.sidebar-custom-post .col.post-item {
	padding-bottom:10px;
}

.sidebar-custom-post .col.post-item:hover .col-inner {
	border: 1px solid var(--primary-color);
	cursor:pointer
}

.sidebar-custom-post .col.post-item .col-inner {
	border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: .75rem !important;
	
}

.sidebar-custom-post .col.post-item .box-text {
	padding-bottom:0
}

.sidebar-custom-post .col.post-item .col-inner .post-title {
	font-size: 15px
}

.sidebar-custom-post .col.post-item .col-inner .from_the_blog_excerpt {
	font-size: 13px
}

.icon-shopping-basket:after {
	background-color:white !important;
	color:black
}

.related-products-wrapper {
	border: none
}

.woobt-products .woobt-product .woobt-thumb img {
	max-width:50%
}

.woobt-products .woobt-product .woobt-img {
	display: flex;
    justify-content: space-around;
}

#cart-popup .woocommerce-Price-amount {
	color: var(--fs-color-alert);
	font-family: primary-font-bold !important
}

ul.product_list_widget li .quantity {
	opacity: 1
}

.woocommerce-message {
	margin-bottom: 0;
	padding-bottom: 0
}

.san_pham_mua_kem {
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    border-radius: 10px;
    padding: 15px;
	margin-bottom: 20px
}

.san_pham_mua_kem h3 {
	font-family: primary-font-bold !important;
	font-size: 20px;
	margin-bottom: 10px
}

.san_pham_mua_kem .add_to_cart_button {
	border-radius: 10px;
	margin:0;
	margin-top: 10px;
	width: 100%;
	text-transform: inherit;
	font-size: 10px;
}

.widget-upsell {
	display: none
}

.product-short-description {
	border: 1px dashed var(--primary-color);
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
}

.product-short-description ul {
	margin-bottom:0
}

.product-short-description ul li::marker {
	color: var(--primary-color);
}

.shop-container .woocommerce-pagination {
	margin-bottom: 25px !important
}

.box-image img {
	aspect-ratio: 1 / 1;
    object-fit: contain;
}

.entry-content a {
	color: #2f9bff
}

.entry-content a:hover {
	color: var(--primary-color)
}

.posted_in:last-of-type {
  	display: none;
}

@media (max-width: 768px) {
	.acf-filter-bar {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.acf-filter-item {
		flex: 1 1 48%;
	}
}

@media screen and (min-width: 480px) {
    .toolbar-menu-mobile ul li a {
        font-size: 12px;
    }
}
@media screen and (min-width: 992px) {
    .toolbar-menu-mobile {
        display: none;
    }
	
	.banner-top .banner-left {
		padding-right:5px
	}
	
	.banner-top .banner-right {
		padding-left:5px
	}
}

@media screen and (max-width: 768px) {
    .section-title-heading {
        font-size: 14px !important;
    }
	
	.list-related-tag {
		overflow-x: auto;
        width: 100%;
		margin-bottom:10px
	}
	
	.hTitle h3 {
		font-size:20px
	}

    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }

    #logo {
        width: 65% !important;
        margin-right: 0;
    }

    #logo a {
        display: none;
    }

    .header-main .form-flat input:not([type=submit]) {
        height: 35px;
    }

    .mobile-sidebar .menu-item img {
        width:25px;
        margin-right: 15px !important;
    }

    .off-canvas .nav-vertical>li>a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .flex-right {
        display: none;
    }

    .sticky-banner {
        display: none;
    }

    .sidebar-menu .menu-item svg {
        width: 24px;
        margin-right: 10px;
    }
	
	#logo {
		margin-left: 7px
	}
	
	#footer .col {
		flex-basis: auto !important;
		max-width: none !important;
	}
	
	.head_footer .img {
		width: 60% !important;
	}
	
	.mobile-nav.nav-left .nav-icon {
		display: none
	}
	
	.nav>li>a {
		padding: 6px 0;
	}
	
	.mobile-nav.nav-left img {
		width: 100%;
	}
	
	.searchform .button.icon i {
		font-size: 14px;
		background: #ff9e03;
		padding: 5px;
		border-radius: 99px;
		color: white;
	}
	
	.news-home .title_news {
		padding: 10px;
    	font-size: 24px;
	}
	
	.nav>li>a {
		text-transform: unset;
	}
	
	.nav-vertical li li.menu-item-has-children>a {
		text-transform: unset; 
		font-size:12px;
		font-family: primary-font-bold
	}
	
	.nav-vertical li li.menu-item-has-children {
		margin-bottom: 0px;
    	margin-top: 0px !important;
	}
	
	.mobile-sidebar a {
		font-size: 12px;
	}
	
	.sub-cat-wrapper {
		overflow-x: auto;
        width: 100%;
		display: flex;
	}
	
	.header-main .form-flat input:not([type=submit]) {
		font-size: 12px
	}
	
/* 	.badge-container {
		width:70px;
		height:28px;
		left: -3px;
	} */
	
	.badge-inner.on-sale {
		position: absolute;
		justify-self: anchor-center;
		top: 2px;
	}
	
	.onsale {
		font-size: 11px
	}
	
	.product-gallery .badge-inner.on-sale {
		top: 7px
	}
	
	.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
		font-size: 12px
	}
	
	.woocommerce-mini-cart__total {
		font-size: 14px
	}
	
	.cart-popup-inner {
		padding: 20px 15px
	}
	
	.cart-popup-title>span {
		font-size: 15px
	}
	
	ul.product_list_widget li a:not(.remove) {
		font-size: 14px
	}
	
	ul.product_list_widget li .quantity {
		font-size: 13px
	}
	
	.hidden-mb {
		display:none !important
	}
}

@media screen and (min-width: 769px) {
    #logo .searchform-wrapper {
        display: none;
    }
	
	#product-sidebar {
		padding-right: 15px;
		padding-left: 15px
	}
	
	.shop-container .col.large-9 {
		padding-right: 0;
		border-right: 0 !important
	}
	
	.hidden-pc {
		display:none
	}
	
	.blog-archive .large-10 {
		flex-basis: unset;
        max-width: 100%;
	}
}