/* ============================================
   GOOGLE FONTS - Arima, Pacifico, Roboto Slab
   ============================================ */

/* Arima - Variable Font (Modern Browsers) */
@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 100 900;
    src: url('../fonts/Arima/Arima-VariableFont_wght.ttf') format('truetype-variations');
    font-display: swap;
}

/* Arima - Static Fonts (Fallback) */
@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Arima/static/Arima-Thin.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Arima/static/Arima-ExtraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Arima/static/Arima-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Arima/static/Arima-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Arima/static/Arima-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Arima/static/Arima-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Arima/static/Arima-Bold.ttf') format('truetype');
    font-display: swap;
}

/* Pacifico */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Pacifico/Pacifico-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Roboto Slab - Variable Font (Modern Browsers) */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100 900;
    src: url('../fonts/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf') format('truetype-variations');
    font-display: swap;
}

/* Roboto Slab - Static Fonts (Fallback) */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-Thin.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-ExtraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Roboto_Slab/static/RobotoSlab-Black.ttf') format('truetype');
    font-display: swap;
}



/* ============================================
   DESKTOP STYLES (Default - No Media Query)
   ============================================ */

/* ============================================
   GLOBAL FONT SETTINGS
   ============================================ */
body {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Typography - Toàn site */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 1em;
}

p {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1em;
}

a {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    text-decoration: none;
}

span,
div,
li,
ul,
ol,
td,
th,
label,
input,
textarea,
select,
button {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .logo_mobile img {
        max-width: 100%;
        width: 75px;
        height: 75px;
    }
}

.box-footer-dmca img {
    width: auto;
    height: 20px;
}

.select.is-open .placeholder:after {
    content: '\f2fc';
}

.orderby11 .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f078';
    /* fa-chevron-down */
    z-index: 10;
}

.hide {
    display: none;
}

#btn_gioi_thieu {
    color: rgb(41, 145, 214);
    cursor: pointer;
    font-weight: bold;
}

body .box_footer_menu ul li a {
    color: #202020 !important;
}

@media screen and (min-width: 1000px) {
    .alert .alert_icon {
        width: 50px;
        height: 45px;
        font-size: 30px;
        line-height: 60px;
        color: rgba(0, 0, 0, .4);
        position: absolute;
        left: 5px;
        top: 5px;
        text-align: center;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}

@media (min-width:800px) and (max-width:1000px) {
    .alert .alert_icon {
        width: 50px;
        height: 45px;
        font-size: 30px;
        line-height: 60px;
        color: rgba(0, 0, 0, .4);
        position: absolute;
        left: 5px;
        top: 5px;
        text-align: center;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 500px) {
    body .category_product_main .large-3.columns {
        min-height: 335px;
        padding-left: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
        padding-right: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
    }

    .category_product_main .hoayeuthuong_product_item_title {
        min-height: 108px;
    }
}

body .block-hoa-lan .product_category_title {
    min-height: 333px;
}

.col-pc-viewall {
    min-height: 334px;
}

.block-custom-danhmuc .hoayeuthuong_product_item_image img {
    max-height: 257px;
}

@media screen and (max-width: 767px) {
    .gio_hoa_danh_muc .category_product_main .large-3.columns:last-child {
        display: block !important;
    }

    .woocommerce .product .product_wrapper {
        overflow: hidden;
        padding-bottom: 25px;
    }

    .category_product_main {
        padding-left: 15px;
        /* Chuẩn hóa với Flatsome container padding */
        padding-right: 15px;
        /* Chuẩn hóa với Flatsome container padding */
    }

    .block-custom-danhmuc .category_product_main {
        padding-left: 15px;
        /* Giữ padding để đều */
        padding-right: 15px;
        /* Giữ padding để đều */
    }

    body .category_product_main .large-3.columns {
        padding-left: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
        padding-right: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
    }

    .single-post .wc-block-grid__products {
        margin: 0px;
    }

    .single-post .wc-block-grid__products li {
        width: 50%;
        display: inline-block;
        float: left;
    }

    body.single-post ul.product_list_widget li {
        min-height: 272px;
    }
}

.at-icon-wrapper {
    width: 28px;
    height: 28px;
}

.at-resp-share-element .at-icon {
    width: 28px !important;
    height: 28px !important;
    position: relative;
    left: -5px;
    top: -3px;
    padding: 3px;
}

.box_footer_content p,
.row-footer a {
    font-size: 15px;
}

/* Modern Blockquote Styling */
blockquote {
    position: relative;
    margin: 1.5em 0;
    padding: 16px !important;
    background: #fdf2f8;
    /* Nền hồng nhạt */
    border-left: 4px solid #C93795;
    /* Màu primary */
    border-radius: 8px;
    font-size: 1.1em;
    font-style: italic;
    color: #555;
    box-shadow: 0 4px 15px rgba(201, 55, 149, 0.1);
}

blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 4em;
    color: #C93795;
    opacity: 0.2;
    position: absolute;
    top: -0.1em;
    left: 0.1em;
    line-height: 1;
}

blockquote p {
    margin-bottom: 0;
}

blockquote a {
    color: #C93795;
    text-decoration: underline;
}

/* Override Flatsome/Theme defaults if needed */
.the_content_wrapper blockquote {
    border-left-color: #C93795;
    background: #fdf2f8;
    box-shadow: 0 4px 15px rgba(201, 55, 149, 0.1);
    margin-bottom: 30px;
}

.the_content_wrapper blockquote:after {
    display: none;
}

.tax-product_cat .wp-block-image img,
.wpb_wrapper img {
    width: auto;
}

.woocommerce-product-search .search-field {
    padding: 5px !important;
    height: 48px;
    margin: 0 !important;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #c83795;
}

.widget_product_search h3 {
    display: none;
}

.woocommerce-product-search button {
    position: absolute;
    z-index: 9999;
    top: 4px;
    right: 6px;
    padding: 0px 11px !important;
    width: 100px;
    height: 39px;
    font-size: 13px;
    border-radius: 10px;
    background-color: #c83795;
}

.page-template-default #Header_wrapper {
    background-image: none !important;
}

body .woocommerce ul.product_list_widget {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

body .woocommerce ul.product_list_widget li {
    width: 49%;
    display: inline-block;
    border-bottom-width: 0;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

body .woocommerce ul.product_list_widget li img {
    width: 100%;
}

body .woocommerce ul.product_list_widget li a {
    overflow: hidden;
    text-align: center;
}

body .woocommerce ul.product_list_widget li a,
body .woocommerce ul.product_list_widget li a span {
    font-size: 13px;
    font-weight: 500;
    max-width: 100%;
}

body .woocommerce ul.product_list_widget li:nth-child(even) {
    float: right;
}

body .woocommerce ul.product_list_widget li a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
}

body .woocommerce ul.product_list_widget .woocommerce-Price-amount.amount {
    font-size: 13px;
    color: #c93795;
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
}

body .widget>h3:before {
    top: 22px;
}

ul.page-numbers {
    display: inline-block;
    margin: 20px 30px 0;
    padding: 4px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8f8f8;
    background-image: url(../../images/stripes/stripes_3_b.png)
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #2991d6;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 1px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    padding: 0;
}

a.btn-xemthem {
    display: block;
    padding: 6px 15px;
    text-align: center;
    font-size: 14px;
    color: #c93795;
    border: 1px solid #c83795;
    border-radius: 82px;
    max-width: 152px;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    top: -20px;
}

a.btn-xemthem i {
    position: relative;
    left: 5px;
}

@media screen and (max-width: 896px) {
    .ui-slider .ui-slider-handle {
        padding: 7px;
        top: -4px;
    }

    #slider-price {
        height: 12px;
    }

    .orderby11 .placeholder:after {
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        content: '\f078';
        /* fa-chevron-down */
        z-index: 10;
    }

    .woocommerce-ordering .fa-chevron-down {
        position: absolute;
        right: 0;
        top: 0;
    }

    .orderby11 {
        background: #f5f5f5 !important;
    }

    body.has-sticky #Subheader,
    body.has-sticky .box-product-banner {
        margin-top: 122px !important;
    }

    .image_wrapper_box a {
        display: inline-block;
        overflow: hidden;
        z-index: 99;
        position: relative;
    }

    .read-more-mb {
        display: block;
        clear: both;
        overflow: hidden;
        min-height: 55px;
    }
}

.box_select .placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.is-mobile .menu-item-has-children .sub-menu {
    display: none;
}

.is-mobile .menu-item-has-children>a:first-child {
    position: relative;
}

.is-mobile .toggle-menu-btn {
    width: 37px;
    height: 29px;
    position: absolute;
    right: 0px;
    z-index: 9999;
    text-align: center;
    line-height: 20px;
    content: '\f004';
    font-size: 26px;
    top: 0px;
}

.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -5px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

footer#Footer .box_footer_content a {
    color: #202020;
}

body.rsfv-has-video .custom-video video.rsfv-video {
    height: 497px
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .is-mobile .toggle-menu-btn {
        width: 37px;
        height: 29px;
        position: absolute;
        right: 0px;
        z-index: 9999;
        text-align: center;
        line-height: 20px;
        content: '\f004';
        font-size: 26px;
        top: 0px;
    }

    .custom-heading:after {
        content: "";
        width: 100%;
        height: 10px;
        background-image: url(../../images/line_column.png);
        position: absolute;
        bottom: -10px;
        z-index: 9999;
        background-repeat: repeat-x;
    }

    body.rsfv-has-video .custom-video video.rsfv-video {
        height: 335px
    }
}

.title .h222 {
    font-family: 'Arima Madurai';
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}

.btn-xem-them {
    font-weight: bold;
    color: #1e73be;
    background: #ffffff;
    padding: 0px;
    border-bottom: 0px solid #ffffff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    cursor: pointer;
}

.title {
    clear: both;
}

.woocommerce .product div.entry-summary h1.product_title {
    clear: both;
}

.custom-heading .title {
    padding-bottom: 20px;
}

.custom-heading .title:after {
    content: '';
}

@media only screen and (min-width: 1024px) {
    .block-custom-danhmuc .hoayeuthuong_product_item_box {
        height: 358px;
        display: block;
        overflow: hidden;
    }

    .logged-in .header_main_top_right_box .login {
        float: right;
        margin-right: 0;
        clear: both;
        width: 100%;
    }

    .logged-in .header_main_top_right_box .login ul {
        float: right;
    }

    .logged-in .header_main_top_right_box .cart_total {
        float: right;
    }

    .blog-content-title h3 {
        min-height: 41px;
        align-items: center;
        display: flex;
    }
}

.slick-slide img {
    width: 100%;
}

.custom-heading-sp {
    overflow: hidden;
}

.nav_thumnail video.rsfv-video {
    height: 123px;
}

.rsfv-has-video .one-product__slider_navigation iframe.rsfv-video {
    height: 103px;
    position: relative;
    z-index: -1;
}

.rsfv-has-video iframe.rsfv-video {
    height: 315px;
}

#term-description-bottom h2 {
    font-size: 19px;
}

#term-description-bottom h3 {
    font-size: 18px;
}

#term-description-bottom h2:first-child {
    font-size: 20px;
}

.fix_km img {
    object-fit: contain;
    object-position: center;
    height: auto;
}

.fix_km {
    animation: zoom-in-zoom-out-gift 2s ease-out;
    -moz-animation: zoom-in-zoom-out-gift 2s ease-out;
    -webkit-animation: zoom-in-zoom-out-gift 2s ease-out;
    -o-animation: zoom-in-zoom-out-gift 2s ease-out;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    width: auto;
}

@keyframes zoom-in-zoom-out-gift {

    0%,
    100% {
        transform: scale(1) rotate(5);
    }

    25% {
        transform: scale(1.1) rotate(-5deg);
    }

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

    75% {
        transform: scale(1.1) rotate(-5deg);
    }
}

.alert {
    overflow: hidden;
}

body.woocommerce-cart .alert.alert_success .alert_icon,
body.woocommerce-cart .alert .alert_icon,
body.woocommerce-checkout .alert .alert_icon {
    background-image: url(../../img/alert-success.png);
    background-repeat: no-repeat;
    background-position: center center;
}

body.woocommerce-checkout .alert.alert_info .alert_icon {
    background-image: url(../../img/icon-user.png);
}

.home .hoayeuthuong_product_item_title h3 a {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    @supports (-webkit-line-clamp: 2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

body.single-product .Header_wrapper {
    z-index: 999;
}

.footer-label {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer .box_footer .h33.shop-info {
    color: #fff !important;
    font-size: 23px;
}

body.single-product #Wrapper {
    overflow: visible;
}




/* ============================================
   CUSTOM 2024 CSS - From Parent Theme
   ============================================ */

#Wrapper,
#Content {
    background-color: #fff !important
}

table th,
table tr:first-child td,
.woocommerce .shop_table tr:first-child:hover td {
    background-image: none;
}

a.button_flowersight {
    display: block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
    text-align: center;
    color: #0682d2 !important;
}

a.button_flowersight span {
    background-color: #fff;
    display: block;
    padding: 7px 22px;
    transition: 0.5s all
}

a.button_flowersight:after {
    content: "" !important;
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}

a.button_flowersight:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

a.button_flowersight:hover {
    color: #fff !important;
}

a.button_flowersight:hover span {
    background-color: transparent
}

.header_mobile {
    display: none;
}

a:hover {
    text-decoration: none;
}

#Content {
    float: left;
    width: 100%;
}

#Subheader {
    background-image: url(../../images/bg_subheader.jpg);
    padding: 85px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Override background khi có background image từ featured image hoặc post meta */
#Subheader[style*="background-image"] {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#Subheader .title {
    text-align: left;
    color: #fff !important;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Arima Madurai' !important;
    font-size: 40px !important;
}

#Subheader .title:after {
    display: none;
}

#Subheader ul.breadcrumbs {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff !important
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
    color: #fff !important;
    font-size: 13px;
}

#Subheader ul.breadcrumbs li span {
    margin: 0 5px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 9px;
}

div#Header_wrapper {
    background-color: #fff;
    overflow: visible !important;
    /* Cho phép logo tràn */
    position: relative;
}

.header {
    transition: all 0.4s;
    position: relative;
    z-index: 999;
    overflow: visible !important;
    /* Cho phép logo tràn */
}

/* Đảm bảo header có đủ padding top để logo tràn lên trên */
.header-wrapper {
    overflow: visible !important;
    position: relative;
}

/* Tạo không gian cho logo tràn khi logo-center */
.logo-center .header-main,
.show-logo-center .header-main {
    padding-top: 30px !important;
    /* Tạo không gian cho logo tràn lên trên */
    padding-bottom: 30px !important;
    /* Tạo không gian cho logo tràn xuống dưới */
    overflow: visible !important;
}

/* Header top không bị ảnh hưởng */
.header-top {
    overflow: visible !important;
    position: relative;
    z-index: 998;
}

/* Logo center layout - Flatsome */
.logo-center #logo,
.show-logo-center #logo,
.logo {
    position: relative;
    text-align: center;
    z-index: 999;
    overflow: visible;
}

.logo-center #logo img,
.show-logo-center #logo img,
.logo img {
    max-height: none !important;
    /* Cho phép logo có chiều cao tự do */
    display: block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 auto;
}

/* Cho phép logo tràn lên trên khi ở center - chỉ áp dụng desktop */
.logo-center #logo,
.show-logo-center #logo {
    margin-top: -30px;
    /* Cho phép logo tràn lên trên header */
    margin-bottom: -30px;
    /* Cho phép logo tràn xuống dưới */
}

/* Đảm bảo header container cho phép logo tràn */
.header-main,
.header-inner,
#masthead,
.header-wrapper,
#header {
    overflow: visible !important;
    position: relative;
}

/* Đảm bảo logo container có đủ không gian - override cho logo-center */
.logo-center #logo,
.show-logo-center #logo,
#logo.flex-col {
    overflow: visible !important;
    position: relative;
}

/* Logo bình thường trên mobile */
@media screen and (max-width: 767px) {

    .logo-center .header-main,
    .show-logo-center .header-main {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .logo-center #logo,
    .show-logo-center #logo,
    .logo {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .logo-center #logo img,
    .show-logo-center #logo img,
    .logo img {
        max-height: 80px !important;
        /* Giới hạn chiều cao logo trên mobile */
        height: auto;
    }

    .navigation--sticky.logo-center #logo,
    .navigation--sticky.show-logo-center #logo,
    .navigation--sticky .logo {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.logo p {
    margin-top: 20px;
}

.header_main_top {
    float: left;
    width: 100%;
}

/* ============================================
   FLATSOME MENU - GIAO DIỆN CŨ (KHÔNG CÓ ICON)
   ============================================ */

/* Menu chính - áp dụng style cũ */
.header-nav-main.menu,
.header-nav-main.nav {
    margin: 15px 0 0px !important;
}

.header-nav-main.menu>li,
.header-nav-main.nav>li {
    display: inline-block !important;
    position: relative !important;
    float: left !important;
    margin-right: 0;
}

.header-nav-main.menu>li:last-child,
.header-nav-main.nav>li:last-child {
    margin-right: 0;
}

/* Menu items - style cũ */
.header-nav-main.menu>li>a,
.header-nav-main.nav>li>a {
    display: inline-block !important;
    padding: 4px 12px 4px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    color: #303030 !important;
    border: 2px solid transparent !important;
    border-radius: 35px !important;
    line-height: 45px !important;
    position: relative !important;
    text-decoration: none !important;
}

/* Hover effect - background image */
.header-nav-main.menu>li>a:before,
.header-nav-main.nav>li>a:before {
    content: url(../../images/img_hover_menu.png);
    position: absolute;
    bottom: -2px;
    width: 53px;
    height: 33px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}

.header-nav-main.menu>li:hover>a:before,
.header-nav-main.nav>li:hover>a:before {
    opacity: 1;
    transition: all 0.3s;
}

/* Hover color */
.header-nav-main.menu>li>a:hover,
.header-nav-main.nav>li>a:hover {
    text-decoration: none !important;
    color: #0682d2 !important;
}

/* Current menu item */
.header-nav-main.menu>li.current>a,
.header-nav-main.nav>li.current>a {
    color: #ee7560 !important;
    border-color: #ee7560 !important;
}

/* ============================================
   MENU NAVIGATION - 3 CẤP (C1 → C2 → C3)
   ============================================ */

/* RESET FLATSOME DEFAULT STYLES */
.header-nav-main.menu>li>.nav-dropdown,
.header-nav-main.nav>li>.nav-dropdown,
.header-nav-main.menu>li>.sub-menu,
.header-nav-main.nav>li>.sub-menu,
.header-nav-main.menu>li ul li>.nav-dropdown,
.header-nav-main.nav>li ul li>.nav-dropdown,
.header-nav-main.menu>li ul li>.sub-menu,
.header-nav-main.nav>li ul li>.sub-menu {
    /* Reset Flatsome defaults */
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
    font-size: 17px !important;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.header-nav-main.menu>li ul li:last-child,
.header-nav-main.nav>li ul li:last-child {
    border-bottom: none;
}

.header-nav-main.menu>li ul li a,
.header-nav-main.nav>li ul li a {
    font-family: inherit !important;
    font-size: 17px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    padding: 8px 15px !important;
    /* Giảm padding */
    color: #333;
    display: block;
    transition: background-color .3s ease, color .3s ease;
}

.header-nav-main.menu>li ul li a:hover,
.header-nav-main.nav>li ul li a:hover {
    background-color: #c93795;
    color: #fff;
}

/* Ẩn icon-angle-down mặc định */
.header-nav-main.menu>li>a .icon-angle-down,
.header-nav-main.nav>li>a .icon-angle-down,
.nav-top-link .icon-angle-down,
.header-nav-main.menu .icon-angle-down,
.header-nav-main.nav .icon-angle-down {
    display: none !important;
}

/* Override Flatsome nav-dropdown-default margin */
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: 1px solid #e4e4e4 !important;
}

/* Bỏ margin-top cho menu items có children */
.nav-dropdown .nav-dropdown-col .menu-item-has-children {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ============================================
   CẤP 1 (C1) - DROPDOWN CHÍNH
   ============================================ */
.header-nav-main.menu>li>.nav-dropdown,
.header-nav-main.nav>li>.nav-dropdown,
.header-nav-main.menu>li>.sub-menu,
.header-nav-main.nav>li>.sub-menu {
    position: absolute;
    font-size: 16px;
    line-height: 1em;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    z-index: 9999;
    text-align: left;
    left: 0;
    border-top: 1px solid #e4e4e4;
    top: 100%;
    transform: translateY(20px);
    transition: transform .3s ease, opacity .3s ease;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: block !important;
}

/* Hiện C1 khi hover parent */
.header-nav-main.menu>li:hover>.nav-dropdown,
.header-nav-main.nav>li:hover>.nav-dropdown,
.header-nav-main.menu>li:hover>.sub-menu,
.header-nav-main.nav>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Tắt mega menu columns cho C1 */
.header-nav-main.menu>li>.nav-dropdown .nav-column,
.header-nav-main.nav>li>.nav-dropdown .nav-column,
.header-nav-main.menu>li>.sub-menu .nav-column,
.header-nav-main.nav>li>.sub-menu .nav-column {
    width: 100% !important;
    float: none !important;
    display: block !important;
}

/* ============================================
   CẤP 2 (C2) - SUB-MENU BÊN PHẢI C1
   ============================================ */
.header-nav-main.menu>li ul li>.nav-dropdown,
.header-nav-main.nav>li ul li>.nav-dropdown,
.header-nav-main.menu>li ul li>.sub-menu,
.header-nav-main.nav>li ul li>.sub-menu {
    position: absolute;
    left: 100%;
    top: -1px;
    margin-left: 0;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    min-height: 400px;
    /* Chiều cao tối thiểu để giữ menu */
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e4e4e4;
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    transition: transform .3s ease, opacity .3s ease;
    z-index: 10000;
    display: block !important;
}

/* Hiện C2 khi hover item C1 */
.header-nav-main.menu>li ul li:hover>.nav-dropdown,
.header-nav-main.nav>li ul li:hover>.nav-dropdown,
.header-nav-main.menu>li ul li:hover>.sub-menu,
.header-nav-main.nav>li ul li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

/* Tắt mega menu columns cho C2 */
.header-nav-main.menu>li ul li>.nav-dropdown .nav-column,
.header-nav-main.nav>li ul li>.nav-dropdown .nav-column,
.header-nav-main.menu>li ul li>.sub-menu .nav-column,
.header-nav-main.nav>li ul li>.sub-menu .nav-column {
    width: 100% !important;
    float: none !important;
    display: block !important;
}

/* ============================================
   CẤP 3 (C3) - SUB-MENU BÊN PHẢI C2
   ============================================ */
.header-nav-main.menu>li ul li ul li>.nav-dropdown,
.header-nav-main.nav>li ul li ul li>.nav-dropdown,
.header-nav-main.menu>li ul li ul li>.sub-menu,
.header-nav-main.nav>li ul li ul li>.sub-menu {
    position: absolute;
    left: 100%;
    top: -1px;
    margin-left: 0;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    min-height: 400px;
    /* Chiều cao tối thiểu để giữ menu */
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e4e4e4;
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    transition: transform .3s ease, opacity .3s ease;
    z-index: 10001;
    display: block !important;
}

/* Hiện C3 khi hover item C2 */
.header-nav-main.menu>li ul li ul li:hover>.nav-dropdown,
.header-nav-main.nav>li ul li ul li:hover>.nav-dropdown,
.header-nav-main.menu>li ul li ul li:hover>.sub-menu,
.header-nav-main.nav>li ul li ul li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

/* Tắt mega menu columns cho C3 */
.header-nav-main.menu>li ul li ul li>.nav-dropdown .nav-column,
.header-nav-main.nav>li ul li ul li>.nav-dropdown .nav-column,
.header-nav-main.menu>li ul li ul li>.sub-menu .nav-column,
.header-nav-main.nav>li ul li ul li>.sub-menu .nav-column {
    width: 100% !important;
    float: none !important;
    display: block !important;
}

/* ============================================
   ICON MŨI TÊN - CHỈ HIỆN KHI HOVER
   ============================================ */
.header-nav-main.menu>li ul li.menu-item-has-children>a:after,
.header-nav-main.nav>li ul li.menu-item-has-children>a:after {
    content: "\f105";
    /* Font Awesome right arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
    margin-left: 10px;
    opacity: 0;
    transition: opacity .3s ease;
}

/* Hiện icon khi hover */
.header-nav-main.menu>li ul li.menu-item-has-children:hover>a:after,
.header-nav-main.nav>li ul li.menu-item-has-children:hover>a:after {
    opacity: 1;
}

.login {
    float: left;
    margin-right: 20px;
}

.cart_total {
    float: left;
    color: #000;
    width: 221px;
    height: 50px;
    padding: 0 10px;
    background-image: url(../../images/bg_total_cart.png);
    background-size: 100%;
    padding-top: 12px;
    text-align: center;
    position: relative;
}

.header_main_top_right_box {
    float: right;
}

.login a {
    color: #131313;
    line-height: 50px
}

.login a i {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.cart_total {
    color: #000;
    width: 221px;
    height: 50px;
    padding: 0 10px;
    background-image: url(../../images/bg_total_cart.png);
    background-size: 100%;
    padding-top: 12px;
    text-align: center;
    position: relative;
}

.cart_total a {
    font-size: 15px;
}

.cart_total i {
    color: #0682d2;
}

.count_cart {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #c93795;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin: 0 10px
}

.count_gia {
    color: #c93795;
}

.navigation--pin {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.navigation--pin.header--2 .header__top {
    margin-bottom: 0;
}

.navigation--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    transition: all 0.4s ease;
}

.navigation--sticky.header {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.navigation--sticky .ps-logo {
    top: 0;
    margin-top: 15px;
    width: 50px;
}

.navigation--sticky .ps-cart__toggle {
    margin-bottom: -4px;
}

.navigation--sticky .menu {
    margin-top: 5px;
}

.navigation--sticky .menu>li>a {
    color: #303030;
}

.navigation--sticky.header--2 .ps-logo {
    margin-top: 20px;
    width: 70px;
}

/* Sticky header với logo center */
.navigation--sticky.logo-center #logo,
.navigation--sticky.show-logo-center #logo,
.navigation--sticky .logo {
    margin-top: -20px !important;
    /* Giảm một chút khi sticky để vẫn tràn lên trên */
    margin-bottom: -20px !important;
    overflow: visible;
}

.navigation--sticky .logo h1 {
    margin: 0
}

body:not(.template-slider) #Header {
    min-height: 0;
}

#Header_wrapper {
    float: left;
    width: 100%;
}


/* ============================================
   FOOTER STYLES - DESKTOP
   ============================================ */
#footer:before {
    content: "";
    width: 100%;
    height: 43px;
    background-image: url(../../images/line_footer.png);
    position: absolute;
    top: 0px;
    z-index: 9999;
}

.row-footer {
    padding: 50px 0 16px;
    color: #202020;
    font-size: 14px;
    position: relative;
}

#footer {
    background-image: url(../../images/bg_footer.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.box_footer h3 {
    color: #202020 !important;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
}

.box_footer i {
    color: #efefef;
    display: inline-block;
    margin-right: 10px;
}

.box_footer_logo {
    margin-bottom: 25px;
}

.box_footer_content p {
    margin-bottom: 0px;
    line-height: 30px;
}

.box_footer_content ul li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.box_footer_content ul li i {
    display: inline-block;
    margin-right: 5px;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.box_footer_content ul li span {
    float: left;
    width: calc(100% - 55px);
}

.box_footer_menu ul li {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.box_footer_menu ul li:before {
    content: '\f26d';
    display: inline-block;
    font: normal normal normal 10px/1 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 7px;
    color: #efefef
}

.box_footer_menu ul li a {
    color: #444 !important;
    line-height: 30px;
}

.box_footer_menu ul li a:hover {
    color: #c93795 !important
}

/* Footer Mail */
.form-mail {
    width: 100%;
    float: left;
}

.footer .form-mail {
    margin-bottom: 25px;
}

.form-mail p {
    margin-bottom: 25px;
}

.form-mail .gform_heading,
.form-mail .gform_body label {
    display: none;
}

.form-mail .gform_body {
    width: calc(100% - 100px);
    float: left;
    margin-right: 10px;
}

.form-mail .gform_body input {
    width: 100%;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: 300;
}

.form-mail .gform_footer {
    float: left;
    width: 90px
}

.form-mail .gfield {
    width: 100%;
}

.form-mail .gform_footer input,
.woocommerce .form-mail .gform_footer input {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    padding: 11px 20px !important;
    line-height: inherit;
}

/* Footer Social */
.box_footer_social {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.box_footer_social ul li {
    width: 33.3333%;
    float: left;
}

.box_footer_social ul li i {
    font-size: 35px;
    float: left;
    margin-right: 10px
}

.box_footer_social ul li i.fa-facebook,
.box_footer_social ul li i.zmdi-facebook {
    color: #3575c4
}

.box_footer_social ul li i.fa-google-plus,
.box_footer_social ul li i.zmdi-google-plus {
    color: #ed1f24
}

.box_footer_social ul li i.fa-pinterest,
.box_footer_social ul li i.zmdi-pinterest {
    color: #cd0920
}

.box_footer_social ul li span {
    float: left;
    line-height: 16px;
    color: #878787
}

.hotro {
    color: #fc0303;
    font-weight: bold;
    font-size: 18px
}

.hotro b {
    color: #515151;
    font-size: 14px;
}

/* Footer Copyright */
.footer_copy {
    color: #202020;
    padding: 0px 0;
    position: relative;
}

#footer .footer_copy {
    border: none;
}

.copyright {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.footer_copy .container {
    border-top: dashed 1px #fff
}

.copyright a {
    color: #202020 !important;
}

.copyright a:hover {
    color: #c93795 !important
}

.copyright_menu ul {
    text-align: right;
    margin: 0
}

.copyright_menu li {
    float: none;
    display: inline-block;
    position: relative;
}

.copyright_menu li:before {
    content: '';
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.copyright_menu li a {
    text-decoration: none;
    padding: 0 15px
}

.copyright_menu_social {
    float: right;
}

.copyright_menu_social ul li {
    float: left;
    padding: 0 10px;
    font-size: 20px;
}

.copyright_menu_social ul li i.fa-facebook,
.copyright_menu_social ul li i.zmdi-facebook-box {
    color: #3d5b99
}

.copyright_menu_social ul li i.fa-twitter,
.copyright_menu_social ul li i.zmdi-twitter-box {
    color: #33bdfd
}

.copyright_menu_social ul li i.fa-google-plus,
.copyright_menu_social ul li i.zmdi-google-plus-box {
    color: #cc2127
}

.copyright_menu_social ul li i.fa-instagram,
.copyright_menu_social ul li i.zmdi-instagram {
    color: #fc0303
}

.social-footer {
    display: inline-block;
    margin: 0px 0 0px 0px;
}

.social-footer a {
    font-size: 20px;
    border: 2px solid #c93795;
    background-color: #c93795;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    color: #636363 !important;
    transition: all 0.5s;
}

.social-footer a:hover {
    background-color: #2991d6;
    border-color: #2991d6;
    border-radius: 5px
}

.social-footer a:first-child {
    margin-left: 0;
}

.social-footer i {
    margin: 0;
}

.form-mail .gform_footer {
    position: relative;
}

.form-mail .gform_footer:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 12px;
    width: 90px;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.form-mail .gform_footer:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 101px;
    width: 2px;
    height: 45px;
    background: #0682d2;
}

.title {
    text-align: center;
    position: relative;
    padding: 15px 0 50px;
    margin: 15px 0 15px;
}

.title h2 {
    font-family: 'Arima Madurai';
    font-weight: bold;
    font-size: 32px;
    color: #1d1e1e;
    margin: 0
}

.title:after {
    content: url(../../images/img_title.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce .product div.entry-summary h1.product_title {
    font-size: 30px !important;
    font-family: 'Arima Madurai';
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 5px !important;
}

.woocommerce .product div.entry-summary .price {
    color: #c93795 !important;
    display: block;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 500;
}

.product_wrapper p {
    font-weight: 400;
    line-height: 28px;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    height: 2px;
}







a.button:after,
a.tp-button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
    display: none;
}

.button_cart_submit a {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 2px !important;
    font-family: 'Arima Madurai';
    display: inline-block !important;
    ;
    ;
    margin-left: 15px;
    position: relative;
}

.button_cart_submit a span {
    background-color: #fff;
    display: inline-block;
    padding: 7px 25px 5px;
}

.button_cart_submit a:hover span {
    background-color: transparent;
    color: #fff;
}

.button_cart_submit a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.button_cart_submit a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}

/* Wrapper chứa nút và viền giả */
.button_cart_submit_box {
    float: left;
    position: relative;
    display: inline-block !important;
    margin-right: 20px;
    /* Tăng khoảng cách phải */
    margin-bottom: 10px;
    /* Thêm khoảng cách dưới để không bị cắt viền */
    z-index: 10;
    /* Tăng z-index */
}

/* Viền giả Bottom */
.button_cart_submit_box:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
    z-index: -1;
    /* Nằm dưới nút */
}

/* Viền giả Right */
.button_cart_submit_box:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
    z-index: -1;
    /* Nằm dưới nút */
}

/* Style cho nút Button chính */
.button_cart_submit_box .single_add_to_cart_button {
    border-radius: 0 !important;
    text-transform: uppercase !important;
    background-color: #fff !important;
    margin: 0 !important;
    /* Reset margin */
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%) !important;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 2px !important;
    font-family: 'Arima Madurai' !important;
    display: block !important;
    /* Fill wrapper */
    position: relative;
    border: none !important;
    width: 100%;
    overflow: visible !important;
}

.button_cart_submit_box .single_add_to_cart_button span {
    background-color: #fff;
    display: block;
    /* Fill button */
    padding: 7px 25px 5px;
    transition: all 0.3s ease;
}

.button_cart_submit_box .single_add_to_cart_button:hover span {
    background-color: transparent;
    color: #fff;
}



.title_box_share {
    float: left;
    width: 80px;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px
}

.box_share {
    float: left;
    width: calc(100% - 80px);
    margin-top: 15px;
}

.contact_imfmation {
    float: left;
    width: 100%;
}

.contact_imfmation_main h2,
.form_and_map h2 {
    font-size: 25px;
    font-weight: normal;
    color: #202020;
    position: relative;
    padding-bottom: 25px;
    min-width: 310px;
    text-align: center;
}

.contact_imfmation_main h2:after,
.form_and_map h2:after {
    content: url(../../images/line_title.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact_imfmation_main ul li {
    float: left;
    width: 100%;
    position: relative
}

.contact_imfmation_main ul li:after {
    content: "";
    height: 1px;
    width: 80px;
    position: absolute;
    background-color: #dcdcdc;
    bottom: 0;
}

.contact_imfmation_main ul li h3 {
    color: #0682d2;
    font-size: 30px;
}

.contact_imfmation_main ul li h3 i {
    color: #c93795
}

.contact_imfmation_main ul li p {
    color: #202020;
    font-size: 18px;
    margin-bottom: 15px;
}

.form_and_map {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.form_and_map h2 {
    font-size: 25px;
    font-weight: normal;
    color: #202020;
}

.form_and_map form input,
.form_and_map form textarea {
    width: 100%;
    background-image: none;
    box-shadow: none;
    border: 1px solid #b5b5b5;
    font-size: 15px;
}

.form_and_map .gform_body {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.form_and_map .gform_footer {
    margin: 0 auto;
    float: none;
    width: 105px;
    position: relative;
}

.form_and_map .gform_footer input {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2;
    font-weight: bold;
    width: auto;
}

.form_and_map .gform_footer:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -2px;
    width: 105px;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.form_and_map .gform_footer:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -2px;
    width: 2px;
    height: 50px;
    background: #0682d2;
}

/* Login */
.login ul li {
    list-style: none;
    float: left;
    margin-right: 15px
}

.login ul li:first-child i {
    font-size: 17px;
    float: left;
    line-height: 50px;
    margin-right: 5px
}

.login ul li:last-child {
    margin: 0;
}

.login .name-login {
    color: #c93795
}

/* Search */
.header_main_top_left input[type=text] {
    margin: 0;
    box-shadow: none;
    height: auto;
    line-height: 15px;
    background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #131313;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    padding: 5px 10px 5px 32px;
}

.header_main_top_left input[type=text]:focus {
    width: 170px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    z-index: 9999;
    position: relative;
}

.header_main_top_left input[type=text]:-moz-placeholder {
    color: transparent;
}

.header_main_top_left input[type=text]::-webkit-input-placeholder {
    color: transparent;
}

.header_main_top_left input[type=text]:focus::-webkit-input-placeholder {
    color: #000
}

.header_main_top_left form {
    margin: 10px 0 0 10px;
}

/* Product Category */
.product-additional {
    position: absolute;
    top: 0;
    visibility: hidden;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}

.hoayeuthuong_product_item_box:hover .product-additional,
.related_product_item_box:hover .product-additional {
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.one-product {
    float: left;
    width: 100%;
}

iframe,
video {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    border: 0;
    display: block;
    margin: 0 auto;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    display: block;
    margin: 0 auto;
}

.one-product {
    width: 100%;
}

.one-product__slider {
    width: 60%;
    border: 1px solid #f2f2f2;
    display: inline-block;
    vertical-align: top;
}

.one-product__slider_navigation {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.one-product__slider_navigation .item {
    border: 1px solid #f2f2f2 !important;
    margin: 2% 2% 15px;
    width: 100px !important;
    height: 100px;
}

#Content .one-product__slider_navigation .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.zoomContainer {
    z-index: 9000;
}

.nav_thumnail {
    float: left;
    width: 20%;
}

.one-product__slider {
    width: calc(80% - 15px);
    float: right;
    margin-left: 15px;
}

.one-product__slider .item img {
    width: 100%;
}

#Content .one-product__slider .item {
    width: 100%;
}

#Content .one-product__slider .item a {
    display: block;
    height: 490px;
}

#Content .one-product__slider .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Header .header_menu_mobile ul.menu ul li a {
    font-size: 15px;
}

#Header .header_menu_mobile ul.menu ul {
    margin-left: 15px;
}

@media screen and (max-width: 500px) {
    /*.one-product__slider {
        width: 100%;
    }
    .one-product__slider_navigation {
        width: 100%;
    }*/
}

.woocommerce div.product p.stock {
    color: #0682d2;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.woocommerce div.product p.stock span.in-stock-left {
    color: #1c1c1c;
}

.woocommerce div.product p.stock i {
    color: #c93795
}

.shop-filters {
    overflow: inherit !important;
}

.select {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 225px;
    color: #444;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    z-index: 1;
    padding: 5px 25px;
    border-radius: 2px;
    cursor: pointer;
}

.select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f078';
    /* fa-chevron-down */
    z-index: 10;
}

.select.is-open .placeholder:after {
    content: '\f2fc';
}

.select.is-open ul {
    display: block;
}

.select.select--white .placeholder {
    background: #fff;
    color: #999;
}

.select.select--white .placeholder:hover {
    background: #fafafa;
}

.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #0682d2;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    z-index: 100;
    max-height: 220px;
    z-index: 999;
}

.select:hover ul {
    display: block
}

.select ul li {
    display: block;
    text-align: left;
    padding: 5px 25px;
    color: #444;
    cursor: pointer;
    font-size: 13px;
}

.select ul li a {
    color: #fff;
}

.shop-filters .woocommerce-result-count {
    margin: 0 !important;
    line-height: 37px;
}

.shop-filters .box_select {
    display: inline-block;
    width: 330px;
    margin-left: 15px;
}

.shop-filters .box_select span.box_select_title {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 37px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    color: #fff
}

.woocommerce .woocommerce-breadcrumb i {
    margin: 0 10px;
    font-size: 15px
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    color: #fff
}

.woocommerce-breadcrumb i {
    margin: 0 10px;
    font-size: 15px
}

/*.product_meta{
    display: none;
}*/
.blog-content-date {
    position: relative;
    padding: 5px 0;
    margin-bottom: 15px;
}

.blog-content-date:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #c93795;
    bottom: 0;
}

.alert_wrapper {
    padding-left: 75px;
}

.cart-collaterals .flower_sight.cart_totals {
    border: 1px solid #e4e4e4;
    text-align: center;
    float: right !important;
}

.box_cart_totals {
    padding: 25px;
}

.cart_totals h2 {
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
}

.box_cart_totals_item {
    width: 285px;
    margin: 0 auto;
    border-bottom: 1px dashed #d4d4d4;
    padding: 5px 20px;
    color: #636363;
    font-family: 'Arima Madurai';
    padding-top: 15px
}

.box_cart_totals_item label {
    display: inline-block;
    width: 120px
}

.box_cart_totals_item.tongcong {
    font-weight: bold;
    color: #272727
}

.box_cart_totals_item.tongcong span {
    color: #c93795;
    font-size: 20px
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table th {
    border-left: none;
    border-right: none;
    background-color: #fdf8f6;
}

.woocommerce table.shop_table tbody tr td {
    border: none;
    border-bottom: 1px dashed #cecece
}

.product-subtotal span {
    color: #0682d2;
    font-weight: bold;
}

.woocommerce .shop_table .product-name a {
    color: #5a5a5a
}

.below_total_box {
    float: left;
    width: 100%;
}

.below_total_return {
    max-width: 250px;
    float: left;
    margin-right: 25px;
}

.flower_sight_below_total_update,
.coupon_submit {
    float: left;
    position: relative
}

.woocommerce .flower_sight_below_total_update input[type="submit"],
div.coupon input[type="submit"] {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 16px 20px 12px !important;
    font-family: 'Arima Madurai';
}

.flower_sight_below_total_update input[type="submit"]:hover,
div.coupon input[type="submit"]:hover {
    background-color: transparent !important;
    background: linear-gradient(-90deg, #0682d2, #97448f) !important;
    color: #fff !important;
    transition: 0.3s background;
}

.flower_sight_below_total_update:after,
.coupon_submit:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}

.flower_sight_below_total_update:before,
.coupon_submit:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.flower_sight_below_total {
    position: absolute;
    top: calc(100% + 25px);
}

.woocommerce-cart-form {
    position: relative;
}

div.coupon {
    float: left;
    width: 100%;
    margin-top: 20px;
}

div.coupon input[type="text"] {
    float: left;
    border: 1px solid #b7b7b7;
    padding: 8px 15px;
    margin-right: 15px;
}

.title_checkout span {
    color: #fff;
    display: inline-block;
    background-color: #0682d2;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 15px;
}

.title_checkout h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3d3c3c;
    margin: 0 0 25px;
}

.woocommerce-billing-fields__field-wrapper label {
    font-size: 14px;
    font-weight: normal;
    color: #373737;
}

.woocommerce-billing-fields__field-wrapper label abbr.required {
    text-decoration: none;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 20px;
    display: block;
}

.woocommerce .woocommerce-billing-fields__field-wrapper input,
.woocommerce .woocommerce-billing-fields__field-wrapper textarea {
    background-image: none;
    border: 1px solid #dddddd
}

.woocommerce form .form-row .input-checkbox {
    display: inline-block;
    ;
    margin: 0;
    vertical-align: inherit;
    position: static
}

.woocommerce table.check_out_cart th {
    text-transform: uppercase;
    font-size: 13px
}

.woocommerce-checkout-payment#payment ul.payment_methods {
    padding: 0 !important;
}

.woocommerce-checkout-payment div.form-row {
    padding: 0 !important;
    display: inline-block;
    float: right;
    position: relative;
    height: 50px;
    padding: 0;
    margin: 10px 0;
}

.woocommerce table.shop_table tfoot th {
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    border: none;
    padding: 5px !important
}

.woocommerce table.shop_table tfoot td {
    border: none;
    text-align: right;
    padding: 5px !important
}

.woocommerce #order_review table.shop_table {
    max-width: 350px;
    float: right
}

.woocommerce-checkout-payment {
    float: left;
    width: 100%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    height: 50px;
}

.woocommerce-checkout-payment div.form-row:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}

.woocommerce-checkout-payment div.form-row:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}

.select2.select2-container {
    height: auto;
    width: 100%;
    background-color: #fff
}

.item_tooltip {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 3px 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    background-color: #c93795;
    color: #fff;
}

.cart_total:hover .item_tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.item_tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-color: transparent;
    border-bottom-color: #c93795;
    border-width: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-next:hover i {
    margin-left: 15px
}

.menu_checkout_box {
    max-width: 1170px;
    /* Fix: thêm px */
    margin: 0 auto 45px;

}

.menu_checkout_box ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
    background-color: #e8e8e8;
    padding: 5px 0;
    color: #b9b9b9;
    text-transform: uppercase;
    font-size: 17px;
}

.menu_checkout_box ul li.active {
    background-color: #c93795;
    padding: 5px 0;
    color: #fff;
}

/* Popup Quick view */
#cboxContent {
    box-sizing: border-box;
    padding: 0;
}

#cboxClose:after {
    content: "\f136";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
    top: 0;
}

.quickview_content {
    margin: 0 !important;
    background-color: #fff;
    height: auto;
}

.box_quickview {
    padding: 15px 18px;
}

.box_quickview h1 {
    font-size: 30px !important;
    font-family: 'Arima Madurai';
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 5px !important;
}

.box_quickview .price {
    color: #c93795 !important;
    display: block;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 22px
}

.box_quickview p.stock {
    color: #0682d2;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.box_quickview p.stock span.in-stock-left {
    color: #1c1c1c;
}

.box_quickview p.stock i {
    color: #c93795
}

.box_quickview form.cart .button {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 16px 20px 10px !important;
    font-family: 'Arima Madurai';
}

.box_quickview .cart .button:hover {
    background-color: transparent !important;
    background: linear-gradient(-90deg, #0682d2, #97448f) !important;
    color: #fff !important;
    transition: 0.3s background
}

.box_quickview .product_image_wrapper {
    margin-bottom: 0;
}

.woocommerce .woocommerce-billing-fields__field-wrapper input,
.woocommerce .woocommerce-billing-fields__field-wrapper textarea {
    box-shadow: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fdf8f6;
    color: #333333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fdf8f6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

table th,
table td {
    text-align: left;
}

/* Alert */
.alert {
    border: none;
    border-radius: 0;
    background: #c93795;
    color: #fff;
}

.alert a.close {
    text-shadow: inherit;
    color: #fff;
    opacity: 1;
    line-height: 56px;
    top: 0;
}

.hotline {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    display: block;
    background: #c93795;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 99px;
}

.hotline .hotline-number {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.filter_price_box {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.filter-attribute-container {
    position: absolute;
    z-index: 999;
    width: 500px;
    top: 100%;
    transform: translateY(100px);
    transition: transform .8s, opacity .6s;
}

.filter-attribute-container {
    visibility: hidden;
    opacity: 0;
}

.filter_price_box:hover .filter-attribute-container {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.filter_price_box .list-group-item {
    background-color: #efefef;
    border-radius: 3px
}

.slider-values {
    margin-top: 15px;
}

.slider-values input {
    background-color: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    max-width: 100px;
    border: 1px solid #ccc;
    padding: 0;
}

.maker_loader img {
    width: 250px
}

.login {
    position: relative;
}

.rh_modal {
    display: inline-block;
    width: 260px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 5.5rem;
    left: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
}

.rh_modal--display {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s, 0s, .2s;
    transition-delay: 0s, 0s, .2s;
}

.rh_modal__forgot_wrap,
.rh_modal__register_wrap {
    display: none;
    padding: 2.5rem;
}

.rh_modal .rh_modal__wrap {
    display: block;
    text-align: center;
    background: #fbebed;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05)
}

.rh_modal .rh_modal__wrap label {
    display: block;
    text-align: left;
    margin: .5rem 0;
    font-size: 1.4rem;
    padding: 0;
    color: #444
}

.rh_modal .rh_modal__wrap .modal-loader {
    display: none;
    width: 35px;
    height: 35px
}

.rh_modal .rh_modal__wrap .rh_modal__msg {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.5
}

.rh_modal .rh_modal__wrap .rh_modal__login_wrap {
    padding: 2.5rem
}

.rh_modal .rh_modal__wrap h3 {
    font-weight: bold;
    margin: 0 0 1rem 0;
    text-align: left;
    font-size: 18px;
}

.rh_modal .rh_modal__wrap input {
    background: #fff;
    font-size: 14px;
    padding: 8px 20px;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.rh_modal .rh_modal__wrap button {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    background: #c93795;
    -webkit-transition: .2s background linear;
    transition: .2s background linear;
}

.rh_modal .rh_modal__wrap button:hover {
    background: #1c9d92;
    -webkit-transition: .2s background linear;
    transition: .2s background linear
}

.rh_modal .rh_modal__wrap a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px
}

.rh_modal .rh_modal__wrap a:hover {
    color: #ea723d;
    text-decoration: underline
}

.rh_modal .rh_modal__wrap .rh_modal__dashboard {
    display: block;
    padding: 2.5rem 2.5rem 1rem;
    background: #fff;
    text-align: left
}

.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2.5rem;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link:hover svg {
    fill: #ea723d;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link svg {
    width: 16px;
    fill: grey
}

.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link span {
    padding: 0 0 0 1.5rem
}


.article-bonus {
    border: 1px solid #dadada;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
    color: #545454;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.article-tags {
    color: #5e5e5e;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.article-tags b {
    margin-right: 25px
}

.article-tags i {
    color: #4d4d4d;
    font-size: 15px;
}

.article-tags a {
    font-size: 15px;
    border: 1px solid #ebebeb;
    padding: 5px 15px;
    display: inline-block;
}

.article-tags a:before {
    content: '\f27d';
    font: normal normal normal 14px/1 'Font Awesome 6 Free';
    font-weight: 900;
    color: #d3d3d3;
    margin-right: 10px
}

.share_box {
    display: inline-block;
    float: right;
    margin-top: 8px;
}

/* Slick arrow styling - banner slider */
.slick-arrow,
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: 2px solid #333;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 0;
}

.slick-arrow:hover,
.slick-prev:hover,
.slick-next:hover {
    background-color: #fff;
    border-color: #c93795;
    transform: translateY(-50%) scale(1.1);
}

.slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
}

.slick-next:before {
    content: '\f054';
    /* fa-chevron-right */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: #333;
    display: inline-block;
}

.slick-next:hover:before {
    color: #c93795;
}

.slick-prev:before {
    content: '\f053';
    /* fa-chevron-left */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: #333;
    display: inline-block;
}

.slick-prev:hover:before {
    color: #c93795;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .large-12.columns.gio_hoa_danh_muc.product-mb {
        display: block;
    }

    .large-12.columns.gio_hoa_danh_muc.product-mb .hoayeuthuong_product_item_box {
        padding: 15px !important;
    }

    .large-12.columns.gio_hoa_danh_muc.product-mb .hoayeuthuong_product_item_image {
        background-color: #fff;
    }

    .large-12.columns.gio_hoa_danh_muc.product-mb .hoayeuthuong_product_item_title {
        padding: 0 8px;
        background-color: #fff;
    }


    /*================ Default ================*/
    /*================ Header Wrapper ================*/
    .product_category_title_content a span {
        background-color: #fff;
        display: inline-block;
        padding: 7px 11px;
    }

    .product-mb .category_product_main {
        padding: 0 0px;
    }

    .product_category_title.large-3.columns {
        display: none;
    }

    .iconnav_mobile {
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        margin-top: 25px;
        position: fixed;
        z-index: 99999 !important;
    }

    .menu-toggle_mobile {
        width: 30px;
        z-index: 999;
        cursor: pointer;
        float: right;
    }

    .menu-toggle_mobile .one,
    .menu-toggle_mobile .two,
    .menu-toggle_mobile .three {
        width: 100%;
        height: 2px;
        background: #333333;
        margin: 6px auto;
        border-radius: 1px;
        backface-visibility: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .menu-toggle_mobile.on .one {
        -moz-transform: rotate(45deg) translate(4px, 4px);
        -ms-transform: rotate(45deg) translate(4px, 4px);
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
    }

    .menu-toggle_mobile.on .two {
        opacity: 0;
    }

    .menu-toggle_mobile.on .three {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -8px);
    }

    .menu-toggle_mobile.on .one,
    .menu-toggle_mobile.on .two,
    .menu-toggle_mobile.on .three {
        background-color: #fff;
    }

    /*.navigation--sticky{
        position: relative;
    }*/
    .logo_mobile {
        width: calc(100% - 75px);
        float: left;
        padding-top: 0px;
        margin-left: 35px;
    }

    .logo_mobile h1 {
        margin: 0
    }

    .logo_mobile a {
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }

    .cart-mobile {
        float: right;
        width: 35px;
        height: 35px;
        margin-top: 23px;
        padding: 0;
        margin-right: 5px;
    }

    .cart-mobile .title-cart {
        width: 38px;
        height: 38px;
        line-height: 33px;
        background: transparent;
        border: 2px solid #333;
        border-radius: 50%;
        color: #333;
        font-size: 20px;
        text-align: center;
        position: relative;
    }

    .cart-mobile .title-cart span.item-quantity {
        width: 27px;
        height: 27px;
        background: #ec008c;
        z-index: 0;
        border-radius: 30px;
        text-align: center;
        line-height: 27px;
        color: #fff;
        position: absolute;
        top: -14px;
        right: -12px;
    }


    /* search-mobile */
    .search-mobile {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 1px;
    }

    .search-mobile .search-box {
        position: relative;
    }

    .search-mobile .search-box .search-input {
        display: inline;
        padding: 0px 42px 0px 10px;
        height: 30px;
        line-height: 30px;
        background: transparent;
        border: 1px solid #b3b3b3;
        margin-right: 1px;
        border-radius: 0px;
        box-shadow: none;
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
    }

    .search-mobile .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background: #ec008c;
        display: block;
        border: medium none;
        color: #fff;
        width: 42px;
        text-align: center;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0px !important;
        border-radius: 0px;
    }

    /* DEFAULT */
    .section_wrapper,
    .section.full-width:not(.no-margin-h)>.section_wrapper,
    .container,
    .four.columns {
        max-width: calc(100%) !important
    }

    .header {
        background-color: #fff;
        background-image: none;
    }

    .header_main {
        display: none;
    }

    .header_mobile {
        display: block;
    }

    body:not(.template-slider):not(.header-simple) #Header {
        min-height: 0
    }

    .header_actionbar {
        display: none;
    }

    .logo_mobile img {
        max-width: 100%;
    }

    /* MENU */
    .header_menu_mobile {
        position: fixed;
        top: 0;
        left: 15px;
        width: 100%;
        max-width: 250px;
        /*height: 100%;*/
        background-color: rgba(0, 0, 0, 0.77);
        padding: 0;
        border: none;
        z-index: 9999 !important;
        max-height: 515px;
        overflow: auto;
        padding-top: 65px;
    }

    .header_menu_mobile {
        transform: translate3d(-335px, 0, 0);
        -webkit-transform: translate3d(-335px, 0, 0);
        -ms-transform: translate3d(-335px, 0, 0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
    }

    .header_menu_mobile.show {
        transform: translate3d(-15px, 0, 0);
        -webkit-transform: translate3d(-15px, 0, 0);
        -ms-transform: translate3d(-15px, 0, 0);
    }

    #Header .header_menu_mobile {
        width: 100%;
        float: left;
        z-index: 9999;
        max-height: none;
        background-color: rgba(0, 0, 0, 0.85);
        padding-top: 65px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
        height: 100vh;
    }

    #Header .header_menu_mobile ul.menu li {
        width: 100%;
        text-align: left;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #Header .header_menu_mobile ul.menu li a {
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 10px 16px;
        font-weight: normal;
        border: none;
        font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    #Header .header_menu_mobile ul.menu li a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #0682d2;
    }

    #Header .header_menu_mobile .sub-menu li {
        padding-left: 20px;
    }

    #Header .header_menu_mobile .menu-item-has-children>a::after {
        font-size: 18px;
        margin-left: 5px;
        transition: transform 0.3s ease-in-out;
    }

    #Header .header_menu_mobile .sub-menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 10px 0;
    }

    #Header .header_menu_mobile .menu-item-has-children:hover .sub-menu {
        display: block;
        transform: translateY(10px);
    }

    #Header .header_menu_mobile .menu>li:hover>.sub-menu {
        display: block;
    }

    .ubermenu .ubermenu-item.ubermenu-item-level-0:first-child a {
        border: none;
    }

    .header_menu_mobile .social-header {
        padding: 10px 15px;
        background-color: rgb(226, 226, 226);
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }

    .header_menu_mobile .social-header ul li {
        float: left;
    }

    .header_menu_mobile .social-header ul li a {
        color: #fff;
        position: relative;
        display: block;
        line-height: 25px;
        margin-right: 5px;
    }

    .header_menu_mobile .social-header ul li a i.fa-facebook,
    .header_menu_mobile .social-header ul li a i.zmdi-facebook {
        background-color: #3b5998
    }

    .header_menu_mobile .social-header ul li a i.fa-twitter,
    .header_menu_mobile .social-header ul li a i.zmdi-twitter {
        background-color: #48c4d2
    }

    .header_menu_mobile .social-header ul li a i.fa-google-plus,
    .header_menu_mobile .social-header ul li a i.zmdi-google-plus {
        background-color: #dd4b39
    }

    .header_menu_mobile .social-header ul li a i {
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }

    /* End Menu */
    /* LOGO */
    /*.logo_mobile{
        width: 75%;
        max-width: 85px;
        float: left;
        margin: 10px 0;
    }*/
    .logo_mobile .img {
        max-width: 150px;
        width: 100%;
        height: auto;
    }

    /* END LOGO */
    .ms-anim-layers {
        display: none;
    }

    /* Cart */
    .cart_total.cart_mobile {
        background-image: none;
        background-color: #d36eb4;
        border-radius: 5px;
        float: right;
        width: calc(100% - 95px);
        height: 35px;
        padding-top: 5px;
        margin-top: 7px;
        text-align: center;
    }

    .cart_total.cart_mobile a,
    .cart_total.cart_mobile span {
        color: #fff;
        font-size: 14px;
    }

    .header_main {
        display: none;
    }

    .title h2 {
        font-size: 20px;
        text-align: center;
    }

    .category_product_main .large-3.columns {
        min-height: auto;
        max-width: none;
        margin-top: 0px;
        background-size: cover;
        background-position: center;
    }

    .category_product_main {
        margin: 0;
    }

    #Footer {
        background-size: cover
    }

    .box_footer {
        float: left;
        width: 100%;
    }

    .box_footer h3 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .menu_checkout_box ul li {
        width: 100%;
    }

    .flower_sight_below_total {
        position: static;
        margin-bottom: 25px;
        float: left;
        width: 100%;
    }

    .woocommerce .shop_table .product-quantity {
        width: 100% !important;
    }

    .one-product {
        margin-bottom: 45px;
    }

    #Content .one-product__slider .item a {
        height: 335px;
    }

    .one-product__slider_navigation .item {
        height: 75px;
    }

    /* Fix buttons trên mobile */
    .button_cart_submit_box {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
        clear: both;
    }



    .button_cart_submit {
        width: 100% !important;
        clear: both;
        margin-top: 15px;
    }

    .button_cart_submit a {
        width: 100% !important;
        margin-left: 0 !important;
        display: block !important;
        text-align: center;
    }

    .button_cart_submit a span {
        width: 100% !important;
        text-align: center !important;
        padding: 10px 15px 8px !important;
        display: block !important;
    }

    /* Fix form cart trên mobile */
    .woocommerce div.product form.cart {
        display: flex;
        flex-direction: column;
    }


}


body.single-product .woocommerce-content h2 {
    font-size: 20px;
    font-weight: 500;
}

body.single-product .woocommerce-content h3 {
    font-size: 18px;
}

/* ============================================
   PRODUCT TABS STYLING
   ============================================ */
/* Border cho cả khung tabs */
.woocommerce-tabs,
.wc-tabs-wrapper,
.tabbed-content {
    border: 1px solid #c5c5c5;
    padding: 20px;
}

/* Tab Navigation */
.woocommerce-tabs .nav,
.woocommerce-tabs ul.tabs,
.wc-tabs-wrapper .nav,
.wc-tabs-wrapper ul.tabs,
.woocommerce-tabs ul.tabs.wc-tabs,
.wc-tabs-wrapper ul.tabs.wc-tabs,
.tabbed-content .nav,
.tabbed-content ul.tabs {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    display: flex !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    max-width: none !important;
}

.woocommerce-tabs .nav li,
.woocommerce-tabs ul.tabs li,
.wc-tabs-wrapper .nav li,
.wc-tabs-wrapper ul.tabs li,
.woocommerce-tabs ul.tabs.wc-tabs li,
.wc-tabs-wrapper ul.tabs.wc-tabs li,
.tabbed-content .nav li,
.tabbed-content ul.tabs li {
    margin-right: 30px;
    margin-bottom: 0 !important;
    display: inline-block !important;
    white-space: nowrap !important;
    flex-shrink: 0;
    float: none !important;
}

.woocommerce-tabs .nav li a,
.woocommerce-tabs ul.tabs li a,
.wc-tabs-wrapper .nav li a,
.wc-tabs-wrapper ul.tabs li a,
.tabbed-content .nav li a,
.tabbed-content ul.tabs li a {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    transition: all 0.3s ease;
    display: inline-block;
}

.woocommerce-tabs .nav li.active a,
.woocommerce-tabs .nav li a:hover,
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover,
.wc-tabs-wrapper .nav li.active a,
.wc-tabs-wrapper .nav li a:hover,
.wc-tabs-wrapper ul.tabs li.active a,
.wc-tabs-wrapper ul.tabs li a:hover,
.tabbed-content .nav li.active a,
.tabbed-content .nav li a:hover,
.tabbed-content ul.tabs li.active a,
.tabbed-content ul.tabs li a:hover {
    color: #000;
    border-bottom-color: #0682d2;
}

/* Tab active có border-top màu hồng */
.woocommerce-tabs .nav li.active a,
.woocommerce-tabs ul.tabs li.active a,
.wc-tabs-wrapper .nav li.active a,
.wc-tabs-wrapper ul.tabs li.active a,
.tabbed-content .nav li.active a,
.tabbed-content ul.tabs li.active a {
    border-top-color: #ff4081;
}

/* Tab Content - Description */
.woocommerce-Tabs-panel--description,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.woocommerce-Tabs-panel--description p,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description p,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description h2,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description h3,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description h4,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description h2,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description h3,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description h4 {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000;
}

.woocommerce-Tabs-panel--description strong,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description strong,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description strong {
    color: #0682d2;
    font-weight: bold;
}

.woocommerce-Tabs-panel--description a,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description a,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description a {
    color: #2991d6;
    text-decoration: none;
}

.woocommerce-Tabs-panel--description a:hover,
.woocommerce-tabs .tab-panels .panel.woocommerce-Tabs-panel--description a:hover,
.wc-tabs-wrapper .tab-panels .panel.woocommerce-Tabs-panel--description a:hover {
    text-decoration: underline;
}

/* Legacy jq-tabs support */
body.single-product .jq-tabs,
body.single-product .jq-tabs .ui-widget-content,
body.single-product .jq-tabs p,
body.single-product .jq-tabs div,
body.single-product .jq-tabs span,
body.single-product .jq-tabs .ui-widget-content li {
    font-size: 17px;
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
}

body.single-product div.entry-summary {
    font-weight: 600;
}

body.single-post,
body.single-post ul li,
body.single-post li {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

body.single-product .jq-tabs .ui-widget-content a,
body.single-product .entry-summary11 a {
    color: #2991d6;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    /*================ Default ================*/
    /*================ Header Wrapper ================*/
    .iconnav_mobile {
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        margin-top: 25px;
    }

    .menu-toggle_mobile {
        width: 30px;
        z-index: 999;
        cursor: pointer;
        float: right;
    }

    .menu-toggle_mobile .one,
    .menu-toggle_mobile .two,
    .menu-toggle_mobile .three {
        width: 100%;
        height: 2px;
        background: #333333;
        margin: 6px auto;
        border-radius: 1px;
        backface-visibility: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .menu-toggle_mobile.on .one {
        -moz-transform: rotate(45deg) translate(4px, 4px);
        -ms-transform: rotate(45deg) translate(4px, 4px);
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
    }

    .menu-toggle_mobile.on .two {
        opacity: 0;
    }

    .menu-toggle_mobile.on .three {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
    }

    .menu-toggle_mobile.on .one,
    .menu-toggle_mobile.on .two,
    .menu-toggle_mobile.on .three {
        background: #fff;
    }

    .navigation--sticky {
        position: relative;
    }

    .logo_mobile {
        width: calc(100% - 75px);
        float: left;
        padding-top: 0px;
    }

    .logo_mobile h1 {
        margin: 0
    }

    .logo_mobile a {
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }

    .cart-mobile {
        float: right;
        width: 35px;
        height: 35px;
        margin-top: 23px;
        padding: 0;
        margin-right: 5px;
    }

    .cart-mobile .title-cart {
        width: 38px;
        height: 38px;
        line-height: 33px;
        background: transparent;
        border: 2px solid #333;
        border-radius: 50%;
        color: #333;
        font-size: 20px;
        text-align: center;
        position: relative;
    }

    .cart-mobile .title-cart span.item-quantity {
        width: 27px;
        height: 27px;
        background: #ec008c;
        z-index: 0;
        border-radius: 30px;
        text-align: center;
        line-height: 27px;
        color: #fff;
        position: absolute;
        top: -14px;
        right: -12px;
    }

    /* search-mobile */
    .search-mobile {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 1px;
    }

    .search-mobile .search-box {
        position: relative;
    }

    .search-mobile .search-box .search-input {
        display: inline;
        padding: 0px 42px 0px 10px;
        height: 30px;
        line-height: 30px;
        background: transparent;
        border: 1px solid #b3b3b3;
        margin-right: 1px;
        border-radius: 0px;
        box-shadow: none;
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
    }

    .search-mobile .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background: #ec008c;
        display: block;
        border: medium none;
        color: #fff;
        width: 42px;
        text-align: center;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0px !important;
        border-radius: 0px;
    }

    /* DEFAULT */
    .section_wrapper,
    .section.full-width:not(.no-margin-h)>.section_wrapper,
    .container,
    .four.columns {
        max-width: calc(100%) !important
    }

    .header {
        background-color: #fff;
        background-image: none;
    }

    .header_main {
        display: none;
    }

    .header_mobile {
        display: block;
    }

    body:not(.template-slider):not(.header-simple) #Header {
        min-height: 0
    }

    .header_actionbar {
        display: none;
    }

    .logo_mobile img {
        max-width: 100%;
    }

    /* MENU */
    .header_menu_mobile {
        position: fixed;
        top: 0;
        left: 15px;
        max-width: 250px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.77);
        padding: 0;
        border: none;
        z-index: 1;
        max-height: 515px;
        overflow: auto;
    }

    .header_menu_mobile {
        transform: translate3d(-335px, 0, 0);
        -webkit-transform: translate3d(-335px, 0, 0);
        -ms-transform: translate3d(-335px, 0, 0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
    }

    .header_menu_mobile.show {
        transform: translate3d(-15px, 0, 0);
        -webkit-transform: translate3d(-15px, 0, 0);
        -ms-transform: translate3d(-15px, 0, 0);
    }

    /* Menu cấp 2 và 3 sẽ luôn hiển thị */
    .header_menu_mobile .sub-menu {
        display: block;
        /* Cấp 2 và cấp 3 luôn hiển thị */
        background-color: rgba(0, 0, 0, 0.85);
        /* Nền cho cấp 2 và 3 */
        padding: 10px;
    }

    /* Hiển thị các mục con của menu cấp 2 và 3 khi hover */
    .header_menu_mobile .menu>li>a:hover+.sub-menu,
    .header_menu_mobile .menu>li:hover .sub-menu {
        display: block;
        transform: translateY(0);
    }

    /* Style cho menu cấp 2, cấp 3 */
    .header_menu_mobile .sub-menu li {
        padding: 8px 0;
        width: 100%;
    }

    .header_menu_mobile .sub-menu li a {
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 0 16px;
        font-weight: normal;
        font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    }

    .header_menu_mobile .sub-menu .sub-menu li {
        padding-left: 20px;
        /* Thụt vào cho cấp 3 */
    }

    /* Hiển thị mũi tên cho các menu con */
    .header_menu_mobile .menu-item-has-children>a::after {
        content: "\2193";
        /* Mũi tên xuống */
        font-size: 18px;
        margin-left: 5px;
    }

    #Header .header_menu_mobile nav {
        width: 100%;
        float: left;
    }

    #Header .header_menu_mobile nav ul li {
        width: 100%;
        text-align: left;
        padding: 8px 0;
    }

    #Header .header_menu_mobile nav ul li a {
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 0 16px;
        font-weight: normal;
        border: none;
        font-family: 'SFU_function';
    }

    .ubermenu .ubermenu-item.ubermenu-item-level-0:first-child a {
        border: none;
    }

    .header_menu_mobile .social-header {
        padding: 10px 15px;
        background-color: rgb(226, 226, 226);
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }

    .header_menu_mobile .social-header ul li {
        float: left;
    }

    .header_menu_mobile .social-header ul li a {
        color: #fff;
        position: relative;
        display: block;
        line-height: 25px;
        margin-right: 5px;
    }

    .header_menu_mobile .social-header ul li a i.fa-facebook,
    .header_menu_mobile .social-header ul li a i.zmdi-facebook {
        background-color: #3b5998
    }

    .header_menu_mobile .social-header ul li a i.fa-twitter,
    .header_menu_mobile .social-header ul li a i.zmdi-twitter {
        background-color: #48c4d2
    }

    .header_menu_mobile .social-header ul li a i.fa-google-plus,
    .header_menu_mobile .social-header ul li a i.zmdi-google-plus {
        background-color: #dd4b39
    }

    .header_menu_mobile .social-header ul li a i {
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }

    /* End Menu */
    /* LOGO */
    /*.logo_mobile{
        width: 75%;
        max-width: 85px;
        float: left;
        margin: 10px 0;
    }*/
    .logo_mobile .img {
        max-width: 150px;
        width: 100%;
        height: auto;
    }

    /* END LOGO */
    .ms-anim-layers {
        display: none;
    }

    /* Cart */
    .cart_total.cart_mobile {
        background-image: none;
        background-color: #d36eb4;
        border-radius: 5px;
        float: right;
        width: calc(100% - 95px);
        height: 35px;
        padding-top: 5px;
        margin-top: 7px;
        text-align: center;
    }

    .cart_total.cart_mobile a,
    .cart_total.cart_mobile span {
        color: #fff;
        font-size: 14px;
    }

    .header_main {
        display: none;
    }

    .title h2 {
        font-size: 20px;
        text-align: center;
    }

    .category_product_main .large-3.columns {
        min-height: auto;
        width: 50%;
        max-width: none;
        margin-top: 20px;
        float: left;
        background-size: cover;
        background-position: center;
    }

    .category_product_main {
        margin: 0;
    }

    #Footer {
        background-size: cover
    }

    .box_footer {
        float: left;
        width: 100%;
    }

    .box_footer h3 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .woocommerce .shop_table .product-quantity {
        width: 100% !important;
    }


    .one-product {
        margin-bottom: 45px;
    }

    #Content .one-product__slider .item a {
        height: 435px;
    }

    .one-product__slider_navigation .item {
        height: 75px;
    }

    .nav_thumnail {
        width: 75px;
    }

    .one-product__slider {
        width: calc(100% - 90px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*================ Default ================*/
    /*================ Header Wrapper ================*/
    .iconnav_mobile {
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        margin-top: 25px;
    }

    .menu-toggle_mobile {
        width: 30px;
        z-index: 999;
        cursor: pointer;
        float: right;
    }

    .menu-toggle_mobile .one,
    .menu-toggle_mobile .two,
    .menu-toggle_mobile .three {
        width: 100%;
        height: 2px;
        background: #333333;
        margin: 6px auto;
        border-radius: 1px;
        backface-visibility: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .menu-toggle_mobile.on .one {
        -moz-transform: rotate(45deg) translate(4px, 4px);
        -ms-transform: rotate(45deg) translate(4px, 4px);
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
    }

    .menu-toggle_mobile.on .two {
        opacity: 0;
    }

    .menu-toggle_mobile.on .three {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
    }

    .navigation--sticky {
        position: relative;
    }

    .logo_mobile {
        width: calc(100% - 75px);
        float: left;
        padding-top: 0px;
    }

    .logo_mobile h1 {
        margin: 0
    }

    .logo_mobile a {
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }

    .cart-mobile {
        float: right;
        width: 35px;
        height: 35px;
        margin-top: 23px;
        padding: 0;
        margin-right: 5px;
    }

    .cart-mobile .title-cart {
        width: 38px;
        height: 38px;
        line-height: 33px;
        background: transparent;
        border: 2px solid #333;
        border-radius: 50%;
        color: #333;
        font-size: 20px;
        text-align: center;
        position: relative;
    }

    .cart-mobile .title-cart span.item-quantity {
        width: 27px;
        height: 27px;
        background: #ec008c;
        z-index: 0;
        border-radius: 30px;
        text-align: center;
        line-height: 27px;
        color: #fff;
        position: absolute;
        top: -14px;
        right: -12px;
    }

    /* search-mobile */
    .search-mobile {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 1px;
    }

    .search-mobile .search-box {
        position: relative;
    }

    .search-mobile .search-box .search-input {
        display: inline;
        padding: 0px 42px 0px 10px;
        height: 30px;
        line-height: 30px;
        background: transparent;
        border: 1px solid #b3b3b3;
        margin-right: 1px;
        border-radius: 0px;
        box-shadow: none;
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
    }

    .search-mobile .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background: #ec008c;
        display: block;
        border: medium none;
        color: #fff;
        width: 42px;
        text-align: center;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0px !important;
        border-radius: 0px;
    }

    /* DEFAULT */
    .section_wrapper,
    .section.full-width:not(.no-margin-h)>.section_wrapper,
    .container,
    .four.columns {
        max-width: calc(100% - 15px) !important
    }

    p {
        font-size: 13px;
    }

    .header {
        background-color: #fff;
        background-image: none;
    }

    .header_main {
        display: none;
    }

    .header_mobile {
        display: block;
    }

    body:not(.template-slider):not(.header-simple) #Header {
        min-height: 0
    }

    .header_actionbar {
        display: none;
    }

    .logo_mobile img {
        max-width: 100%;
    }

    /* MENU */
    .header_menu_mobile {
        position: fixed;
        top: 0;
        left: 15px;
        max-width: 250px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.77);
        padding: 0;
        border: none;
        z-index: 9999;
        max-height: 515px;
        overflow: auto;
    }

    .header_menu_mobile {
        transform: translate3d(-335px, 0, 0);
        -webkit-transform: translate3d(-335px, 0, 0);
        -ms-transform: translate3d(-335px, 0, 0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
    }

    .header_menu_mobile.show {
        transform: translate3d(-15px, 0, 0);
        -webkit-transform: translate3d(-15px, 0, 0);
        -ms-transform: translate3d(-15px, 0, 0);
    }

    #Header .header_menu_mobile nav {
        width: 100%;
        float: left;
    }

    #Header .header_menu_mobile nav ul li {
        width: 100%;
        text-align: left;
        padding: 8px 0;
    }

    #Header .header_menu_mobile nav ul li a {
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 0 16px;
        font-weight: normal;
        border: none;
        font-family: 'SFU_function';
    }

    .ubermenu .ubermenu-item.ubermenu-item-level-0:first-child a {
        border: none;
    }

    .header_menu_mobile .social-header {
        padding: 10px 15px;
        background-color: rgb(226, 226, 226);
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }

    .header_menu_mobile .social-header ul li {
        float: left;
    }

    .header_menu_mobile .social-header ul li a {
        color: #fff;
        position: relative;
        display: block;
        line-height: 25px;
        margin-right: 5px;
    }

    .header_menu_mobile .social-header ul li a i.fa-facebook,
    .header_menu_mobile .social-header ul li a i.zmdi-facebook {
        background-color: #3b5998
    }

    .header_menu_mobile .social-header ul li a i.fa-twitter,
    .header_menu_mobile .social-header ul li a i.zmdi-twitter {
        background-color: #48c4d2
    }

    .header_menu_mobile .social-header ul li a i.fa-google-plus,
    .header_menu_mobile .social-header ul li a i.zmdi-google-plus {
        background-color: #dd4b39
    }

    .header_menu_mobile .social-header ul li a i {
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }

    /* End Menu */
    /* LOGO */
    /*.logo_mobile{
        width: 75%;
        max-width: 85px;
        float: left;
        margin: 10px 0;
    }*/
    .logo_mobile .img {
        max-width: 150px;
        width: 100%;
        height: auto;
    }

    /* END LOGO */
    .ms-anim-layers {
        display: none;
    }

    /* Cart */
    .cart_total.cart_mobile {
        background-image: none;
        background-color: #d36eb4;
        border-radius: 5px;
        float: right;
        width: calc(100% - 95px);
        height: 35px;
        padding-top: 5px;
        margin-top: 7px;
        text-align: center;
    }

    .cart_total.cart_mobile a,
    .cart_total.cart_mobile span {
        color: #fff;
        font-size: 14px;
    }

    .header_main {
        display: none;
    }

    .title h2 {
        font-size: 20px;
        text-align: center;
    }

    .category_product_main .large-3.columns {
        min-height: auto;
        width: 50%;
        max-width: none;
        margin-top: 20px;
        float: left;
        background-size: cover;
        background-position: center;
    }

    .category_product_main {
        margin: 0;
    }

    #Footer {
        background-size: cover
    }

    .box_footer {
        float: left;
        width: 100%;
    }

    .box_footer h3 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .one-product {
        margin-bottom: 45px;
    }

    #Content .one-product__slider .item a {
        height: 435px;
    }

    .one-product__slider_navigation .item {
        height: 75px;
    }

    .nav_thumnail {
        width: 75px;
    }

    .one-product__slider {
        width: calc(100% - 90px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .navigation .menu>li>a {
        font-size: 12px;
    }

    .header_main_top_left ul li span {
        font-size: 14px;
    }
}

.read-more-mb {
    text-transform: uppercase;
    color: #1d1e1e;
    border-bottom: 1px solid #1d1e1e;
    padding: 5px 0px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    display: table;
    margin-bottom: 30px;
}

.section_description {
    display: block;
    width: 100%;
    float: left;
}

.short-desc.category-description-block,
.short-desc.category-description-block {
    color: #636363;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.short-desc.max-height {
    max-height: 1500px;
}

/* Override max-height for term-description-bottom */
#term-description-bottom.short-desc.max-height {
    max-height: 200px !important;
}

#term-description-bottom:not(.short-desc).max-height {
    max-height: none !important;
}

.short-desc.category-description-block:after,
.short-desc.category-description-block:after {
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    display: block;
    height: 6rem;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.description-show-more {
    cursor: pointer;
}

.description-show-more i {
    font-size: 13px;
    line-height: 20px;
    color: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-right: 0;
    border-radius: 50%;
    border: 1px solid #2275ac;
    width: 20px;
    height: 20px;
}

.description-show-more.hidden {
    display: none !important;
}

.section_whychooseus {
    width: 100%;
    float: left;
    display: block;
    margin: 60px auto;
}

.section_whychooseus .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.why_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why_title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.why_list .item {
    text-align: center;
    width: 48%;
}

.why_list img {
    width: 48px !important;
    height: 48px !important;
}

.why_list .why_sub_title {
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    line-height: 28px;
}

.why_list .why_sub_desc {
    font-size: 17px;
    line-height: 26px;
    text-align: center;
}

/* Responsive for section_whychooseus */
@media screen and (max-width: 767px) {
    .section_whychooseus {
        margin: 40px auto;
    }

    .section_whychooseus .container {
        padding: 0 15px;
    }

    .why_title {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .why_list {
        flex-direction: column;
    }

    .why_list .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .why_list .item:last-child {
        margin-bottom: 0;
    }

    .why_list .why_sub_title {
        font-size: 20px;
        margin: 15px 0;
    }

    .why_list .why_sub_desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.box-product-banner {
    position: relative;
}

.box-breadcrumb .title {
    text-align: center;
    color: #fff !important;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Arima Madurai' !important;
    font-size: 50px !important;
    line-height: 60px;
    font-weight: 600;
}

.box-breadcrumb .title:after {
    display: none;
}

.box-breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    text-align: center;
    width: auto;
    display: block;
    right: 0;
    bottom: 0;
    margin: auto auto;
}

.at-expanding-share-button[data-position=bottom-right] {
    display: none !important;
}

.down-arrow {
    display: none !important;
}

.navigation--sticky.header .logo h2 {
    margin-top: 0px !important;
}

.logo_mobile h2 {
    margin-top: 0px !important;
}

.btnFilter,
.btnFilterClose {
    display: none !important;
}

.box-filter {
    display: inline-block !important;
}

.the_content_wrapper {
    margin: 0 !important;
}

.btnFilter {
    z-index: 9999;
}

@media screen and (max-width: 767px) {

    /* Updated for Flatsome Foundation grid - không dùng negative margins */
    .hoayeuthuong_product_item .row,
    .row-product .row,
    .related.products .row,
    .category_product_main .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hoayeuthuong_product_item .row>.columns,
    .category_product_main .row>.columns,
    .related.products .row>.columns,
    .row-product .row>.columns {
        padding-left: 15px;
        /* Chuẩn hóa: 0.9375rem = 15px */
        padding-right: 15px;
        /* Chuẩn hóa: 0.9375rem = 15px */
    }

    body .category_product_main .row1>div {
        padding-left: 0;
        padding-right: 0;
    }

    .hoayeuthuong_product_item_hover .quickview {
        display: none !important;
    }

    .description-show-more {
        width: 100%;
        text-align: center;
        display: block;
    }

    .short-desc.max-height {
        max-height: 1500px;
    }

    .box-breadcrumb {
        height: 60px;
    }

    .box-breadcrumb .title {
        font-size: 35px !important;
        line-height: 30px;
        margin-bottom: 0;
    }

    .woocommerce-breadcrumb a {
        font-size: 13px;
    }

    .why_title {
        line-height: 45px !important;
    }

    .hoayeuthuong_product_item_box,
    .hoayeuthuong_product_item_box {
        padding: 15px !important;
    }

    .row-product .small-6.columns:nth-child(2n+1) {
        clear: left !important;
    }

    .down-arrow {
        display: block !important;
        background-image: url(../../images/down-arrow.svg);
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: center center;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 3;
        bottom: 15px;
        -webkit-animation: small-bounce 1.2s infinite;
        animation: small-bounce 1.2s infinite;
        cursor: pointer;
    }

    .down-arrow a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box-product-banner .banner-slide .item img {
        height: 200px !important;
        object-fit: cover;
    }

    .shop-filters .box_select {
        display: inline-block;
        margin-left: 0 !important;
        width: calc(50% - 10px);
    }

    .filter_price_box {
        width: calc(50% - 10px);
        display: inline-block;
        position: relative;
        padding: 2px 10px;
        border: 1px solid #eee;
        margin-left: 15px;
    }

    .shop-filters .woocommerce-ordering {
        margin-top: 10px;
    }

    .shop-filters .box_select span.box_select_title {
        display: none !important;
    }

    .shop-filters .box_select .select {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
    }

    .shop-filters .box_select .select .placeholder {
        padding: 5px 5px;
    }

    .shop-filters .select ul li {
        padding: 3px 5px;
        font-size: 14px;
    }

    .shop-filters {
        padding: 15px 0 !important;
        position: relative;
    }

    .woocommerce .woocommerce-ordering select {
        margin-right: 0 !important;
        width: 193px;
        font-size: 14px;
        margin-top: 20px !important;
        background: transparent;
        -webkit-appearance: auto;
        padding: 5px 5px;
        font-size: 14px;
    }

    .filter-attribute-container {
        width: 100% !important;
        left: 0;
        right: 0;
        top: 44px;
    }

    #Subheader .title {
        line-height: 43px !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .title .h222 {
        line-height: 32px;
    }

    .box-filter {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: #000000c7;
        z-index: 9999999;
        color: #fff;
        padding: 10px;
        padding-top: 50px;
    }

    .btnFilterClose {
        background: none !important;
        padding: 5px;
        color: #fff !important;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .box-filter * {
        color: #fff;
    }

    .btnFilter,
    .btnFilterClose,
    .box-filter.show {
        display: block !important;
    }

    .box-filter {
        display: none !important;
    }

    .shop-filters .box_select,
    .filter_price_box {
        width: 100% !important;
        margin: 0 !important;
    }

    .shop-filters .box_select {
        margin-bottom: 20px !important;
    }

    .filter_price_box .list-group-item {
        background: #fff;
    }

    .filter_price_box .list-group-item * {
        color: #333;
        font-size: 12px;
    }

    .slider-values input {
        max-width: 60px !important;
    }

    .slider-values {
        display: flex !important;
    }

    .shop-filters {
        position: relative;
    }

    .btnFilter {
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 78px;
        height: 40px;
        font-size: 14px;
        z-index: 99999;
    }

    .container {
        margin: 0;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .box_footer .h33 {
        font-weight: 500;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_image img {
        opacity: 1 !important;
    }

    .hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_hover {
        opacity: 0 !important;
        display: none !important;
    }

    .form-mail .gform_body {
        width: calc(100% - 115px) !important;
        margin-right: 10px !important;
    }

    .form-mail .gform_footer {
        width: 100px !important;
    }

    .box-blog-new-one {
        margin-bottom: 30px !important;
    }

    .post-header .title_wrapper {
        padding-left: 0 !important;
    }
}

.nav_thumnail {
    width: 100%;
    display: block;
    clear: both;
    margin-top: 6px;
    position: relative;
    left: -5px;
}

.one-product__slider_navigation .item {
    margin: 0;
}

.one-product__slider {
    width: 100%;
    display: block;
    clear: both;
}

.nav_thumnail .slick-arrow {
    position: absolute;
    top: 34px;
    z-index: 999;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    /* padding: 5px; */
    font-weight: 500;
    font-size: 17px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
}

.nav_thumnail .fa-arrow-left,
.nav_thumnail .fa-chevron-left {
    left: 15px;

}

.nav_thumnail .fa-arrow-right,
.nav_thumnail .fa-chevron-right {
    right: 15px;
}

.one-product__slider_navigation .item {
    margin: 0px 3px;
}


.single-post .the_content_wrapper h3,
.single-post .the_content_wrapper h4,
.single-post .the_content_wrapper h5,
.single-post .the_content_wrapper h1,
.single-post .the_content_wrapper h2 {
    font-weight: 600;
    color: #1c6393;

}

@media (min-width: 12811px) {

    .hoayeuthuong_product_item_title h3 {
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .category_product_main .product_category_title {
        background-repeat: no-repeat;
    }
}


/* ============================================
   CUSTOM CSS - From Parent Theme
   ============================================ */

@media screen and (max-width: 500px) {
    body .category_product_main .large-3.columns {
        min-height: 335px;
        padding-left: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
        padding-right: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
    }

    .large-12.columns.gio_hoa_danh_muc.product-mb .hoayeuthuong_product_item_title {
        min-height: 108px;
    }
}

body .block-hoa-lan .product_category_title {
    min-height: 332px;
}

@media screen and (max-width: 767px) {
    .gio_hoa_danh_muc .category_product_main .large-3.columns:last-child {
        display: block !important;
    }

    body .category_product_main .large-3.columns {
        padding-left: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
        padding-right: 5px !important;
        /* Mobile: giảm padding để box sản phẩm không bị nhỏ */
    }
}

@media screen and (min-width: 1000px) {
    .cart_total {
        left: 100px;
    }
}

.woocommerce-ordering .mdi-chevron-down {
    position: absolute;
    right: 0;
    top: 5px;
}


/* ============================================
   MOBILE ORDERBY STYLES - Gộp từ footer.php
   ============================================ */
@media screen and (max-width: 850px) {

    .orderby11,
    .woocommerce-ordering select {
        background: #f5f5f5 !important;
        /* fix arrow up in select mobile version. */
    }

    .orderby11 .placeholder:after {
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        content: '\f2f9';
        z-index: 10;
    }

    .woocommerce-ordering .fa-chevron-down {
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* ============================================
   AUTHOR BOX
   ============================================ */
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow,
.author-box {
    display: flex;
    align-items: center;
    background-color: #eaeffa99;
    border-radius: 8px !important;
    padding: 16px;
    border-left: 4px solid #c93795;
    position: relative;
    margin-top: 30px;
}

.author-avatar {
    flex-shrink: 0;
    margin-right: 12px;
}

.author-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin: 0;
}

.author-box strong {
    color: #666;
}

.author-desc {
    font-size: 14px;
    color: #333;
    margin-top: 4px;
}

.author-more {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #03548f;
    text-decoration: none;
}

.author-more:hover {
    text-decoration: underline;
}

.verified-badge {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 12px;
    color: #2BA24C;
}

.verified-badge {
    font-size: 16px;
    color: #db3291;
}

.verified-badge i {
    color: #db3291;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .author-box {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .verified-badge {
        margin-top: 5px;
    }
}

/* ============================================
   BREADCRUMB RANKMATCH SEO
   ============================================ */
.rank-math-breadcrumb {
    color: white !important;
}

.rank-math-breadcrumb a {
    color: white !important;
}

.rank-math-breadcrumb span {
    color: white !important;
}

.woocommerce .product div.entry-summary .woocommerce-product-rating {
    float: none;
}

.woocommerce .star-rating {
    height: 20px;
}


@media (max-width: 540px) {

    .hoayeuthuong_product_item .hoayeuthuong_product_item_title h3 a,
    .hoayeuthuong_product_item_title h3 a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 52px;
    }
}

.acf-footer-html a {
    font-size: 13px;
    color: #8c9aa3 !important;
}

@media (min-width: 1200px) {
    .footer .container {
        max-width: 100%;
        width: 1500px !important;
    }
}


/* ============================================
   CUSTOM BREADCRUMB
   ============================================ */
.custom-breadcrumb-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.custom-breadcrumb-wrap a {
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.custom-breadcrumb-wrap span {
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.custom-breadcrumb-wrap a:hover {
    text-decoration: underline;
}


/* Fix animations - đảm bảo elements hiển thị sau khi animation class được thêm */
.animate.fadeIn,
.animate.fadeInUp,
.animate.fadeInDown,
.animate.fadeInLeft,
.animate.fadeInRight,
.animate.bounceIn,
.animate.bounceInUp,
.animate.bounceInDown,
.animate.bounceInLeft,
.animate.bounceInRight,
.animate.zoomIn,
.animate.zoomInUp,
.animate.zoomInDown,
.animate.zoomInLeft,
.animate.zoomInRight {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fallback: nếu JavaScript không chạy, vẫn hiển thị elements */
.no-js .animate,
.animate[data-anim-type] {
    animation-delay: 0s;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Đảm bảo elements hiển thị ngay khi animation class được thêm */
.animate[class*="fadeIn"],
.animate[class*="bounceIn"],
.animate[class*="zoomIn"] {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fix quan trọng: Đảm bảo tất cả elements có data-anim-type đều hiển thị sau 0.5s (fallback) */
.animate[data-anim-type]:not([class*="fadeIn"]):not([class*="bounceIn"]):not([class*="zoomIn"]) {
    animation: fadeInFallback 0.1s ease-in-out 0.5s forwards;
}

@keyframes fadeInFallback {
    to {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Đảm bảo elements hiển thị ngay cả khi chưa có animation class */
.animate {
    animation-fill-mode: both;
}

/* Nếu element đã có animation class, hiển thị ngay */
.animate.fadeIn,
.animate.fadeInUp,
.animate.fadeInDown,
.animate.fadeInLeft,
.animate.fadeInRight,
.animate.bounceIn,
.animate.bounceInUp,
.animate.bounceInDown,
.animate.bounceInLeft,
.animate.bounceInRight,
.animate.zoomIn,
.animate.zoomInUp,
.animate.zoomInDown,
.animate.zoomInLeft,
.animate.zoomInRight,
.animate.slideInUp,
.animate.slideInDown,
.animate.slideInLeft,
.animate.slideInRight {
    opacity: 1 !important;
    visibility: visible !important;
}


/* =====================================================
   PRODUCT CATEGORY PAGE - BANNER, DESCRIPTION, LOAD MORE
   ===================================================== */

/* Banner đầu danh mục với ACF */
.box-product-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.box-product-banner .banner-slide {
    position: relative;
}

.box-product-banner .banner-slide .item {
    position: relative;
}

.box-product-banner .banner-slide .item img {
    width: 100%;
    height: auto;
    display: block;
}

.box-breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.box-breadcrumb .title {
    text-align: center;
    color: #fff !important;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Arima Madurai' !important;
    font-size: 50px !important;
    line-height: 60px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.down-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.down-arrow a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.down-arrow.dn-m {
    display: none;
}

/* Mô tả trên (ACF field mo_ta_tren) */
#term-description-top {
    padding: 0;
    background-color: transparent;
    transition: all 0.3s ease;
    color: #333;
    line-height: 1.6;
}

#term-description-top p {
    text-align: left !important;
    font-size: 17px;
    color: #666;
}

#term-description-top strong {
    color: #333;
    font-weight: 600;
}

#term-description-top.short-desc {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

#term-description-top.short-desc:after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
    display: block;
    height: 6rem;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
}

#term-description-top:not(.short-desc) {
    max-height: none;
    overflow: visible;
}

#term-description-top:not(.short-desc):after {
    display: none;
}

.description-show-more,
.description-show-less {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0 0 0;
    padding: 0;
    background-color: transparent;
    color: #0073aa;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}

.description-show-more:hover,
.description-show-less:hover {
    color: #005177;
    text-decoration: underline;
}

.description-show-more i,
.description-show-less i {
    font-size: 16px;
    color: #0073aa;
}

.description-show-more.hidden,
.description-show-less.hidden {
    display: none !important;
}



#term-description-bottom {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

#term-description-bottom.short-desc {
    max-height: 200px !important;
    overflow: hidden;
    position: relative;
}

#term-description-bottom.short-desc.max-height {
    max-height: 200px !important;
}

#term-description-bottom:not(.short-desc) {
    max-height: none !important;
    overflow: visible;
}

#term-description-bottom:not(.short-desc).max-height {
    max-height: none !important;
}

#term-description-bottom.short-desc:after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
    display: block;
    height: 6rem;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
}

#term-description-bottom:not(.short-desc):after {
    display: none;
}

/* Load More Button */
.load-more-wrap {
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
}

.btn-load-more {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #c93795;
    border: 2px solid #c93795;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
}

.btn-load-more:hover {
    background-color: #a82a7a;
    border-color: #a82a7a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 55, 149, 0.3);
}

.btn-load-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-load-more i {
    margin-right: 8px;
    position: relative;
    z-index: 2;
}

/* Vòng tròn lan tỏa phong cách phonering */
.btn-load-more::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: btn-pulse-fill 1.2s infinite ease-in-out;
}

@keyframes btn-pulse-fill {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

/* Box content product container - Flatsome uses .products class */

/* Product box styling - giống home page */
.woocommerce .products .product .col-inner {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce .products .product:hover .col-inner {
    border-color: #c93795;
    box-shadow: 0 4px 12px rgba(201, 55, 149, 0.15);
    transform: translateY(-3px);
    transition: all 0.3s ease;
}

.woocommerce .products .product .product-small {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce .products .product .box-image {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.woocommerce .products .product .box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.woocommerce .products .product .box-text .title-wrapper {
    margin-bottom: 5px;
}

.woocommerce .products .product .box-text .title-wrapper h3 {
    font-size: 18px;
    color: #202020;
    margin: 0 0 5px;
    line-height: 25px;
    font-weight: normal;
}

.woocommerce .products .product .box-text .title-wrapper h3 a:hover {
    color: #c93795;
}

.woocommerce .products .product .box-text .price-wrapper {
    margin-top: auto;
}

.woocommerce .products .product .box-text .price {
    color: #c93795;
    line-height: 22px;
}

.woocommerce .products .product .box-text .price .amount {
    color: #c93795 !important;
}

/* Product hover buttons - giống home page */
.woocommerce .products .product .box-image {
    position: relative;
}

.woocommerce .products .product .box-image img {
    transition: all 0.3s;
}

.woocommerce .products .product .product-hover-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.woocommerce .products .product .product-hover-buttons a {
    display: inline-block;
    padding: 0px 25px;
    background-color: #fff;
    border: 2px solid #0682d2;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    line-height: 38px;
    height: 40px;
    transition: all 0.3s;
    font-weight: bold;
    color: #0682d2;
    text-decoration: none;
    margin: 0 5px;
}

.woocommerce .products .product .product-hover-buttons a:hover {
    background-color: #0682d2;
    color: #fff;
    text-decoration: none;
    border-color: #fff;
    transition: all 0.3s;
}

.woocommerce .products .product .product-hover-buttons a.muanhanh_icon {
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #0682d2;
    border: 2px solid #fff;
}

.woocommerce .products .product .product-hover-buttons a.muanhanh_icon i {
    color: #fff;
}

.woocommerce .products .product:hover .box-image img {
    opacity: 0.5;
    transition: all 0.3s;
}

.woocommerce .products .product:hover .product-hover-buttons {
    opacity: 1;
    transition: all 0.3s;
}

/* Ẩn các image-tools mặc định của Flatsome trên category page */
.woocommerce .products .product .image-tools {
    display: none !important;
}

/* Áp dụng styling cho Related Products, Up-sells, Cross-sells */
.related.products .product .col-inner,
.related-products-wrapper .product .col-inner,
.product-section.related .product .col-inner,
.woocommerce .related.products .product .col-inner,
.woocommerce .upsells.products .product .col-inner,
.woocommerce .up-sells .product .col-inner,
.woocommerce .cross-sells .product .col-inner {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related.products .product:hover .col-inner,
.related-products-wrapper .product:hover .col-inner,
.product-section.related .product:hover .col-inner,
.woocommerce .related.products .product:hover .col-inner,
.woocommerce .upsells.products .product:hover .col-inner,
.woocommerce .up-sells .product:hover .col-inner,
.woocommerce .cross-sells .product:hover .col-inner {
    border-color: #c93795;
    box-shadow: 0 4px 12px rgba(201, 55, 149, 0.15);
    transform: translateY(-3px);
    transition: all 0.3s ease;
}

.related.products .product .box-image,
.related-products-wrapper .product .box-image,
.product-section.related .product .box-image,
.woocommerce .related.products .product .box-image,
.woocommerce .upsells.products .product .box-image,
.woocommerce .up-sells .product .box-image,
.woocommerce .cross-sells .product .box-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.related.products .product .box-image img,
.related-products-wrapper .product .box-image img,
.product-section.related .product .box-image img,
.woocommerce .related.products .product .box-image img,
.woocommerce .upsells.products .product .box-image img,
.woocommerce .up-sells .product .box-image img,
.woocommerce .cross-sells .product .box-image img {
    transition: all 0.3s;
}

.related.products .product:hover .box-image img,
.related-products-wrapper .product:hover .box-image img,
.product-section.related .product:hover .box-image img,
.woocommerce .related.products .product:hover .box-image img,
.woocommerce .upsells.products .product:hover .box-image img,
.woocommerce .up-sells .product:hover .box-image img,
.woocommerce .cross-sells .product:hover .box-image img {
    opacity: 0.5;
    transition: all 0.3s;
}

.related.products .product .product-hover-buttons,
.related-products-wrapper .product .product-hover-buttons,
.product-section.related .product .product-hover-buttons,
.woocommerce .related.products .product .product-hover-buttons,
.woocommerce .upsells.products .product .product-hover-buttons,
.woocommerce .up-sells .product .product-hover-buttons,
.woocommerce .cross-sells .product .product-hover-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.related.products .product:hover .product-hover-buttons,
.related-products-wrapper .product:hover .product-hover-buttons,
.product-section.related .product:hover .product-hover-buttons,
.woocommerce .related.products .product:hover .product-hover-buttons,
.woocommerce .upsells.products .product:hover .product-hover-buttons,
.woocommerce .up-sells .product:hover .product-hover-buttons,
.woocommerce .cross-sells .product:hover .product-hover-buttons {
    opacity: 1;
    transition: all 0.3s;
}

/* CSS cho nút "Mua ngay" và icon trong Related Products */
.related.products .product .product-hover-buttons a,
.related-products-wrapper .product .product-hover-buttons a,
.product-section.related .product .product-hover-buttons a,
.woocommerce .related.products .product .product-hover-buttons a,
.woocommerce .upsells.products .product .product-hover-buttons a,
.woocommerce .up-sells .product .product-hover-buttons a,
.woocommerce .cross-sells .product .product-hover-buttons a {
    display: inline-block;
    padding: 0px 25px;
    background-color: #fff;
    border: 2px solid #0682d2;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    line-height: 38px;
    height: 40px;
    transition: all 0.3s;
    font-weight: bold;
    color: #0682d2;
    text-decoration: none;
    margin: 0 5px;
}

.related.products .product .product-hover-buttons a:hover,
.related-products-wrapper .product .product-hover-buttons a:hover,
.product-section.related .product .product-hover-buttons a:hover,
.woocommerce .related.products .product .product-hover-buttons a:hover,
.woocommerce .upsells.products .product .product-hover-buttons a:hover,
.woocommerce .up-sells .product .product-hover-buttons a:hover,
.woocommerce .cross-sells .product .product-hover-buttons a:hover {
    background-color: #0682d2;
    color: #fff;
    text-decoration: none;
    border-color: #fff;
    transition: all 0.3s;
}

.related.products .product .product-hover-buttons a.muanhanh_icon,
.related-products-wrapper .product .product-hover-buttons a.muanhanh_icon,
.product-section.related .product .product-hover-buttons a.muanhanh_icon,
.woocommerce .related.products .product .product-hover-buttons a.muanhanh_icon,
.woocommerce .upsells.products .product .product-hover-buttons a.muanhanh_icon,
.woocommerce .up-sells .product .product-hover-buttons a.muanhanh_icon,
.woocommerce .cross-sells .product .product-hover-buttons a.muanhanh_icon {
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #0682d2;
    border: 2px solid #fff;
}

.related.products .product .product-hover-buttons a.muanhanh_icon i,
.related-products-wrapper .product .product-hover-buttons a.muanhanh_icon i,
.product-section.related .product .product-hover-buttons a.muanhanh_icon i,
.woocommerce .related.products .product .product-hover-buttons a.muanhanh_icon i,
.woocommerce .upsells.products .product .product-hover-buttons a.muanhanh_icon i,
.woocommerce .up-sells .product .product-hover-buttons a.muanhanh_icon i,
.woocommerce .cross-sells .product .product-hover-buttons a.muanhanh_icon i {
    color: #fff;
}



/* ============================================
   RESPONSIVE - MOBILE (max-width: 767px)
   ============================================ */
@media screen and (max-width: 767px) {

    /* Related, Up-sells, Cross-sells Products */
    .related.products .product .col-inner,
    .related-products-wrapper .product .col-inner,
    .product-section.related .product .col-inner,
    .woocommerce .related.products .product .col-inner,
    .woocommerce .upsells.products .product .col-inner,
    .woocommerce .up-sells .product .col-inner,
    .woocommerce .cross-sells .product .col-inner {
        padding: 8px !important;
        border-radius: 6px;
    }

    .related.products .product:hover .col-inner,
    .related-products-wrapper .product:hover .col-inner,
    .product-section.related .product:hover .col-inner,
    .woocommerce .related.products .product:hover .col-inner,
    .woocommerce .upsells.products .product:hover .col-inner,
    .woocommerce .up-sells .product:hover .col-inner,
    .woocommerce .cross-sells .product:hover .col-inner {
        transform: translateY(-2px);
    }

    /* Products - Giảm padding trên mobile */
    .woocommerce .products .product .col-inner {
        padding: 8px !important;
        border-radius: 6px;
    }

    .woocommerce .products .product:hover .col-inner {
        transform: translateY(-2px);
    }

    .woocommerce .products .product .product-hover-buttons a {
        padding: 0px 15px;
        font-size: 12px;
        line-height: 32px;
        height: 34px;
    }

    .woocommerce .products .product .product-hover-buttons a.muanhanh_icon {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    /* Category Page */
    .box-breadcrumb .title {
        font-size: 32px !important;
        line-height: 40px;
    }

    .box-product-banner .banner-slide .item img {
        height: 200px !important;
        object-fit: cover;
    }

    .down-arrow {
        display: block !important;
    }

    #term-description-top,
    #term-description-bottom {
        padding: 15px;
    }

    .btn-load-more {
        padding: 4px 8px;
        font-size: 12px;
    }
}