@media screen and (min-width: 1025px) {
  .header {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header li:after {
    background-color: #ffffff !important;
  }
  .header li a {
    color: #ffffff !important;
  }
  .header .sub-menu {
    background-color: rgba(84, 84, 84, 0.6) !important;
  }
  .header .sub-menu li {
    border: none !important;
  }
  .header .sub-menu li + li {
    border-top: 1px solid #7b7b7b !important;
  }
}

@media screen and (max-width: 1024px) {
  .header-search i {
    font-size: 23px;
    text-align: center;
  }
  .drawer__open i {
    font-size: 23px;
    text-align: center;
  }
  .mobile_nav {
    background-color: #ffffff !important;
  }
}
