/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* ADD TO CART WIDGET */

/* Show spinner ONLY during loading, then collapse it after */
.sp-only-cart-form .porto-loading-icon {
    display: none !important;
}
.sp-only-cart-form .porto-ajax-loading .porto-loading-icon {
    display: inline-block !important;
}

/* Force View Cart button below */
.sp-only-cart-form form.cart {
    flex-wrap: wrap !important;
}
form.cart a.added_to_cart {
    flex: 0 0 100% !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
    order: 99 !important;
    display: block !important;
}

/* CHECKOUT  */

.order-total .includes_tax,
.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 14px !important;
}

.order-total .amount {
    font-size: 14px !important;
}

/* Fix UI issues with Speedy buttons */
#openModalBtn.btn-primary {
    display: inline-block;
    width: auto;
    background-color: var(--porto-primary-color);
}

/* Fix UI issues with Speedy office map popup */
#exampleModal.modal {
    z-index: 99 !important;
}

#exampleModal .modal-content {
    position: relative;
    z-index: 100;
}