/*** Import *****/
@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

span.price-from {
    display: none;
}

#wp-admin-bar-wp-logo a img {
    max-width: 32px;
}

.core-values-sect.deferred-render {
    display: none;
}

/**
 * Breadcrumb
 */
.breadcrumb span.separator {
    display: none;
}

.wpcf7-form input[type="submit"].submit-hidden {
    display: none;
}

.wpcf7-form .submit-button .wpcf7-spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.wpcf7-form.submitting .submit-button {
    pointer-events: none;
    opacity: 0.65;
}

.wpcf7-form.submitting .submit-button>*:not(.wpcf7-spinner) {
    opacity: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100% !important;
}

p#billing_country_field {
    display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    margin-top: 1rem;
    background: unset;
    border-radius: unset;
}

/* #add_payment_method #payment .form-row.place-order,
.woocommerce-cart #payment .form-row.place-order,
.woocommerce-checkout #payment .form-row.place-order {
    display: none;
} */

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: unset;
    width: 100%;
    clear: none;
    margin-bottom: 0 !important;
}

/* .woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    display: none !important;
} */

.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    display: none !important;
}

.no-img img {
    object-fit: scale-down !important;
}

.menu-link-dflex {
    display: flex;
    align-items: center;
    gap: 10px;
}

p.woocommerce-mini-cart__empty-message {
    padding: 2.4rem;
    text-align: center;
}

.ft-top .wpcf7-form .submit-button {
    margin-left: auto;
}

.box-check-label a {
    text-decoration: underline;
    font-weight: bold;
}

.policy-content #ez-toc-container {
    display: none;
}

.ava img {
    border-radius: var(--circle);
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

p#billing_first_name_field,
p#shipping_first_name_field {
    order: 1;
}

p#billing_last_name_field,
p#shipping_last_name_field {
    order: 2;
}

p#billing_phone_field,
p#shipping_phone_field {
    order: 3;
}

p#billing_email_field,
p#shipping_email_field {
    order: 4;
}

p#billing_state_field,
p#shipping_state_field {
    order: 5;
}

p#billing_city_field,
p#shipping_city_field,
p#billing_district_field,
p#shipping_district_field {
    order: 6;
}

p#billing_address_2_field,
p#shipping_address_2_field,
p#billing_ward_field,
p#shipping_ward_field {
    order: 7;
}

p#billing_address_1_field,
p#shipping_address_1_field {
    order: 8;
}

p#billing_company_field,
p#shipping_company_field {
    order: 9;
}

p#billing_postcode_field,
p#shipping_postcode_field {
    order: 10;
}

#address_custom_field {
    order: 11;
}

.woocommerce form .form-group .form-row.group .input input,
.woocommerce form .form-group .form-row.group .input textarea,
.woocommerce form .form-group .form-row.group .input input,
.woocommerce form .form-group .form-row.group .input textarea,
.woocommerce form .form-group .form-row.group .input .select2-container input,
.woocommerce form .form-group .form-row.group .input .select2-container textarea {
    padding: 1.2rem !important;
    border: 1px solid var(--grey-2) !important;
    border-radius: var(--radius-8) !important;
    width: inherit !important;
    height: inherit !important;
    transition: 0.3s ease !important;
    -webkit-transition: 0.3s ease !important;
    -moz-transition: 0.3s ease !important;
    -ms-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
}

.delete-address-button {
    cursor: pointer;
}

.delete-address-button:hover {
    color: var(--red);
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.form-group .woocommerce-password-hint {
    width: 100%;
}

button[name="save_account_details"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/*
* Hiển thị giá theo biến thể được chọn
*/
.variablePrice.active .primaryPrice {
    display: none;
}

.variablePrice .secondaryPrice {
    display: none;
    transition: 0.4s all;
}

.variablePrice.active .secondaryPrice {
    display: flex;
}

.variableAvailability .secondAvailability {
    display: none;
}

.variableAvailability.active .secondAvailability {
    display: block;
}

.variableGallery .secondaryGallery {
    display: none;
}

.variableGallery.active .primaryGallery {
    display: none;
}

.variableGallery.active .secondaryGallery {
    display: block;
}

/* 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    position: relative !important;
    z-index: 2 !important;
    font-family: var(--font-pri) !important;
    font-size: 1.6rem !important;
    color: var(--color-text) !important;
    font-weight: 700 !important;
    width: fit-content !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 4.8rem !important;
    border-radius: var(--circle) !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
    -webkit-transition: 0.2s ease !important;
    -moz-transition: 0.2s ease !important;
    -ms-transition: 0.2s ease !important;
    -o-transition: 0.2s ease !important;
    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.btn-cart,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-cart {
    --size: 4rem !important;
    width: var(--size) !important;
    height: var(--size) !important;
    min-width: var(--size) !important;
    border-radius: var(--radius-8) !important;
    background: var(--color-sec) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.btn.btn-rd,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.btn.btn-rd {
    font-weight: 600 !important;
    background: var(--white) !important;
    color: var(--color-pri) !important;
    border-radius: var(--radius-8) !important;
    height: 4rem !important;
    padding: 0 1.2rem !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.btn.btn-rd:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.btn.btn-rd:hover {
    color: var(--white) !important;
}

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

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
        padding: 0.6rem 1.2rem !important;
        font-size: 1.4rem !important;
    }

    
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--color-sec) !important;
    color: var(--color-white) !important;
} */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
    display: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
    content: "";
    margin-left: 0;
    vertical-align: bottom;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
    opacity: 0.65 !important;
    padding-right: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .prod-item.product #respond input#submit.loading.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .prod-item.product a.button.loading.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .prod-item.product button.button.loading.add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .prod-item.product input.button.loading.add_to_cart_button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .prod-item.product #respond input#submit.loading.add_to_cart_button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .prod-item.product a.button.loading.add_to_cart_button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .prod-item.product button.button.loading.add_to_cart_button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .prod-item.product input.button.loading.add_to_cart_button {
    background: var(--color-pri) !important;
}

.woocommerce a.added_to_cart {
    display: none !important;
}

div.variation.has-mona {
    font-size: 1.4rem;
}

div.variation.has-mona .variation-item {
    display: flex;
    gap: 5px;
}

div.variation.has-mona .variation-item-key {
    font-weight: 400;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100% !important;
    height: 100% !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .actions button[name="update_cart"] {
    display: none !important;
}

.cart-quantity .box-quantity.quantity-cus.count {
    width: 100% !important;
    justify-content: space-between !important;
}

.single_variation_wrap .woocommerce-variation.single_variation {
    display: none !important;
}

div#review_form {
    padding: 1em 1em 2em;
}

#reply-title {
    display: none;
}

.reviewReplyHeading {
    display: none;
    margin-bottom: 1.6rem;
}

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

    form#commentform .comment-form-author,
    form#commentform .comment-form-email {
        width: 100%;
    }
}

.woocommerce #review_form #respond p.comment-notes,
.woocommerce #review_form #respond p.comment-form-cookies-consent {
    display: none;
}

.woocommerce #review_form #respond p.form-submit {
    width: 100%;
    padding: 0 calc(var(--cg) / 2);
    margin-bottom: var(--rg);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    width: 100%;
    height: 100%;
    border: unset;
    padding: 0;
}

.woocommerce #review_form #respond p {
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 0;
}

.fetch-products-section.loading {
    min-height: 350px;
}

.see-more-qv-popup {
    display: none;
}

#mona-qv-popup .see-more-qv-popup {
    display: block;
}

#mona-qv-popup .see-more-qv-popup a.qv-detail-link {
    display: inline-block;
    padding: .5rem;
    transition: all .3s ease;
}

#mona-qv-popup .see-more-qv-popup a.qv-detail-link:hover {
    color: #0560A1;
}

.address-item .btn-rmv {
    padding: 1.6rem;
    border-radius: 10rem;
    font-size: 14px !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 50%;
}

/* .woocommerce .cart-collaterals .cross-sells {
    display: none !important;
} */