.navigation {
  /* background: #fff; */
}
.navigation .wrap-content {
  max-width: 1300px;
  padding: 24.5px 50px;
  border-radius: 10px;
  background: #ffffff !important;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.was-scrolled.navigation .wrap-content {
    padding: 2.5px 50px;
}
.navigation.is-fixed {
  position: fixed;
  top: 0 !important;
  z-index: 999;
  width: 100%;
}
.navigation.is-index {
  position: fixed;
  top: 50px;
  z-index: 999;
  width: 100%;
}
.navigation.not-index {
}
.navigation__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wrap-menu {
  width: 100%;
}
.menu {
  position: relative;
  z-index: 99;
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}
.menu .wrap-content {
  position: relative;
}
.logo-menu {
  max-width: 203px;
}
.right-menu {
  width: 69.5833333333%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-show {
  padding: 14px 0px;
  border-left: 1px solid #d9d9d9;
  width: 60px;
  text-align: end;
}
.menu ul.ulmn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 85px);
  justify-content: space-between;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul li.contact {
  border-radius: 10px;
  background: #f17922;
  min-width: 129px;
}
.menu ul li.contact a {
  color: #fff;
}
.menu ul li.contact a:hover {
  color: #1d234f;
}
.menu ul.ulmn > li {
  /* flex: auto; */
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li .btn-dropdown-menu {
  display: none;
}
.menu ul li a {
  font-size: 16px;
  color: #000;
  margin: 0px;
  padding: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  /* line-height: 45px; */
  text-transform: uppercase;
  font-family: "Neue-Einstellung-Medium";
  letter-spacing: 0.5px;
}
.menu ul li.product-menu:after {
  content: "";
  background: url(../images/hot.gif) no-repeat;
  position: absolute;
  width: 26px;
  height: 9px;
  top: 0;
  right: -10px;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
  color: #f17922;
}
.menu ul li.contact a.active,
.menu ul li.contact:hover > a {
  color: #1d234f;
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  border-radius: 5px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #fed402;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}
.menu ul li ul li a:hover {
  padding-left: 40px;
}
/* menu mobile*/
.header-left-fixwidth {
  top: 0 !important;
  width: 255px;
  min-height: 100vh;
  position: fixed;
  float: left;
  background: #fff;
  width: 290px;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}
.header-left-fixwidth .wrap-header {
  overflow-y: auto;
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 0 15px;
  padding-top: 15px;
}
.header-left-fixwidth .wrap-header .logos-menu {
  padding: 10px 0px;
  display: block;
}
.header-left-fixwidth .wrap-header .nav-menu ul {
  padding: 0px;
}
.header-left-fixwidth .wrap-header .nav-menu ul li {
  position: relative;
  border-top: 1px solid #f0f0f0;
  list-style: none;
}
.header-left-fixwidth .wrap-header .nav-menu ul a {
  display: block;
  font-size: 15px;
  color: #333;
  padding: 10px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-weight: 600;
}
.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
  position: absolute;
  right: 0px;
  font-size: 20px;
  display: flex;
  width: 43px;
  height: 43px;
  background: transparent;
  top: 0px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #8a8987;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.6s;
}
.header-left-fixwidth
  .wrap-header
  .nav-menu
  ul
  li
  span.btn-dropdown-menu.active
  i {
  transform: rotate(90deg);
  color: var(--color-key);
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
  display: none;
  padding-left: 10px;
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
  padding: 12px 20px;
}
.header-left-fixwidth.open-sidebar-menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.opacity-menu.open-opacity {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index: 9999;
}
.no-scroll {
  overflow: hidden;
}

.search-menu {
  position: relative;
}
.search-menu .icon-search-menu {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 17px;
  margin: 0px;
}
.search-menu .icon-search-menu.active {
  color: #ec2d3f;
  background: #ffffff;
  border-radius: 100%;
}
.search-menu .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ec2d3f;
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-menu .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: #ec2d3f;
  line-height: 40px;
  text-align: center;
}
.search-menu .search-grid input {
  width: calc(100% - 35px);
  float: right;
  outline: none;
  border: none;
  color: #ec2d3f;
}
.search-menu .search-grid input::-webkit-input-placeholder {
  color: #313131;
}
.search-menu .search-grid input:-moz-placeholder {
  color: #313131;
}
.search-menu .search-grid input::-moz-placeholder {
  color: #313131;
}
.search-menu .search-grid input:-ms-input-placeholder {
  color: #313131;
}
/* end */
