/*!
Theme Name: nordikspa
Template: Divi
Theme URI: https://www.nordik-spa.com
Version: 4.4.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.product .cart {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 10px;
}

.product .cart button[type="submit"] {
    margin: 0 10px !important;
}


/*Disables the icon appear when you hover to add to cart button*/

.woocommerce ul.products li.product .button:after {
    display: none
}

.added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
    color: #000000!important;
    border: 1px solid #888888 !important;
    background-color: #FFFFFF!important;
}

.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page a.button:hover {
    padding: .1em 1em!important;
    text-align: center;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%) !important;
}