﻿@charset "UTF-8";
.farashop__checkout__wrap input[type=radio] + label {
  cursor: pointer; }

.farashop__checkout__wrap .checkout__headers-holder > div {
  float: right;
  font-size: 12px;
  margin: 40px 0 20px;
  position: relative;
  text-align: center;
  color: #aaa; }
  .farashop__checkout__wrap .checkout__headers-holder > div.active {
    color: #000; }
    .farashop__checkout__wrap .checkout__headers-holder > div.active:before {
      background-color: green; }
    .farashop__checkout__wrap .checkout__headers-holder > div.active:after,
    .farashop__checkout__wrap .checkout__headers-holder > div.active ~ div:after {
      background: repeating-linear-gradient(to right, #ddd, #ddd 10px, #f9f9f9 10px, #f9f9f9 20px); }
  .farashop__checkout__wrap .checkout__headers-holder > div:before {
    background-color: #ddd;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    top: -20px;
    width: 20px;
    z-index: 2; }
  .farashop__checkout__wrap .checkout__headers-holder > div:after {
    background-color: #ddd;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 50%;
    top: -11px;
    width: 100%;
    z-index: 1; }
  .farashop__checkout__wrap .checkout__headers-holder > div:last-child:after {
    width: 0; }

.farashop__checkout__wrap .checkout__step {
  position: relative;
  display: none; }
  .farashop__checkout__wrap .checkout__step.active {
    display: block; }

.farashop__checkout__wrap .checkout__arrows-holder button {
  background-color: #3791ec;
  border: 1px solid #3791ec;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  line-height: 32px;
  padding: 0 15px;
  font-size: 12px; }
  .farashop__checkout__wrap .checkout__arrows-holder button:hover {
    background-color: #53a0ef; }
  .farashop__checkout__wrap .checkout__arrows-holder button:first-child {
    background-color: #424242;
    border: 1px solid #424242; }
    .farashop__checkout__wrap .checkout__arrows-holder button:first-child:hover {
      background-color: #515151; }

.farashop__checkout__wrap .checkout__rules-checkbox input {
  margin-left: 4px;
  position: relative;
  top: 3px; }
  .farashop__checkout__wrap .checkout__rules-checkbox input + label {
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px; }

.farashop__checkout__wrap .checkout__step__postal-methods li span {
  float: left; }

.farashop__checkout__wrap .chkRules ~ .text-danger {
  float: right;
  position: relative;
  right: -4px;
  top: 10px; }

.farashop__checkout__wrap .bank-list__wrap {
  position: relative;
  top: 12px; }
  .farashop__checkout__wrap .bank-list__wrap td {
    text-align: right; }

.farashop__checkout__wrap .required-star {
  position: absolute;
  right: 4px;
  top: 8px; }

.farashop__checkout__wrap .panel-title {
  font-size: 15px; }

@media screen and (max-width: 767px) {
  .farashop__checkout__wrap .checkout__basket-holder .panel-body {
    padding: 0; } }

.farashop__checkout__wrap .checkout__basket-holder.wait:after {
  position: absolute;
  content: 'لطفا منتظر بمانید ...';
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #999;
  z-index: 1000; }

.farashop__checkout__wrap .checkout__basket-holder.wait:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999; }
