/*
Theme Name: Flatsome Child
Description: Child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.6
*/

/*************** ADD CUSTOM CSS HERE ***************/
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/lato/Lato-Black.woff2') format('woff2'),
        url('./assets/fonts/lato/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('./assets/fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/lato/Lato-Light.woff2') format('woff2'),
        url('./assets/fonts/lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('./assets/fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('./assets/fonts/lato/Lato-Hairline.woff2') format('woff2'),
        url('./assets/fonts/lato/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



:root {
    --fs-color-black: #000;
    --fs-color-white: #fff;
    --fs-color-grey: #ccc;
    --FontAwesome: 'Font Awesome 7 Pro';
    --fs-color-link: #1e73be;
    --fs-color-border: #f1f1f1
}



p {
    margin-bottom: 15px;
}

.dark,
.dark p,
.dark td {
    color: var(--fs-color-white);
}

.h1,
h1 {
    font-size: 2em;
}

.h2,
h2 {
    font-size: 1.25em;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.is-small,
.is-small.button {
    font-size: 14px;
}

.last-reset> :not(style):last-of-type {
    margin-bottom: 0 !important;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    box-shadow: none;
    color: var(--fs-color-black);
    font-size: 1em;
    height: 40px;
    padding: 0 12px;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: var(--fs-color-black);
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    min-height: 40px;
    padding: 0 10px;
}

.button span {
    line-height: 1.5;
}

.button i,
button i {
    top: 0;
    vertical-align: middle;
}

.button.icon {
    min-width: 2.5em;
    min-height: 2.5em;
    display: inline-flex;
}

.button.icon i {
    font-size: 1em;
}

.cart_totals .button {
    display: flex;
    align-items: center;
}

.button.white {
    color: var(--fs-color-base) !important;
}

.box a {
    display: inline-flex;
}

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

.box .add-to-cart-button a {
    display: inline-flex;
    width: fit-content;
}

.box-blog-post .is-divider {
    display: none;
}

.box .post-meta {
    font-size: 12px;
    margin-bottom: 5px;
}

.box .from_the_blog_excerpt {
    font-size: 14px;
    color: #8f8f8f;
    display: -webkit-box;
    /* Tạo box layout dạng flex cũ */
    -webkit-line-clamp: 3;
    /* Giới hạn số dòng hiển thị */
    -webkit-box-orient: vertical;
    /* Hướng xếp các box theo chiều dọc */
    overflow: hidden;
    /* Ẩn phần văn bản tràn */
    text-overflow: ellipsis;
    /* Thêm dấu "..." */

}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6 {
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}

.box.box-blog-post .post-title {
    margin-bottom: 5px;
}

.box.box-blog-post .button {
    margin: 0;
    text-transform: initial;
    font-weight: 400;
}

form {
    margin-bottom: 0;
}

.col-child-left>.col-inner {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.col-child-center>.col-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

.col-child-right>.col-inner {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: var(--fs-color-white);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
        padding-bottom: 10px;
    padding-top: 10px;
}

.off-canvas:not(.off-canvas-center)  .toggle i {
    font-size: 1.2em;
    transition: all .3s;
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
    color: #333;
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-top: 14px;
    text-transform: initial;
}

.entry-content a:not(:hover) {
    color: var(--fs-color-link)
}

.breadcrumb-wrapper {
    background-color: var(--fs-color-white);
}

.breadcrumb-wrapper .rank-math-breadcrumb {
    padding: 12px 16px;
    margin-bottom: 16px;
    background-color: #e9ecef;
    border-radius: 8px;
}

.rank-math-breadcrumb {
    font-size: 14px;
}

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

.show-all-items .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}

.gap-3 .slider {
    margin-left: -15px;
     margin-right: -15px;
}
.gap-3 .flickity-slider>.row {
    padding: 0 15px;
}

.box-badge .box-text {
    background-color: hsla(0, 0%, 100%, .75);
    bottom: 0;

}

.box.box-blog-post .post-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col {
    min-width: 200px;
    width: 200px;
}
.nav-slide-header .toggle {
    opacity: 1;
        justify-content: flex-start;
    text-transform: initial;
}

[data-icon-label]:after {
    background-color: var(--fs-color-primary);
}
.image-icon img {
    max-width: 28px;
}

#header  .nav-uppercase>li>a {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

#header .nav>li>a {
    font-size: .875em;
}

#header .nav-dropdown .menu-item-has-children>a, 
#header .nav-dropdown .nav-dropdown-col>a, 
#header .nav-dropdown .title>a {
    color: #333;
    font-size: .875em;
    font-weight: 500;
    text-transform: uppercase;
}
ul.product_list_widget li img {
    height: 50px;
    width: 50px;
}

ul.product_list_widget li {
    line-height: 1.25;
    padding: 10px 0 5px 60px;
}

ul.product_list_widget li dl {
    font-size: .75em;
    color: #333;
}
ul.product_list_widget li .quantity {
    font-size: .75em;
    opacity: 1;
}
.widget_shopping_cart p.total {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 6px 0;
    font-size: 14px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    margin: .5em 0 0;
    width: 100%;
    font-size: 14px;
    text-transform: initial;
    border-radius: 4px;
}
a.icon-remove, a.remove {
    border: 1px solid;
    font-size: 14px !important;
}
.nav-dropdown {
    color: #333;
    min-width: 280px;
}

/*************** HEADER ***************/
#header #masthead .flex-col.flex-left {
    max-width: 200px;
}

/*************** END HEADER ***************/


/*************** FOOTER ***************/

#footer .footer-logo {
    max-width: 200px;
}

#footer .footer-contact .icon-box-img {
    width: 15px !important;
}

#footer .footer-contact.icon-box .icon-box-text {
    padding-left: 8px;
}

#footer .footer-contact.icon-box li {
    margin-bottom: 4px;
}

#footer .ux-menu {
    font-size: 14px;
}

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

/*************** END FOOTER ***************/


/*************** BLOG ARCHIVE ***************/
.blog-archive.page-wrapper {
    padding-top: 0;
}

.archive-page-header h1.page-title {
    font-size: 40px;
    color: var(--fs-color-primary);
    text-align: center;
    margin: 0;
}

.widget-area .widget {
    background: var(--fs-color-white);
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    padding: 12px 20px;
}

.widget-area .widget .widget-title {
    padding: 8px 10px 8px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #1E293B;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    position: relative;
}

.widget-area .widget .widget-title:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 22px;
    background: #1E40AF;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.widget-area .widget .widget-title+.is-divider {
    display: none;
}

.recent-blog-posts-li .badge {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.recent-blog-posts a {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.recent-blog-posts .post-date {
    font-size: 11px;
}

.sham-category-list .cat-item a {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


.sham-category-list .cat-item a:after {
    content: '\f105';
    font-family: var(--FontAwesome);
    font-weight: 400;
    font-size: 14px;
    color: rgb(29 29 27 / 50%);
    transition: all 0.25s;
}

.widget .toggle i {
    font-size: 14px;
    top: 1px;
}

.icon-angle-down:before {
    content: "\f107";
    font-family: var(--FontAwesome);


}

.sham-category-list .cat-item.has-child a:after {
    content: unset;

}

.widget li {
    position: relative;
}

.widget .toggle {
    margin: 0 0 0 5px;
    min-height: 1em;
    width: 1em;
    position: absolute;
    top: 10px;
    right: 10px;
}

.widget>ul>li+li,
ul.menu>li+li {
    border-top: 0;
    margin-top: 8px;
}

.widget>ul>li ul,
ul.menu>li ul {
    margin: 5px 0 5px 5px;
    padding-left: 12px;
}

.widget .current-cat>a {
    color: #333;
    font-weight: 500;
}

.post-sidebar .widget>ul>li>a {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;

}

.post-sidebar .widget>ul>li:hover>a,
.post-sidebar .widget>ul>li.active>a {
    background: #fad2c6;
    color: var(--fs-color-primary);
}

.post-sidebar .widget>ul>li:hover>.toggle,
.post-sidebar .widget>ul>li.active>.toggle,
.post-sidebar .widget>ul>li:hover>a:after,
.post-sidebar .widget>ul>li.active>a:after {
    opacity: 1;
    color: var(--fs-color-primary);
}

.post-sidebar .widget>ul>li:hover>a:after,
.post-sidebar .widget>ul>li.active>a:after {
    transform: translateX(4px);
}



/*************** END BLOG ARCHIVE ***************/


/*************** BLOG SINGLE ***************/
.blog-single .row-divided>.col+.col:not(.large-12) {
    border-left: 0;
}

.page-wrapper {
    padding-top: 0;
}

.blog-single.page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    background: #F8FAFC;
}

.single-post {
    background-color: #f8fafc;
}

.blog-single .breadcrumb-wrapper {
    margin-bottom: 24px;
}

.blog-single .article-content-box {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    padding: 32px;
    box-sizing: border-box;
}

.entry-author {
    border: 1px solid #dee2e6 !important;
    margin-top: 24px;
    padding: 16px;
    border-radius: 8px;
}

.entry-author .author-job-title {
    margin: 0;
}

.entry-author .author-name {
    text-transform: uppercase;
}

/* ===== META BAR ===== */
.ap-meta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    padding: 14px 18px;
    text-transform: initial;
}

@media (max-width: 849px) {
    .ap-meta-bar {
        flex-direction: column;
        gap: 8px;
    }

    .ap-meta-author {
        padding-right: 0px;
    }
}

.ap-meta-left {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    min-width: 0;
}

.ap-meta-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    border-right: 1px solid #e2e8f0;
    margin-right: 20px;
    min-width: 0;
}

.ap-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 20px;
    border-right: 1px solid #e2e8f0;
    margin-right: 20px;
    min-width: 0;
}

.ap-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1E293B;
    color: #fff;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.ap-author-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #1E293B;
}

.ap-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 20px;
    border-right: 1px solid #e2e8f0;
    margin-right: 20px;
}

.ap-meta-item:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.ap-meta-icon {
    width: 18px;
    height: 18px;
    color: #94a3b8;
    flex-shrink: 0;
}

.ap-meta-val {
    font-size: 13.5px;
    font-weight: 700;
    color: #1E293B;
    margin: 0 0 2px;
    line-height: 1;
}

.ap-meta-lbl {
    font-size: 10.5px;
    color: #94a3b8;
    margin: 0;
    line-height: 1;
}

.ap-btn-consult {
    background: #1E40AF;
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-block;
    transition: background .2s;
}

.ap-btn-consult:hover {
    background: #1E3A8A;
}

.btn-tu-van {
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}


.entry-content {
    padding-top: 0;
}

.entry-content :not(h1,h2,h3,h4,h5,h6) {
    font-size: 14px;   
}

ul.links {
    font-size: .875em;
    margin: 5px 0;
}

ul.links li {
    display: inline-block;
    margin: 0 4px;
}


.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid;
    border-radius: 99px;
    display: block;
    font-size: 1em;
    font-weight: 400;
    height: 36px;
    line-height: 34px;
    min-width: 36px;
    padding: 0 5px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}


/*************** END BLOG SINGLE ***************/

/*************** STORE SYSTEMS ***************/
.store-system-wrapper {
    position: relative;
}

.store-system-wrapper .form-wrap {
    padding: 10px 10px 0;
    background-color: var(--fs-color-primary);
}

.store-system-wrapper .form-wrap form {
    margin-bottom: 0;
}

.store-system-wrapper .form-wrap form input,
.store-system-wrapper .form-wrap form select {
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 0 12px;
}


.store-system-wrapper .store-list {
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;

}


.store-system-wrapper .store-list .store-item {
    border-bottom: #d7d5ce 1px dashed;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
}


.store-system-wrapper .store-list .store-item i {
    color: var(--fs-color-primary);
    min-width: 20px;
}


.store-system-wrapper .store-list ul {
    list-style: none;
    margin: 0;
}


.store-system-wrapper .store-list ul li {
    margin-left: 0;
}


.store-system-wrapper .store-list .store-item .btn {
    background-color: var(--fs-color-primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 0
}


.store-system-wrapper .iframe-wrapper {
    min-height: 500px;
    text-align: center;
}

.store-system-wrapper .iframe-wrapper iframe {
    width: 100% !important;
    height: 500px !important;
}

.loader {
    width: 42px;
    height: 42px;
    border: 3px solid #FFF;
    border-bottom-color: var(--fs-color-primary);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.store-system-wrapper .store-system-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 199;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-envelop:before {
    content: "\f0e0";
    font-family: var(--FontAwesome);
    font-weight: bold;
}

.store-system-wrapper .store-list .store-item.no-events {
    pointer-events: none
}

.page-template .entry-header {
    margin-bottom: 30px;
}

.page-template .entry-header .entry-title {
    color: var(--fs-color-primary);
}

.page-template .entry-header .is-divider {
    display: none;
}



/*************** END STORE SYSTEMS ***************/

/*************** ARCHIVE PRODUCT ***************/
.sham-product-cat-banner {
    margin-bottom: 20px;
}

.sham-product-cat-banner img {
    transition: all 0.3s;
}

.sham-product-cat-banner img:hover {
    transform: scale(0.95);
}

.sorting-radio-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.category-filter-row {
    padding: 0;
}
.category-filter-row .filter-button {
    display: inline-block;
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
    height: 34px;
    line-height: 34px;
}
.shop-page-title .rank-math-breadcrumb {

    text-align: left;
}

.sorting-radio-label {
    font-size: 14px;
}

.woocommerce-ordering, .woocommerce-ordering select {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    height: 34px;
    border-radius: 4px;
    border-color: var(--fs-color-border);
    padding-right: 20px;
}
.sorting-radio-buttons-wrapper .sorting-radio-buttons {
   display: flex;
    align-items: center;
    gap: 20px;
        font-size: 14px;
}
.sorting-radio-buttons-wrapper .sorting-radio-buttons input {
    display:none;
}

.sorting-radio-buttons-wrapper .sorting-radio-buttons label {
    font-weight: 400;
    color: #898989;
    cursor: pointer;
}

.sorting-radio-buttons-wrapper .sorting-radio-buttons  label:hover{
    color: #333;
}
.sorting-radio-buttons-wrapper .sorting-radio-buttons input:checked + label {
    color: var(--fs-color-primary);
}

.term-description-wrapper {
    position: relative;
}


.term-description-toggle-wrapper,
.term-description {
    max-width: 1230px;
    padding:0 15px;
    margin: 0 auto;
    position: relative;
}

.term-description:after {
    content: '';
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%);
        pointer-events: none;
}


.term-description-wrapper.is-collapsed .term-description {
    max-height: 200px;
    overflow: hidden;
}

.term-description-wrapper.is-expanded .term-description{
    max-height: none;
}

.term-description-wrapper.is-expanded .term-description:after {
    content: unset;
}

.term-description-toggle {
    display: block;
    margin: 10px auto 0;
    padding: 8px 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
}

.term-description-wrapper .term-description-toggle {
    background-color: #E5E6ED;
    padding: 7px 20px;
    width: 100%;
    border-radius: 4px;
    text-transform: initial;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

}

h1.shop-page-title {
    font-size: 1.5em;
    font-weight: 400;
}


.has-shadow .product-small .col-inner {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;

}


.has-shadow.row-collapse  >.col.product-small {
    
    margin-left: -1px;
    margin-bottom: -1px;
}

.has-shadow.row-collapse .product-small .col-inner {
    border: 1px solid #eee;
    border-radius: 0;

}

.has-shadow .product-small.box  .box-image {
     padding: 8px;
}

.has-shadow .product-small.box  .box-text {
    padding-left: 8px;
    padding-right: 1.2em;
    padding: 8px 8px 20px;
}

.product-small.box .image-none:hover img {
    transform:translateY(-10px);
}

.product-small.box  .box-text {
    font-size: 14px;
}

.product-small.box .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    min-height: 40px;
    
}

.product-small.box  .price {
    font-size: 16px;
    display: block;
    
}

span.widget-title {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}

.widget .is-divider {
    display: none;
}
.widget_sham_price_nav  ul>li>a,
.widget_sham_taxonomy_nav ul>li>a {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
}

.widget_sham_taxonomy_nav ul>li>a:after, 
.widget_sham_taxonomy_nav ul>li>a:before,
.widget_sham_price_nav ul>li>a:after, 
.widget_sham_price_nav ul>li>a:before{
    content: '';
    pointer-events: none;
    background: var(--filter-color, #fff);
    box-shadow: none;
    position: absolute;
    top: 6px;
    left: 0rem;
    display: block;
    width: 20px;
    height:20px;
    border-radius: 4px;
    border: 1px solid #cad1d7;
}

.widget.widget_sham_price_nav li.chosen a:after,
.widget.widget_sham_taxonomy_nav li.chosen a:after{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
} 

.widget.widget_sham_price_nav li.chosen a:before,
.widget.widget_sham_taxonomy_nav li.chosen a:before{
    z-index: 2;
    background: no-repeat 50% / 50% 50%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
    content: '';
    opacity: 1;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    left: 0;
    position: absolute;
}
.filter-item-toggle {
    font-size: 14px;
    cursor:pointer;
}

.filter-item-toggle:hover {
    color: var(--fs-color-primary);
}
.filter-item-toggle i {
    font-size: 10px;
}

.widget_layered_nav_filters ul li.chosen a {
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    display: inline-block;
    font-size: .75em;
    font-weight: 400;
    opacity: 1;
    padding: 2px 8px;
    color: var(--fs-color-primary);
}

#shop-sidebar .widget {
    border-bottom: 1px solid var(--fs-color-border);
        margin-bottom: 20px;
    padding-bottom: 20px;
}

.woocommerce-pagination {
        margin-top: 30px;
}

.woocommerce-pagination ul {
    text-align: right;
}


ul.sham-active-filters   {
    list-style: none;
}

ul.sham-active-filters li {
    display: inline-block;
    width: fit-content;
    margin: 0 4px 4px 0;
}

.sham-active-filters  span.amount {
    color: inherit;
    font-weight: 400;
}

.sham-active-filters a {
        background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    display: inline-block;
    font-size: .75em;
    font-weight: 400;
    opacity: 1;
    padding: 2px 8px;
    color: var(--fs-color-primary);
}

ul.sham-active-filters li.chosen a:before {
    content: "x";
    margin-right: 3px;
    opacity: 1;
    position: relative;
    top: -1px;
}

/*************** END ARCHIVE PRODUCT ***************/

/*************** SINGLE PRODUCT ***************/

.single-product #main {
    background-color: #f9f9fb;
}

.product-sidebar-small {
    font-size: 1em;
    flex-basis: 25%;
    max-width: 25%;
}

.breadcrumbs a {
    color: #333;
    font-weight: 400;
}

.shop-page-title .rank-math-breadcrumb {
    font-size: 14px;
    text-transform: initial;
    color: #333;
    font-weight: 400;
}

.single-product .shop-page-title {
    background-color: #f9f9fb;
}

.single-product .shop-page-title .page-title-inner {
    min-height: unset;
    padding-top: 0;
    position: relative;

}

.single-product .shop-page-title .rank-math-breadcrumb {
    padding: 12px 16px;
    margin-bottom: 16px;
    background-color: #e9ecef;
    border-radius: 8px;
}

.single-product .product-main {
    padding: 30px 15px;
}

.single-product .product-gallery .share-icons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons {
    color: #333;
    font-size: .875em;
}


.share-icons a {
    margin-bottom: 4px;
}

.single-product .product-main>.row>.col.product-gallery {
    background-color: var(--fs-color-white);
    padding: 15px !important;
    margin-left: 15px;
}

.single-product .product-main>.row>.col.product-info {
    background-color: var(--fs-color-white);
    padding: 15px;
}
.single-product .product-main>.row>.col.product-sidebar-small {
        margin-left: 5px;
        padding-bottom: 0;
}

.single-product .product-main>.row>.col.product-sidebar-small .widget {
    background-color: var(--fs-color-white);
    padding: 15px;
}
.single-product .product-main>.row>.col.product-sidebar-small .widget:last-child {
    margin-bottom: 0;
}

.single-product .product-main .product-gallery .woocommerce-product-gallery__image {
    padding-top: 100%;
}


.single-product .product-main .product-gallery .woocommerce-product-gallery__image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
    fill: #333;
    background-color: var(--fs-color-white);
}

.single-product .product-thumbnails {
    margin-left: -6px;
    margin-right: -6px;
}

.single-product .product-thumbnails .flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 6px 12px;
}

.product-thumbnails img {
    margin-bottom: 0;
    opacity: 1;
}


.product-thumbnails a {
    padding: 2px;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-color: rgba(0, 0, 0, .5);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
    border: none;
    opacity: 1;
    transform: translateY(0px);
}

.image-tools a.button.zoom-button {
    display: none;
}

.product-info h1.product-title {
    font-size: 20px;
}

.product-info .group-status {
    font-size: 14px;
}

.product-info .group-status .first_status.product_sku {
    margin-left: 8px;
}

.product-info .group-status .first_status a:not(:hover) {
    color: var(--fs-color-link)
}

.product-info .price {
    font-size: 1.25em;
    font-weight: 700;
    margin: .5em 0;
    color: var(--fs-color-primary);
}

span.amount {
    color: var(--fs-color-primary);
    font-weight: 700;
}

.product-info .price-wrapper .variation-price-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin: 0.5em 0;
    column-gap: 4px;
}

.product-info .price-wrapper .variation-price-box .product-price {
    font-size: 20px;
    color: var(--fs-color-primary);
    line-height: 24px;
    font-family: inherit;
    font-weight: 700;
    margin: 0;
}

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


.product-info .price-wrapper .variation-price-box .product-price-old {
    color: #979797 !important;
    margin-left: 5px;
    font-size: 16px;
    font-weight: normal;
}

.product-info .price-wrapper .variation-price-box .label_product {
    border-radius: 4px;
    background: #bebebe;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0px 8px;
    font-weight: bold;
    margin-left: 10px;
}

.product-info .price-wrapper .variation-price-box .save-price {
    font-size: 14px;
    width: 100%;
}

.product-info .price-wrapper .variation-price-box .save-price span {
    color: var(--fs-color-primary);
}

.quantity-label {
    display: none;
}

.product-info .quantity-label {
    width: fit-content;
    flex: 0 0 auto;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    line-height: 30px;
    font-weight: 700;
}

.product-info .single_add_to_cart_button {
    height: 55px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    order: 1;
}

.product-info .ux-buy-now-button {
    height: 55px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    flex-direction: column;
}

.product-info .ux-buy-now-button i {
    margin-right: 4px;
}

.product-info .ux-buy-now-button small {
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400;
}

.quantity .button.minus,
.quantity .button.plus {
    width: 30px;
    height: 30px;
    min-height: 30px;
    background-color: var(--fs-color-white);
    border-radius: 4px 0 0 4px;
    border-color: #ced4da;
}

.quantity .button.minus {
    border-right: 0 !important;
}

.quantity .button.plus {
    border-radius: 0 4px 4px 0;
    border-left: 0 !important;
}

.quantity input[type=number] {
    font-size: 14px;
    max-width: 55px;
    text-align: center;
    width: 55px;
    height: 30px;
    min-height: 30px;
    border-color: #ced4da;
    border-right: 0 !important;
    border-left: 0 !important;
}

.coupons-row > .col + .col {
    margin-top: 16px;   
}

.coupons-row .slider {
    margin-left: -10px;
    margin-right: -10px;
}

.coupons-row .slider .col {
    padding: 10px !important;
    min-width: 300px !important;
}

.coupon_list {
    margin-bottom: 8px
}

.coupon_box_inner {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    display: flex;
}

.coupon_box_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 10px;
    color: #fff;
    background-clip: padding-box;
    background: repeating-linear-gradient(#f7f5f1,#f7f5f1 5px,transparent 0,transparent 9px,#f7f5f1 0,#f7f5f1 10px) 0/1px 100% no-repeat,radial-gradient(circle at 0 7px,transparent,transparent 2px,#f7f5f1ee 0,#f7f5f1 3px,#f7f5f1 0) 1px 0/100% 10px repeat-y
}


.coupon_thumb {
    width: 80px;
    flex: 0 0 80px;
    padding: 8px 4px 8px 8px;
    background-color: #f7f5f1;
    margin-left: 3px;
    display: flex;
    align-items: center;
}

.widget .coupon_thumb {
    display:none;
}


.coupon_info {
    font-size: 12px;
    line-height: 1.25;
    color: #727272;
    width: 100%;
        padding: 8px;
}

.coupon_info>strong {
    font-size: 14px;
    color: var(--fs-color-primary);
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.coupon_list.type_row>.coupon_box {
    width: 100%
}

.popup_condition_content {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative
}

.popup_condition_content>strong {
    font-size: 24px;
    color: #000;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700
}



.coupon-popup .mfp-close {
    position: relative;
    background: #fff;
    border-width: 1px;
    color:var(--fs-color-primary);
    border-radius: 4px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 10px 0;
    min-height: 24px;
    height: auto;
    line-height: 1.5;
    padding: 10px;
    margin: 0;
    opacity: 1;
    width: 100%;
    mix-blend-mode: normal;
    display:block !important;
    font-family: inherit;
}

.popup_condition_content .coupon-row.condition_code {
    background-color: #f3f3f3;
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
}


.popup_condition_content .code {
    text-transform: uppercase;
}

.popup_condition_content button.btn_coupon_copy {
    font-size: 14px;
       border-radius: 4px;
}

.coupon-row.row-w-50 {
    background-color: #f3f3f3;
    display: flex;
    margin-bottom: 10px
}

.coupon-row.row-w-50>div,.coupon-row.row-w-50>span {
    padding: 8px 20px
}

.coupon-row.row-w-50 span.code {
    color: #000;
    text-transform: uppercase
}

.coupon-row.condition_content {
    padding: 5px 20px;
    font-size: 14px
}

.coupon-action {
    padding: 20px 0;
    border-top: 1px solid #F0F1F2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 20px auto 0
}

.button-group {
    display:flex;
    align-items:center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
}


button.btn_coupon_copy {
    background: var(--fs-color-primary);
    color: #fff;
    border-radius: 100px;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 10px 0;
    min-height: 26px;
    height: auto;
    line-height: 1.5;
    padding: 2px 12px;
    margin:0;
}



.button-group .coupon_popup {
    text-decoration: underline;
    color: var(--fs-color-link);
    cursor: pointer;
}

.coupon-action button:hover {
    background: #f57224;
    color: #fff
}

.coupon_list.type_slider.not_slider_enabled>.coupon_box {
    width: 33.333%;
    padding: 5px;
    display: inline-block;
    float: none
}

.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}


.block_widget .icon-box .icon-box-img {
    height: 24px;
}

.block_widget .icon-box + .icon-box {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #f1f1f1;
}

.block_widget .icon-box .icon-box-text {
    padding-left: 10px;
}

.product-sidebar-small .widget-title {
    text-align: left;
    text-transform: inherit;
}

.product-sidebar-small .widget-title  + .is-divider {
        background-color: transparent;
    height: 0px;
    border-top: 1px dashed #f1f1f1;
    max-width: 100%;
}


.product-promotion {
    background-color: #f9f9fb;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px
}
.product-promotion__heading {
    color: #fff;
    margin-bottom: 8px;
    background-color: var(--fs-color-primary);
    font-size: 14px;
    font-weight: 700;
    padding: 2px 10px;
    display: inline-block;
    width: fit-content;
    border-radius: 4px;
    font-size: 14px;
}
.product-promotion > ul, .product-promotion > div {
	margin-bottom: 0;
	border-radius: 4px;
	padding: 8px 8px 8px 15px;
	list-style-position: inside;
	background: #fff
}
.product-promotion ul li, .product-promotion > div > * {
	padding: 3px 0;
	margin-bottom: 0;
}

.product-page-sections-wrapper > .col > .col-inner {
    padding: 10px;
    background-color: var(--fs-color-white);
}
.product-section {
    border-top: 0;
}

.product-section > .row > .col {
    flex-basis: 100%;
    max-width: 100%;
}

.product-section h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
}

table {
    border-collapse: collapse;
    border-color: var(--fs-color-border);
    width: 100%;
    margin-bottom: 0;
    border-width: 1px;
}

td {
    color: #333;
}

td, th {
    border: 1px solid var(--fs-color-border);
    font-size: .875em;
    line-height: 1.25;
    padding: 10px ;
}


.entry-content td, 
.entry-content th   {
     padding: 10px ;
}


b, strong {
    font-weight: inherit;
    font-weight: 700;
}

.product-specifications table tr:nth-of-type(odd) {
    background-color: #f9f9fb;
}

.product-specifications table td {
    padding: 10px;
    border-right: 1px solid var(--fs-color-border);
    border-bottom: 1px solid var(--fs-color-border);
}

.product-specifications table tr:first-child td {
    border-top: 1px solid var(--fs-color-border);
}

.product-specifications table tr td:first-child {
    border-left: 1px solid var(--fs-color-border);
    width: 40%;
}

.product-summary table tr+tr {
     border-top: 0; 
}

.buy-together-products > .col > .col-inner,
.same-price-segment-products > .col > .col-inner,
.recently-viewed-products > .col > .col-inner {
    background-color: #fff;
    padding: 15px;
}

.buy-together-products h2,
.same-price-segment-products h2,
.recently-viewed-products h2{
    font-size: 20px;
    margin-bottom: 15px;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
/*************** END SINGLE PRODUCT ***************/


/*************** HOME PAGE ***************/
.hero-section .banner-col .banner {
   border-radius: 10px;
    overflow: hidden ;
}

.hero-section .image-col .img {
    border-radius: 10px;
    overflow: hidden ;
}

.section-title-normal span {
    border-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.section-title {
    margin-bottom:0;
        gap: 10px;
}

.section-title-normal {
    border-bottom: 0;
}
.section-title-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title-cats {
        list-style: none;
    margin: 0;
    display:flex;
    align-items:center;
    gap: 12px
}

.section-title-cats  li {
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid var(--fs-color-border);
    font-size: 14px;
    user-select: none;
    padding: 8px 16px;
    margin: 0 !important;
}


.section-title-cats  li  a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.section-title .section-title-link {
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid var(--fs-color-border);
    font-size: 14px;
    user-select: none;
    padding: 8px 16px;
    margin: 0 !important;
    font-weight: 400;
    color: var(--fs-color-link);
}

.section-title-cats  li:hover,
.section-title .section-title-link:hover {
     border-color: var(--fs-color-primary);
}

.promotion-section {
    
}

.promotion-top-row h2  img  {
    margin: 0 !important;
}

.nowrap {
    white-space:nowrap;
}

.promotion-top-row  .count-col > .col-inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.count-col  .ux-timer  {
    width: fit-content;
    margin: 0;
}

.count-col  .ux-timer span {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px;
        font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0;
}

.count-col  .ux-timer span + span {
    margin-left: 12px;
}
.count-col  .ux-timer span + span:before {
    content: ':';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    line-height: 1;
}

.count-col  .ux-timer span strong {
    font-size: 10px;
    opacity: 1;
    font-weight: 400;
    text-transform: initial;
}

.promotion-text-slider .row  {
    width: fit-content !important;
    max-width: fit-content !important;
    white-space: nowrap;
    padding: 0 15px !important;
}


.promotion-text-slider .row p{
      width: fit-content;
}
.news-section .box-blog-post .box-image {
    border-radius: 6px;
    overflow:hidden;
}

.flashsale__bottom {
	padding: 0 10px 10px 10px;
	display:none;
}

.promotion-section .flashsale__bottom {
    display: block;
}

.flashsale__progressbar {
    display: block;
    width: 100%;
    height: 10px;
    background: #e9ecef;
    margin-top: 2px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
}

.flashsale__progressbar.style2 {
    height: 18px;
}

.flashsale__progressbar .flashsale__label {
    font-size: 12px;
    position: relative;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto;
}
.flashsale__label img {
    vertical-align: top;
}
.flashsale___percent {
    width: 0%;
    height: 100%;
    background-color: #ffde00;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    z-index: 1;
}
/*************** END HOME PAGE ***************/
@media only screen and (min-width: 850px) and (max-width: 1199px) {
    #header #masthead .flex-col.flex-left {
        display:none;
    }
    .logo-center .logo {
        margin-left: 0;
    }
}
@media only screen and (max-width: 849px) {
    /*************** ADD TABLET CSS HERE ***************/
    .sorting-radio-label {
        font-size: 12px;
    }
    .product-small.box .price {
        font-size: 14px;
        display: block;
    }
    .woocommerce-pagination {
        margin-top: 20px;
    }
    .nav-pagination>li>a, .nav-pagination>li>span {
        height: 32px;
        line-height: 30px;
        min-width: 32px;
    }
    
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE ***************/
    .news-section .box-list-view .box, 
    .news-section  .box-vertical {
        display: table;
        width: 100%;
    }
    .news-section .box-list-view .box .box-image,
    .news-section .box-list-view .box .box-text,
    .news-section .box-vertical .box-image,
    .news-section .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
    .news-section .box-vertical .box-image {
        width: 30% !important;
    }
    .news-section .box-list-view .box .box-text,
    .news-section .box-vertical .box-text {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .news-section .box-list-view .box .box-image, 
    .news-section .box-list-view .box .box-text,
    .news-section .box-vertical .box-image, 
    .news-section .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
    
    .ap-meta-left {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ap-meta-bar {
        border-radius: 8px;
        padding:  12px;
    }
    .blog-single .article-content-box {
        padding: 20px;
    }
    .ap-meta-author {
        gap: 8px;
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        border: none;
        margin-bottom: 10px;
        justify-content: center;
    }
    .ap-meta-item {
        padding-right: 8px;
        margin-right: 8px;
    }
    .h1, h1 {
        font-size: 1.5em;
    }
    .ap-meta-bar {
        flex-direction: column;
         gap: 12px; 
    }
}


.is-xxxlarge {
    font-size: 2.5em
}

.is-xxlarge {
    font-size: 2em
}

.is-xlarge {
    font-size: 1.875em
}

.is-larger {
    font-size: 1.5em
}

.is-large {
    font-size: 1.125em
}

.is-small,
.is-small.button {
    font-size: .875em
}

.is-smaller {
    font-size: .75em
}

.is-xsmall {
    font-size: .625em;

}

.is-xxsmall {
    font-size: .5em;
}

@media(max-width: 549px) {
    .is-xxxlarge {
        font-size: 2em
    }

    .is-xxlarge {
        font-size: 1.875em
    }

    .is-xlarge {
        font-size: 1.5em
    }

    .is-larger {
        font-size: 1.25em
    }

    .is-large {
        font-size: 1em
    }
}