/* 
 Theme Name:   byfang
 Theme URI:    
 Description:  
 Author:       byfang
 Author URI:   
 Template:     storefront
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.variable-item-span-gt-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.popup_faq {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-bottom: 3vw;
  display: none;
}

.popup_faq.show {
  display: block;
}

.popup_faq .content {
}

.popup_faq .button_close {
  width: 60px;
}

.popup_faq .faq_right {
  height: 100vh;
  overflow: auto;
  padding-left: 30%;
}

@media (max-width: 600px) {
  .popup_faq .faq_right {
    padding: 15px;
  }

  .popup_faq .button_close {
    width: 30px;
    right: 10px;
    top: 10px;
  }
}

.site-footer {
  display: none;
}
