﻿@charset "UTF-8";
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
.header__search-box {
  position: relative;
  border-radius: 4px; }
  .header__search-box > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .header__search-box > div:nth-child(1) .search-box__categories {
      height: 38px;
      padding: 0px 15px 2px 20px;
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #b2afa8;
      white-space: nowrap;
      font-size: 12px;
      border-bottom: 1px solid rgba(68, 68, 68, 0.5);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: #fff;
      border-radius: 0 4px 4px 0;
      margin-left: 10px; }
      .header__search-box > div:nth-child(1) .search-box__categories:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 1px solid #ef3236;
        border-right: 1px solid #ef3236;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        display: block;
        position: absolute;
        left: 8px; }
      .header__search-box > div:nth-child(1) .search-box__categories > div:first-child {
        width: 95px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .header__search-box > div:nth-child(1) .search-box__categories > div:last-child {
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
        top: 40px;
        z-index: 9100;
        right: 0;
        max-height: 230px;
        overflow: auto; }
        .header__search-box > div:nth-child(1) .search-box__categories > div:last-child > div {
          padding: 10px 30px; }
          .header__search-box > div:nth-child(1) .search-box__categories > div:last-child > div:hover {
            background-color: #eee; }
  .header__search-box.search-box__open .search-box__result {
    visibility: visible; }
    .header__search-box.search-box__open .search-box__result #handlebars-result__header-search {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.2);
              box-shadow: 0 8px 6px rgba(0, 0, 0, 0.2); }
      .header__search-box.search-box__open .search-box__result #handlebars-result__header-search > div:last-of-type a.btn-info {
        background: #14499f !important;
        border-color: #14499f;
        border-radius: 0; }
  .header__search-box.search-box__open.search-box__empty #handlebars-result__header-search:before {
    content: 'محصولی یافت نشد.';
    display: block;
    text-align: center;
    color: #E71516;
    position: relative;
    top: -10px; }
  .header__search-box.search-box__loading .search-box__button:after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-top: 2px solid #999;
    border-right: 2px solid transparent;
    -webkit-animation: loading-spin .6s linear infinite;
            animation: loading-spin .6s linear infinite;
    display: block;
    margin-left: 5px;
    position: absolute;
    top: 9px;
    right: -20px;
    z-index: 9; }
  .header__search-box .search-box__result {
    position: absolute;
    width: 102%;
    right: -1%;
    overflow: hidden;
    z-index: 9000;
    visibility: hidden;
    top: 40px; }
    .header__search-box .search-box__result #handlebars-result__header-search {
      background-color: #fdfdfd;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transform: translateY(-120%);
              transform: translateY(-120%);
      -webkit-transition: opacity .3s, -webkit-transform .4s;
      transition: opacity .3s, -webkit-transform .4s;
      transition: transform .4s, opacity .3s;
      transition: transform .4s, opacity .3s, -webkit-transform .4s;
      opacity: 0;
      padding-top: 20px;
      margin: 0 1% 15px 1%; }
      .header__search-box .search-box__result #handlebars-result__header-search > div {
        max-height: 50vh;
        overflow: auto; }
      .header__search-box .search-box__result #handlebars-result__header-search .clearfix [class*=col-]:first-child {
        max-height: 60px;
        overflow: hidden; }
      .header__search-box .search-box__result #handlebars-result__header-search .clearfix [class*=col-] a {
        color: #E71516; }
      .header__search-box .search-box__result #handlebars-result__header-search .clearfix small {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 100%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__search-box .search-box__result #handlebars-result__header-search .clearfix small {
            display: none; } }
    .header__search-box .search-box__result i {
      position: absolute;
      width: 20px;
      height: 20px;
      cursor: pointer;
      left: 0;
      top: 0;
      z-index: 999; }
      .header__search-box .search-box__result i:before, .header__search-box .search-box__result i:after {
        position: absolute;
        top: 50%;
        left: 0px;
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: #333; }
      .header__search-box .search-box__result i:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header__search-box .search-box__result i:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .header__search-box input {
    width: 100%;
    border-left-color: transparent;
    padding-right: 12px;
    border-bottom: 1px solid grey;
    border: unset;
    line-height: 38px;
    height: 38px;
    font-size: 12px; }
    .header__search-box input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #b2afa8; }
    .header__search-box input::-moz-placeholder {
      /* Firefox 19+ */
      color: #b2afa8; }
    .header__search-box input:-ms-input-placeholder {
      /* IE 10+ */
      color: #b2afa8; }
    .header__search-box input:-moz-placeholder {
      /* Firefox 18- */
      color: #b2afa8; }
  .header__search-box .search-box__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    border-bottom: 1px solid rgba(68, 68, 68, 0.5); }
  .header__search-box .search-box__button {
    cursor: pointer;
    border: 0 none;
    font-size: 15px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    position: relative;
    line-height: 39px;
    color: #888;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*&:hover,
        &:focus {
            color: white;
            background-color: darken($color__search-box, 5%);
        }*/ }
    .header__search-box .search-box__button:before {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
  .header__search-box img {
    font-size: 8px;
    text-align: center;
    color: #999; }
    .header__search-box img:hover, .header__search-box img:focus {
      text-decoration: none;
      color: #555; }

@media (max-width: 767px) {
  #Body .header__search-box {
    margin-top: 0;
    margin-bottom: 15px; }
    #Body .header__search-box .search-box__categories {
      display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  #Body .header__search-box {
    margin-top: 0;
    margin-bottom: 15px; } }
