/*
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.10.07
*/

.tab-compatible_products .woocommerce-Price-amount {
	display: none;
}

#category-top-widget .widget {
	margin: 0;
	padding: 0;
}



/* Make sure the billing fields are using flexbox */
.wc-block-components-address-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing */
}

/* Ensure "Įmonė" stays in its original position */
.wc-block-components-address-form__company {
    order: 1;
    width: 100%; /* Full width */
}

/* Move "Įmonės kodas" directly below "Įmonė" */
.wc-block-components-address-form__custom-company-code {
    order: 2;
    width: 100%; /* Full width */
}

/* Move "Įmonės PVM kodas" directly below "Įmonės kodas" */
.wc-block-components-address-form__custom-company-vat {
    order: 3;
    width: 100%; /* Full width */
}

.montonio-pickup-point__search {
	width: 100% !important;
}