.quantity.buttons_added {
    display: block;
}

button.single_add_to_cart_button {
    width: 48% !important;
    margin-right: 0;
    position: relative;
    left: 0;
}

button#sbwcmcb_buy_now_variable, button#sbwcmcb_buy_now_simple {
    width: 48%;
    background: #0587f9;
    color: white;
    margin-right: 0;
    font-size: 18px;
	height: 50px;
    position: relative;
    top: 10px;
    left: 17px;
	line-height: 1.1;
}

button#sbwcmcb_buy_now_variable:hover, button#sbwcmcb_buy_now_simple:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

a#wobs_add_to_cart {
    width: 48%;
    display: inline-block;
}

button#sbwcmcb_bundle_atc {
    display: inline-block;
    text-align: center;
    color: white;
    background: #000000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #00000024;
    width: 48%;
    position: relative;
}

/*mobile*/
@media screen and (max-width: 549px) {
    button.single_add_to_cart_button {
        width: 100% !important;
    }
    button#sbwcmcb_buy_now_variable, button#sbwcmcb_buy_now_simple {
        width: 100%;
        top: unset;
        left: unset;
    }
}