﻿@charset "UTF-8";
/* @extend */
.header__search-box {
  position: relative;
  margin-bottom: 0;
  background: #fff;
  border-radius: 5px; }
  .header__search-box span.input-group-addon {
    cursor: pointer;
    background-color: transparent;
    border: 0 none;
    padding: 0 14px;
    border-radius: 5px 0 0 5px;
    width: 50px; }
    .header__search-box span.input-group-addon:hover, .header__search-box span.input-group-addon:focus {
      color: #DF2025; }
    .header__search-box span.input-group-addon i {
      font-size: 1.3em;
      position: relative;
      top: 1px;
      right: 2px;
      cursor: pointer;
      line-height: 44px;
      transform: scale(-1, 1);
      color: #DF2025; }
  .header__search-box.search-box__open .search-box__result {
    display: block; }
    .header__search-box.search-box__open .search-box__result #handlebars-result__header-search {
      transform: translateY(0);
      opacity: 1;
      box-shadow: 0 8px 6px rgba(0, 0, 0, 0.2); }
  .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:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-top: 2px solid #999;
    border-right: 2px solid transparent;
    animation: loading-spin .6s linear infinite;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 9px;
    left: 40px;
    z-index: 9; }
  .header__search-box .search-box__result {
    position: absolute;
    width: 102%;
    right: -1%;
    overflow: hidden;
    z-index: 9999;
    display: none; }
    .header__search-box .search-box__result #handlebars-result__header-search {
      background-color: #fdfdfd;
      transform: translate3d(0, 0, 0);
      transform: translateY(-120%);
      transition: transform .4s, opacity .3s;
      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: #000; }
      .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 {
        transform: rotate(-45deg); }
      .header__search-box .search-box__result i:after {
        transform: rotate(45deg); }
  .header__search-box img {
    width: 77px;
    height: 77px; }
    .header__search-box img:hover, .header__search-box img:focus {
      text-decoration: none;
      color: #555; }

html[lang=en-US] span .input-group-addon {
  float: none !important; }
