/**
 * 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;
    padding: 14px 20px;
    font-size: 1.8rem;
    width: 49%;
}

@media only screen and (min-width:1024px) and (max-width: 1366px) {
    .buy-now-div .buynow {
        line-height: 2.2rem;
        padding: 14px 20px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 876px) {
    .buy-now-div {
        display: contents;
    }
    .buy-now-div .buynow {
        width: 100%;
    }
}

@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;
}

@media only screen and (max-width: 424px) {
    .product-item .buynow {
        font-size: 1.3rem;
        border-radius: 0;
        line-height: 1;
        padding-bottom: 10px;
        padding-top: 10px;
        white-space: nowrap;
        margin-top: 5px;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1366px) {
    .product-item .buynow {
        font-size: 1.3rem;
        border-radius: 0;
        line-height: 1;
        padding-bottom: 10px;
        padding-top: 10px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 768px) and (max-width: 876px) {
    .product-item .buynow {
        font-size: 1.3rem;
        border-radius: 0;
        line-height: 1;
        padding-bottom: 10px;
        padding-top: 10px;
        white-space: nowrap;
        margin-top: 5px;
    }
}

@media (min-width: 769px) {
    .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
        margin-right: 0px !important;
    }
    .box-tocart .action.tocart {
        width: 100%;
    }
}