.ads-4 {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}
.ads-4 .box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}

.ads-4 .right-bar a,
.ads-4 .right-bar,
.ads-4 .social-icon {
  display: flex;
  align-items: center;
}
.ads-4 .social-icon {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px #d9d9d9 solid;
}
.ads-4 .box .social-icon img {
  width: 30px;
  margin: 0 0.25rem;
}
.ads-4 .buyproduct {
  margin-right: 1.5rem;
}
.ads-4 .buyproduct a {
  font-size: 18px;
  font-weight: 400;
  color: #eb0028;
}
.ads-4 .buyproduct svg {
  width: 25px;
}

.ads-4 .lang {
  font-size: 18px;
  display: flex;
  align-items: center;
  border: 1px #d9d9d9 solid;
  border-radius: 50px;
  width: 90px;
  height: 35px;
  padding: 0.35rem;
  justify-content: space-between;
  line-height: 1;
}
.ads-4 .shop {
  padding: 0.5rem;
}
.ads-4 .lang img,
.ads-4 .shop img {
  width: 23px;
  height: 23px;
  margin-right: 0.25rem;
}
.dropdown-menu {
  font-size: 18px;
  padding: 0.5rem;
  min-width: auto;
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 15px #0000001f;
  transform: translate(0px, 45px) !important;
}
.ads-4 .dropdown-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  top: -13px;
  left: 38%;
}
.ads-4 .dropdown-buyproduct {
min-width: 190px;
  transform: translate(-30px, 45px) !important;
}

.ads-4 .dropdown-item {
  padding: 0;
}
.ads-4 .dropdown-item:hover {
  background-color: unset;
}
.ads-4 .dropdown-item .lang {
  border: none;
  border-radius: 0;
}

.header-noborder .header-4 {
  border-bottom: 1px solid #ffffff;
}
.header-4 {
  background-color: white;
  border-bottom: 1px solid #efefef;
}
.header-4 .nav-main {
  height: 8.35vw;
  display: flex;
  justify-content: space-between;
  padding: 1.55vw 0;
  align-items: center;
}
.header-4 .nav-main a:hover {
  color: #eb0028;
  transition: 0.3s ease-in-out;
}

.header-4 .nav-main .logo img {
  width: 70%;
  width: 9.35vw;
}
.header-4 .nav-main .toggle-menu {
  background: unset;
  border: none;
}
.header-4 .nav-main .left {
  width: 15%;
}

.header-4 .nav-main .right {
  width: 85%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-4 .nav-menu {
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2vw;
}
.header-4 .nav-menu .dropdown ul {
  margin: 0;
  padding: 0.5rem 0;
}
.header-4 .nav-menu .dropdown-item:hover {
  background-color: unset;
}
.header-4 .nav-menu a {
  color: black;
  line-height: 1;
}
.header-4 .nav-menu a.active {
  color: #eb0028;
  font-weight: 600;
}
.header-4 .nav-menu .dropdown-hover-menu {
  position: relative;
  display: inline-block;
}
.header-4 .nav-menu .dropdown-hover {
  position: absolute;
  left: 0;
  top: 125%;
  width: max-content;
  background: #ffffff;
  min-width: 10rem;
  border-radius: 15px;
  box-shadow: 0 0 15px #0000001f;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  pointer-events: none;
  overflow: hidden;
  /*   padding: 0.25rem 0; */
}
.header-4 .nav-menu .dropdown-hover.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-4 .nav-menu .dropdown-hover ul {
  padding: 0;
  margin: 0;
}
.header-4 .nav-menu .dropdown-hover li {
  list-style-type: none;
  padding: 0.25rem 0.75rem;
}
.header-4 .nav-menu .dropdown-hover li:hover a {
  color: white;
  transition: 0.3s ease-in-out;
}
.header-4 .nav-menu .dropdown-hover li:hover {
  background-color: #eb0028;
  transition: 0.3s ease-in-out;
}

.owl-carousel.slide-menu .owl-nav button i {
  font-size: 18px;
  color: white;
}
.owl-carousel.slide-menu .owl-nav button.owl-next,
.owl-carousel.slide-menu .owl-nav button.owl-prev {
  background-color: unset;
  border: none;
  bottom: -50%;
}
.owl-carousel.slide-menu .owl-nav button.owl-next:hover,
.owl-carousel.slide-menu .owl-nav button.owl-prev:hover {
  border: none;
}
.owl-carousel.slide-menu .owl-nav button.owl-next {
  right: -4%;
}
.owl-carousel.slide-menu .owl-nav button.owl-prev {
  left: -4%;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .header-4 .nav-menu {
    justify-content: space-between;
    gap: 0;
    font-size: 18px;
  }
}
