.search-box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 9.5px 0; }

.mt-search-widget form input[type=text] {
  border: none;
  width: 162px;
  min-width: 162px;
  overflow: unset;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  color: #111111; }

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

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

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

.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: 52px;
  }
}

@media (max-width: 1599px) {
  .search-box {
    padding: 5.5px 0;
  }
}

@media (max-width: 1440px) {  
  .mt-search-widget form input[type=text]{
    font-size: 14px;
  }
}

@media (max-width: 991px) {  
  .search-box {
    text-align: left;
  }
}

@media (max-width: 375px) {
  .mt-search-widget {
    top: 45px; }
  .mt-search-widget {
    left: -80px;
    }
}