/*
Theme Name: CBD Retailer Child 02
Template: cbd-retailer
Author: Thunderstores
Description: A flexible block theme suitable for CBD-based online store, beauty and health or cosmetic products.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 1.0.6.1678389868
Updated: 2023-03-09 20:24:28

*/

.wapf-customizer {
   padding: 25px;
   background: white;
   width: 96%;	  
   max-width: 650px;
   position: fixed;
   z-index: 999999;
   top: 3%;
   left: 50%;
   transform: translateX(-50%);
   box-shadow: 0 0 0 9999px rgba(0,0,0,0.7);
   display: flex;
   visibility: hidden;
   opacity: 0;
   transition: all .2s;
   max-height: 87vh;
   overflow-y: auto;
}

.wapf-customizer.active { 
   visibility: visible;
   opacity: 1; 
}

.wapf-customizer-bottom {
   margin-top: 20px; 
}