﻿@import url(../fonts/fonts-fa.css);

 
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}

.ml-5 {
    margin-left:5px;
}
.ml-10 {
    margin-left: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mr-5{
    margin-left: 5px;
}



.font-size-12 {
    font-size: 12px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-30 {
    font-size: 30px;
}
.curved-ractangle {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 20px;
    -webkit-transition: background-color 0.25s linear, color 0.4s ease-in-out;
    transition: background-color 0.25s linear, color 0.4s ease-in-out
}

.mitra {
    font-family: WMitra;
}

.irsans {
    font-family: irsans;
}

.hidden {
    display: none;
}

.text-left {
    text-align : left;
}



.overflow-hidden {
    overflow: hidden !important;
}

.loading-text {
    text-align: center;
    color: #000;
    padding: 10px;
}

.not-display {
    display: none !important;
}

.delivery-image {
    width: 100px;
    margin: auto
}

.gateway-lable {
    padding: 10px 10px;
    border: 1px solid #999;
    float: right;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    display: inline-grid;
}

.gateway-not-auth {
    padding: 10px 10px;
    border: 1px solid #999;
    float: right;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    display: inline-grid;
}

.delivery-lable {
    padding: 10px 10px;
    border: 1px solid #999;
    float: right;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    display: inline-grid;
    color:black;
}

.delivery-not-auth {
    padding: 10px 10px;
    border: 1px solid #999;
    float: right;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    display: inline-grid;
}

.border-mustard {
    border: 1px solid #C19D60;
    background: #C19D60;
}

.text-mustard {
    color: black;
}

.no-padding {
    padding: 0 !important;
}

.mx-10 {
    margin: 0 5px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.payment-lable {
    background-color: #ededed;
    color: #000;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 21px 35px 20px 35px;
    border-radius: 40px;
    -webkit-transition: background-color 0.25s linear, color 0.4s ease-in-out;
    transition: background-color 0.25s linear, color 0.4s ease-in-out
}

.payment-select {
    background-color: var(--theme-color);
    color: #fff!important;
   
}
.payment-not-select {
    border: 1px solid #ededed !important;
    background: #ededed !important;
    color:#fff!important;
}

.check-discount-code {
    /*position: absolute;
    top: 29px;
    left: 0;*/
    height: 50px;
    /*color: #fff!important;*/
    padding: 12px;
}

#check-club-credit {
    height: 50px;
    padding: 12px;
    /*position: absolute;*/
    /*top: 43px;*/
    /*left: 10px;*/
    /*color: #fff;*/
}

.difference-value-lable {
    padding: 10px 10px;
    border: 1px solid #999;
    float: right;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    display: inline-grid;
    color: black;
    background-color:gold;
}

.difference-value-not-select {
    padding: 10px 10px;
    border: 1px solid #999;
    float: right;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    display: inline-grid;
    background-color:white;
}
.difference-group-title {
    background-color: #333;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 0;
}

.fixed {
    position:fixed;
    top:30px;
      
}

.fixed-main {
    position: fixed;
    top: 30px;
    width:596px;
}
