 @media (min-width: 1200px) {
  .ast-primary-header-bar .main-header-menu-toggle {
    display: none !important;
  }
  .site-header--active .ast-primary-header-bar .menu-toggle {
    display: block !important;
  }
  .site-header--active .site-primary-header-wrap {
    min-height: 50px !important;
    height: 50px !important;
  }
  .site-header--active #ast-desktop-header {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .site-header--active .ast-above-header-wrap .ast-builder-grid-row {
    z-index: 10;
    /* grid-template-columns: 0.1fr 0.1fr 0.1fr !important; */
  }
  .site-header--active .ast-above-header-wrap {
    position: absolute;
    top: 0;
    right: 0px;
  }
  .site-header--active
    .ast-builder-language-switcher-wrapper
    .ast-builder-language-switcher-layout-horizontal
    .ast-builder-language-switcher-menu {
    flex-wrap: nowrap !important;
  }
  .site-header--active .ast-primary-header-bar .ast-site-identity {
    margin-top: 0 !important;
  }
  .site-header--active .ast-primary-header-bar .custom-logo-link img {
    width: 90px !important;
  }

  .site-header--active .ast-primary-header-bar .header-widget-area img{
    display: none;
  }


  .site-header--active .ast-primary-header-bar .ast-builder-grid-row {
    grid-template-columns: auto 0.1fr 1fr;
    width: calc(100% - 400px);
    grid-column-gap: 0 !important;
  }
  .site-header--active
    .ast-primary-header-bar
    #bsawf-menu-button.bsawf-menu-button {
    margin-top: 0px;
    padding-right: 0;
  }
  .site-header--active
    .ast-primary-header-bar
    #bsawf-menu-button.bsawf-menu-button
    .button-text {
    display: none;
  }
  .site-header--active #bsawf-single-box-menu {
    top: 50px !important;
  }
  .site-header--active #bsawf-single-box-menu .singlebox-nav__background {
    top: 50px !important;
  }
  .site-header--active .bsawf-menu {
    top: 50px !important;
    height: calc(100vh - 50px) !important;
  }
  .site-header--active .ast-primary-header-bar .ast-site-title-wrap {
    display: none;
  }

  .site-header--active .ast-grid-right-section {
    margin-right: 7vw;
  }

  .site-header--active
    .header-widget-area
    .widget_media_image
    .wp-block-image.size-full {
    margin-top: 20px;
    width: 120px;
  }
  .site-header--active .ast-primary-header-bar #mega-menu-wrap-primary {
    display: none;
  }
  .site-header--active .ast-primary-header-bar .site-logo-img {
    margin-top: 0 !important;
    background-image: url(/wp-content/uploads/2022/12/flags-logo.svg);
    background-size: 120px;
    width: 80px;
    height: 72px;
  }

    .site-header--active .ast-primary-header-bar .site-logo-img img{
    display: none;
  }

}
