.top-header {
  border-bottom: 1px solid #eee;
}
.nav-link:hover {
  color: #ff324d;
}
.header_list {
  font-size: 14px;
}

.lang_content {
  font-size: 14px;
}

.cart_box {
  width: 320px;
  position: absolute;
  right: 0;
  z-index: 999;
  transform: scale(0);
  transition: all 0.25s ease-in-out;
  transform-origin: top right;
  width: 346px !important;
  top: 58px;
  background-color: #fff;
}

.cart_icon:hover .cart_box {
  transform: scale(1);
}

.cart_list li {
  border-bottom: 1px solid #3f3f3f29;
  padding: 15px;
  width: 100%;
}

.btn-fill-line {
  background-color: transparent;
  border: 1px solid #333;
  overflow: hidden;
  position: relative;
  color: #fff !important;
  transition: all 0.8s ease 0s;
  z-index: 1;
  display: flex;
  align-items: center;
}
.btn-fill-line:before,
.btn-fill-line:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #333;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  width: 50%;
}
.btn-fill-line::after {
  right: 0;
  left: auto;
}
.btn-fill-line:hover:before,
.btn-fill-line:hover:after {
  width: 0;
}
.btn-fill-line:hover {
  color: #333 !important;
}

.logo {
  width: 182px;
  height: 47px;
}

.cart_total {
  padding: 0 15px;
}

/* SEARCH  */
.search_wrap {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
  z-index: 9999;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.search_wrap.open {
  opacity: 1;
  visibility: visible;
  -webkit-animation: slideInLeft 1s both;
  animation: slideInLeft 1s both;
}

.search_wrap .form-control {
  background: transparent !important;
  border-bottom: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 10px 0;
  color: #fff !important;
  outline: none !important;
}

.close-search {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25%;
  margin-right: 16px;
}

.search_icon {
  font-size: 24px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
}

.search_wrap .form-control::placeholder {
  color: #fff;
}

.search_overlay {
  content: "";
  background-color: #000;
  height: 100%;
  top: 0;
  position: fixed;
  text-align: center;
  opacity: 0.5;
  right: 0;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  width: 0;
  z-index: 99;
}
.search_overlay.open {
  left: 0;
  right: auto;
  width: 100%;
}
.search-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* SEARCH END  */

/* DROPDOWN MENU  START */
.dropdown_menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  z-index: 999;
  font-size: 14px;
}

.nav-link-product:hover + .dropdown_menu {
  opacity: 1;
}

.banne_info {
  position: absolute;
  top: calc(50% - 44px);
  right: 12px;
}
.dropdown-item {
  font-size: 12px;
}

.bottom_header {
  border-top: 0.5px solid #ddddddfc;
}

.nav-fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1041;
  background-color: #fff;
  animation: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

/* DROPDOWN MENU END  */

@media only screen and (max-width: 990px) {
  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    transform: scale(0);
    transform-origin: top right left;
    transition: all 0.6s ease;
    z-index: 999;
    padding: 10px 0;
  }

  .active {
    transform: scale(1);
  }
  .menu {
    display: block !important;
  }
  .single_banner_info {
    right: 18px;
  }
  .lang_content {
    justify-content: center;
  }
  .acc_action {
    justify-content: center !important;
  }

  .dropdown_menu {
    top: 50%;
  }

  .menu_banners {
    display: none !important;
  }
}
