/*
CTC Separate Stylesheet
Updated: 2025-01-15 18:47:42
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1736963262
*/

body.fixed-product .quantity {
    display: none !important;
}
body.sell_per_meter-product .quantity {
    display: none !important;
}
body.sell_per_meter-product form.cart{
	display: flex;
    align-items: end;
}
body.sell_per_meter-product form.cart .single_add_to_cart_button{
	height: min-content;
    padding: 12px 15px;
}
.meter-quantity-wrap .meter-quantity{
	display: flex;
    align-items: center;
    gap: 5px;
	justify-content: center;
}
.meter-quantity-wrap{
	text-align:center;
}
input#meter_quantity {
    width: 80px;
    margin: 0;
    border-radius: 0;
}
.meter-quantity-wrap #decrease_meter{
	background:#000000;
	padding: 8px 15px;
    font-size: 20px;
}
.meter-quantity-wrap #increase_meter{
	margin:0;
	background:#000000;
	padding: 8px 15px;
    font-size: 20px;
}
.meter-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0px;
}

.meter-quantity-wrap #meter_quantity {
    width: 80px;
    padding: 5px 30px 5px 10px; /* Adjust padding for space on the right */
    font-size: 16px;
    text-align: left; /* Align text to the left */
    -moz-appearance: textfield; /* Firefox */
}

#meter_quantity::-webkit-inner-spin-button, 
#meter_quantity::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Chrome */
    margin: 0;
}

.meter-quantity-wrap .meter-unit {
    position: absolute;
    right: 10px; /* Position to the right edge */
    font-size: 16px;
    color: #333;
    pointer-events: none; /* Ensure the mt text doesn't interfere with input */
    background: #fff; /* Match background color to avoid overlap appearance */
    padding-left: 5px; /* Add spacing between value and text */
}
.woocommerce-checkout-review-order-table .product-quantity{
	display:none!important;
}
ul.wc-item-meta li{
    display:flex
}
@media (max-width: 767px) {
	.meter-quantity button{
		flex-basis: auto;
	}
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]{
    background:#448a0c;
}