.library-section .library-slider button {
    display: none !important
}

.library-img {
    width: 280px;
    height: 350px;
    overflow: hidden;
}

.library-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.c-feature__icon img {
    max-width: 51px;
    max-height: 50px
}

.nav-dropdown,
input[type=search] {
    /* border-radius: unset */
}

.container ul {
    display: flex;
    flex-direction: row
}

.header-search {
    width: 69%
}

.header-search a {
    display: none !important
}

#search-lightbox {
    display: block !important
}

/*
ul.nav.header-nav li:nth-child(2) ul.sub-menu {
	left:13%
} */
/* --- Menu cấp 1 (thanh chứa các loại giày) --- */
.sub-menu.nav-dropdown.nav-dropdown-default.dropdown-uppercase {
    display: flex;
    flex-direction: column;
    /* hiển thị dọc */
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

/* --- Menu cấp 2 (Giày sân cỏ nhân tạo -> các brand) --- */
.sub-menu.nav-column.nav-dropdown-default.dropdown-uppercase {
    position: absolute;
    top: 0;
    /* bỏ hoặc thay bằng dòng dưới */
    /* transform: translateY(-10px); */
    left: 90%;
    display: none;
    flex-direction: column;
    background: #fff;
    /* padding: 10px 0; */
    list-style: none;
    min-width: 220px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    /* z-index: 1000; */
}


/* --- Hiện menu con khi hover --- */
.menu-item-has-children:hover>.sub-menu.nav-column.nav-dropdown-default.dropdown-uppercase {
    display: flex;
}

/* --- Các item con --- */
.sub-menu li {
    position: relative;
}

.sub-menu a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.sub-menu a:hover {
    background: #f5f5f5;
    color: #c00;
}

/* --- Đảm bảo các cột kế nhau không bị trôi layout --- */
.nav-dropdown-col {
    position: relative;
}


.term-description span {
    color: #000;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5555555556;
    margin: 0;
    text-align: justify;
}

.term-description {
    max-width: 1410px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #000;
    background: #f6f5f5;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    align-items: center;
}

.medium-text-center {
    font-size: 14px !important
}

.footer-2 .textwidget p.c-footer__links {
    padding: 6px 0px
}

.sale-cates .sale-cates__item:hover,
.sub-menu li a:hover {
    background-color: #fdb827
}
.sale-category-products__grid .sale-category-products__item:hover{
    /* transform: translateY(-10px); */
}

@media (min-width: 850px) {

    .sale-cates .sale-cates__item:hover,
    .sub-menu li a:hover {
        	background-color: #f6f6f6;
	color: #a50000 !important
    }

    .c-products__item:hover {
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 8px #000000c2;
        transform: translateY(-10px);
    }

    .c-products__item:hover {
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 8px #000000c2;
        transform: translateY(-10px);
    }

    .footer-2 li a {
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.3s ease;
    }

    .footer-2 li a:hover {
        border-bottom: 2px solid #000000;
    }
}

.c-products__item:hover {
    /* -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 2px 8px #000000c2; */
    /* transform: translateY(-10px); */
}

.footer-2 li a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}

.footer-2 li a:hover {
    border-bottom: 2px solid #000000;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    border: 3px solid #fdb827 !important;
}

#billing_first_name {
    display: none
}

.c-products__action {
    display: none
}

.cates-item img {
    height: 160px
}

/* .variations tr:nth-child(4),.variations tr:nth-child(3){display:none} */

.product-container .form_dangkynhansdt {
    padding: 8px;
    border-radius: 8px;
    width: 99%;
    margin-top: 12px;
    background-color: var(--clr-accent-bg);
}

.product-container .fw-bold,
.pre-form-contact__title {
    color: #fff
}

.form_dangkynhansdt p:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.form_dangkynhansdt p:nth-child(2) {
    display: flex
}

#billing_country {
    display: none
}

@media (min-width: 550px) {

    p.form-row-first,
    p.form-row-last {
        width: 100%;
        float: left;
    }
}

@media (max-width: 849px) {
    .category-filter-row {

        display: none;
    }
}

.product-grid .c-products__price,
p.c-viewed-products__price,
.c-related-products .c-products__price {
    color: #b4b6c5 !important;
    font-size: 12px;
}

.sale-category-products__prices {
    color: #b4b6c5;
    font-size: 12px;
        color: #e60000;
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default);
}
.blog-wrapper>.row>.col>.row>.post-item {
    padding: 20px 0 !important;
}

@media (max-width: 768px) {
    .c-viewed-products__title {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    #shop-sidebar {
        padding: 0 20px;
    }
}

.c-viewed-products__title {
    width: 70%;
}

.sale-cates {
    gap: 20px;
}

.continue-shopping {
    display: none;
}

.product-container {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}

.devvn_readmore_flatsome:before {
    background: unset !important
}

.nav-dropdown>li {
    border-right: 0
}

/* .price del {font-size:25px} */
footer#footer .footer-2 form[aria-label="Form liên hệ"] input,
.product-main form[aria-label="Form liên hệ"] input {
    border: 1px solid #000
}

.wpcf7-submit {
    border: unset !important;
}

input[type=email] {
    color: #000 !important;
}

footer#footer .footer-2 form[aria-label="Form liên hệ"] {
    padding: 8px;
    border-radius: 8px;
    margin-top: 12px;
    background-color: #ffff;
}

.contact-form__actions input {
    width: 100%;
    margin: 20px 0
}

td {
    color: #000
}

input[type=email],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=text],
textarea {
    border-radius: 6px;
    border: 1px solid;
}

.button.secondary:not(.is-outline) {}

.searchform .relative .flex-col:nth-child(2) {
    /* width: 6%; */
}

.searchform button {
    width: 100%;
    border-radius: 20px;
}

#masthead .searchform {
    background-color: #fff !important;
    font-size: 14px;
    border-radius: 20px;
}

.woocommerce-shipping-fields {
    display: none !important
}

.nav>li>a {
    font-family: 'Montserrat-Medium', serif;
    font-size: 18px
}

.hide-for-medium.flex-right span,
form[aria-label="Form liên hệ"],
.accordion,
.c-article-item__content {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
    padding-left: 0px !important;
}

.icon-angle-down,
span.wpcf7-spinner {
    display: none !important
}

div#wpcf7-f3247-o1 form {
    padding: 8px;
    border-radius: 8px;
    margin-top: 12px;
    background-color: var(--clr-accent-bg);
}

.widget_nav_menu li {
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

/* .dark,
.dark p,
.dark td {
    color: #C8333A !important;
} */

.footer-2 .widget-title {
    font-size: 2rem !important;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 18px !important;
    position: relative;
    display: inline-block !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

.c-footer__links--flex a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

footer#footer p>a {
    color: #fff !important
}

img.size-full.alignnone {
    margin-bottom: unset !important
}

/*Footer*/
.woocommerce-checkout-review-order .button#place_order {
    background-color: #fff !important
}

.woocommerce-checkout-payment button {
    width: 100%
}

.cart-item__quantity-box {
    font-size: 14px
}

.variations tr:nth-child(2) th {
    display: flex !important
}

.single_add_to_cart_button.button {
    margin-left: auto
}

.shop_table.order_details *,
.woocommerce-shipping-unit,
.woocommerce>.row>.col>p,
.is-well.col-inner.entry-content *,
.woocommerce-customer-details *,
.woocommerce-billing-fields__field-wrapper *,
.woocommerce-checkout-review-order-table *,
.woocommerce-checkout-payment *,
.woocommerce-additional-fields,
.cart_totals * {
    font-size: 14px !important;
}

.woocommerce-shipping-unit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: unset !important
}

.woocommerce-shipping-fields {
    padding: 0 16px
}

.woocommerce-form-coupon-toggle,
.woocommerce-billing-fields,
.woocommerce-additional-fields,
.woocommerce-checkout-payment,
.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout .row,
.woocommerce-order-details,
.is-well.col-inner.entry-content {
    background: #ffffff;
}

.footer-wrapper .footer-widgets .row {
    /* background: #C8333A; */
    /* background: #fff !important; */
}

.woocommerce-billing-fields {
    margin-bottom: unset;
    padding-top: unset !important;
    border-top: unset !important;
    background: #ffffff;
}

.cart_totals table:nth-child(1),
.c-article-list__header {
    margin-bottom: 36px
}

th,
td {
    border-bottom: unset !important
}

form.checkout .woocommerce-billing-fields h3,
.checkout-sidebar h3 {
    font-size: 28px !important;
    text-transform: inherit !important;
}

.cart_totals th.product-name {
    border-width: unset;
    font-size: 32px !important;
    padding: unset;
    text-transform: inherit;
}

.cart-item__quantity-box {
    width: auto !important
}

.l-sidebar__left {
    display: flex
}

.quantity {
    margin-right: unset !important
}

.cart-item__quantity-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 105px;
    margin-top: 15px;
}

.variation {
    font-size: 14px;
    text-transform: capitalize
}

table.variations tr:nth-child(2) th.label label,
table.variations tr:nth-child(2) th.label span,
.woocommerce-variation.single_variation {
    font-size: 14px;
    font-weight: 500;
    display: block !important
}

table.variations tr {
    margin-bottom: 20px
}

.checkout-button,
.woocommerce-checkout-payment button {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c93030;
    color: #c93030;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff !important;
    font-size: 14px
}

.checkout-button:hover,
.woocommerce-checkout-review-order .button#place_order:hover {
    background-color: #c93030 !important;
    color: #fff
}

@media only screen and (max-width: 1024px) {

    .checkout-button,
    .woocommerce-checkout-payment button {
        width: 30%
    }
}

.page-checkout .cart-item,
.cart-container .woocommerce .l-sidebar,
.cart_totals {
    background: #fff
}

.cart-item__image {
    background-color: #efefef !important
}

.woocommerce-cart-form {
    padding: unset !important;
    width: 100%
}


.product-page-price.out-of-stock {
    margin-bottom: unset !important;
    background-color: #f6f6f6;
}

.cart-item {
    grid-template-columns: 1fr 1fr 0.3fr 0.1fr !important;
    border-top: unset !important;
    /*padding:unset !important;background-color: #f6f6f6*/
    ;
}

/* .c-viewed-products__clear{width:10%} */
/**/
.sale-cates {
    list-style-type: none;
}

/* .product-footer .c-viewed-products{
	width: 1332px;
    max-width: 1332px;
    position: relative;
    right: -2.9%;
} */
.product-footer .c-viewed-products .l-container,
.after-cart-recently-viewed .l-container {
    padding-left: unset;
    padding-right: unset
}

.box-offer-detail .list-info-offter {
    padding: 10px 40px !important
}

.reviews-list .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reviews-list .review {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #000000;

    border-style: dashed;
}

div#reviews.woocommerce-Reviews {
    border-bottom: unset !important;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #ffffff;
    width: 100%;
}

.product-main .product-gallery,
.product-main .product-info,
.product-main>.row {
    background: #fff !important
}

.product-section h5 {
    padding-left: unset !important
}

.product-page-detail h5 {
    padding-left: 15px !important
}

.text-center .quantity,
.quantity {
    margin-right: 6em;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-summary .quantity,
p {
    margin-bottom: unset !important
}

.form-minimal.quantity .qty {
    height: unset
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
.single_add_to_cart_button.button {
    background-color: white !important;
    /*color: #C8333A;*/
    /*border: 2px solid #C8333A;*/
    padding: 5px;
    border-radius: 8px !important;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover,
.single_add_to_cart_button.button:hover, .buy-now-button:hover {
    background-color: #a50000 !important;
}
button#buy-now-btn {
    padding: 5px 10px;
    background-color: #000
}

.woocommerce-variation.single_variation {
    display: block !important
}

.box-offer-detail .item-offer {
    margin-bottom: unset !important
}

.form_dangkynhantinemail p:nth-child(2) input,
.form_dangkynhansdt p:nth-child(2) input {
    background-color: white;

}

.form_dangkynhantinemail p:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    background: #fff;
}

.form_dangkynhantinemail p:nth-child(2) input[type=text] {
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
}

.form_dangkynhantinemail .wpcf7-submit,
.form_dangkynhansdt .wpcf7-submit {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    text-indent: -9999px;
    transition: background-color 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23c8333a' d='M322.5 351.7L523.4 150.9L391 520.3L322.5 351.7zM489.4 117L288.6 317.8L120 249.3L489.4 117zM70.1 280.8L275.9 364.4L359.5 570.2C364.8 583.3 377.6 591.9 391.8 591.9C406.5 591.9 419.6 582.7 424.6 568.8L602.6 72C606.1 62.2 603.6 51.4 596.3 44C589 36.6 578.1 34.2 568.3 37.7L71.4 215.7C57.5 220.7 48.3 233.8 48.3 248.5C48.3 262.7 56.9 275.5 70 280.8z'/%3E%3C/svg%3E");
}

.form_dangkynhantinemail .wpcf7-submit:hover {
    background-color: var(--clr-accent-hover);
}

.list-info-offter .item-offer,
.product-main .form_dangkynhantinemail p {
    font-size: 14px
}

.product-main .form_dangkynhantinemail {
    background-color: #fdb827;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
}

.product-main .form_dangkynhantinemail p:nth-child(2) {
    display: -webkit-box
}

input[type=email] {
    box-shadow: unset !important;
    /*     border: unset !important; */
}

span.section-title-main,
.container.section-title-container.c-related-products__title {
    margin-bottom: unset !important;
}

.row-small>.flickity-viewport>.flickity-slider>.col,
.row-small>.col {
    padding: unset;
    margin-bottom: 0;
}

.footer {
    /* padding: 30px 0 !important; */
}

.product-info,
.rtwpvg-images {
    margin-bottom: unset !important
}

.product-info .wpcf7 .wpcf7-form-control-wrap {
    width: 88%
}

.product-section h5:before {
    content: unset !important
}

.review-author {
    font-weight: bold;
    /*     margin-bottom: 5px; */
}

.review-text {
    font-size: 16px;
    padding: 10px 30px;
}

.review-author {
    font-size: 20px;
}

.product-section h5:before {
    all: unset
}

/* Định dạng chung cho các ngôi sao */
.star {
    font-size: 24px;
    font-weight: 900;
}

/* Định dạng cho các ngôi sao đầy (rating sao) */
.star.filled {
    color: #fe9727;
    /* Màu vàng cho ngôi sao đầy */
}

/* Định dạng cho các ngôi sao rỗng */
.star.empty {
    color: #d3d3d3;
    /* Màu xám nhạt cho ngôi sao rỗng */
}

/* Phần bình luận */
.review {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

/* Phần ảnh đại diện của người đánh giá */
.review-author {
    float: left;
    /*     margin-right: 10px; */
}

.review-author img {
    border-radius: 50%;
    /* Tạo ảnh đại diện hình tròn */
}

/* #product-sections .product-section .row-product-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
} */
.star_box {
    padding: unset !important;
    border: unset !important;
}

.product-section {
    border-top: unset !important
}

body .star-average .woocommerce-product-rating {
    align-items: center !important;
}

body .star-average .woocommerce-product-rating .star-rating {
    font-size: 18px !important;
}

span.star_average {
    font-size: 44px;
}

.woocommerce-review-link,
.devvn_stars_value,
.devvn_num_reviews b {
    font-size: 14px !important;
    text-align: center !important;
}

/* .devvn_readmore_flatsome {width: 94.5% !important;} */

#product-sections .product-section {
    background-color: #fff;
}

.fsale-content_products .c-related-products__sizes li {
    width: 54px;
}

.brands-wrapper .c-related-products__sizes li {
    width: 44px;
}

.reviews-list .review {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #000000;

    border-style: dashed;
}

.devvn_readmore_flatsome.devvn_readmore_flatsome_more a,
.devvn_readmore_flatsome.devvn_readmore_flatsome_less a {
    margin: 20px auto;
    border-radius: 4px;
    border: 1px solid #a50000;
    background: #ffff;
    color: #a50000;
    padding: 10px 50px;
    display: inline-grid;
    font-size: 1.4em;
}

.devvn_readmore_flatsome {
    background: #ffffff !important;
    width: 102.5% !important
}

.product-page-detail-review .product-section {
    background-color: #f6f6f6
}

.product-page-detail-review .review {
    background: #ffff;
}

.star_box_left {
    display: flex !important;
    width: 100% !important;
    gap: 8px
}

.reviews_bar {
    width: 100% !important
}

.woocommerce-product-rating {
    flex-direction: column !important
}

.star_box_right {
    display: none
}

span.devvn_num_reviews {
    min-width: unset
}

/* Đảm bảo rằng container sử dụng Grid */
.product-page-detail-review .product-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 cột đều */
    gap: 20px;
    /* Tạo khoảng cách giữa các cột */
}

#reviews .mfp-hide {
    display: block !important;
    font-size: 1.4rem;
    max-width: unset !important;
    background-color: #f3f3f3 !important;
}

div#review_form_wrapper span#reply-title,
#comments .comment-respond {
    background-color: #f3f3f3 !important;
}

.comment-form-rating label {
    font-size: 1.4rem
}

#review_form_wrapper button {
    display: none
}

div#review_form_wrapper {
    border-radius: 5px;
    padding: unset;
    width: 100%;
    max-width: unset;
    background: #f6f6f6;
    margin: 0 auto;
    position: relative;
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #c7c3c3;
    border-radius: 10px;
    height: 80px;
    font-size: 1.4rem
}

span.devvn_perc_rating {
    height: 8px
}

span.devvn_num_reviews {
    min-width: unset
}

#review_form .comment-form-rating p.stars a {
    font-size: 0px !important;
}

#review_form .comment-form-rating p.stars {
    flex: unset
}

.comment-form-rating label {
    display: none
}

.comment-form-rating label {
    font-size: 1.4rem
}

span.btn-attach {
    color: #000 !important;
    /*background: transparent url(/wp-content/uploads/2025/11/Camera.png) no-repeat left center !important*/
}

.woocommerce #review_form #respond p.form-submit input#submit {
    background-color: #a50000 ;
    width: 100% !important;
    color: #000 !important;
}
.woocommerce #review_form #respond p.form-submit input#submit:hover {
    background-color: #a50000;
}
#comments .comment-respond {
    background-color: unset;
    padding: unset !important;
    width: unset;
}

.wrap-attaddsend,
#review_form .comment-form-rating {
    margin: unset !important
}

@media screen and (min-width: 850px) {
    .product-page-sections .product-section .large-6 {
        max-width: unset;
    }
    
}

.product-section {
    width: 100%;
    margin: 0 auto;
    /*   padding-left: 15px;
  padding-right: 15px; */
    box-sizing: border-box;
}

.row-product-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.c-viewed-products__remove {
    min-height: unset !important;
    line-height: unset !important;
    padding: 0 5px;
}

.c-products__sizes {

    list-style-type: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: Times New Roman, serif !important
} */

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-bottom: 0px;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    width: 100%;
}

.mfp-ready .mfp-close {
    opacity: 1;
}

.comment-section {
    display: flex;
    justify-content: space-evenly;
}

/*====================CSS Nekoshop========================= C8333A*/

:root {
    --base-width: 1260px;
    --sidebar-width: 220px;
    /* --gap: 20px; */
}

.l-container {
    width: 100%;
    max-width: var(--base-width);
    margin: 0 auto;
}

.hero-section-wr {
    width: calc(100% - var(--sidebar-width) - 36px) !important;
    margin-left: calc(var(--sidebar-width) + 36px) !important;
}

@media screen and (max-width: 1024px) {
    .hero-section-wr {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.hero-section img {
    width: 100%;
}

.js-banner-service-detail .swiper-button-next,
.js-banner-service-detail .swiper-button-prev {
    display: flex !important;
    background-color: #fff !important;
    padding: 0 10px !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.js-banner-service-detail .swiper-button-prev::after,
.js-banner-service-detail .swiper-button-next::after {
    font-size: 12px;
    color: #333;
    font-weight: 700;
}

/* Container swiper */
.banner-service-detail {
    position: relative !important;
    width: 100%;
    height: 425px;
}

@media screen and (max-width: 1024px) {
    .banner-service-detail {
        height: 330px;
    }
}

@media screen and (max-width: 767px) {
    .banner-service-detail {
        height: 125px;
    }

    .js-banner-service-detail .swiper-button-prev::after,
    .js-banner-service-detail .swiper-button-next::after {
        font-size: 10px;
    }

    .js-banner-service-detail .swiper-button-next,
    .js-banner-service-detail .swiper-button-prev {
        padding: 0 5px;
        height: 36px;
    }
}

/* Ảnh */
.banner-service-detail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 13px !important;
    height: 5px !important;
    border-radius: 0 !important;
    background-color: #000 !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    transition: all 0.3s !important;
}

.swiper-pagination-bullet-active {
    background-color: #a50000 !important;
    transform: scale(1.3) !important;
}

.promotion-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* Ensures items stay on one line */
    gap: 20px;
    /* Spacing between items */
    overflow-x: auto;
    /* Allows horizontal scrolling */
}

.promotion-item {
    flex: 0 auto;
    /* Adjusts flex to fit items in a row */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 25%;
    /* Ensures each item occupies 25% width initially */
}

.promotion-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.promo-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1.2rem;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

/* Responsive for smaller screens */
@media (max-width: 1200px) {
    .promotion-item {
        flex: 0 0 33.33%;
        /* 3 items per row on medium screens */
    }
}

@media (max-width: 800px) {
    .promotion-item {
        flex: 0 0 50%;
        /* 2 items per row on smaller screens */
    }
}

@media (max-width: 500px) {
    .promotion-item {
        flex: 0 0 100%;
        /* 1 item per row on extra small screens */
    }
}

.brands .category-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 7px;
}

.brands .swiper-brands-list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

/* Đặt kiểu cơ bản cho slider */
.brands .swiper-brands-list {
    display: flex;
    overflow: hidden;
}

/* .brands .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
} */

.brands .swiper-slide {
    flex: 0 0 calc(19% - 2px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* .brands .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
} */

/* Điều chỉnh cho giao diện trên mobile */
@media (max-width: 1200px) {
    .brands .swiper-slide {
        flex: 0 0 23%;
        /* 4 logo mỗi hàng cho màn hình rộng khoảng 1200px */
    }
}

@media (max-width: 992px) {
    .brands .swiper-slide {
        flex: 0 0 30%;
        /* 3 logo mỗi hàng cho tablet */
    }
}

@media (max-width: 768px) {
    .brands .swiper-slide {
        flex: 0 0 45%;
        /* 2 logo mỗi hàng cho điện thoại */
    }
}

@media (max-width: 480px) {
    .brands .swiper-slide {
        flex: 0 0 47%;
        /* 1 logo mỗi hàng cho màn hình nhỏ */
    }
}

.c-feature__title {
    text-align: center;
    margin-bottom: 36px
}


.product-grid {
    transition: opacity 0.4s ease;
}

.product-grid.loading {
    opacity: 0.3;
    pointer-events: none;
}

.sale-cates__item .category-link.active{
    color: #C8333A;
    border-bottom: 2px solid #C8333A;
}
.sale-cates__item .category-link:hover{
    color: #C8333A !important;

}
/*Flash sale*/
/* :root {
    --base-width: 1260px;
    --sidebar-width: 250px;
    --gap: 20px;
} */

a {
    text-decoration: none;
}

.l-container {
    width: 100%;
    max-width: var(--base-width);
    margin: 0 auto;
}

.sale-category-menu {
    background-color: white;
    padding: 10px 0;
}

.sale-category-menu__header {
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: #fff;
    padding: 10px 0;
}

.sale-category-menu__header-logo {
    max-width: 158px;
}

.sale-category-menu__header-logo img {
    display: block;
    width: 100%;
}

/* Danh sách menu */
.sale-category-menu__header-list {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0;
    padding: 0;
}

.sale-category-menu__header-item {
    width: 108px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}

.sale-category-menu__header-item a {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    line-height: calc(20/16);
    font-weight: 500;
    text-align: center;
    transition: color 0.3s ease;
    height: 54px;
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    padding: 6px 12px;
    border-radius: 10px;
}

.sale-category-menu__header-item a:hover {
    color: #d0011b;
    border: 1px solid #d0011b;
}

.sale-category-menu__header-item--active a {
    color: #d0011b;
    border: 1px solid #d0011b;
}

@media (max-width: 991px) {
    .sale-category-menu__header {
        flex-wrap: nowrap;
        gap: 16px;
    }

    .sale-category-menu__header-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        flex: 1;
    }

    .sale-category-menu__header-scroll::-webkit-scrollbar {
        display: none;
    }

    .sale-category-menu__header-list {
        flex-wrap: nowrap;
        gap: 20px;
        width: max-content;
    }

    .sale-category-menu__header-item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}


.sale-category-menu__divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 10px 0 20px 0;
}

.sale-category-menu__time-slots-wr {
    display: flex;
    justify-content: center;
}

.sale-category-menu__time-slots {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 10px;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #f6f6f6;
}

.sale-category-menu__slot {
    flex: 0 0 120px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.sale-category-menu__slot--current {
    background: linear-gradient(180deg,
            #eec846 0%,
            #fdfb8f 19%,
            #f1db5c 38%,
            #ddad19 61%,
            #ebcd4a 82%,
            #fdfb8f 100%);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}
.sale-category-menu__header-item,
.sale-category-menu__slot {
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}
.sale-category-menu__header-item:active,
.sale-category-menu__slot:active {
  transform: scale(0.95);
}

/* ===== Animation fade-in nhẹ cho sản phẩm ===== */
.sale-category-products__item {
  transform: translateY(10px);
  animation: fadeUp 0.6s ease forwards;
}
.sale-category-menu__day {
    font-size: 16px;
    list-style: calc(20/16);
    margin-bottom: 4px;
}

.sale-category-menu__time {
    font-size: 16px;
    font-weight: bold;
    list-style: calc(20/16);
}

@media (max-width: 768px) {
    .sale-category-menu {
        padding: 6px;
    }

    .sale-category-menu__header {
        align-items: center;
        padding: 0 10px;
    }

    .sale-category-menu__logo {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sale-category-menu__nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sale-category-menu__list {
        flex-wrap: nowrap;
        gap: 10px;
        padding-bottom: 5px;
    }

    .sale-category-menu__item {
        flex-shrink: 0;
    }

    .sale-category-menu__link {
        font-size: 13px;
        padding: 3px 8px;
    }

    .sale-category-menu__time-slots {
        padding: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        width: 75%;
    }

    .sale-category-menu__slot {
        flex-shrink: 0;
        /*flex-basis: 100px;*/
        /*height: 60px;*/
    }
}


/* list product */

.sale-category-products {
    background-color: #fff;
    padding: 40px 0;
}

/* .sale-category-products__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
} */




.sale-category-products__image-wr {
    position: relative;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F6F6F6;
}


.sale-category-products__image {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.sale-category-products__label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.sale-category-products__view-ic {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
    .sale-category-products__grid {
        overflow: hidden;
    }

    .swiper-wrapper {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .sale-category-products__grid.swiper {
        /* overflow: visible !important; */
    }

    .sale-category-products__grid .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 36px;
    }

    .sale-category-products__grid .sale-category-products__item {
        width: calc(25% - 27px) !important;
        position: relative;
        margin-right: 0 !important;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .sale-category-products__item:hover {
        transform: translateY(-4px);
    }
}

/* @media (min-width: 768px) {
    .sale-category-products__grid.swiper {
        overflow: visible !important;
    }

    .sale-category-products__grid .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 36px;
    }

    .sale-category-products__grid .sale-category-products__item {
        width: calc(25% - 27px) !important;
        margin-right: 0 !important;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .sale-category-products__item:hover {
        transform: translateY(-4px);
    }
} */

.sale-category-products__grid .swiper-button-prev,
.sale-category-products__grid .swiper-button-next {
    background-color: #fff;
    padding: 0 8px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.sale-category-products__grid .swiper-button-prev::after,
.sale-category-products__grid .swiper-button-next::after {
    font-size: 14px !important;
    color: #000;
    font-weight: bold;
}

@media (max-width: 767px) {

    .sale-category-products__grid .swiper-button-prev,
    .sale-category-products__grid .swiper-button-next {
        padding: 0 4px !important;
        height: 34px !important;
    }

    .sale-category-products__grid .swiper-button-prev::after,
    .sale-category-products__grid .swiper-button-next::after {
        font-size: 10px !important;
    }
}

@media (min-width: 1024px) {

    .sale-category-products__grid .swiper-button-prev,
    .sale-category-products__grid .swiper-button-next {
        display: none !important;
    }
}

.sale-category-products__grid .swiper-button-prev {
    left: 4px;
}

.sale-category-products__grid .swiper-button-next {
    right: 4px;
}



/* Nút hiển thị khi hover */
.sale-category-products__actions {
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    justify-content: center;
}

.sale-category-products__item:hover .sale-category-products__actions {
    opacity: 1;
}

@media (max-width: 1024px) {
    /* .sale-category-products__actions {
        opacity: 1;
    } */
}

.sale-category-products__btn {
    border: none;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: calc(16/12);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (max-width: 1024px) {

    .sale-category-products__btn {
        padding: 8px;
    }
}

.sale-category-products__btn--buy {
    background-color: #000;
    color: #fff;
}

.sale-category-products__btn--buy:hover {
    background-color: #a50000;
}

.sale-category-products__btn--cart {
    background-color: #000;
    color: #FFF;
}

.sale-category-products__btn--cart:hover {
    background-color: #C8333A;
    color: #FFF;
}

.sale-category-products__info {
    text-align: center;
    background-color: #fff;
    padding: 16px;
}

.sale-category-products__name {
    font-size: 16px;
    line-height: calc(20/16);
    color: #222;
    font-weight: 500;
    margin-bottom: 8px;
}

.sale-category-products__prices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sale-category-products__price--old {
    color: #000000;
    font-size: 13px;
    line-height: calc(20/16);
    font-weight: 700;
    text-decoration: line-through;
}

.sale-category-products__price--new {
    color: #C8333A;
    font-weight: 700;
    font-size: 16;
    line-height: calc(20/16);
}

/* Footer */
.sale-category-products__footer {
   display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.c-products__item:hover .sale-category-products__actions {
  opacity: 1;
  visibility: visible;
}
.sale-category-products__view-all {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #C8333A;
    color: #C8333A;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sale-category-products__view-all:hover {
    background-color: #C8333A;
    color: #fff;
}

.c-products__label.c-products__label--flash-sale img {
    width: 83px ;
    height: 83px ;
}
.category-page-title .shop-page-title:before {
    content: unset 
}
.woocommerce-shop .page-title-inner .flex-grow.medium-text-center {
    /*position: relative;*/
    /*left: 46%;*/
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1440px !important;
}
.header-vertical-menu {
    margin-left: 0 !important;
}
.header-bottom .container {
    padding: 0 ;
}
.container {
padding-left: 0 !important; 
 padding-right: 0 !important;
}
.nav-dropdown-has-shadow .nav-dropdown {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
.nav-dropdown {
    /* border-radius: unset !important; */
}
.ad-banner { padding: 40px 0; }
.ad-banner__wrapper { display:flex; flex-wrap:wrap; gap:30px; justify-content:center; }

.ad-banner__item {
  /*position:relative;*/
  /*flex:1 1 48%;*/
  /*overflow:hidden;*/
  /*border-radius:25px;*/
  /*max-width: 612px;*/
  /*max-height: 441px;*/
}

.ad-banner__item img {
  width:100%;
  display:block;
  border-radius:8px;
  transition:transform .4s ease;
}

.ad-banner__item:hover img {
  transform:scale(1.03);
}

.ad-banner__content {
  position:absolute;
  top:72%;
  left:5%;
  z-index:2;
}

.ad-banner__btn {
  display:inline-block;
  padding:10px 20px;
  /* background-color:#e63946; */
  /* color:#fff; */
  /* font-weight:600; */
  /* text-transform:uppercase; */
  /* border-radius:3px; */
  transition:background-color .3s;
}

.ad-banner__btn:hover {
  /* background-color:#b51f2e; */
}

@media (max-width:767px){
  .ad-banner__item { max-width:100%; }
  /*.ad-banner__content {  left:5%; }*/
}

.sale-banner { padding: 20px 0; }
.sale-banner__wrapper {
  display: flex;
  gap: 30px; justify-content: center;
}
.sale-banner__item {
  position: relative;
  flex: 1 1 48%;
  
  overflow: hidden;
  border-radius: 8px;
}
.sale-banner__item img {
  width: 100%;
  border-radius: 8px;
  display: block;
  transition: transform .3s;
}
.sale-banner__item:hover img { transform: scale(1.03); }

.sale-banner__content {
  position: absolute;
  top: 12%; left: 8%;
}

.sale-banner__btn {
  display: inline-block;
  padding: 10px 20px;
  background: #e63946;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  transition: background .3s;
}
.sale-banner__btn:hover { background: #b51f2e; }

@media (max-width: 767px){
  .sale-banner__item { max-width: 100%; }
}

.category-page-row .sale-category-products__actions {
	/* bottom: 105% */
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.content-area .col.small-12.large-12{
	letter-spacing: 1px
}
.contact-form__row label, .contact-form__row span,.contact-form__row1 label, .contact-form__row1 span{
	padding: 5px 0
}
.contact-form__actions input{
	font-family: Montserrat-Medium, serif !important
}
.header-main .menu-title:hover, .header-main .social-icons a:hover, .header-main .header-button > .button.is-outline:hover, .header-main .nav > li > a:hover > i:not(.icon-angle-down) {
    color: #c8333a !important;
}
.nav>li>a>i{
	font-size:25px !important
}
.icon-phone::before {
  content: "";
	color:red;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/11/phone-call-svgrepo-com-maudo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle; /* canh giữa nếu để cạnh chữ */
  margin-right: 5px; /* khoảng cách giữa icon và text */
}
.header-wrapper .header-main .nav > li > a > i:not(.icon-angle-down),
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a:hover {
    color: #a50000 !important;
}
.header-vertical-menu__opener:hover {
	/* background: linear-gradient(180deg, #eec846 0%, #fdfb8f 19%, #f1db5c 38%, #ddad19 61%, #ebcd4a 82%, #fdfb8f 100%); */
	color: #000;
    background-color: #fff;
}
@media(max-width: 850px) {
    footer#footer .footer-2 {
        padding: 15px !important;
    }
	.header-inner .flex-col:nth-child(5){
		margin-right: 30px
	}
	.product-gallery.large-7.col {
		margin-right: 0px
	}
}
.header-inner .hide-for-medium{
	/*display:flex;*/
	/*justify-content: flex-end;*/

}
.logo-left .logo {
	margin-left: 30px
}
.sale-category-products__card img{
	max-width: 180px;
	max-height: 180px;
	object-fit: contain
}
.blog-wrapper .comments-area {
	display:none
}
.category-page-title .page-title-inner .flex-col.medium-text-center :nth-child(2){
	/*display:none*/
}
.button.add_to_cart_button {
	    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: calc(16 / 12);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 
ease;
	background-color: #000
}
.button.add_to_cart_button:hover {
	background-color: #a50000;
	color: #000;
}

.category-name {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px
}
.c-related-products .sale-category-products__btn{
	padding: 8px 10px
}
.woocommerce-shop .c-products__item, .home .c-products__item {
 width: 100%;   
}
.woocommerce-shop .c-products__item:hover,
.home .c-products__item:hover{
    /* -webkit-box-shadow: unset; */
    /* box-shadow: unset */
}
.woocommerce-shop .c-products__item .c-products__name, .woocommerce-shop .c-products__item .c-products__price, 
.home .c-products__item .c-products__name, .home .c-products__item .c-products__price{
        justify-content: center;
    display: flex;
}
/* .sale .c-products__item:hover .sale-category-products__actions ,.c-related-products .c-products__item:hover .sale-category-products__actions ,.sale-category-products .sale-category-products__actions{sbottom: 100%} */
.featured-category-item a:hover {
	color: #C8333A
}
.product-container .price-wrapper .price del {
	font-size: 26px !important
}
.sale-btn {
/* 	margin-bottom: 40px; */
}
.c-products__label img {
	width: 30px;
	height:30px
}
.header-vertical-menu__fly-out.has-shadow {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.hero-section-wr {
	padding: unset
}
.header-vertical-menu__fly-out {
	  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav-vertical-fly-out>li>a {
	color:black !important;
    font-weight: bold;
}
.item-commitment {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.item-commitment img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.item-commitment span {
  font-size: 15px;
  line-height: 1.4;
  color: #222;
}
.c-article-list .c-nav .swiper-button-prev,.c-article-list .c-nav .swiper-button-next{
	position:absolute !important 
}
.container .row:not(.row-collapse) {
	margin-left: unset;
	margin-right: unset
}
.c-article-item__link-detail{
	text-align: unset;
	border: 1px solid #C8333A;
	padding: 10px
		
}
.c-article-item__meta a {
	border: 1px solid #000000;
  padding: 5px 10px;	
}
.c-article-item__meta a:hover {
	background-color: #C8333A;
	color:#fff
}
.c-article-item__content{
	gap: 10px
}
.c-article-item__meta {
	  display: flex;
    flex-direction: row;
    gap: 20px;
}
.box-commitment {
	margin-top: 16px
}
.list-commitment {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size:14px
}
.list-commitment img{
	max-width:32px;
	max-height: 32px
}
.methods-col div{
	display: flex;
  flex-direction: column;
	justify-content: space-around;
}
.box-payment-methods {
	margin-top: 16px;
}
.methods-col,.box-payment-methods .list-payment-info {
	display: flex;
	justify-content: space-between;
	gap: 12px
}
.box-payment-methods .title-payment-method{
	    margin-right: 6px;
    font-weight: 600;
}
.cart button {
	font-size: 12px !important
}
form.cart .quantity.buttons_added {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: none !important;
}
form.cart .quantity .minus.is-form{
padding-left: 13px !important;
}
form.cart .quantity .plus.is-form{
	padding-left: 10px !important;
  padding-top: 1px !important;
}
/* Ghi đè Flatsome .is-form */
form.cart .quantity .is-form {
  all: unset !important; /* xóa toàn bộ CSS mặc định theme */
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  z-index: 2 !important;
}
form.cart .quantity .plus {
  margin-left: 6px !important;
}

/* Hiệu ứng hover */
form.cart .quantity .is-form:hover {
  background-color: #a50000;
  color: #fff !important;
  border-color: #000 !important;
}
.custom-qty-label {
	font-size: 16px;
	margin-bottom: 16px !important
}
/* Ô input giữa */
form.cart .quantity input.qty {
  width: 40px !important;
  height: 30px !important;
  text-align: center !important;
  border: unset;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
  position: relative !important;
  z-index: 1 !important;
}


form.cart {
    display: grid;
    grid-template-columns: auto 1fr; /* cột trái: nhãn, cột phải: input */
    grid-template-rows: auto auto;   /* 2 hàng */
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
	width: 60%
}
.product-gallery .row {
	background-color: #fff
}
.product-gallery .row .col.large-10 {
	border: 1px solid transparent;
	border-color: rgba(0, 0, 0, .2);
}
.nav-vertical-fly-out>li>a:hover {
	background-color: #f6f6f6;
	color: #c8333a
}

.checkout-button.button {
	color: #C8333A;
	border: 1px solid #C8333A
}
.woocommerce-checkout .c-article-list, .woocommerce-cart .c-article-list,.woocommerce-page .c-viewed-products{
    display: none !important;
}
.woocommerce-cart .cart__title {
	margin-bottom: 36px
}
.woocommerce-cart .l-sidebar__left {
	gap: unset;
}
.dark .button.is-form:hover, .button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
/* 	background-color: #c8333a !important; */
	color: #fff
}
.custom-place-order-section button {
	width: 100%;
	background-color: #fff !important;
	border: 1px solid #c8333a;
	color: #c8333a;
	padding:7px;
	font-size:14px
}
.custom-place-order-section{
	padding: 0 15px
}
.form-row.place-order{
	display:none
}
.select2-container .select2-selection, input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=text], textarea {
    border-radius: 8px;
    border: 1px solid #000000;
}
.textwidget p.c-footer__links {
	color: #fff !important
}
.nav-dark .nav>li>a {
    color: var(--clr-text) !important;
}
.searchform-wrapper .flex-col.flex-grow {
    background-color: #F1F1F1;
    border-radius: 17px 0 0 17px;
    /*border: 1px solid #a50000;*/
}
.icon-phone:before {
    content: "" !important ; 
}
.icon-phone:before,.icon-shopping-bag:before{
    color: #a50000 !important ;
}
.header-main .nav > li > a:hover > i:not(.icon-angle-down){
    color: #c8333a ;
}
[data-icon-label]:after {
	  background: linear-gradient(180deg,
  #EEC846 0%, #FDFB8F 19%, #F1DB5C 38%, #DDAD19 61%, #EBCD4A 82%, #FDFB8F 100%);
}
.header-nav-main {
    /*width: 80% !important;*/
}
.header-vertical-menu__opener {
    font-size: var(--fz-p16) !important;
    font-weight: bold;
    line-height: 20px;
	  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header-vertical-menu__fly-out .nav-top-link {
    font-size: 16px !important;
    line-height: 20px;
    
}
.header-nav li{
    font-size: var(--fz-p16) ;
    line-height: 20px;
}

.flex-has-center>.flex-row>.flex-col:not(.flex-center) {
-webkit-box-flex: unset;
    -ms-flex: unset;
   flex: unset;
}
.form_dangkynhantinemail input::placeholder {
  color: #000; 
}
/* .header-main .flex-right .header-nav::before {
    content: url('../images/icon/diachixanh.svg')"126 Thạnh Lộc 19, Phường An Phú Đông, TP.HCM";
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    width: 50%;
} */
.contact-us-row h2 span,.contact-us-row h3 {
    color: #a50000;
}
.blog-wrapper .entry-header .entry-category a ,
.blog-wrapper .nav-previous a{
	font-size: 12px;
	color: #000 ;
}
.blog-wrapper .entry-header .entry-category a:hover,
.blog-wrapper .nav-previous a:hover{
	color: #c8333a
}

.row.large-columns-3.medium-columns-3.small-columns-2.slider.row-slider.slider-nav-reveal.slider-nav-push.flickity-enabled,
.category-page-row .product-listing__main h4,
.category-page-row hr{
	display: none
}
.ad-banner__content a {
      display: inline-block;
    width: 60px;
    height: 50px;

    background-image: url(/wp-content/uploads/2025/11/Icons-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;  
}
.ad-banner__media picture img {
    margin-top: 20px;
}
.ad-banner__item h3 {
  font-size: var(--fz-h1);
  font-weight: var(--fw-h1);
  line-height: var(--lh-h1);
  width: unset;
  top: 1%;
    position: absolute;
    padding-left: 60px
}
.ad-banner__item {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid;
}
.video-card h3 {
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
