/*
 Theme Name:   Bevesi Child
 Theme URI:    http://klbtheme.com/bevesi/
 Description:  Bevesi Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     bevesi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bevesi-child
*/

/* Hide Billing, Shipping and Additional Information titles on checkout page */
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3 {
    display: none !important;
}


.checkout-coupon-directly {
    width: 100%;
}

.checkout-coupon-directly form.checkout_coupon {
    width: 100%;
}

.checkout-coupon-directly .coupon-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.checkout-coupon-directly input#coupon_code {
    flex: 1;
    max-width: 100%;
}

.checkout-coupon-directly button[name="apply_coupon"] {
    white-space: nowrap;
}
