/*
Theme Name: Dvanza-Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Premium Black & White Buttons */

.single-product .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.single-product .single_add_to_cart_button,
.single-product .ux-buy-now-button {
    flex: 1;
    height: 58px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s ease;
}

/* Add to Cart */
.single-product .single_add_to_cart_button {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
}

/* Buy Now */
.single-product .ux-buy-now-button {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000 !important;
}

/* Hover Effects */
.single-product .single_add_to_cart_button:hover {
    background: #000 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.single-product .ux-buy-now-button:hover {
    background: #222 !important;
    transform: translateY(-2px);
}

/* Quantity Box */
.single-product .quantity input.qty {
    height: 58px !important;
    width: 65px !important;
    border: 1px solid #ddd !important;
    font-weight: 600;
}