/*
Theme Name: Divi Child Theme
Version: 4.0
Description: Basic Child Theme by JoshHall.co
Author: Akhtbot
Template: Divi
Author URL: https://joshhall.co
*/
 
/*------- Theme Customizations------- */
/* 
:root {
    --lp-primary-color: #ffb606;
    --lp-secondary-color: #442e66;
} */

/*------- Import Google Fonts------- */
/* @import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
body.home.page-id-240123 {
	font-family: 'Almarai', sans-serif;
} */

/* القائمة الأساسية */
.header-nav .et_pb_menu .et_pb_menu__wrap {
	flex-direction: row-reverse !important;
}
.header-nav .et_pb_button_module_wrapper {
    display: block;
}


/* @media (max-width: 600px) {
	.header-nav .et_pb_button_module_wrapper {
		display: none !important;
	}
	.header-nav .et_pb_menu .et_pb_menu__wrap {
    	flex-direction: row !important;
	}
} */

.header-nav .et_pb_button_module_wrapper {
    display: block;
}
@media(max-width: 767px) {
  .header-nav .et_pb_button_module_wrapper {
		display: none !important;
	}
}

@media (max-width: 980px) {
    /*.header-nav .et_pb_menu .et_pb_menu__wrap {
	flex-direction: row !important;
	}*/
  
  .page-id-9 .et-boc {
        overflow: hidden;
  }
  
  ul#mobile_menu1 {
    max-height: 85vh;
    overflow-y: scroll;
    width: 130%;
    overflow-x: hidden;
    left: -30px;
  }
    li.mega-menu li {
          width: 50%;
  }
  
  
  .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
      flex-direction: column;
    white-space: nowrap; 
  }
  
  .header-nav li.mega-menu ul.sub-menu {
        display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;

  }
}
/* End Max 980px */

.header-nav .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
      padding: 23px 0;
}

.header-nav .et-menu-nav li.mega-menu>ul>li>a:first-child,
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li{
  font-weight: 400;
    font-size: 16px;
}