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

.wk-buy-now.catalog-product-view #product-addtocart-button {
    float: left;
}

.wk-buy-now-btn {
    margin-right: 1%;
    width: 100%;
    line-height: 2.1rem;
    margin-top: 10px;
}

.buynowButton {
    font-size: 1.8rem !important;
}

@media screen and (max-width: 768px){
    .wk-buy-now-btn{
        width: 100%;
    }
}