.catalog-category-view .product-item-inner.buynow {
	position: relative;
    border: none;
    box-shadow: none;
    padding: 0 0 5px 1px;
}

.catalog-category-view button.buynow {
    width: 103px;
}

.catalog-product-view #product-addtocart-button {
	float: left;
	margin-right:9px;
	width:48%;
}

.catalog-product-view #buy-now
{
	margin-bottom: 0px;
	width: 48%;
    line-height: 2.2rem;
    padding: 14px 17px;
    font: 500 16px/1.35 Lato, Helvetica, Arial, sans-serif;
	color:#ffffff;
	border-color:#ed3737;
	background: #ed3737;
}

.catalog-product-view #buy-now:hover
{
	
	color:#ed3737;
	border-color:#ed3737;
	background: #ffffff;
}

.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: 48%%;
    }
}