/* ------- 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 {
box-sizing: border-box;
    float: right;
    margin-bottom: -5px;
    padding-left: 0;
    padding-top: 5px;
    width: 450px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search_block_top {
      width: 456px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #search_block_top {
      width: 346px; } }
  @media (max-width: 767px) {
    #search_block_top {
      clear: right;
      width: 100%;
      padding: 10px 15px;
      margin: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  #search_block_top #searchbox {
    width: 100%;
    border-top: 5px solid #008E1C;
    border-bottom: 5px solid #008E1C;
    border-left: 5px solid #008E1C;
    border-right: 5px solid #008E1C;
    position: relative;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 144px 0 55px; }
    #search_block_top #searchbox:before {
      content: "\f002";
      line-height: 30px;
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 44px;
      background: #fefefe;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e8e8));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #fefefe 0%, #e8e8e8 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
      /* IE6-8 */ }
      @media (max-width: 479px) {
        #search_block_top #searchbox:before {
          display: none;
          padding-left: 12px; } }
  #search_block_top #search_query_top {
    display: block;
    padding: 10px 0;
    height: 30px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #fff; }
    @media (max-width: 479px) {
      #search_block_top #search_query_top {
        padding-left: 15px; } }
  #search_block_top .btn.button-search {
    background: #ff5f01;
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 9px;
    font-weight: bold;
    text-transform: uppercase;
    top: 0px;
    right: 0px;
    border: none;
    color: #fff;
    text-align: center;
    padding: 10px 0 11px 0;
    width: 125px; }
    #search_block_top .btn.button-search:hover {
      background: #333333; }

.ac_results {
  background: white;
  border: 1px solid #c1c1c1;
  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; }
