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

.buy-now-div .buynow {
    line-height: 2.2rem !important;
    padding: 5px 20px !important;
    font-size: 1.625rem !important;
    text-transform: uppercase !important;
}

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

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

@media only screen and (max-width: 767px) {
    .buy-now-div {
        margin: 5px;
    }
    .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;
}