/*** Import *****/
@import url('loading-btn.css');
@import url('loading-group.css');
@import url('mona-alert.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;
}

.box-price .price span bdi {
    font-weight: normal;
    font-size: var(--fz);
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none !important;
    background: var(--color-linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce a.added_to_cart {
    width: auto;
    background: #46b450;
    padding: 0.2rem 0.5rem;
    display: inline-block;
    font-weight: bold;
    border-radius: 0.2rem;
    text-transform: uppercase;
    margin-top: 0.8rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    display: none;
}

.item-menu .inner .img-action .btn-box {
    text-align: center;
}

.breadcrumb-list {
    text-transform: lowercase;
}

.breadcrumb-list {
    text-transform: uppercase;
}

.woocommerce-info {
    width: 100%;
}

.woocommerce .quantity .qty {
    width: 100%;
    text-align: center;
}

.menu-dt__count {
    display: flex;
    gap: 1rem;
}

.menu-dt__count .txt {
    display: flex;
    align-items: center;

}

.woocommerce a.remove:hover {
    color: unset !important;
    background: var(--color-border) !important;
    background-color: var(--color-border) !important;
}

.miniCart-item .remove {
    width: 2.4rem !important;
    height: 2.4rem !important;
    ;
    display: -webkit-box !important;
    ;
    display: -ms-flexbox !important;
    ;
    display: flex !important;
    ;
    -webkit-box-pack: center !important;
    ;
    -ms-flex-pack: center !important;
    ;
    justify-content: center !important;
    ;
    -webkit-box-align: center !important;
    ;
    -ms-flex-align: center !important;
    ;
    align-items: center !important;
    ;
    -webkit-transition: 0.4s !important;
    ;
    transition: 0.4s !important;
    ;
}

.page-policy .mona-content #ez-toc-container,
.page-news-dt .mona-content #ez-toc-container {
    display: none;
}

#submit_ft {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0.2rem 1.3rem;
}

.BE-btn-submit-form button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#BE-mini-cart .info-flex .txt {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    display: none;
}

.checkout.woocommerce-checkout button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}

.woocommerce-form-coupon-toggle,
.woocommerce-checkout-payment,
.another-info-in-review-order {
    display: none;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.main.page-acc .woocommerce {
    width: 100%;
}

.acc-box__table table tr td {
    width: 50% !important;
}

.woocommerce-info {
    border-top-color: #D09F47 !important;
}

.woocommerce-info::before {
    color: #D09F47 !important;
}

.woocommerce a.button:hover {
    background-color: #D09F47 !important;
}

.blockUI.blockOverlay::after,
.blockUI.blockOverlay::before,
form.woocommerce-cart-form.shopp-row.row.is-loading-cart.processing::before,
.woocommerce .blockUI.blockOverlay::before,
form.woocommerce-cart-form.shopp-row.row.is-loading-cart.processing::after,
.woocommerce .blockUI.blockOverlay::after,


.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loading_main.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 99;
}

.input-text.count-input.text,
.count-btn i {
    color: #fff !important;
}

.btn-box.monaLoadMoreJS {
    width: 100%;
}

.woocommerce-variation-description,
.woocommerce-variation-price,
.woocommerce-variation-availability {
    display: none;
}

.reset_variations {
    display: none !important;
}

.variations_form.cart .variations {
    width: 100%;
    margin: 1.5rem 0;
}

.box-price .price {
    align-items: center;
}
.select_city_custom,
.payment_menthod_gateway_custom {
    padding-top: 1.4rem;
}
.popup-main-wrapper .mona-content{
    color: #fff;
}
.hd-address.popup-open{
    display: flex;
    align-items: center;
}

.checkout-info-items .tax-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}