/** header search **/
#searchbox {
  position: relative;
  background: #fff;
  z-index: 1; }

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

.mt-search-widget {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 20px;
  margin: auto;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  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-top.header-fixed .mt-search-widget {
  padding: 20px;
}

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

.mt-search-widget form input[type=text] {
  width: 100%;
  height: 40px;
  padding: 6px 0 6px 0;
  color: #777777;
  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: #222222;
  opacity: 1; }

.mt-search-widget form button[type=submit] {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  color: #333;
  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: #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; }

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

@media (max-width: 1799px) {
  #header .mt-search-widget .search_contain,
  #search_popup {
    width: 60%; } }

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

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

@media (max-width: 1199px) { 
  .mt-search-widget {
    padding: 35px 20px; }
  #header .mt-search-widget .search-close {
    top: 5px;
    right: 5px; }
}

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

@media (max-width: 575px) { 
  .search-close {
    right: 0;
    top: 0; }
}

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