/* Minification failed. Returning unminified contents.
(431,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2620,63): run-time error CSS1046: Expect comma, found '255'
(2620,71): run-time error CSS1046: Expect comma, found '/'
(2620,85): run-time error CSS1046: Expect comma, found '0'
(2620,89): run-time error CSS1046: Expect comma, found '/'
(2634,63): run-time error CSS1046: Expect comma, found '255'
(2634,71): run-time error CSS1046: Expect comma, found '/'
(2634,85): run-time error CSS1046: Expect comma, found '0'
(2634,89): run-time error CSS1046: Expect comma, found '/'
 */
div.validation-summary-errors {
    margin: 1rem 0;
    color: #f4484a;
    font-size: .85rem;
}

    div.validation-summary-valid ul,
    div.validation-summary-errors ul {
        margin-bottom: 0;
    }

div.mi-validation-summary-valid-container-with-padding-y div.validation-summary-valid {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.form-control.input-validation-error {
    border-color: #dc3545;
}

    .form-control.input-validation-error:focus {
        box-shadow: 0 0 0 0.2rem rgba(244, 72, 74, 0.5);
        border-color: #dc3545;
    }

div.mi-dropdown-wrapper {
    position: relative;
}

    div.mi-dropdown-wrapper::after {
        font-family: 'fontawesome';
        content: "\f078";
        position: absolute;
        left: 5px;
        top: 13px;
        font-size: 11px;
        opacity: 0.8;
    }

        div.mi-dropdown-wrapper::after select.form-control {
        }

p {
    margin-bottom: 0;
}

.btn {
}

.btn-primary {
    background-color: #fe585a;
    border-color: #fe585a;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #f4484a;
        border-color: #f4484a;
    }

        .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(244, 72, 74, 0.5);
        }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    cursor: not-allowed;
    pointer-events: all;
}

.row.m-row-form {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

    .row.m-row-form .col-xs-1, .row.m-row-form .col-sm-1, .row.m-row-form .col-md-1, .row.m-row-form .col-lg-1, .row.m-row-form .col-xs-2, .row.m-row-form .col-sm-2, .row.m-row-form .col-md-2, .row.m-row-form .col-lg-2, .row.m-row-form .col-xs-3, .row.m-row-form .col-sm-3, .row.m-row-form .col-md-3, .row.m-row-form .col-lg-3, .row.m-row-form .col-xs-4, .row.m-row-form .col-sm-4, .row.m-row-form .col-md-4, .row.m-row-form .col-lg-4, .row.m-row-form .col-xs-5, .row.m-row-form .col-sm-5, .row.m-row-form .col-md-5, .row.m-row-form .col-lg-5, .row.m-row-form .col-xs-6, .row.m-row-form .col-sm-6, .row.m-row-form .col-md-6, .row.m-row-form .col-lg-6, .row.m-row-form .col-xs-7, .row.m-row-form .col-sm-7, .row.m-row-form .col-md-7, .row.m-row-form .col-lg-7, .row.m-row-form .col-xs-8, .row.m-row-form .col-sm-8, .row.m-row-form .col-md-8, .row.m-row-form .col-lg-8, .row.m-row-form .col-xs-9, .row.m-row-form .col-sm-9, .row.m-row-form .col-md-9, .row.m-row-form .col-lg-9, .row.m-row-form .col-xs-10, .row.m-row-form .col-sm-10, .row.m-row-form .col-md-10, .row.m-row-form .col-lg-10, .row.m-row-form .col-xs-11, .row.m-row-form .col-sm-11, .row.m-row-form .col-md-11, .row.m-row-form .col-lg-11, .row.m-row-form .col-xs-12, .row.m-row-form .col-sm-12, .row.m-row-form .col-md-12, .row.m-row-form .col-lg-12 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

.form-control {
    background-color: #fff;
    border: 1px solid #E4E4E4;
}

    .form-control:focus {
        box-shadow: 0 0 0 0.2rem #999c9f;
        border-color: #E4E4E4;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #dcdee0;
    }

    .form-control.disabled {
        background-color: #dcdee0;
    }

input.form-control[type=file] {
    padding: 3px 12px;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b6b6b6;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6;
    opacity: 1;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b6b6b6;
    opacity: 1;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b6b6b6;
}

input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #b6b6b6;
}

input.form-control::placeholder,
textarea.form-control::placeholder { /* Most modern browsers support this now. */
    color: #b6b6b6;
}

.modal-header {
    padding: 35px 45px 0 35px;
}

    .modal-header h4 {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        color: #282826;
        padding-bottom: 10px;
    }

    .modal-header button {
        line-height: 42px;
    }

.modal .close {
    color: #7b7ba1;
    line-height: 42px;
    margin-top: 0;
    padding: 0 15px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    border: none;
    background: unset;
    font-size: 20px;
    font-weight: bold;
}

    .modal .close:focus {
        outline: none;
    }

.modal {
    padding-right: 0 !important;
}

.modal-footer {
    padding: 9px 35px 27px 35px;
    justify-content: flex-start;
}

    .modal-footer > * {
        margin: 0;
    }

    .modal-footer button {
        padding: 7px 20px;
        font-size: 14px;
        color: #fff;
        background-color: #282826;
        border: none;
    }

        .modal-footer button:focus {
            box-shadow: 0 0 0 0.2rem #9ea0a3;
        }

.modal .modal-footer button:hover, .modal .modal-footer button:active, .modal .modal-footer button:focus, .modal .modal-footer button:focus:active, .modal .modal-footer button:active:hover, .modal .modal-footer button:active:focus:hover {
    color: #fff;
    opacity: .85;
    border: none;
}

@media screen and (max-width: 767px) {
    .modal-content {
        margin: 0 20px;
    }
}

.modal.mi-modal-colorful {
    border-color: rgba(0,0,0,.1);
    color: #000;
}

    .modal.mi-modal-colorful .modal-header {
        border: none;
    }

    .modal.mi-modal-colorful .modal-footer {
        border: none;
    }

.modal .modal-body {
    /*color: #9d9d9d;*/
    color: #818181;
    padding: 10px 35px 35px 35px;
}

.modal.mi-modal-without-extra-bottom-padding .modal-body {
    padding-bottom: 15px;
}

.modal.mi-modal-none-bottom-padding .modal-body {
    padding-bottom: 0;
}

.modal.mi-modal-with-top-form .modal-body {
    padding-top: 0;
}

    .modal.mi-modal-with-top-form .modal-body .mi-modal-form {
        margin-bottom: 15px;
        background-color: #f5f5f5;
    }

        .modal.mi-modal-with-top-form .modal-body .mi-modal-form div.validation-summary-errors {
            margin-top: 15px;
            margin-bottom: 10px;
        }

.modal .modal-content {
    background-color: #f5f5f5;
    border: none;
    border-radius: unset;
}

    .modal .modal-content::before {
        content: ' ';
        border-color: transparent #282826 transparent transparent;
        border-style: solid;
        border-width: 0 75px 75px 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.modal.mi-modal-warning .modal-footer button {
    background-color: #f0ad4e;
}

    .modal.mi-modal-warning .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #f8d56c;
    }

.modal.mi-modal-warning .modal-content::before {
    border-color: transparent #f0ad4e transparent transparent;
}

.modal.mi-modal-success .modal-footer button {
    background-color: #1aa179;
}

    .modal.mi-modal-success .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem rgba(26, 161, 121, 0.5);
    }

.modal.mi-modal-success .modal-content::before {
    border-color: transparent #1aa179 transparent transparent;
}

.modal.mi-modal-info .modal-footer button {
    background-color: #26b5c7;
}

    .modal.mi-modal-info .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #8bd0db;
    }

.modal.mi-modal-info .modal-content::before {
    border-color: transparent #26b5c7 transparent transparent;
}

.modal.mi-modal-danger .modal-footer button {
    background-color: #d9534f;
}

    .modal.mi-modal-danger .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #ed9aa2;
    }

.modal.mi-modal-danger .modal-content::before {
    border-color: transparent #d9534f transparent transparent;
}

.modal .modal-footer button.mi-modal-btn-secondary {
    background-color: #878f95;
}

    .modal .modal-footer button.mi-modal-btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

.modal-content {
    width: inherit;
    min-width: 500px;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.mi-padding-bottom-modal {
    padding-bottom: 50px;
}

.mi-ltr-content-modal {
    direction: ltr;
    text-align: left;
    display: block;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 0.5;
}

.pagination {
    margin-top: 0;
    margin-bottom: 13px;
}

.table th {
    text-align: inherit;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #26b5c7;
    border-color: #22a3b3;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #26b5c7;
}

.pagination > li > a, .pagination > li > span {
    color: #058fa5;
}

.table-responsive .table {
    max-width: none;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

    .table-responsive > .table {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .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;
        }

        .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;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --bs-offcanvas-width: 220px;
}

.offcanvas-title {
    font-size: 1.1rem;
}

.offcanvas.text-bg-dark {
    background-color: #fe585a !important;
}

    .offcanvas.text-bg-dark a {
        color: #ffefef !important;
    }

        .offcanvas.text-bg-dark a:hover, .offcanvas.text-bg-dark li.active a:hover, .offcanvas.text-bg-dark .open > a.dropdown-toggle:hover {
            color: #f4484a !important;
            border-color: #ffeeee !important;
        }

    .offcanvas.text-bg-dark nav#sidebar {
        font-weight: normal;
    }

.toast-container > :not(:last-child) {
    margin-bottom: 1rem;
}

.toast {
    border: none;
    padding: 12px 20px 12px 0;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
}

    .toast .toast-header {
        border: none;
        background-color: unset;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 16px;
    }

    .toast .toast-body {
        padding-bottom: 0;
    }

    .toast::before {
        content: ' ';
        width: 7px;
        height: calc(100% - 16px);
        background-color: #6c757d;
        border-radius: 99px;
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .toast.mi-toast-warning::before {
        background-color: #f0ad4e;
    }

    .toast.mi-toast-warning .toast-header strong {
        color: #f0ad4e;
    }

    .toast.mi-toast-success::before {
        background-color: #1aa179;
    }

    .toast.mi-toast-success .toast-header strong {
        color: #1aa179;
    }

    .toast.mi-toast-info::before {
        background-color: #26b5c7;
    }

    .toast.mi-toast-info .toast-header strong {
        color: #26b5c7;
    }

    .toast.mi-toast-danger::before {
        background-color: #d9534f;
    }

    .toast.mi-toast-danger .toast-header strong {
        color: #d9534f;
    }

.form-check-input:checked {
    background-color: #fe585a;
    border-color: #fe585a;
}

.form-check-input:focus {
    border-color: rgba(244, 72, 74, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 72, 74, 0.5);
}



































/* sm and up (576px and up) */
@media (min-width: 576px) {
}

/* md and up (768px and up) */
@media (min-width: 768px) {
}

/* lg and up (992px and up) */
@media (min-width: 992px) {
}

/* xl and up (1200px and up) */
@media (min-width: 1200px) {
}

/* xl and down */
@media (max-width: 1399.98px) {
}

/* lg and down */
@media (max-width: 1199.98px) {
}

/* md and down */
@media (max-width: 991.98px) {
}

/* sm and down */
@media (max-width: 767.98px) {
}

/* xs (0 to 575.98px) */
@media (max-width: 575.98px) {
    .modal-content {
        min-width: unset;
        width: 100%;
    }
}

/* sm (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* md (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* lg (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* xl (1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* xxl (1400px to up) */
@media (min-width: 1400px) {
    /* disable xxl from bootstrap 5 */
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

/* CUSTOM (0 to 360px) */
@media (max-width: 360px) {
}

/*######################### <LOADING>  ########################*/
div#Loading {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: table;
    color: #000;
}

    div#Loading > div {
        display: table-cell;
        vertical-align: middle;
    }

        div#Loading > div > div {
            margin-left: auto;
            margin-right: auto;
            width: 83px;
        }

    div#Loading .loader,
    div#Loading .loader:before,
    div#Loading .loader:after {
        background: #ffffff;
        -webkit-animation: load1 1s infinite ease-in-out;
        animation: load1 1s infinite ease-in-out;
        width: 1em;
        height: 4em;
    }

    div#Loading .loader {
        color: #ffffff;
        text-indent: -9999em;
        margin: 88px auto;
        position: relative;
        font-size: 11px;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

        div#Loading .loader:before,
        div#Loading .loader:after {
            position: absolute;
            top: 0;
            content: '';
        }

        div#Loading .loader:before {
            left: -1.5em;
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        div#Loading .loader:after {
            left: 1.5em;
        }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/*######################### </LOADING> ########################*/
/*
    orange: #fe585a
    orange darker: #f4484a
    navyblue: #002a3a
    shadow for #fff box: box-shadow: 0 10px 30px rgba(50, 50, 93, .12);
*/

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir.woff2') format('woff2'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

/*@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular.woff2') format('woff2'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype');
}*/

html {
    height: 100%;
    font-size: 16px;
}

body {
    font-family: 'Vazir', Tahoma, Geneva, sans-serif;
    font: 16px 'Vazir';
    color: #32325D;
    background-color: #f1f3f5;
    direction: rtl;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

    body > main {
        flex: 1 0 auto;
    }

        body > main > header {
            height: 175px;
            border-top: 5px solid #fe585a;
            padding-top: 50px;
            padding-bottom: 50px;
            line-height: 70px;
        }

            body > main > header .mi-header-right-menu {
                float: right;
            }

                body > main > header .mi-header-right-menu img {
                    height: 70px;
                }

            body > main > header .mi-header-left-menu {
                float: left;
            }

                body > main > header .mi-header-left-menu span.mi-header-link-separator {
                    display: inline-block;
                    margin: 0 13px;
                    height: 13px;
                    width: 1px;
                    background: #a0a0b1;
                    position: relative;
                    top: 3px;
                }

                body > main > header .mi-header-left-menu a i {
                    position: relative;
                    top: 2px;
                }

                body > main > header .mi-header-left-menu a.mi-header-btn {
                    display: inline-block;
                    background-color: #dfe2e9;
                    line-height: 37px;
                    padding: 4px 18px;
                    border-radius: 99px;
                    transition: background-color ease .4s;
                    position: relative;
                }

                    body > main > header .mi-header-left-menu a.mi-header-btn:hover,
                    body > main > header .mi-header-left-menu a.mi-header-btn:focus {
                        color: #32325D;
                        background-color: #cfd3dc;
                        transition: background-color ease .4s;
                    }

                    body > main > header .mi-header-left-menu a.mi-header-btn i.fa {
                    }

                    body > main > header .mi-header-left-menu a.mi-header-btn span {
                        margin-right: 10px;
                    }

                    body > main > header .mi-header-left-menu a.mi-header-btn[data-mi-cart-count]:not([data-mi-cart-count="0"])::after {
                        content: attr(data-mi-cart-count);
                        position: absolute;
                        left: -5px;
                        top: -2px;
                        background-color: #fe585a;
                        color: #fff;
                        border-radius: 99px;
                        font-size: 0.8rem;
                        padding: 2px 6px 0 6px;
                        line-height: 20px;
                        min-width: 20px;
                        text-align: center;
                    }

nav#sidebar {
    font-size: 13px;
    font-weight: bold;
}

    nav#sidebar > ul.nav {
        display: block;
    }

    nav#sidebar > ul > li {
        line-height: 43px;
    }

    nav#sidebar a {
        color: #32325d;
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }

        nav#sidebar a:focus {
            background-color: unset;
            outline: 1px dotted;
            outline-offset: -2px;
        }

        nav#sidebar a:hover, nav#sidebar li.active a:hover, nav#sidebar li > a.dropdown-toggle.show:hover {
            color: #f4484a;
            border-right: 3px solid #f4484a;
            padding-right: 12px;
            background-color: #ffeeee;
        }

        nav#sidebar a[data-mi-cart-count]:not([data-mi-cart-count="0"])::after {
            content: attr(data-mi-cart-count);
            background-color: #ffeeee;
            color: #f4484a;
            border-radius: 99px;
            padding: 2px 5px 0 5px;
            line-height: 18px;
            min-width: 18px;
            text-align: center;
            display: inline-block;
            margin-right: 8px;
            transition: background-color ease .4s;
        }

        nav#sidebar a:hover[data-mi-cart-count]:not([data-mi-cart-count="0"])::after,
        nav#sidebar li.active a:hover[data-mi-cart-count]:not([data-mi-cart-count="0"])::after,
        nav#sidebar li > a.dropdown-toggle.show:hover[data-mi-cart-count]:not([data-mi-cart-count="0"])::after {
            color: #fff;
            background-color: #f4484a;
            transition: background-color ease .4s;
        }

    nav#sidebar li > ul.show a:hover {
        border-right: none;
    }

    nav#sidebar li.active a {
        color: #f4484a;
        background-color: #fff;
    }

    nav#sidebar li > ul.show a {
        color: #444;
        background-color: #fff;
    }

        nav#sidebar li > ul.show a:hover {
            color: #f4484a;
            padding-right: 60px;
            background-color: #fff;
        }

    nav#sidebar li > ul.show li.active a {
        color: #f4484a;
        background-color: #ffeeee;
    }

        nav#sidebar li > ul.show li.active a:hover {
            background-color: #ffeeee;
        }

    nav#sidebar i.fa {
        padding-left: 32px;
    }

        nav#sidebar i.fa.fa-angle-left {
            margin-top: 13px;
            padding-left: 0;
        }

    nav#sidebar li > a.dropdown-toggle::after {
        display: none;
    }

    nav#sidebar li > a.dropdown-toggle.show {
        background-color: #fff;
        color: #f4484a;
    }

    nav#sidebar li > .dropdown-menu.show {
        position: relative !important;
        transform: none !important;
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1029;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: unset;
        -webkit-border-radius: unset;
        border-radius: unset;
        border: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px !important;
    }

    nav#sidebar li > a.dropdown-toggle.show i.fa.pull-left {
        transform: rotate(-90deg);
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all;
    }

    nav#sidebar li > .dropdown-menu.show a {
        padding: 5px 60px 5px 0;
    }

body#simple {
    background: url(../Images/bg.png) repeat;
    padding-top: 100px;
}

    body#simple div#simple_content {
        margin-bottom: 100px;
        background-color: #f1f3f5;
        border-radius: 6px;
        border: 9px solid #fff;
        box-shadow: rgba(0, 0, 0, .25) 0 0 20px 0px;
        padding-top: 80px !important;
        position: relative;
    }

        body#simple div#simple_content::before {
            content: '';
            background: url(../Images/logo-128.png);
            background-size: contain;
            width: 128px;
            height: 128px;
            display: block;
            position: absolute;
            top: -70px;
            right: calc(50% - 64px);
        }

a {
    color: #f4484a;
    transition: color ease .4s;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #32325D;
        transition: color ease .4s;
        text-decoration: none;
        outline: none;
    }

    a.mi-a-color-second,
    .mi-a-color-second a {
        color: #32325D;
    }

        a.mi-a-color-second:hover,
        a.mi-a-color-second:focus,
        .mi-a-color-second a:hover,
        .mi-a-color-second a:focus {
            color: #f4484a;
        }

    a[onclick] {
        cursor: pointer;
    }

hr {
    clear: both;
    border: none;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background-image: -webkit-linear-gradient(to right,rgba(0,0,0,.02) 0,rgba(155,155,155,1) 50%,rgba(0,0,0,.02) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.02) 0,rgba(155,155,155,1) 50%,rgba(0,0,0,.02) 100%);
}

    hr.mi-hr-simple {
        background-image: none;
        background-color: #cbccd6;
    }

i.rq {
    font: .85rem tahoma;
    color: #f00;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

a.mi-form-label-help-link {
    color: #4674a3;
    font-size: 13px;
}

    a.mi-form-label-help-link:focus {
        outline: 1px dotted;
        outline-offset: 2px;
        border-radius: 6px;
    }

a.mi-nothing-for-a-onclick {
    /* لینکی که "اچ رف" و "کلاس" نداشته باشه و فقط "آن کلیک" داشته باشه بخاطر باگ بوت استرپ فاقد استایل لینک میشه. باید یه "کلاس" الکی بهش بدیم که فقط باگ بوت استرپ از بین بره */
}

.ltr {
    direction: ltr;
    text-align: left;
}

.btn i.fa {
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.mi-dir-ltr {
    direction: ltr;
}

.mi-color-gray {
    color: #7b7ba1;
}

.mi-color-link {
    color: #f4484a;
}

.mi-color-bidad-logo {
    color: #fe585a;
}

.mi-color-green {
    color: #2bb741;
}

.mi-mb-100px {
    margin-bottom: 100px;
}

.mi-mb-none {
    margin-bottom: 0;
}

.mi-mb-30px-important {
    margin-bottom: 30px !important;
}

.mi-my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mi-min-height-1px {
    min-height: 1px;
}

.mi-font-size-13px {
    font-size: 13px;
}

.mi-font-size-12px {
    font-size: 12px;
}

.mi-padding-right-18px {
    padding-right: 18px;
}

.mi-text-align-left {
    text-align: left;
}

.mi-border-bottom-1px {
    border-bottom: 1px solid #cbccd6;
}

.mi-before-none-important::before {
    content: none !important;
}

.mi-after-none-important::after {
    content: none !important;
}

.mi-cursor-pointer {
    cursor: pointer;
}

.mi-white-space-pre-line {
    white-space: pre-line;
}

option:nth-child(even) {
    background-color: #f9f9f9;
}

option.m-option-sub-item::before {
    content: " ";
    width: 6px;
    height: 6px;
    float: right;
    border-color: #888;
    border-style: solid;
    border-width: 3px;
    margin: 10px 3px 0px 8px;
    position: relative;
}

.carousel {
    direction: ltr;
}

.carousel-control-next,
.carousel-control-prev {
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translate(0, -50%);
}

.carousel-inner {
    border-radius: 6px;
}

div.mi-carousel-home {
}

div.mi-carousel-product {
}

    div.mi-carousel-product .carousel-indicators {
        margin-bottom: 15px;
    }

        div.mi-carousel-product .carousel-indicators button {
            border: none;
            margin-left: 2px;
            margin-right: 2px;
            border-radius: 99px;
            width: 6px;
            height: 6px;
        }

    div.mi-carousel-product img,
    div.mi-carousel-product.mi-carousel-product-square img {
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    div.mi-carousel-product.mi-carousel-product-threetofour img {
        aspect-ratio: 3 / 4;
    }

    div.mi-carousel-product div.mi-carousel-product-video-wrapper video,
    div.mi-carousel-product.mi-carousel-product-square div.mi-carousel-product-video-wrapper video {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        display: block;
        position: relative;
        cursor: pointer;
    }

    div.mi-carousel-product.mi-carousel-product-threetofour div.mi-carousel-product-video-wrapper video {
        aspect-ratio: 3 / 4;
    }

    div.mi-carousel-product div.mi-carousel-product-video-wrapper i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        cursor: pointer;
        font-size: 90px;
        opacity: 0.85;
    }

div.mi-panel-title {
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 34px;
    text-align: center;
}

    div.mi-panel-title h3 {
        position: relative;
        display: inline-block;
        font-weight: bold;
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 0;
    }

        div.mi-panel-title h3:before,
        div.mi-panel-title h3:after {
            content: '';
            background-color: #6B7C93;
            height: 1px;
            width: 80px;
            margin-top: 18px;
        }

        div.mi-panel-title h3:before {
            float: left;
            margin-right: 12px;
        }

        div.mi-panel-title h3:after {
            float: right;
            margin-left: 12px;
        }

        div.mi-panel-title h3 i.mi-panel-title-icon {
        }

            div.mi-panel-title h3 i.mi-panel-title-icon:before {
                content: '';
                background: url(../Images/logo-bw-306.png) no-repeat center center;
                background-size: cover;
                width: 80px;
                height: 80px;
                position: absolute;
                top: -23px;
                right: 50px;
                opacity: 0.1;
            }

    div.mi-panel-title.mi-panel-title-without-icon h3 i.mi-panel-title-icon:before {
        content: unset;
        background: none;
    }

div.mi-panel-products-list {
    margin-bottom: -30px;
}

    div.mi-panel-products-list div.mi-panel-products-list-item {
        margin-bottom: 24px;
    }

        div.mi-panel-products-list div.mi-panel-products-list-item > a,
        div.mi-panel-products-list div.mi-panel-products-list-item > div {
            position: relative;
            display: block;
            color: #fff;
            height: 100%;
            aspect-ratio: 1 / 1;
        }

            div.mi-panel-products-list div.mi-panel-products-list-item > a:hover h5,
            div.mi-panel-products-list div.mi-panel-products-list-item > a:focus h5,
            div.mi-panel-products-list div.mi-panel-products-list-item > div:hover h5,
            div.mi-panel-products-list div.mi-panel-products-list-item > div:focus h5 {
                transform: scale(1.05);
                transition: transform ease .4s;
            }

        div.mi-panel-products-list div.mi-panel-products-list-item img {
            border-radius: 6px;
            height: 100%;
            width: 100%;
        }

        div.mi-panel-products-list div.mi-panel-products-list-item section {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 25%);
            border-radius: 6px;
        }

            div.mi-panel-products-list div.mi-panel-products-list-item section h5 {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 12px;
                bottom: 0;
                position: absolute;
                right: 15px;
                padding-left: 5px;
                transform: scale(1);
                transition: transform ease .4s;
            }

        div.mi-panel-products-list div.mi-panel-products-list-item.mi-panel-products-list-item-comming-soon section {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%);
        }

div.mi-panel-ordering-method {
    margin-top: 100px;
    margin-bottom: 100px;
}

    div.mi-panel-ordering-method div.mi-panel-ordering-method-right {
        content: '';
        height: 250px;
        background: url('../Images/whatsapp-telegram-bidad.png') no-repeat center center;
        background-size: contain;
    }

    div.mi-panel-ordering-method div.mi-panel-ordering-method-left {
        text-align: center;
    }

        div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3 {
            font-weight: bold;
            font-size: 35px;
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
            font-weight: bold;
            line-height: 34px;
        }

            div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3:before,
            div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3:after {
                content: '';
                background-color: #6B7C93;
                height: 1px;
                width: 80px;
                margin-top: 18px;
            }

            div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3:before {
                float: left;
                margin-right: 12px;
            }

            div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3:after {
                float: right;
                margin-left: 12px;
            }

        div.mi-panel-ordering-method div.mi-panel-ordering-method-left p {
        }

            div.mi-panel-ordering-method div.mi-panel-ordering-method-left p em {
                font-size: 20px;
                font-style: normal;
                font-weight: bold;
            }

        div.mi-panel-ordering-method div.mi-panel-ordering-method-left a.mi-panel-ordering-method-btn {
            display: inline-block;
            font-size: 19px;
            color: #fff;
            margin-left: 10px;
            line-height: 35px;
            padding: 6px 18px;
            border-radius: 99px;
            transition: opacity ease .4s;
        }

            div.mi-panel-ordering-method div.mi-panel-ordering-method-left a.mi-panel-ordering-method-btn:hover,
            div.mi-panel-ordering-method div.mi-panel-ordering-method-left a.mi-panel-ordering-method-btn:focus {
                opacity: .8;
                transition: opacity ease .4s;
            }

            div.mi-panel-ordering-method div.mi-panel-ordering-method-left a.mi-panel-ordering-method-btn i.fa {
                margin-left: 10px;
            }

        div.mi-panel-ordering-method div.mi-panel-ordering-method-left a.mi-panel-ordering-method-btn-whatsapp {
            background-color: #2BB741;
        }

        div.mi-panel-ordering-method div.mi-panel-ordering-method-left a.mi-panel-ordering-method-btn-telegram {
            background-color: #229ED9;
        }

    div.mi-panel-ordering-method.mi-panel-ordering-method-sm {
    }

    div.mi-panel-ordering-method.mi-panel-ordering-method-sm {
        margin-top: 50px;
        margin-bottom: 50px;
    }

        div.mi-panel-ordering-method.mi-panel-ordering-method-sm div.mi-panel-ordering-method-right {
            height: 100px;
            margin-bottom: 40px;
        }

        div.mi-panel-ordering-method.mi-panel-ordering-method-sm div.mi-panel-ordering-method-left p b {
            font-size: 18px;
        }

        div.mi-panel-ordering-method.mi-panel-ordering-method-sm div.mi-panel-ordering-method-left h3 {
            font-size: 23px;
        }

            div.mi-panel-ordering-method.mi-panel-ordering-method-sm div.mi-panel-ordering-method-left h3:before,
            div.mi-panel-ordering-method.mi-panel-ordering-method-sm div.mi-panel-ordering-method-left h3:after {
                width: 60px;
            }

/* غیر از دانلود جای دیگه هم استفاده کردم ازش. مثل جایی که میگیم: محصول مورد نظر از سایت حذف شده */
div.mi-panel-download {
    margin-top: 100px;
    margin-bottom: 100px;
}

    div.mi-panel-download div.mi-panel-download-right {
        content: '';
        height: 245px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

        div.mi-panel-download div.mi-panel-download-right.mi-panel-download-right-android {
            background-image: url('../Images/android.png');
        }

        div.mi-panel-download div.mi-panel-download-right.mi-panel-download-right-icon {
            background-image: none;
            font-size: 40px;
        }

            div.mi-panel-download div.mi-panel-download-right.mi-panel-download-right-icon .fa {
                text-shadow: 0 10px 20px rgba(0,0,0,.30);
            }

    div.mi-panel-download div.mi-panel-download-right {
        background-image: url('../Images/apple.png');
    }

    div.mi-panel-download div.mi-panel-download-left {
        text-align: center;
    }

        div.mi-panel-download div.mi-panel-download-left h3 {
            font-weight: bold;
            font-size: 35px;
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
            font-weight: bold;
            line-height: 34px;
        }

            div.mi-panel-download div.mi-panel-download-left h3:before,
            div.mi-panel-download div.mi-panel-download-left h3:after {
                content: '';
                background-color: #6B7C93;
                height: 1px;
                width: 80px;
                margin-top: 18px;
            }

            div.mi-panel-download div.mi-panel-download-left h3:before {
                float: left;
                margin-right: 12px;
            }

            div.mi-panel-download div.mi-panel-download-left h3:after {
                float: right;
                margin-left: 12px;
            }

        div.mi-panel-download div.mi-panel-download-left p {
        }

            div.mi-panel-download div.mi-panel-download-left p b {
                font-size: 20px;
            }

        div.mi-panel-download div.mi-panel-download-left .mi-panel-download-btn {
            display: inline-block;
            background-color: #fe585a;
            font-size: 20px;
            color: #fff;
            line-height: 35px;
            padding: 6px 35px;
            border-radius: 99px;
            transition: opacity ease .4s;
            border: none;
        }

            div.mi-panel-download div.mi-panel-download-left .mi-panel-download-btn:hover,
            div.mi-panel-download div.mi-panel-download-left .mi-panel-download-btn:focus {
                opacity: .8;
                transition: opacity ease .4s;
            }

            div.mi-panel-download div.mi-panel-download-left .mi-panel-download-btn i.fa {
                margin-left: 10px;
            }

#OrderingMethodModal {
}

    #OrderingMethodModal .modal-body {
        padding: 15px;
        color: #32325D;
    }

    #OrderingMethodModal .modal-content::before {
        border-color: transparent #229ed9 transparent transparent;
    }

footer {
    border-top: 1px solid #E4E4E4;
    position: relative;
}

    footer:after {
        content: '';
        display: block;
        width: 306px;
        height: 306px;
        background: url('../Images/logo-bw-306.png') no-repeat bottom -45px left -41px;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: .05;
        z-index: -1;
    }

    footer div.mi-footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        footer div.mi-footer em {
            font-style: normal !important;
            font-weight: bold;
            min-height: 25px;
            display: block;
            margin-bottom: 15px;
        }

        footer div.mi-footer ul {
            margin-top: 0;
            margin-bottom: 20px;
            list-style: none;
            padding-right: 0;
        }

            footer div.mi-footer ul > li {
                line-height: 25px;
                margin-bottom: 3px;
            }

                footer div.mi-footer ul > li:last-child {
                    margin-bottom: 0;
                }

        footer div.mi-footer p {
            line-height: 26.5px;
        }

            footer div.mi-footer p .mi-footer-logo {
                height: 96px;
            }

    footer div.mi-sub-footer {
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #E4E4E4;
        text-align: center;
        font-size: 13px;
    }

div.mi-before-footer-margin-40px {
    margin-bottom: 40px;
}

div.mi-before-footer-margin-25px {
    margin-bottom: 25px;
}

div.mi-product-detail-container {
}

    div.mi-product-detail-container > h1 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 0;
    }

    div.mi-product-detail-container > em {
        display: block;
        font-style: normal;
        font-size: 14px;
        color: #7b7ba1;
    }

    div.mi-product-detail-container > section {
        margin-top: 30px;
    }

        div.mi-product-detail-container > section .mi-product-detail-price-update {
            padding-right: 18px;
            color: #7b7ba1;
            font-size: 13px;
        }

        div.mi-product-detail-container > section div.mi-product-detail-order-btn {
            margin-top: 20px;
        }

ul.mi-product-tips {
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
    padding-right: 0;
}

    ul.mi-product-tips li {
        margin-bottom: 15px;
        position: relative;
        padding-right: 40px;
    }

        ul.mi-product-tips li:before {
            content: "\f058";
            font-family: 'fontawesome';
            font-size: 20px;
            color: #2bb741;
            position: absolute;
            top: 2px;
            right: 14px;
        }

    ul.mi-product-tips.mi-product-tips-info {
        padding-right: 0;
    }

        ul.mi-product-tips.mi-product-tips-info li:before {
            content: "\f05a";
            color: #4674a3;
        }

    ul.mi-product-tips li:last-child {
        margin-bottom: 0;
    }

div.mi-detail-flat {
    margin-bottom: 12px;
    line-height: 23px;
}

    div.mi-detail-flat > div.mi-detail-flat-title {
        padding-left: 6px;
    }

        div.mi-detail-flat > div.mi-detail-flat-title > div {
            background-color: #e8eaee;
            padding: 14px 18px;
            font-weight: bold;
        }

    div.mi-detail-flat > div.mi-detail-flat-content {
        padding-right: 6px;
    }

        div.mi-detail-flat > div.mi-detail-flat-content > div {
            background-color: #e8eaee;
            padding: 14px 18px;
            min-height: 51px;
        }

            div.mi-detail-flat > div.mi-detail-flat-content > div > section {
                position: absolute;
                left: 20px;
                top: 15px;
            }

    div.mi-detail-flat.mi-detail-flat-xs {
        margin-bottom: 9px;
    }

        div.mi-detail-flat.mi-detail-flat-xs > div.mi-detail-flat-title {
            padding-left: 12px;
        }

            div.mi-detail-flat.mi-detail-flat-xs > div.mi-detail-flat-title > div {
                background-color: unset;
                padding: 0 18px 4px 18px;
            }

        div.mi-detail-flat.mi-detail-flat-xs > div.mi-detail-flat-content {
            padding-right: 12px;
        }

            div.mi-detail-flat.mi-detail-flat-xs > div.mi-detail-flat-content > div > section {
                top: 9px;
            }

#DownloadIosAppModal {
}

    #DownloadIosAppModal .modal-body {
        padding: 15px 30px;
        color: #32325D;
    }

    #DownloadIosAppModal .modal-content::before {
        border-color: transparent #a2aaad transparent transparent;
    }

    #DownloadIosAppModal div.mi-download-ios-modal {
        padding-top: 50px;
    }

        #DownloadIosAppModal div.mi-download-ios-modal div.mi-download-ios-modal-img {
            content: '';
            height: 100px;
            background: url('../Images/apple.png') no-repeat center center;
            background-size: contain;
            margin-bottom: 40px;
        }

        #DownloadIosAppModal div.mi-download-ios-modal section {
            padding: 15px 0;
            line-height: 38px;
            border-bottom: 1px solid #E4E4E4;
        }

            #DownloadIosAppModal div.mi-download-ios-modal section:last-child {
                border-bottom: none;
            }

            #DownloadIosAppModal div.mi-download-ios-modal section .fa.fa-check-circle {
                font-size: 1.7em;
                position: relative;
                top: 2px;
                margin-right: 8px;
                color: #2bb741;
            }

body#ProductCheck {
    min-height: 100%;
}

    body#ProductCheck main {
        text-align: center;
        padding-top: 125px;
        padding-bottom: 125px;
        max-width: 360px;
        margin: 0 auto;
    }

    body#ProductCheck img {
    }

    body#ProductCheck a.mi-launch {
        background-color: #fe585a;
        border-radius: 99px;
        color: #fff;
        padding: 5px 40px;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
    }

        body#ProductCheck a.mi-launch:hover,
        body#ProductCheck a.mi-launch:focus {
            color: #fff;
            text-decoration: none;
            background-color: #f4484a;
        }

        body#ProductCheck a.mi-launch img {
            height: 32px;
            width: 32px;
            border-radius: 99px;
            margin-left: 10px;
        }

    body#ProductCheck section {
        font-size: 13px;
        margin-top: 10px;
    }

    body#ProductCheck a {
    }


body#App {
    background-color: #002a3a;
    color: #fff;
    min-height: 100%;
}

    body#App main {
        padding-top: 125px;
        padding-bottom: 125px;
        width: 340px;
        margin: 0 auto;
    }

        body#App main > section {
            width: 100%;
            height: 128px;
            background: url('../Images/logo-128.png') no-repeat center center;
            margin-bottom: 90px;
        }

    body#App a {
    }

        body#App a:hover,
        body#App a:focus {
            color: #f4484a;
            opacity: .9;
        }

    body#App .mi-app-input {
        text-align: center;
        border: none;
        border-bottom: 2px solid #fe585a;
        border-radius: 0;
        background-color: #002a3a;
        color: #fff;
        margin-bottom: 15px;
    }

        body#App .mi-app-input:focus {
            box-shadow: none;
        }

    body#App .mi-app-btn {
        background-color: #fe585a;
        color: #fff;
        border-radius: 99px;
        padding: 5px 40px;
        font-weight: bold;
        font-size: 18px;
        display: block;
        width: 100%;
        border: none;
    }

        body#App .mi-app-btn:hover,
        body#App .mi-app-btn:focus {
            opacity: 0.95;
            outline: none;
        }

    body#App footer {
        text-align: center;
        border-top: none;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        body#App footer:after {
            display: none;
        }

        body#App footer em {
            margin-left: 7px;
            margin-right: 7px;
            font-style: normal;
        }

        body#App footer img {
            margin-bottom: 5px;
        }

.mi-backgrounded-text {
    background-color: #f7d9d9;
    border-radius: 6px;
    padding: 1px 6px;
}

div.mi-ticket-message {
    border-radius: 6px;
    background-color: white;
    box-shadow: #c9c9c9 0px 5px 10px;
    padding: 14px 18px;
    margin-bottom: 40px;
    position: relative;
}

    div.mi-ticket-message.mi-ticket-message-from-user {
        border-right: 6px solid #6093f5;
    }

    div.mi-ticket-message.mi-ticket-message-from-admin {
        border-left: 6px solid #67c555;
    }

    div.mi-ticket-message section {
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #e8eaee;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    div.mi-ticket-message p {
        white-space: pre-line;
        margin-bottom: 0;
    }

    div.mi-ticket-message span.mi-ticket-message-time {
        position: absolute;
        left: 10px;
        bottom: -22px;
        font-size: 13px;
    }


tr.m-table-header {
    background-color: #26b5c7;
    color: #fff;
    background: #26b5c7 -webkit-radial-gradient(rgba(0,0,0,.75),rgba(0,0,0,.9));
    background: #26b5c7 -o-radial-gradient(rgba(0,0,0,.75),rgba(0,0,0,.9));
    background: #26b5c7 -moz-radial-gradient(rgba(0,0,0,.75),rgba(0,0,0,.9));
    background: #26b5c7 linear-gradient(rgba(0,0,0,0) 40%,rgba(0,0,0,.05) 55%);
}

    tr.m-table-header a {
        color: #fff;
    }

        tr.m-table-header a::after {
            font-family: 'fontawesome';
            content: "";
            padding-right: 8px;
        }

        tr.m-table-header a:hover, tr.m-table-header a:focus {
            text-decoration: none;
            color: rgba(255,255,255,.65);
        }

td.m-table-rowindex {
    width: 1px;
}

td.m-table-action {
    width: 1px;
    font-family: 'fontawesome';
    padding: 3px 0 0 0 !important;
}

    td.m-table-action a, td.m-table-action span {
        color: #22a3b3;
        font-size: 2em;
        line-height: 31px;
    }

    td.m-table-action a {
        cursor: pointer;
    }

        td.m-table-action a:hover {
            color: #037d90;
            text-decoration: none;
        }

    td.m-table-action .m-table-action-disable-button {
        color: #d2d2d2;
    }

    td.m-table-action .m-table-action-enable::before {
        content: "\f046";
    }

    td.m-table-action .m-table-action-disable::before {
        content: "\f096";
    }

    td.m-table-action .m-table-action-edit::before {
        content: "\f044";
    }

    td.m-table-action .m-table-action-trash::before {
        content: "\f1f8";
    }

    td.m-table-action .m-table-action-detail::before {
        content: "\f298";
    }

    td.m-table-action .m-table-action-attach::before {
        content: "\f0c6";
    }

    td.m-table-action .m-table-action-download::before {
        content: "\f019";
    }

    td.m-table-action .m-table-action-reply::before {
        content: "\f112";
    }

    td.m-table-action .m-table-action-restore::before {
        content: "\f062";
    }

    td.m-table-action .m-table-action-print::before {
        content: "\f02f";
    }

    td.m-table-action .m-table-action-up::before {
        content: "\f077";
    }

    td.m-table-action .m-table-action-down::before {
        content: "\f078";
    }

    td.m-table-action .m-table-action-list::before {
        content: "\f03a";
    }

td.m-table-checkbox input, tr.m-table-with-last-checkbox th:last-child input {
    width: 36px;
    height: 20px;
}

tr.m-table-with-last-checkbox th:last-child {
    padding: 0;
}

td > span.m-table-ltr-cell {
    direction: ltr;
    display: inline-block;
}

td > span.m-table-full-width-cell {
    display: inline-block;
    width: 100%;
}

td > span.m-table-color-cell-red {
    background-color: #f2dede;
}

td > span.m-table-color-cell-green {
    background-color: #dff0d8;
}

td > span.m-table-right-align-cell {
    text-align: right;
    display: block;
}

td > span.m-table-sub-item::before {
    content: " ";
    border-color: transparent #666 transparent transparent;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    margin: 4px 0 0 10px;
    float: right;
}

td img.m-table-img-xs {
    width: 17px;
    height: 17px;
    object-fit: cover;
}

#ProductDetailOrderButtonModal {
}

    #ProductDetailOrderButtonModal .modal-body section {
        margin-top: 15px;
    }

        #ProductDetailOrderButtonModal .modal-body section > a {
            display: block;
            border: 2px dashed #26b5c7;
            border-radius: 6px;
            padding: 15px 15px 15px 35px;
            background-color: #dcf4f7;
            color: #32325D;
            position: relative;
        }

            #ProductDetailOrderButtonModal .modal-body section > a::after {
                content: "\f060";
                font-family: 'fontawesome';
                position: absolute;
                top: 30px;
                left: 17px;
                font-size: 20px;
                transition: left ease .4s;
            }

            #ProductDetailOrderButtonModal .modal-body section > a:hover {
                border-style: solid;
            }

                #ProductDetailOrderButtonModal .modal-body section > a:hover::after,
                #ProductDetailOrderButtonModal .modal-body section > a:focus::after {
                    left: 8px;
                    transition: left ease .4s;
                }

            #ProductDetailOrderButtonModal .modal-body section > a > b {
            }

            #ProductDetailOrderButtonModal .modal-body section > a > span {
                font-size: 0.85rem;
            }

div.mi-order-page-description-panel {
    border: 1px solid #cbccd6;
    border-radius: 6px;
    padding: 15px;
}

    div.mi-order-page-description-panel div.mi-order-page-description-panel-title {
        border-bottom: 1px solid #cbccd6;
        padding-bottom: 15px;
    }

        div.mi-order-page-description-panel div.mi-order-page-description-panel-title img {
            width: 65px;
            border-radius: 6px;
        }

        div.mi-order-page-description-panel div.mi-order-page-description-panel-title p {
            height: 65px;
        }

            div.mi-order-page-description-panel div.mi-order-page-description-panel-title p > span {
                padding-right: 15px;
                line-height: 25px;
                padding-top: 10px;
                font-size: 18px;
                font-weight: bold;
                display: block;
            }

            div.mi-order-page-description-panel div.mi-order-page-description-panel-title p > a {
                margin-right: 15px;
                line-height: 20px;
                font-size: 13px;
                display: inline-block;
                color: #4674a3;
            }

                div.mi-order-page-description-panel div.mi-order-page-description-panel-title p > a:hover,
                div.mi-order-page-description-panel div.mi-order-page-description-panel-title p > a:focus {
                    color: #4674a3;
                }

    div.mi-order-page-description-panel div.mi-order-page-description-panel-content {
    }

        div.mi-order-page-description-panel div.mi-order-page-description-panel-content ul {
            margin-top: 15px;
            margin-bottom: 0;
            list-style: none;
            padding-right: 0;
            font-size: 12px;
        }

            div.mi-order-page-description-panel div.mi-order-page-description-panel-content ul li {
                margin-bottom: 7.5px;
                padding-right: 18px;
                position: relative;
            }

                div.mi-order-page-description-panel div.mi-order-page-description-panel-content ul li:before {
                    content: "\f05a";
                    font-family: 'fontawesome';
                    color: #4674a3;
                    position: absolute;
                    top: 3px;
                    right: 0;
                }

                div.mi-order-page-description-panel div.mi-order-page-description-panel-content ul li:last-child {
                    margin-bottom: 0;
                }

        div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice {
            font-size: 14px;
        }

            div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice section {
                display: flex;
                justify-content: space-between;
            }

                div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice section > b {
                    display: flex;
                    font-weight: normal;
                    white-space: nowrap;
                }

                div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice section > span {
                    padding-left: 20px;
                    padding-right: 15px;
                    position: relative;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice section > span::after {
                        content: '';
                        width: 16px;
                        height: 16px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        background-color: #32325D;
                        -webkit-mask: url('../Images/toman.svg') no-repeat center center;
                        mask: url('../Images/toman.svg') no-repeat center center;
                        -webkit-mask-size: contain;
                        mask-size: contain;
                    }

                div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice section.mi-order-page-invoice-row-without-toman > span {
                    padding-left: 0;
                }

                    div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice section.mi-order-page-invoice-row-without-toman > span::after {
                        content: none;
                    }

                div.mi-order-page-description-panel div.mi-order-page-description-panel-content div.mi-order-page-invoice section > i {
                    display: flex;
                    flex: auto;
                    margin-right: 15px;
                    border-top: 1px dashed #cbccd6;
                    margin-top: 11px;
                }

div.mi-order-page-step-header {
    border: 1px solid #cbccd6;
    border-radius: 6px;
    padding: 21px 15px 15px 15px;
    text-align: center;
}

    div.mi-order-page-step-header p {
        position: relative;
    }

        div.mi-order-page-step-header p::before {
            content: ' ';
            position: absolute;
            width: calc(100% - 56px);
            height: 2px;
            top: 15px;
            right: calc(-50% + 28px);
            background-color: #a1a2ad;
        }

        div.mi-order-page-step-header p.mi-order-page-step-header-first-step::before {
            display: none;
        }

        div.mi-order-page-step-header p.active::before {
            background-color: #fe585a;
        }

        div.mi-order-page-step-header p i {
            background-color: #fe585a;
            background-color: #a1a2ad;
            width: 32px;
            height: 32px;
            border-radius: 99px;
            color: #fff;
            padding-top: 7px;
            position: relative;
        }

            div.mi-order-page-step-header p i::after {
                content: ' ';
                position: absolute;
                width: 44px;
                height: 44px;
                top: -6px;
                left: -6px;
                border-radius: 99px;
                border: 3px solid #a1a2ad;
                border-style: outset;
            }

        div.mi-order-page-step-header p.active i::after {
            border-color: #fe585a;
        }

        div.mi-order-page-step-header p.active i {
            background-color: #fe585a;
        }

        div.mi-order-page-step-header p span {
            margin-top: 10px;
            display: block;
            font-size: 14.5px;
            font-weight: bold;
        }

        div.mi-order-page-step-header p.active span {
            color: #fe585a;
        }

div.mi-radiopanel {
    margin-bottom: 15px;
    border: 3px dashed #cbccd6;
    border-radius: 6px;
    transition: border-color ease .4s;
}

    div.mi-radiopanel > div.mi-radiopanel-header {
        padding: 15px 65px 15px 15px;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax, currently supported by Chrome, Edge, Opera and Firefox */
    }

        div.mi-radiopanel > div.mi-radiopanel-header.mi-radiopanel-header-with-image {
            padding-right: 145px;
        }

        div.mi-radiopanel > div.mi-radiopanel-header::before,
        div.mi-radiopanel > div.mi-radiopanel-header::after {
            font-family: 'fontawesome';
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 35px;
        }

        div.mi-radiopanel > div.mi-radiopanel-header::before {
            content: "\f00d";
            color: #cbccd6;
            opacity: 1;
            transition: opacity ease .4s;
        }

        div.mi-radiopanel > div.mi-radiopanel-header::after {
            content: "\f00c";
            color: #1aa179;
            opacity: 0;
            transition: opacity ease .4s;
        }

        div.mi-radiopanel > div.mi-radiopanel-header i {
            padding-right: 15px;
            font-style: normal;
            font-weight: normal;
        }

        div.mi-radiopanel > div.mi-radiopanel-header a {
            color: #fe585a;
        }

        div.mi-radiopanel > div.mi-radiopanel-header.mi-radiopanel-header-with-image a.mi-radiopanel-header-image-container img {
            width: 65px;
            height: 65px;
            border-radius: 6px;
            object-fit: cover;
            position: absolute;
            right: 65px;
            top: 7.5px;
        }

        div.mi-radiopanel > div.mi-radiopanel-header.mi-radiopanel-header-with-image a.mi-radiopanel-header-image-container::after {
            content: "\f00e";
            font-family: 'fontawesome';
            position: absolute;
            font-size: 26px;
            line-height: 26px;
            top: 28px;
            right: 86px;
            color: #fff;
            text-shadow: 0 0 10px #000;
            font-style: normal;
            opacity: 0.95;
            transform: scale(-1, 1);
        }

    div.mi-radiopanel > div.mi-radiopanel-bottom {
        padding: 0 15px 15px 15px;
        display: none;
        transition: border-color ease .4s;
    }

        div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content {
            border-top: 1px solid #cbccd6;
            padding-top: 15px;
        }

    div.mi-radiopanel.mi-radiopanel-selected {
        border-color: #1aa179;
        transition: border-color ease .4s;
    }

        div.mi-radiopanel.mi-radiopanel-selected > div.mi-radiopanel-header::before {
            opacity: 0;
            transition: opacity ease .4s;
        }

        div.mi-radiopanel.mi-radiopanel-selected > div.mi-radiopanel-header::after {
            opacity: 1;
            transition: opacity ease .4s;
        }

        div.mi-radiopanel.mi-radiopanel-selected > div.mi-radiopanel-bottom {
            display: block;
            transition: border-color ease .4s;
        }

    div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-counter {
        border-bottom: 1px solid #cbccd6;
        padding-bottom: 7.5px;
        position: relative;
        top: -7.5px;
        font-size: 0.85rem;
    }

        div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-counter > p {
            text-align: left;
        }

            div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-counter > p b {
                background-color: #58597b;
                color: #fff;
                border-radius: 99px;
                padding: 0 7px;
            }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-counter > p b#UploadedCountLabel,
                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-counter > p b#ForMakeClipUploadedCountLabel {
                    background-color: #fe585a;
                }

                    div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-counter > p b#UploadedCountLabel.mi-radiopanel-upload-counter-success,
                    div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-counter > p b#ForMakeClipUploadedCountLabel.mi-radiopanel-upload-counter-success {
                        background-color: #1aa179;
                    }

    div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-empty {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 22.5px;
        cursor: pointer;
    }

        div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload-empty span {
            font-size: 0.8rem;
        }

    div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload {
    }

        div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item-link > section {
            font-size: 0.8rem;
            flex-direction: column;
            background-color: unset;
            aspect-ratio: 1 / 1;
            cursor: pointer;
            border: 1px solid #cbccd6;
            border-radius: 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item {
        }

            div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section {
                aspect-ratio: 1 / 1;
                border: 1px solid #cbccd6;
                border-radius: 6px;
                background-color: #000;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                cursor: pointer;
                overflow: hidden;
            }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > img,
                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > video {
                    max-width: 100%;
                    height: auto;
                    max-height: 100%;
                    cursor: pointer;
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > i.mi-radiopanel-upload-item-video-icon::before,
                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > i.mi-radiopanel-upload-item-audio-icon::before {
                    font-family: 'fontawesome';
                    position: absolute;
                    text-align: center;
                    font-size: 34px;
                    line-height: 34px;
                    width: 100%;
                    top: calc(50% - 17px);
                    right: 0;
                    color: #fff;
                    text-shadow: 0 0 10px #000;
                    font-style: normal;
                    opacity: 0.95;
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > i.mi-radiopanel-upload-item-video-icon::before {
                    content: "\f03d";
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > i.mi-radiopanel-upload-item-audio-icon::before {
                    content: "\f028";
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > em,
                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > span {
                    color: rgba(255, 255, 255, 0.85);
                    position: absolute;
                    top: 5px;
                    font-style: unset;
                    width: 24px;
                    height: 24px;
                    text-align: center;
                    /*background-color: rgba(255, 255, 255, 0.35);*/
                    background-image: linear-gradient(rgb(255 255 255 / 55%), rgb(0 0 0 / 55%));
                    border-radius: 6px;
                    z-index: 2;
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > em {
                    left: 5px;
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > span {
                    right: 5px;
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > em:hover {
                    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(0 0 0 / 70%));
                }

                div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > article {
                    position: absolute;
                    background-color: rgba(255, 255, 255, 0.55);
                    width: 100%;
                    height: 100%;
                    border-radius: 5px;
                    z-index: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    cursor: auto;
                }

                    div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > article::before {
                        content: attr(data-mi-upload-percent) "%\Aدر حال آپلود...";
                        white-space: pre;
                        text-align: center;
                        font-size: 0.8rem;
                        font-weight: bold;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        max-width: 100%;
                    }

                    div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > article > div.progress {
                        direction: ltr;
                        width: 80%;
                        height: 10px;
                    }

                        div.mi-radiopanel > div.mi-radiopanel-bottom > div.mi-radiopanel-content div.mi-radiopanel-upload div.mi-radiopanel-upload-item > section > article > div.progress .progress-bar {
                            background-color: #fe585a;
                        }

div.mi-cart-pay-button-container {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    z-index: 1;
    border-top: 1px solid #E4E4E4;
    margin-top: 0;
}

    div.mi-cart-pay-button-container > a {
    }

div.mi-cart-item {
    border: 1px solid #cbccd6;
    border-radius: 6px;
    padding: 15px;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

    div.mi-cart-item > div.mi-cart-item-right {
        padding-right: 80px;
        position: relative;
        min-height: 65px;
    }

        div.mi-cart-item > div.mi-cart-item-right > img {
            width: 65px;
            height: 65px;
            border-radius: 6px;
            position: absolute;
            right: 0;
            top: 0;
        }

        div.mi-cart-item > div.mi-cart-item-right > b {
            font-size: 18px;
            display: block;
            padding-top: 6px;
            padding-bottom: 5px;
        }

        div.mi-cart-item > div.mi-cart-item-right > p {
            font-size: 14px;
        }

        div.mi-cart-item > div.mi-cart-item-right > section {
        }

            div.mi-cart-item > div.mi-cart-item-right > section > span {
                background-color: #dfe2e9;
                border-radius: 99px;
                font-size: 12px;
                padding: 1px 5px;
                position: relative;
                padding-right: 20px;
                display: inline-block;
            }

                div.mi-cart-item > div.mi-cart-item-right > section > span::before {
                    content: "\f192";
                    font-family: 'fontawesome';
                    position: absolute;
                    top: 4px;
                    right: 5px;
                }

        div.mi-cart-item > div.mi-cart-item-right > a {
            font-size: 12px;
        }

    div.mi-cart-item > div.mi-cart-item-left {
        text-align: left;
    }

        div.mi-cart-item > div.mi-cart-item-left > b {
            font-size: 18px;
            display: block;
            padding-top: 6px;
            padding-bottom: 5px;
            position: relative;
            padding-left: 23px;
        }

            div.mi-cart-item > div.mi-cart-item-left > b::after {
                content: '';
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 8px;
                background-color: #32325D;
                -webkit-mask: url('../Images/toman.svg') no-repeat center center;
                mask: url('../Images/toman.svg') no-repeat center center;
                -webkit-mask-size: contain;
                mask-size: contain;
            }

        div.mi-cart-item > div.mi-cart-item-left > a {
        }

div.mi-empty-page-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 90px;
}

    div.mi-empty-page-container img {
        height: 200px;
    }

    div.mi-empty-page-container p {
        font-size: 1.5rem;
        margin-bottom: 10px;
        font-weight: bold;
    }

.mi-panel,
.mi-panel-gray {
    border: 1px solid #cbccd6;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}

.mi-panel-gray {
    background-color: #dfe2e9;
}

.mi-panel.mi-panel-border-white {
    border-width: 9px;
    border-color: #fff;
}

p.mi-title-with-line-container {
    margin-bottom: 0;
    position: relative;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}

    p.mi-title-with-line-container span {
        background-color: #f1f3f5;
        z-index: 1;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

        p.mi-title-with-line-container span.mi-title-with-line-by-modal-bg {
            background-color: #f5f5f5;
        }

    p.mi-title-with-line-container::before {
        content: '';
        background-color: #cbccd6;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 8px;
    }

label.mi-form-check {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}

    label.mi-form-check > span.mi-form-check-input {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        min-width: 45px;
        font-size: 20px;
        padding-bottom: 6px;
    }

    label.mi-form-check > span.mi-form-check-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        min-width: 45px;
        font-size: 25px;
        margin-right: 3px;
    }

    label.mi-form-check > span.mi-form-check-label {
        padding-right: 15px;
    }

div.mi-order-panel {
    margin-bottom: 15px;
}

    div.mi-order-panel > article {
        border: 1px solid #cbccd6;
        border-radius: 6px;
        padding: 15px;
        position: relative;
        z-index: 1;
        background-color: #f1f3f5;
    }

        div.mi-order-panel > article > h5 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        div.mi-order-panel > article > em {
            border-radius: 99px;
            padding: 2px 6px;
            font-style: normal;
        }

            div.mi-order-panel > article > em > i.fa {
                position: relative;
                top: 2px;
            }

        div.mi-order-panel > article > p {
            margin-top: 8px;
            margin-bottom: 0;
            font-weight: bold;
        }

            div.mi-order-panel > article > p > span {
                font-size: 13px;
                font-weight: normal;
            }

        div.mi-order-panel > article .btn[aria-expanded=false] > i.fa {
            transition: all ease .4s;
        }

        div.mi-order-panel > article .btn[aria-expanded=true] > i.fa {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            transition: all ease .4s;
        }

    div.mi-order-panel > aside {
        border: 1px dashed #cbccd6;
        border-top: none;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        padding: 10px 15px 0 15px;
        background-color: #e8eaef;
        position: relative;
        top: -10px;
    }

        div.mi-order-panel > aside > section {
            border-bottom: 1px dashed #cbccd6;
            padding: 15px 0;
        }

            div.mi-order-panel > aside > section:last-child {
                border: none;
            }

            div.mi-order-panel > aside > section > label {
                margin-right: 15px;
                margin-left: 15px;
                position: relative;
                display: inline-block;
            }

                div.mi-order-panel > aside > section > label > b {
                }

                div.mi-order-panel > aside > section > label::after {
                    content: "|";
                    position: absolute;
                    left: -19px;
                }

                div.mi-order-panel > aside > section > label:first-child {
                    margin-right: 0;
                }

                div.mi-order-panel > aside > section > label:last-child {
                    margin-left: 0;
                }

                    div.mi-order-panel > aside > section > label:last-child::after {
                        content: none;
                    }

            div.mi-order-panel > aside > section div.mi-order-panel-media-container,
            div.mi-order-panel-media-container {
                aspect-ratio: 1 / 1;
                border: 1px solid #cbccd6;
                border-radius: 6px;
                background-color: #000;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                position: relative;
            }

                div.mi-order-panel > aside > section div.mi-order-panel-media-container img,
                div.mi-order-panel > aside > section div.mi-order-panel-media-container video,
                div.mi-order-panel-media-container img,
                div.mi-order-panel-media-container video {
                    max-width: 100%;
                    height: auto;
                    max-height: 100%;
                    cursor: pointer;
                }

                div.mi-order-panel > aside > section div.mi-order-panel-media-container > i.mi-order-panel-media-video-icon::before,
                div.mi-order-panel-media-container > i.mi-order-panel-media-video-icon::before {
                    font-family: 'fontawesome';
                    position: absolute;
                    text-align: center;
                    font-size: 30px;
                    line-height: 34px;
                    width: 100%;
                    top: calc(50% - 17px);
                    right: 0;
                    color: #fff;
                    text-shadow: 0 0 10px #000;
                    font-style: normal;
                    opacity: 0.95;
                }

                div.mi-order-panel > aside > section div.mi-order-panel-media-container > i.mi-order-panel-media-video-icon::before,
                div.mi-order-panel-media-container > i.mi-order-panel-media-video-icon::before {
                    content: "\f03d";
                }

                div.mi-order-panel > aside > section div.mi-order-panel-media-container > i.mi-order-panel-media-audio-icon::before,
                div.mi-order-panel-media-container > i.mi-order-panel-media-audio-icon::before {
                    content: "\f028";
                }

            div.mi-order-panel > aside > section blockquote {
                background-color: #fff;
                border: 1px solid #cbccd6;
                border-radius: 6px;
                padding: 10px 15px;
                margin: 0;
                position: relative;
                overflow: hidden;
            }

                div.mi-order-panel > aside > section blockquote::before {
                    content: "\f10e";
                    font-family: 'fontawesome';
                    position: absolute;
                    top: 1px;
                    right: 5px;
                    font-size: 60px;
                    opacity: 0.1;
                }

                div.mi-order-panel > aside > section blockquote > small {
                    font-size: 12px;
                }

            div.mi-order-panel > aside > section.mi-order-panel-item {
                flex-direction: row;
                justify-content: space-between;
            }

                div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right {
                    padding-right: 80px;
                    position: relative;
                    min-height: 65px;
                }

                    div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > img {
                        width: 65px;
                        height: 65px;
                        border-radius: 6px;
                        position: absolute;
                        right: 0;
                        top: 0;
                    }

                    div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > b {
                        font-size: 18px;
                        display: block;
                        padding-top: 6px;
                        padding-bottom: 5px;
                    }

                    div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > p {
                        font-size: 14px;
                    }

                    div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > figure {
                        margin: 0;
                    }

                        div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > figure > span {
                            background-color: #a1a2ad;
                            color: #fff;
                            border-radius: 99px;
                            font-size: 12px;
                            padding: 1px 5px;
                            position: relative;
                            padding-right: 20px;
                            display: inline-block;
                        }

                            div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > figure > span::before {
                                content: "\f192";
                                font-family: 'fontawesome';
                                position: absolute;
                                top: 4px;
                                right: 5px;
                            }

                    div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > em {
                        font-size: 12px;
                        border-radius: 99px;
                        padding: 1px 5px;
                        font-style: normal;
                    }

                        div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-right > em > i.fa {
                            position: relative;
                            top: 1px;
                        }

                div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-left {
                    text-align: left;
                }

                    div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-left > b {
                        font-size: 18px;
                        display: block;
                        padding-top: 6px;
                        position: relative;
                        padding-left: 23px;
                    }

                        div.mi-order-panel > aside > section.mi-order-panel-item > div.mi-order-panel-item-left > b::after {
                            content: '';
                            width: 20px;
                            height: 20px;
                            position: absolute;
                            left: 0;
                            top: 8px;
                            background-color: #32325D;
                            -webkit-mask: url('../Images/toman.svg') no-repeat center center;
                            mask: url('../Images/toman.svg') no-repeat center center;
                            -webkit-mask-size: contain;
                            mask-size: contain;
                        }

div.mi-subcategory-carousel.owl-carousel {
    /* align center carousel: */
    display: flex !important; /* To override display:block I added !important */
    flex-direction: row;
    justify-content: center; /* To center the carousel */
}

    div.mi-subcategory-carousel.owl-carousel .caption {
        text-align: center;
    }

div.mi-subcategory-carousel {
    margin-bottom: 30px;
}

    div.mi-subcategory-carousel section {
        text-align: center;
    }

        div.mi-subcategory-carousel section.mi-subcategory-carousel-selected-item {
            font-weight: bold;
        }

        div.mi-subcategory-carousel section > a {
            color: #32325D;
        }

            div.mi-subcategory-carousel section > a > div {
                position: relative;
            }

                div.mi-subcategory-carousel section > a > div::before {
                    content: ' ';
                    position: absolute;
                    border-radius: 999px;
                    width: 80%;
                    height: 80%;
                    right: 10%;
                    top: 10%;
                    z-index: 0;
                    background-color: #dfe2e9;
                }

        div.mi-subcategory-carousel section.mi-subcategory-carousel-selected-item > a > div::before {
            background-color: #a3bfff;
        }

        div.mi-subcategory-carousel section > a > div > img {
            position: relative;
            z-index: 1;
        }

        div.mi-subcategory-carousel section > a > span {
        }

































/* sm and up (576px and up) */
@media (min-width: 576px) {
}

/* md and up (768px and up) */
@media (min-width: 768px) {
}

/* lg and up (992px and up) */
@media (min-width: 992px) {
}

/* xl and up (1200px and up) */
@media (min-width: 1200px) {
}

/* xl and down */
@media (max-width: 1399.98px) {
}

/* lg and down */
@media (max-width: 1199.98px) {
}

/* md and down */
@media (max-width: 991.98px) {
    .mi-mb-md-and-down-50px {
        margin-bottom: 50px;
    }

    .mi-px-md-and-down-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .mi-pb-0-md-and-down-important {
        padding-bottom: 0 !important;
    }

    .mi-border-none-md-and-down-important {
        border: none !important;
    }

    div.mi-panel-ordering-method {
        margin-top: 50px;
        margin-bottom: 50px;
    }

        div.mi-panel-ordering-method div.mi-panel-ordering-method-right {
            height: 100px;
            margin-bottom: 40px;
        }

    div.mi-panel-download {
        margin-top: 50px;
        margin-bottom: 50px;
    }

        div.mi-panel-download div.mi-panel-download-right {
            height: 100px;
            margin-bottom: 40px;
        }

            div.mi-panel-download div.mi-panel-download-right.mi-panel-download-right-icon {
                font-size: 20px;
            }

    div.mi-product-detail-container {
        margin-top: 30px;
    }

        div.mi-product-detail-container div.mi-product-detail-order-btn {
            position: fixed;
            bottom: 0;
            right: 0;
            background-color: #fff;
            width: 100%;
            padding: 10px;
            z-index: 1;
            border-top: 1px solid #E4E4E4;
            margin-top: 0;
        }

    div.mi-order-page-step-header {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
}

/* sm and down */
@media (max-width: 767.98px) {
    .mi-px-sm-and-down-0 {
        padding-left: 0;
        padding-right: 0;
    }

    body > main > header {
        height: 80px;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 45px;
    }

        body > main > header .mi-header-right-menu img {
            height: 45px;
        }

    div.mi-panel-title h3:before,
    div.mi-panel-title h3:after {
        width: 60px;
    }

    div.mi-panel-products-list {
        margin-bottom: -6px;
    }

        div.mi-panel-products-list div.mi-panel-products-list-item {
            margin-bottom: 6px;
        }

            div.mi-panel-products-list div.mi-panel-products-list-item:nth-child(3n+1) {
                padding-right: 0;
                padding-left: 4px;
            }

            div.mi-panel-products-list div.mi-panel-products-list-item:nth-child(3n-1) {
                padding-right: 2px;
                padding-left: 2px;
            }

            div.mi-panel-products-list div.mi-panel-products-list-item:nth-child(3n) {
                padding-left: 0;
                padding-right: 4px;
            }

            div.mi-panel-products-list div.mi-panel-products-list-item img {
                border-radius: 0;
            }

            div.mi-panel-products-list div.mi-panel-products-list-item section {
                border-radius: 0;
            }

    div.mi-panel-ordering-method div.mi-panel-ordering-method-left p b {
        font-size: 18px;
    }

    div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3 {
        font-size: 23px;
    }

        div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3:before,
        div.mi-panel-ordering-method div.mi-panel-ordering-method-left h3:after {
            width: 60px;
        }

    div.mi-panel-download div.mi-panel-download-left p b {
        font-size: 18px;
    }

    div.mi-panel-download div.mi-panel-download-left h3 {
        font-size: 23px;
    }

        div.mi-panel-download div.mi-panel-download-left h3:before,
        div.mi-panel-download div.mi-panel-download-left h3:after {
            width: 60px;
        }

    div.mi-product-detail-container > section .mi-product-detail-price-update {
        padding-right: 12px;
    }

    footer div.mi-footer {
        text-align: center;
    }

    div.mi-detail-flat {
        margin-bottom: 9px;
    }

        div.mi-detail-flat > div.mi-detail-flat-title {
            padding-left: 12px;
        }

            div.mi-detail-flat > div.mi-detail-flat-title > div {
                background-color: unset;
                padding: 0 12px 4px 12px;
            }

        div.mi-detail-flat > div.mi-detail-flat-content {
            padding-right: 12px;
        }

            div.mi-detail-flat > div.mi-detail-flat-content > div {
                padding: 8px 12px;
                min-height: 39px;
            }

                div.mi-detail-flat > div.mi-detail-flat-content > div > section {
                    top: 9px;
                }

    label.mi-form-check > span.mi-form-check-input {
        width: 35px;
        min-width: 35px;
    }

    label.mi-form-check > span.mi-form-check-icon {
        width: 35px;
        min-width: 35px;
    }

    div.mi-order-panel > aside > section > label {
        display: block;
        margin: 0;
    }

        div.mi-order-panel > aside > section > label > b {
            float: left;
        }

        div.mi-order-panel > aside > section > label::after {
            content: none;
        }
}

/* xs (0 to 575.98px) */
@media (max-width: 575.98px) {
    div.mi-panel-products-list {
        margin-bottom: -5px;
    }

        div.mi-panel-products-list div.mi-panel-products-list-item {
            margin-bottom: 5px;
        }

            div.mi-panel-products-list div.mi-panel-products-list-item:nth-child(2n+1) {
                padding-right: 0;
                padding-left: 2.5px;
            }

            div.mi-panel-products-list div.mi-panel-products-list-item:nth-child(2n) {
                padding-left: 0;
                padding-right: 2.5px;
            }

    .carousel-inner {
        border-radius: 0;
    }

    div.mi-order-panel > aside > section blockquote::before {
        right: 7px;
        font-size: 80px;
    }
}

/* sm (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* md (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* lg (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* xl (1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* xxl (1400px to up) */
@media (min-width: 1400px) {
}

/* CUSTOM (0 to 380px) */
@media (max-width: 380px) {
    .mi-display-none-380-and-down {
        display: none;
    }
}

/* CUSTOM (0 to 360px) */
@media (max-width: 360px) {
}

