/*******************************************************************************
 *              bootstrap-rtl (version 3.3.4)
 *      Author: Morteza Ansarinia (http://github.com/morteza)
 *  Created on: August 13,2015
 *     Project: bootstrap-rtl
 *   Copyright: Unlicensed Public Domain
 *******************************************************************************/

html {
    direction: rtl;
}

body {
    direction: rtl;
}

.flip.text-left {
    text-align: right;
}

.flip.text-right {
    text-align: left;
}

.list-unstyled {
    padding-right: 0;
    padding-left: initial;
}

.list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0;
}

dd {
    margin-right: 0;
    margin-left: initial;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0;
    }
}

blockquote {
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

.blockquote-reverse,
blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eeeeee;
    border-right: 0;
    text-align: left;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: right;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    left: 100%;
    right: auto;
}

.col-xs-pull-11 {
    left: 91.66666667%;
    right: auto;
}

.col-xs-pull-10 {
    left: 83.33333333%;
    right: auto;
}

.col-xs-pull-9 {
    left: 75%;
    right: auto;
}

.col-xs-pull-8 {
    left: 66.66666667%;
    right: auto;
}

.col-xs-pull-7 {
    left: 58.33333333%;
    right: auto;
}

.col-xs-pull-6 {
    left: 50%;
    right: auto;
}

.col-xs-pull-5 {
    left: 41.66666667%;
    right: auto;
}

.col-xs-pull-4 {
    left: 33.33333333%;
    right: auto;
}

.col-xs-pull-3 {
    left: 25%;
    right: auto;
}

.col-xs-pull-2 {
    left: 16.66666667%;
    right: auto;
}

.col-xs-pull-1 {
    left: 8.33333333%;
    right: auto;
}

.col-xs-pull-0 {
    left: auto;
    right: auto;
}

.col-xs-push-12 {
    right: 100%;
    left: 0;
}

.col-xs-push-11 {
    right: 91.66666667%;
    left: 0;
}

.col-xs-push-10 {
    right: 83.33333333%;
    left: 0;
}

.col-xs-push-9 {
    right: 75%;
    left: 0;
}

.col-xs-push-8 {
    right: 66.66666667%;
    left: 0;
}

.col-xs-push-7 {
    right: 58.33333333%;
    left: 0;
}

.col-xs-push-6 {
    right: 50%;
    left: 0;
}

.col-xs-push-5 {
    right: 41.66666667%;
    left: 0;
}

.col-xs-push-4 {
    right: 33.33333333%;
    left: 0;
}

.col-xs-push-3 {
    right: 25%;
    left: 0;
}

.col-xs-push-2 {
    right: 16.66666667%;
    left: 0;
}

.col-xs-push-1 {
    right: 8.33333333%;
    left: 0;
}

.col-xs-push-0 {
    right: auto;
    left: 0;
}

.col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0;
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
}

.col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0;
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
}

.col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0;
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
}

.col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0;
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}

.col-xs-offset-0 {
    margin-right: 0%;
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: right;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        left: 100%;
        right: auto;
    }
    .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto;
    }
    .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto;
    }
    .col-sm-pull-9 {
        left: 75%;
        right: auto;
    }
    .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto;
    }
    .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto;
    }
    .col-sm-pull-6 {
        left: 50%;
        right: auto;
    }
    .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto;
    }
    .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto;
    }
    .col-sm-pull-3 {
        left: 25%;
        right: auto;
    }
    .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto;
    }
    .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto;
    }
    .col-sm-pull-0 {
        left: auto;
        right: auto;
    }
    .col-sm-push-12 {
        right: 100%;
        left: 0;
    }
    .col-sm-push-11 {
        right: 91.66666667%;
        left: 0;
    }
    .col-sm-push-10 {
        right: 83.33333333%;
        left: 0;
    }
    .col-sm-push-9 {
        right: 75%;
        left: 0;
    }
    .col-sm-push-8 {
        right: 66.66666667%;
        left: 0;
    }
    .col-sm-push-7 {
        right: 58.33333333%;
        left: 0;
    }
    .col-sm-push-6 {
        right: 50%;
        left: 0;
    }
    .col-sm-push-5 {
        right: 41.66666667%;
        left: 0;
    }
    .col-sm-push-4 {
        right: 33.33333333%;
        left: 0;
    }
    .col-sm-push-3 {
        right: 25%;
        left: 0;
    }
    .col-sm-push-2 {
        right: 16.66666667%;
        left: 0;
    }
    .col-sm-push-1 {
        right: 8.33333333%;
        left: 0;
    }
    .col-sm-push-0 {
        right: auto;
        left: 0;
    }
    .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }
    .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }
    .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }
    .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }
    .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }
    .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }
    .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }
    .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }
    .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }
    .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }
    .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
    .col-sm-offset-0 {
        margin-right: 0%;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: right;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        left: 100%;
        right: auto;
    }
    .col-md-pull-11 {
        left: 91.66666667%;
        right: auto;
    }
    .col-md-pull-10 {
        left: 83.33333333%;
        right: auto;
    }
    .col-md-pull-9 {
        left: 75%;
        right: auto;
    }
    .col-md-pull-8 {
        left: 66.66666667%;
        right: auto;
    }
    .col-md-pull-7 {
        left: 58.33333333%;
        right: auto;
    }
    .col-md-pull-6 {
        left: 50%;
        right: auto;
    }
    .col-md-pull-5 {
        left: 41.66666667%;
        right: auto;
    }
    .col-md-pull-4 {
        left: 33.33333333%;
        right: auto;
    }
    .col-md-pull-3 {
        left: 25%;
        right: auto;
    }
    .col-md-pull-2 {
        left: 16.66666667%;
        right: auto;
    }
    .col-md-pull-1 {
        left: 8.33333333%;
        right: auto;
    }
    .col-md-pull-0 {
        left: auto;
        right: auto;
    }
    .col-md-push-12 {
        right: 100%;
        left: 0;
    }
    .col-md-push-11 {
        right: 91.66666667%;
        left: 0;
    }
    .col-md-push-10 {
        right: 83.33333333%;
        left: 0;
    }
    .col-md-push-9 {
        right: 75%;
        left: 0;
    }
    .col-md-push-8 {
        right: 66.66666667%;
        left: 0;
    }
    .col-md-push-7 {
        right: 58.33333333%;
        left: 0;
    }
    .col-md-push-6 {
        right: 50%;
        left: 0;
    }
    .col-md-push-5 {
        right: 41.66666667%;
        left: 0;
    }
    .col-md-push-4 {
        right: 33.33333333%;
        left: 0;
    }
    .col-md-push-3 {
        right: 25%;
        left: 0;
    }
    .col-md-push-2 {
        right: 16.66666667%;
        left: 0;
    }
    .col-md-push-1 {
        right: 8.33333333%;
        left: 0;
    }
    .col-md-push-0 {
        right: auto;
        left: 0;
    }
    .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }
    .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }
    .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }
    .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }
    .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }
    .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }
    .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }
    .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }
    .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }
    .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }
    .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
    .col-md-offset-0 {
        margin-right: 0%;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: right;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        left: 100%;
        right: auto;
    }
    .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto;
    }
    .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto;
    }
    .col-lg-pull-9 {
        left: 75%;
        right: auto;
    }
    .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto;
    }
    .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto;
    }
    .col-lg-pull-6 {
        left: 50%;
        right: auto;
    }
    .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto;
    }
    .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto;
    }
    .col-lg-pull-3 {
        left: 25%;
        right: auto;
    }
    .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto;
    }
    .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto;
    }
    .col-lg-pull-0 {
        left: auto;
        right: auto;
    }
    .col-lg-push-12 {
        right: 100%;
        left: 0;
    }
    .col-lg-push-11 {
        right: 91.66666667%;
        left: 0;
    }
    .col-lg-push-10 {
        right: 83.33333333%;
        left: 0;
    }
    .col-lg-push-9 {
        right: 75%;
        left: 0;
    }
    .col-lg-push-8 {
        right: 66.66666667%;
        left: 0;
    }
    .col-lg-push-7 {
        right: 58.33333333%;
        left: 0;
    }
    .col-lg-push-6 {
        right: 50%;
        left: 0;
    }
    .col-lg-push-5 {
        right: 41.66666667%;
        left: 0;
    }
    .col-lg-push-4 {
        right: 33.33333333%;
        left: 0;
    }
    .col-lg-push-3 {
        right: 25%;
        left: 0;
    }
    .col-lg-push-2 {
        right: 16.66666667%;
        left: 0;
    }
    .col-lg-push-1 {
        right: 8.33333333%;
        left: 0;
    }
    .col-lg-push-0 {
        right: auto;
        left: 0;
    }
    .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0;
    }
    .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0;
    }
    .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0;
    }
    .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }
    .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0;
    }
    .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0;
    }
    .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }
    .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0;
    }
    .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0;
    }
    .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }
    .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
    .col-lg-offset-0 {
        margin-right: 0%;
        margin-left: 0;
    }
}

caption {
    text-align: right;
}

th {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-right: 0;
        border-left: initial;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-left: 0;
        border-right: initial;
    }
}

.radio label,
.checkbox label {
    padding-right: 20px;
    padding-left: initial;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: auto;
}

.radio-inline,
.checkbox-inline {
    padding-right: 20px;
    padding-left: 0;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-right: 10px;
    margin-left: 0;
}

.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px;
    height: 48px;
}

.form-control-feedback {
    left: 0;
    right: auto;
}

@media (min-width: 768px) {
    .form-inline label {
        padding-right: 0;
        padding-left: initial;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        margin-right: 0;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto;
}

.caret {
    margin-right: 2px;
    margin-left: 0;
}

.dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right;
}

.dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    float: right;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-right: -1px;
    margin-left: 0px;
}

.btn-toolbar {
    margin-right: -5px;
    margin-left: 0px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: right;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-right: 5px;
    margin-left: 0px;
}

.btn-group>.btn:first-child {
    margin-right: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group {
    float: right;
}

.btn-group.btn-group-justified>.btn,
.btn-group.btn-group-justified>.btn-group {
    float: none;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn .caret {
    margin-right: 0;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-right: 0;
}

.input-group .form-control {
    float: right;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:first-child {
    border-left: 0px;
    border-right: 1px solid;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0px;
}

.input-group-btn>.btn+.btn {
    margin-right: -1px;
    margin-left: auto;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-left: -1px;
    margin-right: auto;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-right: -1px;
    margin-left: auto;
}

.nav {
    padding-right: 0;
    padding-left: initial;
}

.nav-tabs>li {
    float: right;
}

.nav-tabs>li>a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0;
}

.nav-pills>li {
    float: right;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-right: 2px;
    margin-left: auto;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-right: 0;
    margin-left: auto;
}

.nav-justified>.dropdown .dropdown-menu {
    right: auto;
}

.nav-tabs-justified>li>a {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-radius: 4px 4px 0 0;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-brand {
    float: right;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto;
    }
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
    .navbar-right {
        float: left !important;
    }
    .navbar-left {
        float: right !important;
    }
    .navbar-nav>li {
        float: right !important;
    }
}

@media (min-width: 768px) {
    .navbar-left.flip {
        float: right !important;
    }
    .navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto;
    }
    .navbar-right.flip {
        float: left !important;
        margin-left: -15px;
        margin-right: auto;
    }
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
}

@media (min-width: 768px) {
    .navbar-text {
        float: right;
    }
    .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto;
    }
}

.pagination {
    padding-right: 0;
}

.pagination>li>a,
.pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-right: 0;
    padding-left: initial;
}

.pager .next>a,
.pager .next>span {
    float: left;
}

.pager .previous>a,
.pager .previous>span {
    float: right;
}

.nav-pills>li>a>.badge {
    margin-left: 0px;
    margin-right: 3px;
}

.list-group-item>.badge {
    float: left;
}

.list-group-item>.badge+.badge {
    margin-left: 5px;
    margin-right: auto;
}

.alert-dismissable,
.alert-dismissible {
    padding-left: 35px;
    padding-right: 15px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: auto;
    left: -21px;
}

.progress-bar {
    float: right;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-left.flip {
    margin-right: 0;
    margin-left: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media>.pull-right.flip {
    margin-left: 0;
    margin-right: 10px;
}

.media-right,
.media>.pull-right {
    padding-right: 10px;
    padding-left: initial;
}

.media-left,
.media>.pull-left {
    padding-left: 10px;
    padding-right: initial;
}

.media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none;
}

.list-group {
    padding-right: 0;
    padding-left: initial;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-right: 0;
    border-left: none;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: none;
    border-left: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    right: 0;
    left: auto;
}

.close {
    float: left;
}

.modal-footer {
    text-align: left;
}

.modal-footer.flip {
    text-align: right;
}

.modal-footer .btn+.btn {
    margin-left: auto;
    margin-right: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-right: -1px;
    margin-left: auto;
}

.modal-footer .btn-block+.btn-block {
    margin-right: 0;
    margin-left: auto;
}

.popover {
    left: auto;
    text-align: right;
}

.popover.top>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto;
}

.popover.top>.arrow:after {
    margin-right: -10px;
    margin-left: auto;
}

.popover.bottom>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto;
}

.popover.bottom>.arrow:after {
    margin-right: -10px;
    margin-left: auto;
}

.carousel-control {
    right: 0;
    bottom: 0;
}

.carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px;
}

.carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

.pull-right.flip {
    float: left !important;
}

.pull-left.flip {
    float: right !important;
}


/*# sourceMappingURL=bootstrap-rtl.css.map */
html {
    overflow-x: hidden;
}


/*start style*/

.top-header .support-link,
.user-info {
    float: left !important;
}

#form-search-opntop {
    left: 100px;
    right: unset;
}

.space-between .parentofcurrency {
    margin-left: 11px;
}

input#authy-cellphone,
#house_number {
    text-align: right;
}

.pull-left {
    float: right !important;
}

#user-info-opntop {
    left: 50px;
    right: unset;
}

#shopping-cart-box-ontop {
    left: 0px;
    right: unset;
}

.box-vertical-megamenus .title .btn-open-mobile {
    margin-right: 20px !important;
}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding: 5px !important;
    display: none !important;
}

.text-info {
    display: inline-block;
}

.name-line {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.text-aling-left {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 100%;
}

.data-line {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #7D7D7D;
}

.h2-address-account {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 37px;
    text-align: right;
    color: #242424;
    padding-bottom: 16px;
}

.background-payment .address-account {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 37px;
    text-align: right;
    color: #242424;
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    border-color: #34ae72;
    background-color: #34ae72;
    font-size: 20px;
    padding-right: 0;
}

.desctaption {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #494949;
}

.data {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    text-align: right;
    color: #242424;
}

.blogs-card-header {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    text-align: right;
    color: #242424;
}

.data-blog-detils h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 44px;
    text-align: right;
    color: #242424;
}

.blogs-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 134.1%;
    width: 100%;
    text-align: right;
    margin-top: 40px;
    /* margin-bottom: 24px; */
}

.p-address-account {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #494949;
}

.prescription-titel {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #494949;
}

.prescription-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    text-align: right;
    color: #242424;
}

.drop-img .text-right {
    text-align: right !important;
    margin-right: 4%;
    margin-bottom: 8px;
}

.latest-deals-product .owl-prev {
    top: -40px;
    right: inherit;
    left: -26px;
}


/*.latest-deals-product .owl-next {
    left: 0px;
    right: unset;
}*/

.seller {
    line-height: 2 !important;
    float: left;
    font-weight: bold;
    margin-top: 2px
}

.product-featured .sub-category-list {
    float: right;
    padding: 10px 6px;
    line-height: 30px;
    background: #fff;
}

.edit {
    float: left !important;
    /* margin: 0px 80px 0 0 !important; */
    height: 50px !important;
    padding: 12px 4px !important;
}

@media (min-width: 766px) {
    .stories {
        float: left;
        /* margin: 10px 90px;s */
    }
}

.owl-carousel,
.bx-wrapper {
    direction: ltr !important;
}

.verication_input_code,
.verication_input_code input {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.box-vertical-megamenus {
    position: absolute;
    left: 0px;
    /*right: 45px;*/
}

.box-vertical-megamenus .vertical-menu-list>li:hover>a {
    border: unset !important;
}

.top-header a.current-open:after,
.top-header a.current-open:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 17px;
    vertical-align: 0;
    padding-right: 15px;
    font-weight: bold;
}

.top-header img {
    margin-left: 8px !important;
}

.show-brand .navbar-brand:after {
    left: 5px !important;
    right: unset;
    transform: rotate(180deg);
    top: 17px;
}

.product-list li .left-block a {
    display: block;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.main-header .header-search-box .form-inline .form-category {
    float: left !important;
    margin-left: 40px !important;
    margin-right: 0px;
}

.product-list li .content_price {
    width: auto;
    display: inline-block;
    float: left;
}

.group-button-header .btn-cart .notify-right {
    top: 5px !important;
    right: 4px !important;
    /* left: 19px !important; */
    color: #fff !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.product-list li .product-star {
    float: right;
}

.product-item-opt-2 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}

.product-list li .product-rating-info .content_price {
    width: 50%;
    display: inline-block;
    float: right;
    text-align: right;
}

.product-list li .product-rating-info .product-star {
    /* width: 50%; */
    /* width: 100%;
     */
    /* color: #3385fe; */
    text-align: right;
    display: inline-block;
    padding-top: 5px;
    float: right;
    /* font-size: 13px; */
    font-size: 11px;
}

.disabled {
    pointer-events: none;
    cursor: default;
}


/*.main-header .header-search-box .form-inline .btn-search {
    position: absolute;
    right: unset !important;
    left: 0px !important;
}*/

.product-featured .product-featured-tab-content .box-left {
    width: 40%;
    float: left;
    border-left: 1px solid #eaeaea;
}

.show-brand .navbar-brand:after {
    content: '';
    width: 12px;
    height: 20px;
    position: absolute;
    left: 5px !important;
    right: unset !important;
    transform: rotate(180deg) !important;
    color: #fff;
    font-weight: normal;
    background: url("../images/icon-angle-right.png") no-repeat right center;
    top: 30%;
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: translateY(-50%);
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
}

.nav-menu .toggle-menu {
    float: left !important;
    line-height: 49px;
    max-height: 50px;
    margin: 0px 10px;
}

.product-list li .add-to-cart a,
.product-list li .add-to-cart a:hover {
    background: url(../images/icon-cart-option2.png) no-repeat left center !important;
    padding: 0;
}

.block-floor-products-opt7 .col-left {
    width: 350px;
    float: right;
}

.block-floor-products-opt7 .block-title .title {
    float: right;
}

.block-floor-products-opt7 .block-title .links {
    float: right;
}

.block-floor-products-opt3 .block-title .title {
    float: right;
}

.block-floor-products-opt3 .block-title .links {
    float: left;
}

.block-floor-products .col-banner {
    float: right;
    width: 20%;
}

.block-floor-products-opt7 .col-banner {
    width: 100% !important;
}

.block-floor-products-opt2 .block-title .title {
    float: right;
}

.block-floor-products-opt2 .block-title .links {
    float: right;
}

.block-floor-products-opt2 .col-banner {
    /* width: 30% !important; */
    /* float: right;
    position: absolute; */
    /* right: 201px; */
    /* width: 51% !important; */
    /* width: 47% !important;

    right: 0px;
    display: block; */
    width: 30% !important;
    float: right;
    position: absolute;
    right: 201px;
    left: unset;
}

.block-floor-products-opt2 .block-content {
    padding-left: 0px;
    position: relative;
}

.block-floor-products-opt2 .col-categori {
    width: 201px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-right: 15px;
    font-size: 14px;
    padding-top: 18px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    z-index: 20;
}

.theme-7 .block-content .price-percent-reduction2 {
    width: 42px;
    height: 45px;
    background-color: #f9804b;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    /* top: 8px; */
    right: 0px;
    /* border-radius: 100%; */
    padding-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
    padding-top: 13px;
}


/*============== Side bar Burger-button for theme 3  ================*/

.theme-3 .block-title .links .dropdown-toggle {
    /* display: none !important; */
}


/*============== Side bar Burger-button for theme 3  ================*/

.block-floor-products-opt2 .col-banner img {
    height: 100%;
}

.block-floor-products-opt2 .col-products {
    width: 53%;
}

.digital .product-featured .manufacture-list {
    float: right !important;
}

.block-hot-deals-opt3 .block-title {
    float: right !important;
    /* margin-right: 45px !important; */
    margin-right: 54px !important;
}

.block-hot-deals-opt3 .block-title>.title {
    right: 0 !important;
    left: unset !important;
}

.block-hot-deals-opt3 .count-down-time {
    /* padding-right: 215px !important;
    padding-left: unset !important;
    margin-top: 40px; */
    display: block !important;
    /* padding-left: 22px !important; */
}

.block-hot-deals-opt3 .block-content {
    padding-left: unset !important;
    padding-right: 45px !important;
}

.product-item-opt-1 .product-item-info .btn-cart {
    right: -11px !important;
}

.product-item-opt-1 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 50px;
    background-position: center top 7px;
    background-repeat: no-repeat;
    background-image: url(http://kute-themes.com/html/kuteshop/html/images/icon/index1/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: -10px;
    margin-left: 0;
}

.block-floor-products-opt3 .block-title .links {
    float: right !important;
    font-family: Arial;
}

.product-featured .product-featured-tab-content .category-list-product {
    padding-left: 15px !important;
    padding-right: 0 !important;
}

.block-floor-products-opt2 .btn-cart {
    margin-right: 0 !important;
}

.block-hot-deals-opt3 .nav-links {
    padding: 15px 30px 20px 22px;
}

.top-header .nav-top-links img {
    float: right !important;
    margin-top: 10px !important;
}

.block-floor-products-opt7 .block-title .links li,
.block-floor-products-opt2 .block-title .links li,
.category-featured.navbar-nav>li {
    float: right !important;
    padding: 0 8px;
}

.block-floor-products .col-banner img {
    min-height: 570px !important;
}

.top-header .nav-top-links img {
    float: none !important;
    margin-top: -2px !important;
}

@media (min-width: 766px) {
    .block-floor-products-opt2 .block-title .links .dropdown-toggle {
        display: none;
    }
    .owl-carousel.product-list .owl-item {
        direction: rtl;
        /* float: left !important; */
    }
    .col-products .owl-carousel .owl-stage,
    .block-hot-deals-opt3 .owl-carousel .owl-stage {
        position: relative;
        direction: rtl !important;
        /* Theme 3 Arabic-Eng Problem  */
        /* float: right !important; */
    }
}

.theme-2 .product-item-opt-7 .product-item-price {
    position: relative;
    top: -16px !important;
}

.theme-6 ul li {
    /* margin: 10px !important; */
    padding-right: 47px !important;
}

.homeslider .owl-carousel,
.bx-wrapper {
    direction: unset !important;
}

.homeslider .owl-carousel.owl-rtl .owl-stage-outer {
    direction: rtl !important;
}

.share_box {
    margin-right: 8px;
}

@media (min-width: 766px) {
    .owl-carousel.product-list .owl-item {
        direction: rtl;
        /* float: left !important; */
    }
}

.top-header .nav-top-links img {
    float: none !important;
    margin-top: -2px !important;
}

.top-header .nav-top-links img {
    float: right !important;
    margin-top: 10px !important;
}

#product .pb-right-column .form-action .button-group .wishlist,
#product .pb-right-column .form-action .button-group .compare {
    min-width: 50px;
    padding-right: 15px;
    text-align: center;
    float: right;
    background: unset !important;
    color: #000 !important;
}

.page-product-box .product-list .owl-nav {
    margin-left: 24px;
}

.page-product-box .owl-prev {
    top: -20px;
    right: inherit;
    left: -26px;
}


/*.page-product-box .owl-next {
    left: 0px;
}*/

.tree-menu>li>span:before {
    padding-right: 0px;
    padding-left: 12px;
    transform: rotate(180deg);
    float: left;
}

.tm-footer-copyright {
    text-align: center;
    width: 100%;
}

input#loginEmail {
    text-align: right;
    direction: ltr;
}

span.register_code_number {
    display: inline-block;
    direction: ltr;
}

.main-header .header-search-box .form-inline .btn-search,
.nav-ontop .form-inline .btn-search {
    position: absolute;
    right: unset !important;
    left: 0 !important;
    background-color: #34ae6b00 !important;
    padding: 23px 30px;
}

@media(min-width:991px) {
    .latest-deals-product .add-to-cart .ladda-button[data-style=expand-right] .ladda-spinner,
    .product-realted-item.sovyal-realted-products .add-to-cart .ladda-button[data-style=expand-right] .ladda-spinner {
        left: unset !important;
        right: -16px !important;
    }
}

i.fa.fa-plus {
    padding-left: 17px;
}

.brcbs .cbs::after {
    content: '>';
    padding: 5px;
    margin: 5px;
}

.product-list li .product-star {
    float: right;
}

#left_column .block .title_block {
    font-size: 16px;
    font-weight: bold;
    padding-left: 28px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 12px;
    padding-right: 10px;
    /* text-align: left; */
}

.product-list li .content_price {
    width: auto;
    display: inline-block;
    float: left;
}

.group-button-header .btn-cart .notify-right {
    top: 5px !important;
    right: 4px !important;
    /* left: 19px !important; */
    color: #fff !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.product-tab .nav-tab>li {
    float: right;
}

.main-header .header-search-box .form-inline .form-category {
    float: left !important;
    margin-left: 40px !important;
    margin-right: 0px;
}

.input-group .form-control {
    padding-right: 35px;
}

#house_number,
#flat_number {
    text-align: right;
}

.product-list li .left-block a {
    display: block;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.brcbs .cbs::after {
    content: '>';
    padding: 5px;
    margin: 5px;
}

.brcbs .cbs:last-child::after {
    content: '';
}

#product .pb-right-column .form-option .attributes .attribute-label {
    float: right !important;
}

.osh-filters.-vertical>.-closed>.-head::before {
    content: "+";
    display: inline;
    float: left;
    font-size: 20px !important;
    color: #202020;
}

@media (min-width: 766px) {
    .stories {
        float: left;
        /* margin: 10px 90px; */
    }
}

.-head::before {
    content: "-";
    display: inline;
    float: left;
    font-size: 20px !important;
    color: #202020;
}

.pagination>li {
    float: right;
}

.fordesktooooop .checkbox label {
    padding-right: 30px !important;
}

#Catnames .checkbox input[type="checkbox"]+label:before {
    font-family: 'FontAwesome';
    content: "";
    line-height: 22px;
    font-size: 16px;
    position: absolute;
    border: 1px solid #bbc4c7;
    display: inline-block;
    height: 25px;
    width: 25px;
    padding: 0;
    right: 0 !important;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sortPagiBar .sort-product .sort-product-icon {
    display: inline-block;
    width: 38px;
    text-align: center;
    float: right !important;
    height: 29px;
    border-left: 1px solid #eaeaea;
    background: #fafafa;
    padding-top: 8px;
    border: 1px solid #eaeaea;
}

@media(max-width: 767px) {
    #nav-top-menu #box-vertical-megamenus .vertical-menu-content {
        /* min-width: 290px; */
        min-width: 338px;
        position: relative;
        left: 172px !important;
        display: none;
    }
    /* .box-vertical-megamenus .vertical-menu-content .vertical-menu-list {
        padding-right: unset !important;
    } */
    .box-vertical-megamenus .vertical-menu-list>li>a {
        margin-right: 0px !important;
    }
    #nav-top-menu .vertical-menu-list .open-submenu>.megamenu2 {
        left: 15% !important;
        right: unset !important;
    }
    .product-item-opt-2 .product-item-price .price .price-percent-reduction2 {
        float: none;
        position: absolute;
        left: -10px !important;
        bottom: 4px;
        color: #f9804b;
    }
    .price-percent-reduction2 {
        font-size: 13px!important;
    }
    #cart-details td:nth-child(2) {
        display: block;
    }
}

.input-group .input-group-addon {
    bottom: -12px;
}

.reset-passowd-form .login-form {
    height: 200px !important;
}

.input-group .input-group-addon,
.input-group .input-group-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    transition: color .3s;
    background-color: transparent !important;
    color: #9da9b9;
}

.white {
    color: #fff !important;
}

.login_form .form-group label {
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding-right: 20px !important;
}

.field-icon {
    float: left;
    margin-left: 10px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
}

.login_form .password-icon {
    z-index: 9999;
    right: -3px;
    border: none;
}

.login-modal input {
    font-family: 'din-next-lt-w23-regular' !important;
    padding: 0px 5px !important;
}

.login-box {
    min-height: 400px !important;
}

input.form-control.phone-number-addreess {
    text-align: right !important;
}

.view-product-list .display-product-option {
    position: absolute;
    top: 0;
    left: 140px;
    right: unset;
    margin-bottom: 10px !important;
}

@media(max-width:767px) {
    .product-list li .add-to-cart a {
        height: 50px !important;
        line-height: 45px !important;
        padding: 0px 0px 0px 22px !important;
    }
    .theme-3.component-custom .product-item-actions .btn-wishlist i.fa {
        position: relative;
        top: 7px;
        font-size: 15px;
        /* right: 5px !important; */
        right: -8px !important;
    }
    .product-list li .product-name,
    .parentofcurrency {
        text-align: center !important;
        /* font-size: 12px !important; */
        font-size: 14px !important;
        direction: rtl;
    }
    .product-item-opt-2 .product-item-price .price .price-percent-reduction2 {
        float: none;
        position: absolute;
        left: -10px !important;
        bottom: 4px;
        color: #f9804b;
    }
    .product-list li .content_price {
        float: right !important;
        width: 100%;
        text-align: right;
    }
}

#shop-items .product-list li .quick-view a {
    border-radius: 50px !important;
}

.checkbox input[type="checkbox"]+label:before,
.checkbox input[type="radio"]+label:before {
    font-family: 'FontAwesome';
    content: "";
    line-height: 22px;
    font-size: 16px;
    position: absolute;
    border: 1px solid #bbc4c7;
    display: inline-block;
    height: 25px;
    width: 25px;
    padding: 0;
    right: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.login-box .form-group label {
    padding-right: 30px;
}

.cart-item-checkout .table {
    direction: rtl !important;
}

#billing-shipping-address {
    text-align: right;
}

#payment-section .card-body h4 {
    text-align: right;
}

.checkout-detail.cart-item-checkout .card-header.panel-heading {
    text-align: right;
    display: flex;
    justify-content: space-around;
}

#order-review .table {
    direction: ltr !important;
}

.cart-item-checkout .btn.btn-success {
    float: left;
}

@media(max-width:991px) {
    .cart-item-checkout.sw-theme-arrows>ul.step-anchor {
        background: unset !important;
        display: block !important;
        text-align: center;
        margin-right: 33px;
        border-radius: 0px;
    }
    .cart-item-checkout .table,
    #downloads-table {
        min-width: 300px !important;
        margin: auto !important;
    }
}

@media(max-width:767px) {
    .parentofcurrency,
    .product-list li .product-name {
        text-align: right !important;
        font-size: 14px;
        direction: rtl;
    }
    .theme-3 .product-list li .product-name,
    .theme-3 .parentofcurrency {
        text-align: right !important;
    }
    .component-custom .number_value,
    .component-custom .number_symbol {
        font-size: 13px !important;
        color: #000;
        font-weight: bold;
    }
    .block-floor-products-opt3 .product-item .product-item-price,
    .block-floor-products-opt2 .product-item .product-item-price .price {
        /* padding-top: 15px; */
        padding-top: 0px;
        float: right;
    }
    #myInput {
        margin-top: 2px !important;
        color: #fff !important;
        position: absolute;
        top: 0 !important;
        /* right: 10px; */
        left: 10px;
    }
}

.address-details form {
    direction: rtl !important;
    text-align: right !important;
}

#action .delete {
    font-size: 12px;
    color: #780b78!important;
    padding-right: 8px;
    margin-right: 8px;
}

@media (min-width: 992px) {
    .section_checkout_container {
        grid-template-columns: 6fr 3fr;
    }
}

.field {
    text-align: right;
}

@media(max-width:767px) {
    .tm-footer-toparea .widgets-footer .single-widget {
        /* margin-top: 50px; */
        padding: 0;
    }
    .pro2 .add-to-wishlist {
        position: absolute;
        top: -10px;
        left: 50px;
        right: unset;
    }
    #product.pro2 .product-tab .nav-tab li a i {
        position: absolute;
        bottom: 10px;
        /* right: 100px; */
        right: unset !important;
        left: 0px;
        font-size: 20px;
        display: block;
    }
    .sovyal-products .content_price {
        float: right;
        width: 100%;
        text-align: right;
    }
    .sovyal-products .add-to-cart a {
        height: 50px !important;
        line-height: 45px !important;
        padding: 0px 0px 0px 0px !important;
    }
    .parentofcurrency,
    .product-list li .product-name {
        text-align: right !important;
        font-size: 14px!important;
        direction: rtl;
        margin-left: 14px !important;
        margin-bottom: 0;
        margin-top: 0;
    }
}

.parentofcurrency,
.product-list li .product-name {
    text-align: left !important;
    direction: rtl;
}

@media(max-width:787px) {
    .parentofcurrency,
    .product-list li .product-name {
        text-align: right !important;
        font-size: 14px!important;
        direction: rtl;
        margin-left: 14px !important;
        margin-bottom: 0;
        margin-top: 0;
    }
    .btn.btn-primary {
        margin-top: 0 !important;
    }
}

.sovyal-products .content_price {
    width: auto;
    display: inline-block;
    float: right;
}

.sovyal-products .product-list li .add-to-cart {
    border-radius: 8px;
    background-color: unset;
    color: #000 !important;
    color: #fff;
    border: 1px solid #000;
}

.sovyal-products .product-list li .add-to-cart:hover {
    color: #fff;
}

.sovyal-products .product-list li .content_price {
    float: right !important;
}

@media(max-width:767px) {
    .sovyal-products.sovyal-shop-products.d-flex.flex-wrap .row .col-sm-4 {
        text-align: right;
    }
    .sovyal-products.sovyal-shop-products.d-flex.flex-wrap .row .col-sm-4 {
        padding-left: 0px !important;
    }
    .pro2 .block-title:after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        left: 20px;
        right: unset;
    }
    /* .sovyal-products .product-list li .add-to-cart a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px 0px 0px 0px !important;
    } */
}

@media(max-width:767px) {
    .pro2 .product-tab .nav-tabs>li {
        width: 100%;
        text-align: right;
    }
    .pro2 .product-tab .nav-tabs>li i {
        float: left;
        font-size: 20px;
    }
    .pro2 .product-tab .nav-tabs>li i.fa-angle-left:before {
        content: "\f104" !important;
    }
}

@media(max-width:767px) {
    #nav-top-menu #box-vertical-megamenus .vertical-menu-content {
        position: relative;
        left: 180px !important;
    }
    .sovyal-products.sovyal-shop-products #shop-items .product-list li .add-to-cart a {
        padding-left: unset !important;
    }
}

@media (min-width: 766px) {
    .vertical-menu-list li.head:before,
    .vertical-menu-list li.head:hover:before {
        float: left;
    }
    .vertical-menu-list li.head:hover:before {
        content: "\f104";
    }
}

@media (min-width: 766px) {
    .vertical-menu-list .megamenu2 {
        position: absolute;
        top: 0%;
        right: 100%;
        left: unset;
        margin-right: 1px;
        transform: translateX(2px);
        transition: all 0.8s cubic-bezier(0.4, 0, 1, 1) !important;
    }
}

@media (min-width: 991px) {
    .main-menu .nav .megamenu {
        padding: 10px 30px 30px;
        position: absolute;
        top: 100%;
        top: 100%;
        height: auto !important;
        min-height: 400px !important;
        right: 0px !important;
        left: unset !important;
    }
}

@media(max-width:767px) {
    #myInput {
        color: #000!important;
    }
}

.block-floor-products-opt2 .block-content {
    padding-right: unset !important;
    padding-left: unset !important;
    position: relative;
}

.block-floor-products-opt2 .col-products {
    float: left;
}

@media(max-width:767px) {
    .top-header .language .locale li {
        margin-left: 0px !important;
    }
}

@media (max-width:767px) {
    .pro2 .old-price .parentofcurrency {
        text-align: right !important;
    }
    .pro2 .product-tab .nav-tabs>li i {
        float: left;
        font-size: 20px;
    }
    .sovyal-products #shop-items .product-list li .right-block,
    .sovyal-products #shop-items .parentofcurrency,
    .sovyal-products #shop-items .product-list li .product-name {
        text-align: right !important;
    }
    .sovyal-products .parentofcurrency {
        text-align: right !important;
    }
}

.sovyal-product-list #shop-items .product-list.grid li .product-rating-info .content_price {
    text-align: right !important;
    padding-top: 6px;
}

.sovyal-products .product-list li .right-block .content_price {
    text-align: right !important;
}

.sovyal-new-header img {
    margin-top: 8px;
    margin-right: 10px;
}

.top_bar_header {
    margin-top: 0;
    font-size: 18px;
    font-family: din-next-lt-w23-regular;
    width: 50%;
}

.nav_megamenue:hover .list-submenu.others {
    display: none !important;
    position: absolute;
    top: 0%;
    right: 100%;
    left: unset;
    margin-right: 1px;
    transform: translateX(2px);
    transition: all 0.8s cubic-bezier(0.4, 0, 1, 1) !important;
    visibility: visible;
    margin-left: 0px;
    min-width: 225px;
    background-color: #f9f9f9;
}

#simple_product_attributes .input-group-text {}

#simple_product_attributes .input-group .form-control#regular_price,
#simple_product_attributes .input-group #sale_price {
    padding-right: 45px;
}

#simple_product_attributes .input-group-text {
    position: relative;
    right: -7px;
    left: unset !important;
}

#simple_product_attributes .input-group .input-group-addon {
    position: absolute;
    left: unset !important;
    right: 0px !important;
}

.product-list li .product-rating-info .content_price {
    width: 50%;
    display: inline-block;
    float: none;
    text-align: center;
}

@media(max-width:767px) {
    #layered-filter-block .close-filter-products {
        width: 50px;
        line-height: 40px;
        display: block;
        /*  left: 0px;
        right: unset;*/
    }
    .sovyal-top-header .header-search-box {
        float: left !important;
    }
    /*.sovyal-new-header
    {
      float: right !important;
    }*/
    .sovyal-design-header .navbar-toggle {
        margin-right: 15px;
    }
}

.sovyal-design-header .top-header .nav-top-links,
.sovyal-design-header .top-header .user-info,
.sovyal-design-header .top-header .support-link {
    /* width: 100%; */
    float: right;
}

.sovyal-design-header .top-header img {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media(max-width: 768px) {
    .tm-footer-toparea .single-widget .social {
        /*    float: right!important;*/
        margin: 0px 0px 10px !important;
    }
    .tm-footer-toparea .widgets-footer .single-widget {
        /* margin-top: 50px; */
        padding: 0;
        padding: 0px 15px;
    }
}

.tm-footer-toparea .widget-info ul li i {
    position: absolute;
    right: 0;
    top: 0;
}

.tm-footer-toparea .widget-info ul li {
    position: relative;
    padding-right: 20px;
    padding-left: unset;
    font-size: 12px;
    padding-bottom: 10px;
}

.tm-footer-toparea .widget-newsletter-form #mc-submit {
    float: left;
    position: relative;
    right: 0px;
    bottom: 52px !important;
}

.tm-footer-toparea .widget-newsletter-form input[type=email] {
    text-align: right !important;
}

.tm-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    direction: rtl;
}

.tm-footer-toparea .widgets-footer {
    text-align: right;
}

.single-widget .social {
    float: right !important;
}

@media(min-width:767px) {
    .sovyal-products.sovyal-shop-products .product-list li .content_price {
        float: right !important;
    }
    .product-list.grid.sovyal-products.sovyal-shop-products .product-list.grid .product-name {
        text-align: right !important;
        padding-bottom: 2px !important;
    }
}

@media(max-width:767px) {
    .sovyal-design-header .header-search-box {
        width: 65%;
        padding-left: 15px;
        padding-right: 0px;
    }
    .product-list.grid.sovyal-products.sovyal-shop-products .product-list.grid .product-name {
        text-align: right !important;
    }
    .pro2 .parentofcurrency {
        text-align: right !important;
    }
}

.sovyal-design-header .group-button-header .btn-cart.sovyal-cart-header {
    float: right;
}

.sovyal-design-header .top-header .nav-top-links {
    float: right;
}

@media (max-width: 767px) {
    .tm-footer-toparea .widget-newsletter-form #mc-submit {
        right: -3px !important;
    }
    .sovyal-products.sovyal-realted-products .product-list li .price-percent-reduction2.discountBadge {
        left: 40%;
    }
}

@media (max-width: 768px) {
    .header.home.sovyal-design-header .social-header {
        display: block;
        float: left !important;
        padding: 0px 11px;
    }
}

@media(max-width:767px) {
    .sovyal-design-header .header-search-box .form-inline {
        margin-right: 0px;
        margin-left: 20px !important;
    }
    #user-info-top {
        float: left;
    }
    .verication_form .register-code i {
        position: absolute;
        right: 0%;
        left: unset !important;
    }
}

.register-code i {
    position: absolute;
    right: 60%;
    left: unset !important;
}

@media(min-width: 768px) {
    .sovyal-realted-products .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        direction: ltr;
    }
}

.sovyal-design-header #myInput {
    margin-top: 0px !important;
    text-align: right;
    width: 100%
}

.container-radio,
.country-radio {
    display: block;
    position: relative;
    cursor: pointer;
}

.sub-menu.currency li label {
    margin: 15px 0px !important;
}

.info-menu-left {
    position: relative;
}

.login-modal,
.register-modal,
.shopping-cart,
.forget-password-modal,
.register-code-modal {
    left: 0px;
    right: unset;
    transform: translateX(-100%);
}

.forget-password-modal.active {
    transform: translateX(0);
    margin: 0px 0px !important;
    transition: transform .4s ease-in-out;
}

.login-modal.active {
    transform: translateX(0);
    margin: 0px 0px !important;
    transition: transform .4s ease-in-out;
}

.register-modal.active {
    transform: translateX(0);
    transition: transform .4s ease-in-out;
}

.register-code-modal.active {
    transform: translateX(0);
    transition: transform .4s ease-in-out;
}

.shopping-cart.active {
    transform: translateX(0);
}

.btn-prodfile.show-hide-profile.ladda-button .ladda-spinner {
    left: 6px !important;
    right: unset !important;
}

@media(max-width:768px) {
    .btn-prodfile.show-hide-profile.ladda-button .ladda-spinner {
        left: 5px !important
    }
    .cart-wishlist .wishlist-icon {
        width: 5% !important;
        margin: 0px 0px 0px 35px;
    }
}


/*.btn-prodfile.show-hide-profile.ladda-button[data-style=expand-right] .ladda-progress {
display: none !important;
}*/

.pro2 .product-tab .nav-tabs>li {
    float: right;
}

.pro2 .product_info.pb-right-column .button-group2 {
    position: relative;
    left: 25px;
    right: unset;
}

.sovyal-products.sovyal-realted-products .product-list li .price-percent-reduction2.discountBadge {
    position: absolute;
    left: 0px;
    right: unset;
}

.styleformaster .single-widget .social {
    float: right !important;
}

#reviews #shop_sort+i.fa {
    float: left;
}

.show-hide-shopping span.notify-right {
    right: 10px;
}

.sovyal-products.sovyal-realted-products .product-list li .price-percent-reduction2.discountBadge {
    left: 0 !important;
    right: unset;
    width: 36px;
    height: 33px;
    padding: 7px 0px 5px 2px;
    border-radius: 50% !important;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width:767px) {
    .sovyal-products.sovyal-realted-products .product-list li .price-percent-reduction2.discountBadge {
        left: 0 !important;
        right: unset;
        width: 36px;
        height: 36px;
        padding: 7px 0px 5px 2px;
        border-radius: 50% !important;
        font-size: 13px;
        font-weight: 600;
    }
    .titel-catgory {
        font-size: 10px;
        font-weight: 600;
        font-family: 'din-next-lt-w23-regular';
        margin-top: 7px;
        color: black !important;
        margin-left: 8px;
        margin-right: 0;
    }
}

.form-code button {
    position: absolute;
    left: 0;
    top: 0;
    right: unset;
}

.section_checkout_container .container-radio .checkmark {
    position: absolute;
    top: 4px;
    right: -25px;
    left: unset;
}

.login-box-2 .form-control-feedback {
    position: absolute;
    right: auto;
    left: -15px;
    top: 5px;
}

@media(max-width: 991px) {
    .view-product-list .display-product-option {
        left: 90px !important;
        right: unset;
        margin-bottom: 10px !important;
    }
    .pro2 .discount {
        right: 0;
    }
    .collapse-btn:after {
        float: left;
    }
}

@media(max-width: 768px) {
    .fullsearch #myInput {
        text-align: right;
        left: 0px !important;
    }
    #product .product-tab button.btn.btn-primary.btn-lg.btn-block.collapse-btn {
        text-align: right;
    }
    /*#product .product-tab  button.btn.btn-primary.btn-lg.btn-block.collapse-btn:before 
{
    left: 0;
    right: unset;
}*/
    #product .product-tab button.btn.btn-primary.btn-lg.btn-block.collapse-btn i {
        position: absolute;
        left: 4px;
        right: unset;
    }
    .close-search {
        position: absolute;
        left: 15px;
        right: unset;
    }
    #menuToggle {
        right: 10px;
        left: unset;
    }
    .sidenav {
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Stay on top */
        top: 0;
        /* Stay at the top */
        left: unset;
        right: 0;
        height: 100%;
    }
    /* .body-menu-mobile ul li a:after {
    position: absolute;
    content: "\f104";
    top: 50%;
    left: 20px;
    right: unset;
} */
    .body-menu-mobile .head .toggle-submenu {
        position: absolute;
        left: 19px;
        right: unset;
    }
    .body-menu-mobile .head .toggle-submenu .fa-chevron-left:before {
        content: "\f053";
    }
    .body-menu-mobile .head .toggle-submenu {
        position: absolute;
        left: 19px;
        right: unset;
    }
}


/*.sovyal-products.sovyal-realted-products .owl-stage-outer .owl-stage 
{
    direction: rtl !important;
    float: right;
}*/

.view-product-list .display-product-option {
    position: absolute;
    /*    right: 140px;*/
}

@media(max-width: 991px) {
    .collapse-btn.collapsed:after {
        font-family: Fontawesome;
        content: '\f104';
        font-family: Fontawesome;
        color: #bdbdbd!important;
        font-size: 30px !important;
        font-weight: bold;
    }
}

a.resend-code {
    height: 48px;
    border-radius: 4px;
    border: 0.5px solid #000;
    color: #000;
    line-height: 46px;
    display: block;
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    /* cursor: pointer; */
    margin: 15px auto;
}

a.resend-code {
    opacity: 1 !important;
}

a.resend-code.disabled {
    opacity: 0.3 !important;
}

.resend-code:hover {
    color: #000 !important;
}

.resend-code:disabled {
    opacity: 0.3;
}

.order-cards .order-status-info.processing :after {
    content: "";
    width: 350px;
    position: absolute;
    top: 23px;
    z-index: 0;
    border-bottom: 6px solid blue;
    border-radius: 6px;
    right: 0;
    left: auto;
}

.order-salary {
    text-align: left;
}

.product-price-group2 .parentofcurrency {
    text-align: right !important;
}

button.btn.btn-primary.login-submit.ladda-button {
    border-radius: 6px!important;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #000;
    color: #fff!important;
    border-radius: 4px;
    font-size: 16px;
    /* width: 93%!important; */
    position: fixed;
    /* margin: 0 18px; */
}

button.btn.btn-primary.confirm.login-submit.ladda-button {
    width: 94%!important;
}

.wight-cart .total-in-cart .parentofcurrency {
    float: left !important;
}

#store-details .tab-pane select {
    float: left !important;
}

.pro2 .wishlist.ladda-button.disabled {
    pointer-events: visible;
    cursor: pointer;
}

#profile .text-right {
    text-align: right !important;
}

.section_checkout.cart-item-checkout .successmessage .btn.btn-success {
    float: none;
}

.tab-content.profile_editing #profile .text-right {
    text-align: right !important;
}

.order-details .card {
    border-right: 3px solid #ccc !important;
    border-left: unset !important;
}

.shipping-count:after {
    left: -5px;
    right: unset;
}

.dir_arabic {
    display: flex;
    flex-direction: row-reverse;
}

@media(max-width:768px) {
    .dir_arabic {
        display: flex;
        flex-direction: column-reverse;
    }
    .shipping-count:after {
        content: "";
        width: 90px !important;
        position: absolute;
        top: 7px !important;
        z-index: 2;
        border: 3px solid #e4cd83 !important;
        border-radius: 6px;
        right: 90px !important;
        height: 1px !important;
    }
}

@media(max-width:991px) {
    div#shop-items .product-list li .add-to-cart .ladda-button[data-style=expand-right] .ladda-spinner {
        right: -24px !important;
        left: unset !important;
    }
}

.cart-wishlist .add-to-cart {
    width: 75% !important;
    float: right;
}

.cart-wishlist .wishlist-icon {
    width: 20%;
    float: left;
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 30px !important;
}

@media(min-width:767px) {
    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .owl-carousel .owl-stage-outer,
    .owl-carousel {
        direction: rtl !important;
    }
    .pb-left-column.col-xs-12.col-sm-6.product_gallery.product-image div#gallery_01 ul.owl-carousel.product-images-slider.product-list.owl-theme.owl-loaded.owl-stage-outer {
        direction: ltr !important;
    }
}

.sovyal-products.sovyal-realted-products .owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
}

@media(max-width: 768px) {
    .owl-carousel .owl-stage-outer {
        direction: rtl !important;
    }
    .page-product-box.sovyal-products.sovyal-realted-products.product-realted-item .owl-carousel .owl-stage-outer {
        direction: ltr !important;
    }
    .static-data .owl-carousel .owl-stage-outer {
        overflow: visible !important;
        /* margin-right: -36px */
    }
    .homeslider .owl-carousel .owl-stage-outer {
        overflow: hidden !important;
        width: 100%;
        margin-right: 0;
    }
    .newslider .owl-carousel .owl-stage-outer {
        overflow: hidden !important;
        margin-right: 0 !important;
    }
}

.register-form-box .form-group.has-error .help-block {
    width: 100%;
    text-align: right;
    right: 10px;
}

#simple_product_attributes .input-group .input-group-addon {
    position: absolute;
    right: unset !important;
    left: 0px !important;
}

.seller-login .checkout-step p {
    font-size: 12px;
    position: absolute;
    top: 26px !important;
    width: 100px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #757575;
    position: relative;
    left: 40px;
    right: unset;
}

.cover_photo .form-group {
    float: right !important;
}

@media(min-width: 991px) {
    .stoe_settings_form .tab-pane .form-group {
        margin-bottom: 10px;
        width: 50%;
        float: right;
    }
}

@media(max-width: 768px) {
    .seller-login .checkout-step p {
        font-size: 10px;
        left: 18px;
    }
}

.store-orders .order-number-date .order-time {
    float: right;
}

.store-orders .order-number-date .form-button {
    width: 60%;
    float: left;
}

.form-button .form-button-div:last-child {
    margin: 0 0px;
}

.store-orders .order-number-date .order-time {
    float: right;
}

@media (max-width: 768px) {
    .store-orders .order-number-date .order-time {
        float: none;
        width: auto;
    }
    .store-orders .order-number-date .form-button {
        width: auto;
        float: none;
    }
}

.pro2 .product_info.pb-right-column .button-group2 {
    position: relative;
    left: 7px !important;
    right: unset;
}

@media (max-width: 768px) {
    .pro2 .product_info.pb-right-column .button-group2 {
        position: initial;
        display: contents;
    }
    button.btn-add-cart.btn-add-cart2.ladda-button {
        float: left;
        left: -11px;
        top: 5px;
    }
    #product .add-to-cart.out-stock button.attribute {
        float: left;
    }
    .card-wishlist-add a.wishlist.ladda-button {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    a.wishlist.ladda-button {
        float: left;
        top: 0 !important;
        height: 50px;
        right: 0px !important;
    }
}

@media (max-width: 900px) {
    a.wishlist.ladda-button {
        float: left;
        top: 5px;
        height: 50px;
        right: 28px;
    }
    ul.owl-carousel.product-images-slider.product-list.owl-theme.owl-loaded a {
        position: initial;
        width: 194px;
        height: 200px !important;
    }
}

.order-cards .order-status-info.shipped :after {
    content: "";
    width: 100%;
    position: absolute;
    top: 23px;
    z-index: 0;
    border-bottom: 6px solid #8e44ad;
    border-radius: 6px;
    right: 0;
}

.back-ground-prescription {
    direction: rtl;
}

@media (max-width: 1100px) {
    a.wishlist.ladda-button.active {
        float: left;
        top: 2px;
        height: 50px;
        right: 15px;
        padding-top: 3px;
    }
}

.new-password-modal {
    left: 0px;
    right: unset;
    transform: translateX(-100%);
}

.forget-code-modal {
    left: 0px;
    right: unset;
    transform: translateX(-100%);
}

.pro2 .product_info.pb-right-column .button-group2 {
    position: relative;
    bottom: 4px;
    left: 32px;
    float: right;
}

.back-nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #efefef;
    bottom: 0;
    right: 0px;
}

.back-nav-bar::after {
    position: absolute;
    content: "\f104";
    top: 50%;
    left: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    transform: translateY(-50%);
    right: unset;
}

.form-group.has-error .help-block {
    text-align: right;
}

@media(max-width:900px) {
    .card-wishlist-add a.wishlist.ladda-button {
        margin-left: 29px;
    }
}

.custom-control .custom-control-label {
    margin: 0;
    padding-left: 8px;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: none;
    padding-right: 21px !important;
}

@media(max-width:787px) {
    .card-wishlist-add .add-to-cart2 {
        width: 100%;
    }
    .body-menu-mobile .vertical-menu-list.child_islam li::after {
        position: absolute;
        content: "\f104";
        top: 50%;
        left: 20px;
        font: normal normal normal 14px/1 FontAwesome;
        font-weight: 900;
        transform: translateY(-50%);
        right: unset;
    }
}

@media(max-width:500px) {
    .card-wishlist-add a.wishlist.ladda-button {
        margin-left: 0;
    }
}

.payment-box.payments .custom-control .custom-control-label {
    font-size: 16px !important;
}


/* .sovyal-new-header img {
    margin-top: 8px;
    margin-left: 10px;
} */


/* .cd-products-wrapper.columns-comptation {
    direction: ltr;
}

.cd-table-navigation a.prev {
    right: auto;
    left: 210px;
}

@media(max-width:787px) {
    .cd-table-navigation a.prev {
        right: auto;
        left: 121px;
    }
} */

.comptation {
    width: max-content !important;
}

.cd-products-table .features {
    /* fixed left column - product properties list */
    position: absolute;
    z-index: 999;
    top: 0%;
    right: 0 !important;
    width: auto;
    border-style: solid;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fafafa;
    opacity: .95;
    left: auto !important;
}

.title1::before {
    content: "\f104";
    line-height: 36px;
    font-family: 'FontAwesome';
    font-size: 15px !important;
    float: left !important;
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
    /* fixed left column - items */
    font-size: 1.2rem;
    font-weight: bold;
    /* set line-height value equal to font-size of text inside product cells */
    line-height: 14px;
    padding: 29px 10px;
    text-align: right !important;
}

.cd-products-columns .product {
    position: relative;
    float: right !important;
    /* width: 150px; */
    text-align: center;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.columns-comptation {
    direction: rtl !important;
}

.cd-table-navigation a.prev {
    left: 7px !important;
}

.sovyal-products .product-name a {
    text-align: right;
    height: 43px;
    overflow: hidden;
}

a.scroll_top {
    display: none;
}

.respons_blog {
    text-align: left;
}

.home a.scroll_top {
    display: block;
}

.wight-cart .title {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.51;
    color: #000;
    text-align: right;
}

#collapseds {
    display: inline-block;
    width: 93%;
    text-align: right;
}

#accordionExample .parentofcurrency {
    text-align: right !important;
}

.prescription-name {
    text-align: right;
}

.text-aling-left {
    text-align: right;
    display: flex;
}

.name-data-prescription {
    direction: rtl;
}

.name-data-prescription .row {
    direction: rtl;
}

.data-line.two {
    text-align: right;
}

.name-line {
    text-align: left;
}

p.name-line.last {
    text-align: right;
    font-weight: 600;
}

.back-ground-prescription h4 {
    text-align: right;
}

.back-ground-prescription h4 {
    font-weight: 600;
}

.text-line {
    text-align: left !important;
}


/* .name-data-prescription .col-lg-7.col-xs-9 {
    float: left;
} */

.name-data-prescription .col-lg-6.col-xs-12 {
    float: left;
    text-align: left;
}

@media(max-width:787px) {
    .respons_blog span:first-child {
        margin-left: 5px;
        margin-right: 0;
    }
    h3#full_name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
        direction: ltr;
    }
    .cd-table-navigation a.prev {
        left: 0 !important;
    }
    .cd-products-columns {
        margin-right: 93px;
    }
    .cd-products-columns {
        margin-left: 0;
    }
    .fexd_singlie_proudact {
        align-items: flex-start;
    }
    .partial-whichlist {
        margin-top: 0;
    }
    .fexd_singlie_proudact {
        position: fixed;
        bottom: 8%;
        z-index: 4;
        background: #fcfcfc;
        width: 100%;
        left: 0;
    }
    .along_items .parentofcurrency,
    .product-list li .product-name {
        text-align: left !important;
        margin: 0 !important;
    }
    .along_items .space-between .parentofcurrency {
        text-align: center !important;
    }
    .product-res .ladda-button[data-style=expand-right] .ladda-spinner {
        right: -22px !important;
    }
    .order_data_detials .parentofcurrency {
        text-align: left !important;
        margin: 0 !important;
    }
    .data-blog-detils h2 {
        line-height: 28px;
    }
    .payment-process .payment-box label.container-radio {
        padding: 0px 0;
    }
    .order-cards .order-status-info.processing :after {
        content: "";
        width: 100%;
    }
    button.btn.btn-primary.confirm.login-submit.ladda-button {
        width: 100%!important;
        margin: 0;
        position: inherit;
    }
}
/* #payment-form .sw-theme-arrows>ul.step-anchor>li.active>a {
    border-color: #3385fe !important;
    
    background: #3385fe !important;
  }
  
  #payment-form .sw-theme-arrows>ul.step-anchor>li>a:before {
  border-left: unset !important; 
  }
  
  #payment-form .sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-left: 30px solid #3385fe !important;
    border-right: unset !important;
  }
  
.shopping-cart-footer .btn-outline-secondary {
 
    background-color: #3385fe !important;
   
  }
  .shopping-cart-footer .btn-outline-secondary:hover {
   
    background-color: #3385fe !important;
 
  }
  .cart-item-checkout.sw-theme-arrows>ul.step-anchor>li.active>a {
    border-color: #3385fe !important;
    
    background: #3385fe !important;
  }
  .cart-item-checkout.sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-left: 30px solid #3385fe !important;
 
  } */