/* 
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 */
.elementor-widget-woocommerce-product-add-to-cart .cart{
	display: block !important;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .quantity {
	flex-basis: 20% !important;
	margin: 0 !important;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .single_add_to_cart_button {
	margin: 0!important;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .single_add_to_cart_button {
	flex-basis: 80%!important;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-wrap {
	margin-bottom: 32px;
}


.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-plan-text, .elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-dropdown > label{
	color: rgb(18, 18, 18);
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'sofia-pro';
	margin-bottom: 16px;
}


.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-dropdown > label {
	margin-top: 16px;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul {
	padding: 0 !important;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul li {
	border: 1px solid #ABABAB;
	padding: 16px 20px;
	position: relative;
	display: flex;
    align-items: center;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul li:hover {
	background-color: #F5F5F5;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul li:first-child {
	border-bottom: none !important;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul li .bos4w-buy-type {
	margin-right: 32px;
}


.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul li input[type="radio"]{
	display: none;
}

/* Custom radio button */
.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul li label {
	cursor: pointer;
	font-size: 18px;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: white;
	border: 1px solid #000000;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul .input-checked::before {
	background-color: #4caf50;  /* Green background when selected */
	border-color: #4caf50;
}

.elementor-widget-woocommerce-product-add-to-cart .cart .bos4w-display-options ul .input-checked::after {
	content: '';
	position: absolute;
	left: 26px;
	transform: translatey(-3px);
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: black;  /* Inner dot when selected */
}

.quantity-submit-wrapper {
   gap: 10px;
   display: flex;
   flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-variation-add-to-cart {
	flex-direction: column;
}

