/* Display the Add to Cart and BuyNow buttons as block elements on mobile devices */
@media only screen and (max-width: 460px) {
	.product-info .right .cart div .button {
	    width: 100% !important;
	    margin-bottom: 10px;
	}
}