
.product-form__actions > div .add-to-cart {
    width: 100%;
    margin: 1rem 0;
}

@media only screen and (max-width:767px){
  .product-form__actions > div .add-to-cart {
    margin-top: 0rem;
}
}