/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_BuyNowButton
 * @author    Webkul
 * @copyright Copyright (c)  Copyright (c) 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: 49%;
    line-height: 3.6rem;
}

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

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