body {
}


.ltr, .LTR {
    direction: ltr
}

.rtl, .RTL {
    direction: rtl
}


.m-12 {
    margin: 6rem !important;
}

.mt-12,
.my-12 {
    margin-top: 6rem !important;
}

.mr-12,
.mx-12 {
    margin-right: 6rem !important;
}

.mb-12,
.my-12 {
    margin-bottom: 6rem !important;
}

.ml-12,
.mx-12 {
    margin-left: 6rem !important;
}


.icon-gallerymedia i {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 43px;
    color: #fff;
    z-index: 999;
}

.pagination li.next a:after {
    content: "\f104";
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 0.75rem;
    font-weight: 900;
    margin-right: 5px;
}

.pagination li.prev a:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 0.75rem;
    font-weight: 900;
    margin-left: 5px;
}

.gradient-y-overlay-sm-dark-bottom:before {
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6));
    transition: all 1s ease-in-out;
}

.shadow-sm {
    text-shadow: 1px 1.5px 1.9px rgba(0, 0, 0, 0.58);
}

article.gradient-y-overlay-sm-dark-bottom:hover::before {
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
}


.currency-rls:after {
    font-size: 0.6em;
    content: "ریال";
    margin-right: 2px;
}

.currency-tmn:after {
    font-size: 0.6em;
    content: "تومان";
    margin-right: 2px;
}

.currency-tmn-m:after {
    font-size: 0.6em;
    content: "تومان/ماه";
    margin-right: 2px;
}

.currency-tmn-y:after {
    font-size: 0.6em;
    content: "تومان/سال";
    margin-right: 2px;
}

.bg-dark .breadcrumb li a, .bg-navy .breadcrumb li a
{
    color: #fff;
    opacity: 0.8;
    transition: 0.5s all ease-in-out;
}

    .breadcrumb li a:hover {
        opacity: 1;
    }

.navbar-vertical .nav-tabs .nav-link:hover {
    border-color: transparent;
}



label.required:after {
    content: "*";
    color: #ff0000;
    margin: 0;
    font-weight: bold;
    margin: 0 0 0 5px;
    width: 3px;
    height: 3px;
}

.quantity {
    position: relative;
    height: 100%;
    width: 80px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 100%;
    height: 35px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #c9c9c9;
    text-align: center;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 35px;
    left: 25px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    width: 25px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    line-height: 2.7;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 100%;
        left: 0;
    }

    .quantity-button.quantity-down {
        position: absolute;
        height: 100%;
        right: -103px;
    }


.form-group.FileUploader label {
    display: block;
}

.form-group.FileUploader .btn:not(.fileinput-exists):before, .form-group.uploader .btn.upload:before {
    content: '\f0ee';
    margin-left: 4px;
    font-family: 'Font Awesome\ 5 Pro';
}


.form-group.FileUploader .btn--sm {
    padding-right: 0.85714286em;
    padding-left: 0.85714286em;
    border: 1px solid;
}

    .form-group.FileUploader .btn--sm * {
        cursor: pointer;
    }

.form-group.FileUploader input[type="file"] {
    font-size: 12px !important;
    display: none;
}


.form-group .FileUploadInput {
    width: auto !important;
    padding: 0 !important;
    border: none;
    background: transparent;
}

.uploader .FilePreview {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    display: block;
    padding: 25px;
}

    .uploader .FilePreview i {
        font-size: 3em;
    }

.fa-li {
    right: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.swal-text {
    text-align: right;
}


/* Timer */
.countdown
{
    text-align:center;
    direction:ltr
}
.jst-hours
{
    display: none;
}

.jst-minutes
{
display:inline
}

.jst-seconds
{
    display: inline
}

.jst-clearDiv
{

}

.jst-timeout
{
    color: red;
}

ul.row--list{
    list-style:none
}