﻿:root {
    --authGray: #898989;
}

@charset "utf-8";

/* start shared classes between pages */
@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/IRANYekan.eot?');
    src: local('YekanBakh-regular'),url('../fonts/IRANYekan.eot?#iefix') format('embedded-opentype'),url('../fonts/IRANYekan.woff2') format('woff2'),url('../fonts/IRANYekan.woff') format('woff'),url('../fonts/IRANYekan.svg#YekanBakh-regular') format('svg');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/IRANYekan.eot?');
    src: local('YekanBakh-Medium'),url('../fonts/IRANYekan.eot?#iefix') format('embedded-opentype'),url('../fonts/IRANYekan.woff2') format('woff2'),url('../fonts/IRANYekan.woff') format('woff'),url('../fonts/IRANYekan.svg#YekanBakh-Medium') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'digit';
    src: url('../fonts/digits.eot?');
    src: local('digit'),url('../fonts/digits.eot?#iefix') format('embedded-opentype'),url('../fonts/digits.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'iran-sans';
    src: url('../fonts/iransans/iransans-web.eot');
    src: url('../fonts/iransans/iransans-web.eot?#iefix') format("eot"),url('../fonts/iransans/iransans-web.woff2') format("woff2"),url('../fonts/iransans/iransans-web.woff') format("woff"),url('../fonts/iransans/iransans-web.ttf') format("ttf");
    font-weight: 200
}

/*@font-face {
    font-family: 'IRANSansWeb';
    src: url(../fonts/IS4/eot/IRANSansWeb_Light.eot);
    src: url(../fonts/IS4/eot/IRANSansWeb_Light.eot?#iefix) format("eot"),url(../fonts/IS4/woff2/IRANSansWeb_Light.woff2) format("woff2"),url(../fonts/IS4/woff/IRANSansWeb_Light.woff) format("woff"),url(../fonts/IS4/ttf/IRANSansWeb_Light.ttf) format("ttf");
    font-weight: 300
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IS4/eot/IRANSansWeb.eot');
    src: url('../fonts/IS4/eot/IRANSansWeb.eot?#iefix') format("eot"),url('../fonts/IS4/woff2/IRANSansWeb.woff2') format("woff2"),url('../fonts/IS4/woff/IRANSansWeb.woff') format("woff"),url('../fonts/IS4/ttf/IRANSansWeb.ttf') format("ttf");
    font-weight: 400
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IS4/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/IS4/eot/IRANSansWeb_Medium.eot?#iefix') format("eot"),url('../fonts/IS4/woff2/IRANSansWeb_Medium.woff2') format("woff2"),url('../fonts/IS4/woff/IRANSansWeb_Medium.woff') format("woff"),url('../fonts/IS4/ttf/IRANSansWeb_Medium.ttf') format("ttf");
    font-weight: 500
}*/

@font-face {
    font-family: 'iran-sans';
    src: url('../fonts/iransans/iransans-web-bold.eot');
    src: url('../fonts/iransans/iransans-web-bold.eot?#iefix') format("eot"),url('../fonts/iransans/iransans-web-bold.woff2') format("woff2"),url('../fonts/iransans/iransans-web-bold.woff') format("woff"),url('../fonts/iransans/iransans-web-bold.ttf') format("ttf");
    font-weight: 700
}


h2 {
    font-size: 26px;
}

.modal-lg {
    margin: auto;
    /*padding-right: 17px;*/
    display: block;
}

@media(max-width: 768px) {
    .modal-lg {
        margin: 10px;
    }
}

/*.modal-lg {
    margin: auto;
    padding-right: 17px;
    display: block;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
}*/

    a.product_cart_button {
        -webkit-appearance: unset !important;
        line-height: 48px;
        display: block;
    }

        a.product_cart_button:hover {
            color: #fff;
        }

   

    .footer_list li a {
        font-size: 13px;
    }

    .footer_social {
        margin-top: 27px;
    }

        .footer_social ul li {
            display: inline-block;
            width: 48px;
            height: 30px;
            background: #fafafa;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
            margin-right: 3px;
            text-align: center;
        }

            .footer_social ul li i {
                color: #000000;
                line-height: 30px;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

            .footer_social ul li:hover i {
                color: #0e8ce4;
            }

    .slick-slide {
        opacity: 0;
        transition: opacity ease-in 0.3s;
    }

        .slick-slide.slick-active {
            opacity: 1;
        }

.header-search-bar-active-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    z-index:1;
    pointer-events:none;
    transition: all linear 250ms;
}

.header-search-bar-active-backdrop.active {    
    opacity: .40;
    pointer-events:all;
}

.search-results {
    top: 60px;
    position: absolute;
    width: 100%;
    padding: 9px;
    background-color: white;
    border-radius: 10px;
    min-height: 20px;
    box-shadow: 0 0 7px -5px black;
    max-height: 300px;
    overflow-y: auto;
}

        .search-results ul li {
            margin-bottom: 2px;
        }

        .search-results a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .search-results ul li div.row {
            width: 100%;
            padding: 9px 0;
            border-radius: 14px;
        }

        .search-results ul li div.search-result-item:hover {
            background-color: #efefef;
        }

    .cat_menu_container {
        width: auto !important;
        padding-left: 38px;
    }

    .logo a {
        font-size: 30px;
        font-weight: 500;
        /*color: #0e8ce4;*/
    }
.logo img {
    vertical-align: top;
}

@media(max-width: 768px) {
    .logo img {
        height: 50px !important;
    }

    .header_main {
        padding: 0;
    }

    .logo_container, .wishlist_cart {
        height: 55px !important;
    }
}

    .header_search {
        height: 70px;
    }

    .main_nav_dropdown li a {
        font-size: 14px;
    }

   /* .pink-bg:hover {
        background-color: #ff7f2c !important;
        color: white;
    }

    .yellow-green-bg:hover {
        background-color: #dcfd00 !important;
        color: white;
    }

    .purple-bg:hover {
        background-color: #814efa !important;
        color: white;
    }

    .blue-bg:hover {
        background-color: #00b8fc !important;
        color: white;
    }

    .red-bg:hover {
        background-color: #ff2947 !important;
        color: white;
    }

    .teal-bg:hover {
        background-color: #00ead0 !important;
        color: white;
    }

    .pink-bg:hover {
        background-color: #ff7f2c !important;
        color: white;
    }

    .yellow-green-bg:hover {
        background-color: #dcfd00 !important;
        color: white;
    }*/

    .deals_image img {
        border-radius: 20px;
    }

    .btn-info {
        background-color: #00a19a;
        border-color: #00a19a;
    }

    a.btn-info:hover, a.btn-info:focus {
        color: white;
    }

    .bestsellers_panel.active {
        padding-top: 0;
    }

    .best_sellers {
        background: #5c398e;
    }

    .bestsellers_slider {
        margin: auto;
        padding-bottom: 0;
        left: 0;
    }

        .bestsellers_slider .slick-slide > div:first-child {
            margin-bottom: 0;
        }

    .alertify .ajs-footer .ajs-buttons.ajs-primary {
        text-align: left !important;
    }

    ajs-primary ajs-buttons {
        text-align: left;
    }

    .alertify .ajs-header, .alertify .ajs-body {
        font-family: unset !important;
    }

    .alertify .ajs-commands {
        margin: -14px 0 0 0px !important;
    }

    .alertify .ajs-body .ajs-content {
        text-align: right;
    }

    .alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
        text-align: right;
    }

    #signin-modal .modal-content {
        min-height: 200px;
    }

    #signin-modal .preloader {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    #auth-password {
        text-align: center;
        font-size: 19pt;
        letter-spacing: 2px;
    }

    .cart .card-header h4 {
        font-size: 13pt;
    }

    .order-brief {
        background-color: #fff;
        /*border-radius: 10px;*/
        margin-bottom: 15px;
        text-align: right
    }

        .order-brief h3 {
            /*border-radius: 4px 4px 0 0;
            background-color: #ededed;
            font-weight: normal !important;*/
            text-align: center;
            /*padding: 16px 0;*/
            font-size: 18px;
            margin-top: 0
        }

        .order-brief .total-cost {
            padding: 0 15px 15px 15px
        }

            .order-brief .total-cost span {
                font-size: 16px;
                font-weight: normal
            }

            .order-brief .total-cost .left {
                float: left
            }

        .order-brief .total-discount {
            padding: 0 15px 15px 15px
        }

            .order-brief .total-discount span {
                font-size: 16px;
                font-weight: normal
            }

            .order-brief .total-discount .left {
                float: left
            }

        .order-brief .delivery-cost {
            padding: 0 0 15px 0;
            border-bottom: 1px solid #e7e7e7;
            width: calc(100% - 30px);
            margin: 0 auto
        }

            .order-brief .delivery-cost span {
                font-size: 16px;
                font-weight: normal;
                color: #13a94b
            }

            .order-brief .delivery-cost .left {
                float: left
            }

        .order-brief .discount-code {
            padding: 15px
        }

            .order-brief .discount-code label {
                font-weight: normal;
                padding-right: 8px
            }

        .order-brief .use-code {
            display: flex;
            background: #ededed;
            border-radius: 10px;
            width: calc(100% - 30px);
            margin: 0 auto;
            margin-bottom: 15px
        }

            .order-brief .use-code .discount-text {
                background-color: #ededed;
                padding: 8px 16px;
                border-radius: 0 10px 10px 0;
                border: 0 none;
                outline: 0 none;
                font-size: 15px
            }

            .order-brief .use-code .discount-button {
                background-color: #007470;
                border: 1px solid #007470;
                border-radius: 7px;
                color: #fff;
                padding: 7px 8px;
                height: 24px;
                cursor: pointer;
                font-size: 16px;
                font-weight: 100;
                line-height: 1px;
                left: -26px;
                top: 6.5px;
                width: 112px;
                font-size: 14.5px
            }

        .order-brief .msg {
            padding: 20px 15px
        }

            .order-brief .msg span {
                font-size: 13px;
                font-weight: normal;
                color: #13a94b
            }

        .order-brief .have-to-pay {
            padding: 15px;
            border-top: 1px solid #e7e7e7;
            width: 100%;
            margin: 0 auto;
            background-color: #13a94b;
            /*border-radius: 0 0 10px 10px;*/
            border-radius: 0 0 3px 3px;
            display: inline-block;
            width: 100%
        }

            .order-brief .have-to-pay span {
                font-size: 18px;
                font-weight: normal;
                color: #fff
            }

            .order-brief .have-to-pay .left {
                float: left
            }

    .ang-error {
        color: red;
    }

    .collapse.in {
        display: block;
        visibility: visible;
    }

    .cart_content {
        margin-right: 17px;
        width: 120px;
        white-space: nowrap;
        text-align: right;
    }

    .wishlist {
        /*margin-left: auto;
    margin-right: 0;*/
        margin-left: 30px;
    }

.wishlist_count {
    /*margin-top: -2px;*/
    margin-top: 0px;
    color: #a3a3a3;
    font-size: 13px;
    text-align: right;
}

    .edit-number {
        position: absolute;
        left: 46px;
        top: 18px;
        background: transparent;
        border: 0;
        font-size: 9pt;
        font-weight: bold;
        letter-spacing: 1px;
        /*color: #333;*/
        color: #17a2b8;
    }

        .edit-number button {
            background: transparent;
            border: 0;
            font-size: 9pt;
            font-weight: bold;
            letter-spacing: 1px;
            color: #9800ff;
        }

    #login_phone_number {
        text-align: center;
        font-size: 19pt;
        letter-spacing: 2px;
    }

        #login_phone_number[type=number]::-webkit-inner-spin-button,
        #login_phone_number[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .brands_item img {
        transition-property: all;
        transition-duration: 0.22s;
        transition-timing-function: ease-in-out;
        max-width: 100%;
        /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    }

        .brands_item img:hover {
            -webkit-filter: grayscale(0) !important;
            filter: grayscale(0) !important;
        }

    /* start new colors */
    .footer_list li a {
        font-weight: 100;
        color: #333;
    }

    .cart .cover-on-container {
        position: absolute;
        left: 0;
        right: -13px;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

    .logo a {
        color: #00a19a;
    }

.header_search_button {
    background: var(--primaryBorder);
}

.header_search_form_container {
    border: solid 2px var(--primaryBorder);
}

.cart_count {
    background: var(--primaryHighlightColor);
    color: white;
    font-family: digit,Yekan Bakh;
}

    .product_new {
        background: #5c398e;
    }

    .tabs_line span {
        background: #5c398e;
    }

.standard_dropdown li a:hover {
    color: #9800ff;
}

    .selectize-input.selectize-focus {
        border-color: #00a19a !important;
    }

    .custom_list li a:hover {
        color: #00a19a;
    }

a {
    /*color: #00a19a;*/
    color: var(--primaryHighlightColor);
}
    /* end new colors */
    .slick-prev, .slick-next {
        font-size: 0;
        position: absolute;
        bottom: 20px;
        color: #5b3e8f;
        border: 0;
        background: none;
        z-index: 1;
        top: -18%;
        outline: none !important;
    }

    .slick-prev {
        right: 0;
    }

        .slick-prev:after {
            content: "<";
            font: 40px/1 'FontAwesome';
        }

    .slick-next {
        left: 0;
        text-align: right;
    }

        .slick-next:after {
            content: ">";
            font: 40px/1 'FontAwesome';
        }

        .slick-prev:hover:after,
        .slick-next:hover:after {
            color: #7e7e7e;
        }

    .slick-disabled {
        visibility: hidden;
    }

    .cat_burger span {
        background: #333;
    }

    .cat_menu_text {
        color: #333;
        font-size: 14px;
        margin-top: 1px;
        margin-right: 13px;
    }

    .cat_menu_container {
        background: #ffffff;
    }

    .cat_menu_container {
        padding-right: 0;
    }

    #shopsModal .modal-content {
        border: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    #shopsModal .modal-header .close {
        padding: 15px;
        margin: -15px auto -15px -15px;
    }

    html[dir="rtl"] .modal-content {
        border: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    html[dir="rtl"] .modal-header .close {
        padding: 15px;
        margin: -15px auto -15px -15px;
    }

#navbar-shops > ul li .show a.legend {    
    font-size: 14px;
    padding-right: 18px;
    font-weight: 700;
}

    #navbar-shops > ul li .show a.legend:hover {
        color: #b446ff;
    }

    #navbar-shops > ul li .show a.legend:before {
        content: '»';
        padding-left: 12px;
        font-size: 15pt;
        line-height: 0;
        color: #6d00b7;
        position: absolute;
        top: 41%;
        right: 2px;
        font-family: sans-serif;
    }

    /************
9. 768px
************/

    @media only screen and (max-width: 768px) {
        .center-on-mobile {
            text-align: center !important;
        }

        .custom_dropdown {
            display: none;
        }

        .show-mobile-header-search {
            display: block !important;
        }
    }

    @media (min-width: 576px) {
        #shopsModal .modal-dialog {
            margin: 6% auto;
        }

        html[dir="rtl"] .modal-dialog {
            margin: 6% auto;
        }

        .show-mobile-header-search {
            display: block !important;
        }
    }

@media only screen and (max-width: 575px) {
    .wishlist {
        margin-right: 0!important;
    }
}

    /* start grid menu */
    .grid-menu a {
        transition-property: all;
        transition-duration: 0.33s;
        transition-timing-function: ease-in-out;
    }

.grid-menu {
    /*min-height: 500px;*/
    max-height: 100%;
    background: #fff;
    /*position: absolute;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align:start;
    align-items: flex-start;
    border-radius: 0px;
    overflow: hidden;
}

.grid-menu-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    text-align: center;
    transition-property: all;
    transition-duration: 0.22s;
    transition-timing-function: ease-in-out;
    height: 21.5vh;
    transition: height linear 100000000000s;
}

        .grid-menu-item img {
            margin-bottom: 7px;
            opacity: .8
        }

        .grid-menu-item:nth-child(odd) {
            /*background: #000;*/
            background: #fff;
            color: #333;
        }

            .grid-menu-item:nth-child(odd):hover {
                /*background: #222;*/
                background: #d7e9ff;
            }

        .grid-menu-item:nth-child(even) {
            /*background: #111111;*/
            background: #fafafa;
        }

            .grid-menu-item:nth-child(even):hover {
                /*background: #222;*/
                background: #d7e9ff;
            }

        .grid-menu-item:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            /*background: url(http://kepixels.com/wp-content/uploads/2017/03/amino-acid.svg);*/
            background-size: 50px;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            transition-property: all;
            transition-duration: 0.22s;
            transition-timing-function: ease-in-out;
        }

        .grid-menu-item:hover:after {
            opacity: 1;
            background-size: 100px;
        }

        .grid-menu-item a {
            position: absolute;
            color: white;
            height: 100%;
            width: 100%;
            text-decoration: none;
            top: 0;
            left: 0;
            z-index: 99;
        }

            .grid-menu-item a:hover .grid-nav-link-title h2 {
                /*letter-spacing: 7px;*/
            }

                .grid-menu-item a:hover .grid-nav-link-title h2:before {
                    top: -20px;
                    opacity: 1;
                    display: none;
                }

                .grid-menu-item a:hover .grid-nav-link-title h2:after {
                    background: yellow;
                    width: 20px;
                }

            .grid-menu-item a:hover .grid-nav-link-title p {
                opacity: 0.25;
            }

            .grid-menu-item a .grid-nav-link-title {
                top: 50%;
                left: 50%;
                /*color: white;*/
                color: #333;
                text-decoration: none;
                transform: translateX(-50%) translateY(-50%);
                position: absolute;
                font-weight: bold;
                font-size: 14pt;
                letter-spacing: .5px;
            }

                .grid-menu-item a .grid-nav-link-title h2 {
                    /*letter-spacing: 6px;*/
                    /*font-size: 1em;*/
                    font-size: 10pt;
                    text-transform: uppercase;
                    /*margin: 0 0 20px;*/
                    margin: 0;
                    position: relative;
                    /*padding: 0 0 20px;*/
                    padding: 0;
                    display: block;
                    transition-property: all;
                    transition-duration: 0.33s;
                    transition-timing-function: ease-in-out;
                    color: #757575;
                    white-space: nowrap;
                }

                    .grid-menu-item a .grid-nav-link-title h2:before {
                        content: "";
                        position: absolute;
                        top: -10px;
                        left: 50%;
                        width: 0;
                        height: 0;
                        margin-left: -10px;
                        transition-property: all;
                        transition-duration: 0.33s;
                        transition-timing-function: ease-in-out;
                        opacity: 0;
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-bottom: 6px solid yellow;
                    }

                    .grid-menu-item a .grid-nav-link-title h2:after {
                        content: "";
                        height: 2px;
                        width: 30px;
                        position: absolute;
                        background: #0e8ce4;
                        bottom: 0;
                        left: 50%;
                        transform: translateX(-50%);
                        margin-left: -3px;
                        transition-property: all;
                        transition-duration: 0.33s;
                        transition-timing-function: ease-in-out;
                        display: none;
                    }

                .grid-menu-item a .grid-nav-link-title p {
                    font-size: .8em;
                    margin: 0;
                    transition-property: all;
                    transition-duration: 0.33s;
                    transition-timing-function: ease-in-out;
                }

        .grid-menu-item:first-of-type:hover:after {
            transform: rotate(20deg);
        }

        .grid-menu-item:nth-child(2):hover:after {
            transform: rotate(-40deg);
        }

        .grid-menu-item:nth-child(3):hover:after {
            transform: rotate(-60deg);
        }

        .grid-menu-item:nth-child(4):hover:after {
            transform: rotate(55deg);
        }

        .grid-menu-item:last-of-type:hover:after {
            transform: rotate(-25deg);
        }

    /* end grid menu */


    @media only screen and (max-width: 991px) {
        .bestsellers_slider .slick-slide {
            width: unset !important;
        }

        .bestsellers_panel.active {
            margin-top: 0;
        }

        .best_sellers .slick-track {
            padding: 0;
            margin: 0;
            width: unset !important;
        }

        .main_nav_content {
            /*background: #0e8ce4;*/
            background: #ffffff;
            z-index:0;
        }

        .mega-menu-header li {
            cursor: pointer;
            background-color: gray;
        }

        .wishlist img {
            height: 21px !important;
            width: 21px !important;
        }

        .wishlist_cart .cart {
            margin-left: 15px;
        }

        .wishlist_content {
            margin-left: 6px;
            display: none;
        }

        .wishlist_text {
            display: none;
        }

        .cart_text {
            display: none;
        }

            .wishlist_text a,
            .cart_text a {
                font-size: 14px;
            }

        .wishlist_count,
        .cart_price {
            font-size: 12px;
        }

        .wishlist_icon {
            width: 20px;
        }

        .cart_content {
            margin-left: 18px;
            display: none;
        }

        .cart_icon {
            width: 17px;
        }

        .cart_count {
            width: 20px;
            height: 20px;
        }

            .cart_count span {
                line-height: 19px;
            }

        .tabs.tabs-right .tabs_line {
            margin-top: 30px;
        }

        .tabs {
            padding-top: 0px;
        }

        .popular_categories {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .new_arrivals {
            width: 100%;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .featured_slider .slick-track {
            padding-bottom: 50px;
        }

        .deals {
            margin-top: 15px;
        }

        .new_arrivals_title {
            font-size: 15px;
            font-weight: normal;
        }

        .custom_dropdown {
            display: none;
        }

        .show-mobile-header-search {
            display:block !important;
        }
    }
    /* end shared classes between pages */

    /* start loader */
    .spinner-wrapper {
        position: fixed;
        top: 12px;
        left: 40px;
        transition: all 1s;
        pointer-events: none;
        opacity: 0;
    }


        .spinner-wrapper.show {
            opacity: 1;
        }

    .spinner {
        -webkit-animation: rotator 1.4s linear infinite;
        animation: rotator 1.4s linear infinite;
    }

    @-webkit-keyframes rotator {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }
    }

    @keyframes rotator {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }
    }

    .path {
        stroke-dasharray: 187;
        stroke-dashoffset: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
        animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    }

    @-webkit-keyframes colors {
        0% {
            stroke: #4285F4;
        }

        25% {
            stroke: #DE3E35;
        }

        50% {
            stroke: #F7C223;
        }

        75% {
            stroke: #1B9A59;
        }

        100% {
            stroke: #4285F4;
        }
    }

    @keyframes colors {
        0% {
            stroke: #4285F4;
        }

        25% {
            stroke: #DE3E35;
        }

        50% {
            stroke: #F7C223;
        }

        75% {
            stroke: #1B9A59;
        }

        100% {
            stroke: #4285F4;
        }
    }

    @-webkit-keyframes dash {
        0% {
            stroke-dashoffset: 187;
        }

        50% {
            stroke-dashoffset: 46.75;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        100% {
            stroke-dashoffset: 187;
            -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
        }
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 187;
        }

        50% {
            stroke-dashoffset: 46.75;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        100% {
            stroke-dashoffset: 187;
            -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
        }
    }

    /* end loader */


    .kw-btn {
        position: relative;
        background: #00a19a;
        border: none;
        outline: none;
        color: #FFFFFF;
        cursor: pointer;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    button {
        cursor: pointer;
    }


    /* start sticky header */
    .header {
        z-index: 1;
        left: 0;
        top: 0;
        /*width: 100%;*/
        /* font-size: 2rem; */
        background-color: white;
        /* padding: 3rem 0; */
        /*display: flex;*/
        justify-content: center;
        animation-duration: 0.5s;
        transition: 0.5s;
    }

        .header.is-fixed {
            position: fixed;
            z-index: 100;
            -webkit-animation-name: stickySlideDown;
            animation-name: stickySlideDown;
            padding: 0;
            transition: none;
        }

    @-webkit-keyframes stickySlideDown {
        0% {
            opacity: 0.7;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes stickySlideDown {
        0% {
            opacity: 0.7;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    /* end sticky header */

.product_old_price {
    /*margin: 0;*/
    color: #c1c1c1;
    /*text-decoration: line-through;*/
    /*font-size: 12pt;
    font-family: digit,Yekan Bakh;
    bottom: 60px;
    position: absolute;
    left: 30px;*/
}

.product_old_price_wrapper {
    margin: 0;
    color: #c1c1c1;
    font-size: 12pt;
    font-family: digit,Yekan Bakh;
    bottom: 60px;
    position: absolute;
    left: 30px;
    font-size: 12pt
}

.product_old_price_2 {
    color: #c1c1c1;
    text-decoration: line-through;
    margin: 0;
    color: #c1c1c1;
    text-decoration: line-through;
    bottom: 27px;
    font-family: 'digit', 'iran-sans';
    padding: 0 28px;
    text-align: left;
    position: absolute;
    left: 43px;
    font-size: 13pt;
    letter-spacing: 1px;
    font-weight: 100;
}

.discount-percentage {
    padding: 4px 10px;
    background-color: red;
    margin-right: 3px;
    color: white;
    border-radius: 10px;
    font-size: 9px;
}

.discount-percentage_2 {
    color: white !important;
    text-decoration: none;
    position: absolute;
    left: 19px;
    bottom: 27px;
    font-size: 12pt !important;
    /*padding: 0px 12px !important;*/
    padding: 0px 6px !important;
    width: 38px;
    text-align: center;
}

@media(max-width: 768px) {
    .product_old_price_2 {
        bottom: 59px;
    }

    .discount-percentage_2 {
        bottom: 60px;
    }
}

.discount-unit {
    padding: 0px 4px;
    background-color: red;
    color: white;
    border-radius: 10px;
    font-size: 9pt;
    /* margin-left: 8px; */
    margin-right: 0;
    width: 39px;
    display: inline-block;
    text-align: center;
}

.product_grid .product_old_price {
    /* margin: 0; */
    color: #c1c1c1;
    text-decoration: line-through;
    text-align: left;
    left: 0;
    font-size: 10pt;
    letter-spacing: 1px;
}

.product_grid .product_old_price_wrapper {
    color: #c1c1c1;
    /*text-decoration: line-through;*/
    bottom: 36px;
    /*left: 29px;*/
    font-family: 'digit', 'iran-sans';
    padding: 0 28px;
    text-align: left;
    position: absolute;
    left: 0;
    font-size: 10pt;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

/* start arrow-purple-footer */
.shape-container-items {
    direction: ltr;
    height: 150px;
    background-image: url(/Themes/Didital2/Content/images/footer-bg-small.jpg?v=1);
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    background-position: right;
    background-color: white;
}

    .shape-container-items .shape-main-container {
        width: 100%;
        flex-direction: row;
        display: flex !important;
    }

.shape-container-items a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.shape-container-items .shape-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19%;
    transition: all .2s ease-in-out;
    flex-direction: column;
    color: white;
}

    .shape-container-items .shape-item a div {
        font-size: 9pt;
    }

    .shape-container-items .shape-item:hover {
        cursor: pointer;
        transform: scale(1.1);
    }

    .shape-container-items .shape-item:first-child {
        margin-left: 77px;
    }

.shape-container .footer-link-list {
    /*height: 100%;*/
    padding-right: 34%;
    font-size: 9pt;
}

    .shape-container .footer-link-list li {
        /*flex-grow: 1;*/
        /*height: 40px;*/
        height: 33px;
    }

.arrow-purple-footer {
    text-align: right;
}

    .arrow-purple-footer h5 {
        font-size: 12pt;
        color: #9800ff;
        margin-bottom: 11px;
    }

.arrow-purple-footer-left-side ul li {
    height: 26px;
    white-space: nowrap;
}

    .arrow-purple-footer-left-side ul li a {
        /*color: #333;*/
        color: #7f7f7f;
        transition: all .2s ease-in-out;
    }

        .arrow-purple-footer-left-side ul li a:hover {
            color: #9800ff;
        }

.shape-container a {
    color: white;
    display: block;
    transition: all ease-in .2s;
    height: 100%;
    white-space: nowrap;
}

.shape-container .shape-main-container a img {
    width: 50px;
}

    .shape-container a:hover {
        color: #eccfff!important;
    }

.footer-link-list li img {
    margin-left: 5px;
}

.namad {
    zoom: .7;
}

/* media queries */
/*
              ##Device = Tablets, Ipads (landscape)
              ##Screen = B/w 768px to 1024px
            */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .shape-container {
        display: none;
    }

    .arrow-purple-footer-left-side .link-list {
        display: none !important;
    }

    .arrow-purple-footer-left-side {
        padding: 0 !important;
        width: 100% !important;
        flex: 1;
        max-width: 100%;
    }

    .footer {
        padding: 0;
    }

    .arrow-purple-footer-left-side .namad a {
        margin-top: 0 !important;
    }

    .namad {
        zoom: .6;
        flex-direction: row !important;
        margin-bottom: 15px;
        padding: 0 !important;
        width: 100% !important;
        flex: 1;
        max-width: 100%;
    }


}

/*
              ##Device = Low Resolution Tablets, Mobiles (Landscape)
              ##Screen = B/w 481px to 767px
            */
@media (min-width: 481px) and (max-width: 767px) {
    .shape-container {
        display: none;
    }

    .arrow-purple-footer-left-side .link-list {
        display: none !important;
    }

    .arrow-purple-footer-left-side {
        padding: 0 !important;
    }

    .footer {
        padding: 0;
    }

    .arrow-purple-footer-left-side .namad a {
        margin-top: 0 !important;
    }

    .namad {
        /*zoom: .6;*/
        flex-direction: row !important;
        margin-bottom: 15px;
        padding: 0 !important;
        margin-right: 54px;
        margin-top: 16px;
    }

    .namad img {
        zoom: .6;        
    }
}

/*
              ##Device = Most of the Smartphones Mobiles (Portrait)
              ##Screen = B/w 320px to 479px
            */
@media (min-width: 320px) and (max-width: 480px) {
    .shape-container {
        display: none;
    }

    .arrow-purple-footer-left-side .link-list {
        display: none !important;
    }

    .arrow-purple-footer-left-side {
        padding: 0 !important;
    }

    .footer {
        padding: 0;
    }

    .arrow-purple-footer-left-side .namad a {
        margin-top: 0 !important;
    }

    .namad {
        zoom: .6;
        flex-direction: row !important;
        margin-bottom: 15px;
        padding: 0 !important;
        margin-right: 54px;
        margin-top: 16px;
    }
}

/* fix footer in screens larger then full hd */
@media screen and (min-width: 1440px) {
    .footer {
        padding-top: 0;
        padding-bottom: 40px;
        text-align: right;
    }

    .arrow-purple-footer {
        max-width: 1324px;
        overflow: hidden;
        margin: auto;
        background-color: white;
    }

    .shape-container-items {
        background-position: left;
    }

        .shape-container-items .shape-item {
            width: 7em;
        }

            .shape-container-items .shape-item:first-child {
                margin-left: 30px;
            }
}

@media screen and (min-width: 1900px) {
    .footer {
        padding-top: 0;
        padding-bottom: 40px;
        text-align: right;
    }

    .arrow-purple-footer {
        max-width: 1324px;
        overflow: hidden;
        margin: auto;
        background-color: white;
    }

    .shape-container-items {
        background-position: left;
    }

        .shape-container-items .shape-item {
            width: 7em;
        }

            .shape-container-items .shape-item:first-child {
                margin-left: 30px;
            }
}

footer .copy-right {
    background-color: var(--primaryHighlightColor);
    color: #f3e8fa;
    font-size: 9pt;
}
/* end arrow-purple-footer */

/* h1 for index page */
.index-footer__seo h1 {
    font-size: 16px;
    font-size: 1em;
    line-height: 1.375;
}

.index-footer__seo {
    margin-bottom: -49px;
    /*color: #3f3f3f;*/
    color: #7f7f7f;
}

@media(max-width: 768px) {
    .index-footer__seo {
        margin-bottom: 0 !important;
        color: #3f3f3f;
    }
}

/* end h1 for index page */

/* start user cart */
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 22px;
    height: 23px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
}

    .quantity__minus:hover,
    .quantity__plus:hover {
        background: #575b71;
        color: #fff;
    }

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 32px;
    height: 19px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #fff;
}

.btn-primary-color {
    background-color: var(--primaryBorder);
    border-color: var(--primaryBorder);
    color: white;
}

    .btn-primary-color:hover,
    .btn-primary-color:focus,
    .btn-primary-color:active {
        color: #fff !important;
        background-color: var(--primaryBorder) !important;
        border-color: var(--primaryBorder) !important;
        box-shadow: 0 0 0 0.2rem var(--primaryHighlightColorTransparent2) !important;
    }


/* end user cart */

@media(max-width: 786px) {
    .cat_menu_title {
        margin-right: 23px;
    }
}


/* start mega menu */
@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar .has-megamenu {
            position: static !important;
        }

        .navbar .megamenu {
            left: 0;
            right: 0;
            width: 100%;
            /*padding: 20px;*/
            padding: 35px 40px;
        }

        .navbar .nav-link {
                        padding-top: 10px;
            padding-bottom: 10px;

            /*padding: 0;*/
        }
}

.navbar .megamenu {
    opacity: 0;
    transition: all linear 100ms;
    display: block !important;
    height:0;
}

    .navbar .megamenu.show {
        opacity: 1;        
    }

#navbar-shops-wrapper {
    pointer-events: none !important;
}

    #navbar-shops-wrapper.show {
        pointer-events: all !important;
    }

.mega-menu-header .dropdown-toggle::after {
    display: none;
}

.mega-menu-header .cat_burger {
    width: 18px;
    height: 14px;
    display: inline-block !important;
    margin-left: 11px;
    vertical-align: sub;
}


.mega-menu-header .cat_menu_text {
    cursor: pointer;
    /* disable select */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.main_nav_content .navbar {
    padding: 0;
}


#navbar-shops > ul li > .show {
    
/*    border-bottom: 3px #6f00bc solid;
    border-radius: 3px;
*/}

#navbar-shops > ul li > span {
    padding: 10px 20px 10px 20px;
}

/*#navbar-shops > ul li > span:hover {
    background-color:red;

}*/

#navbar-shops .nav-item a {
    color: #333;
}

    #navbar-shops .nav-item a:hover {
        color: #333;
        font-weight: bold;
    }

#navbar-shops .nav-item {
    font-size: 10pt;
    border-left: 1px gainsboro solid;
    width: 100%;
    text-align: center;
    background-color: #f9f1ff;
}

    #navbar-shops > ul .nav-item > span.show:hover {
        background-color: unset !important;
        cursor: pointer;
    }

#navbar-shops > ul .nav-item > span:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

#container:hover ~ #cube {
    background-color: yellow;
}

#navbar-shops > ul .nav-item:hover #navbar-shops > ul .nav-item a {
    font-weight: bold;
    display: inline-block;
}

#navbar-shops > ul .header-vertical-menu .nav-item:hover a {
    font-weight: 100;
}

#navbar-shops > ul .nav-item:last-child {
    border-left: 0px;
}

#navbar-shops > ul {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
    background-color: white;
    border: 1px #6f00bc solid;
    border-bottom: 0;
}

    #navbar-shops > ul li .show a {
        color: #333;
        font-weight: 100;
    }

#navbar-shops .navbar-light .navbar-nav .nav-link {
    width: 100%;
    padding: 0;
}

#navbar-shops .nav-item a {
    width: 100%;
}

#navbar-shops .brands {
    font-size: 10pt;
    padding: 0;
    margin: 0;
    list-style: disc;
    padding-right: 20px;
}

/*    #navbar-shops .brands li {
        padding: 8px 0;
    }*/


/* Style the tab */
#navbar-shops .tab {
    float: right;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    /*width: 30%;*/
    height: 300px;
    margin-right: -20px;
}

    /* Style the buttons that are used to open the tab content */
    #navbar-shops .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 3px 35px;
        width: 100%;
        border: none;
        outline: none;
        text-align: right;
        cursor: pointer;
        transition: 0.3s;
        border-radius: 12px;
        font-size: 11pt;
        margin-bottom: 5px;
        position: relative;
    }

        /* Change background color of buttons on hover */
        #navbar-shops .tab button:hover {
            /*background-color: #ddd;*/
            color: #6d00b7;
        }

        /* Create an active/current "tab button" class */
        #navbar-shops .tab button::before {
            /*background-color: #e4e4e4;*/
            content: '•';
            padding-left: 12px;
            font-size: 19pt;
            line-height: 0;
            color: #6d00b7;
            position: absolute;
            top: 48%;
            right: 7px;
        }

        #navbar-shops .tab button::after {
            content: '>';
            padding-right: 12px;
            font-size: 15pt;
            line-height: 0;
            position: absolute;
            top: 14px;
            left: 12px;
            color: #6d00b7;
        }

        #navbar-shops .tab button.active {
            background-color: #e4e4e4;
        }

/* Style the tab content */
#navbar-shops .tabcontent {
    float: right;
    padding: 0px 12px;
    /*border: 1px solid #ccc;*/
    width: 70%;
    border-left: none;
    height: 300px;
    text-align: right;
}

#navbar-shops .horizontal-mega-menu-subitems {
    padding:0;
}

    #navbar-shops .horizontal-mega-menu-subitems li {
        display: inline-block;
        margin: 5px 7px;
        background: #efe1f9;
        padding: 1px 10px;
        color: #333;
    }

    #navbar-shops .horizontal-mega-menu-subitems li:before {
        display: none;
    }

.header-vertical-menu {
    text-align: right;
}

    .header-vertical-menu ul {
        padding-right: 40px;
        list-style: none;
        font-size: 10pt;
    }

        .header-vertical-menu ul li {
            margin: 12px 0;
            padding-right: 40px;
            position:relative;
        }
            .header-vertical-menu ul li:before {
                content: "\2022";
                color: #6d00b7;
                font-weight: bold;
                display: inline-block;
                width: 1em;
                margin-left: 5px;
                font-size: 17pt;
                line-height: 0;
                position: absolute;
                top: 8px;
                right: 15px;
            }

        .header-vertical-menu ul li:first-child {
            margin-top: 5px;
        }

#navbar-shops-wrapper {
    margin-top: -1px;
    border: 0;
    border-radius: 0 !important;
    border-top: 1px #e4e4e4 solid;
}

#navbar-shops .dropdown-menu {
    text-align: right;
}

    #navbar-shops .dropdown-menu.show {
        /*box-shadow: 0px 8px 79px -21px #cccccc;*/
        /*border-radius: 0 0 10px 10px !important;*/
        box-shadow: 0px 68px 79px -21px #cccccc8f;
        border-radius: 0;
        border: 0;
        margin-top: 0px;
        border: 1px #6f00bc solid;
        border-top: 0;
        background-color: #f9f1ff;
        /*display: block !important;*/
    }

    #navbar-shops .dropdown-menu.show {
        display: unset !important;
        height:290px !important;
        opacity: 1;
    }

    #navbar-shops .dropdown-menu {
        height:0;
        opacity:0;
        transition: all linear 100ms;
    }

#navbar-shops .dropdown-menu {
    display: none !important;
}

    /*#navbar-shops > ul li ~ div :not(.show) {
        display: none !important;
    }*/


#navbar-shops > ul li .show a span {
    border-bottom: 3px #6f00bc solid;
    padding-bottom: 5px;
}



ul li.show > .dropdown-toggle-main {
    background-color: #f5e9ff;
}

.dropdown-toggle-main {
    transition: all ease-in-out 100ms;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
}

    .dropdown-toggle-main:hover {
        background-color: #f5e9ff;
    }

    #navbar-shops ul li .dropdown-toggle-main > a {
/*    display: flex;
    flex-direction: row;
*/    text-align: center;
    white-space: nowrap;
    position: relative;    
}

    #navbar-shops ul li .dropdown-toggle-main > a img {
        margin-top: 2px;
        height: 20px;
        width: 20px;
        margin-left: 6px;
        /* position: absolute; */
    }

    #navbar-shops ul li .dropdown-toggle-main > a span {
        /*padding-right: 26px;*/
        width: 100%;
        text-align: center;
    }

#navbar-shops .grid-brands-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*column-gap: 10px;
    row-gap: 10px;*/
    grid-gap:10px;
    margin-top:0px;
}


#navbar-shops .grid-brands-images a {
display: inline-table !important;
}



#navbar-shops .megamenu img {
    padding: 20px;
    /*width: 30%;*/
    background: white;
    /*margin-top: 5px;*/
    border: 1px #6e00b8 solid;
    right: 0;
    width:100%;
}

    #navbar-shops .megamenu img:before {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: red;
        z-index: 5;
        position: absolute;
    }

    #navbar-shops .megamenu img:hover #navbar-shops .megamenu img:after {
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


#navbar-shops .megamenu a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /*transition: .5s ease;*/
    background-color: #9800ff21;
}

#navbar-shops .megamenu a:hover .overlay {
    opacity: 1;
}

#navbar-shops .megamenu a {
    position: relative;
    height: fit-content;
}

#navbar-shops .megamenu a .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#navbar-shops .brands {
    color: #6d00b7;
    height: 200px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}

    #navbar-shops .brands li a {
        color: #333;
        transition: all ease-in-out 100ms;
        padding: 8px 0;
        display: block;
        font-weight: 100 !important;
    }

        #navbar-shops .brands li a:hover {
            /*color: #6d00b7;*/
            color: #b446ff;
        }


#navbar-shops .header-vertical-menu ul li a {
    color: #333;
    display: inline-block;
}

    #navbar-shops .header-vertical-menu ul li a:hover {
        /*color: #6d00b7;*/
        color: #b446ff;
    }

.navbar-toggler {
    display: flex;
    flex-direction: row;
    border: 0;
    margin-top: 7px;
}

/* end mega menu */
        /* start mobile mega menu */
        /* side mega menu side */
.mobile-nav {
     position: fixed; 
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

        .c-burger-menu {
    padding: 24px 20px 48px;
    background: #fff;
    /*    width: 285px;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0,0,0,.13);
    box-shadow: -2px 0 4px 0 rgba(0,0,0,.13);
    display: none;
    height: 100vh;
    overflow: auto;
    z-index: 61;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
*/ -webkit-animation-duration: .5s;
    animation-duration: .5s;
    text-align: right;
    direction: rtl;
    padding: 0;
    display: none;
}

.c-burger-menu__header {
    padding: 25px 17px;
    background-color: #dadada;
}

    .c-burger-menu__header .legend {
        font-size: 13px;
        direction: rtl;
        padding-right: 5px;
        margin-top: 5px;
    }

        .c-burger-menu__header .legend a {
            color: dodgerblue;
        }

    .c-burger-menu__header .search-results {
        position: relative;
        top: 0;
        max-height: 400px !important;
        overflow-y: auto;
        border-bottom: 2px #cccccc solid;
        padding-bottom: 19px;
    }

    .c-burger-menu__header input {
        font-size: 10pt;
    }

.c-burger-menu-as-side-menu {
    width: 285px;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0,0,0,.13);
    box-shadow: -2px 0 4px 0 rgba(0,0,0,.13);
    display: none;
    height: 100vh;
    overflow: auto;
    z-index: 61;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}

.c-burger-menu__content {
    text-align: right;
    direction: rtl;
}

.c-burger-menu.is-burger-active {
    display: block !important;
}

.c-burger-menu__list {
    padding: 8px 0 12px;
    list-style: none;
}

    .c-burger-menu__list + .c-burger-menu__list {
        border-top: 1px solid #eee;
    }

.c-burger-menu__list {
    padding: 8px 0 12px;
    list-style: none;
}

.c-burger-menu__category.is-active {
    color: #ef394e !important;
}

.c-burger-menu__category i {
    transition: all cubic-bezier(0.4, 0, 1, 1) .1s;
}

.c-burger-menu__category.is-active i {
    transform: rotate(-90deg);
}

.c-burger-menu__subcategory i {
    transition: all cubic-bezier(0.4, 0, 1, 1) .1s;
}

.c-burger-menu__subcategory.is-active i {
    transform: rotate(-90deg);
}

.c-burger-menu__category {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #62666d;
    padding: 10px 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-burger-menu__subcategory--all-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-burger-menu__subcategory {
    padding: 10px 40px 10px 20px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .c-burger-menu__subcategory + ul {
        padding: 0px 50px 0px 20px;
        list-style: none;
        display: none;
    }

        .c-burger-menu__subcategory + ul li {
            text-align: right;
            font-size: 10pt;
            padding: 0px 24px;
        }

    .c-burger-menu__subcategory.is-active + ul {
        display: block;
        position: relative;
    }

    .c-burger-menu__subcategory.is-active {
        color: #ef394e !important;
    }

.c-burger-menu__thirdcategory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 8px 60px 8px 20px;*/
    padding: 0px 0px 10px 20px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #81858b;
}

.c-burger-menu__sublist {
    list-style: none;
    padding: 10px 20px;
    background-color: #f0f0f1;
    margin: 0 -20px;
    display: none;
}

.is-active + .c-burger-menu__sublist {
    display: block;
}

.c-burger-menu__thirdlist:before {
    content: "";
    width: calc(100% - 60px);
    height: 2px;
    bottom: -2px;
    left: 20px;
    background: #dfdfdf;
    position: absolute;
}

@media(max-width: 768px) {
    #mobile-megamenu-modal {
        /*margin-right: -15px;*/
        margin-top: 60px;
    }
}


ul li:last-child ul:before {
    height: 0px;
}



/*.c-burger-menu__subcategory:after {
    content: "\F0A6\00FE0E";
    color: #a1a3a8;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 20px;
    font-family: 'Font Awesome 5 Free';
}*/
/* end mega menu side */
/* end mobile mega menu */


/* start first page v2 */
.sec-wrapper {
    /*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
*/ padding: 35px 0px;
    padding-bottom: 35px;
}

    .sec-wrapper.sec-wrapper-purple {
        background-color: #6a7b8c;
        /*height: 50%;*/
        /*border-radius: 20px;*/
        height: 450px;
    }

    .sec-wrapper.sec-wrapper-purple-02 {
        background-color: #ef9b0f;
        /*height: 50%;*/
        /*border-radius:20px;*/
        height: 450px;
    }

    .sec-wrapper.sec-wrapper-pink {
        background-color: #d2a0ff;
        height: 50%;
        /*border-radius:20px;*/
    }


.sec-wrapper-right-side {
    display: inline-block;
    width: 25%;
    float: right;
    text-align:center;
}

    .sec-wrapper-right-side a {
        border: 1px #e8e0e0 solid;
        color: white;
        background-color: transparent;
        font-size: 10pt;
        padding: 9px 50px;
        border-radius: 31px;
        transition: all linear 100ms;
    }

    .sec-wrapper-right-side a:hover {
        color: black;
        background-color: white;
    }

@media(max-width: 768px) {
    .sec-wrapper-right-side {
        display: none;
    }

    .sec-wrapper-left-side {
        width: 100% !important;
        margin:0 0px !important;
    }


    .product-carousel-type-1 .pf-area1-left-product-item.legend-card {
        min-width: initial !important;
    }

        .product-carousel-type-1 .pf-area1-left-product-item.legend-card img {
            margin: auto;
        }
}

.sec-wrapper .owl-nav {
    position: absolute;
    width: 100%;
    top: 38%;
    font-size:25px;
    color: gray;
}

    .sec-wrapper .owl-nav .owl-next {
        position: absolute;
        background: white;
        box-shadow: 7px 0 55px -8px black;
        height: 84px;
        line-height: 84px;
        width: 42px;
        text-align: center;
        left: 15px;
        border-radius: 0 7px 7px 0;
        cursor: pointer;
        transition: all ease-in 100ms;
    }

    .sec-wrapper .owl-nav .owl-prev {
        position: absolute;
        background: white;
        box-shadow: 7px 0 55px -8px black;
        height: 84px;
        line-height: 84px;
        width: 42px;
        text-align: center;
        right: -15px;
        border-radius: 7px 0 0 7px;
        cursor: pointer;
        transition: all ease-in 100ms;
    }

    .sec-wrapper .owl-nav .owl-prev.disabled, 
    .sec-wrapper .owl-nav .owl-next.disabled {
        cursor: default;
        opacity: .6;
    }

@media(max-width: 768px) {
    .sec-wrapper .owl-nav .owl-prev.disabled,
    .sec-wrapper .owl-nav .owl-next.disabled {
        cursor: default;
        opacity: 0;
    }
}


.sec-wrapper-left-side {
    width: 70%;
    overflow: hidden;
    display: inline-block !important;
    float: left;
    padding: 0 15px;
    margin-left: 5%;
    z-index: 0;
    /*margin-left: 0%;*/
}

.sec-wrapper-full-side {
    width: 100%;
    display: inline-block !important;
    padding: 0;
    margin:0;   
    z-index: 0;
    /*margin-left: 0%;*/
}

    .first-page-featured-products-wrapper {
        margin-top: 10px;
    }

.product-carousel-type-1 {
    /* width: 68.5%;*/
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.product-carousel-type-1 .owl-stage{
display: flex;
flex-direction: row;
}

    .product-carousel-type-1 .product_item {
        border-radius: 10px;
        padding-top: 10px;
        height: 100%;
        min-height: 380px;
        width: calc(100% - 10px);
        right: 0;
    }

@media (max-width: 430px) {
    .product-carousel-type-1 .product_item {
        /*width: calc(100%);*/
    }
}

@media (max-width: 768px) {
    .product-carousel-type-1 .owl-item {
        min-width: 220px;
        max-width: 220px;
    }

    .owl-item:last-child .pf-area1-left-product-item {
        width: 220px;
    }



    .product-carousel-type-1 .product_item {
        min-height: initial !important;
        max-width: 270px;
        margin: auto;
    }

        .product-carousel-type-1 .product_item .product_image {            
            height: 150px !important;
        }

        .product-carousel-type-1 .product_item .product_price {
            padding-bottom: 30px !important;
            margin-bottom: 0 !important;
        }
}




.first-page-area-1-right-side {
    width: 30%;
    /* margin-left: 7%; */
    margin-left: 17px;
    padding-top: 85px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 35px;
    /* box-shadow: 0px 10px 25px rgb(0 0 0 / 10%); */
    border-radius: 20px;
    direction: ltr;
}

.product-carousel-type-1 .owl-stage {
    display: flex;
}

.product-carousel-type-1 .owl-item img {
    width: auto;
    height: 100%;
    margin-top: 30px;
}

.product-carousel-type-1 .pf-area1-left-product-item.legend-card .product_item{
    background-color: transparent;
}

.product-carousel-type-1 .pf-area1-left-product-item.legend-card img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width:230px;
}

.product-carousel-type-1 .pf-area1-left-product-item.legend-card a {
    color: white;
}

.product-carousel-type-1 .pf-area1-left-product-item.legend-card {
    min-width: 230px;
}


    .product-carousel-type-1 .product_item .product_content {
        /*margin-bottom: 30px;*/
        text-align: right;
        height: 100px;
    }

.product-carousel-type-1 .product_item .product_price {
    font-size: 18px;
    margin-top: 14pt;
    color: #5c398e;
    font-weight: bold;
    font-family: digit,Yekan Bakh;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    margin-bottom:30px;
}

    .product-carousel-type-1 .product_item .product_price .currency {
        font-weight: normal;
        font-size: 15px;
        color: #5c398e;
    }

.product-carousel-type-1 .product_item .product_name div a {
    font-size: 13px;
}

.product-carousel-type-1 .product_item .product_image {
    width: 100%;
    height: 190px;
}

/* Equal Heights for OwlCarousel 2 */
.product-carousel-type-1 .owl-stage {
    display: flex;
}

.product-carousel-type-1 .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.product-carousel-type-1 .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.product-carousel-type-1 .flex-text {
    flex-grow: 1;
}

.product-carousel-type-1 .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.product-carousel-type-1 .sec-wrapper-right-side img {
    width: 60%;
}


@media(max-width: 768px) {
    .product-carousel-type-1 {
        width: 100%;
        height: 100%;
        margin-top: 4px !important;
    }
}

@media only screen and (min-width: 1360px) {
    .container {
        max-width: 1330px !important;
    }
}

@media only screen and (min-width: 1365px) {
    .container {
        max-width: 1360px !important;
    }
}

/*@media only screen and (max-width: 1379px) {
    .container {
        max-width: 1170px !important;
    }
}*/

.carousel-more-items-cards{
        width: 230px;
}

    .carousel-more-items-cards .c-content {
        width: 100%;
        text-align: center;
        color: #6a7b8c;
        margin-top: 25px;
        margin-right: -10px;
    }

        .carousel-more-items-cards .c-content.color-purple-02 {
            color: #ef9b0f;
        }

.sec-wrapper-pink .carousel-more-items-cards .c-content.color-purple-02 {
    color: #d2a0ff;
}

    .carousel-more-items-cards .c-content i {
    }

.product-series-2-wrapper .product_content, #tablets .product_content, #accessories .product_content {
    text-align: right;
    padding: 0px 0px;
    font-size: 6pt;
    height: 130px;
    padding-bottom: 24px;
}

.product-series-2-wrapper .product_price, #tablets .product_price, #accessories .product_price {
    text-align: left;
}

    .product-series-2-wrapper .product_price .currency-unit, #tablets .product_price .currency-unit, #accessories .product_price .currency-unit {
        font-weight: normal;
        color: #5c398e;
    }

.product-series-2-wrapper .product_name a, #tablets .product_name a, #accessories .product_name a {
    font-size: 9pt;
    line-height: normal;
}

.product-series-2-wrapper .product_item {
    padding-top: 20px;
}


.product-carousel-type-1 .slick-prev:after, .product-carousel-type-1 .slick-next:after {
    background: white;
    box-shadow: 7px 0 55px -8px black;
    line-height: 84px;
    width: 42px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in 100ms;
    height: 84px;
    padding: 16px 13px;
    top: 10px;
    font-size: 23pt;
    font-weight: bold;
}

.product-carousel-type-1 .slick-prev, .product-carousel-type-1 .slick-next {
    bottom: -25px;
}

.product-carousel-type-1 .slick-prev:after {
    border-radius: 7px 0 0 7px;
}

.product-carousel-type-1 .slick-next:after {
    border-radius: 0 7px 7px 0;
}

#discount-code {
    z-index: 0;
}

.brands_slider_container .brands_item  img {
    width: 110px;
}

.top-ribbon-banner {
    padding: 10px;
    background-color: mediumpurple;
    color: white;
    font-size: 10pt;
    text-align: center;
    letter-spacing: .5px;
}

.top-ribbon-banner-black-friday {
    background-color: black;
    color: white;
    font-size: 10pt;
    text-align: center;
    letter-spacing: .5px;
}

    .top-ribbon-banner strong.absolute {
        font-size: 13pt;
        color: white;
        letter-spacing: 0;
        font-weight: bold;
        position: absolute;
        animation: splash-scan 3s infinite;
        animation-delay: 0s;
        text-align: center;
    }


    .top-ribbon-banner .strong-helper {
        font-size: 13pt;
        color: white;
        letter-spacing: 0;
        font-weight: bold;
        opacity: 0;
    }

    .top-ribbon-banner .emoji {
        font-size: 20pt;
        position: absolute;
        margin-right: -40px;
        margin-top: -5px;
    }

    .top-ribbon-banner .image {
        position: absolute;
        margin-top: -13px;
        margin-right: -52px;
    }

@keyframes splash-scan {
    0% {        
        font-size: 10pt;
    }

    50% {        
        font-size: 12pt;
    }

    100% {
        font-size: 10pt;
    }
}



.top-ribbon-banner strong.absolute {
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url(../images/green-strips.jpg) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 5s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    text-shadow: 0px 0px 1px #ffffffa1;
}


/* start sign in external page */

.signin-box {
    border: 1px #ddd solid;
    border-radius: 10px;
    padding: 15px 35px;
    padding-top: 40px;
    max-width: 430px;
    margin: auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

    .signin-box.waiting:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #ffffff96;
        z-index: 1;
    }


    .signin-box .linear-activity {
        position: absolute;
        top: 0;
        width: calc(100% + 0px);
        left: 0;
        z-index: 10;
    }

@media(max-width:375px) {
    .signin-box {
        padding: 15px 0px;
        padding-top: 40px;
        max-width: 100%;
        margin: 0 2px;
        border: 0;
    }

    signin-box h1 {
        font-size: 12pt;        
    }
}

element.style {
    max-width: 160px;
}


.signin-box label {
    color: var(--authGray);
    font-size: small;
    font-weight: 100;
}

.signin-box h1 {
    font-size: 13pt;
    margin: 0 0 14px 0;
    font-weight: bold;
}

.signin-box .privacy-policy {
    font-size: 8pt;
    text-align: center;
    direction: rtl;
    line-height: 25px;
}

    .signin-box .privacy-policy a {
        font-size: 8pt !important;
        border-bottom: solid 1px var(--primaryHighlightColor);
        text-decoration: none;
    }

        .signin-box .privacy-policy a:hover {
            background-color: var(--primaryHighlightColorTransparent2);
            text-decoration: none !important;
        }

.signin-box input[type=text], .signin-box input[type=tel] {
    width: 100%;
    padding: 8px;
    border-radius: 11px;
    border: 2px #acacac solid;
    direction: ltr;
    outline: none;
    font-size: 16pt;
    font-family: 'digit';
    text-align: center;
}


/* Chrome, Safari, Edge, Opera */
.signin-box input::-webkit-outer-spin-button,
.signin-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.signin-box input[type=number] {
    -moz-appearance: textfield;
}


.signin-box input[type=button], .signin-box .btn-auth {
    direction: ltr;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    background-color: var(--primaryBorder);
    border-color: var(--primaryBorder);
}

.signin-box input[type=button], .signin-box .btn-auth {
    background-color: var(--primaryBorder);
    border-color: var(--primaryBorder);
}

    .signin-box input[type=button]:hover, .signin-box .btn-auth:hover {
        background-color: var(--primaryDarkColor);
        border-color: var(--primaryDarkColor);
    }

.signin-box .legend-logo {
    /*width: 160px;*/
    max-width: 100%;
    margin: auto;
    height: 75px;
}


.signin-box btn.btn-auth {
    background-color: blueviolet;
}


.signin-box input.error {
    border-color: #ff4a4a !important;
}


.signin-box .error-message {
    color: red;
    text-align: right;
    padding: 0 20px;
    margin-top: -17px;
    font-size: 10pt;    
}

.signin-box .green {
    border-color: green !important;
}


.signin-box .error-message-black {
    position: absolute;
    background: black;
    padding: 18px;
    width: 100%;
    color: white;
    border-radius: 8px;
    height: 78px;
    text-align: right;
    z-index: 1;
    font-size: 10pt;
}

    .signin-box .error-message-black .confirm {
        position: absolute;
        left: 20px;
        bottom: 10px;
        color: #dda7ff;
        font-weight: bold;
        cursor: pointer;
    }

        .signin-box .error-message-black .confirm:hover {
            color: #cd7eff;
        }


.signin-box .phase-wrapper {
/*    position: absolute;
    top: 160px;
    height: 200px;
    width: 200%;
    left: 0%;*/
    transition: all 300ms ease;
    min-height: 250px;
}

    /*.signin-box .phase-wrapper div {
        width: 100%;*/
        /*float: left;*/
        /*display: flex;*/
        /*flex-direction: column;        
    }*/

.signin-box  .flickity-viewport {
    height: 100% !important;
}

    .signin-box .phase-wrapper .phase {
        width: 100%;
        /*float: left;*/
        /*display: flex;*/
        flex-direction: column;
    }

    .signin-box .phase-wrapper .phase-1, signin-box .phase-wrapper .phase-2 {
        width: 100%;
    }

.signin-box .signup-info {
    color: gray;
    padding: 0 15px;
    font-size: 9pt;
    direction: rtl;
    text-align: revert;
    margin-top: 0px;
    margin-bottom: 25px;
}

.signin-box .phase-wrapper .signup-info a {
    color: var(--primaryMegaColor);
}

.signin-box .count-down-seconds {
    font-family: 'digit', 'iran-sans';
    width: 22px;
    display: inline-block;
    font-size: 9pt;
    color: #9a9a9a;
}

/* .signin-box .phase-wrapper div input {
            height: 40px;
            padding-left: 5px;
        }*/
.signin-box .phase-wrapper div input.error {
    border-color: tomato;
}

.signin-box .phase-wrapper div button {
    height: 40px;
    padding-left: 5px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 2px;
    background: #196be8;
    font-size: 17px;
    cursor: pointer;
}

.signin-box .phase-wrapper.next {
    left: -115%;
}

.signin-box .create {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

    .signin-box .create a {
        text-decoration: none;
        font-size: 16px;
        color: #196be8;
    }

.signin-box .loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 2;
}

    .signin-box .loading.show-it {
        display: inline-block;
    }

    .signin-box .loading:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(0deg);
        width: 50px;
        height: 50px;
        border: 5px solid #eee;
        border-top-color: #196be8;
        border-radius: 50%;
        animation: signin-box-loading 900ms ease infinite;
    }

.signin-box .phase-wrapper {
    height: 130px;
    position: relative;
    left: 0;
}

    /*.signin-box .phase-wrapper > div {
        position: absolute;
        width: 100%;
        transition: all 300ms ease;
    }*/


.signin-box .switch-view-back-button {
    position: absolute;
    top: 7px;
    left: 15px;
}

.signin-box .password-field {
    padding: 8px;
    font-size: 16pt;
    direction: ltr;
    padding: 10px;
    margin-top: 4px;
    border-radius: 11px;
}

.signin-box .registration-code-field {
    padding: 8px;
    font-size: 16pt;
    direction: ltr;
    padding: 10px;
    margin-top: 4px;
    border-radius: 11px;
    font-family: 'digit';
    letter-spacing: 17px;
    padding-left: 45px;
}

    .signin-box .phase-wrapper div a {
        font-size: 10pt;
        color: var(--authGray);
        font-weight: 100;
    }

    .signin-box .phase-wrapper div a:hover {
        text-decoration: underline;
    }

        .signin-box .phase-wrapper div a:hover {
            color: var(--primaryDarkColor);
        }

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    /*background-color: #B3E5FC;   */
    background-color: var(--primaryHighlightColorTransparent2);
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

    .indeterminate:before {
        content: '';
        position: absolute;
        height: 100%;
        /*background-color: #03A9F4;*/
        background-color: var(--primaryHighlightColor);
        animation: indeterminate_first 1.5s infinite ease-out;
    }

    .indeterminate:after {
        content: '';
        position: absolute;
        height: 100%;
        /*background-color: #4FC3F7;*/
        background-color: var(--primaryDarkColor);
        animation: indeterminate_second 1.5s infinite ease-in;
    }


@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}



@keyframes signin-box-loading {
    to {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}


/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}
    /* end first page v2 */


    /* start header search scroll */
ul.kw-custon-scrollbars ::-webkit-scrollbar-thumb {
    background-color: red;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

ul.kw-custon-scrollbars ::-webkit-scrollbar {
    width: 16px;
}

ul.kw-custon-scrollbars {
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 280px;
/*    width: 350px;
    background-color: #ddd;
*/    border-radius: 8px;
}

ul.kw-custon-scrollbars li {
    list-style-type: none;
    padding: 13px;
}


.search-results {
     overflow-y: auto !important;
}
/* end header search scroll */

.shop .applied-filter-wrapper {
    text-align: right;
    position: absolute;
    margin-top: -45px;
    margin-right: -8px;
}

    .shop .applied-filter-wrapper .filter-item {
        background: #ffffff;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 9pt;
        box-shadow: 0 0 15px 1px #e0e0e0;
        position: relative;
        padding-left: 80px;
        padding-right: 10px;
        border: 1px #dadada solid;
    }

        .shop .applied-filter-wrapper .filter-item .clear-filter {
            background: #adadad30;
            padding: 6px 15px;
            border-radius: 20px;
            position: absolute;
            left: 1px;
            top: 0;
            height: 31px;
            width: 70px;
            font-size: 8pt;
            padding: 8px 0;
            text-align: center;
            cursor: pointer;
            transition: all linear 100ms;
        }        

        .shop .applied-filter-wrapper .filter-item .clear-filter:hover {
            background-color: #9800ff;
            color: white;
        }

.shop #filter-results-dialog .btn-clear-filter {
    font-size: 9pt;
    font-family: digit, 'iran-sans';
}


.shop .filter-results .current-active-filters-count {
    width: 20px;
    height: 20px;
    background: var(--primaryBorder);
    padding: 0 6px;
    border-radius: 10px;
    color: white;
    line-height: 20px;
    margin-right: 5px;
    font-family: 'digit';
    display: inline-block;
}

.shop #filter-results-dialog .modal-footer {
    font-size: 9pt;
}

.shop #filter-results-dialog .btn {
    font-size: 9pt;
    font-family: digit, 'iran-sans';
}

.kw-bold {
    font-weight: bold;
}


.kw-in-content-iframe {
    width: 100%;
    min-height: 400px;
}

.flex-grow {
    flex: 1 0 auto;
}



/* start first page didital mag carousel */
.didital-mag-carousel {
    padding: 40px !important;
    width: 100%;
    margin: auto;
}

    .didital-mag-carousel .swiper-slide {
        direction: rtl;
        text-align: right;
        height: auto;
        align-self: stretch;
    }

        .didital-mag-carousel .swiper-slide img.small {
            max-width: 100%;
            width: 100%;
            border-radius: 10px 10px 0 0;
            height: 150px;
            object-fit: cover;
        }

        .didital-mag-carousel .swiper-slide .content-wrapper {
            border-radius: 10px;
            height: 100%;            
            position: relative;
            background-color: #f5f5f5;
            transition: all linear 1s;
/*            border: 1px #7000bd solid;
            box-shadow: 0 0 10px -1px #7100be38;
*/        }


    .didital-mag-carousel .swiper-slide {
        transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
        overflow: hidden;        
    }

        .didital-mag-carousel .swiper-slide:hover {
            transform: scale(1.03);
        }

    .didital-mag-carousel .title {
        /*margin-top: 12px;
        padding: 0 19px;*/
        font-size: 10pt;
        line-height: normal;
        padding: 20px 20px;
    }

    .didital-mag-carousel .fill-area {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


    .didital-mag-carousel .swiper-slide.final-legend .content-wrapper {
        display: flex;
        align-items: center;
        align-content: space-around;
        justify-content: center;
        flex-direction: column;
    }

    .didital-mag-carousel .swiper-slide.final-legend .title {
        text-align: center;
        margin-bottom: 21px;
        font-size: 8pt;
    }

    .didital-mag-carousel .swiper-slide.final-legend img.small {
        max-height: 90px;
        object-fit: contain;
    }

    .didital-mag-carousel .swiper-slide.final-legend .content-wrapper .didital-mag {
        background-color: #7000bd;
        border-radius: 20px;
        color: white;
        padding: 5px 31px;
    }


    .didital-mag-carousel .legend-title {
        text-align: right;
        margin-bottom: 29px;
        margin-right: 11px;
        /*border-bottom: 2px #6e00b9 solid;*/
        display: inline-block;
        padding-bottom: 12px;
        float: right;
        color: #333;
    }


/* end first page didital mag carousel */