.product-view-light .button-switch,
.product-view-light .price-switch,
.product-view-light .price-switcher,
.product-view-light .switcher-wrapper {
    height: auto !important;
}
.product-view-light.et_cart-on .content-product:hover .price-switcher {
    -webkit-transform: none !important;
    transform: none !important;
}

.afrfqbt_bsi_override .quantity {
    float:left !important;
    height: 33px !important;
}
.afrfqbt_bsi_override .quantity.loading {
    display: none !important;
}



.afrfqbt_bsi_override a.button {
    margin-top: 5px !important;
    margin-bottom: 5px;
}


.footer-product .afrfqbt_bsi_override,
.footer-product .afrfqbt_bsi_override .quantity
{
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}


.footer-product .afrfqbt_bsi_override .quantity
{
    margin-right: 45px;
}


@media only screen and (max-width: 767px) {
    .footer-product .afrfqbt_bsi_override .quantity
    {
        display: none;
    }
}