﻿@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

* {
    font-family: iranyekan,shabnam,tahoma,arial;
    font-size: 12px;
}

a {
    color: #000;
}

.hide {
    visibility: hidden !important;
}

body {
    background-color: #e9e9e9;
    color: #3a3a3a;
}

.navbar-brand {
    /*margin-right: 40px;*/
}

    .navbar-brand img {
        width: 50px;
        height: 50px;
    }





.widget-categories ul, .widget-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .widget-categories ul > li, .widget-links ul > li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 14px
    }

        .widget-categories ul > li:last-child, .widget-links ul > li:last-child {
            margin-bottom: 0
        }

        .widget-categories ul > li::before, .widget-links ul > li::before {
            display: block;
            position: absolute;
            top: 12px;
            left: 0;
            width: 0;
            height: 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            transition: -webkit-transform .35s;
            transition: transform .35s;
            border-top: 4px dashed;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            color: #9da9b9;
            content: ''
        }

        .widget-categories ul > li > a, .widget-links ul > li > a {
            display: inline-block;
            transition: color .3s;
            color: #606975;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none
        }

            .widget-categories ul > li > a:hover, .widget-links ul > li > a:hover {
                color: #0da9ef
            }

        .widget-categories ul > li.active > a, .widget-links ul > li.active > a {
            color: #0da9ef
        }

        .widget-categories ul > li > span, .widget-links ul > li > span {
            margin-left: 4px;
            color: #9da9b9
        }

        .widget-categories ul > li.has-children ul, .widget-links ul > li.has-children ul {
            border-left: 1px solid #dee5ea
        }

            .widget-categories ul > li.has-children ul li::before, .widget-links ul > li.has-children ul li::before {
                top: 14px;
                width: 8px;
                height: 1px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                border: 0;
                background-color: #dee5ea;
                color: transparent
            }

            .widget-categories ul > li.has-children ul li a, .widget-links ul > li.has-children ul li a {
                font-size: 13px
            }

            .widget-categories ul > li.has-children ul ul > li, .widget-links ul > li.has-children ul ul > li {
                margin-bottom: 0
            }

        .widget-categories ul > li.has-children > ul, .widget-links ul > li.has-children > ul {
            max-height: 0;
            transition: max-height .6s;
            overflow: hidden
        }

        .widget-categories ul > li.has-children.expanded::before, .widget-links ul > li.has-children.expanded::before {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

        .widget-categories ul > li.has-children.expanded > ul, .widget-links ul > li.has-children.expanded > ul {
            max-height: 800px
        }




    .widget-categories ul > li, .widget-links ul > li {
        padding-left: 0;
        padding-right: 14px
    }

        .widget-categories ul > li::before, .widget-links ul > li::before {
            left: inherit;
            right: 0;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }


.price-section {
    background-color: #f5f5f5;
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}

    .price-section .exist {
        font-weight: 700;
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }

    .price-section .rating-stars {
        width: 100%;
        margin-bottom: 30px;
    }

        .price-section .rating-stars .rate-title {
            width: 100%;
            float: right;
            color: #0087fb;
            font-size: 11px;
        }

    .price-section hr {
        width: 100%;
        margin-bottom: 15px;
    }

    .price-section .price-detail {
        width: 100%;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
        color: red;
    }


    .price-section .price-detail {
        width: 100%;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
        color: red;
    }

        .price-section .price-detail .priceWithOutDiscount {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

        .price-section .price-detail .currency-title {
            font-size: 15px;
            font-weight: 300;
        }

        .price-section .price-detail del {
            font-size: 15px;
            color: black;
            float: left;
        }

        .price-section .price-detail .discountShow {
            float: left;
            font-size: 14px;
            margin-right: 10px;
        }

    .price-section .btns {
        width: 100%;
    }





.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px
}

    .comment .comment-author-ava {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        border-radius: 50%;
        overflow: hidden
    }

        .comment .comment-author-ava > img {
            display: block;
            width: 100%
        }

    .comment .comment-body {
        position: relative;
        padding: 24px;
        border: 1px solid #e1e7ec;
        border-radius: 7px;
        background-color: #fff
    }

        .comment .comment-body::after, .comment .comment-body::before {
            position: absolute;
            top: 12px;
            right: 100%;
            width: 0;
            height: 0;
            border: solid transparent;
            content: '';
            pointer-events: none
        }

        .comment .comment-body::after {
            border-width: 9px;
            border-color: transparent;
            border-right-color: #fff
        }

        .comment .comment-body::before {
            margin-top: -1px;
            border-width: 10px;
            border-color: transparent;
            border-right-color: #e1e7ec
        }

    .comment .comment-title {
        margin-bottom: 8px;
        color: #606975;
        font-size: 14px;
        font-weight: 500
    }

    .comment .comment-text {
        margin-bottom: 12px
    }

    .comment .comment-footer {
        display: table;
        width: 100%
    }

        .comment .comment-footer > .column {
            display: table-cell;
            vertical-align: middle
        }

            .comment .comment-footer > .column:last-child {
                text-align: right
            }

    .comment .comment-meta {
        color: #9da9b9;
        font-size: 13px
    }

    .comment .reply-link {
        transition: color .3s;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .07em;
        text-transform: uppercase;
        text-decoration: none
    }

        .comment .reply-link > i {
            display: inline-block;
            margin-top: -3px;
            margin-right: 4px;
            vertical-align: middle
        }

        .comment .reply-link:hover {
            color: #0da9ef
        }

    .comment.comment-reply {
        margin-top: 30px;
        margin-bottom: 0
    }

@media (max-width:576px) {
    .comment {
        padding-left: 0
    }

        .comment .comment-author-ava {
            display: none
        }

        .comment .comment-body {
            padding: 15px
        }

            .comment .comment-body::after, .comment .comment-body::before {
                display: none
            }
}


.swal-content div {
    padding-top: 20px;
    line-height: 30px;
}

.card p {
    text-align: justify;
}

.example-image-link {
    float: right;
    text-align: center;
}

.table th, .table td {
    text-align: center !important
}

.modal, .swal-overlay {
    background-color: #3e3c3cfa !important;
}

.clear-both {
    clear: both !important;
}

.dropdown-menu {
    min-width: 8rem;
}

.menu-li-active {
    background-color: #4d77c3;
}

    .menu-li-active a {
        color: #fff !important;
    }



.lang-currency-switcher-wrap .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-logo {
    border-left: none;
}

.cats-toggle::before {
    display: inline-block;
    font-family: feather;
    content: '';
}

.site-menu > ul {
    float: right;
    margin-right: 222px;
}

.page-title {
    width: 100%;
    margin-bottom: 60px;
    padding: 7px 0;
    border-bottom: 1px solid #e1e7ec;
    background-color: #f5f5f5;
}

.page-title {
    text-align: right;
    margin-bottom: 0px;
}



.pointer {
    cursor: pointer !important;
}

.isotope-grid {
    height: unset !important;
}

.grid-item {
    /* width: calc((100% / 3) - 20px);*/
    float: right;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    padding-right: 10px;
    padding-left: 10px;
}



.isotope-grid .grid-item {
    margin-bottom: 20px;
}




.clear-both {
    clear: both !important;
}

.dropdown-menu {
    min-width: 8rem;
}

.lang-currency-switcher-wrap .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-logo {
    border-left: none;
}

.cats-toggle::before {
    display: inline-block;
    font-family: feather;
    content: '';
}

.site-menu > ul {
    float: right;
    margin-right: 222px;
}

.page-title {
    width: 100%;
    margin-bottom: 60px;
    padding: 7px 0;
    border-bottom: 1px solid #e1e7ec;
    background-color: #f5f5f5;
}

.page-title {
    text-align: right;
    margin-bottom: 0px;
}





.isotope-grid {
    height: unset !important;
}

.grid-item {
    /* width: calc((100% / 3) - 20px);*/
    float: right;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    padding-right: 10px;
    padding-left: 10px;
}



.isotope-grid .grid-item {
    margin-bottom: 20px;
}












.clear-both {
    clear: both !important;
}

.dropdown-menu {
    min-width: 8rem;
}

.lang-currency-switcher-wrap .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-logo {
    border-left: none;
}

.cats-toggle::before {
    display: inline-block;
    font-family: feather;
    content: '';
}

.site-menu > ul {
    float: right;
    margin-right: 222px;
}

.page-title {
    width: 100%;
    margin-bottom: 60px;
    padding: 7px 0;
    border-bottom: 1px solid #e1e7ec;
    background-color: #f5f5f5;
}

.page-title {
    text-align: right;
    margin-bottom: 0px;
}





.isotope-grid {
    height: unset !important;
}

.grid-item {
    /* width: calc((100% / 3) - 20px);*/
    float: right;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    padding-right: 10px;
    padding-left: 10px;
}



.isotope-grid .grid-item {
    margin-bottom: 20px;
}


.clear-both {
    clear: both !important;
}

.dropdown-menu {
    min-width: 8rem;
}

.lang-currency-switcher-wrap .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-logo {
    border-left: none;
    padding: 0;
}

    .site-logo img {
        max-height: 60px;
        max-width: 60px;
        padding: 0px;
    }

.site-branding {
    left: auto;
    right: 0;
    width: 90px;
}

.cats-toggle::before {
    display: inline-block;
    font-family: feather;
    content: '';
}

.site-menu > ul {
    float: right;
    margin-right: 100px;
}

.page-title {
    width: 100%;
    margin-bottom: 60px;
    padding: 7px 0;
    border-bottom: 1px solid #e1e7ec;
    background-color: #f5f5f5;
}

.page-title {
    text-align: right;
    margin-bottom: 0px;
}





.isotope-grid {
    height: unset !important;
}

.grid-item {
    /* width: calc((100% / 3) - 20px);*/
    float: right;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    padding-right: 10px;
    padding-left: 10px;
}



.isotope-grid .grid-item {
    margin-bottom: 20px;
}


.attr td {
    padding-bottom: 10px
}

.attr-key {
    min-width: 150px;
}



.attr-key {
    min-width: 150px;
}

.min-height-400 {
    min-height: 400px
}


.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}



.c-params__headline {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
    text-align: right;
    direction: rtl;
}

    .c-params__headline span {
        display: block;
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 1.375;
        color: #a7a7a7;
        letter-spacing: -.3px;
        text-align: right;
        direction: rtl;
    }

.c-params__title {
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
    text-align: right;
    direction: rtl;
}


    .c-params__title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #00bfd6;
        border-style: solid;
        border-width: 7px 0 0 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.c-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
    text-align: right;
    direction: rtl;
}

    .c-params__list li {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 8px -8px;
        text-align: right;
        direction: rtl;
    }

.c-params__list-key {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: right;
    direction: rtl;
}

.c-params__list-key, .c-params__list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    text-align: right;
    direction: rtl;
}


.c-params__list-key, .c-params__list-value {
    padding-right: 8px;
    padding-left: 8px;
}

    .c-params__list-key .block, .c-params__list-value .block {
        display: block;
        background: #fafafa;
        padding: 14px 18px 12px;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        color: #4d4d4d;
        letter-spacing: -.3px;
        min-height: 47px;
        position: relative;
        text-align: right;
        direction: rtl;
    }

.c-params__list-value {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    text-align: right;
    direction: rtl;
}



.shopping-cart {
    text-align: center !important;
}

    .shopping-cart .product-info {
        text-align: center !important;
    }


.checkout-footer {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.checkout-steps {
    margin-bottom: 20px !important;
}


.form-group label {
    margin-bottom: 8px !important;
    padding-right: 4px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
}

.hide {
    display: none !important
}

 


.h5, h5, .h4, h4 .h3, h3, .h2, h2, .h1, h1 {
    text-align: center;
}

li {
    text-align: right;
    list-style: none;
}

.mega-menu > li {
    border-left: none !important;
}

.border-radius-50 {
    border-radius: 50%;
}

.modal-footer {
    display: block;
}

.user-info-wrapper .user-info .user-avatar {
    position: relative;
    width: 65px;
    float: right;
}

.user-info-wrapper .user-info .user-data h4 {
    margin-top: 15px;
    margin-right: 32px;
    float: right;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
    font-family: feather;
    font-size: 14px;
    content: '\e058';
}

.user-info-wrapper .user-info .user-avatar > img {
    display: block;
    width: 100%;
    border: 0px;
    border-radius: 50%;
    margin-top: 20px;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
    display: block;
    position: absolute;
    top: 15px;
    right: -14px;
    width: 30px;
    height: 30px;
    transition: opacity .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #606975;
    line-height: 29px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    cursor: pointer;
    opacity: 0;
    text-align: center;
    text-decoration: none;
}

.user-info-wrapper .user-info .user-data {
    padding-top: 20px;
    padding-left: 12px;
}

.user-info-wrapper .user-info {
    margin-bottom: 20px;
}

.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    overflow: hidden;
}


.input-left {
    text-align: left !important;
    direction: ltr !important;
}


.input-right {
    text-align: right !important;
    direction: rtl !important;
}

.none-decoration {
    text-decoration: none !important;
}

/*
.offcanvas-menu ul li.has-children .sub-menu-toggle {
    display: block;
    position: unset !important;
    top: unset !important;
    right: unset !important;
    width: unset !important;
    height: unset !important;
     transition: background-color .3s;
    border-left: 1px solid rgba(255,255,255,.12);
    color: #fff;
    cursor: pointer;
    z-index: 1;
}*/

.table td, .table th {
    border: 1px solid #e9ecef !important;
    border-bottom: none !important;
}


.pagination {
    display: table;
    width: 100%;
    border-top: none;
}

.btn-width-balance {
    min-width: 120px !important;
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: unset;
    outline-offset: unset;
}

.field-validation-valid {
    margin-right: 5px;
}

.pagination > li {
    display: inline;
    float: right;
}

.color-white {
    color: white !important;
}

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


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


#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.datatable-operation-font-size {
    font-size: 18px;
    cursor: pointer;
}


.has-error .form-control {
    border-color: #ff7572;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

control:focus {
    border-color: #ff7572;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.form-group {
    margin-bottom: 5px;
}

.btn {
    margin-bottom: 5px;
}

.sidebar-menu-rtl .sidebar-submenu {
    padding: 0;
}

.sidebar-menu-rtl li {
    border-bottom: 1px solid;
}

.sidebar-menu-rtl .sidebar-submenu li {
    padding: 10px;
    border-bottom: 1px solid;
}

.permission label {
    cursor: pointer;
    position: relative;
    right: 5px;
    top: 5px;
}

.permission span {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.form-group.required label:after {
    content: " * ";
    color: red;
}

.custom-file-control {
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    z-index: 5;
    padding: 0 2.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 92%;
    margin-right: 15px;
}



.checkout-steps {
    margin-bottom: 40px
}

    .checkout-steps::after {
        display: block;
        clear: both;
        content: ''
    }

    .checkout-steps > a {
        display: block;
        position: relative;
        width: 25%;
        height: 55px;
        float: right;
        transition: color .3s;
        border-top: 1px solid #e1e7ec;
        border-bottom: 1px solid #e1e7ec;
        background-color: #fff;
        color: #606975;
        font-size: 14px;
        font-weight: 500;
        line-height: 53px;
        text-decoration: none;
        text-align: center
    }

        .checkout-steps > a > .angle {
            display: block;
            position: absolute;
            top: 0;
            right: -13px;
            width: 27px;
            height: 53px;
            background-color: #fff
        }

            .checkout-steps > a > .angle::after, .checkout-steps > a > .angle::before {
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                border: solid transparent;
                content: '';
                pointer-events: none
            }

            .checkout-steps > a > .angle::after {
                border-width: 26px;
                border-color: transparent;
                border-left-color: #fff
            }

            .checkout-steps > a > .angle::before {
                margin-top: -1px;
                border-width: 27px;
                border-color: transparent;
                border-left-color: #d8e0e6
            }

        .checkout-steps > a:hover {
            color: #0da9ef
        }

        .checkout-steps > a.active {
            background-color: #0da9ef;
            color: #fff;
            cursor: default;
            pointer-events: none
        }

            .checkout-steps > a.active > .angle::after {
                border-left-color: #0da9ef
            }

            .checkout-steps > a.active + a > .angle {
                background-color: #0da9ef
            }

        .checkout-steps > a.completed > .step-indicator {
            display: inline-block;
            margin-top: -5px;
            margin-right: 7px;
            border-radius: 50%;
            color: #43d9a3;
            font-size: 18px;
            line-height: 20px;
            text-align: center;
            vertical-align: middle
        }

        .checkout-steps > a.completed:hover {
            color: #606975
        }

        .checkout-steps > a:first-child {
            border-right: 1px solid #e1e7ec;
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px
        }

        .checkout-steps > a:last-child {
            border-left: 1px solid #e1e7ec;
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px
        }

@media (max-width:576px) {
    .checkout-steps > a {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        border: 1px solid #e1e7ec;
        border-radius: 7px
    }

        .checkout-steps > a > .angle {
            display: none
        }
}

.checkout-steps > a > .angle {
    right: 0;
    left: inherit
}

    .checkout-steps > a > .angle::before {
        border-right-color: #c5c5c5;
        border-left-color: transparent
    }

    .checkout-steps > a > .angle::after, .checkout-steps > a > .angle::before {
        right: 0;
        left: inherit
    }

    .checkout-steps > a > .angle::after {
        border-right-color: #fff
    }

    .checkout-steps > a > .angle::after, .checkout-steps > a > .angle::before {
        right: 0;
        left: inherit
    }

.checkout-steps > a.active > .angle {
    background: #0da9ef
}

.checkout-steps > a.active + a > .angle::after {
    border-right-color: #0da9ef
}

.checkout-steps > a.active + a > .angle {
    background-color: #fff
}





.select2-container--default .select2-selection--multiple {
    background-color: white;
    cursor: text;
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dbe2e8 2px;
    outline: 0;
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
}


.select2-container--default .select2-selection--single {
    background-color: white;
    cursor: text;
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border: solid #dbe2e8 2px;
    outline: 0;
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    user-select: none;
    -webkit-user-select: none;
}


.custom-file-control:lang(en):empty::after {
    content: attr(data-value);
    line-height: 2.1;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
    top: 3px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
    position: absolute;
    /*top: 7px;*/
}

.break-word {
    word-wrap: break-word;
}

.max-width-200 {
    max-width: 200px !important;
}

.text-right {
    text-align: right !important
}

.avatar-img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}


.modal-backdrop {
    /* bug fix - no overlay */
    position: unset !important;
}

.mega-menu-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.mega-menu-img-childs {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


#modalProductComment .modal-dialog {
    max-width: 800px !important;
}

#modalArticleComment .modal-dialog {
    max-width: 800px !important;
}

.modal-large .modal-dialog {
    max-width: 800px !important;
}


.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 66px;
    width: 100%;
}

    .comment .comment-body::after, .comment .comment-body::before {
        right: -15px;
    }

    .comment .comment-body::before {
        margin-top: -1px;
        border-width: 7px;
        border-color: transparent;
        border-right-color: #e1e7ec;
    }





.fnc-slider {
    max-height: 400px;
}

.text-decoration {
    text-decoration: none;
}












.product_add_to_factor_btn {
    position: absolute;
    bottom: 0;
    /* top: 61px; */
    right: 0;
}

    .product_add_to_factor_btn button {
    }


.rating-stars > i {
    margin-right: -3px;
}

    .rating-stars > i:last-child {
        margin-right: -3px;
    }


.owl-carousel .owl-item {
    float: right;
}

.owl-stage-outer {
    direction: rtl;
}




.post-thumb img {
    max-height: 300px !important;
}

.avatar-datatable {
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
}


#factorInNav {
    cursor: auto !important;
}


.dropdown-product-item {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

    .dropdown-product-item > .dropdown-product-remove {
        /* position: fixed; */
        /* top: 18px; */
        color: #ff5252;
        font-size: 25px !important;
        cursor: pointer;
        /* left: 0; */
        float: right;
        width: 10%;
        margin-top: 15px;
    }

        .dropdown-product-item > .dropdown-product-remove i {
            font-size: 20px;
        }

    .dropdown-product-item .dropdown-product-thumb {
        float: right;
        width: 30%;
    }

    .dropdown-product-item img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }

    .dropdown-product-item .dropdown-product-info {
        float: right;
        margin-top: 17px;
        width: 60%;
    }

        .dropdown-product-item .dropdown-product-info a {
            color: #000;
        }

.toolbar-dropdown-group {
    float: right;
    width: 100%;
    margin-top: 10px;
}



.custom-control-indicator {
    width: 20px;
    height: 20px;
}

.custom-control-description {
    margin-right: 20px;
    padding-right: 10px;
    display: inline-block;
    margin-top:3px;
}

.topbar .toolbar {
    position: inherit;
    margin: 0px;
}

    .topbar .toolbar .cart {
        background: unset;
        border: unset;
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        padding-top: 3px;
    }


        .topbar .toolbar .cart:hover {
            background: unset;
            border: unset;
            color: #000;
        }

        .topbar .toolbar .cart .compareBtn {
            text-align: center;
            color: #fff;
        }

        .topbar .toolbar .cart .toolbar-dropdown {
            top: 30px;
            left: 0;
            right: -75px;
        }

.compare-delete {
    position: absolute;
    top: 45px;
    left: 45px;
    color: red;
    border: 1px solid;
    border-radius: 50%;
    padding: 9px 0px;
    width: 30px;
    height: 30px;
    z-index: 500;
}

    .compare-delete i {
        line-height: 0;
        position: relative;
        top: -2px;
    }


.table-wrapper {
    width: 100%;
    overflow: auto;
}

.width-100 {
    width: 100px !important;
}

.uploader__box {
    float: right;
    margin: 10px 0px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #cac3c3;
    border-radius: 13px;
}

.uploader__further-instructions {
    width: 100%;
    margin: 0px;
}

.uploader__file-label--secondary {
    display: inline-block;
    margin: 0;
    float: left;
}

.fnc-nav__control.m--active-control {
    background: transparent;
}

.mega-menu {
    display: none;
    position: absolute;
    background-color: #2b2b2b !important;
    box-shadow: none !important;
    table-layout: fixed;
    height: 440px;
    padding-right: 0;
}

    .mega-menu > li {
        padding: 0px !important;
        list-style: none
    }

.nicemenu-item {
    background-color: #2b2b2b !important;
    padding: 3px 15px;
}

    .nicemenu-item h6 {
        color: #fff;
    }

    .nicemenu-item.active {
        background-color: #6f6f6f !important;
    }



.nicemenu-sub {
    height: 440px !important;
    background-color: #2b2b2b !important;
    color: #fff;
    width: 850px !important;
    box-shadow: unset !important;
    padding: 0px;
}

.w-3-1 {
    width: 25%;
    margin-right: 0;
    float: right;
}

    .w-3-1 p {
        padding: 4px 14px;
    }

        .w-3-1 p a {
            color: #fff;
        }

    .w-3-1 a p:hover {
        background-color: #6f6f6f !important;
        cursor: pointer;
    }

    .w-3-1 p:hover {
        background-color: transparent !important;
        cursor: default;
    }

.mega-menu-img {
    position: absolute;
    top: 170px;
    right: 1300px;
    width: 200px;
    height: 200px;
    z-index: 100;
    border-radius: 0px;
}

.select2-drop li {
    white-space: pre-line;
}


.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    white-space: pre-line;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    white-space: pre-line;
}



.banner {
    float: right;
    height: 190px;
    margin-bottom: 20px !important;
    border-radius: 7px;
    width: 100%;
    background-size: 100% 100%;
}

    .banner a {
        position: absolute;
        left: 20px;
        top: 100px;
    }

@media screen {
    #factor {
        display: none;
    }
}


@media print {

    @page {
        size: A4; /* DIN A4 standard, Europe */
        margin: 0;
    }

    html, body {
        width: 210mm;
        /* height: 297mm; */
        height: 290mm;
        font-size: 11px;
        background: #FFF;
        overflow: visible;
    }


    .content-wrapper, .topbar, .menu-topbar {
        display: none;
    }



    .table_detail td {
        padding: 10px 0;
    }

    .topbar {
        display: none
    }

    .navbar {
        display: none
    }

    .site-footer {
        display: none
    }

    .ads {
        display: none
    }

    .soft-shadow {
        display: none
    }

    .order-xl-1 {
        display: none
    }

    #factor {
        display: block;
    }


    p {
        font-size: 10px
    }

    h3, h4 {
        font-size: 13px;
        font-weight: 700;
    }
}



.notif-badge {
    border-radius: 7px;
    padding: 10px;
    text-align: left;
    /* color: #fff; */
}

    .notif-badge h4 {
        font-weight: 700;
        color: #fff;
        font-size: 20px;
        text-align: right;
    }

    .notif-badge h3 {
        text-align: center;
        font-size: 16px;
        color: #fff;
        margin: 14px auto;
    }


        .notif-badge h3 .title {
            float: right;
            margin-right: 40px;
        }


        .notif-badge h3 .value {
            float: left;
            margin-left: 40px;
        }


.user-info-wrapper .user-info .user-data span {
    font-size: 15px;
    position: absolute;
    left: 30px;
    bottom: 38px;
}

.img-nav-menu {
    height: 30px;
    width: 30px;
}

.nicemenu-sub a p {
    color: #fff;
    font-size: 12px;
}

.nicemenu-sub p {
    color: #333;
    font-size: 12px;
}

.nicemenu-item h6 {
    font-size: 14px;
    line-height: 2em;
}

.wishlist-table .remove-from-cart {
    display: inline-block;
    color: #ff5252;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
}



.subscribe-form .form-text {
    padding-bottom: 12px;
}

.subscribe-form .input-group {
    width: calc(100% - 88px);
    float: right;
}

.subscribe-form .btn {
    margin: 0;
    float: left;
}

.btn-product-like {
    position: absolute;
    right: 0;
    top: 28px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    margin-right: 8px;
}

    .btn-product-like i {
        position: absolute;
        top: 9px;
        right: 8px;
    }

.btn-product-compare {
    position: absolute;
    right: 0;
    top: 67px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    margin-right: 8px;
}

    .btn-product-compare i {
        position: absolute;
        top: 9px;
        right: 8px;
    }



.tag {
    height: unset;
    white-space: unset;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
}


.navbar-toggle-downlaod-app {
    z-index: 1050
}


.navbar-light .navbar-nav .nav-link {
    color: #3a3a3a;
}

.navbar-white {
    background-color: #fff;
    padding: 0px;
}

    .navbar-white .nav-link {
        font-size: 15px !important;
        padding: 20px 10px !important;
    }

    .navbar-white .nav-item.active {
        background-color: #e9e9e9;
        border-top: 2px solid #72a4ff;
    }

.navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
}

.navbar-toggler {
    padding: 15px 15px;
}

.form-control {
    color: #3a3a3a;
    font-size: 13px;
}


.btn-search {
    padding: 7px 10px !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 6px !important;
}

.input-search {
    width: 80% !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.modal-open .modal {
    background-color: #262626e6;
}


@media (min-width: 992px) {
    .show-top-menu {
        margin-top: 45.2px;
    }
}

@media (min-width: 1200px) {
    .show-top-menu {
        margin-top: 45.2px;
    }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */ 
.carousel-item {
    /*height: 32rem;*/  /*##@@*/
}

.carousel-item > img {
    position: absolute;
    width: 100%;
    height: 400px;
    border-radius: 7px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}





.border-radius-50 {
    border-radius: 50%;
}


.input-left {
    text-align: left !important;
    direction: ltr !important;
}


.input-right {
    text-align: right !important;
    direction: rtl !important;
}


.pointer {
    cursor: pointer;
}




.nav-link {
    color: #000;
}


.main-content {
    position: relative;
}


.owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}


    .owl-theme .custom-nav .owl-prev, .owl-next {
        position: absolute;
        /*height: 100px;*/
        border: none;
        z-index: 100;
    }

        .owl-theme .custom-nav .owl-prev, .owl-next i, .owl-prev i {
            font-size: 2.5rem;
            color: #ffffff;
        }



    .owl-theme .custom-nav .owl-prev {
        left: -16px;
    }

    .owl-theme .custom-nav .owl-next {
        right: -16px;
    }


.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    background: #00000085;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: not-allowed;
}

.card {
    padding: 10px;
}


.bg-pruple {
    background-color: #6f42c1 !important;
}

.bg-orange {
    background-color: #fd7e14 !important;
}

.bg-pink {
    background-color: #e83e8c !important;
}

.bg-gray {
    background-color: #6c757d !important;
}




.product-card {
    padding: 10px !important;
    height: 390px;
}

 



    .product-card .product-thumb {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }


        .product-card .product-thumb > img {
            padding: 10px 0;
            height: 195px;
            width: inherit;
        }





    .product-card .product-buttons > .btn.btn-wishlist {
        width: 36px;
        padding: 0;
        padding-left: 1px;
        border-radius: 50%;
        float: right;
    }



    .product-card .product-buttons > .btn {
        margin: 0 4px;
        float: left;
    }

    .product-card .product-title {
        font-size: 14px !important;
        min-height: unset !important;
    }

        .product-card .product-title a {
            color: #000 !important;
        }

    .product-card .rating-stars {
        position: absolute;
        top: unset;
        left: 10px;
        bottom: 10px;
    }

        .rating-stars .fas {
            color: #d8cb31;
        }

        .rating-stars .far {
            color: #1f1f1f;
        }

    .product-card .product-price > del {
        position: absolute;
        bottom: 27px;
        margin-right: unset;
        color: #9da9b9;
        left: 42px;
    }

    .product-card .product-price .discountShow {
        position: absolute;
        bottom: 27px;
        left: 0px;
        font-size: 12px;
    }


    .product-card .product-price {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        position: absolute;
        bottom: 35px;
        /* margin: 0 auto; */
        text-align: center;
        left: 10px;
    }




    .product-card .compare-btn {
        top: 5px;
        position: absolute;
        left: 5px;
        padding: 8px 11px;
        border-radius: 50%
    }

    .product-card .like-btn {
        top: 5px;
        position: absolute;
        right: 5px;
        padding: 7px 11px !important;
    }


.site-footer {
    padding-top: 35px;
    background-color: #374250;
}

.widget-light-skin .widget-title {
    border-color: rgba(255,255,255,.12);
    color: #adadad;
    margin-bottom: 14px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

.about-us ul {
    padding: 0;
}

    .about-us ul li {
        margin-bottom: 5px;
    }

        .about-us ul li a {
            color: #fff;
        }



.market-button {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 5px 14px 5px 45px;
    transition: background-color .3s;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    background-position: center left 12px;
    background-color: #fff;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.market-button {
    margin-right: 0;
    padding: 5px 14px 5px 14px;
    margin-left: 14px;
    background-position: center right 7px;
}




    .market-button.mb-light-skin {
        border-color: rgba(255,255,255,.12);
        background-color: transparent;
    }

        .market-button.mb-light-skin .mb-subtitle {
            opacity: .55;
        }

        .market-button.mb-light-skin .mb-subtitle, .market-button.mb-light-skin .mb-title {
            color: #fff;
        }

    .market-button .mb-subtitle {
        display: block;
        margin-bottom: -4px;
        color: #9da9b9;
        font-size: 12px;
    }

    .market-button.mb-light-skin .mb-subtitle, .market-button.mb-light-skin .mb-title {
        color: #fff;
    }

    .market-button .mb-title {
        display: block;
        color: #606975;
        font-size: 18px;
    }


.breadcrumb {
    background-color: #ffffff;
}

    .breadcrumb a {
        color: #000000;
        padding-right: 0;
    }

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 5px;
    padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}



.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        text-align: center
    }

        .steps .step .step-icon-wrap::after, .steps .step .step-icon-wrap::before {
            display: block;
            position: absolute;
            top: 50%;
            width: 50%;
            height: 3px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1
        }

        .steps .step .step-icon-wrap::before {
            left: 0
        }

        .steps .step .step-icon-wrap::after {
            right: 0
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 38px;
        line-height: 81px;
        z-index: 5;
        padding-top: 10px;
    }

    .steps .step .step-title {
        margin-top: 16px;
        margin-bottom: 0;
        color: #606975;
        font-size: 14px;
        font-weight: 500
    }

    .steps .step:first-child .step-icon-wrap::after {
        display: none
    }

    .steps .step:last-child .step-icon-wrap::before {
        display: none
    }

    .steps .step.completed .step-icon-wrap::after, .steps .step.completed .step-icon-wrap::before {
        background-color: #0da9ef
    }

    .steps .step.completed .step-icon {
        border-color: #0da9ef;
        background-color: #0da9ef;
        color: #fff
    }

.steps i {
    font-size: 45px;
}


.ads img {
    width: 100px;
    height: 100px;
}



.entry img {
    border-radius: 50%;
    border: solid 1px #ccc;
    padding: 2px;
    background-color: #eee;
    width: 50px;
    height: 50px
}

.widget-featured-posts .entry .entry-thumb, .widget-featured-products .entry .entry-thumb {
    width: 62px;
    padding-right: 0;
    padding-left: 12px
}

.widget-featured-posts .entry .entry-content, .widget-featured-posts .entry .entry-thumb, .widget-featured-products .entry .entry-content, .widget-featured-products .entry .entry-thumb {
    direction: rtl;
    text-align: right;
    color: #787878;
}

.widget-featured-posts .entry .entry-title a, .widget-featured-products .entry .entry-title a {
    color: #212223;
    font-weight: 100;
    font-size: 13px
}

.widget-featured-products .entry .entry-meta {
    color: #606975;
    font-size: 10px
}

.widget-featured-products .entry {
    margin-bottom: 16px
}

.entry {
    float: right;
}

    .entry .widget-title {
        border-bottom: 1px solid;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .entry .entry-thumb {
        float: right;
    }

    .entry .entry-content {
        float: right;
        margin-top: 5px;
        margin-right: 5px;
    }


.widget-title {
    font-size: 17px;
    font-weight: 700;
}


.tag {
    display: inline-block;
    height: 28px;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 0 12px;
    transition: all .3s;
    border: 1px solid #e1e7ec;
    border-radius: 14px;
    color: #606975 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none !important;
    white-space: nowrap
}

    .tag:hover {
        background-color: #f5f5f5;
        color: #606975 !important
    }

    .tag.active {
        border-color: #0da9ef;
        background-color: #0da9ef;
        color: #fff !important;
        cursor: default
    }


input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}


.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control .custom-control-indicator {
    background-color: #e6e6e6;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem;
}

.custom-control-indicator {
    width: 20px;
    height: 20px;
}

.custom-control-indicator {
    top: 0;
    left: inherit;
    right: 0;
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.widget .custom-control:last-child {
    margin-bottom: 0 !important;
}

.custom-control .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #0da9ef;
}

    .custom-control .custom-control-input:checked ~ .custom-control-indicator:before {
        content: '√';
        padding-right: 2px;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff;
}

.custom-control .custom-control-indicator {
    background-color: #e6e6e6;
    box-shadow: none !important;
}

.custom-control-indicator {
    width: 20px;
    height: 20px;
}

.custom-control-indicator {
    top: 0;
    left: inherit;
    right: 0;
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-indicator {
    width: 20px;
    height: 20px;
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.irs--flat .irs-min, .irs--flat .irs-max {
    direction: ltr !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    direction: ltr !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    direction: ltr !important;
}

.irs--flat .irs-grid-text {
    direction: ltr !important;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}


.comment .comment-author-ava {
    right: 0;
}


table .product-thumb img {
    width: 160px;
    height: 130px;
}

table .product-title a {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-table > table > tbody > tr > td, .order-table > table > tbody > tr > th, .order-table > table > thead > tr > td, .order-table > table > thead > tr > th, .shopping-cart > table > tbody > tr > td, .shopping-cart > table > tbody > tr > th, .shopping-cart > table > thead > tr > td, .shopping-cart > table > thead > tr > th, .wishlist-table > table > tbody > tr > td, .wishlist-table > table > tbody > tr > th, .wishlist-table > table > thead > tr > td, .wishlist-table > table > thead > tr > th {
    vertical-align: middle !important;
}


.card-text {
    text-align: center;
}

.entry-title a {
    color: #000;
}


.product-card {
    display: block;
    position: relative;
    width: 100%;
    padding: 18px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff;
}


tr.selected {
    background-color: #d3fffd;
}



.operationColumn {
}

.modal img {
    width: inherit;
}


.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fe7070;
    background-color: transparent;
    border-color: #fe7070;
}

#bg {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #232323f0;
}
.select2-dropdown {
   
    z-index: 900;
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}


.custom-file-control, .custom-file-control::before {
    border-color: #dbe2e8;
    color: #606975;
    line-height: 1.7;
}


    .custom-file-control::before {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        background-color: #f5f5f5;
    }


.custom-file-control:lang(en)::before {
    content: "جستجوی فایل";
    line-height: 1.2;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 15px;
}


img.bd-placeholder-img {
    width: 100%;
    /* height: 400px;*/
    height:100%;
}


#MostPopularContainer {
    /*background-color:#ea2121;*/
    background-color: #fafafa;
}
    #MostPopularContainer h4 {
        /*color: #fff;*/
        color: #000;
    }

#NewProductContainer {
    /*background-color: #b447ff;*/
    background-color: #fafafa;
}
    #NewProductContainer h4 {
        /*color: #fff;*/
        color: #000;
    }

#MostSaleContainer {
    /*background-color: #26bb57;*/
    background-color: #fafafa;
}
    #MostSaleContainer h4 {
        /*color: #fff;*/
        color: #000;
    }
.header-search-input .btn-search {
    margin-bottom: 7px;
}

.mdi-basket::before
{
    font-size:25px;
}
.card-body .content-account{
    width:100%;
    display:block;
}
.content-account .form-group {
    display: inline-block;
}
.content-account .form-group label{
        margin-top: -30px;
    }
.form-group .num1{
    margin-left: 60px;
}
.form-group .num2 {
    margin-right: 20px;
}
.form-group .num3 {
    margin-right: 120px;
}
.form-group .num4 {
    margin-right: 40px;\
}
.select2-selection__placeholder{
    width: 500px;
}
.select2-selection__rendered {
    width: 240px;
}
#addressDetail {
    margin-left: 499px;
    height: 100px;
}
.c-compare__content-holder .select2 select2-container .select2-container--default {
    width: 250px;
}
.entry-title .book h4{
    font-size: 14px!important;
}
.entry-title-f {
    font-size: 14px !important;
}
@media (min-width: 768px) and (max-width:991px){
    .search-column .col-lg-9 {
        flex: 0 0 73%;
        max-width: 73% !important;
    }
}
@media (max-width: 980px) {
     .box.grad-bg img {
        width: 150px!important;
        height: auto!important;
    }

     .box.grad-bg {
        height: auto!important;
    }
}

@media (min-width: 980px) {
    .collapse.dont-collapse-sm-t {
        display: block;
        height: auto !important;
        visibility: visible;
        width: 24%;
        margin-top: 61px;
        margin-right: 8px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .collapse.dont-collapse-sm-t {
        display: block;
        height: auto !important;
        visibility: visible;
        width: 34%;
        margin-top: 61px;
        margin-right: 8px
    }
}
@media (min-width: 980px) {
    .col-lg-3.sticky-sidebar {
        display: block;
        height: auto !important;
        visibility: visible;
        width: 19%;
       /* margin-top: 61px;*/
        margin-right: 8px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .col-lg-3.sticky-sidebar {
        display: block;
        height: auto !important;
        visibility: visible;
        width: 25%;
        margin-right: 8px
    }
}
.js-products .listing-listing ul.listing-item li .promotion-box .product-box-row .price-value-wrapper {
    font: 18px iranyekan !important;
}
.card-body .comment{
    padding-top: 60px!important;
}
    .card-body .comment .comment-author-ava{
        margin-top: 60px!important;
    }
.card-body .text-right{
    padding-bottom: 50px;
}
/*@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}*/
.float-right .col-12 .text-left {
    text-align: right !important;
}
.price-f{
    margin-top:30px;
}
.float-right .col-md-6 h5{
    text-align: right;
}
.owl-item .item .product-price {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 17px;
    position: absolute;
    bottom: -20px;
    /* margin: 0 auto; */
    text-align: center;
    left: 10px;
}
    .owl-item .item .product-price > del {
        position: absolute;
        bottom: 15px;
        margin-right: unset;
        color: #9da9b9;
        left: 42px;
    }

    .owl-item .item .product-price .discountShow {
        position: absolute;
        bottom: 15px;
        left: 0px;
        font-size: 12px;
    }

.content-account .form-group .address-label{
 margin-top: 15px!important;
}
.content-account .num4> span {
    margin-top: 10px;
}
.promotion-box .product-price .discountShow {
    position: absolute;
    bottom: 21px;
    left: 0px;
    font-size: 12px;
}
.promotion-box .product-price > del {
    position: absolute;
    bottom: 21px;
    margin-right: unset;
    color: #9da9b9;
    left: 42px;
}
.promotion-box .product-box-row .product-price {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    position: absolute;
    text-align: center;
    left: 80px;
    bottom: 11px;
}
.promotion-box .product-price .discountShow {
    position: absolute;
    bottom: 21px;
    left: 0px;
    font-size: 12px;
}
 .product-seller-price-real .product-price {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    position: absolute;
    text-align: center;
    left: 80px;
    bottom: -7px;
}
  .product-seller-price-real .product-price .discountShow {
        position: absolute;
        bottom: 21px;
        left: 0px;
        font-size: 12px;
    }
.product-seller-price-real .product-price > del {
        position: absolute;
        bottom: 21px;
        margin-right: unset;
        color: #9da9b9;
        left: 42px;
    }

.box-tabs-main .nav-item a {
    font-size: 13px;
}
/*.product-page .p-tabs .col-lg-3.sticky-sidebar {
    flex: 0 0 25%;
    max-width: 25%!important;
}*/
.num-f .card .card-body .content-account .form-group label {
    margin-top: -14px;
}
.num-f .text-lg {
    font-weight: 600;
    font-size: 16px;
}
.num-f .card-body {
    margin-right: 18px;
    margin-top: 32px;
}
.num-A .text-lg {
    font-weight: 600;
    font-size: 16px;
}
.num-A .card-body {
    margin-right: 18px;
    margin-top: 32px;
}
.num-B .text-lg {
    font-weight: 600;
    font-size: 16px;
}
.num-C .text-lg {
    font-weight: 600;
    font-size: 16px;
}
.c-compare .c-compare__content-holder .select2-container {
    width: 250px !important;
    box-sizing: border-box;
    display: inline-block;
     margin-bottom: 25px; 
    position: relative;
    vertical-align: middle;
    margin-top: 50px;
}
.c-compare .c-compare__content-holder .btn-block {
    width: 250px !important;
}
.c-compare .c-compare__content-holder .select2-container .selection .select2-selection__rendered {
    color: #444;
    line-height: 28px!important;
}
.product-item .product-info .text-lg>del{
    margin-right: 7px;
}
.num-B .card-body .text-right {
     padding-bottom: 0; 
}
.num-B .card-body .table-responsive {
    display: block;
    width: 70%;
    overflow-x: auto;
}
.num-C .text-center{
    padding-top: 15px;
}
.price-real {
    text-align: left;
}
.price-text-f {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.17;
}
.price-dis {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.unavailable-p {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    margin-right: 70px;
}
 .price-total{
    float:left;
    margin-top:8px;
    max-height: 38px;
}
#userCommentForm .col-lg-6 .form-group {
    margin-right: 35px;
    margin-top: 30px;
}
.btn-comment {
    margin-right: 20px;
    margin-bottom: 60px;
}
.text-size-seller {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.15;
    display: inline;
}
.description-f{
    float: right;
}
.tab-pane h1{
    font-size: 1.5rem;
}
#description h4{
    margin-bottom: 30px;
}
#userCommentForm .row{
    float:right;
}
#userCommentForm .text-right {
    margin-top: 10px;
    padding-right: 20px;
}
.irs-with-grid .irs-to {
    visibility: visible;
    left: 82.4514%!important;
    right: -0.3%!important;
}
/*.irs-with-grid .irs-from{
    left:0!important;
}*/
.group-pro .price-total,.search-pro .price-total {
    margin-bottom: -20px;
    margin-top: 0 !important;
}
.unavailable-pro {
    font-weight: 600;
    font-size: 17px;
    color: #000;
}
.pro-row{
    padding-right:10px;
    padding-left:10px;
}
.btn-pro{
    margin-bottom: 20px!important;
}
.add-to-f a {
    /*margin-top: 40px;*/
    margin-bottom: 40px;
}
/*.add-to-f .quantity {
    margin-top: 30px;
}*/
.add-to-f .quantity select {
   margin-top: 20px;
   padding-right: 4px;
   padding-left: 2px;
 }
.count-f .quantity select {
    width: 9%;
}
.comment-userp{
    width:90%;
}
.num3 input, .num4 input {
    width: 200px;
    Border: 1px solid #A7A5A6;
}
.modal-f .modal-content {
    width: 70% !important;
}
.user-inform .form-group{
    width: 200px!important;
}
/*.price-f4 .cart-item-product-price {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.12;
}*/
.price-total .badge {
    padding: 0.34em 0.7em!important;
}
#shipping-data-form .normal-delivery .checkout-pack{
    margin-bottom:0!important;
}
#productCommentBody {
 /*   margin-top: 50px;*/
    margin-right: 20px;
}
.rate-f {
    margin-right: 20px;
}
.form-group .simple-rating .far{
    font-size:18px!important;
}
.form-group .simple-rating{
    margin-top:20px;
    margin-bottom: 60px;
}
.social-links .fab{
    font-size:18px;
}
#addressForm .form-group{
    margin-bottom:20px;
}
.btn-fa {
    padding: 0.6rem 0.75rem !important;
}

.c-price-f {
    margin-right: 50px;
    margin-top: 20px;
}
/*.compare-f .c-compare .c-compare__content-holder .select2-container{
    width:500px!important;
}*/
    .compare-f .c-compare .c-compare__content-holder .select2-container .select2-selection__rendered{
       line-height:13px!important;
    }
    .compare-f .compareBtn{
        margin-right:12px;
    }
/*.logout-f{
    margin-right: 17px;
}*/
.log-f, .log-f2{
    width:25px;
}
.log-f{
    margin-right:5px;
}
.topbar_showbar_a span{
    margin-right: 5px;
}
.aside-f, .article-f{
    margin-top: 50px;
}
.bg-white-f {
    min-height: 500px;
    background-color: #fff !important;
}
.breadcrumb-f{
    margin-left:16px;
}
.form-control-f{
    width:90%!important;
}
.price-total-f{
    margin-right: 30px;
}
.dis-f{
    margin-top:-20px;
}
.copoun-f .col-md-3{
    margin-right: 30px;
}
.box-f{
    margin-bottom:30px;
    margin-right: 20px;
}
.payment-font {
    font-size: 16px;
    font-weight: 600;
}
#loginForm1, #form2, #form3, #form4 .input-left {
    border: 4px;
}
.price-total-f{
    width: 100%;
}
.price-real-f{
    text-align: right;
}
.checkout-to-shipping-price-report #factorFinalPrice {
    text-align: left;
}
.mini-buy-box-toman-f {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.12;
    float: left;
}
/*@media (max-width: 767px){
.widget{
    width:100%
}
}*/
@media (max-width: 620px) {
    #userCommentForm .form-group textarea {
        width: 350px;
    }   
}
@media (max-width: 742px) {
    .widget-product .owl-carousel .owl-nav .owl-next {
        left: 2px;
    }
    .widget-product .owl-carousel .owl-nav .owl-prev {
        right: 2px;
    }
}
.product-card .product-thumb-f {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.product-card .product-thumb-f > img {
    padding: 10px 0;
    height: 195px;
    width: inherit;
}
@media (max-width: 767px) {
    .product-card .product-thumb-f > img{
        margin-right: 20%;
        height: 220px;
        width:60%;

    }
}
.title-f{
    min-height: 57px;
}
.product-seller-f{
    min-height: 58px;
}
.tag-f{
    margin-right: -5px;
}

.link-tag-f {
    border: 1px solid #a9a3a3;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #656060;
    padding: 1px 3px;
    min-height: 40px;
    margin-right: -15px;
}
   