/**
* Webkul Software.
*
* @category  Webkul
* @package   Webkul_OneStepCheckout
* @author    Webkul
* @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
* @license   https://store.webkul.com/license.html
*/

.buy-now-div .buynow {
    line-height: 2.2rem;
    padding: 14px 20px;
    font-size: 1.8rem;
}

@media only screen and (min-width: 878px) {
    .buy-now-div {
        float: left;
        margin: 0px 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 876px) {
    .buy-now-div {
        margin: 4px 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .buy-now-div {
        margin: 4px 0px;
    }
    .buy-now-div .buynow {
        width: 100%;
    }
}

.product-item .buynow {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}