/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.20.1
*/
/* Fix lỗi bôi đen text bị scroll */
:root {
    --flatsome-scroll-padding-top: 0px !important;
}

.back-to-top.active {
    z-index: 9999;
}

/* --- WRAPPER CHUNG --- */
#contact-widget-container {
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*  wrapper khi scroll */
#contact-widget-container.show-widget {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* --- DANH (CONTAINER) --- */
.floating-contact-buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

/* Style chung */
.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.contact-btn:hover {
    transform: scale(1.1);
}

/* STYLE CHO SVG ICON */
.contact-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.contact-btn img {
    width: 20px;
    height: 20px;
}

/* --- TRIGGER MOBILE --- */
.mobile-trigger-btn {
    display: none;
    background: #333;
    color: white;
    width: 34px;
    height: 34px;
    z-index: 10001;
    transition: transform 0.3s ease, background-color 0.3s;
}

/* SVG trigger */
.mobile-trigger-btn svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.btn-phone {
    background-color: #ed3c3c;
    animation: shake 2s infinite;
}

.btn-zalo {
    background-color: #0068ff;
}

.btn-tiktok {
    background-color: #000000;
}

.btn-messenger {
    background: linear-gradient(to bottom right, #00c6ff, #0072ff);
}

/* Animations */
@keyframes shake {
    0%, 100% {
        transform: rotate(0) scale(1);
    }

    5% {
        transform: rotate(-15deg) scale(1);
    }

    10% {
        transform: rotate(15deg) scale(1);
    }
}

@media (min-width: 1366px) {
    .contact-btn {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    .mobile-trigger-btn {
        display: flex;
        box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    }

    .floating-contact-buttons {
        position: absolute;
        bottom: 70px;
        right: 0;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 0;
        pointer-events: none;
    }

    .floating-contact-buttons .contact-btn {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    #contact-widget-container.is-open .mobile-trigger-btn {
        background-color: #444;
    }

    #contact-widget-container.is-open .mobile-trigger-btn svg {
        transform: rotate(45deg);
    }

    #contact-widget-container.is-open .floating-contact-buttons {
        pointer-events: auto;
    }

    #contact-widget-container.is-open .floating-contact-buttons .contact-btn {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    /* --- Staggered Animation --- */
    #contact-widget-container.is-open .floating-contact-buttons .contact-btn:nth-child(4) {
        transition-delay: 0.05s;
    }

    #contact-widget-container.is-open .floating-contact-buttons .contact-btn:nth-child(3) {
        transition-delay: 0.1s;
    }

    #contact-widget-container.is-open .floating-contact-buttons .contact-btn:nth-child(2) {
        transition-delay: 0.15s;
    }

    #contact-widget-container.is-open .floating-contact-buttons .contact-btn:nth-child(1) {
        transition-delay: 0.2s;
    }

    .contact-btn::after {
        display: none;
    }
}

/* Desktop: Trigger */
@media (min-width: 769px) {
    .floating-contact-buttons {
        flex-direction: column;
    }
}

.cart-icon strong {
    border: 2px solid #3c8d00;
    color: #3c8d00;
}

.cart-icon:hover strong, .current-dropdown .cart-icon strong {
    background-color: #c37e00;
}

#masthead .header-nav-main .cart-item:before {
    content: "";
    bottom: -3px;
}

.header-nav-main .cart-item .nav-dropdown {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce li.product .entry-header .button {
    opacity: 1 !important;
}

.is-divider {
    display: none;
}

/* header */
#header {
}

#header #top-bar {
    padding: 3px 0;
}

#header #masthead {
}

#header #masthead .hide-for-medium.flex-right {
    width: 100%;
    max-width: 892px;
}

#header #masthead .hide-for-medium.flex-right .header-nav {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

#header #masthead .hide-for-medium.flex-right .header-nav li.search-form {
    width: calc(100% - 400px);
    float: left;
    margin: 0;
}

#header #masthead .hide-for-medium.flex-right .header-nav li.html_topbar_right {
    width: 400px;
    float: left;
    margin-left: 0;
}

#header #masthead .searchform {
    width: 380px;
    padding: 0;
}

#header #masthead .searchform .search-form-categories {
}

#header #masthead .searchform .search-form-categories select {
    border: 0;
    height: 40px;
    font-size: 100%;
}

#header #masthead .searchform #woocommerce-product-search-field-0 {
    border: 1px solid #ddd;
    height: 40px;
    box-shadow: unset;
    font-size: 100%;
    color: #000!important;
    padding: 0 20px;
}

#header #masthead .searchform #woocommerce-product-search-field-0::placeholder {
    color: #333!important;
}

#header #masthead .searchform .ux-search-submit {
    border: 0;
    height: 40px;
    box-shadow: unset;
    font-size: 100%;
    padding: 0;
    color: #000 !important;
}

#header #masthead .searchform .ux-search-submit i {
    font-size: 14px;
    right: 5px;
}

#header #masthead .hide-for-medium.flex-right .header-nav li .searchform .live-search-results {
}

#header #top-bar .hotline {
    display: block;
    overflow: hidden;
    width: 100%;
}

#header #top-bar .hotline p {
    float: left;
    display: flex;
    color: #fff;
    font-weight: 600;
}

#header #top-bar .hotline p a {
    display: block;
    color: #fff;
    font-size: 16px;
}

#header #top-bar .address p {
    display: flex;
    color: #fff;
    font-size: 13px;
}

#header #top-bar .address p i {
    margin-right: 5px;
    margin-top: 3px;
}

#header #masthead .shipping {
    display: flex;
    gap: 7px;
    margin-right: 50px;
}

#header #masthead .shipping svg {
    width: 52px;
    margin-top: -6px;
}

#header #masthead .shipping p {
    line-height: 1.4;
}

#header #masthead .shipping p .b {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

#header #masthead .shipping p .c {
    font-size: 15px;
}

#header #masthead #logo {
}

#header #masthead #logo a {
}

#header #masthead #logo a img {
}

#header #wide-nav {
    height: 60px;
}

#header #wide-nav #mega-menu-wrap #mega-menu-title {
    font-size: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}

#header #wide-nav .header-nav.nav-center {
    gap: 20px;
}

#header #wide-nav .flex-left .header-nav li {
    height: 60px;
    margin: 0 0px 0 15px;
}

#header #wide-nav .flex-left .header-nav li a:after {
    left: -15px;
}

#header #wide-nav .flex-left .header-nav li.current-dropdown {
}

#header #wide-nav .flex-left .header-nav li.current-dropdown:before {
    bottom: -3px;
}

#header #wide-nav .flex-left .header-nav li.current-dropdown:after {
}

#header #wide-nav .flex-left .header-nav li.current-dropdown .sub-menu {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

#header #wide-nav .flex-left .header-nav li.current-dropdown .sub-menu li {
    height: auto;
    line-height: normal;
}

#header #wide-nav .flex-left .header-nav li.current-dropdown .sub-menu li a {
    display: flex;
    color: #333;
    align-items: center;
    font-family: 'Roboto Condensed';
    font-weight: 600;
}

#header #wide-nav .flex-left .header-nav li.current-dropdown .sub-menu li:hover a {
    color: #3c8d00;
}

#header #wide-nav .flex-left .header-nav li.current-dropdown .sub-menu li a .lucide-menu {
}

#header #wide-nav .flex-left .header-nav li.current-dropdown .sub-menu li a svg {
    stroke: #9f0f0f;
}

#header #wide-nav .flex-left .header-nav li.current-dropdown .sub-menu li:hover a svg {
    stroke: #F44336;
}

#header #wide-nav .header-nav li.cart-item.current-dropdown .nav-dropdown {
    border: 1px solid #ddd;
    border-radius: 5px;
}

#header #wide-nav .header-nav li.cart-item.current-dropdown .nav-dropdown .return-to-shop a {
    background: #ec1d26;
    text-transform: initial;
    padding: 0 15px;
    border-radius: 25px;
    font-weight: 100;
    font-size: 94%;
}

#header #wide-nav .header-nav li.cart-item.current-dropdown {
    height: 60px;
    line-height: 60px;
}

#header #wide-nav .header-nav li.cart-item.current-dropdown:before {
    bottom: -2px;
}

#header #wide-nav .header-nav li.cart-item.current-dropdown:after {
    bottom: -2px;
}

#header #wide-nav .header-nav li.cart-item.current-dropdown .nav-dropdown ul li a.remove {
    color: #b83d34;
    line-height: 16px!important;
    width: 20px;
    height: 20px;
    font-weight: 300;
}

#header #wide-nav .header-nav li.cart-item.current-dropdown .nav-dropdown ul li .ux-mini-cart-qty span {
    color: #333;
    opacity: 1;
}

#header #wide-nav .header-nav li a {
    font-size: 16px;
    height: 100%;
    font-weight: 700;
    letter-spacing: -0.3px;
}

#header #wide-nav .header-nav li a svg {
    width: 16px;
    height: 16px;
    margin-top: 0px;
    margin-right: 6px;
}

#header #wide-nav .flex-row {
    height: 100%;
}

#header #wide-nav .flex-left {
}

#header #wide-nav .flex-left .nav-left {
    height: 60px;
    gap: 15px;
}

#header #wide-nav .flex-right .header-nav {
    height: 60px;
}

#header #wide-nav .flex-right .header-nav li a {
    font-size: 100%;
    padding: 0;
    font-weight: 500;
}

#header #wide-nav #mega-menu-wrap {
    background: #d7102c;
    height: 100%;
}

#masthead .mobile-nav {
}

#masthead .mobile-nav .cart-icon strong {
    border-color: #000;
    color: #000;
}

#masthead .mobile-nav .cart-icon strong:after {
    border-color: #000;
}

#masthead .mobile-nav li {
}

#masthead .mobile-nav li a {
    color: #a10c13;
}

#masthead .mobile-nav li a i {
}

.woocommerce-mini-cart.cart_list li a {
    font-size: 14px;
}

.woocommerce-mini-cart.cart_list li .ux-mini-cart-qty span {
    font-size: 14px;
    color: #333;
    opacity: 0.9;
    font-weight: 400;
}

.woocommerce-mini-cart.cart_list li a.remove {
    color: #555;
    border: 1px solid;
    font-size: 100% !important;
    width: 18px;
    height: 18px;
    line-height: 14.5px !important;
    font-weight: 500;
}

.woocommerce-mini-cart.cart_list li dl.variation {
    margin: 0;
    font-size: 12px;
}

.woocommerce-mini-cart.cart_list li dl.variation dt {
    font-weight: 400;
    color: #555;
}

.woocommerce-mini-cart.cart_list li dl.variation dd {
    margin: 0 0 2px;
}

.woocommerce-mini-cart.cart_list li dl.variation dd p {
    font-weight: 400;
    color: #555;
    opacity: 0.9;
}

.mfp-container .mfp-content {
}

.mfp-ready .mfp-close {
    opacity: .9;
}

.mfp-container .mfp-content #cart-popup {
    height: 100%;
    background: #fff;
}

.mfp-container .mfp-content #cart-popup .cart-popup-title {
    color: #000;
    font-size: 105%;
    border-bottom: 1px solid #fbf1f1;
    padding-bottom: 10px;
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart {
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart .cart_list.product_list_widget {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart .cart_list.product_list_widget li {
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart .cart_list.product_list_widget li a.remove {
    color: #555;
    border: 1px solid;
    font-size: 100% !important;
    width: 18px;
    height: 18px;
    line-height: 14.5px !important;
    font-weight: 500;
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart .cart_list.product_list_widget li .ux-mini-cart-qty .mfp-container .mfp-content #cart-popup .widget_shopping_cart .ux-mini-cart-empty-icon {
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart .ux-mini-cart-empty-icon svg {
    opacity: 1!important;
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    color: #fff;
}

.mfp-container .mfp-content #cart-popup .widget_shopping_cart .return-to-shop a {
    background: #ec1d26;
    text-transform: initial;
    padding: 0 15px;
    border-radius: 25px;
    font-weight: 300;
}

#main-menu.mobile-sidebar {
    height: 100%;
}

#main-menu.mobile-sidebar .nav-sidebar {
}

#main-menu.mobile-sidebar .nav-sidebar li+li {
    border-top: 1px solid #e4d7d7;
}

#main-menu.mobile-sidebar .nav-sidebar li button.toggle {
    color: #fff;
    opacity: 0.8;
}

#main-menu.mobile-sidebar .nav-sidebar li button.toggle i {
    font-size: 100%;
}

#main-menu.mobile-sidebar .nav-sidebar li a {
    font-size: 16px;
    text-transform: initial;
    font-weight: 600;
    color: #2c7a2f;
    align-items: normal;
}

#main-menu.mobile-sidebar .nav-sidebar li a .lucide-menu {
}

#main-menu.mobile-sidebar .nav-sidebar li a svg {
    width: 20px;
    height: 20px;
    stroke: #2c7a2f;
    margin-right: 10px;
    stroke-width: 2px;
}

#main-menu.mobile-sidebar .nav-sidebar li a svg #SVGRepo_iconCarrier path {
    stroke: #2c7a2f
}

#main-menu.mobile-sidebar .nav-sidebar li:nth-child(3) a svg, #main-menu.mobile-sidebar .nav-sidebar li:nth-child(4) a svg {
    fill: #2c7a2f;
    stroke-width: 4px;
}

#main-menu.mobile-sidebar .nav-sidebar li:nth-child(5) a svg {
    fill: #2c7a2f;
    stroke-width: 10px;
}

#main-menu.mobile-sidebar .nav-sidebar li ul.sub-menu li a svg {
    stroke: #ffffff;
    fill: #fff;
    width: 22px;
    height: 22px;
}

#main-menu.mobile-sidebar .nav-sidebar li .sub-menu {
    margin: 0;
    padding-bottom: 10px;
}

#main-menu.mobile-sidebar .nav-sidebar li .sub-menu li {
    padding: 5px 0 5px 20px;
}

#main-menu.mobile-sidebar .nav-sidebar li .sub-menu li a {
    font-family: 'Roboto Condensed';
}

#main-menu.mobile-sidebar .nav-sidebar li .sub-menu li+li {
    border-top: 1px dashed #5e5252;
}

#main-menu.mobile-sidebar .nav-sidebar li .children li a {
    font-size: 100%;
    font-family: 'Roboto Condensed';
}

#woocommerce-product-search-field-1 {
    background: #fff!important;
    color: #000!important;
    font-size: 90%;
}

#woocommerce-product-search-field-1::placeholder {
    color: #333!important;
}

#wide-nav.header-bottom .searchform .button.icon {
    color: #000!important;
}

/* myFooter */
.back-to-top {
    color: #000;
    border: 1px solid #000 !important;
}

.back-to-top.is-outline:hover {
    background: #f36b25;
}

.my-footer {
    padding: 40px 0 20!important;
}

.my-footer h3 {
    font-size: 100%;
    color: #000;
}

.my-footer h4 span {
    font-size: 100%;
    color: #000;
}

.my-footer .gioi-thieu .col-inner ul li a, .my-footer .chinh-sach .col-inner ul li a {
    color: #000;
}

.my-footer .hotline .icon-box .icon-box-text .call-phone {
    overflow: hidden;
    margin-bottom: 20px;
}

.my-footer .hotline .icon-box .icon-box-text .call-phone svg {
    float: left;
    width: 50px;
    margin-top: 10px;
}

.my-footer .hotline .icon-box .icon-box-text .call-phone a {
    display: block;
    float: left;
    color: #FF5722;
    font-weight: 700;
    line-height: 1.4;
}

.my-footer .hotline .icon-mxh {
    float: left;
    margin: 0 10px 0 0;
    max-width: 45px;
    border: 5px solid #f9f2f2;
    border-radius: 50%;
}

.my-footer .hotline .icon-mxh img {
    border-radius: 50%;
}

.tin-khuyen-mai .cot1 {
    padding-bottom: 0;
    padding-top: 15px;
}

.tin-khuyen-mai .cot1 img {
}

.tin-khuyen-mai .cot2 {
    padding-bottom: 0;
}

.tin-khuyen-mai .cot2 form {
    margin: 20px 0 0;
}

.tin-khuyen-mai .cot2 form input {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    width: 100%;
}

.tin-khuyen-mai .cot2 form input.wpcf7-submit {
    background: #FF5722;
    text-transform: capitalize;
    width: 120px;
    float: left;
    margin: 0;
}

.tin-khuyen-mai .cot2 form p {
    width: 100%;
}

.tin-khuyen-mai .cot2 form p br {
}

.tin-khuyen-mai .cot2 form .wpcf7-form-control-wrap {
    width: calc(40% - 14px);
    float: left;
    margin-right: 10px;
}

.tin-khuyen-mai .cot2 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 90%;
    padding: 3px 5px 2px;
}

.tin-khuyen-mai .cot2 form .wpcf7-response-output {
    margin: 0;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    padding: 0;
    color: antiquewhite;
    font-size: 94%;
}

/* === BASE STYLE CHO POST */
article.post .entry-content {
    font-size: 100%;
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    padding: 20px;
}

article.post header.entry-header {
    border-bottom: 1px dashed #f8efef;
}

article.post .entry-header-text .entry-meta {
}

article.post .entry-header-text .entry-meta span {
    text-transform: initial;
    color: #333;
    font-size: 100%;
}

article.post .entry-header-text .entry-meta span.meta-author {
}

article.post .entry-header-text .entry-category a {
    color: #000;
    font-weight: 100;
    text-transform: capitalize;
    font-size: 13px;
}

article.post .entry-header-text h1 {
    color: brown;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
    font-size: 26px;
}

article.post .entry-content h2 {
    color: #c34933;
    font-size: 22px;
    font-weight: 600;
}

article.post .entry-content h3 {
    font-size: 18px;
    color: brown;
}

article.post .entry-content h4 {
    font-size: 16px;
    color: #333;
}

article.post .entry-content p img {
    margin: 0 auto;
    border: 4px solid #fffbfb;
}

article.post .entry-content ul, article.post .entry-content ol {
    margin-left: 15px;
}

article.post .entry-content li {
}

article.post .entry-content img {
    max-width: 100%;
    display: block;
    border-radius: 6px;
}

/* Blockquote */
article.post .entry-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.2em;
    border-left: 4px solid #3b82f6;
    background: #f9fafb;
    color: #555;
    font-style: italic;
}

/* Code */
article.post .entry-content code {
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: "Fira Code", monospace;
    font-size: 0.95em;
}

article.post .entry-content pre {
    background: #1e293b;
    color: #f8fafc;
    padding: 1em;
    border-radius: 6px;
    overflow-x: auto;
    margin: 1.2em 0;
}

article.post .entry-content pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}

article.post .entry-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 1.2em 0;
}

article.post .entry-content th, article.post .entry-content td {
    border: 1px solid #e5e7eb;
    padding: 8px 12px;
    text-align: left;
}

article.post .entry-content th {
    background: #f3f4f6;
    font-weight: 600;
}

/* Link */
article.post .entry-content a {
    color: #1c50c2;
    text-decoration: none;
}

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

#content.blog-single {
    padding-bottom: 0;
}

#content.blog-single .html-before-comments {
    margin-bottom: 0px;
}

/* === END BASE STYLE */
/* Bai viet lien quan */
.related-box .related-head {
    display: block;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #f3eaea;
    font-weight: 600;
    position: relative;
}

.related-box .related-head svg {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 24px;
    height: 24px;
}

.related-box .box-post {
    height: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    overflow: hidden;
}

.related-box ul li {
    margin-bottom: 3px;
}

.related-box ul li a {
    font-weight: 700;
    font-size: 16px;
    /*color: #2a9e2f;*/
}

.related-box ul li a:hover {
    text-decoration: underline;
}

.related-box .feature {
    position: relative;
    overflow: hidden;
}

.related-box .feature::before {
    content: "";
    display: block;
    padding-top: 60%;
}

.related-box .feature .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.related-box ul.row.related-post li {
    list-style: none;
}

.related-box .related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
    padding: 5px 15px 10px;
    font-weight: 600;
}

.related-box .related-title a {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

/* -- RESPONSIVE POST */
@media (max-width: 480px) {
    #content.blog-single .large-12.col {
    }

    article.post .article-inner.has-shadow {
        box-shadow: unset;
    }

    article.post .article-inner.has-shadow .entry-header-text-top {
        padding: 0 0 1.5em 0;
    }

    #content.blog-single article.post .entry-content {
        padding: 1.5em 0 .5em 0;
    }

    article.post .entry-header-text h1 {
        font-size: 24px;
    }

    article.post .entry-content h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    article.post .entry-content h3 {
        font-size: 17px;
        line-height: 1.4;
    }

    .related-box .related-title a {
        line-height: 1.4;
        font-size: 16px;
    }
}

/* -- END RESPONSIVE POST */
/* -- WOOCOMMERCE */
#main button.view-more-button {
    text-transform: initial;
    font-size: 14px;
    margin-top: 8px;
    padding: 5px 25px;
    border-radius: 4px;
    background: transparent;
    color: #f36f40;
    border: 1px solid #f36f40;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

#main button.view-more-button:hover {
    box-shadow: 0px 1px 3px #c9a6a6;
}

#main .out-of-stock .product-small.box .box-text .add-to-cart-button a {
    pointer-events: none;
    cursor: default;
    background: linear-gradient(135deg, #0c7e73, #777474);
}

.product-small .badge-container.absolute, .woocommerce-product-gallery .badge-container.absolute {
    margin: 0;
    left: unset;
    right: 11px;
}

.product-small .badge-container .callout, .woocommerce-product-gallery .badge-container .callout {
    height: auto;
    margin: 11px 0 0 11px;
}

.product-small .badge-container .callout .badge-inner, .woocommerce-product-gallery .badge-container .callout .badge-inner {
    background: red;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 8px 6px;
}

.woocommerce-product-gallery .image-tools.absolute {
    display: none;
}

.product-small .badge-container .callout .badge-inner .on-sale {
}

p.return-to-shop a.wc-backward {
    background: #ec1d26;
    text-transform: initial;
    padding: 0 15px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
}

.product-small.product .box:hover {
    border: 1px solid #000;
    transition: 0.8s;
}

.product-small.product .box {
    padding: 10px 10px 15px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, .06);
    border: 1px solid #ccc;
}

.product-small.product .box .box-image .quick-view {
}

.product-small.product .box .box-text {
    font-size: 100%;
    padding-bottom: 0px;
    height: auto !important;
}

.product-small.product .box .box-text .title-wrapper {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
}

.product-small.product .box .box-text .title-wrapper h3 {
    font-size: unset;
    color: unset;
    margin: unset;
    line-height: unset;
    padding: unset;
}

.product-small.product .box .box-text .title-wrapper .product-title {
    margin: 0;
}

.product-small.product .box .box-text .title-wrapper .product-title a {
    margin: 0;
    color: #000;
    line-height: 1.4;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.product-small.product .box .box-text a.added_to_cart {
    display: none;
}

.product-small.product .box .box-text .title-wrapper .chosen-variation-label {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    font-weight: 700;
    color: #000!important;
    font-size: 100%!important;
}

.product-small.product .box .box-text .price-wrapper {
    height: auto!important;
    overflow: hidden;
}

.product-small.product .box .box-text .add-to-cart-button {
    text-align: left;
    width: 100%;
    display: block;
    height: auto!important;
}

.product-small.product .box .box-text .price-wrapper span.price {
    padding: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-size: 16px;
    min-height: 32.33px;
    text-align: center;
}

.product-small.product .box .box-text .price-wrapper span.price .amount {
    color: #dc2113;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}

.product-small.product .box .box-text .price-wrapper span.price .product-unit {
    color: #dc2113;
    font-weight: 400;
    position: relative;
    font-size: 12px;
}

.product-small.product .box .box-text .price-wrapper span.price del {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.product-small.product .box .box-text .price-wrapper span.price del span.amount {
    opacity: 0.68;
    color: #555;
    font-size: 12px;
    display: block;
    margin-right: 0;
}

@media (max-width: 430px) {
    .product-small.product .box .box-text .price-wrapper span.price del * {
        color: #009688;
        font-size: 12px;
        margin-right: 0;
        margin-top: 0;
    }

    .product-small.product .box .box-text .price-wrapper span.price {
        margin-bottom: 5px;
        font-size: 15px;
    }
}

.product-small.product .box .box-text .price-wrapper span.price .amount .woocommerce-Price-currencySymbol {
    font-size: 94%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}

.product-small.product .box .box-text .price-wrapper span.price .price-contact {
    font-size: 14px;
    color: #F44336;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
}

.product-small.box .ux-swatches .ux-swatch {
    padding: 5px 8px;
    height: auto;
}

.product-small.box .ux-swatches .ux-swatch span {
    font-size: 70%;
    line-height: 1;
}

.product-small.box .ux-swatches .ux-swatch .ux-swatch__img {
    display: none;
}

.product-small.box .ux-swatches .ux-swatch:hover:not(.selected):not(.disabled) {
    box-shadow: unset;
}

.product-small.box .ux-swatches .ux-swatch.selected::before {
    font-size: 6px;
    bottom: -2px;
}

.product-small.box .ux-swatches .ux-swatch.selected::after {
    border-width: 0 0 12px 12px;
}

.button.add_to_cart_button, .single_add_to_cart_button, .product-small.product .box .box-text .add-to-cart-button .product_type_simple, .product-small.product .box .box-text .add-to-cart-button .product_type_variable, .product-small.box .box-text .add-to-cart-button .product_type_variable, .product-recently-viewed .product-small.box .box-text .add-to-cart-button a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 3px 15px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: initial;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    /* max-width: 165px; */
}

.home .button.add_to_cart_button, .archive .button.add_to_cart_button, .product-small.product .box .box-text .add-to-cart-button .product_type_simple, .product-small.product .box .box-text .add-to-cart-button .product_type_variable, .product-small.box .box-text .add-to-cart-button .product_type_variable {
    gap: 0px;
    font-size: 12px;
    width: 100%;
    letter-spacing: -0.2px;
}

.button.add_to_cart_button::before, .single_add_to_cart_button::before, .product-small.product .box .box-text .add-to-cart-button .product_type_simple::before, .product-small.product .box .box-text .add-to-cart-button .product_type_variable::before, .product-small.box .box-text .add-to-cart-button .product_type_variable::before, .product-recently-viewed .product-small.box .box-text .add-to-cart-button a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    -webkit-mask: url("images/shopping-cart.svg") no-repeat center/contain;
    mask: url("images/shopping-cart.svg") no-repeat center/contain;
    background-color: #fff;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button.add_to_cart_button:hover, .single_add_to_cart_button:hover, .product-small.product .box .box-text .add-to-cart-button .product_type_simple:hover, .product-small.product .box .box-text .add-to-cart-button .product_type_variable:hover, .product-small.box .box-text .add-to-cart-button .product_type_variable:hover, .product-recently-viewed .product-small.box .box-text .add-to-cart-button a:hover {
    transform: translateY(-1px) scale(1);
    background: linear-gradient(135deg, #ff5722, #e91e63);
    box-shadow: 0 3px 12px rgba(0,0,0,0.35);
}

.button.add_to_cart_button:hover::before, .single_add_to_cart_button:hover::before, .product-small.product .box .box-text .add-to-cart-button .product_type_simple:hover::before, .product-small.product .box .box-text .add-to-cart-button .product_type_variable:hover::before, .product-small.box .box-text .add-to-cart-button .product_type_variable:hover::before, .product-recently-viewed .product-small.box .box-text .add-to-cart-button a:hover::before {
    transform: rotate(-15deg) scale(1);
    background-color: #ffd54f;
}

@keyframes pulseIcon {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

.button.add_to_cart_button::before, .single_add_to_cart_button::before, .product-small.product .box .box-text .add-to-cart-button .product_type_simple::before, .product-small.product .box .box-text .add-to-cart-button .product_type_variable::before, .product-small.box .box-text .add-to-cart-button .product_type_variable::before {
    animation: pulseIcon 1.8s infinite;
}

/* Quick View */
.product-small .image-tools .quick-view {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 42px;
    min-width: 42px;
    padding: 0;
    border-radius: 50px;
    font-size: 13px;
    color: #fff !important;
    background: rgba(33, 150, 243, 0.9);
    white-space: nowrap;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: all 0.35s ease;
    /* text-transform: inherit; */
    /* font-weight: 500; */
}

/* Icon Eye Lucide */
.product-small .image-tools .quick-view::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 0;
    display: inline-block;
    -webkit-mask: url("https://unpkg.com/lucide-static/icons/eye.svg") no-repeat center;
    mask: url("https://unpkg.com/lucide-static/icons/eye.svg") no-repeat center;
    background-color: currentColor;
    transition: transform 0.3s ease, margin-right 0.3s ease;
}

.product-small .image-tools .quick-view {
    width: 42px;
}

.product-small .image-tools .quick-view span, .product-small .image-tools .quick-view {
    overflow: hidden;
}

.product-small .image-tools .quick-view {
    color: #fff;
}

.product-small .image-tools .quick-view {
    text-indent: -9999px;
}

.product-small .image-tools .quick-view::before {
    margin-right: 0;
}

.product-small .image-tools .quick-view:hover {
    width: 140px;
    padding: 0 10px;
    background: linear-gradient(135deg, #2196f3, #3f51b5);
    text-indent: 0;
}

.product-small .image-tools .quick-view:hover::before {
    margin-right: 8px;
}

@keyframes quickPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.product-small .image-tools .quick-view::before {
    animation: quickPulse 2s infinite;
}

.product-info .price-wrapper .price span {
    color: #c05530;
}

.product-info .price-wrapper .price del {
    font-size: 16px;
}

.product-info .price-wrapper .price span .woocommerce-Price-currencySymbol {
    font-size: 14px;
    color: #c05530;
}

.single_variation_wrap .woocommerce-variation-price {
    /* display: none !important; */
    border: 0;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
}

.single_variation_wrap .woocommerce-variation-price .price {
    font-size: unset;
    margin: 0;
    font-weight: unset;
}

.single_variation_wrap .woocommerce-variation-price .price del {
    text-decoration: none;
}

.single_variation_wrap .woocommerce-variation-price .price del .woocommerce-Price-amount {
    font-size: 16px;
    color: #333;
    text-decoration: line-through;
}

.single_variation_wrap .woocommerce-variation-price .price ins .woocommerce-Price-amount {
    color: #c05530;
    font-size: 1.5em;
}

.single_variation_wrap .woocommerce-variation-price .price .woocommerce-Price-amount {
    color: #c05530;
    font-size: 1.5em;
}

.product-summary .variations_form.ux-swatches-js-attached table.variations tr {
    margin-top: 10px;
    display: block;
    border: 0;
}

#main .ux-swatches-js-attached table.variations .label {
    padding: 0 15px 0 0;
}

#main .ux-swatches-js-attached table.variations .label {
    padding: 0 15px 0 0;
}

#main .ux-swatches-js-attached table.variations .label label,#main .ux-swatches-js-attached table.variations .ux-swatch-selected-value {
    font-size: 100%!important;
    color: #555;
    font-weight: 600;
    margin: 0;
}

.ux-swatch__img {
    display: inline-block;
    height: var(--swatch-size-medium);
    padding: 2px;
    width: var(--swatch-size-medium);
    max-width: 30px;
}

.ux-swatch__text {
    display: inline-block !important;
    font-size: 95%;
    color: #333;
}

.ux-swatch {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    position: relative;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    width: auto;
    box-shadow: unset;
}

/* Hover */
.ux-swatch:hover {
    border-color: #ff5722;
}

.ux-swatch.selected {
    border-color: #ff5722;
    color: #ff5722;
    box-shadow: unset!important;
}

.ux-swatch.selected::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 0 16px 16px;
    border-style: solid;
    border-color: transparent transparent #ff5722 transparent;
}

.ux-swatch.selected::before {
    content: "v";
    position: absolute;
    bottom: -1px;
    right: 1px;
    font-size: 10px;
    color: #fff;
    z-index: 2;
}

.variations .reset_variations {
    opacity: .8;
    text-transform: capitalize;
}

/*quantity*/
.single-product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity *, .single-product .product-info .cart .ux-quantity *, .product-quick-view-container .product-info .cart .ux-quantity * {
    height: 100%;
}

.product-quick-view-container .product-info .variations tr.label label {
    font-size: 100%;
}

.product-quick-view-container .product-info .variations tr a.reset_variations {
    display: none!important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    opacity: 1;
}

.product a.devvn_buy_now_style {
    max-width: 100%;
    background: red;
}

.product a.devvn_buy_now_style strong {
}

.product a.devvn_buy_now_style span {
    margin-top: 5px;
}

.chosen-variation-label {
    font-size: 0.85em;
    color: #666;
    margin-top: 2px;
    display: block;
    font-weight: 400;
}

h1.product_title.entry-title {
    color: #000;
    line-height: 1.4;
}

.single-product .product-main .product-info.summary .product-short-description * {
    font-size: 100%!important;
    color: #000;
}

.single-product .product-main .product-info.summary .stock.in-stock {
}

.single-product .product-main .product-info.summary .stock.out-of-stock {
    text-transform: uppercase;
    font-size: 16px;
    color: red;
    font-weight: 400;
}

.single-product .product-main .product-info.summary .price-wrapper .price a.price-contact {
    color: #c05530;
}

.single-product .product-main .breadcrumbs a {
    text-transform: capitalize;
    color: #866565;
}

.product-footer #tab-description * {
    color: #000;
}

.product-footer #tab-description a {
    color: #2b42ee;
}

.product-footer #tab-description ol ol, .product-footer #tab-description ol ul, .product-footer #tab-description ul ol, .product-footer #tab-description ul ul {
    margin: 1em 0 1em 0em;
}

.product-footer #tab-description img.size-full.alignnone {
    margin-bottom: 0;
}

.product-footer #tab-description h1 {
}

.product-footer #tab-description h2, .product-footer #tab-description h2 span {
    color: #068106!important;
    line-height: 1.4;
}

.product-footer #tab-description h3 {
}

.product-footer #tab-description h4 {
}

.product-footer #tab-description h5 {
}

.product .ux-buy-now-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: initial;
    background: linear-gradient(135deg, #ff0000, #FF5722);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 100%;
}

.product .ux-buy-now-button:hover {
    transform: translateY(-2px) scale(1.05);
    background: linear-gradient(135deg, #F44336, #c47706);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.product .product-main .product-images .image-tools {
    display: none;
}

.single-product #main .product-main .product-gallery {
    padding-bottom: 15px!important;
}

.single-product #main .single_add_to_cart_button, .product .ux-buy-now-button {
    max-width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
}

/* === Cart Page Styling === */
.woocommerce-cart #main {
}

.woocommerce-cart #main .woocommerce .woocommerce-notices-wrapper {
}

.woocommerce-cart #main .woocommerce .woocommerce-notices-wrapper .message-container {
    font-size: 100%;
    font-weight: bold;
}

.woocommerce-cart #content .row-main .col-inner {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form {
    border: 1px solid #eee;
    margin-bottom: 0;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table {
    margin-bottom: 0;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table thead tr th {
    border: 0px;
    background: #eee;
    padding: 10px;
    margin: 0px;
    text-transform: capitalize;
    color: #000;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
    padding: 6px;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove a {
    font-weight: 400;
    width: 14px;
    height: 14px;
    line-height: 13px !important;
    font-size: 13px !important;
    text-align: center;
    border: 0;
    background: #FF5722;
    color: #fff;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove a:hover {
    background: #64a633;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail a {
    display: block;
    border: 1px solid #f8f4f4;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-name a {
    color: #000;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-subtotal span {
    color: #c05530;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity {
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity .ux-quantity {
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity .ux-quantity input {
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity .ux-quantity label {
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .button-continue-shopping {
    background: #343a40;
    border: 1px solid #343a40;
    color: #fff;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .button-continue-shopping:hover {
    background: #343a40;
    border: 1px solid #c05530;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions {
    padding-top: 25px;
}

.woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions button[type=submit].primary {
    background: #64a633;
}

.woocommerce-cart #content .row-main .cart-sidebar.col-inner {
    padding: 0;
    border: 0;
    box-shadow: unset;
}

.woocommerce-cart #content .row-main .cart-sidebar.col-inner .cart_totals th.product-name {
    color: #4f921e;
    border-width: 1px;
    border-color: #64a633;
    font-size: 100%;
}

.woocommerce-cart #content .row-main .cart-sidebar.col-inner .ux-cart-coupon {
}

.woocommerce-cart #content .row-main .cart-sidebar.col-inner .ux-cart-coupon .widget-title {
    color: #F44336;
    border-width: 1px;
    border-color: #F44336;
    font-size: 100%;
    font-weight: 600;
}

.woocommerce-cart #content .row-main .cart-sidebar.col-inner .ux-cart-coupon .widget-title i {
    color: #F44336;
    fill: #F44336;
    opacity: 1;
    font-size: 100%;
}

.woocommerce-cart #content .row-main .cart-sidebar.col-inner .ux-cart-coupon #coupon_code {
    border: 1px solid #f3eaea;
    box-shadow: unset;
    font-size: 100%;
}

.woocommerce-cart #content .row-main .cart-sidebar.col-inner .ux-cart-coupon button[type=submit] {
}

/* Style thanh tab */
.woocommerce-tabs .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
}

.woocommerce-tabs .nav-tabs li {
    margin-right: 10px;
}

.woocommerce-tabs .nav-tabs li a {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #f9f9f9;
    color: #333;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    font-size: 100%;
    text-transform: unset;
}

.woocommerce-tabs .nav-tabs li.active a, .woocommerce-tabs .nav-tabs li a:hover {
    background: #ff5722;
    color: #fff;
    border-color: #ff5722;
}

/* Flickity silder thumbnail product */
.woocommerce-product-gallery .flex-viewport img {
    border: 1px solid #e5d9d9;
    border-radius: 4px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    margin-bottom: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    border: 1px solid #e5d9d9;
    border-radius: 4px;
    width: 100%;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: #000;
}

.woocommerce-product-gallery .flex-control-thumbs .flickity-button {
    background: rgba(0,0,0,0.5);
    width: 32px;
    height: 32px;
    z-index: 9999;
    opacity: 1;
}

.woocommerce-product-gallery .flex-control-thumbs .flickity-button:hover {
    background: rgba(0,0,0,0.8);
}

.woocommerce-product-gallery .flex-control-thumbs .flickity-prev-next-button {
    top: calc(50% - 16px);
    z-index: 999;
}

.woocommerce-product-gallery .flex-control-thumbs .flickity-prev-next-button.previous {
    left: -1px;
}

.woocommerce-product-gallery .flex-control-thumbs .flickity-prev-next-button.next {
    right: -1px;
}

.woocommerce-product-gallery .flex-control-thumbs .flickity-prev-next-button svg {
    color: #fff;
}

.woocommerce-tabs .tab-panels {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 0 4px 4px 4px;
    background: #fff;
}

.woocommerce-shipping-totals .shipping__table tbody th {
}

.cart-sidebar .cart_totals .shop_table.shop_table_responsive * {
    font-size: 16px;
}

.woocommerce-shipping-totals .shipping__table .woocommerce-shipping-destination {
    display: none;
}

/* product-footer */
.product-footer .product-section {
    border-top: 0;
    padding-bottom: 25px;
}

.product-footer .product-section h3.product-section-title {
    padding-top: 0;
    color: #000;
}

@media (max-width: 849px) {
    .woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove a {
        position: absolute;
        left: calc(50% - 6px);
        top: calc(50% - 7.5px);
    }

    .woocommerce-cart #content .row-main .col-inner {
        padding: 15px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

    .woocommerce-cart #main .woocommerce .woocommerce-cart-form {
        margin-bottom: 15px;
    }
}

/* Trang Checkout */
.woocommerce-checkout #content .woocommerce {
}

.woocommerce-checkout #content .woocommerce .woocommerce-notices-wrapper {
}

.woocommerce-checkout #content .woocommerce form.checkout .row .col .col-inner {
    height: 100%;
}

.woocommerce-checkout #content .woocommerce form.checkout #customer_details {
    background-color: rgba(0, 0, 0, .02);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .07), inset 0 0 0 1px rgba(0, 0, 0, .05);
    padding: 30px;
}

.woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields {
    border-top: 0;
    padding-top: 0;
}

.woocommerce-checkout #content .woocommerce form.checkout h3 {
    color: #3c8d00;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0e3e3;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
}

.woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
}

.woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
    margin: 0 0 10px;
}

.woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
}

.woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper {
}

.woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper input {
}

.woocommerce-checkout #content .woocommerce form.checkout .checkout-sidebar {
}

.woocommerce-billing-fields p {
    width: 100%;
}

.woocommerce-checkout #content .woocommerce form.checkout #order_review {
}

.woocommerce-checkout #content .woocommerce form.checkout #order_review tr td {
}

.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table * {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}

.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table thead th {
    text-transform: capitalize;
    color: #000;
    border-width: 1px;
}

.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table .order-total {
}

.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table .order-total * {
    font-size: 100%;
    color: brown;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-checkout .woocommerce form.checkout #payment {
}

.woocommerce-checkout .woocommerce form.checkout #payment ul {
}

.woocommerce-checkout .woocommerce form.checkout #payment ul li {
}

.woocommerce-checkout .woocommerce form.checkout #payment ul li label {
}

.woocommerce-checkout .woocommerce form.checkout #payment ul li img {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    border: 1px solid #cecbcb;
}

/*thanh toan chuyen khoan*/
.woocommerce-order {
}

.woocommerce-order .woocommerce-bacs-bank-details {
}

.woocommerce-order .woocommerce-bacs-bank-details h2, .woocommerce-order .woocommerce-order-details h2, .woocommerce-order .woocommerce-customer-details h2 {
    color: red;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #eeeaea;
}

.woocommerce-order .woocommerce-bacs-bank-details h3 {
    font-size: 18px;
    color: brown;
}

.woocommerce-order .woocommerce-bacs-bank-details ul {
    border: 1px solid #f7e6e6;
    padding: 15px 10px 5px 10px;
    border-radius: 6px;
}

.woocommerce-order .woocommerce-bacs-bank-details ul li {
    font-size: 100%;
    color: #000;
}

.woocommerce-order .woocommerce-order-details .shop_table * {
    font-size: 100%;
    color: #000;
}

.woocommerce-order .woocommerce-order-details .shop_table thead tr th {
    border-width: 1px;
}

.woocommerce-order .woocommerce-customer-details address {
    border: 1px solid #f7e6e6;
    padding: 15px;
    border-radius: 6px;
    line-height: 1.8;
    background: #fff8f8;
    font-weight: 600;
}

.woocommerce-order .woocommerce-customer-details address p {
    margin-bottom: 0;
}

.woocommerce-account .account-container h2 {
    color: red;
    text-align: center;
    font-size: 22px;
}

.woocommerce-account .account-container .woocommerce-form {
    border: 1px solid #f2e7e7;
    padding: 30px;
    max-width: 480px;
    margin: 0 auto;
}

.woocommerce-account .account-container .woocommerce-form .woocommerce-form-row label {
    font-size: 100%;
}

.woocommerce-account .account-container .woocommerce-form .woocommerce-form-row input {
    border-radius: 6px;
}

.woocommerce-account .account-container .woocommerce-form .woocommerce-form-login__submit {
    font-size: 95%;
    border-radius: 25px;
    text-transform: capitalize;
    background: orangered;
}

.woocommerce-account .account-container .woocommerce-form .woocommerce-LostPassword a {
    font-size: 100%;
    color: brown;
    font-family: 'Roboto Condensed';
}

.woocommerce-account .account-container .woocommerce-form .woocommerce-form-register__submit {
    background: green;
    font-size: 95%;
    border-radius: 25px;
    text-transform: capitalize;
}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
    background: green;
    font-size: 95%;
    border-radius: 25px;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .woocommerce-cart #main #content .large-12.col {
        padding: 0;
    }

    .woocommerce-cart #main #content .large-12.col .col-inner {
        border: 0;
        box-shadow: unset;
    }

    .single-product .product-info .price {
        font-size: 1.3em;
    }

    .single-product .product-info .variations .reset_variations {
        bottom: 80%;
        opacity: 0.9;
        font-size: 12px;
    }

    .single_variation_wrap .woocommerce-variation-price .price .woocommerce-Price-amount, .single_variation_wrap .woocommerce-variation-price .price ins .woocommerce-Price-amount {
        font-size: 1.2em;
    }

    .single_variation_wrap .woocommerce-variation-price .price del .woocommerce-Price-amount {
        font-size: 14px;
        color: #000;
    }

    .tax-product_cat #main .category-page-row {
        padding-top: 10px;
    }

    .tax-product_cat #main .category-page-row .term-description {
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    @keyframes pulseIcon {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        50% {
            transform: scale(0.85);
            opacity: 0.8;
        }

        100% {
            transform: scale(0.95);
            opacity: 1;
        }
    }

    .button.add_to_cart_button, .single_add_to_cart_button {
        gap: 0;
        padding: 3px 10px;
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 343px) {
    .button.add_to_cart_button, .single_add_to_cart_button {
        padding: 3px 5px;
        font-size: 13px;
    }
}

.product-small .box-image .out-of-stock-label {
    padding: 4px 0;
    text-transform: math-auto;
    color: #c50a0a;
    font-weight: 400;
}

.product-small .xem-chi-tiet {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 3px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: initial;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 12px;
    width: 100%;
    margin: 0;
}

.product-small .xem-chi-tiet:hover {
    transform: translateY(-1px) scale(1);
    background: linear-gradient(135deg, #ff5722, #e91e63);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.product-recently-viewed {
    margin-bottom: 30px;
}

.product-recently-viewed .product-small.box:hover {
    border: 1px solid #000;
    transition: 0.8s;
}

.product-recently-viewed .product-small.box {
    padding: 10px 10px 15px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, .06);
    border: 1px solid #ccc;
}

.product-recently-viewed .product-small.box .box-text {
    font-size: 100%;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.product-recently-viewed .product-small.box .box-text .title-wrapper {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
}

.product-recently-viewed .product-small.box .box-text .title-wrapper .product-title {
    margin: 0;
}

.product-recently-viewed .product-small.box .box-text .title-wrapper .product-title a {
    margin: 0;
    color: #000;
    line-height: 1.4;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.product-recently-viewed .product-small.box .box-text a.added_to_cart {
    display: none;
}

.product-recently-viewed .product-small.box .box-text .title-wrapper .chosen-variation-label {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    font-weight: 700;
    color: #000!important;
    font-size: 100%!important;
}

.product-recently-viewed .product-small.box .box-text .add-to-cart-button {
    text-align: left;
    width: 100%;
    display: block;
}

.product-recently-viewed .product-small.box .box-text .price-wrapper span.price {
    padding: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-size: 16px;
    min-height: 32.33px;
    text-align: center;
}

.product-recently-viewed .product-small.box .box-text .price-wrapper span.price .amount {
    color: #dc2113;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}

.product-recently-viewed .product-small.box .box-text .price-wrapper span.price .product-unit {
    color: #dc2113;
    font-weight: 400;
    position: relative;
    font-size: 12px;
}

.product-recently-viewed .product-small.box .box-text .price-wrapper span.price del {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.product-recently-viewed .product-small.box .box-text .price-wrapper span.price del span.amount {
    opacity: 0.68;
    color: #555;
    font-size: 12px;
    display: block;
    margin-right: 0;
}

.product-recently-viewed .product-small.box .box-text .add-to-cart-button {
    text-align: left;
    width: 100%;
    display: block;
}

.product-recently-viewed .product-small.box .box-text .add-to-cart-button .product_type_simple, .product-recently-viewed .product-small.box .box-text .product_type_variable {
    gap: 0px;
    font-size: 12px;
    width: 100%;
    letter-spacing: -0.2px;
}

@media (max-width: 430px) {
    .product-recently-viewed .product-small.box .box-text .price-wrapper span.price del * {
        color: #009688;
        font-size: 12px;
        margin-right: 0;
        margin-top: 0;
    }

    .product-recently-viewed .product-small.box .box-text .price-wrapper span.price {
        margin-bottom: 5px;
        font-size: 15px;
    }
}

.product-recently-viewed .product-small.box .box-text .price-wrapper span.price .amount .woocommerce-Price-currencySymbol {
    font-size: 94%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}

.product-recently-viewed .product-small.box .box-text .price-wrapper span.price .price-contact {
    font-size: 14px;
    color: #F44336;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
}

.product-recently-viewed .badge-container.absolute {
    margin: 0;
    left: unset;
    right: 11px;
}

.product-recently-viewed .badge-container .callout {
    height: auto;
    margin: 11px 0 0 11px;
}

.product-recently-viewed .badge-container .callout .badge-inner {
    background: red;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 8px 6px;
}

/* Trang danh muc*/
.archive.tax-product_cat .term-description ul {
    padding: revert;
}

.archive.tax-product_cat .term-description h2 {
    color: #068106 !important;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-size: 24px;
}

.archive.tax-product_cat .term-description p {
    color: #333;
    margin-bottom: 10px;
}

.archive.tax-product_cat .term-description ul li {
	color: #333;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
	.archive.tax-product_cat .term-description h2{
		font-size: 18px;
	}
}
.archive.tax-product_cat #main #shop-sidebar .widget-title, .woocommerce-shop #shop-sidebar .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #795548;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

.archive.tax-product_cat #main #shop-sidebar .widget-title::before, .woocommerce-shop #shop-sidebar .widget-title::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 6px;
    display: inline-block;
    -webkit-mask: url("images/list.svg") no-repeat center;
    mask: url("images/list.svg") no-repeat center;
    background-color: #795548;
    transition: transform 0.3s ease, background-color 0.3s ease;
    mask-size: 100%;
}

.archive.tax-product_cat #main #shop-sidebar .widget-title::after, .woocommerce-shop #shop-sidebar .widget-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #c5d9d7;
    position: absolute;
    bottom: 0;
}

.archive.tax-product_cat #main #shop-sidebar .widget-title:hover::before {
    transform: scale(1);
    background-color: #885e4f;
}

/* archive blog */
.archive .blog-archive h1.page-title {
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dd1a21;
}

.archive .blog-archive h1.page-title span {
    display: block;
    background: #123c69;
    color: #fff;
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    max-width: 120px;
    width: max-content;
    font-size: 14px;
}

.archive .blog-archive h1.page-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid #123c69;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.archive .blog-archive #post-list {
}

.archive .blog-archive #post-list .post-item {
    border-radius: 10px;
}

.archive .blog-archive #post-list .post-item .col-inner {
}

.archive .blog-archive #post-list .post-item .col-inner .post-title a {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.archive .blog-archive #post-list .post-item .col-inner .from_the_blog_excerpt {
    font-size: 14px;
}

.woocommerce-edit-account .woocommerce-EditAccountForm {
    border: 1px solid;
    padding: 30px;
    max-width: 640px;
    margin: 0 auto;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row label {
    font-size: 100%;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-form-row input {
    border: 1px solid #fac4c4;
    border-radius: 6px;
}

.woocommerce-edit-account .woocommerce-MyAccount-content form button[type=submit] {
    background: brown;
    text-transform: initial;
}

.woocommerce-MyAccount-content .woocommerce-orders-table {
    margin-bottom: 0;
    border: 1px solid #ececec;
    border-bottom: 0;
    color: #333;
}

.woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
    border-width: 1px;
    padding: 15px 10px;
    color: brown;
    text-transform: capitalize;
}

.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr th, .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
    padding: 10px;
    font-size: 95%;
    color: #333;
}

.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a.woocommerce-button {
    margin: 0;
    background: chocolate;
    text-transform: capitalize;
    border-radius: 6px;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
}

.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title, .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 24px;
    font-weight: 500;
    color: brown;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order_details {
    border: 1px solid #ece;
    border-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order_details thead tr th {
    border-width: 1px;
    padding: 15px 10px;
    color: #F44336;
    font-size: 100%;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order_details tbody tr td {
    color: #F44336;
    font-size: 98%;
    padding: 10px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr td, .woocommerce-MyAccount-content .woocommerce-order-details .order_details tfoot tr th {
    color: brown;
    font-size: 98%;
    padding: 10px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
    font-size: 100%;
    line-height: 1.8;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address p {
    margin: 0;
}

.woocommerce-MyAccount-content .dashboard-links {
}

.woocommerce-MyAccount-content .dashboard-links li {
    margin-left: 0;
    width: 25%;
}

.woocommerce-MyAccount-content .dashboard-links li a {
    margin-right: 20px;
    font-size: 95%;
    font-family: 'Roboto Condensed';
}

.woocommerce-MyAccount-content .dashboard-links li a:hover, .woocommerce-MyAccount-content .dashboard-links li.active a {
    background: chocolate;
}

h1.shop-page-title {
    color: #c05530;
}

.shop-page-title .breadcrumbs {
    text-transform: capitalize;
    font-size: 16px;
}

.breadcrumbs a {
    color: #555;
}

/* Laptop 1200px */
@media (min-width: 992px) and (max-width: 1220px) {
    #header #top-bar .address p {
        font-size: 12px;
    }

    #header #top-bar .hotline p a {
        font-size: 14px;
    }

    #header #masthead .shipping p .b {
        font-size: 14px;
    }

    #header #masthead .shipping p .c {
        font-size: 13px;
    }

    #header #masthead .searchform {
        width: 340px;
    }

    #header #wide-nav .flex-left .nav-left {
        gap: 0;
    }

    #header #wide-nav .flex-left .header-nav li {
        margin: 0 8px;
    }

    #header #wide-nav .header-nav li a {
        font-size: 14px;
    }

    #header #wide-nav .header-nav li a:after {
        display: none;
    }

    .button.add_to_cart_button, .single_add_to_cart_button, .product-small.product .box .box-text .add-to-cart-button .product_type_simple {
        padding: 3px 8px;
        font-weight: 400;
    }
}

/* Tablet 992px */
@media (max-width: 992px) {
}

/* Tablet 768px */
@media (max-width: 768px) {
    #main button.view-more-button {
        font-size: 13px;
        font-weight: 400;
    }

    .searchform .button.icon i {
        font-size: 14px;
    }

    .woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table * {
        font-size: 14px;
    }

    .woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
        font-size: 14px;
    }

    .woocommerce-checkout #content .woocommerce form.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper input, .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
        font-size: 14px;
    }

    .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select, .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected], .select2-results__option[aria-selected], .select2-results__option[data-selected] {
        font-size: 14px;
    }

    button#place_order {
        font-size: 16px;
    }

    .woocommerce-shipping-fields label, .woocommerce-shipping-fields input {
        font-size: 14px;
    }

    .cart-sidebar .cart_totals .shop_table.shop_table_responsive * {
        font-size: 14px;
    }
}

/* Mobile 576px */
@media (max-width: 576px) {
    .woocommerce-MyAccount-content .dashboard-links li {
        width: 100%;
    }

    .woocommerce-MyAccount-content .dashboard-links li a {
        margin-right: 0px;
    }
}

/* Mobile 480px */
@media (max-width: 480px) {
    .product-thumbnails .flickity-prev-next-button {
        top:20%;
    }

    .my-footer .gioi-thieu .col-inner ul li a, .my-footer .chinh-sach .col-inner ul li a,.my-footer .dia-chi .col-inner p, .my-footer .hotline .col-inner p, .my-footer .hotline .icon-box .icon-box-text .call-phone a span {
        font-size: 14px;
    }

    .shop-page-title .breadcrumbs {
        line-height: 1.6;
        font-size: 14px;
    }

    .tin-khuyen-mai .cot2 {
        background: #FFC107;
    }

    .tin-khuyen-mai .cot2 .gap-element {
        display: none!important;
    }

    .tin-khuyen-mai .cot2 form {
        margin: 0 auto;
        max-width: 320px;
        padding-top: 25px;
    }

    .tin-khuyen-mai .cot2 form .wpcf7-form-control-wrap {
        width: 100%;
        margin-right: 0;
    }

    .tin-khuyen-mai .cot2 form input.wpcf7-submit {
        width: 100%;
    }

    .archive.tax-product_cat .shop-page-title {
    }

    .archive.tax-product_cat #main .shop-sidebar .widget-title {
    }

    .single-product .product-main {
        padding-bottom: 0;
    }

    .single-product .product-main .product-info.summary {
        padding-bottom: 0;
    }

    .product .ux-buy-now-button {
        padding: 3px 10px;
        width: 100%;
        font-size: 14px;
        max-width: 100%;
    }

    .single-product .product-footer #tab-description * {
        color: #333;
    }

    .single-product .product-footer #tab-description p, .single-product .product-footer #tab-description ul li, .single-product .product-footer #tab-description ol li, .single-product .product-footer #tab-description span {
        font-size: 14px;
    }

    .single-product .product-main .product-info.summary .product-short-description * {
        font-size: 14px!important;
        color: #333;
    }

    .single-product .woocommerce-tabs .tab-panels {
        padding: 15px;
    }

    .product-small.product .box .box-text {
        padding-bottom: 0;
    }

    .product-small.product .box .box-text .title-wrapper p a {
        font-size: 14px;
    }

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

    .product-small.box .ux-swatches .ux-swatch span {
        font-size: 9px;
    }

    .product-small.box .ux-swatches.ux-swatches-in-loop {
        gap: 5px;
        margin-bottom: 8px;
    }

    .woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions button[type=submit].primary {
        width: 100%;
        margin: 0;
    }

    .woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .continue-shopping {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-cart #main .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .button-continue-shopping {
        width: 100%;
        margin: 0;
    }

    .woocommerce-tabs .nav-tabs li {
        width: 50%;
        float: left;
    }

    .woocommerce-tabs .nav-tabs li a {
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 439px) {
    .home .button.add_to_cart_button, .archive .button.add_to_cart_button, .product-small.product .box .box-text .add-to-cart-button .product_type_simple, .product-small .xem-chi-tiet {
        font-size: 13px;
        padding: 3px 0px 4px;
        min-height: auto;
        line-height: normal;
        font-weight: 400;
    }
}

@media (max-width: 330px) {
    .home .button.add_to_cart_button, .archive .button.add_to_cart_button, .product-small.product .box .box-text .add-to-cart-button .product_type_simple, .product-small .xem-chi-tiet, .product-small.product .box .box-text .add-to-cart-button .product_type_variable, .product-small.box .box-text .add-to-cart-button .product_type_variable {
        font-size: 11px;
    }
}

/* Fix nut them gio hang tren dien thoai */
@media (max-width: 439px) {
    .button.add_to_cart_button, .product-small.product .box .box-text .add-to-cart-button .product_type_simple, .product-small.product .box .box-text .add-to-cart-button .product_type_variable, .product-small.box .box-text .add-to-cart-button .product_type_variable, .product-recently-viewed .product-small.box .box-text .add-to-cart-button a {
        font-size: 0px;
        padding: 3px 0px 4px;
    }

    .product-recently-viewed .product-small.box .box-text .add-to-cart-button .product_type_simple, .product-recently-viewed .product-small.box .box-text .product_type_variable {
        font-size: 0px;
        padding: 3px 0px 4px;
    }

    .button.add_to_cart_button:after, .product-small.product .box .box-text .add-to-cart-button .product_type_simple:after, .product-small.product .box .box-text .add-to-cart-button .product_type_variable:after, .product-small.box .box-text .add-to-cart-button .product_type_variable:after, .product-recently-viewed .product-small.box .box-text .add-to-cart-button a:after {
        /* Unicode "Them gio" */
        content: "Th\00ea m gi\1ecf";
        margin-left: 0px;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Lexend';
    }

    .button.add_to_cart_button.loading:after, .product-small.product .box .box-text .add-to-cart-button .product_type_simple.loading:after, .product-small.product .box .box-text .add-to-cart-button .product_type_variable.loading:after, .product-small.box .box-text .add-to-cart-button .product_type_variable.loading:after, .product-recently-viewed .product-small.box .box-text .add-to-cart-button a.loading:after {
        content: "";
        margin-left: 10px;
        width: 14px;
        height: 14px;
    }
}

/* begin sidebar bottom add cart  */
/* --- 1. RESET --- */
.sticky-add-to-cart--active {
    background-color: #ffffff !important;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.1) !important;
    border-top: 1px solid #eee !important;
    padding: 8px 0 !important;
    display: flex !important;
    justify-content: center !important;
    z-index: 999 !important;
}

.sticky-add-to-cart--active .stock {
    display: none;
}

/* Khung nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢i dung 1200px */
.sticky-add-to-cart--active .sticky-add-to-cart__product {
    max-width: 1230px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    /* Quan trÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Âng: KhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng cho rÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºt hÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â ng */
    align-items: center !important;
    padding: 0 15px !important;
}

/* --- 2. CÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¤M BÃƒÆ’Ã†â€™Ãƒâ€¦Ã‚Â N TRÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂI: ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¢NH & TÃƒÆ’Ã†â€™Ãƒâ€¦Ã‚Â N --- */
.sticky-add-to-cart--active .sticky-add-to-cart-img {
    width: 45px !important;
    height: 45px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    /* KhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng cho ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³p nhÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â */
}

.sticky-add-to-cart--active .product-title-small {
    display: block !important;
    visibility: visible !important;
    flex: 0 1 auto !important;
    /* TÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± co giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£n theo nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢i dung */
    max-width: none !important;
    overflow: visible !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-align: left !important;
    white-space: nowrap;
}

.sticky-add-to-cart--active form.cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin: 0 0 0 auto !important;
    gap: 10px !important;
    width: auto !important;
    flex-shrink: 0 !important;
}

.sticky-add-to-cart--active .quantity {
    display: inline-flex !important;
    margin: 0 !important;
    height: 40px !important;
}

.sticky-add-to-cart--active .quantity input {
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid #ddd !important;
}

.sticky-add-to-cart--active .quantity .minus, .sticky-add-to-cart--active .quantity .plus {
    height: 40px !important;
    width: 30px !important;
    padding: 0 !important;
    line-height: 38px !important;
    /* CÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€ Ã¢â‚¬â„¢n giÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¯a dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¥u + - */
}

.sticky-add-to-cart--active .button {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    border-radius: 4px !important;
    text-transform: none !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    max-width: 165px;
}

@media (max-width: 767px) {
    /* ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¨n ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh, tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â  nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºt Mua ngay */ .sticky-add-to-cart--active .sticky-add-to-cart-img, .sticky-add-to-cart--active .product-title-small, .sticky-add-to-cart--active .ux-buy-now-button, .sticky-add-to-cart--active [name="ux-buy-now"] {
        display: none !important;
    }

    .sticky-add-to-cart--active .sticky-add-to-cart__product {
        justify-content: center !important;
    }

    .sticky-add-to-cart--active form.cart {
        margin: 0 !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .sticky-add-to-cart--active .single_add_to_cart_button {
        flex: 1 !important;
        max-width: 200px;
    }
}

.sticky-add-to-cart--active .price, .sticky-add-to-cart--active .amount, .sticky-add-to-cart--active .product-unit, .sticky-add-to-cart--active span[aria-hidden="true"] {
    display: none !important;
}

/* 2. PC */
.sticky-add-to-cart--active .product-title-small {
    margin-right: auto !important;
}

@media (max-width: 767px) {
    .sticky-add-to-cart--active .sticky-add-to-cart-img {
        display: block !important;
        width: 45px !important;
        height: 45px !important;
        margin-right: 15px !important;
    }

    .sticky-add-to-cart--active .product-type-simple .sticky-add-to-cart-img {
        display: none !important;
    }

    .sticky-add-to-cart--active .product-title-small {
        display: none !important;
    }

    .sticky-add-to-cart--active .sticky-add-to-cart__product {
        justify-content: space-between !important;
        padding: 0 15px !important;
        display: flex !important;
    }

    .sticky-add-to-cart--active .sticky-add-to-cart-select-options-button {
        flex: 1 !important;
        max-width: none !important;
        margin: 0 !important;
        height: 40px !important;
        line-height: 40px !important;
    }
}

/* end sidebar bottom add cart  */
