﻿/* ------- 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 {
  padding-top: 30px;
  float: right;
  padding-right: 90px; }
  @media (max-width: 1199px) {
    #search_block_top {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    #search_block_top {
      float: none;
      clear: right; } }
  #search_block_top #searchbox {
    border: none;
    position: relative;
    background: #fff;
    padding: 0 100px 0 50px;
    box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    width: 369px; }
    @media (max-width: 767px) {
      #search_block_top #searchbox {
        width: 100%; } }
    #search_block_top #searchbox:before {
      position: absolute;
      top: 6px;
      left: 3px;
      padding: 0 10px;
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 15px;
      line-height: 26px;
      border-right: 1px solid #cacaca; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 8px 0 9px;
    height: 37px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    box-shadow: none; }
  #search_block_top .btn.button-search {
    background: #444444;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(../images/94053e0751334d07bc73e004802fa9f0.gif);
    background: -moz-linear-gradient(top, #444444 0%, #363535 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #363535));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%, #363535 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%, #363535 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444444 0%, #363535 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #444444 0%, #363535 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#363535',GradientType=0 );
    /* IE6-8 */
    display: block;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    right: 0px;
    border: none;
    color: white;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #303435;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 9px 15px 9px; }
    #search_block_top .btn.button-search:hover {
      color: #fe2a2a; }

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