/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

select.product-select, select.variation_id {
    width: 100% !important;
}
.woocommerce-cart ul.mfn-checkout-steps {
    display: none;
}
#custom-cart-form .name-fields{width:100%; display:flex; gap:20px;}
#custom-cart-form input, #custom-cart-form textarea{
	border-bottom:1px solid color-mix(in srgb, currentColor 20%, transparent);
	width:100%;
	margin-bottom:10px;
}