/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.8.9

All css files are placed in /css/ folder
*/

.title{ text-align: center; }
#Action_bar { background-color: white !important; }

.img_pop_up{ width: 45%; }
.form_pop_up{ width: 55%; }
.container-popup{ display: flex; }

@media(max-width: 1024px){
  .img_pop_up{ display: none; width: 100%; }
  .form_pop_up{ width: 100%; padding: 20px; }
  .container-popup{ display: block; }

   .content_slider.flat a.button {
	 bottom: 215px !important;
  }
}

#menu-main-menu-left{ display: none; }
#billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_state_field, #billing_postcode_field,#billing_country_field, #billing_company_field { display: none !important; }

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}