.is-sticky #top .desktop-menu .horizontal ul.megamenu > li > a {
  padding-top: 4px;
}
#top .pattern > .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 26;
}
#top .top-center {
  padding: 21px 0px;
}
#top .top-center .switchers {
  padding-right: 25px;
}
#top .top-center .switchers .dropdown {
  margin: 8px 30px 8px 0px;
}
@media (max-width: 1098px) {
  #top .top-center .switchers .dropdown {
    margin-right: 20px;
  }
}
#top .top-center .switchers .dropdown .dropdown-toggle {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#top .top-center .switchers .dropdown .dropdown-toggle:after {
  border-top-color: #b2b2b2;
  margin-left: 6px;
}
#top .top-center .container-megamenu {
  padding: 0px !important;
  margin: 0px 0px 0px 60px;
}
@media (max-width: 1098px) {
  #top .top-center .container-megamenu {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  #top .top-center .container-megamenu {
    margin-left: 30px;
  }
}
#top .top-center .container-megamenu .megamenu-wrapper {
  position: static;
}
#top .top-center .container-megamenu ul.megamenu {
  position: static;
}
#top .top-center .container-megamenu ul.megamenu > li > a {
  white-space: nowrap;
}
#top .top-center .container-megamenu ul.megamenu > li .sub-menu .content {
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
#top .top-center .desktop-search {
  width: 50%;
  margin: 0px 0px 0px auto;
  padding: 0px 30px;
}
@media (max-width: 1098px) {
  #top .top-center .desktop-search {
    display: none;
  }
}
#top .top-center .desktop-search .search_form {
  position: relative;
}
#top .top-center .desktop-search .search_form .button-search {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
#top .top-center .desktop-search .search_form .button-search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#top .top-center .desktop-search .search_form .search-cat {
  width: 31%;
  background: #06bec7;
  position: relative;
}
@media (max-width: 1300px) {
  #top .top-center .desktop-search .search_form .search-cat {
    display: none;
  }
}
#top .top-center .desktop-search .search_form .search-cat:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 17px;
  right: 20px;
}
#top .top-center .desktop-search .search_form .search-cat select {
  height: 40px;
  margin: 0px;
  padding: 0px 40px 0px 20px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
}
#top .top-center .desktop-search .search_form .overflow-input {
  width: 69%;
  position: relative;
}
@media (max-width: 1300px) {
  #top .top-center .desktop-search .search_form .overflow-input {
    width: 100%;
  }
}
#top .top-center .desktop-search .search_form .overflow-input input {
  width: 100%;
  margin: 0px;
}
#top .top-center .desktop-search .search_form .overflow-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #000;
}
#top .top-center .desktop-search .search_form .overflow-input input::-moz-placeholder {
  /* Firefox 19+ */

  color: #000;
}
#top .top-center .desktop-search .search_form .overflow-input input:-ms-input-placeholder {
  /* IE 10+ */

  color: #000;
}
#top .top-center .desktop-search .search_form .overflow-input input:-moz-placeholder {
  /* Firefox 18- */

  color: #000;
}
#top ul.megamenu > li {
  margin-right: 33px;
}
#top ul.megamenu > li.pull-right {
  margin-left: 33px;
  margin-right: 0px;
}
#top ul.megamenu > li > a {
  font-size: 15px;
  padding-top: 15px;
}
#top ul.megamenu > li > a:before {
  bottom: 8px;
}
#top ul.megamenu > li > a .megamenu-label {
  top: -3px;
}
.mobile-search .search-cat {
  display: none;
}
.mobile-search .overflow-input {
  width: 100%;
}
