#searchbox {
  position: relative; }

.mt-search-widget {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  z-index: 5;
  background: #fff; }

.mt-search-widget form input[type=text] {
  min-width: 280px;
  padding: 10px 50px 10px 10px;
  overflow: unset;
  border: 2px solid #947259; }

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

.mt-search-widget form button i {
  margin-right: 0;
  color: #fff; }

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

#search_popup .search_popup_inner {
  background: #fff;
  padding: 15px;
  max-height: 450px;
  overflow-y: auto;
  border: 2px solid #947259;
  border-top: 0; }

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

#search_popup .search_img {
  border: 2px solid #947259;
  padding: 2px;
  overflow: hidden;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

#search_popup .product-price {
  margin-top: 5px; }

#search_popup {
  width: 100%;
  position: absolute;
  z-index: 99;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }