/*
Theme Name:  Efor Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Efor Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     13.2.0
Template:    efor
Tags:        portfolio
Text Domain: efor-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@media (max-width: 767px) {
  .woocommerce .cart-button {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin-top: 12px !important;
    text-align: center !important;
  }

  .woocommerce .featured-image .cart-button {
    position: static !important;
  }

  .woocommerce .cart-button .button {
    position: static !important;
    display: inline-block !important;
    width: auto !important;
  }
}

