/* Start custom CSS */@media (max-width: 767px) {
    .product .button, 
    .woocommerce div.product .cart .button {
        padding: 10% 20% 10% 20% !important;
        width: auto;
        display: inline-block; 
    }
}/* End custom CSS */