/*
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.3.0.1739947831
Updated: 2025-02-19 06:50:31

*/

.ti-review-text { font-size: 18px !important; }
.woocommerce div.product form.cart .variations { width: 100% !important;}
.woocommerce-product-attributes-item__value {text-align: center;}

/* Woocommerce checkout quantity style*/
#order_review .product-name {
	max-width: unset;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.elementor-widget-woocommerce-checkout-page .qty{
	background-color: transparent !important;
    border-color: var(--order-summary-quantity-border-color, #d5d8dc) !important;
    border-radius: 3px !important;
    border-style: solid !important;
    border-width: var(--order-summary-quantity-border-weight, 1px) !important;
    color: var(--order-summary-color, #000);
    font-size: 14px;
    max-height: 28px;
    min-height: 28px;
    padding: 1px 2px;
    text-align: left !important;
}

.payment_method_bacs {
	display: none !important;
}

.quantity button.plus {
	margin-left: 0px !important;}

.quantity button.plus,
.quantity button.minus {
	padding: 0.5rem 1rem !important;
}
.elementor-add-to-cart .quantity {
	margin-bottom: 1rem !important;
}

.wapf-swatch--image img {
	width: 100%;
}

.fonts-container .wapf-field-input, .ornaments-container .wapf-field-input {
	max-height: 200px;
	overflow-y: auto;
}

.wapf-swatch--image img {
    max-height: 150px;
    object-fit: contain;
}

.search-form input {
    border-radius: 0 !important;
}