/* Hide theme ATC / buy-now when plugin replace mode is on (body class from PHP). */
body.fma-oow-hide-atc-product form.cart .wd-buy-now-btn:not(.btn-stickycall):not(.whatsapp_link),
body.fma-oow-hide-atc-product .entry-summary .wd-buy-now-btn:not(.btn-stickycall):not(.whatsapp_link),
body.fma-oow-hide-atc-product .entry-summary .wd-add-btn .add_to_cart_button,
body.fma-oow-hide-atc-product form.cart .wd-add-btn .add_to_cart_button,
body.fma-oow-hide-atc-product .wd-sticky-btn-cart .single_add_to_cart_button:not(.btn-stickycall):not(.whatsapp_link),
body.fma-oow-hide-atc-product .wd-sticky-btn-cart .wd-sticky-add-to-cart,
body.fma-oow-hide-atc-product .wd-sticky-btn-cart .wd-buy-now-btn:not(.btn-stickycall):not(.whatsapp_link) {
    display: none !important;
}

.content-product-imagin{
    margin-bottom: -170px !important;
}
.wd-bottom-actions{
    flex-direction: column !important;
}
.fma_oow_share_btn::before{
    content: "\f14d" !important;
    font-family: FontAwesome !important;
}

.popup_inner .woocommerce-shipping-totals .woocommerce-shipping-methods li, .popup_inner .woocommerce-checkout-payment ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.popup_inner .fma_options > label > input{
    margin-bottom: 0px !important;
}

.fma_oow_btns.fma_oow_btns_shop_pg{
    margin-top: 10px;
}
@media screen and (min-width:400px) and (max-width: 768px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: fit-content !important;
    }
}
@media screen and (min-width:100px) and (max-width: 400px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: min-content !important;
    }
}
@media screen and (min-width:100px) and (max-width: 270px) {
    .whatsapp_contact, .whatsapp_contact_cart_page{
        max-width: min-content !important;
    }
}
