﻿@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;
}

.strikethrough {
    position: relative;
    text-decoration: none !important;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        /*border-top: 3px solid #dd0031 !important;*/
        border-top: 3px solid #ff000080 !important;
        border-color: inherit;
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        transform: rotate(4deg);
    }

.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;
    }

.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;
    }

.header-megamenu-backdrop {
    position: fixed;
    top: 96px;
    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-megamenu-backdrop.active {
        opacity: .65;
        pointer-events: all;
    }

.search-results {
    top: 35px;
    position: absolute;
    width: 100%;
    /*padding: 9px;*/
    background-color: white;
    border-radius: 0 0 10px 10px;
    /*min-height: 20px;*/
    min-height: 300px;
    box-shadow: 0 0 7px -5px black;
    max-height: 300px;
    overflow-y: auto;
}

    /*.search-results ul li {
        margin-bottom: 2px;
    }*/

    .search-results a.fill-relative-area {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .search-results ul li div.row {
        width: 100%;
        /*padding: 9px 0;*/
        border-radius: 14px;
    }

    /* new look for header search items */
    .search-results ul li div.row {
        width: 100%;
        border-radius: 14px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        font-size: 9pt;
        align-items: center;
        padding: 0px 17px;
    }

        .search-results ul li div.row .product-title {
            height: 38px;
            align-items: center;
            display: flex;
            line-height: normal;
            font-size: 10pt;
            /*width: 139px;
            overflow: hidden;*/
        }
    /* new look for header search items */

    .search-results ul li div.search-result-item {
        border: 1px transparent solid;
        overflow: hidden;
        padding: 0;
        padding-left: 10px;
    }

        .search-results ul li div.search-result-item:hover {
            /* background-color: #efefef; */
            border: 1px #c1c1c1 solid;
        }



.header-search-result-categories {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: right;
    margin-top: 12px;
}

    .header-search-result-categories li {
        /*margin: 9px 4px;*/
        white-space: nowrap;
        /*padding: 5px 25px;*/
        font-size: 9pt;
        border-radius: 9px;
/*        box-shadow: 0 0 3px -2px #1a1a1a;
        background-color: #dddddd;
*/        color: #444;
        position: relative;
    }

        .header-search-result-categories li a {
            color: #444;
            padding: 0px 11px;
            line-height: 35px;
            width: 100%;
            display: block;
        }

            .header-search-result-categories li a span.bold {
                /*font-weight: bold;*/
                /*color: #07a1b4;*/
                color: #7a24eb;
            }

            .header-search-result-categories li a:hover {
                color: #5b0099;
                background-color: #efefef;
                /*font-weight: bold;*/
            }

.cat_menu_container {
    width: auto !important;
    padding-left: 38px;
}

.header .logo {
    display: flex;
}



.logo a {
    font-size: 30px;
    font-weight: 500;
    margin: auto;
    /*color: #0e8ce4;*/
}

.logo img {
    /*vertical-align: top;*/
    height: 50px;
    padding: 7px 0;
}

@media(max-width: 768px) {
    .header .logo {    
         min-width: 100%; 
    }

    .logo img {
        height: 50px !important;
    }

    .header_main {
        padding: 0;
    }

    .logo_container, .wishlist_cart {
        height: 55px !important;
    }
}

.header-end-side,.header_search {
    height: 50px;
} 

.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: var(--PrimaryColorForButtonBackgroundSuccess) !important;
    border-color: var(--PrimaryColorForButtonBackgroundSuccess) !important;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms !important;
}

a.btn-info:hover {
    color: white;
    background-color: unset !important;
    transform: scale(1.07) !important;
}


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 .delivery-desc {
        font-size: 10pt;
        font-family: 'digit', system-ui;
        font-weight: 400;
    }

    .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: 15px 15px 15px 15px;
        margin: 0px -11px;
        border-bottom: 1px #e1e1e1 solid;
    }

       /* .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: 8px;
    /*width: 120px;*/
    white-space: nowrap;
    text-align: right;
}

.user-account-wrapper {
    /*margin-left: auto;
    margin-right: 0;*/
    margin-left: 5px;
    padding: 5px 10px;
    border: 1px #b5b5b5 solid;
    border-radius: 5px;
    background-color: white;
}


    .user-account-wrapper:hover {
        border: 1px var(--primaryHighlightColor) solid;
        cursor: pointer;
    }

    .user-account-wrapper:hover a{
        color: gray;
    }


.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: var(--primaryDarkColor);;
    }

#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%;
    height: 70px;
    /*-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;
}


.cover-on-relative-container {
    position: absolute;
    left: 0;
    /*right: -13px;*/
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}


.cart {
    /*padding: 5px 20px;*/
    padding-right: 8px;
    /*border: 1px #b5b5b5 solid;*/
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: row;
}
    .cart:before {
        /*        content: "|";
        font-size: 22px;
        color: #9e9e9e;
        margin-left: 12px;*/
        content: "";
        font-size: 22px;
        color: #9e9e9e;
        margin-left: 12px;
        border-right: 2px #ababab solid;
        height: 19px;
        margin-top: 7px;
    }


    .cart:hover {
        /*border: 1px var(--primaryHighlightColor) solid;*/
        cursor: pointer;
    }

    .cart_text a {
        font-size: 10pt;
        font-weight: 400;
        color: gray;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .cart_text a:hover {
        color: #0e8ce4;
    }

.cart .cover-on-container {
    position: absolute;
    left: 0;
    /*right: -13px;*/
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.cart .side-cart-count {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    height: 31px;
}

.logo a {
    color: #00a19a;
}

.header_search_button {
    background: var(--primaryDarkColor);;
}

.header_search_form_container {
    /*border: solid 2px var(--primaryDarkColor);;
    border-radius: 10px;*/
}

.header_search_content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_search_form_container {
    width: 100%;
    height:35px;
    /*border: solid 1px #0e8ce4;*/
    /*border-radius: 17px;*/
}

.header_search_form {
    width: 100%;
    height: 100%;
}

.header_search_input {
    display: block;
    position: relative;
    /*width: calc((100% - 50px) * 0.601);*/
    /*width: calc(100% - 49.5px);*/
    width: 100%;
    height: 100%;
    line-height: 50px;
    border: none !important;
    outline: none !important;
    padding-right: 50px;
    color: #7f7f7f;
    float: right;
    /*border-radius: 25px;*/
    border-radius: 0;
    border-radius: 15px;
}

    .header_search_input::-webkit-input-placeholder {
        font-size: 9pt !important;
        font-weight: 100;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

    .header_search_input:-moz-placeholder /* older Firefox*/ {
        font-size: 9pt !important;
        font-weight: 100;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

    .header_search_input::-moz-placeholder /* Firefox 19+ */ {
        font-size: 9pt !important;
        font-weight: 100;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

    .header_search_input:-ms-input-placeholder {
        font-size: 9pt !important;
        font-weight: 100;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

    .header_search_input::input-placeholder {
        font-size: 9pt !important;
        font-weight: 100;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

.header .header_search_input {
    background-image: url(/themes/spraypu/Content/images/header-icons/search-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 17px;
    background-color: #e9e9e9;
    border: solid 1px transparent !important;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}

    .header .header_search_input.is-focused {
        background-image: url(/themes/spraypu/Content/images/header-icons/search-icon.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 15px);
        background-size: 17px;
        background-color: #ffffff;
        border: solid 1px transparent !important;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 100ms;
        border-radius: 15px 15px 0 0;
    }

        .header .header_search_input.is-focused:hover,
        .header .header_search_input.is-focused:focus {            
            box-shadow: none !important;
        }

    .header .header_search_input.is-focused + img {       
        background-color: #ffffff;        
    }

    .header .header_search_input:hover,
    .header .header_search_input:active,
    .header .header_search_input:focus {
        border: 1px transparent solid !important;
        box-shadow: inset 0.05em 0.05em 0.05em 0 rgb(255 255 255 / 50%), inset -0.05em -0.05em 0.05em 0 rgb(0 0 0 / 20%);
    }
}

    /*input[type=text]::-webkit-input-placeholder {
    color: green !important;
}

input[type=text]::-moz-placeholder {
    color: green !important;
}

input[type=text]:-ms-input-placeholder {
    color: green !important;
}

input[type=text]:-moz-placeholder {
    color: green !important;
}*/
    .header_search_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    /*background: #0e8ce4;*/
    border: none;
    outline: none;
    cursor: pointer;
    /*border: 1px var(--primaryDarkColor); solid;*/
    /*border-top-left-radius: 30%;
	border-bottom-left-radius: 30%;*/
    margin-top: -1px;
    height: calc(100% + 2px);
    margin-left: -1px;
}


/*.wishlist
{
	margin-left: 50px;
}*/
.wishlist_icon img {
    width: 20px;
    /*width: 100%;*/
    /*   height: 25px;
    width: 25px;*/
}

.wishlist_content {
    margin-right: 8px;
}

.wishlist_text a {
    font-size: 13px;
    font-weight: 400;
    color: gray;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 20px;
}

   /* .wishlist_text a:hover {
        color: #0e8ce4;
    }*/

.wishlist_count {
    margin-top: -2px;
    color: #a3a3a3;
    font-size: 14px;
    text-align: right;
}

.cart_count {
    /* position: absolute;
    bottom: -3px;
    right: -13px;*/
    width: 20px;
    height: 20px;
    /*background: #0e8ce4;*/
    border-radius: 50%;
    text-align: center;
}

    .cart_count span {
        display: block;
        line-height: 20px;
        font-size: 12px;
        color: #FFFFFF;
        /*-webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);*/
    }

    .cart_count .loader {     
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);
    }

.cart_icon img {
    /*width: 100%;*/
    /*width: 21px;
    height: 25px;*/
    width: 20px;
}

.cart_price {
    font-size: 14px;
    color: #a3a3a3;
    margin-top: -2px;
    text-align: right;
}


.cart_count {
    background: var(--primaryHighlightColor);
    color: white;
    font-family: digit,Yekan Bakh;
    margin-right: 8px;
}

.product_new {
    background: #5c398e;
}

.tabs_line span {
    background: #5c398e;
}

.standard_dropdown li a:hover {
    color: var(--primaryDarkColor);;
}

.selectize-input.selectize-focus {
    border-color: #00a19a !important;
}

.custom_list li a:hover {
    color: #00a19a;
}

a {
    /*color: #00a19a;*/
    color: var(--primaryDarkColor);
}
/* 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: var(--primaryHighlightColor);
    }

    #navbar-shops > ul li .show a.legend:before {
        content: '»';
        padding-left: 12px;
        font-size: 15pt;
        line-height: 0;
        color: var(--primaryHighlightColor);
        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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0px;
    overflow: hidden;
}

.grid-menu-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    -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: 14.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: 23px !important;
        width: 23px !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: 21px;
        }

    .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;*/
    z-index: 15;
    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;
    position: absolute;
    font-size: 12pt;
    z-index: 2;
    bottom: 0;
    left: -3px;
}

.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';
    text-align: left;
    position: absolute;
    left: 43px;
    font-size: 13pt;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 0 28px;
    padding: 0 5px;
}

.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;
}

.collection .discount-unit {
    padding: 0px 4px;
    background-color: red;
    color: white;
    border-radius: 10px;
    font-size: 11pt;
    margin-right: 0;
    width: 39px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
}

.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/spraypu/Content/images/footer-bg-small.jpg?v=1);
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    /*background-position: right;*/
    background-position: left;
    background-color: #6400ae;
    padding: 0;
    margin: 0;
}

    .shape-container-items .shape-main-container {
        width: 100%;
        flex-direction: row;
        display: flex !important;
        position: absolute;
        top: 39px;
        width: 514px;
    }

    .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;*/
            margin-left: 32px;
        }

.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;
    background-color: white;
}

    .arrow-purple-footer h5 {
        font-size: 12pt;
        color: var(--primaryDarkColor);;
        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: var(--primaryDarkColor);;
        }

.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;
    }
}

footer .copy-right {
    background-color: var(--primaryDarkColor);
    color: #f3e8fa;
    font-size: 10pt;
}
/* 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-didital-purple {
    background-color: var(--primaryDarkColor);;
    border-color: var(--primaryDarkColor);;
    color: white;
}

    .btn-didital-purple:hover, .btn-didital-purple:focus {
        color: #fff !important;
        background-color: #6d00b7;
        border-color: #6d00b7;
    }


/* 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: 9pt;
    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: var(--primaryBorder);
            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: var(--primaryBorder);
        }

        #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: var(--primaryBorder);
                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 1fr;
    /*column-gap: 10px;
    row-gap: 10px;*/
    grid-gap: 10px;
    margin-top: 0px;
    max-height: 100%;
}


    #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 var(--primaryHighlightColor) solid;
    right: 0;
    width: 100%;
    border-radius: 8px;
}

    #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: #ff98001f;
    border-radius: 8px;
}

#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: var(--primaryBorder);
    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: var(--primaryHighlightColor);
        }


#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 */
.products-carousel-horizontal {
    padding: 20px 20px 20px 20px;    
    display: flex;
    flex-direction: row;    
    border-radius: 18px;
}

    .products-carousel-horizontal .swiper-slide:nth-child(2) .product_item {
        border-radius: 0 10px 10px 0;
        overflow: hidden;
    }

    .products-carousel-horizontal .swiper-slide:last-child .product_item {
        border-radius: 18px 0 0 18px;
    }


.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;
    }
}

.first-page-featured-products-wrapper {
    margin-top: 10px;
}

.product-carousel-type-1 {
    /* width: 68.5%;*/
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-width: var(--mainContentWidthDesktop);
    margin: auto;
    background-color: var(--primaryColorCarouselBackgroundColor);
    border-radius: 14px;
    padding: 0 2px;
}

    .product-carousel-type-1 .swiper-button-disabled {
        display: none;
    }

    .product-carousel-type-1 .swiper-button-next,
    .product-carousel-type-1 .swiper-button-prev {
        background-color: white;
        padding: 19px;
        height: 44px;
        width: 44px;
        border-radius: 24px;
        box-shadow: 0 0px 11px -6px black;
    }

    .product-carousel-type-1 .swiper-button-next:after,
    .product-carousel-type-1 .swiper-button-prev:after {
        font-size: 10pt;
    }


/*    .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;
    }*/

.mag-wrapper-type-1 {

    /* width: 68.5%;*/
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-width: var(--mainContentWidthDesktop);
    margin: auto;
/*    background-color: var(--primaryColorCarouselBackgroundColor);*/

    padding: 0 2px;
    margin-top: 50px;
}

    .mag-wrapper-type-1 .legend-title {
        text-align: right;
    }

    @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: 130px;*/
    width: 135px;
}

.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: 130px;
    width: 145px !important;
    margin-left: 12px !important;
}


.product-carousel-type-1 .product_item .product_content {
    /*margin-bottom: 30px;*/
    text-align: right;
    height: 20px;
}

.product-carousel-type-1 .product_item .product_price {
    font-size: 18px;
    margin-top: 35px;
    color: var(--primaryDarkColor);
    font-weight: bold;
    font-family: digit,Yekan Bakh;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    height: 60px;
}

    .product-carousel-type-1 .product_item .product_price .discount-percentage_2 {
        bottom: 0;
        position: relative;
        left: 0;
        width: unset;
        padding: 0px 12px !important;
        font-size: 12pt !important;
        line-height: 21px;
        height: 21px;
        max-width: 50px;
    }

    .product-carousel-type-1 .product_item .product_price .product_old_price_2 {
        bottom: 0;
        left: 0;
        position: relative;
        margin: 0;
        font-size: 11pt;
    }

    .product-carousel-type-1 .product_item .product_price .product_old_price_wrapper {
        position: relative;
        left: 0;
        font-size: 12pt;
        z-index: 2;
        color: #c1c1c1;
        font-family: digit,Yekan Bakh;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        justify-content: space-between;
        padding: 0 14px;
    }



    .product-carousel-type-1 .product_item .product_price .currency {
        font-weight: normal;
        font-size: 15px;
        color: var(--primaryDarkColor);
        filter: var(--primaryDarkColorFilter);
    }

.product-carousel-type-1 .product_item .unit-image {
    opacity: .8;
    margin-top: -3px;
}

.product-carousel-type-1 .product_item .unit-image img {
    margin-top: -5px;
}

.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: 1676px !important;
    }

    .container_header {
        min-width: 1000px !important;
        max-width: 1676px !important;
        width: 100%;
        padding: 0 25px;
        margin: auto;
    }

/*    .desktop-top-legend {
        max-width: unset !important;
    }*/
}

/*@media only screen and (max-width: 1379px) {
    .container {
        max-width: 1170px !important;
    }
}*/

.carousel-more-items-cards {
    /*width: 230px;*/
    height: 100%;
}

.swiper-slide {
    height: unset !important;
}

.swiper-slide:first-child .carousel-more-items-cards {
    width: unset !important;
}

.carousel-more-items-cards .c-content {
    width: 100%;
    text-align: center;
    color: var(--primaryColorCarouselBackgroundColor);    
}

        .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;
    }*/

    /* yalda discount themes for index page */
.yalda-discount-icon {
    background-color: transparent !important;
}
    .yalda-discount-icon img {
        position: absolute;
        width: 48px;
        top: -14px;
        z-index: -1;
        left: -11px;
        transform: rotate( -44deg);
    }

    .yalda-discount-icon .discount-percent-sign {
        margin: 0;
        color: white;
        font-size: 14px;
        margin-left: -9px;
        z-index: 2;
        position: relative;
        top: -2px;
    }



/* yalda discount themes for category page */
.discount-unit.yalda-discount-icon {
    background-color: transparent !important;
    width: 36px;
    text-align: center;
}

    .discount-unit.yalda-discount-icon img {
        position: absolute;
        width: 46px;
        top: -14px;
        z-index: -1;
        left: -11px;
        transform: rotate( -44deg);
    }





@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 #673ab7;
        text-decoration: none;
    }

        .signin-box .privacy-policy a:hover {
            background-color: #f6edff;
            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: blueviolet;
    border-color: blueviolet;
}

.signin-box input[type=button], .signin-box .btn-auth {
    background-color: blueviolet;
    border-color: blueviolet;
}

    .signin-box input[type=button]:hover, .signin-box .btn-auth:hover {
        background-color: #6920ad;
        border-color: #6920ad;
    }

.signin-box .legend-logo {
    /*width: 160px;*/
    max-width: 100%;
    margin: auto;
    height: 50px;
}


.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(--primaryDarkColor);;
}

.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: #6d00b7;
    }

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    /*background-color: #B3E5FC;   */
    background-color: #dab2ff;
}

.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: #b16bf2;
        animation: indeterminate_first 1.5s infinite ease-out;
    }

    .indeterminate:after {
        content: '';
        position: absolute;
        height: 100%;
        /*background-color: #4FC3F7;*/
        background-color: #af68f0;
        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: 300px;*/
    /*    width: 350px;
    background-color: #ddd;
*/ border-radius: 8px;
}

/* add horizontal scrollbars */
ul.kw-custon-scrollbars {
    display: flex;
    flex-direction: column;
/*    overflow-x: auto;
    overflow-y: hidden;
*/    padding: 9px;
}

    ul.kw-custon-scrollbars li {
        list-style-type: none;
        margin-bottom: 3px;
        /*padding: 13px;*/
    }


    ul.kw-custon-scrollbars li.message {
        font-size: 10pt;
        padding: 7px 6px;
    }

.search-results ul li div.row img {
    margin: 0 0px 0px 5px;
    width: 70px;
}


.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;*/
    margin-bottom: 15px;
    margin-right: 4px;
}

    .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: var(--primaryDarkColor);;
                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(--primaryDarkColor);;
    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 */
.mag-carousel {
    padding: 40px 2px !important;
    width: 100%;
    margin: auto;
}

    .mag-carousel .swiper-slide {
        direction: rtl;
        text-align: right;
        height: auto;
        align-self: stretch;
    }

        .mag-carousel .swiper-slide img.small {
            max-width: 100%;
            width: 100%;
            border-radius: 10px 10px 0 0;
            height: 150px;
            object-fit: cover;
        }

        .mag-carousel .swiper-slide .content-wrapper {
            border-radius: 10px;
            height: 100%;
            position: relative;
            /*background-color: #f5f5f5;*/
            background-color: #fff;
            transition: all linear 1s;
            /*            border: 1px #7000bd solid;
            box-shadow: 0 0 10px -1px #7100be38;
*/
        }


    .mag-carousel .swiper-slide {
        transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
        overflow: hidden;
    }

        .mag-carousel .swiper-slide:hover {
            transform: scale(1.03);
        }

    .mag-carousel .title {
        /*margin-top: 12px;
        padding: 0 19px;*/
        font-size: 10pt;
        line-height: normal;
        padding: 20px 20px;
    }

    .mag-carousel .fill-area {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


    .mag-carousel .swiper-slide.final-legend .content-wrapper {
        display: flex;
        align-items: center;
        align-content: space-around;
        justify-content: center;
        flex-direction: column;
    }

    .mag-carousel .swiper-slide.final-legend .title {
        text-align: center;        
        font-size: 8pt;
    }

    .mag-carousel .swiper-slide.final-legend img.small {
        max-height: 90px;
        object-fit: contain;
    }

    .mag-carousel .swiper-slide.final-legend .content-wrapper .btn-mag {
        background-color: var(--primaryBorder);
        border-radius: 20px;
        color: white;
        padding: 5px 31px;
    }


    .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 */

/* start header search box */
.clear-search-box {
    position: absolute;
    right: 2px;
    height: 30px;
    width: 32px;
    padding: 6px;
    background-color: #e9e9e9;
    top: 1px;
    border-radius: 16px;
    cursor: pointer;
    right: 6px;
    top: 2px;
}
/* end header search box */

/* start header stuff */
.tooltip-inner {
    font-family: 'iran-sans';
    font-size: 9pt;
    background: #333;
    padding: 10px;
    border-radius:15px;
    line-height: 15pt;
}
/* end header stuff */

/* start new header vaigation menu */

.full-with-header-nav .dropdown-toggle::after {
    display: none;
}

.full-with-header-nav > ul {
    border: 0 !important;
}

.full-with-header-nav .nav-item {
    border-left: 0 !important;
    background-color: unset !important;
    width: unset !important;
}


.full-with-header-nav ul li.show > .dropdown-toggle-main {
    /*background-color: #e9e9e9 !important;*/
}


.full-with-header-nav .dropdown-menu.show {
    border: 0 !important;
    background-color: #e9e9e9 !important;
    border-radius: 0 0 10px 10px !important;
    background-color: #ffffff !important;
    z-index: -1;
}

.full-with-header-nav {
    box-shadow: 0 1px 19px -16px black !important;
}

/*    .full-with-header-nav > ul .nav-item:not(.show) > span:hover {
        background-color: unset !important;
        cursor: pointer;
    }
    .full-with-header-nav > ul .nav-item.show > span:hover {
        background-color: #f5e9ff !important;
        cursor: pointer;
    }*/
    .full-with-header-nav > ul .nav-item > span:hover {
        background-color: white !important;
        cursor: pointer;
    }

    .full-with-header-nav ul li.show > .dropdown-toggle-main {
        background-color: white;
    }

    .full-with-header-nav .menu-icon-sprite {
        background-image: url(/Themes/spraypu/Content/images/header-icons/menu-icons-sprite.png?v=1);
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        height: 40px !important;
        margin-left: 4px;
        zoom: 0.9;
        -moz-transform: scale(0.7);
        -moz-transform-origin: 0 0;
    }

    .full-with-header-nav .menu-icon-sprite.sprite-laptop {
        width: 30px !important;
        background-position: -228px 0px;
    }

        .full-with-header-nav .menu-icon-sprite.sprite-pc {
            width: 19px !important;
            background-position: -211px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-mobile {
            width: 17px !important;
            background-position: -196px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-tablet {
            width: 21px !important;
            background-position: -177px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-monitor {
            width: 27px !important;
            background-position: -152px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-watch {
            width: 17px !important;
            background-position: -137px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-headphone {
            width: 30px !important;
            background-position: -109px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-speaker {
            width: 19px !important;
            background-position: -92px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-console {
            width: 30px !important;
            background-position: -64px 0px;
        }

        .full-with-header-nav .menu-icon-sprite.sprite-didital-mag {
            width: 39px !important;
            background-position: -1px 0px;
            zoom: 0.7;
            -moz-transform: scale(0.8);
            -moz-transform-origin: 0 0;
            margin-top: 7px;
        }

    .full-with-header-nav .didital-mag-item span {
        color: var(--primaryHighlightColor)
    }

    .full-with-header-nav .menu-icon-sprite.sprite-office-accessories {
        width: 26px !important;
        background-position: -40px 0px;
    }


    .full-with-header-nav > ul li > span {
        /*padding: 1px 20px 0px 20px !important;*/
        padding: 1px 0 !important;
        line-height: 40px !important;
        position: relative;
    }

    .full-with-header-nav ul li .dropdown-toggle-main > a .content-wrapper {
        display: flex;
        align-items: center;
    }

    .full-with-header-nav > ul li > .nav-link:hover .menu-text,
    .full-with-header-nav .nav-item.show .menu-text {
        color: var(--primaryHighlightColor);
        font-weight: bold;
    }

    .full-with-header-nav .nav-item.show .menu-text {
    }

        .full-with-header-nav ul li .dropdown-toggle-main > a {
        width: 100% !important;
    }

    .full-with-header-nav ul li .dropdown-toggle-main > a {
        text-align: right !important;
    }


    .full-with-header-nav .nav-item span:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: var(--primaryHighlightColor);
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
        border: unset !important;
        margin: 0;
    }

    .full-with-header-nav .nav-item span:hover:after {
        
        /*width: calc(100% - 38px);
        left: 19px;*/
        width: 100%;
        left: -3px;
    }

    .full-with-header-nav .nav-item.show span:after {
        /*width: calc(100% - 38px);
        left: 19px;*/
        width: 100%;
        left: -3px;
    }


        /* end new header vaigation menu */

/* start toggle switch UI */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 21px;
    margin: 0;
    margin-left: -3px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider-handle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-handle:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 8px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-handle {
    background-color: var(--primaryBorder);
}

input:focus + .slider-handle {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-handle:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider-handle.round {
    /*border-radius: 34px;*/
    border-radius: 9px;
}

    .slider-handle.round:before {
        border-radius: 50%;
    }

#labelDiscountFilterTitle {
    flex-grow: 1;
    padding: 10px;
}
/* end toggle switch UI */

.sidebar-section {
    border: 1px #dbdbdb solid;
    border-radius: 10px;
    margin-bottom: 11px;
    padding-left: 14px;
    align-items: center;
}

    .sidebar-section:hover {
        border: 1px gray solid;
    }

    .sidebar-section label:not(.switch) {
        padding: 10px;
        flex-grow: 1;
        cursor: pointer;
    }

.sidebar-section-no-hover {
    border: 1px #dbdbdb solid;
    border-radius: 10px;
    margin-bottom: 11px;
    padding-left: 14px;
    align-items: center;
}

.active-campaign {
    position: absolute;
    height: 34px;
    /*background-color: #7400c3;*/
    /*background-color: var(--christmasRed);*/
    padding-right: 17px;
    right: calc(100% - 10px);
    z-index: -1;
    border-radius: 18px 0 0 18px;
    padding-left: 12px;
    top: 0.5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: white;
    min-width: 60px;
    transform: translateX(100%);
    /*
    transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 300ms;*/   
}

    .active-campaign.active {
        /*  transform: translateX(0);*/
        -webkit-animation: animationShowActiveCampaign 700ms 1s forwards;
        animation: animationShowActiveCampaign 700ms 1s forwards;
    }

@-webkit-keyframes animationShowActiveCampaign {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes animationShowActiveCampaign {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

.tooltip .arrow::before {
    left:1px;
}



/* start desktop mega menu */
/* start mega menu */
.story-list {
    box-shadow: 0 1px 0 rgb(0 0 0 / 14%), 0 2px 0 rgb(0 0 0 / 5%);
}

.story-list a {
    color: #333;
}

    .story-list .big-nav > a{
        font-weight: bold;
    }

    .story-list .inner {
        position: relative;
        align-items: center;
        z-index: 0;
    }

.story-list .nav {
    display: flex;
    /*position: relative;*/
    z-index: 4;
    padding: 0;
    overflow: auto;
    white-space: nowrap !important;
    flex-wrap: nowrap;
}

    .story-list .nav a {
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .story-list .nav > li > a {
        padding: 12px 10px;        
        font-size: 10pt;
        padding-left: 15px;
        padding-right: 15px;
    }

        .story-list .nav > li > a:hover {
            /*background-image: linear-gradient(to left, #3a1a9c 0%, #8c6fdd 51%, #b49fdc 100%);*/
            border-radius: 10px;
            /*box-shadow: 0px 0px 3px #2d2d2d;*/
        }

    .story-list .nav > li {
        position: relative;
        padding: 0;
    }

        .story-list .nav > li > ul {
            background: rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 100%;
            left: 0;
            /*opacity: 0;*/
            visibility: hidden;
            transform: translateY(20px);
            transition: all 300ms ease-in-out 500ms;
            transition: all 300ms ease-in-out;
            list-style: none;
            height: 0;
            min-height: 0 !important;
            overflow: hidden;
        }

            .story-list .nav > li > ul > li > a {
                padding: 4px 10px;
            }

                .story-list .nav > li > ul > li > a:hover {
                    /*background-color: rgba(0, 0, 0, 0.15);*/
                }

        .story-list .nav > li:hover > ul {
            min-height: 10px !important;
            opacity: 1;
            visibility: visible;
            transform: translateY(0px);
            transition: all 300ms ease-in-out;
            list-style-type: none;
            padding: 0;
            text-align: right;
            background: #f9f9f9;
        }

        /*.story-list .nav > li > a:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }*/

    .story-list .nav .big-nav {
        position: static;
    }

    .story-list .nav .big-nav .big-nav-0{
        border-radius: 0 0 10px 10px;
        /*height: fit-content;*/
    }

        /*.nav .big-nav:after {
            content: '>';
            position: absolute;
            top: 10px;
            margin-right: -15px;
            color: white;
            font-family: "Font Awesome 5 Free";
            content: "\f107";
            display: inline-block;
            padding-right: 3px;
            vertical-align: middle;
            font-weight: 900;
            z-index:0;
        }*/

        .story-list .nav .big-nav > ul {
            /*min-height: 400px;*/
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: white;
            /*box-shadow: 0px 0px 26px #0000004f;*/
            transform: translateY(0px);
            list-style-type: none;
            padding: 0;
            text-align: right;
            z-index: 2;
            border-top: 1px #c7c7c7 solid;
        }

            .story-list .nav .big-nav > ul > li {
                width: 17%;
                margin-left: auto;
            }

                .story-list .nav .big-nav > ul > li > a .sub-category-icon {
                    /*content: '\f104';
                         font-family: "Font Awesome 5 Free";
                        display: block;
                        */
                    position: absolute;
                    left: 10px;
                    top: 39%;
                }

                .story-list .nav .big-nav > ul > li > a {
                    padding: 15px 20px;
                    /*background: rgba(255, 100, 0, 0.1);*/
                    background: #f9f9f9;
                    display: block;
                    font-size: 10pt;
                    position: relative;
                    align-items: center;
                    display: flex;
                }

                .story-list .nav .big-nav > ul > li > ul > a:before {
                    content: "\f111";
                    font-family: "Font Awesome 5 Free";
                    margin-right: -15px;
                    position: absolute;
                    font-size: 6px;
                    margin-top: 6px;
                }

                .story-list .nav .big-nav > ul > li > a:hover {
                    color: var(--primaryMegaColor);
                }

                    .story-list .nav .big-nav > ul > li > a:hover img {
                        filter: var(--primaryMegaColorFilter);
                        /*invert(20%) sepia(97%) saturate(4013%) hue-rotate(353deg) brightness(93%) contrast(127%);*/
                    }

                .story-list .nav .big-nav > ul > li > ul {
                    display: none;
                    position: absolute;
                    top: 0;
                    right: 17%;
                    width: 83%;
                    background: white;
                }

                .story-list .nav .big-nav > ul > li.show > ul {
                    display: block;
                    padding: 13px 40px 0 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    /*max-height: 418px;*/
                    height: 100%;
                }

                .story-list .nav .big-nav > ul > li > ul > li {
                    display: block;
                    width: 25%;
                    float: left;
                    font-size: 10pt;
                    font-weight: 100;
                }

                .story-list .nav .big-nav > ul > li > ul > a {
                    display: block;
                    width: 25%;
                    float: left;
                    font-size: 10pt;
                    font-weight: bold;
                    margin: 7px 0;
                }

                    .story-list .nav .big-nav > ul > li > ul > a:hover {
                        color: var(--primaryMegaColor);                        
                    }

                .story-list .nav .big-nav > ul > li > ul > li.col3 {
                    width: 33.3334%;
                    padding: 0 10px;
                }

                .story-list .nav .big-nav > ul > li > ul > li > a {
                    /*font-weight: bold;*/
                    /*border-bottom: 1px solid #333;*/
                }

                .story-list .nav .big-nav > ul > li > ul > li a {
                    padding: 0px 10px;
                }

/* end mega menu */
/* end desktop megamenu */

.desktop-main-content {
    flex: 0 0 340px;
    margin: auto;
    max-width: var(--mainContentWidthDesktop);
}




/* start footer */
.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
    text-align: right;
}

.single-cta i {
    color: var(--primaryHighlightColor);
    font-size: 30px;
    float: right;
    margin-top: 8px;
}

.cta-text {
    padding-right: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #fff;
        font-size: 14pt;
        font-weight: 600;
        margin-bottom: 2px;
        line-height: normal;
    }

    .cta-text h5 {
        color: #fff;
        font-size: 14pt;
        font-weight: 600;
        margin-bottom: 2px;
        line-height: normal;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
    text-align: right;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: var(--primaryHighlightColor);
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: var(--primaryHighlightColor);
    }

    .footer-widget ul li a {
        color: #878787;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: var(--primaryHighlightColor);
        padding: 13px 20px;
        border: 1px solid var(--primaryHighlightColor);
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

    .copyright-text p a {
        color: var(--primaryHighlightColor);
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: var(--primaryHighlightColor);
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }


.certificate-wrapper {
    text-align: left;
}

.enamad-wrapper {
    display: inline-block;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}
/* end footer */

.default-content-wrapper {
    max-width: var(--mainContentWidthDesktop);
    margin: auto;
}

/* start content */
.rounded-20px {
    border-radius: 20px !important;
}

.card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
}

    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

    .card h3 {
        font-weight: 600;
    }

    .card img {
        position: absolute;
        top: 20px;
        right: 15px;
        max-height: 120px;
    }

.card-1 {
    background-image: url(../../images/ionic-native-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-2 {
    background-image: url(../../images/components-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-3 {
    background-image: url(../../images/theming-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

@media(max-width: 990px) {
    .card {
        margin: 20px;
    }
} 
/* end content */