/** header search **/
.search-box {
  position: relative;
}

.mt-search-widget {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  top: 62px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  background: #ffffff;
}

.header-fixed .mt-search-widget {
  top: 52px;
}

.mt-search-widget form input[type=text] {
  border: none;
  min-width: 280px;
  padding: 10px 50px 10px 10px;
  overflow: unset;
}

.mt-search-widget form input[type=text]::placeholder {
  color: #777777;
}

.mt-search-widget form button[type=submit] {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  color: #ffffff;
  top: 0;
  margin: 0;
  padding: 0px 9px;
  background: #ffffff;
  border-radius: 5px;
}

.mt-search-widget form button i {
  margin-right: 0;
  color: #111111;
  font-size: 22px;
}

.search-box.search-icons.active i.icon-search:before {
  content: "\e906";
}

#search_popup .search_popup_inner {
  background: #ffffff;
  padding: 15px;
  max-height: 450px;
  overflow-y: auto;
}

#search_popup .search_info {
  text-align: left;
}

#search_popup .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border: none;
  padding-bottom: 15px;
}

#search_popup .product-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  background: transparent;
}

#search_popup .product-item:hover .search_img {
  border-color: #f23131;
}

#search_popup .search_img {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
}

#search_popup .product-price {
  margin-top: 5px;
}

#search_popup {
  width: 100%;
  position: absolute;
  z-index: 99;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1699px) and (min-width: 1200px) {
  .header-right-innre div.search-box a span {
    display: none;
  }
}


@media (max-width: 1440px) {
  .mt-search-widget form input[type=text] {
    height: 40px;
    max-height: 40px;
  }

  .mt-search-widget form button[type=submit] {
    padding: 12px 12px;
    font-size: 16px;
  }
}


@media (max-width: 1199px) {
  #header .mt-search-widget .search-close {
    top: 5px;
    right: 5px;
  }
  .mt-search-widget {
    top: 52px;
  }
}

@media (max-width: 991px) {
  .mt-search-widget {
    top: 40px;
  }
}

@media (max-width: 480px) {
  .mt-search-widget {
    right: -55px;
  }
}
