/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

button.single_add_to_cart_button.button.alt.wcpa_even_binded{
    width: 81%!important;
    margin-left: 2%!important;
}

.quantity{
    width: 14%;
}

@media (max-width: 575.98px) {

    button.single_add_to_cart_button.button.alt.wcpa_even_binded{
        width: 75%!important;
        margin-left: 2%!important;
    }
    .product-info {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
    }
    
    .quantity{
        width: 20%;
    }
    .product-container {
        display: flex;
        flex-direction: column;
    }

    /* .options.per-row-2.grid {
        display: block !important;
    } */
}
