/** header search **/
.search-box {
  position: relative; }

#searchbox {
    display: flex;
}

#mt_search_widget {
    width: 364px;
}

.mt-search-widget form input[type=text] {
  border: none;
  overflow: unset;
  width: 100%;
  padding: 6px 20px 6px 35px;
  height: 40px;
  color: #111111;
  background: #f7f7f7;
  border-radius: 25px 0 0 25px;
  }

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

.mt-search-widget form button[type=submit] {
  text-align: center;
  border: none;
  color: #fff;
  background: #E31F1F;
  padding: 0 20px 0 17px;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.search-box.search-icons a {
  /* position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  display: flex;
  align-items: center; */
}
.mt-search-widget form button i {
  margin-right: 5px;
  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: 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; }

/*@media (max-width: 991px) {
  .mt-search-widget {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: 34px;
    border: none;
    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);
    z-index: 5;
    background: #fff; } }*/

@media (max-width: 480px) {
  .mt-search-widget form input[type=text] {
    height: 35px;
  }
  .mt-search-widget form button[type=submit] {
    font-size: 12px;
    padding: 7px;
  }
  #mt_search_widget {
    width: 240px;
  }
}
.mt-search-widget form input[type=text]::placeholder {
  color:  #E31F1F;
}