/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0.0
*/

/* add to cart */ 

/* Wrapper */
#custom-atc-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Quantity container */
.quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Qty buttons */
.quantity .minus,
.quantity .plus {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

/* Qty input */
.quantity input.qty {
    width: 50px;
    text-align: center;
    border: none;
    font-weight: 600;
    font-size: 16px;
}

/* Add to Cart Button */
.single_add_to_cart_button {
    border-radius: 40px !important;
    padding: 18px 30px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

/* Price inside button */
#custom-atc-price {
    font-weight: 600;
}



.search-hide {
    display: none !important;
}