#search_block_top {
  float: right;
  height: 90px;
  padding: 40px 0;
  width: 42px;
  z-index: 1;
}
@media (max-width: 991px) {
  #search_block_top {
    height: 40px;
    padding: 14px 0 0;
  }
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
  opacity: 0;
  display: none;
}
#search_block_top .ttsearch_button {
  background: transparent url("../../../img/templatetrip/sprite.png") no-repeat scroll -9px -242px;
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 32px;
  position: relative;
  right: 0;
  width: 33px;
  z-index: 99;
}
#search_block_top .ttsearch_button:hover {
  background-position: -69px -242px;
}
#search_block_top .ttsearchtoggle {
  left: 0;
  position: absolute;
  right: 0;
  top: 90px;
  display: block !important;
  z-index: 99;
}
#search_block_top .ttserach-bg {
  background: #f5f5f5;
  height: 0;
  left: 0;
  position: fixed;
  right: 0;
  opacity: 0;
  top: 0;
  width: 100%;
}
#search_block_top .btn.button-search {
  background: transparent url("../../../img/templatetrip/search-sprite.png") no-repeat scroll 0 -81px;
  bottom: 0;
  color: #ffffff;
  display: block;
  height: 45px;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 27px;
  width: 42px;
  z-index: 99;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:hover {
  color: #6f6f6f;
}
#search_block_top #search_query_top {
  background: transparent;
  color: #999999;
  border: none;
  border-bottom: 1px solid #333333;
  bottom: 0;
  color: #232323;
  display: inline;
  font-size: 48px;
  height: 85px;
  left: 0;
  margin: auto;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  font-family: "Dosis", sans-serif;
}
@media (max-width: 991px) {
  #search_block_top #search_query_top {
    font-size: 28px;
  }
}
#search_block_top #search_query_top:focus, #search_block_top #search_query_top:active {
  border-color: #e5e5e5;
}
#search_block_top.active .ttsearch_button {
  background: transparent url("../../../img/templatetrip/search-sprite.png") no-repeat scroll 0 0;
  cursor: pointer;
  font-size: 0;
  text-align: center;
  height: 45px;
  width: 42px;
  position: absolute;
  right: 0;
  z-index: 999;
}
#search_block_top.active .ttserach-bg {
  height: 100%;
  bottom: 0;
  opacity: 1;
}
#search_block_top.active #searchbox {
  opacity: 1;
  display: block;
}

.ac_results {
  width: 100% !important;
  left: 0 !important;
  border: none;
  margin-top: 30px;
}
.ac_results ul {
  padding: 10px;
}
.ac_results ul li {
  padding: 5px;
  font-weight: normal;
  color: #999999;
  font-size: 13px;
  line-height: 22px;
}
.ac_results ul li .ttsearch_img {
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 480px) {
  .ac_results ul li .ttsearch_img {
    height: auto;
    width: 30%;
  }
}
.ac_results ul li .ac_content .ac_product_name {
  color: #333333;
  font-family: pt sans;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
}
.ac_results ul li.ac_odd {
  background: white;
}
.ac_results ul li.ac_even {
  background: white;
}
.ac_results ul li:hover .container, .ac_results ul li.ac_over .container {
  cursor: pointer;
  background: whitesmoke;
}
.ac_results ul li:hover .container .ac_product_name, .ac_results ul li.ac_over .container .ac_product_name {
  color: black;
}
.ac_results ul li .container {
  background: white;
  width: 100%;
  padding: 10px;
}

form#searchbox {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
form#searchbox label {
  color: #232323;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
form#searchbox .button.button-small {
  float: left;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}

.search_block_top_form {
  height: 37px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20%;
}

.ttsearch-fixed {
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  overflow: scroll;
}
@media (max-width: 991px) {
  .ttsearch-fixed {
    padding: 0 20px;
  }
}

#search_block_top .btn.button-search::before {
  display: none;
}

.header_user_info #search_block_top {
  padding: 44px 0;
}
