#header .main-header .mob-icons ul a.search {
	margin-right: 20px !important; 
}
@media (max-width: 992px) {
  .search-bar {
  	display: none; 
  }
  .mobile-search {
		display: block !important;
  }
  .mobile-popup {
      top: 131px;
  }
  .mobile-search .search-wrap input[type="text"] {
    height: 40px;
    padding: 0px 20px;
    padding-right: 40px;
    border: none;
    outline: none;
    border: 1px solid rgba(0,0,0,.07);
    width: 100%;
	}
  .mobile-popup .popup-inner {
    padding: 25px 20px;
    padding-bottom: 60px;
  }
  .mobile-search {
    text-align: left;
	}
  .mobile-popup .title-small {
    margin-bottom: 25px;
  }
  .mobile-search .search-wrap .icon {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
  }
  .close-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 99;
    padding: 0px 20px;
    background: #000;
	}
} 
@media (max-width: 767px) {
  .mobile-popup {
  	top: 110px;
  }
}