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

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

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

.mt-search-widget {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 20px;
  margin: auto;
  height: 100%;
  opacity: 0;
  background: #252525;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  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_text {
  color: #656565;
  font-size: 18px;
  text-transform: capitalize; }

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

#header .mt-search-widget .search-close i {
  cursor: pointer; }

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

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

.mt-search-widget form button[type=submit] {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  color: #ffffff;
  top: 0;
  padding: 0;
  background: transparent;
  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: 65%;
  margin: 0 auto; }

#search_popup .search_popup_inner {
  background: #111111;
  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; }

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

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

@media (max-width: 991px) {
  #header .mt-search-widget .search-close {
    top: 0;
    right: 0;
  }
  .mt-search-widget form input[type=text] {
    height: 36px;
  }
  #header .mt-search-widget .search_contain,
  #search_popup {
    width: 85%;
  }
}

@media (max-width: 575px) {
  #header .mt-search-widget .search_contain,
  #search_popup {
    width: 95%;
  }
  .mt-search-widget form input[type=text] {
    height: 28px;
  }
}

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