#searchbox {
  position: relative;
  background: #fff;
  z-index: 1; }

#header .mt-search-widget .search_contain {
  width: 60%;
  margin: 0 auto; }

.mt-search-widget {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px;
  margin: auto;
  height: 100%;
  opacity: 0;
  background: rgba(242, 178, 24, 0.3);
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

#header .mt-search-widget.search-box-open {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown .8s ease; }

#header .mt-search-widget .search_text {
  color: #656565;
  font-size: 18px;
  text-transform: capitalize; }

#header .mt-search-widget .search-close {
  position: absolute;
  top: 10px;
  right: 10px; }

#header .mt-search-widget .search-close i {
  cursor: pointer;
  background: #ffffff;
  font-size: 20px; }

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

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

.mt-search-widget form button[type=submit] {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  color: #ffffff;
  top: 0;
  padding: 8px;
  background: #e3978e;
  font-size: 18px;
  font-weight: 400; }

.mt-search-widget form button i {
  display: block; }

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

#search_popup {
  width: 60%;
  margin: 0 auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11); }

#search_popup .search_popup_inner {
  background: #ffffff;
  padding: 15px;
  max-height: 450px;
  overflow-y: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

#header .search-form {
  position: relative; }

#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 .product-item:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#search_popup .search_img {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

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

@media (max-width: 1199px)
{
  .mt-search-widget {
      padding: 20px 20px;
  }
}

@media (max-width: 991px)
{
  .mt-search-widget {
      padding: 10px 20px;
  }
}