/*
 Theme Name:   Glasvezel Assendorp theme
 description: A child theme of the Hello elementor theme v2.3.0. Includes the necessary files for the package composer
 Author:       Glasvezel Assendorp BV
 Template:     hello-elementor
 Version:      1.8.1
*/

.woocommerce button.button.alt, .woocommerce a.button.alt {
    background-color: #E87200 !important;
    transition: background-color ease 0.3s;
}

.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {
    background-color: #AE5600 !important;
}

.woocommerce-message[role="alert"] {
    background-color: #FFF;
}

@media screen and (min-width: 1400px) {
    .woocommerce .woocommerce-cart-form input#coupon_code {
        width: auto;
    }
}
