header #top .top-center {
  position: relative;
  padding: 15px 0px;
}
@media (max-width: 1199px) {
  header #top .top-center {
    flex-wrap: wrap;
  }
}
header #top .top-center .right.left-right {
  margin: 0px 0px 0px 48px;
}
header #top .top-center .desktop-menu {
  padding: 0px 6px 0px 40px;
  margin: 0px auto;
}
@media (max-width: 1199px) {
  header #top .top-center .desktop-menu {
    order: 4;
    padding: 20px 0px 0px 35px;
  }
}
header #top .top-center .desktop-menu .megamenu-wrapper {
  position: static;
}
header #top .top-center .desktop-menu ul.megamenu {
  position: static;
}
header #top .top-center .desktop-menu ul.megamenu > li > a {
  padding-top: 12px;
}
header #top .top-center .desktop-menu ul.megamenu > li > a:before {
  margin-bottom: -5px;
}
header #top .top-center .desktop-menu ul.megamenu > li > a .megamenu-label {
  top: -4px;
}
header #top .top-center .right {
  margin: 0px 0px 0px auto;
}
header #top .top-center .right .switchers {
  padding-right: 10px;
}
header #top .top-center .right .switchers .dropdown {
  margin: 8px 30px 8px 0px;
}
header #top .top-center .right .switchers .dropdown .dropdown-toggle {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
header #top .top-center .right .switchers .dropdown .dropdown-toggle:after {
  border-top-color: #b2b2b2;
  margin-left: 6px;
}
header #top .top-center .right .desktop-search {
  position: relative;
  margin: 0px;
  width: auto;
}
header #top .top-center .right .desktop-search .open-search a {
  cursor: pointer;
}
header #top .top-center .right .desktop-search .open-search a svg {
  width: 26px;
  height: 26px;
}
header #top .top-center .right .desktop-search .search_form {
  display: none;
  width: 305px;
}
header #top .top-center .right .desktop-search .search_form.active {
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  right: -30px;
  margin: 10px 0px 0px 0px;
  padding: 15px;
}
header #top .top-center .right .desktop-search .search_form.active .button-search {
  right: 27px;
}
header #top .top-center .right .my-account {
  margin-left: 25px;
}
.is-sticky #top .pattern > .container {
  display: block;
}
.is-sticky #top .pattern > .container .top-center {
  padding: 10px 0px;
  display: flex !important;
}
.is-sticky #top .pattern > .container .desktop-menu .horizontal {
  padding-top: 0px !important;
}
.is-sticky #top .pattern > .container .desktop-menu .horizontal ul.megamenu > li > a {
  height: 50px;
  padding-top: 12px;
}
.is-sticky #top .pattern > .container .desktop-menu .horizontal ul.megamenu > li > a .megamenu-label {
  top: -4px;
}
