/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@import url("../hello-elementor/style.css");


.single-product .product,
.post-type-archive-product .content-area{
    padding: 180px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.wc-stripe-express-checkout-element{
    display: none;
}

.single_add_to_cart_button,
.add_to_cart_button,
.wc-block-cart__submit-button{
    background: #BB9268 !important;
    color: #fff !important;
}

.single_add_to_cart_button:hover,
.add_to_cart_button:hover,
.wc-block-cart__submit-button:hover{
    background: #513125 !important;
    color: #fff !important;
}
