.product-single__cart-submit-wrapper {
  display: flex;
  justify-content: space-around; }

.product-single__cart-submit-wrapper > div {
  flex: 1; }

button#AddToCart {
  width: 80%;
  min-height: 40px; }

.shopify-payment-button__button--unbranded {
  padding: 7px 15px !important;
  min-height: 40px !important; }
