﻿@charset "UTF-8";
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
body.rtl .toggle-basket {
  background-color: #fff;
  color: #000;
  width: auto;
  float: left;
  cursor: pointer;
  padding-left: 17px;
  position: relative;
  display: none; }
  @media (max-width: 992px) {
    body.rtl .toggle-basket {
      padding-right: 6px;
      float: right; } }
  body.rtl .toggle-basket .toggle-basket-title {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-weight: 500; }
    body.rtl .toggle-basket .toggle-basket-title:before {
      content: "\f07a";
      border-radius: 50%;
      font-family: FontAwesome;
      font-size: 18px;
      right: -5px;
      text-align: center;
      display: inline-block;
      cursor: pointer;
      z-index: 999;
      color: #c2a65d;
      position: relative;
      z-index: 9;
      top: 2px;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    @media (max-width: 767px) {
      body.rtl .toggle-basket .toggle-basket-title {
        font-size: 0px; }
        body.rtl .toggle-basket .toggle-basket-title:after {
          font-size: 24px; } }
  body.rtl .toggle-basket:after {
    content: "";
    font-size: 18px;
    color: #e72027;
    font-family: 'IconFont';
    position: absolute;
    left: 0;
    top: 5px; }
  body.rtl .toggle-basket.active + div {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    transition: transform .5s, opacity .4s, -webkit-transform .5s, background-color 0.2s 400ms; }
    body.rtl .toggle-basket.active + div li {
      position: relative; }
  body.rtl .toggle-basket.sticky {
    position: fixed;
    top: 3px;
    margin: 0;
    z-index: 1000; }

body.rtl .noscroll {
  overflow: hidden; }

body.rtl .basket-preview {
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  position: fixed;
  z-index: 998;
  font-size: 13px;
  font-weight: 100;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity .4s, -webkit-transform .5s;
  transition: opacity .4s, -webkit-transform .5s;
  transition: transform .5s, opacity .4s;
  transition: transform .5s, opacity .4s, -webkit-transform .5s;
  transition: transform .5s, opacity .4s, -webkit-transform .5s, background-color 0;
  opacity: 0;
  overflow: hidden;
  padding: 15px;
  height: 290px;
  color: #333;
  height: 100%;
  padding-bottom: 0px;
  border-bottom: unset;
  line-height: normal;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  body.rtl .basket-preview__wrapper {
    background: white;
    padding: 15px;
    position: relative; }
  body.rtl .basket-preview .basket__extra-title {
    display: inherit;
    color: #479c1b; }
  body.rtl .basket-preview:before {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    display: none;
    top: 0; }
  body.rtl .basket-preview i.fa-plus, body.rtl .basket-preview i.fa-minus {
    color: #919191;
    display: block;
    height: 100%;
    padding: 7px 3px;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px; }
    body.rtl .basket-preview i.fa-plus:before, body.rtl .basket-preview i.fa-minus:before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
  body.rtl .basket-preview ul {
    list-style: none; }
  body.rtl .basket-preview #basket-preview {
    height: 77vh;
    overflow: auto;
    direction: ltr;
    min-width: 250px; }
    @media (max-width: 992px) {
      body.rtl .basket-preview #basket-preview {
        padding-right: 9px; } }
    @media (max-width: 425px) {
      body.rtl .basket-preview #basket-preview {
        padding-right: 0px; } }
    body.rtl .basket-preview #basket-preview > div {
      direction: rtl; }
    body.rtl .basket-preview #basket-preview::-webkit-scrollbar {
      width: 6px; }
    body.rtl .basket-preview #basket-preview::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      width: 3px; }
    body.rtl .basket-preview #basket-preview::-webkit-scrollbar-thumb {
      background-color: #6a6a6a; }
    body.rtl .basket-preview #basket-preview .checkout-btn {
      border: 2px solid #fff;
      background-color: #08aa00;
      bottom: 10px;
      color: #fff;
      line-height: 30px;
      text-align: center;
      padding: 0 10px;
      z-index: 10;
      border-radius: 4px; }
      body.rtl .basket-preview #basket-preview .checkout-btn:hover, body.rtl .basket-preview #basket-preview .checkout-btn:focus {
        text-decoration: none;
        background-color: #079100; }
    body.rtl .basket-preview #basket-preview > span {
      background-color: #e0dddd;
      height: 32px;
      line-height: 30px;
      border-radius: 2px;
      display: block; }
    body.rtl .basket-preview #basket-preview .row {
      min-height: 44px;
      /*line-height: 44px;*/
      padding: 2px 0;
      padding-bottom: 6px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      body.rtl .basket-preview #basket-preview .row:hover, body.rtl .basket-preview #basket-preview .row:focus {
        background-color: #f7f7f7; }
      body.rtl .basket-preview #basket-preview .row .basket__pre-order-price {
        color: #777;
        font-family: tahoma;
        font-size: 10px; }
      body.rtl .basket-preview #basket-preview .row .basket__custom-products {
        color: #555;
        font-size: 11px;
        font-family: Tahoma;
        display: block; }
      body.rtl .basket-preview #basket-preview .row > div {
        height: 100%;
        /*white-space: nowrap;*/
        padding-right: 0px;
        padding-left: 0px;
        z-index: 10; }
        @media (min-width: 1200px) {
          body.rtl .basket-preview #basket-preview .row > div {
            font-size: 12px; } }
        body.rtl .basket-preview #basket-preview .row > div:nth-child(1) img {
          width: 77px;
          height: 77px; }
        body.rtl .basket-preview #basket-preview .row > div:nth-child(2) {
          z-index: 0; }
          body.rtl .basket-preview #basket-preview .row > div:nth-child(2) > div {
            line-height: 16px;
            overflow: hidden;
            text-overflow: ellipsis; }
            body.rtl .basket-preview #basket-preview .row > div:nth-child(2) > div div.min-max-btn > div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              border: 1px solid #d3d3d3;
              border-radius: 24px;
              padding: 0px 5px;
              width: 67px; }
            body.rtl .basket-preview #basket-preview .row > div:nth-child(2) > div div.price {
              color: #000;
              font-weight: bold;
              font-size: 15px;
              text-overflow: unset;
              margin-top: 5px;
              padding: 0px;
              padding-right: 0px;
              text-align: right; }
              @media (max-width: 992px) {
                body.rtl .basket-preview #basket-preview .row > div:nth-child(2) > div div.price {
                  font-size: 14px; } }
              body.rtl .basket-preview #basket-preview .row > div:nth-child(2) > div div.price span {
                color: #8c8c8c;
                font-size: 11px;
                font-weight: normal; }
      body.rtl .basket-preview #basket-preview .row a {
        color: #a6a6a6;
        display: block;
        overflow: hidden;
        text-align: right;
        font-size: 12px;
        line-height: 20px;
        min-height: 45px; }
        body.rtl .basket-preview #basket-preview .row a:hover, body.rtl .basket-preview #basket-preview .row a:focus {
          text-decoration: none; }
    body.rtl .basket-preview #basket-preview > .row {
      cursor: pointer;
      padding-top: 11px;
      max-width: 100%;
      margin: 0; }
      body.rtl .basket-preview #basket-preview > .row > div:nth-child(2) {
        padding-right: 11px; }
        @media (max-width: 425px) {
          body.rtl .basket-preview #basket-preview > .row > div:nth-child(2) {
            padding-right: 3px; } }
      body.rtl .basket-preview #basket-preview > .row:last-child {
        background-color: #1b1b1b;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 7px 15px;
        margin-bottom: 0px;
        height: 10vh; }
        body.rtl .basket-preview #basket-preview > .row:last-child a {
          color: #fff;
          display: block;
          overflow: hidden;
          text-align: right;
          font-size: 14px;
          line-height: 20px;
          border: unset;
          padding: 15px 18px;
          border-radius: 10px; }
          @media (max-width: 992px) {
            body.rtl .basket-preview #basket-preview > .row:last-child a {
              font-size: 13px;
              line-height: 23px;
              padding: 8px 13px;
              border-radius: 10px;
              min-height: 24px; } }
          @media (max-width: 425px) {
            body.rtl .basket-preview #basket-preview > .row:last-child a {
              font-size: 11px;
              padding: 8px; } }
          body.rtl .basket-preview #basket-preview > .row:last-child a:hover, body.rtl .basket-preview #basket-preview > .row:last-child a:focus {
            text-decoration: none;
            background-color: #15bd0d; }
        body.rtl .basket-preview #basket-preview > .row:last-child > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          /* justify-content: center; */
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          body.rtl .basket-preview #basket-preview > .row:last-child > div .basket-items-count {
            color: #6d6d6d;
            font-size: 13px;
            margin-bottom: 4px; }
            body.rtl .basket-preview #basket-preview > .row:last-child > div .basket-items-count .js__basket__total-count {
              display: inline-block; }
            @media (max-width: 992px) {
              body.rtl .basket-preview #basket-preview > .row:last-child > div .basket-items-count {
                font-size: 13px;
                margin-bottom: 0px; } }
  body.rtl .basket-preview div.btn-delete:before {
    content: "";
    cursor: pointer;
    font-family: 'IconFont';
    font-size: 20px;
    position: relative;
    top: 5px;
    color: #f00; }
  body.rtl .basket-preview div.btn-delete:hover {
    color: #d52527; }
  body.rtl .basket-preview input {
    width: 25px;
    line-height: 28px;
    text-align: center;
    border: 0 none;
    color: black;
    height: 100%;
    font-size: 13px;
    font-weight: bold; }
  body.rtl .basket-preview .basket-preview__report {
    color: #fff;
    font-size: 14px; }
    @media (max-width: 992px) {
      body.rtl .basket-preview .basket-preview__report {
        font-size: 14px; } }
  body.rtl .basket-preview .price {
    color: #d52527; }
  body.rtl .basket-preview .basket-preview__header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
    body.rtl .basket-preview .basket-preview__header > div:first-child {
      border-bottom: 1px solid #c2a65d;
      position: relative;
      top: 1px;
      padding: 0px;
      padding-bottom: 12px;
      font-size: 14px; }
    body.rtl .basket-preview .basket-preview__header > div:last-child i {
      position: absolute;
      left: 10px;
      font-style: normal;
      cursor: pointer;
      background-color: #e72027;
      color: #fff;
      padding: 7px 13px 7px;
      border-radius: 20px;
      top: -8px; }
      @media (max-width: 992px) {
        body.rtl .basket-preview .basket-preview__header > div:last-child i {
          top: -43px;
          left: 0px; } }
      body.rtl .basket-preview .basket-preview__header > div:last-child i:before {
        content: 'بازگشت'; }
      body.rtl .basket-preview .basket-preview__header > div:last-child i:after {
        content: "";
        position: relative;
        font-family: 'IconFont';
        font-size: 18px;
        line-height: 10px;
        top: 5px;
        left: -4px; }

body.rtl .basket {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 100;
  background-color: #fff;
  padding: 10px 35px;
  border-radius: 6px; }
  @media (max-width: 767px) {
    body.rtl .basket .basket__header,
    body.rtl .basket .basket__body,
    body.rtl .basket .basket-wrap__empty {
      padding: 0; } }
  body.rtl .basket .basket__header {
    border-bottom: 1px solid #787A87; }
    @media (max-width: 767px) {
      body.rtl .basket .basket__header {
        display: none; } }
    body.rtl .basket .basket__header [class*=col-] {
      font-size: 94%;
      white-space: nowrap;
      height: 30px;
      line-height: 30px;
      color: #787A87; }
  body.rtl .basket .basket__custom-products {
    color: #A8A8A8;
    text-align: right; }
    body.rtl .basket .basket__custom-products span {
      display: inline-block; }
      body.rtl .basket .basket__custom-products span:nth-child(2n+1) {
        padding-left: 4px; }
    body.rtl .basket .basket__custom-products i {
      font-size: 14px !important; }
  body.rtl .basket .basket__pre-order-price {
    color: #777; }
  body.rtl .basket .basket__body__has-child > div,
  body.rtl .basket .basket__body__has-child > a {
    line-height: 22px;
    width: 100%; }
  body.rtl .basket .basket__body__has-child > a {
    display: block;
    color: #111; }
  body.rtl .basket .basket__body__has-child.basket__body__price span {
    color: #858585;
    font-size: 11px;
    margin-right: 2px; }
  @media (min-width: 768px) {
    body.rtl .basket [class*=col-] {
      border-left: 0 none;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.rtl .basket [class*=col-].body__title, body.rtl .basket [class*=col-].h__title {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (max-width: 767px) {
    body.rtl .basket .basket__body .row {
      border: 1px solid #ddd;
      margin: 10px;
      padding: 0;
      position: relative;
      background-color: #fff; } }
  body.rtl .basket .basket__body > span {
    border: 1px dashed #ccc;
    height: 32px;
    line-height: 30px;
    border-radius: 2px;
    display: block;
    margin-top: 15px;
    color: #f90; }
  @media (max-width: 767px) {
    body.rtl .basket .basket__body .basket__item > div.row > div {
      margin: 1px 0;
      padding-right: 0;
      background-color: #f9f9f9;
      height: auto;
      line-height: 30px; }
      body.rtl .basket .basket__body .basket__item > div.row > div:before {
        background-color: #f0f0f0;
        content: attr(data-title);
        float: right;
        height: 30px;
        margin-left: 10px;
        text-indent: 6px;
        width: 80px; }
      body.rtl .basket .basket__body .basket__item > div.row > div img {
        max-width: 160px;
        margin: auto; }
      body.rtl .basket .basket__body .basket__item > div.row > div:nth-child(1) {
        line-height: 0; }
        body.rtl .basket .basket__body .basket__item > div.row > div:nth-child(1):before {
          content: '';
          float: none;
          width: 0;
          border: 0 none; }
      body.rtl .basket .basket__body .basket__item > div.row > div:nth-child(5) {
        padding-left: 15px; }
      body.rtl .basket .basket__body .basket__item > div.row > div input {
        width: 50px;
        height: 30px; }
      body.rtl .basket .basket__body .basket__item > div.row > div:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        display: none; }
        body.rtl .basket .basket__body .basket__item > div.row > div:last-of-type:before {
          width: 44px;
          margin: 0;
          padding: 0;
          background-color: transparent; }
    body.rtl .basket .basket__body .body__report .row {
      height: 32px; }
      body.rtl .basket .basket__body .body__report .row > [class*=col-] {
        height: 30px;
        line-height: 30px; }
        body.rtl .basket .basket__body .body__report .row > [class*=col-]:nth-child(2) {
          background-color: #F0F0F0; } }
  body.rtl .basket .basket__body [class*=col-] {
    overflow: hidden;
    height: 120px;
    border-top: 0 none; }
    body.rtl .basket .basket__body [class*=col-].body__img {
      margin: 10px 0; }
    body.rtl .basket .basket__body [class*=col-] input {
      border: 0 none;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
      height: 100%;
      width: 100%; }
    body.rtl .basket .basket__body [class*=col-] i {
      font-size: 22px; }
      body.rtl .basket .basket__body [class*=col-] i.fa-trash {
        color: #d52527;
        cursor: pointer; }
      body.rtl .basket .basket__body [class*=col-] i.fa-plus, body.rtl .basket .basket__body [class*=col-] i.fa-minus {
        font-size: 10px;
        cursor: pointer; }
  body.rtl .basket .basket__body .body__price {
    padding: 0;
    font-weight: bold; }
  body.rtl .basket .basket__body .body__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.rtl .basket .basket__body .body__title a {
      color: #333;
      font-weight: bold; }
  body.rtl .basket .basket__item {
    border-bottom: 1px solid #ECECEC; }
  @media (min-width: 768px) {
    body.rtl .basket .body__report {
      padding: 15px 0; }
      body.rtl .basket .body__report [class*=col-] {
        height: 32px;
        line-height: 18px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-weight: bold; } }
  @media (max-width: 767px) {
    body.rtl .basket .body__report > .row {
      margin-bottom: 5px;
      margin-top: 0; }
      body.rtl .basket .body__report > .row > div {
        display: inline-block; }
        body.rtl .basket .body__report > .row > div:nth-child(2) {
          width: 110px;
          padding: 0 10px 0 0; } }
  body.rtl .basket .basket-wrap__empty {
    border: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
    margin: 0 -15px; }
  body.rtl .basket .fa-times {
    color: #d52527; }
  body.rtl .basket .fa-check {
    color: #008000; }
  body.rtl .basket .basket__delete-button {
    cursor: pointer;
    color: #787A87; }
  body.rtl .basket .basket__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    font-weight: bold; }
    @media (max-width: 767px) {
      body.rtl .basket .basket__action {
        display: inline-block;
        padding: 0 5px;
        width: unset; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.rtl .basket .basket__action {
        padding: 7px 5px;
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body.rtl .basket .basket__action {
        padding: 7px 5px;
        width: 100%; } }

body.rtl body.basket__wait .js__btn-buy {
  position: relative;
  background-color: #fff !important;
  border-color: transparent !important;
  cursor: wait !important; }
  body.rtl body.basket__wait .js__btn-buy:after {
    content: '' !important;
    width: 20px;
    height: 20px;
    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: inline-block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    top: 0 !important;
    margin-left: -10px; }

body.rtl .submitted-order-info .basket .basket__body > div.row > div:last-of-type {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0; }
  body.rtl .submitted-order-info .basket .basket__body > div.row > div:last-of-type:before {
    background-color: #f0f0f0;
    margin-left: 10px;
    text-indent: 6px;
    width: 80px; }

@media (max-width: 767px) {
  body.rtl .submitted-order-info .panel-body {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body.rtl #Body .toggle-basket:after {
    display: none; } }

body.rtl .basket__fetching {
  position: relative;
  background-color: #fff !important;
  border-color: transparent !important;
  cursor: wait !important; }
  body.rtl .basket__fetching:after {
    content: '' !important;
    width: 20px;
    height: 20px;
    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: inline-block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    top: 0 !important;
    margin-left: -10px; }

body.ltr .toggle-basket {
  background-color: #fff;
  color: #000;
  width: auto;
  float: left;
  cursor: pointer;
  padding-left: 5px;
  position: relative; }
  @media (max-width: 992px) {
    body.ltr .toggle-basket {
      padding-right: 6px;
      float: right; } }
  body.ltr .toggle-basket .toggle-basket-title {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-align: right;
    display: inline-block; }
    body.ltr .toggle-basket .toggle-basket-title:before {
      content: "\f07a";
      border-radius: 50%;
      font-family: FontAwesome;
      font-size: 18px;
      right: -60px;
      text-align: center;
      display: inline-block;
      cursor: pointer;
      color: #c2a65d;
      position: relative;
      z-index: 9;
      top: 2px;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    @media (max-width: 767px) {
      body.ltr .toggle-basket .toggle-basket-title {
        font-size: 0px; }
        body.ltr .toggle-basket .toggle-basket-title:after {
          font-size: 24px; } }
  body.ltr .toggle-basket:after {
    content: "";
    font-size: 18px;
    color: #e72027;
    font-family: 'IconFont';
    position: absolute;
    left: 0;
    top: 5px; }
  body.ltr .toggle-basket.active + div {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    transition: transform .5s, opacity .4s, -webkit-transform .5s, background-color 0.2s 400ms; }
    body.ltr .toggle-basket.active + div li {
      position: relative; }
  body.ltr .toggle-basket.sticky {
    position: fixed;
    top: 3px;
    margin: 0;
    z-index: 1000; }

body.ltr .noscroll {
  overflow: hidden; }

body.ltr .basket-preview {
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  position: fixed;
  z-index: 998;
  font-size: 13px;
  font-weight: 100;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity .4s, -webkit-transform .5s;
  transition: opacity .4s, -webkit-transform .5s;
  transition: transform .5s, opacity .4s;
  transition: transform .5s, opacity .4s, -webkit-transform .5s;
  transition: transform .5s, opacity .4s, -webkit-transform .5s, background-color 0;
  opacity: 0;
  overflow: hidden;
  padding: 15px;
  height: 290px;
  color: #333;
  height: 100%;
  padding-bottom: 0px;
  border-bottom: unset;
  line-height: normal;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  body.ltr .basket-preview__wrapper {
    background: white;
    padding: 15px;
    position: relative; }
  body.ltr .basket-preview .basket__extra-title {
    display: inherit;
    color: #479c1b; }
  body.ltr .basket-preview:before {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    display: none;
    top: 0; }
  body.ltr .basket-preview i.fa-plus, body.ltr .basket-preview i.fa-minus {
    color: #919191;
    display: block;
    height: 100%;
    padding: 7px 3px;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px; }
    body.ltr .basket-preview i.fa-plus:before, body.ltr .basket-preview i.fa-minus:before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
  body.ltr .basket-preview ul {
    list-style: none; }
  body.ltr .basket-preview #basket-preview {
    height: 77vh;
    overflow: auto;
    direction: ltr;
    min-width: 250px; }
    @media (max-width: 992px) {
      body.ltr .basket-preview #basket-preview {
        padding-right: 9px; } }
    @media (max-width: 425px) {
      body.ltr .basket-preview #basket-preview {
        padding-right: 0px; } }
    body.ltr .basket-preview #basket-preview > div {
      direction: rtl; }
    body.ltr .basket-preview #basket-preview::-webkit-scrollbar {
      width: 6px; }
    body.ltr .basket-preview #basket-preview::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      width: 3px; }
    body.ltr .basket-preview #basket-preview::-webkit-scrollbar-thumb {
      background-color: #6a6a6a; }
    body.ltr .basket-preview #basket-preview .checkout-btn {
      border: 2px solid #fff;
      background-color: #08aa00;
      bottom: 10px;
      color: #fff;
      line-height: 30px;
      text-align: center;
      padding: 0 10px;
      z-index: 10;
      border-radius: 4px; }
      body.ltr .basket-preview #basket-preview .checkout-btn:hover, body.ltr .basket-preview #basket-preview .checkout-btn:focus {
        text-decoration: none;
        background-color: #079100; }
    body.ltr .basket-preview #basket-preview > span {
      background-color: #e0dddd;
      height: 32px;
      line-height: 30px;
      border-radius: 2px;
      display: block; }
    body.ltr .basket-preview #basket-preview .row {
      min-height: 44px;
      /*line-height: 44px;*/
      padding: 2px 0;
      padding-bottom: 6px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      body.ltr .basket-preview #basket-preview .row:hover, body.ltr .basket-preview #basket-preview .row:focus {
        background-color: #f7f7f7; }
      body.ltr .basket-preview #basket-preview .row .basket__pre-order-price {
        color: #777;
        font-family: tahoma;
        font-size: 10px; }
      body.ltr .basket-preview #basket-preview .row .basket__custom-products {
        color: #555;
        font-size: 11px;
        font-family: Tahoma;
        display: block; }
      body.ltr .basket-preview #basket-preview .row > div {
        height: 100%;
        /*white-space: nowrap;*/
        padding-right: 0px;
        padding-left: 0px;
        z-index: 10; }
        @media (min-width: 1200px) {
          body.ltr .basket-preview #basket-preview .row > div {
            font-size: 12px; } }
        body.ltr .basket-preview #basket-preview .row > div:nth-child(1) img {
          width: 77px;
          height: 77px; }
        body.ltr .basket-preview #basket-preview .row > div:nth-child(2) {
          z-index: 0; }
          body.ltr .basket-preview #basket-preview .row > div:nth-child(2) > div {
            line-height: 16px;
            overflow: hidden;
            text-overflow: ellipsis; }
            body.ltr .basket-preview #basket-preview .row > div:nth-child(2) > div div.min-max-btn > div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              border: 1px solid #d3d3d3;
              border-radius: 24px;
              padding: 0px 5px;
              width: 67px; }
            body.ltr .basket-preview #basket-preview .row > div:nth-child(2) > div div.price {
              color: #000;
              font-weight: bold;
              font-size: 15px;
              text-overflow: unset;
              margin-top: 5px;
              padding: 0px;
              padding-right: 0px;
              text-align: right; }
              @media (max-width: 992px) {
                body.ltr .basket-preview #basket-preview .row > div:nth-child(2) > div div.price {
                  font-size: 14px; } }
              body.ltr .basket-preview #basket-preview .row > div:nth-child(2) > div div.price span {
                color: #8c8c8c;
                font-size: 11px;
                font-weight: normal; }
      body.ltr .basket-preview #basket-preview .row a {
        color: #a6a6a6;
        display: block;
        overflow: hidden;
        text-align: right;
        font-size: 12px;
        line-height: 20px;
        min-height: 45px; }
        body.ltr .basket-preview #basket-preview .row a:hover, body.ltr .basket-preview #basket-preview .row a:focus {
          text-decoration: none; }
    body.ltr .basket-preview #basket-preview > .row {
      cursor: pointer;
      padding-top: 11px;
      max-width: 100%;
      margin: 0; }
      body.ltr .basket-preview #basket-preview > .row > div:nth-child(2) {
        padding-right: 11px; }
        @media (max-width: 425px) {
          body.ltr .basket-preview #basket-preview > .row > div:nth-child(2) {
            padding-right: 3px; } }
      body.ltr .basket-preview #basket-preview > .row:last-child {
        background-color: #1b1b1b;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 7px 15px;
        margin-bottom: 0px;
        height: 10vh; }
        body.ltr .basket-preview #basket-preview > .row:last-child a {
          color: #fff;
          display: block;
          overflow: hidden;
          text-align: right;
          font-size: 14px;
          line-height: 20px;
          border: unset;
          padding: 15px 18px;
          border-radius: 10px; }
          @media (max-width: 992px) {
            body.ltr .basket-preview #basket-preview > .row:last-child a {
              font-size: 13px;
              line-height: 23px;
              padding: 8px 13px;
              border-radius: 10px;
              min-height: 24px; } }
          @media (max-width: 425px) {
            body.ltr .basket-preview #basket-preview > .row:last-child a {
              font-size: 11px;
              padding: 8px; } }
          body.ltr .basket-preview #basket-preview > .row:last-child a:hover, body.ltr .basket-preview #basket-preview > .row:last-child a:focus {
            text-decoration: none;
            background-color: #15bd0d; }
        body.ltr .basket-preview #basket-preview > .row:last-child > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          /* justify-content: center; */
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          body.ltr .basket-preview #basket-preview > .row:last-child > div .basket-items-count {
            color: #6d6d6d;
            font-size: 13px;
            margin-bottom: 4px; }
            body.ltr .basket-preview #basket-preview > .row:last-child > div .basket-items-count .js__basket__total-count {
              display: inline-block; }
            @media (max-width: 992px) {
              body.ltr .basket-preview #basket-preview > .row:last-child > div .basket-items-count {
                font-size: 13px;
                margin-bottom: 0px; } }
  body.ltr .basket-preview div.btn-delete:before {
    content: "";
    cursor: pointer;
    font-family: 'IconFont';
    font-size: 20px;
    position: relative;
    top: 5px;
    color: #f00; }
  body.ltr .basket-preview div.btn-delete:hover {
    color: #d52527; }
  body.ltr .basket-preview input {
    width: 25px;
    line-height: 28px;
    text-align: center;
    border: 0 none;
    color: black;
    height: 100%;
    font-size: 13px;
    font-weight: bold; }
  body.ltr .basket-preview .basket-preview__report {
    color: #fff;
    font-size: 14px; }
    @media (max-width: 992px) {
      body.ltr .basket-preview .basket-preview__report {
        font-size: 14px; } }
  body.ltr .basket-preview .price {
    color: #d52527; }
  body.ltr .basket-preview .basket-preview__header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
    body.ltr .basket-preview .basket-preview__header > div:first-child {
      border-bottom: 1px solid #c2a65d;
      position: relative;
      top: 1px;
      padding: 0px;
      padding-bottom: 12px;
      font-size: 14px; }
    body.ltr .basket-preview .basket-preview__header > div:last-child i {
      position: absolute;
      left: 10px;
      font-style: normal;
      cursor: pointer;
      background-color: #e72027;
      color: #fff;
      padding: 7px 13px 7px;
      border-radius: 20px;
      top: -8px; }
      @media (max-width: 992px) {
        body.ltr .basket-preview .basket-preview__header > div:last-child i {
          top: -43px;
          left: 0px; } }
      body.ltr .basket-preview .basket-preview__header > div:last-child i:before {
        content: 'بازگشت'; }
      body.ltr .basket-preview .basket-preview__header > div:last-child i:after {
        content: "";
        position: relative;
        font-family: 'IconFont';
        font-size: 18px;
        line-height: 10px;
        top: 5px;
        left: -4px; }

body.ltr .basket {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 100;
  background-color: #fff;
  padding: 10px 35px;
  border-radius: 6px; }
  @media (max-width: 767px) {
    body.ltr .basket .basket__header,
    body.ltr .basket .basket__body,
    body.ltr .basket .basket-wrap__empty {
      padding: 0; } }
  body.ltr .basket .basket__header {
    border-bottom: 1px solid #787A87; }
    @media (max-width: 767px) {
      body.ltr .basket .basket__header {
        display: none; } }
    body.ltr .basket .basket__header [class*=col-] {
      font-size: 94%;
      white-space: nowrap;
      height: 30px;
      line-height: 30px;
      color: #787A87; }
  body.ltr .basket .basket__custom-products {
    color: #A8A8A8;
    text-align: right; }
    body.ltr .basket .basket__custom-products span {
      display: inline-block; }
      body.ltr .basket .basket__custom-products span:nth-child(2n+1) {
        padding-left: 4px; }
    body.ltr .basket .basket__custom-products i {
      font-size: 14px !important; }
  body.ltr .basket .basket__pre-order-price {
    color: #777; }
  body.ltr .basket .basket__body__has-child > div,
  body.ltr .basket .basket__body__has-child > a {
    line-height: 22px;
    width: 100%; }
  body.ltr .basket .basket__body__has-child > a {
    display: block;
    color: #111; }
  body.ltr .basket .basket__body__has-child.basket__body__price span {
    color: #858585;
    font-size: 11px;
    margin-right: 2px; }
  @media (min-width: 768px) {
    body.ltr .basket [class*=col-] {
      border-left: 0 none;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.ltr .basket [class*=col-].body__title, body.ltr .basket [class*=col-].h__title {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (max-width: 767px) {
    body.ltr .basket .basket__body .row {
      border: 1px solid #ddd;
      margin: 10px;
      padding: 0;
      position: relative;
      background-color: #fff; } }
  body.ltr .basket .basket__body > span {
    border: 1px dashed #ccc;
    height: 32px;
    line-height: 30px;
    border-radius: 2px;
    display: block;
    margin-top: 15px;
    color: #f90; }
  @media (max-width: 767px) {
    body.ltr .basket .basket__body .basket__item > div.row > div {
      margin: 1px 0;
      padding-right: 0;
      background-color: #f9f9f9;
      height: auto;
      line-height: 30px; }
      body.ltr .basket .basket__body .basket__item > div.row > div:before {
        background-color: #f0f0f0;
        content: attr(data-title);
        float: right;
        height: 30px;
        margin-left: 10px;
        text-indent: 6px;
        width: 80px; }
      body.ltr .basket .basket__body .basket__item > div.row > div img {
        max-width: 160px;
        margin: auto; }
      body.ltr .basket .basket__body .basket__item > div.row > div:nth-child(1) {
        line-height: 0; }
        body.ltr .basket .basket__body .basket__item > div.row > div:nth-child(1):before {
          content: '';
          float: none;
          width: 0;
          border: 0 none; }
      body.ltr .basket .basket__body .basket__item > div.row > div:nth-child(5) {
        padding-left: 15px; }
      body.ltr .basket .basket__body .basket__item > div.row > div input {
        width: 50px;
        height: 30px; }
      body.ltr .basket .basket__body .basket__item > div.row > div:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        display: none; }
        body.ltr .basket .basket__body .basket__item > div.row > div:last-of-type:before {
          width: 44px;
          margin: 0;
          padding: 0;
          background-color: transparent; }
    body.ltr .basket .basket__body .body__report .row {
      height: 32px; }
      body.ltr .basket .basket__body .body__report .row > [class*=col-] {
        height: 30px;
        line-height: 30px; }
        body.ltr .basket .basket__body .body__report .row > [class*=col-]:nth-child(2) {
          background-color: #F0F0F0; } }
  body.ltr .basket .basket__body [class*=col-] {
    overflow: hidden;
    height: 120px;
    border-top: 0 none; }
    body.ltr .basket .basket__body [class*=col-].body__img {
      margin: 10px 0; }
    body.ltr .basket .basket__body [class*=col-] input {
      border: 0 none;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
      height: 100%;
      width: 100%; }
    body.ltr .basket .basket__body [class*=col-] i {
      font-size: 22px; }
      body.ltr .basket .basket__body [class*=col-] i.fa-trash {
        color: #d52527;
        cursor: pointer; }
      body.ltr .basket .basket__body [class*=col-] i.fa-plus, body.ltr .basket .basket__body [class*=col-] i.fa-minus {
        font-size: 10px;
        cursor: pointer; }
  body.ltr .basket .basket__body .body__price {
    padding: 0;
    font-weight: bold; }
  body.ltr .basket .basket__body .body__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.ltr .basket .basket__body .body__title a {
      color: #333;
      font-weight: bold; }
  body.ltr .basket .basket__item {
    border-bottom: 1px solid #ECECEC; }
  @media (min-width: 768px) {
    body.ltr .basket .body__report {
      padding: 15px 0; }
      body.ltr .basket .body__report [class*=col-] {
        height: 32px;
        line-height: 18px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-weight: bold; } }
  @media (max-width: 767px) {
    body.ltr .basket .body__report > .row {
      margin-bottom: 5px;
      margin-top: 0; }
      body.ltr .basket .body__report > .row > div {
        display: inline-block; }
        body.ltr .basket .body__report > .row > div:nth-child(2) {
          width: 110px;
          padding: 0 10px 0 0; } }
  body.ltr .basket .basket-wrap__empty {
    border: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
    margin: 0 -15px; }
  body.ltr .basket .fa-times {
    color: #d52527; }
  body.ltr .basket .fa-check {
    color: #008000; }
  body.ltr .basket .basket__delete-button {
    cursor: pointer;
    color: #787A87; }
  body.ltr .basket .basket__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    font-weight: bold; }
    @media (max-width: 767px) {
      body.ltr .basket .basket__action {
        display: inline-block;
        padding: 0 5px;
        width: unset; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.ltr .basket .basket__action {
        padding: 7px 5px;
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body.ltr .basket .basket__action {
        padding: 7px 5px;
        width: 100%; } }

body.ltr body.basket__wait .js__btn-buy {
  position: relative;
  background-color: #fff !important;
  border-color: transparent !important;
  cursor: wait !important; }
  body.ltr body.basket__wait .js__btn-buy:after {
    content: '' !important;
    width: 20px;
    height: 20px;
    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: inline-block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    top: 0 !important;
    margin-left: -10px; }

body.ltr .submitted-order-info .basket .basket__body > div.row > div:last-of-type {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0; }
  body.ltr .submitted-order-info .basket .basket__body > div.row > div:last-of-type:before {
    background-color: #f0f0f0;
    margin-left: 10px;
    text-indent: 6px;
    width: 80px; }

@media (max-width: 767px) {
  body.ltr .submitted-order-info .panel-body {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  body.ltr #Body .toggle-basket:after {
    display: none; } }

body.ltr .basket__fetching {
  position: relative;
  background-color: #fff !important;
  border-color: transparent !important;
  cursor: wait !important; }
  body.ltr .basket__fetching:after {
    content: '' !important;
    width: 20px;
    height: 20px;
    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: inline-block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    top: 0 !important;
    margin-left: -10px; }
