/*
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 page 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: 2.9.0.1714371133
Updated: 2024-04-29 06:12:13

*/

.color-swatches {
  -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;

}
.color-swatches .variable-item:not(.radio-variable-item) {
    box-shadow: 0 0 0 1px #b3af54 !important;
    color: #747474;
  border-radius: 2px;
    height: 25px;
    width: 25px;
    margin: 4px;
padding: 2px 3px; 
}

.color-swatches .variable-item .variable-item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
} 
.color-swatches .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, 
.color-swatches .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
    display: block;
    height: 100%;
    width: 100%;
    width:20px;
    height:20px;
}

.e-atc-qty-button-holder {
	margin-top: 15px;
}
.woocommerce .elementor-164 .elementor-element.elementor-element-17a6898 form.cart .variations{
	margin-bottom: 0px !important;
}

.woocommerce-variation-price .price bdi{
	color: #c22424;
    font-weight: 500;
}