/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
#search_block_top {
  text-align: center;
  margin: 31px 15px 0 0; }

  #search_block_top h1 {
      display: inline-block;
      padding-left: 10px;
      margin-bottom: 0;
      margin-top: 0;
  }


  @media (max-width: 767px) {
    #search_block_top {
      text-align: center;
    }
    #search_block_top h1 {
      display: block;
      margin: 2px 0;
      padding: 0;
    }
  }


  @media (max-width: 991px) {
    #search_block_top {
      clear: right;
      margin: 0 15px 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: none; } }
  @media (max-width: 479px) {
    #search_block_top {
      float: none;
      width: 100%;
      padding: 0 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0; } }
  #search_block_top #searchbox {
    width: 570px;
    border: 1px solid #ddd;
    padding: 0 70px 0 0;
    background: #fff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #search_block_top #searchbox {
        width: 398px; } }
    @media (max-width: 991px) {
      #search_block_top #searchbox {
        width: 100%; } }
  #search_block_top #search_query_top {
    display: block;
    padding: 13px 0 14px 17px;
    height: 47px;
    background: none;
    font-size: 14px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #777; }
    @media (max-width: 479px) {
      #search_block_top #search_query_top {
        width: 100%; } }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-left: 1px solid #ddd;
    color: black;
    width: 56px;
    height: 47px;
    text-align: center; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      line-height: 35px;
      width: 100%;
      text-align: center;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #search_block_top .btn.button-search:hover {
      color: #fee402; }

.ac_results {
  background: white;
  border: 1px solid #dddddd;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  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; }
