/**
* FME Extensions
*
* NOTICE OF LICENSE 
*
* This source file is subject to the fmeextensions.com license that is
* available through the world-wide-web at this URL:
* https://www.fmeextensions.com/LICENSE.txt
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category FME
* @package FME_BuyNowButton
* @copyright Copyright (c) 2019 FME (http://fmeextensions.com/)
* @license https://fmeextensions.com/LICENSE.txt
*/
.catalog-category-view .product-item-inner.buynow {
	position: relative;
    border: none;
    box-shadow: none;
    
}

.catalog-category-view button.buynow {
    width: 103px;
    margin-top: 28px;
    margin-left:10px;
}

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

.catalog-product-view #buy-now
{
	margin-bottom: 15px;
	width: 49%;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}

.button.buynow {
    width: 100%;
    margin-bottom: 10%;
}

.catalog-category-view .product.actions.product-item-actions {
    margin: 0px;
}

@media(max-width: 767px){
    .catalog-product-view #buy-now{
        width: 100%;
    }
}