/* Add custom CSS styles below */ 
.product-single .s-add-product-button-main { flex-direction: row; display: flex; width: 100%; justify-content:space-around; }
.product-single .s-add-product-button-mini-checkout-content { 
display: flex; width: 100%; 
justify-content:space-around; }
.product-single .s-button-btn{width: 45%;}
.product-single .s-add-product-button-mini-checkout{width: 45%;}
.sticky-cart-single .s-add-product-button-main { 
 display: block; }
 .sticky-cart-single .s-button-element{width: 100%;}
 
 .sticky-cart-single  .s-add-product-button-mini-checkout {
    width: 100%;
    padding-top:10px;
}
 @media only screen and (max-width: 600px) {
  .product-single .s-add-product-button-main {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
  .product-single .s-add-product-button-mini-checkout {
    width: 80%;
    padding-top: 10px;
}
.product-single .s-button-btn{width: 80%;}
.s-button-wrap[type=submit] {
    
    justify-content: center;
    align-items: center;
    display: flex;
}
}