/* Menu */
.separator.lang a {
 display: inline-block;
}
#nav-icon3 {
    width: 22px;
    height: 27px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .sidebar .menu-parent-item i {
    position: absolute;
    right: 0;
    top: 50%;
  }
  .sidebar .sub-menu.show .menu-parent-item  {
    padding-left: 0px;
  }
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 12px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 24px;
  }
  #nav-icon3.open span:nth-child(1),#nav-icon3.opened span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2),#nav-icon3.opened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3),#nav-icon3.opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4),#nav-icon3.opened span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  
  .sidebar #nav-icon3 span {background: #000;}
  
  body.sidebar-opened {overflow:hidden;}
  .hidden-overley {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      background: #000000;
      opacity:0;
      width:0;
      height:0;
      transition: opacity 1s;
  }
  .hidden-overley.show {
      height: 100%;
      width: 100%;
      opacity:0.5;
      transition: opacity 1s;
  }
  
  .sidebar a.menu-item {
    font-size: 24px;
    font-family: saira;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sidebar{
    position: fixed;
    z-index: 100;
    width: 100%;
    max-width: 480px;
    height: 100%;
    right: -480px;
    top: 0;
    background: #fff;
    transition: right 0.4s ease;
    overflow: auto;
  }
  .sidebar .d-flex.p-2 {display:-webkit-box;display:flex;padding: 10px!important;
    font-size: 0.85rem;
    border-bottom: 1px solid #00000033;
    font-weight: 400;
}
  .sidebar .text{
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    text-align: center;
    background: transparent;
    letter-spacing: 1px;
    -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between; -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
  }
  .sidebar .side-tel {font-size:0.8rem;}
  .sidebar .text a {color: white;}
  
  .sidebar.show{
    left: 0px;
  }
  .sidebar ul{
    background: none;
    height: auto;
    width: 100%;
    list-style: none;
        margin: 0;
        padding:0;
  }
  .sidebar ul li{
    line-height: 60px;
    /* border-top: 1px solid #eee; */
    margin: 0;
  }
  .sidebar ul li:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .sidebar ul li {
    position: relative;
  }
  .sidebar #menu-main-menu > li {
    padding-left: 15px !important;
}
  .sidebar ul li a{
    text-transform: none;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: #000412;
    font-family: 'Poppins';
    display: block;
    width: 100%;
    border-left: 0;
  }
  .sidebar  .current-menu-item a{
      background: #F5F5F5;
      border-left-color: #000;
  }
  .sidebar div a:hover{
      cursor:pointer;
      /* background: #F5F5F5; */
      /* border-left-color: #2196F3; */
  }
  .sidebar .separator  { 
    border-top: 1px solid #dfdfdf;
  }
  .sidebar ul ul{
    position: static;
    display: none;
  }
  .sidebar ul .sub-menu.show{
    display: block;
  }
  .sidebar .menu-item {
    display: block;
    position: relative;
  }
  
  .sidebar ul ul li{
    line-height: 42px;
    border-top: none;
  }
  .sidebar .search-icon { 
    position: absolute;
    right: 60px;
  }
  .sidebar .search-icon > span { 
      color: #000;
      font-size: 2.4rem;
  }
  .sidebar ul ul div a{
    font-size: 0.9rem;
    color: #333;
    /* padding-left: 40px; */
  }
  .sidebar ul .current-menu-item ul li a{
    color: #333;
    background: #f9f9f9;
    border-left-color: transparent;
  }
  .sidebar ul li ul li.current-menu-item a {color:#2196F3;}
  .sidebar ul ul li a:hover{
    color: #333!important;
    background: #F5F5F5!important;
  }
  .sidebar ul div a i:before {display:none;}
  .sidebar ul .menu-parent-item a i:before{
    content: '\e5cc';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
    /* width: 20px;
      height: 20px; */
      /* background-repeat:no-repeat; 
      background-position: 0 0; */
      font-family: 'Material Symbols Outlined';
      /* background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain; */
      display: block;
      font-style: normal;
  }
  /* .sidebar ul ul a i:before {display:none !important;} */
  .sidebar   i.rotate:before{
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .search_module.header-top-ui i {
    font-size: 32px;
    font-weight: 300;
  }
  .pushmenu.opened {
    width: 20px;
  }
  /* .sidebar i {
    position: absolute !important;
    right: 0px !important;
    top: 50%;
  } */
  .sidebar i {
  position: absolute !important;
  right: 0px !important;
  top: 50%;
  display: block;
  width: 50px;
  height: 100%;
  top: 0 !important;
  z-index: 999;
}
  .sidebar a + .pushmenu {
    width: 20px !important;
}
.separator.lang a {
    display: inline-block !important;
    width: auto;
    margin: 0 !important;
   }
   
   li.separator.lang a:hover {
    background: transparent;
}
.sidebar {
  text-align: left;
}
.sidebar .lang a {
  font-size: 0.7rem !important;
}
#menu-main-menu > li.menu-parent-item.category-item {
  border-bottom: 1px solid #dadada;
}

.sidebar .main-menu-item > ul.sub-menu.show {
  padding-left: 0;
}


.mjmenu_left_arrow_menu {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Saira;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 125%;
  text-align: right;
  vertical-align: bottom;
}
.mjmenu_left_arrow_menu .material-symbols-outlined {
  font-size: 1.4rem;
  line-height: 1;
}


.ui-autocomplete .search-button-item {
  display: none !important;
}

.autocomplete-search-btn {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  padding: 12px 35px !important;
  cursor: pointer !important;
  text-align: center !important;
  margin: 0 !important;
  opacity: 1;
  gap: 40px;
  font-family: Saira !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 125% !important;
  vertical-align: bottom;
  background-color: rgba(0, 38, 89, 0.0509803922);
  color: #002659;
  text-transform: none !important;
}
@media(max-width:767px) {
  .ui-autocomplete .search-button-item {
    display: block !important;
    border: none !important;
    padding: 0 16px 16px 16px !important;
    background: transparent !important;
    opacity: 1;
    margin-top: auto;
  }
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.left_arrow_menu {
  position: absolute;
  left: 10px;
  z-index: 2;
  cursor: pointer;
}
input[name="s"] {
  padding-left: 40px;
}


#menu-mobile {
  color: rgba(255, 255, 255, 1);
  background: rgb(6, 20, 64);
  angle: 0 deg;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 1;
  transition: .5s ease-in-out;
}




.mjmenu-mobile {
  width: 56px;
  height: 56px;
  background: rgba(6, 20, 64, 1);
}

#lang-currency-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.modal-content {
  background: white;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  border: unset;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


#lang-currency-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 9999;
}


#lang-currency-modal .modal-content {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}


.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.modal-header button {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}


.modal-body {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
}

.modal-body h2 {
  margin-bottom: 20px;
  color: #000412;
}


.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
  text-align: start;
}

.form-control {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

#save-lang-currency {
  width: calc(100% - 40px);
  margin: 20px auto;
  padding: 14px;
  font-size: 18px;
  border: none;
  background: #002659;
  color: white;
  display: block;
}
.modal-header {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}


.modal-left {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-family: Saira;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: bottom;
  color: #000412;
}

.modal-left .material-symbols-outlined {
  font-size: 22px;
}
.lang-close {
  color: #000412;
  padding: 12px;
}

#lang-select, #currency-select{
  height: 44px;
}