.search-box {
  position: relative; }

.mt-search-widget {
  border-bottom: 1px solid #abadab; }

.mt-search-widget form input[type=text] {
  border: none;
  width: 120px;
  min-width: 120px;
  overflow: unset;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  background: transparent; }

.mt-search-widget form input[type=text]::placeholder {
  color: #111111;
  opacity: 1; }

.mt-search-widget form button[type=submit] {
  position: absolute;
  border: none;
  bottom: 0;
  left: 0;
  color: #ffffff;
  top: 0;
  padding: 0;
  background: transparent; }

.mt-search-widget form button i {
  margin-left: 0;
  color: #222222;
  font-size: 20px; }

.search-box.search-icons.active i.icon-search:before {
  content: "\E904"; }

#search_popup .search_popup_inner {
  background: #ffffff;
  padding: 15px;
  max-height: 450px;
  overflow-y: auto;
  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);
 }

#search_popup .search_info {
  text-align: right; }

#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-left: 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; }

@media (min-width: 992px) {
  #search_popup {
    width: 250px;
    top: 65px;
  }
}

@media (max-width: 1599px) {
  .mt-search-widget {
    top: 72px; }
}
@media (max-width: 991px) {
  .mt-search-widget {
    top: 48px;
    display: none;
    position: absolute;
    left: 0;
    right: auto;
    top: 48px;
    border: none;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    z-index: 5;
    background: #fff; }
  .mt-search-widget form input[type=text] {
    min-width: 240px;
    padding: 8px;
  }
  .mt-search-widget form button[type=submit] {
    left: 8px;
  }
}
@media (max-width: 375px) {
  .mt-search-widget {
    top: 45px; }
  .mt-search-widget {
    left: -60px;
    }
}