/*
Theme Name: Hello Elementor child
Author: 
Description: Your description goes here
Version: 2.9.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Single product page CSS Start 19-01-24 */ 
.woocommerce .quantity .qty {
    width: 5em !important
}
.woocommerce .wdm-custom-fields {
    width: 20%;
    float: left;
    padding: 0px 10px 10px 0px;
}
.woocommerce .size_variations_wrapper label{
	padding-bottom:5px
}
.woocommerce button.single_add_to_cart_button.button.alt {
    padding: 13px 30px;
}
.woocommerce div.product form.cart table td {
    padding-left: 10px;
}
/* Single product page CSS End */


/* Set the dimensions for the quantity input field */
.quantity .input-text {
    width: 100px;  /* Adjust width as needed */
    height: 40px;  /* Adjust height as needed */
    text-align: center;
}

/* Set the dimensions for the button */
.single_add_to_cart_button {
    width: 100px;  /* Adjust width as needed */
    height: 40px;  /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure the button text and icon align correctly */
.single_add_to_cart_button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bhmsSearchResult .product-type-variation {
    display: none;
}


