/*
Theme Name: wootech-child
Description: wootech child theme for Flatsome, custom styles for blog and product pages.
Author: Wootech Team
Template: flatsome
Version: 3.0
*/

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

/*
 * NOTE MAINTENANCE
 * 1) Global typography and spacing
 * 2) Blog/Sidebar styles
 * 3) WooCommerce catalog/product styles
 * 4) Header/Footer and utility blocks
 *
/* ===== Global Base ===== */
:root {
    --wootech-site-font: Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--wootech-site-font) !important;
}

b,
strong {
    font-weight: 700;
}

pre,
blockquote,
form,
figure,
p {
    margin-bottom: 5px !important;
}

blockquote {
    padding: 15px !important;
    background: #eee;
    margin-bottom: 1em !important;
    border-radius: 5px;
    border: none !important;
    font-style: initial !important;
    font-size: initial !important;
}

blockquote:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-top-left-radius: 5px;
    border-color: #ddd #ffffff transparent transparent;
}

.post_comments {
    display: none ! Important;
}

/* Custom Main post */
.blog-wrapper p#breadcrumbs {
    margin-bottom: 10px;
}

.category .category-page-row>.col {
    padding: 0;
}

/* Category Post*/

.box.box-blog-post {
    box-shadow: 0 3px 40px rgba(131, 131, 131, .15);
    border-radius: 1rem;
    overflow: hidden;
    border-color: rgba(0, 0, 0, 0);
}

.box.box-blog-post .box-text {
    padding: 0.5rem 1rem;
}

.box.box-blog-post:hover .box-image img {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

#breadcrumb-cat {
    padding: 15px 0;
    margin-bottom: 10px;
}

#breadcrumb-cat .col {
    padding-bottom: 0;
}

#breadcrumb-cat .col h1.page-title {
    margin: 0;
}

#breadcrumb-cat .col p#breadcrumbs {
    margin-bottom: 0px;
}

/* Single Post */
.share-icons .button.icon.circle {
    line-height: 29px;
}

#content .entry-header .entry-header-text {
    padding: 0;
}

#content .entry-header .is-divider {
    margin: 5px;
}

#content article.post {
    margin-bottom: 0;
}

.entry-meta-tag {
    font-size: 16px;
    border-top: 1px dashed #ececec;
    border-bottom: 1px dashed #ececec;
    margin-bottom: 10px;
}

.entry-content p {
    margin-bottom: 10px;
}

.entry-content a:hover {
    text-decoration: underline;
}

/*Sidebar*/
.post-sidebar {
    padding: 0 !important;
}

#secondary .is-divider {
    display: none;
}

/* ===== Woo Catalog: Custom Sort Filter (new) =====
 * Dùng cho bộ lọc sắp xếp mới render từ functions.php.
 * Bộ lọc checkbox/form cũ đã bỏ.
 */
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-result-count,
.tax-product_tag .woocommerce-ordering {
    display: none !important;
}

.funiture-sort-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 16px;
}

.funiture-sort-title {
    font-weight: 600;
    color: #1f2937;
}

.funiture-sort-desktop {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.funiture-sort-chip {
    display: inline-block;
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
}

.funiture-sort-chip.is-active {
    border-color: #0f58b8;
    color: #0f58b8;
    font-weight: 600;
    background: #eef5ff;
}

@media (max-width: 849px) {
    .funiture-sort-wrap {
        display: block;
    }

    .funiture-sort-title {
        margin-bottom: 8px;
    }

    .funiture-sort-desktop {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }
}

#secondary .widget_categories ul {
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    padding: 0 10px;
}

#secondary .widget_categories ul li {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

#secondary .widget_categories ul li::before {
    content: "\f105";
    font-family: "fl-icons";
}

#secondary .widget_categories ul li a {
    padding: 10px 0;
}

/* ===== Sidebar: Flatsome Product Categories ===== */
.tax-product_cat .category-page-row>.large-3 {
    padding-right: 0;
}
#shop-sidebar .woocommerce.widget_product_categories {
    border: 1px solid #dbe6f7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(29, 81, 155, 0.1);
    overflow: hidden;
}

#shop-sidebar .woocommerce.widget_product_categories .widget-title {
    margin: 0;
    padding: 14px 16px;
    background: linear-gradient(180deg, #f4f8ff 0%, #e8f0ff 100%);
    border-bottom: 1px solid #dbe6f7;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #1b3f73;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories {
    margin: 0;
    padding: 8px 0;
    border: 0;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #edf2fb;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item:first-child {
    border-top: 0;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item > a {
    display: block;
    padding: 11px 16px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    transition: all 0.2s ease;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item > a:hover {
    color: #184a8b;
    background: #f5f9ff;
    padding-left: 19px;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item.current-cat > a,
#shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item.current-cat-parent > a,
#shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item.current-cat-ancestor > a {
    color: #0f4b96;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(19, 84, 159, 0.1) 0%, rgba(19, 84, 159, 0.02) 100%);
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .children {
    margin: 0;
    padding: 5px 0 8px;
    background: #fbfdff;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .children .cat-item {
    border-top: 0;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .children .cat-item > a {
    position: relative;
    padding: 8px 16px 8px 34px;
    font-size: 16px;
    font-weight: 400;
    color: #3b4d66;
}

#shop-sidebar .woocommerce.widget_product_categories .product-categories .children .cat-item > a:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 999px;
    background: #9db5d8;
}

@media only screen and (max-width: 48em) {
    #shop-sidebar .woocommerce.widget_product_categories {
        border-radius: 10px;
        box-shadow: 0 6px 16px rgba(29, 81, 155, 0.1);
    }

    #shop-sidebar .woocommerce.widget_product_categories .widget-title {
        padding: 12px 14px;
        font-size: 16px;
    }

    #shop-sidebar .woocommerce.widget_product_categories .product-categories .cat-item > a {
        font-size: 15px;
        padding: 10px 14px;
    }

    #shop-sidebar .woocommerce.widget_product_categories .product-categories .children .cat-item > a {
        font-size: 14px;
        padding: 7px 14px 7px 30px;
    }

    #shop-sidebar .woocommerce.widget_product_categories .product-categories .children .cat-item > a:before {
        left: 17px;
    }
}

#secondary li.recent-blog-posts-li {
    border-top: 1px dashed #ececec !important;
}

#secondary li.recent-blog-posts-li:first-child {
    border-top: none !important;
}

/* ===== Flatsome Vertical Menu: fixed height + smooth scroll hint ===== */
.header-bottom.hide-for-medium .menu-danh-muc-san-pham-container {
    position: relative;
    height: 352px !important;
    max-height: 352px !important;
    overflow: hidden !important;
}

.header-bottom.hide-for-medium .menu-danh-muc-san-pham-container .ux-nav-vertical-menu {
    height: 352px !important;
    max-height: 352px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 34px;
}

.header-bottom.hide-for-medium .menu-danh-muc-san-pham-container .ux-nav-vertical-menu::-webkit-scrollbar {
    width: 8px;
}

.header-bottom.hide-for-medium .menu-danh-muc-san-pham-container .ux-nav-vertical-menu::-webkit-scrollbar-thumb {
    background: rgba(165, 111, 12, 0.55);
    border-radius: 999px;
}

.header-bottom.hide-for-medium .menu-danh-muc-san-pham-container .ux-nav-vertical-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
}

.menu-danh-muc-scroll-hint {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(78, 55, 18, 0.95);
    pointer-events: none;
    padding: 12px 10px 8px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.92) 45%, rgba(245, 245, 245, 1) 100%);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.menu-danh-muc-san-pham-container.is-scrollable:not(.has-scrolled-end) .menu-danh-muc-scroll-hint {
    opacity: 1;
    transform: translateY(0);
}

#secondary .flatsome_recent_posts .badge {
    width: 130px;
    height: 80px;
}

#secondary .flatsome_recent_posts .badge .badge-inner {
    border-radius: 5px;
}

#secondary li.recent-blog-posts-li a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* back-to-top
*/
a.back-to-top {
    background: white;
    border: none !important;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 20px #00000026;
}

a.back-to-top .icon-angle-up {
    font-size: 32px !important;
    line-height: 46px;
}

/*404*/
.error-404 {
    padding: 0;
    margin: 0
}

.error-404 .medium-3 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    font-size: 40px !important;
    padding: 0;
    margin: 0
}

.error-404 .header-font:after {
    content: "404";
    color: #dbdbdb;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(calc(-53% + 22px), 12px);
    -ms-transform: translate(calc(-53% + 22px), 12px);
    transform: translate(calc(-53% + 22px), 12px);
    z-index: 0;
}

.error-404 .medium-9 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
}

.error-404 .page-content {
    width: 766px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.nav-small.nav>li.html {
    color: #222;
    font-weight: 700;
    font-size: 14px;
}

#top-bar li a {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-color);
}

#top-bar li a .fa {
    color: black;
}

.header-block .col {
    padding-bottom: 0;
}
.header-block .row-solid .col:after {
    display: none
}

.header-vertical-menu__opener {
    background: #835108;
    width: 300px
}
.single-product  .page-title-inner {
    min-height: 40px;
    padding-top: 0;
}
.header-vertical-menu__fly-out .nav-top-link,
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
}

.header-vertical-menu__fly-out {
    width: 300px
}

.header-block .icon-box h3 {
    letter-spacing: 0px;
    color: #e40808;
    font-family: var(--wootech-site-font);
    font-size: 23px;
}

.header-block a:hover {
    text-decoration: underline
}

.product-small.box {
    border-radius: 10px;
    padding: 0px;
    box-shadow: 0px 12px 70px 0px #e2eaf7;
}

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

.section3 h2 {
    text-align: left;
    color: var(--primary-color);
    font-size: 24px;
}

.section3 ul {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section3 ul li a:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.header-bottom-nav.nav>li>a {
    font-weight: bold
}

.section3 ul li {
    margin-bottom: 6px;
    list-style: none;
    margin-left: 0
}

.section3 ul li a {
    color: #4e4e4e;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
    font-weight: bold;
    font-size: 14px
}

.header-block p {
    font-size: 14px
}

.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>img {
    margin-right: 15px;
    height: 20px
}

.nav-dropdown-default {
    padding: 0;
}

.nav-dropdown.nav-dropdown-default>li:hover {
    background: #ebf6ff;
}

.nav-dropdown.nav-dropdown-default>li a {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    padding: 7.9px 15px
}

.header-vertical-menu__fly-out.has-shadow {
    box-shadow: none;
    border: 1px solid #e8e8e8;
}
.section2 .icon-box .icon img {
    filter: grayscale(100%);
}
.section2 .icon-box h3 {
    font-size: 17px;
    position: relative;
    margin-bottom: 17px;
    font-weight: bold;
    color: var(--primary-color);
}

.section2 .icon-box p {
    font-size: 14px;
}

.section2 .row-solid .col:after {
    display: none
}

.section2 .row1 {
    box-shadow: 0px 12px 70px 0 #e2eaf7;
    padding: 10px 0;
}

.section2 .icon-box h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: var(--primary-color);
    margin: 0 auto;
    bottom: -4px;
    margin-bottom: -1px;
    padding-top: 10p;
    margin-top: 7px;
}

.product-small.box .add-to-cart-button a {
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    font-size: 15px;
    letter-spacing: 0;
}

.product-small.box .add-to-cart-button a:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/03/add-to-cart.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    top: 4px;
    position: inherit;
    display: inline-block;
}

.product-small .product-title a {
    font-weight: 500;
    font-size: 15px;
    color: black;
    font-family: var(--wootech-site-font);
}

.product-small .product-title {
    margin-bottom: 10px
}

.product-small .price ins bdi {
    font-size: 17px;
    color: #d30112;
    font-weight: 500;
    font-family: var(--wootech-site-font)
}

.product-small .price del span {
    font-family: var(--wootech-site-font);
    font-weight: normal;
    font-size: 15px;
    color: #494949;
}

.section4 .col {
    padding-bottom: 0
}

a.back-to-top {
    background: #2196f3 !important;
    color: white !important;
    border: none !important
}

.section5 .col {
    padding-bottom: 0
}

.section6 .col {
    padding-bottom: 0
}

.footer-section .col {
    padding-bottom: 0
}

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

.section5 .icon-box .icon-box-text {
    font-size: 14px
}

.section-title-container {
    margin-bottom: 15px;
}

.footer-section h3:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #2196f3;
}

.footer-section h3 {
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 15px;
}

.footer-section {
    font-size: 14px
}

.header-vertical-menu__title {
    text-transform: uppercase;
    font-size: 16px;
    color: white;
}

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

.list-post .post-item .post-title {
    font-size: 14px;
    font-weight: normal;
}

.list-post .post-item {
    padding-bottom: 9px
}

/* Legacy old sort filter styles removed (.title_page/.sortbypttuan410). */
.term-description {
    font-size: 15px;
    border: 1px solid #e0ecf9;
    margin-bottom: 30px;
    background: #F6FAFF;
    padding: 15px;
}
.term-description ul {
    padding-left: 15px;
    margin-bottom: 10px;
}
.term-description ul li {
    margin-bottom: 5px;
}
.product-small .badge-container {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto;
    width: auto;
    height: auto;
    padding-top: 0;
    margin-top: 0;
    background: none;
    z-index: 2;
}

.product-small .badge-container .badge {
    height: auto;
}

.product-small .badge-container .badge-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: #e11d48;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.product-small .badge-container .onsale {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
}

.product-small .product-title a:hover {
    color: #e00101
}

.danh-muc-con h3 {
    background: #174894;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0
}

.danh-muc-con ul li {
    list-style: none;
    background: #1c60bf;
    padding: 8px 10px 8px 22px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
    margin: 5px 0;
}

.danh-muc-con ul li a {
    color: white
}

.danh-muc-con .fa {
    padding: 10px 12px;
    background: #ffc107;
    margin-right: 6px
}

.badge-container .badge {
    height: auto
}

.list-post .post-item .box-text {
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 0
}

.footer-section ul {
    margin-bottom: 0
}

.footer-section ul li,
.footer-section p {
    list-style: none;
    margin-left: 0;
    margin-bottom: 8px
}

.absolute-footer {
    padding: 20px 0;
    font-size: 14px;
    color: white !important
}

span.widget-title {
    padding: 12px;
    margin: 0;
    background: #f1f1f1;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #eef3fa;
    border-radius: 2px;
    display: block;
}

.widget .is-divider {
    display: none
}

.single-product .product-page-title {
    background: #d8d8d85c;
}
.single-product .product-page-title .breadcrumbs a {
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
}
.single-product .product-page-title .breadcrumbs a:hover {
    color: var(--primary-color) !important;
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 30px;
}

.widget_shopping_cart_content {
    padding: 10px;
    background: white
}

.widget_shopping_cart .button {
    margin: 0.5em 0 0;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 6px !important;
}

.checkout-breadcrumbs a {
    color: #a0a0a0 !important;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
}

.checkout-page-title .breadcrumbs a.current {
    color: var(--primary-color) !important;
    font-weight: bold;
}

table th {
    text-transform: none;
    letter-spacing: 0;
}

.woocommerce-billing-fields #toc_container {
    display: none
}

.woocommerce-form-coupon {
    margin-bottom: 20px;
    font-size: 15px
}

.woocommerce-notice {
    font-size: 14px
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-additional-fields textarea {
    box-shadow: none;
    font-size: 14px
}

.product-info h1.product-title {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.product-info {
    padding-top: 0
}

.product-short-description {
    padding: 12px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 12px 70px 0 #e2eaf7;
}

.single-product .large-9 {
    border-right: none !important;
}

.product-short-description ul li {
    list-style: none;
    margin-left: 0;
    background-image: url(assets/images/icon-check.png);
    background-repeat: no-repeat;
    background-position-y: 5px;
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 7px;
}

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

.devvn_contact_live {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: var(--primary-color);
    background: #e2eaf7;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.devvn_contact_live strong {
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
}

.devvn_contact_live ul {
    margin-bottom: 0;
    display: flex;
}

.devvn_contact_live ul li:not(:last-child) {
    margin-right: 10px;
}

.devvn_contact_live ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.devvn_contact_live ul li a img {
    width: 24px;
    height: auto;
    margin-bottom: 0;
}

.devvn_list_service_product ul {
    display: flex;
}

.devvn_list_service_product ul li {
    margin-bottom: 0;
    padding-left: 0;
    background: unset;
}

.devvn_list_service_product ul li {
    list-style: none;
    width: 25%;
}

.devvn_list_service_product ul li {
    margin-bottom: 0;
    padding-left: 0;
    background: unset;
}

.product-info .price-wrapper .price {
    display: flex;
}

.product-info .price-wrapper .price ins {
    order: 1
}

.product-info .price-wrapper .price ins bdi {
    font-size: 30px;
    color: red;
    margin-right: 8px
}

.product-info .price-wrapper .price del {
    line-height: 33px;
    order: 2
}

.product-info .price-wrapper .price del bdi,
.product-info .price-wrapper .price {
    color: gray;
    font-size: 18px
}

.single-product a.wootech-buy-now.wootech-buy-now-style {
    display: table;
    overflow: hidden;
    clear: both;
    width: 100%;
    max-width: 350px;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    background: linear-gradient(180deg, #f59000 0%, #fd6e1d 100%) !important;
    border: none !important;
    border-bottom: 0 !important;
    color: #fff !important;
    text-align: center;
    box-shadow: none;
    margin: 20px auto;
    text-decoration: none;
}

.single-product a.wootech-buy-now.wootech-buy-now-style strong {
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.single-product a.wootech-buy-now.wootech-buy-now-style span {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.96);
    margin-top: 2px;
}

.single-product a.wootech-buy-now.wootech-buy-now-style:hover,
.single-product a.wootech-buy-now.wootech-buy-now-style:focus {
    background: linear-gradient(180deg, #f9a71b 0%, #ff7a14 100%) !important;
    color: #fff !important;
}

.wootech-hotline-shortcode {
    gap: 10px;
    border-radius: 2px;
    text-decoration: none;
    min-width: 240px;
}

.wootech-hotline-shortcode:hover {
    text-decoration: none;
}

.wootech-hotline-shortcode .wootech-hotline-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: block;
}

.wootech-hotline-shortcode .wootech-hotline-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
}

.wootech-hotline-shortcode .wootech-hotline-title {
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.wootech-hotline-shortcode .wootech-hotline-number {
    color: #e10000;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.woo-khuyenmai {
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 12px 70px 0 #e2eaf7;
}
.woo-khuyenmai h3 {
    background-color: #e2eaf7;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
}
.woo-khuyenmai ul {
    padding: 0 15px;
    margin-bottom: 0;
}
.woo-khuyenmai ul li::before {
    content: "\f0a3";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffc107;
    margin-right: 8px;
}
.woo-khuyenmai ul li {
    list-style: none;
    margin-left: 0;
    font-size: 15px;
    margin-bottom: 7px;
}
@media only screen and (max-width: 48em) {
    .single-product a.wootech-buy-now.wootech-buy-now-style {
        max-width: 100%;
        padding: 9px 10px;
    }
    .single-product a.wootech-buy-now.wootech-buy-now-style span {
        font-size: 12px;
    }

    .wootech-hotline-shortcode {
        min-width: 0;
        width: 100%;
        padding: 8px 10px;
        gap: 8px;
    }

    .wootech-hotline-shortcode .wootech-hotline-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .wootech-hotline-shortcode .wootech-hotline-title {
        font-size: 22px;
    }

    .wootech-hotline-shortcode .wootech-hotline-number {
        font-size: 30px;
    }
}


.product-info {
    border-right: none !important
}

.tieu-chi-box ul {
    background: #e2eaf7;
    padding: 15px
}

.tieu-chi-box h4 {
    background-color: var(--primary-color);
    padding: 8px 10px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 70px;
}

.tieu-chi-box ul li {
    background-image: url(assets/images/icon-check.png);
    background-repeat: no-repeat;
    background-size: 13px;
    font-size: 14px;
    background-position-y: 5px;
    padding-left: 20px;
}

.dia-chi-box {
    background: #f5f5f5;
    padding: 15px
}

.dia-chi-box h4 {
    text-transform: uppercase;
    text-align: center;
}

.dia-chi-box h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: var(--primary-color);
    margin: 6px auto;
}

.dia-chi-box ul li {
    font-size: 14px
}

.dia-chi-box ul li .fa {
    color: #0693e3;
    margin-right: 6px
}

.product-info {
    padding-bottom: 0
}

.single-product .large-3 {
    padding: 30px 0;
}

.product-main {
    padding-bottom: 20px;
}

.woocommerce-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.woocommerce-tabs .tabs li {
    margin: 0;
}

.woocommerce-tabs .tabs li a {
    background: #eef4fc;
    border: 1px solid #d8e4f6;
    border-radius: 999px;
    padding: 8px 16px;
    min-height: 38px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #204f90;
    position: relative;
    line-height: 1.2;
    transition: all 0.2s ease;
}

.woocommerce-tabs .tabs li a:hover {
    background: #e4eefc;
    border-color: #bdd0ef;
}

.woocommerce-tabs .tabs li.active a {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 12px rgba(22, 72, 146, 0.22);
}
.related h3 {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    padding-bottom: 7px;
    line-height: 1.2;
    font-size: 20px;
    color: var(--primary-color);
    letter-spacing: 0;
    margin-top: 15px;
}

.woocommerce-tabs ul.tabs.wc-tabs li a:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.9;
}

#tab-title-description a:before {
    background-image: url(assets/images/picture.png);
}
#tab-title-thongtinthanhtoan_tab a:before {
    background-image: url(assets/images/information-button.png);
}

.woocommerce-tabs .nav:hover>li:not(:hover)>a:before {
    opacity: 1;
}
.product-footer .nav-tabs+.tab-panels {
    border-radius: 12px;
    box-shadow: 0 10px 36px rgba(131, 164, 210, 0.22);
    border: 1px solid #e2eaf7;
    padding: 18px;
}
.tab-panels .entry-content h2,
.entry-content h2 {
    font-size: 21px;
}

.tab-panels .entry-content h3,
.entry-content h3 {
    font-size: 20px;
}

.tab-panels .entry-content h4,
.entry-content h4 {
    font-size: 19px;
}

.tab-panels .entry-content h5,
.entry-content h5 {
    font-size: 18px;
}

.product_list_widget a {
    font-size: 14px;
    font-weight: bold;
}

.product_list_widget ins bdi {
    color: red;
    font-size: 14px
}

.product_list_widget .star-rating {
    display: none
}

.blog-archive .large-3 {
    padding-left: 0
}

ul.product_list_widget li img {
    margin-left: 10px
}

.widget_nav_menu ul {
    border: 1px solid #dfdfdf;
}

.widget_nav_menu ul li {
    padding: 0 10px
}

.blog-archive .large-12 {
    text-align: left;
    letter-spacing: 0;
    font-size: 20px;
    letter-spacing: 0
}

.blog-archive .post-item .post-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #446084;
    margin-bottom: 5px;
}

.blog-archive .post-item .post-meta {
    font-size: 13px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.blog-archive .post-item a:hover {
    color: black
}

.rank-math-breadcrumb p {
    font-size: 13px;
    margin-bottom: 8px
}

.blog-archive .post-item .post-title:hover {
    color: #de1010
}

.blog-single .entry-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.is-divider {
    display: none
}

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

.entry-header-text {
    padding: 0;
}

.wp-caption {
    text-align: center
}

.wp-caption .wp-caption-text {
    background: none
}

#comments {
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px -5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 10px -5px rgb(0 0 0 / 50%);
}

#comments .comment-respond {
    background-color: white;
    margin-top: 0;
    padding: 0;
}

.logged-in-as {
    font-size: 15px
}

.form-submit input {
    margin-bottom: 0;
    font-size: 15px
}

form {
    margin-bottom: 0
}

.page-right-sidebar .large-3 {
    padding-left: 0;
    border-left: none !important
}

.page-right-sidebar .large-9 {
    border-right: none !important
}

h1.entry-title.mb {
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 0;
}

.page-right-sidebar .page-inner {
    font-size: 15px
}

.widget_nav_menu li a {
    color: var(--primary-color)
}

.widget_nav_menu ul li {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.woocommerce.widget_products {
    border: 1px solid #eef3fa;
}

.product_list_widget del bdi {
    font-size: 13px
}

.nut-tin-nhan {
    --zalo-icon: url(assets/images/icon-zalo-circle2.png.pagespeed.ce_.iUc59tfITH.png);
    background-image: var(--zalo-icon);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 10px center;
    background-color: #f4f4f4;
    padding: 3px 10px 3px 31px;
    color: #03a9f4;
    margin: 8px auto !important;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.6 !important;
    display: table !important;
    text-decoration: none;
}

.products .nut-tin-nhan {
    display: table;
    margin: 10px auto 0;
}

.nut-xem-chi-tiet {
    background-color: #f4f4f4;
    padding: 3px 12px;
    color: var(--primary-color);
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    display: table !important;
    margin: 8px auto !important;
}

.products .nut-xem-chi-tiet {
    display: table;
    margin: 10px auto 0;
}

/* ===== Header Search (Flatsome DOM) ===== */
.header .header-search-form {
    margin: 0;
}

.header .header-search-form .searchform {
    margin: 0!important;
}

.header .header-search-form .searchform-wrapper,
.header .header-search-form .searchform-wrapper.ux-search-box,
.header .header-search-form .searchform-wrapper.ux-search-box.relative.is-normal {
    background: #fff;
    border: 1px solid #d3deef;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(22, 72, 146, 0.08);
    padding: 3px;
}

.header .header-search-form .searchform .searchform-categories,
.header .header-search-form .searchform select.search_categories {
    min-width: 94px;
}

.header .header-search-form .searchform select.search_categories,
.header .header-search-form .searchform .select2-selection {
    border: 0 !important;
    box-shadow: none !important;
    background: #f2f6fc !important;
    border-right: 1px solid #e0e8f5;
    border-radius: 8px 0 0 8px;
    color: #2f4e7d;
    font-size: 14px;
    height: 40px !important;
}

.header .header-search-form .searchform input.search-field {
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #1f2a37;
    font-size: 14px;
    height: 40px !important;
    padding: 0 12px !important;
}

.header .header-search-form .searchform input.search-field::placeholder {
    color: #94a3b8;
}

.header .header-search-form .searchform .button.icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(180deg, #2b6da8 0%, #1c4f92 100%) !important;
    border: 0;
    margin: 0;
    box-shadow: none;
}

.header .header-search-form .searchform .button.icon:hover {
    filter: brightness(1.03);
}

.header .header-search-form .searchform .button.icon i,
.header .header-search-form .searchform .button.icon svg {
    color: #fff;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .nut-tin-nhan {
        font-size: 12px;
    }

    .nut-xem-chi-tiet {
        font-size: 12px;
    }
    .header-search-form {
        margin-right: 0 !important
    }

    .header .header-search-form .searchform-wrapper,
    .header .header-search-form .searchform-wrapper.ux-search-box,
    .header .header-search-form .searchform-wrapper.ux-search-box.relative.is-normal {
        border-radius: 9px;
        padding: 3px;
        box-shadow: 0 1px 5px rgba(22, 72, 146, 0.08);
    }

    .header .header-search-form .searchform select.search_categories,
    .header .header-search-form .searchform .select2-selection {
        min-width: 78px;
        height: 36px !important;
        font-size: 13px;
    }

    .header .header-search-form .searchform input.search-field {
        height: 36px !important;
        font-size: 13px;
        padding: 0 10px !important;
    }

    .header .header-search-form .searchform .button.icon {
        width: 36px;
        height: 36px;
        border-radius: 7px;
    }

    .section1 {
        padding-top: 10px !important;
        padding-bottom: 0 !important
    }

    .section3 ul li a {
        color: #4e4e4e;
        padding-right: 7px;
        margin-right: 7px;
        border-right: 1px solid #333;
        font-weight: bold;
        font-size: 13px;
    }

    .section3 h2 {
        font-size: 21px;
    }

    .header-cart-icon {
        background: var(--primary-color);
        padding: 5px 4px;
        border-radius: 20px;
        padding: 3px;
    }

    .off-canvas-left .mfp-content {
        background: white
    }

    .off-canvas .nav-vertical li li>a {
        font-size: 14px;
    }

    .off-canvas .nav-vertical>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 15px;
        color: #373737;
    }

    .product-small .price del span {
        font-size: 13px;
    }

    .product-small .price ins bdi {
        font-size: 15px;
    }

    .footer-section .col {
        padding-bottom: 10px
    }

    .list-post .post-item .box-image {
        width: 40% !important;
        margin-right: 8px
    }

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

    p.hung-vat {
        font-size: 13px;
    }

    .single_add_to_cart_button {
        width: 100%
    }

    .form-sdt .large-2 {
        flex-basis: 20%;
        max-width: 20%;
    }

    .form-sdt .large-8 {
        flex-basis: 60%;
        max-width: 60%
    }

    .nav-tabs+.tab-panels {
        padding: 10px;
    }

    .related h3 {
        margin-bottom: 20px;
        padding-bottom: 7px;
        font-size: 17px;
    }

    .woocommerce-tabs .tabs {
        gap: 6px;
        margin-bottom: 10px;
    }

    .woocommerce-tabs .tabs li a {
        min-height: 34px;
        padding: 6px 12px;
        font-size: 13px;
    }

    .tab-panels .entry-content h2,
    .entry-content h2 {
        font-size: 19px;
    }

    .tab-panels .entry-content h3,
    .entry-content h3 {
        font-size: 18px;
    }

    .tab-panels .entry-content h4,
    .entry-content h4 {
        font-size: 17px;
    }

    .tab-panels .entry-content h5,
    .entry-content h5 {
        font-size: 16px;
    }

    .blog-single .entry-title {
        font-size: 18px;
    }

    .kksr-legend {
        font-size: 13px !important
    }

    .blog-archive .post-item .post-title {
        font-size: 16px;
    }

    .blog-archive .from_the_blog_excerpt {
        display: none
    }

    .blog-archive .post-item .box-text {
        padding-bottom: 0
    }

    .blog-archive .post-item .post-meta {
        margin-bottom: 0;
    }

    .blog-archive .large-3 {
        padding-left: 15px;
    }

    .page-right-sidebar .large-3,
    .single-product .large-3 {
        padding-left: 15px
    }

    .list-post .post-item .box {
        display: flex
    }

}
/* popup width */
.lightbox-content{
border-radius:10px;
overflow:hidden;
}

/* wrapper */
.order-popup{
padding:10px;
}

/* header */
.order-header{
text-align:center;
margin-bottom:20px;
}

.order-header h3{
font-size:22px;
font-weight:700;
margin-bottom:5px;
}

.order-header p{
font-size:13px;
color:#777;
margin:0;
}

/* input */
.order-popup input,
.order-popup textarea{
width:100%;
height:44px;
padding:0 14px;
margin-bottom:12px;
border:1px solid #e5e5e5;
border-radius:6px;
font-size:14px;
transition:all .2s;
background:#fafafa;
}

/* textarea nhỏ lại */
.order-popup textarea{
height:80px;
padding-top:10px;
resize:none;
}

/* focus */
.order-popup input:focus,
.order-popup textarea:focus{
border-color:#1a73e8;
background:#fff;
outline:none;
}

/* button */
.order-popup input[type=submit]{
height:48px;
background:#1a73e8;
color:#fff;
font-weight:600;
font-size:15px;
border:none;
cursor:pointer;
margin-top:5px;
transition:all .2s;
}

.order-popup input[type=submit]:hover{
background:#0d5bd3;
}

/* spacing fix cho CF7 */
.order-popup p{
margin:0;
}
.product-name{
font-size:14px;
font-weight:600;
margin-bottom:15px;
color:#333;
}