/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.woocommerce-order-details .includes_tax,
.e-cart__container .order-total .includes_tax,
.woocommerce-checkout-review-order .order-total .includes_tax {
	display: none;
}

.swiper-pagination.swiper-pagination-horizontal {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    text-align: center !important;
}

.woocommerce-variation, .single_variation {
    display: none !important;
}



.hide-first-tier .tiered-pricing-block:first-child { 
  display: none !important;
}

/* Make the add-to-cart row wrap so the note can go to the next line */
.single-product form.cart {
  flex-wrap: wrap !important;
  #align-items: flex-start;
	align-items: center;
	
	.single_add_to_cart_button {
		margin-block-start: 10px !important;
		margin-bottom: 10px !important;
		margin-inline-start: 30px !important;
	}
	
	.wcbvp-total-wrapper {
		display: flex !important;
		align-items: center;
	}
	
	.quantity {
		height: 50px;
	}
}

/* Keep qty + button in the first row */
.single-product form.cart > .quantity {
  order: 10;
}

.single-product form.cart button.single_add_to_cart_button {
  order: 20;
}

/* Put the note below (full width) */
.single-product form.cart .aronda-customer-note-field {
  order: 30;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 12px;
}

/* Make the textarea nice within the full-width row */
.single-product form.cart .aronda-customer-note-field textarea {
  width: 100%;
  max-width: 520px; /* keep if you want it not too wide */
}

.wcbvp-total-left p:not(:first-child) {
	display:none;
}
    
.lowest-price {
	display: flex;
	gap: 5px;
	align-items: baseline;
	color: var(--e-global-color-primary) !important;
	font-size: 1.2rem;
	
	p {
	color: var(--e-global-color-primary) !important;
	font-size: 2rem;
	font-weight: 600;
	
	}
}

/* If there is exactly ONE row, hide the first header cell */
.wcbvp-row:only-child .wcbvp-header  {
  visibility: hidden !important;
}

.wcbvp-cell .price {
	display: none !important;
}