/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/


@media screen and (max-width: 767px) {
  .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
    margin: 0 !important;
  }
}