.cs-top-header {
  background-color: var(--green-color);
}
.cs-top-header .wrapper-content-top {
  display: flex;
  flex-wrap: wrap;
}
.cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 12px 0;
}
.cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li {
  padding-right: 3vw;
}
.cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li i {
  color: white;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li a {
  font-size: 14px;
  line-height: 1.86;
  font-weight: 500;
  text-align: center;
  color: var(--light-color);
  text-decoration: none;
}
.cs-top-header .wrapper-content-top .cs-top-header_right_content-wr {
  margin-left: auto;
}
.cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 12px 0;
}
.cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul li {
  padding-left: 15px;
}
.cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.86;
  text-align: center;
  color: var(--light-color);
  text-decoration: none;
}

.header_top_bg .simple #topmenu .menu-wrapper {
  flex: auto;
  align-items: center;
}
.header_top_bg .simple #topmenu .menu-wrapper .menu {
  margin: 0 auto;
}
.header_top_bg .simple #topmenu .menu-wrapper .menu a {
  font-weight: 500;
}
.header_top_bg .simple #topmenu .menu-wrapper .menu a:hover {
  color: var(--green-color);
}
.header_top_bg .simple #topmenu .menu-wrapper .menu .current-menu-item > a, .header_top_bg .simple #topmenu .menu-wrapper .menu .current-menu-ancestor > a {
  color: var(--dark-color);
}
.header_top_bg .simple #topmenu .menu-wrapper .search-icon-wrapper .open-search {
  font-size: 18px;
  color: black;
  margin: 0;
  line-height: 84px;
  padding: 0 40px;
  border-left: 1px solid #8080801c;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.header_top_bg .simple #topmenu .menu-wrapper .search-icon-wrapper .open-search:hover {
  color: #aeaeae;
}
.header_top_bg .simple #topmenu .menu-wrapper .button-header .header-button {
  margin: 0;
}
.header_top_bg .simple #topmenu .menu-wrapper .button-header .header-button a {
  padding: 0 40px;
  line-height: 80px;
  font-size: 14px;
  color: white;
  font-weight: 600;
}
.header_top_bg .simple #topmenu .menu-wrapper .button-header .header-button a:hover {
  color: #aeaeae;
}

.is-scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--light-color);
  z-index: 1000;
}

.logged-in .is-scroll {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .logged-in .is-scroll {
    top: 46px;
  }
}

.right-menu.is-scroll {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}

.is-scroll-sub {
  position: fixed;
  left: 0;
  right: 0;
  background-color: var(--light-color);
  z-index: 1000;
  border-top: solid 1px #f3f8f3;
}

.fixed-nav {
  position: relative;
  z-index: 900;
}

@media (min-width: 1200px) {
  .header_top_bg .simple #topmenu {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cs-top-header .wrapper-content-top {
    max-width: 100%;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul {
    padding: 7px 0;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li {
    padding-right: 2vw;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li i {
    font-size: 15px;
    margin-right: 5px;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li a {
    font-size: 12px;
    vertical-align: middle;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr {
    margin-left: auto;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul {
    padding: 7px 0;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul li {
    padding-left: 15px;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul li a {
    font-size: 12px;
  }

  .header_top_bg .simple {
    max-width: 100%;
    text-align: right;
  }
  .header_top_bg .simple .search-form input {
    padding-right: 20px;
  }
  .header_top_bg .simple #topmenu .menu-wrapper .search-icon-wrapper .open-search {
    display: block;
    position: absolute;
    right: 35px;
    padding: 0px;
    border: none;
    line-height: 36px;
    color: var(--grey-color);
  }
}
@media (max-width: 767px) {
  .cs-top-header .wrapper-content-top {
    align-items: center;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr {
    flex: 60%;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul {
    flex-wrap: wrap;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li {
    padding: 0;
    flex: 1 0 100%;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul {
    flex-wrap: wrap;
    display: none;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul li {
    flex: 100%;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr {
    flex: 100%;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul {
    flex-wrap: wrap;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_left_content-wr ul li {
    padding: 0;
    flex: 1 0 100%;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr {
    border-top: 1px solid #ffffff3d;
    flex: 100%;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul {
    flex-wrap: wrap;
    padding: 4px 0;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul li {
    flex: auto;
    text-align: left;
    padding: 0;
  }
  .cs-top-header .wrapper-content-top .cs-top-header_right_content-wr ul li:nth-child(2) {
    margin-left: auto;
    text-align: right;
  }
}

/*# sourceMappingURL=menu-simple.min.css.map */
