﻿﻿﻿
/*#region default-setting*/
a, i, form button {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

a:hover, a:active {
    text-decoration: none;
    color: #00629b;
    outline: none;
}

a:visited, a:link {
    text-decoration: none;
    outline: none;
}

i, span, label, a {
    display: inline-block;
}

span {
    display: unset;
}

ul {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 13px;
    margin: 0;
    padding: 0
}

.border-radius {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

*, a, span, label, i, p, div {
    font-weight: normal !important
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-2 {
    padding-top: 2px;
}

.pb-2 {
    padding-bottom: 2px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.border {
    border: 1px solid #dfdfdf;
}

.intro-row {
    width: 100%;
}

.app {
    width: 1170px;
}

.btn-radius {
    border-radius: 15px;
    height: 40px;
}

.product-paging {
    width: 100%;
    margin: 20px auto;
    height: 40px;
    text-align: center;
}

    .product-paging ul li {
        display: inline-block;
        margin-bottom: 4px;
        font-variation-settings: "wght" 400;
        line-height: 2.5;
    }

        .product-paging ul li a {
            color: #00629b;
            text-align: center;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            border: 1px #00629b dashed;
            font-size: 9pt;
        }

            .product-paging ul li a:hover {
                color: #333;
                text-align: center;
                display: inline-block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                border: 1px #0092e6 solid;
                color: #fff !important;
                background: #c6e2ff;
                font-size: 9pt;
            }

            .product-paging ul li a i {
                color: #0092e6;
                text-align: center;
                display: inline-block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                border: 1px #00629b dashed;
                font-size: 9pt;
            }

                .product-paging ul li a i:hover {
                    color: #333;
                    text-align: center;
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    border-radius: 50%;
                    border: 1px #0092e6 solid;
                    color: #fff !important;
                    background: #c6e2ff;
                    font-size: 9pt;
                }

.disabled {
    cursor: not-allowed
}

.page-active {
    color: #fff !important;
    background: #0092e6;
}


/*#endregion*/

/*#region global-styles*/
@font-face {
    font-family: 'kahroba';
    src: url('/fonts/kahroba-vf-fd-wght[wght,100,50].woff2') format('woff2-variations');
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: auto;
    text-rendering: optimizeLegibility;
    font-style: normal;
}

@font-face {
    font-family: SamimN;
    src: url(/fonts/Samim-Bold.woff) format('woff'),url(/fonts/Samim-Bold.woff2) format('woff2');
    font-weight: 100 900;
    font-display: fallback
}

@font-face {
    font-family: SamimB;
    src: url(/fonts/Samim.woff) format('woff');
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: SaminBB;
    src: url(/fonts/Samim.woff2) format('woff2');
    font-style: normal;
    font-weight: 700
}

body {
    margin-top: -17px !important;
    margin: 0;
    padding: 0;
    font-family: 'kahroba';
    font-variation-settings: "wght" 525;
    font-size: 9pt;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'kahroba';
    }
}
/*#endregion*/

/*#region index-page*/

.top-header {
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #1E1F29;
}

.flex {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.display-flex {
    flex-direction: row;
}

.header-links li {
    font-size: 12px;
}


    .header-links li a {
        color: #FFF;
        z-index: 2030000;
    }

        .header-links li a:hover {
            transition: all 0.2s;
            color: #0092e6;
        }

    .header-links li i {
        color: #0092e6;
        margin-left: 5px;
    }

.bottom-header {
    padding-top: 65px;
    padding-bottom: 15px;
    background-color: #15161D;
    border-bottom: 3px solid #0092e6;
}

.header-logo .logo img {
    display: block;
    height: 85px;
    margin-top: 4px !important;
}

@media (max-width:766px) {
    .bottom-header {
        padding-top: 30px !important;
    }

    .header-logo .logo img {
        display: block;
        height: 75px;
        margin-top: -8px !important;
    }
}

.header-search {
    padding: 15px 0px;
}

    .header-search form {
        position: relative;
    }

        .header-search form .input-select {
            margin-left: -4px;
            border-radius: 0px 40px 40px 0px;
        }

        .header-search form .input {
            margin-left: -4px;
            width: calc(100% - 235px);
        }

.input-select {
    padding: 0px 15px;
    background: #FFF;
    border: 1px solid#E4E7ED;
    height: 40px;
}

.input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
}

.header-search form .search-btn {
    height: 40px;
    width: 100px;
    background: #0092e6;
    color: #FFF;
    font-variation-settings: "wght" 700;
    border: none;
    border-radius: 40px 0px 0px 40px;
}

.header-ctn {
    float: left;
    padding: 15px 0px;
}

    .header-ctn .wishlist, .header-ctn .cart {
        display: inline-block;
    }

        .header-ctn .wishlist > a, .header-ctn .cart > a {
            display: block;
            position: relative;
            width: 90px;
            text-align: center;
            color: #FFF;
        }

            .header-ctn .wishlist > a > i, .header-ctn .cart > a > i {
                display: block;
                font-size: 18px !important;
            }

            .header-ctn .wishlist > a > span, .header-ctn .cart > a > span {
                font-size: 12px;
            }

            .header-ctn .wishlist > a > .qty, .header-ctn .cart > a > .qty {
                position: absolute;
                right: 15px;
                top: -10px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                border-radius: 50%;
                font-size: 10px;
                color: #FFF;
                background-color: #0092e6;
            }

    .header-ctn .cart {
        margin-right: 15px;
    }

@media (min-width:1200px) {
    .menu-sticky {
        position: fixed !important;
        padding-top: 5px;
        top: 55px !important;
        z-index: 1000 !important;
        width: 90% !important;
        border: solid #0067a3 !important;
        right: 5%;
        margin: auto !important;
        border-width: 2px !important;
        background-color: #0092e69f !important;
        box-shadow: 0 3px 8px 0px #0067a3 !important;
        min-height: 23px;
        backdrop-filter: blur(7px) saturate(2.5) !important;
    }
}

@media (min-width:767px) and (max-width:1199px) {
    .menu-sticky {
        position: fixed !important;
        padding-top: 5px;
        top: 55px !important;
        z-index: 1000 !important;
        right: 0 !important;
        left: 0 !important;
        width: 95% !important;
        right: 5%;
        border: solid #0067a3 !important;
        margin: auto !important;
        border-width: 2px !important;
        background-color: #0092e69f !important;
        box-shadow: 0 3px 8px 0px #0067a3 !important;
        min-height: 43px;
        backdrop-filter: blur(7px) saturate(2.5) !important;
        font-size: 14px !important;
    }

    .main-menu .container {
        padding: 0 !important;
    }
}

@media (max-width:766px) {
    .menu-sticky {
        position: fixed !important;
        padding-top: 10px;
        top: 42px !important;
        z-index: 1000 !important;
        right: 0 !important;
        left: 0 !important;
        width: 95% !important;
        right: 10%;
        border: solid #0067a3 !important;
        margin: auto !important;
        border-width: 2px !important;
        background-color: #0092e69f !important;
        box-shadow: 0 3px 8px 0px #0067a3 !important;
        min-height: 43px;
        backdrop-filter: blur(7px) saturate(2.5) !important;
        font-size: 14px !important;
    }

    #icon {
        font-size: 17px !important;
        font-weight: 100 !important;
    }

    .menu-slick {
        position: sticky;
        margin-right: -15px;
        top: 0;
        z-index: 10;
        display: inline-block;
    }
        /*برای اسکرول خورده */
        .menu-slick.active {
            top: -9.5px !important;
            box-shadow: 0 3px 8px 0px #004c78 !important;
            background-color: #0092e6 !important;
        }
        /*برای اسکرول نخورده */
        .menu-slick.active2 {
            background-color: #0092e6 !important;
        }

    .img-slick {
        box-shadow: 0 3px 8px 0px #004c78 !important;
        position: sticky;
        top: 0;
        z-index: 10;
        width: 40px;
        height: 45px;
        padding: 0 !important;
        margin: -2px 0 5px 0px !important;
    }

    .main-menu {
        max-height: 350px; /* ارتفاع محدود برای لیست */
        overflow-y: auto; /* امکان اسکرول در محور عمودی برای لیست */
    }

    .menu-mobile a {
        font-size: 12.5px;
        padding-right: 25px;
    }

        .menu-mobile a i {
            font-size: 8px !important;
        }
}

.boldest {
    font-variation-settings: var(--f-800) !important;
}

.border-radius {
    border-radius: var(--boder-radius) !important;
}

.main-menu {
    position: relative;
    background-color: #0092e6;
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    min-height: 43px;
}

    .main-menu nav ul ul {
        border: 10px #005bff !important;
        display: none;
    }

    .main-menu nav ul li:hover > ul {
        display: block;
    }

    .main-menu nav ul {
        background: #0092e600;
        list-style: none;
        position: relative;
        display: inline-table;
    }

        .main-menu nav ul:after {
            content: "";
            clear: both;
            display: block;
        }

        .main-menu nav ul li {
            float: right;
            position: relative;
        }

            .main-menu nav ul li a {
                display: block;
                padding: 15px 12px;
                color: #ffffff;
                text-decoration: none;
                font-size: 12px;
                font-variation-settings: "wght" 700;
            }

                .main-menu nav ul li a i {
                    font-size: 15.5px !important;
                }

                .main-menu nav ul li a:hover {
                    color: #000000;
                    transition: all 0.2s;
                }

        .main-menu nav ul ul {
            border: 1px solid #0092e6;
            background: #fff;
            border-radius: 0px;
            padding: 0;
            position: absolute;
            top: 100%;
            right: 2%;
            width: 200px;
            z-index: 10000;
            box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
        }

            .main-menu nav ul ul li {
                float: none;
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
                position: relative;
            }

                .main-menu nav ul ul li a {
                    padding: 6px 15px 6px 10px;
                    line-height: 22px;
                    color: #222 !important;
                }

                .main-menu nav ul ul li:hover {
                    background-color: #0092e6;
                    transition: all 0.2s;
                }

                    .main-menu nav ul ul li:hover a {
                        color: #fff !important;
                        transition: all 0.2s;
                    }

            .main-menu nav ul ul ul {
                position: absolute;
                right: 100%;
                top: 0;
            }



.list2 {
    position: relative;
    background-color: #1E1F29;
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    min-height: 34px;
}

@media (max-width:766px) {
    .list2 {
        min-height: 23px;
        top: -2px !important
    }
}

.list2 nav ul ul {
    display: none;
}

.list2 nav ul li:hover > ul {
    display: block;
}

.list2 nav ul {
    background: #1E1F29;
    list-style: none;
    position: relative;
    display: inline-table;
}

    .list2 nav ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .list2 nav ul li {
        float: right;
        position: relative;
    }

        .list2 nav ul li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            font-variation-settings: "wght"600;
        }


.list2 nav ul li a:hover {
    color: #0092e6;
    transition: all 0.2s;
}

.list2 nav ul ul {
    border: 1px solid #f2f2f2;
    background: #1E1F29;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 2%;
    width: 200px;
    z-index: 10000;
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
}

    .list2 nav ul ul li {
        float: none;
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .list2 nav ul ul li a {
            padding: 6px 15px 6px 10px;
            line-height: 22px;
            color: #fff !important;
        }

        .list2 nav ul ul li:hover {
            background-color: #0092e6;
            transition: all 0.2s;
        }

            .list2 nav ul ul li:hover a {
                color: #fff !important;
                transition: all 0.2s;
            }

    .list2 nav ul ul ul {
        position: absolute;
        right: 100%;
        top: 0;
    }


.slicknav_menu {
    display: none;
    padding: 0% !important;
    background: inherit !important;
}

.slicknav_btn {
    background: inherit;
}

.slicknav_nav .slicknav_arrow {
    float: left !important;
}

.shop {
    position: relative;
    overflow: hidden;
    margin: 15px -30px 0 -30px;
}

    .shop:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
        width: 40%;
        background: #0092e6d4;
        opacity: 0.8;
        transform: skewX(45deg);
        z-index: 2;
    }

    .shop:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2px;
        width: 100%;
        background: #0092e6d4;
        opacity: 0.8;
        transform: skewX(45deg) translateX(100%);
        z-index: 2;
    }

    .shop .shop-img {
        position: relative;
        background-color: #E4E7ED;
        z-index: 1;
    }

        .shop .shop-img > img {
            width: 100%;
            transition: 0.2s all;
        }

    .shop .shop-body {
        position: absolute;
        top: 0;
        right: 0;
        width: 75%;
        padding: 20px;
        z-index: 3;
        text-align: right;
    }

        .shop .shop-body h3 {
            color: #fff;
            font-size: 24px;
            margin: 0 0 10px;
        }

.box-section header {
    position: relative;
    border-bottom: 1px solid#dfdfdf;
    padding: 10px 15px;
    margin-bottom: 0px;
    color: #00629b;
    border-radius: 15px 15px 0 0;
}

.right-border:before {
    background-color: #0092e6;
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 0;
}

.box-section .right-border h3 {
    display: inline-block;
}

.box-section .right-border .slick-arrow {
    float: left;
    text-align: center;
    border: 1px solid #dfdfdf;
    width: 20px;
    height: 20px;
}

    .box-section .right-border .slick-arrow i {
        font-size: 15px;
        color: #333;
    }

.box-section .right-border .slick-next {
    margin-left: 2px;
}

.box-section .right-border .more {
    float:left ;
    color: inherit;
}

    .box-section .right-border .more i {
        margin-right: 5px;
    }

.box-section .inner {
    padding: 10px;
}

.box-product article {
    position: relative;
    border: 1px solid #d6d5dd;
}

    .box-product article img {
        width: 100%;
        padding-bottom: 2px;
        border-bottom: 1px solid #d6d5dd;
    }

    .box-product article h2 {
        padding: 5px 0;
        width: 100%;
        margin-bottom: 3px;
        overflow: hidden;
    }

        .box-product article h2 a {
            color: #333;
            display: block;
            padding: 2px 12px 0 5px;
            line-height: 22px;
            overflow: hidden;
            text-align: right;
            border-right: 3px solid #0075b9;
            font-size: 14px;
        }

    .box-product article h6 {
        text-align: center;
        padding: 5px 10px 10px;
        border-top: 1px dotted #dfdfdf;
    }

        .box-product article h6 label {
            margin-right: 7px;
        }

.box-product .detail {
    border-top: 1px solid #d6d5dd;
    padding: 10px 15px;
}

    .box-product .detail .price {
        float: right;
        color: #00629b;
        font-size: 13px;
    }

    .box-product .detail .basket {
        float: left;
        font-size: 20px;
    }

.article-box {
    margin-bottom: 25px;
}

    .article-box:last-child {
        margin-bottom: 0px;
    }

    .article-box article {
        position: relative;
        border: 1px solid #d6d5dd;
    }

        .article-box article img, .article-box article video {
            width: 100%;
            padding-bottom: 1px;
            border-bottom: 1px solid #d6d5dd;
        }

        .article-box article h2 {
            padding: 5px 0;
            width: 100%;
            margin-bottom: 5px;
            overflow: hidden;
        }

            .article-box article h2 a {
                color: #333;
                display: block;
                padding: 2px 12px 0 5px;
                line-height: 22px;
                overflow: hidden;
                text-align: right;
                border-right: 3px solid #d53636;
                font-size: 13px;
            }

        .article-box article p {
            color: #5e6a6e;
            font-size: 12px;
            text-align: justify;
            padding: 0 15px;
            height: 45px;
            overflow: hidden;
            line-height: 25px;
        }

    .article-box .detail {
        border-top: 1px solid #d6d5dd;
        padding: 10px 15px;
        font-size: 13px;
    }

        .article-box .detail a {
            float: right;
            color: #97aab0;
        }

        .article-box .detail i {
            position: relative;
            color: #97aab0;
            font-size: 18px;
            margin-left: 3px;
            top: 2px;
        }

        .article-box .detail .comment-pt {
            padding-left: 0;
        }

        .article-box .detail span {
            float: left;
            padding: 0 10px;
            line-height: 20px;
            border-right: 1px solid #d6d5dd;
            color: #718489;
        }

        .article-box .detail i.zmdi-comments {
            font-size: 14px;
            top: 3px;
        }

.news-letter {
    border-top: 2px solid #E4E7ED;
    border-bottom: 3px solid #0092e6;
    margin-top: 30px;
}

.news-letter-inner {
    text-align: center;
}

    .news-letter-inner p {
        font-size: 18px;
    }

    .news-letter-inner form {
        position: relative;
        max-width: 520px;
        margin: 30px auto;
    }

        .news-letter-inner form .input {
            width: calc(100% - 160px);
            margin-left: -4px;
            border-radius: 0px 40px 40px 0px;
        }

        .news-letter-inner form .newsletter-btn {
            width: 160px;
            height: 40px;
            font-variation-settings: "wght" 700;
            background: #0092e6;
            color: #FFF;
            border: none;
            border-radius: 40px 0px 0px 40px;
        }

    .news-letter-inner .newsletter-social {
        text-align: center;
    }

        .news-letter-inner .newsletter-social li {
            display: inline-block;
            margin-right: 5px;
        }

            .news-letter-inner .newsletter-social li a {
                position: relative;
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                border: 1px solid #E4E7ED;
                background-color: #FFF;
                transition: 0.2s all;
            }

                .news-letter-inner .newsletter-social li a > i.social-icon {
                    font-size: 15px;
                    margin-top: 12px;
                    color: #333;
                }

            .news-letter-inner .newsletter-social li:hover a {
                background-color: #e4e7ed;
            }

            .news-letter-inner .newsletter-social li a > i.social-icon:hover {
                color: #0092e6;
            }

/*#endregion*/

/*#region search-product-page*/

.breadcrumb {
    border-radius: 0 !important;
}

.box-section .filter-groups li, .box-section .filter-brands li {
    padding: 2px 15px;
}

    .box-section .filter-groups li > label, .box-section .filter-brands li > label {
        margin-right: 5px;
        font-variation-settings: "wght" 500 !important;
    }

.box-section .price-filter {
    padding: 15px;
}

.box-section ul.filters {
    width: 100% !important;
    margin: 20px 0;
    padding: 0 5px;
}

    .box-section ul.filters li:first-child {
        margin-right: 5px;
    }

    .box-section ul.filters li {
        border: 0px solid #f0f0f0;
        display: inline-block;
        margin-left: 2px;
        width: calc(calc(100% / 3) - 7px);
    }

.select-tag {
    width: 100%;
    border: 1px solid#E8E8E8;
    position: relative;
    color: #B9BABC;
    margin-bottom: 10px
}

    .select-tag select {
        background-color: #000;
        width: 100%;
        padding: 0 15px 0 0;
        font-size: 16px;
        height: 38px;
        line-height: 1.1;
        border: 0;
    }



.box-section ul.filters li form {
    position: relative;
    width: 100%;
}

    .box-section ul.filters li form input {
        width: 100%;
        border-radius: 4px solid #f0f0f0;
        line-height: 25px;
        padding: 6px 15px 6px 60px;
        color: #898888;
    }

    .box-section ul.filters li form button {
        position: absolute;
        left: 1px;
        top: 10px;
        border: 0;
        text-align: center;
        width: 45px;
        font-size: 22px;
        background-color: #fff;
        color: #C0C0C0;
    }

@media (min-width:581px) {
    .box-section ul.products, .box-section ul.articles {
        width: 100% !important;
        padding: 0 5px;
    }

        .box-section ul.products li, .box-section ul.articles li {
            border: 0px solid #f0f0f0;
            display: inline-block;
            margin-left: 2px;
            width: calc(calc(100% / 3) - 7px);
            margin-bottom: 20px;
        }
}
/*#endregion*/

/*#region single-blog-page*/

.single-news h1, .single-news h2, .single-news h3, .single-news h4, .single-news h5, .single-news h6 {
    font-size: 15px;
    margin: 0;
    padding: 0
}

.border {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}

.breadcrumb {
    margin-bottom: 2px !important;
    border-radius: 0 !important;
}

.single-news header {
    border-bottom: 1px solid#dfdfdf;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #2D2927;
    position: relative;
}

    .single-news header h3 a {
        color: #333;
    }

        .single-news header h3 a:hover {
            color: #17b978;
            transition: all 0.2s;
        }

    .single-news header span {
        color: #9a9999;
        left: 16px;
        position: absolute;
        top: 11px;
    }

.single-news article {
    padding: 10px 20px;
}

    .single-news article p {
        line-height: 23px;
        text-align: justify;
    }

    .single-news article img {
        width: 100%;
        margin-bottom: 20px;
    }

.tabs-comment .tab-content {
    border: 1px solid #DFDFDF;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tabs-comment .nav-tabs {
    border: 0
}

    .tabs-comment .nav-tabs > li {
        background: #f2f2f2 none repeat scroll 0 0;
        margin-left: 5px;
        margin-right: 2px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        position: relative;
        top: -1px;
        color: #5F5F5F;
        font-size: 13px
    }

        .tabs-comment .nav-tabs > li a {
            color: #5F5F5F;
        }

        .tabs-comment .nav-tabs > li a {
            color: #5F5F5F;
        }

            .tabs-comment .nav-tabs > li a:hover {
                color: #008DDE;
            }

.comment-list {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #ebebeb
}

    .comment-list .comment-row {
        width: 100%;
        padding: 15px 90px 15px 15px;
        position: relative;
        border-bottom: 1px solid #ebebeb
    }

        .comment-list .comment-row img {
            width: 70px;
            height: 70px;
            border-radius: 100%;
            position: absolute;
            right: 0;
            border: 2px solid #ebebeb;
            top: 15px
        }

        .comment-list .comment-row .left-col {
            width: 100%;
            position: relative;
        }

            .comment-list .comment-row .left-col h3 {
                display: block;
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 5px;
                color: #333
            }

            .comment-list .comment-row .left-col span {
                display: block;
                font-size: 13px;
                line-height: 22px;
                margin-bottom: 5px;
                color: #ccc
            }

            .comment-list .comment-row .left-col p {
                display: block;
                line-height: 22px;
                margin-bottom: 0
            }

.aside-box {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.authore-info a.img-avatar {
    display: block;
}

.authore-info a img {
    width: 120px;
    height: 120px;
    border: 1px solid#c6d5d8;
    display: block;
    margin: 0 auto;
}

.authore-info .detail {
    width: 100%;
    padding: 10px 0 15px;
    text-align: center;
}

    .authore-info .detail span {
        font-size: 14px;
        word-spacing: -1px;
        line-height: 25px;
        color: #7389a3;
        display: block;
    }

.article-info header, .product-info header {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #2D2927;
}

.article-info ul, .product-info ul {
    padding: 0 20px 10px;
    border-bottom: 1px solid #e8e8e8;
}

    .article-info ul li, .product-info ul li {
        position: relative;
        padding: 4px 0;
        font-size: 13px;
    }

        .article-info ul li i, .product-info ul li i {
            font-size: 21px;
            color: #b2b2b2;
            min-width: 27px;
            position: relative;
            top: 3px;
            text-align: center;
        }

.tags a {
    padding: 2px 5px;
    line-height: 18px;
    color: #767676;
    margin: 3px;
}

.share-layer {
    padding: 15px 20px;
}

    .share-layer span {
        line-height: 25px;
        font-size: 14px;
        color: #333;
        width: auto;
        display: table;
        float: right;
    }

    .share-layer a {
        width: 30px;
        height: 30px;
        line-height: 34px;
        font-size: 18px;
        color: #fff;
        background-color: #999;
        border-radius: 100%;
        text-align: center;
        float: left;
        margin-right: 6px;
    }

        .share-layer a > i {
            margin-top: 5px;
        }

        .share-layer a.facebook {
            background-color: #4867aa;
        }

        .share-layer a.google {
            background-color: #dd4a38;
        }

        .share-layer a.telegram {
            background-color: #1da2f1;
        }

        .share-layer a.linkedin {
            background-color: #1da2f1;
        }

/*#endregion*/

/*#region cart-page*/

.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .box .form2 h1 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 20px;
        color: #dd4a38;
    }

    .box .form2 p {
        margin: 0 0 20px;
    }

    .box .form3 .table th {
        text-align: right;
    }

    .box .form2 .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .box .form2 .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .box .form2 .table > thead > tr > th {
        padding: 8px;
    }

    .box .form2 .table tbody tr td {
        vertical-align: middle;
    }

        .box .form2 .table tbody tr td a {
            color: #4fbfa8;
            text-decoration: none;
        }

    .box .form3 .table tbody tr td input {
        width: 70px;
        text-align: left;
    }

    .box .form2 .table tfoot {
        font-size: 18px;
    }

    .box .box-footer {
        background: #f7f7f7;
        padding: 20px;
        border-top: solid 1px #eeeeee;
    }

        .box .box-footer .pull-left {
            float: left;
            width: 30%;
        }

            .box .box-footer .pull-left a {
                padding: 10px;
                font-size: 15px;
            }

        .box .box-footer .pull-right {
            float: right;
            width: 70%;
        }

/*#endregion*/

/*#region ContactUs*/
.contact-page {
    padding: 20px 0;
    width: 900px;
    margin: 0 auto;
}

    .contact-page .right-side {
        width: 50%;
        float: right;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

        .contact-page .right-side article {
            padding: 10px 0;
        }

    .contact-page .map-side {
        width: 50%;
        float: left;
        right: -4%;
        position: relative;
        z-index: 2;
    }

        .contact-page .map-side ul {
            padding-right: 55px;
            padding-bottom: 10px;
        }

            .contact-page .map-side ul li {
                line-height: 23px;
                padding-bottom: 5px;
            }

                .contact-page .map-side ul li i {
                    color: #cbd0e0;
                    font-size: 16px;
                    position: relative;
                    top: 2px;
                    width: 20px;
                }

        .contact-page .map-side .map {
            height: 380px;
            background-color: #fff;
            overflow: hidden;
        }

.section-layer {
    border: 1px solid #cccfdd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}

/*#endregion*/

/*#region category-product-page*/

.category-menu {
    padding: 2px 0;
}

    .category-menu li a {
        color: inherit;
    }

    .category-menu li i {
        font-size: 18px;
        color: #b2b2b2;
        min-width: 27px;
        position: relative;
        top: 3px;
        text-align: center;
    }

    .category-menu > li {
        position: relative;
        padding-right: 22px;
        line-height: 20px;
        padding-bottom: 5px;
    }

.child-category-menu {
    padding-right: 10px;
}

.category-menu > li ul li {
    position: relative;
    line-height: 25px;
    padding-right: 10px;
}

.child-category-menu li ul {
    padding-right: 10px;
}

/*#endregion*/

/*#region user-Profile-page*/
.avatar-layer {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
}

    .avatar-layer .img-layer {
        margin: 25px auto 0;
        z-index: 1;
        width: 130px;
        height: 130px;
        position: relative;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

        .avatar-layer .img-layer .change-image {
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 27px;
            color: #657d9a;
            background-color: rgba(228,235,245,0.4);
            position: absolute;
            z-index: 2;
            opacity: 0;
        }

        .avatar-layer .img-layer img {
            width: 130px;
            height: 130px;
            border: 3px solid #ecf1f8;
            z-index: 1;
            position: relative;
        }

    .avatar-layer .detail {
        width: 100%;
        padding: 10px 0 15px;
        text-align: center;
    }

        .avatar-layer .detail span {
            font-size: 14px;
            word-spacing: -1px;
            line-height: 25px;
            color: #7389a3;
            display: block;
        }

aside.user-account > section {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
}

    aside.user-account > section header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8;
    }

        aside.user-account > section header h3 {
            font-size: 15px;
            line-height: 35px;
        }

    aside.user-account > section .inner {
        padding: 10px 15px;
    }

        aside.user-account > section .inner ul li a {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222;
        }

.user-account-content {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
}

    .user-account-content > header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8;
    }

        .user-account-content > header h1 {
            font-size: 15px;
            line-height: 35px;
        }

        .user-account-content .inner .account-information h3 {
            font-size: 17px;
            margin-bottom: 10px;
            color: #00629b;
        }

        .user-account-content .inner .account-information ul li {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222;
        }

            .user-account-content .inner .account-information ul li i {
                margin-left: 5px;
                position: relative;
                top: 3px;
                font-size: 16px;
                color: #ccc;
            }

/*#endregion*/

/*#region account-pages*/
.account-layer {
    width: 55%;
    margin: 30px auto 0;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
    padding: 20px 25px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.account-layer .form-layer form .input-group {
    padding: 10px 0;
    width: 100%;
}

    .account-layer .form-layer form .input-group .input-group-addon {
        width: 55px;
        font-size: 18px;
    }


        .account-layer .form-layer form .input-group .input-group-addon i {
            color: #555555;
        }

    .account-layer .form-layer form .input-group input {
        height: 40px;
    }

.account-layer .form-layer form .remember-me {
    margin-top: 10px;
    margin-bottom: 5px;
}

.account-layer .form-layer form .link {
    margin-bottom: 10px;
}

    .account-layer .form-layer form .link a {
        font-size: 14px;
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #1CBDF9;
    }

/*#endregion*/

/*#region single-product-page*/

.product-detail > div {
    padding: 30px 0;
}

    .product-detail > div span {
        float: right;
        line-height: 35px;
        font-size: 18px;
        color: #0092e6;
    }

    .product-detail > div .add-to-card-link {
        margin-left: 5px;
        float: left;
        background-color: #0092e6;
        color: #fff;
        padding: 4px 15px;
        line-height: 30px;
    }

.product-detail > p {
    line-height: 26px;
    text-align: justify;
    color: #757575;
    padding: 0 15px;
}

.product-gallery {
    margin-bottom: 10px;
}

.larg-image {
    padding: 1px;
    border: 1px solid#dfdfdf;
    margin-bottom: 15px;
}

.large-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.thumbnails-image {
    margin-right: 5px;
}

    .thumbnails-image .row > div img {
        border: 1px solid #dfdfdf;
        padding: 1px;
        display: block;
        width: 100%;
        max-width: 100%;
    }

#main-content, #note {
    padding: 20px;
}

    #note h3, #main-content h3 {
        color: #00629b;
        font-size: 18px;
        padding: 10px 0;
        line-height:1.5;
    }

    #note p {
        color: #717271;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 10px
    }

    #note ul, #main-content ul {
        padding: 10px
    }

        #note ul li, #main-content ul li {
            line-height: 26px;
            color: #717271;
            position: relative;
            padding-right: 12px
        }

#price-chart > div {
    padding: 30px
}

/*#endregion*/

/*#region compare-page*/

.compare thead tr td {
    vertical-align: middle;
}

    .compare thead tr td > img {
        max-width: 100%;
        height: 100px;
    }

/*#endregion*/

/*#region responsive-styles*/

@media (max-width:1199.98px) {
    .app {
        width: calc(992px - 30px);
        padding: 0px 15px;
    }
}

@media (max-width:991.98px) {
    .app {
        width: calc(768px - 30px);
        padding: 0px 15px;
    }

    .hide-section {
        display: none;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .contact-page {
        width: 100%;
    }

        .contact-page .right-side {
            width: 100%;
            float: none;
        }

        .contact-page .map-side {
            width: 100%;
            float: none;
            right: 0;
        }

            .contact-page .map-side ul {
                padding-right: 0;
                padding-top: 30px;
                border-top: 1px solid #e7e9ee;
            }
}

@media (max-width:768.98px) {
    .app {
        width: 576px;
    }

    .header-logo {
        text-align: center;
    }

    .header-ctn {
        float: none;
        text-align: center;
    }

    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .box-section ul.products li, .box-section ul.articles li {
        width: calc(calc(100% / 2) - 7px);
    }

    .account-layer {
        width: 100%;
    }
}

@media (max-width:575.98px) {
    .app {
        width: calc(100% - 30px);
        padding: 0px 15px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .box-section ul.filters li:first-child {
        margin-right: 0px;
    }

    .box-section ul.filters li, .box-section ul.products li, .box-section ul.articles li {
        display: block;
        width: 100%;
        padding: 2px;
        margin: 5px 0;
    }

    .box .box-footer .pull-left {
        width: 100% !important;
    }

    .box .box-footer .pull-right {
        width: 0% !important;
    }

    .single-news header span {
        display: none;
    }
}

/*#endregion*/
/*slider*/
.carousel-indicators {
}

    .carousel-indicators li {
        background: #C4C4BE;
    }

        .carousel-indicators li.active {
            background: #0092e6;
        }


.item a:hover {
    background: #FE980F;
}

.control-carousel {
    position: absolute;
    top: 45%;
    font-size: 60px;
    color: #C2C2C1;
}

    .control-carousel:hover {
        color: #0092e6;
    }

.right {
    left: 26.5%;
}

.left {
    left: 97%;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.left-sidebar h2, .brands_products h2 {
    color: #FE980F;
    font-family: 'kahroba';
    font-size: 18px;
    font-variation-settings: "wght" 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

@supports (font-variation-settings: normal) {
    .left-sidebar h2, .brands_products h2 {
        font-family: 'kahroba';
        font-variation-settings: "wght" 700;
    }
}

.left-sidebar h2:after, h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    right: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    right: 50%;
    margin-right: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    right: 50%;
    margin-right: -110px;
}



/*endslider*/




a.topbutton {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #0092e6;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    display: none;
}

    a.topbutton i {
        font-size: 30px;
    }

a.chat {
    border-radius: 100%;
    left: 10px;
    padding: 20px 10px;
    /*background: #ccc;*/
    color: #FFF;
    -webkit-animation: swing 2s ease infinite;
    animation: swing 3s ease infinite;
    display: block;
}

.sabad {
    border-radius: 10px;
    background-color: #0092e6;
    border-color: #00629b;
    color: #fff;
    bottom: 8px;
    margin-right: -5px;
    line-height: 45px;
    width: 97%;
    font-size: 17px;
    text-align: center;
}

.sabad2 {
    border-radius: 10px;
    background-color: #0092e6;
    border-color: #00629b;
    color: #fff;
    /*right: 20px;*/
    bottom: 8px;
    margin-right: -28px;
    /*padding-right: 130px;*/
    line-height: 45px;
    width: 97%;
    font-size: 17px;
    text-align: center;
}

.bottom-tak {
    border: solid;
    border-color: #e5e5e5;
    background-color: #fff;
    color: #fff;
    /*right: 20px;*/
    bottom: -20px;
    margin-right: -50px;
    /*padding-right: 130px;*/
    height: 80px;
    width: 250%;
}

.sabadsabad {
    border-radius: 10px;
    background-color: #caebff;
    border: solid;
    border-color: #8ad3ff;
    color: #00629b;
    bottom: 8px;
    margin-right: -28px;
    line-height: 45px;
    width: 96%;
    font-size: 17px;
    text-align: center;
}

.color1 {
    background-color: #5a5e5a;
    color: #fff;
    border-radius: 10px;
}

    .color1:hover {
        background-color: #0092e6;
        color: #fff;
        border-radius: 10px;
    }

.color2 {
    width: 250px;
    background-color: #ffffff;
    color: #000;
    border-radius: 10px;
    padding-right: 100px;
}

/*color*/
span .colorcolor {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label1 {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
    border: inset #4D90FE;
    border-radius: 10px;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
    font-size: 15px
}

    .radio-inline__label1 i {
        display: inline-block;
        transition: all .2s;
        font-size: 18px
    }

.radio-inline__label {
    width: 47%;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    transition: all .2s;
    border: solid 2px #cfcfcf;
    border-radius: 10px;
}

.radio-inline__input:checked + .radio-inline__label {
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE !important;
    outline-offset: -1px !important;
    outline-style: inset !important;
    outline-width: 3.5px !important;
}
/*end color*/
.formform {
    display: inline;
}
/*category-xs*/

@media (max-width:580px) {
    .box-section ul.products, .box-section ul.articles {
        width: 100% !important;
        padding: 0 5px;
    }

        .box-section ul.products li, .box-section ul.articles li {
            border: 0px solid #f0f0f0;
            display: inline-block;
            margin-left: 2px;
            width: calc(calc(100% / 2) - 7px);
            margin-bottom: 20px;
        }
}
/*category-xs*/
/*black0ff*/
.black0ff {
    position: relative;
    overflow: hidden;
    /*margin: 15px -30px 0 -30px;*/
}

    .black0ff:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 12%;
        background: #0092e6;
        transform: skew(45deg) translateX(300%);
    }






    .black0ff p {
        content: "";
        position: absolute;
        font-family: 'B Titr';
        margin-right: 2px;
        transform: skewY(45deg) translateY(45%) translateX(-8%);
        color: #fff;
        font-size: 20px;
    }

.black0ffcat {
    position: relative;
    overflow: hidden;
    /*margin: 15px -30px 0 -30px;*/
}

    .black0ffcat:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 12%;
        background: #0092e6;
        transform: skew(45deg) translateX(320%);
    }






    .black0ffcat p {
        content: "";
        position: absolute;
        font-family: 'B Titr';
        margin-right: 2px;
        transform: skewY(45deg) translateY(65%) translateX(-15%);
        color: #fff;
        font-size: 20px;
    }


.black0ffxs p {
    background-color: #00629b;
    content: "";
    font-family: 'B Titr';
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 13px;
}

.black0ffxscat p {
    background-color: #00629b;
    content: "";
    font-family: 'B Titr';
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 13px;
}
/*black0ff*/
/*درخواست کالا*/
.kalainput {
    position: relative;
    max-width: 300px;
    margin: 30px auto;
    width: calc(100% - 160px);
    margin-left: -4px;
    border-radius: 0px 40px 40px 0px;
}

.kalabtn {
    width: 160px;
    height: 40px;
    font-variation-settings: "wght" 700;
    background: #0092e6;
    color: #FFF;
    border: none;
    border-radius: 40px 0px 0px 40px;
}
/*درخواست کالا*/

/*Change Password*/
.grouppass {
    padding: 10px 0;
    width: 100%;
}

.iconpass {
    width: 55px;
    font-size: 18px;
}

.inputpass {
    height: 40px;
}
/*Change Password*/

/*Hide Password*/
.content {
    position: relative;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

.show-hide {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

    .show-hide i {
        font-size: 15px;
        color: #555555;
        cursor: pointer;
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }

    .show-hide .zmdi-eye.off::before {
        content: '\f15b';
    }

input:valid ~ .show-hide i {
    transform: translateX(200%);
}
/*Hide Password*/
.hover li a:hover {
    color: #0092e6 !important
}
/*Features*/
.features-pc {
    color: #fff;
    border-radius: 0 5px 5px 0;
    background-color: #000000b9;
    margin-bottom: 5px
}

.value-pc {
    color: #000;
    border-radius: 5px 0 0 5px;
    background-color: #b3b3b3;
    margin-bottom: 5px
}

.features-mobile {
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #000000b9;
    margin-bottom: 5px
}

.value-mobile {
    text-align: center;
    color: #000;
    border-radius: 5px;
    background-color: #b3b3b3;
    margin-bottom: 5px
}
/*Features*/
/*Cart*/
.cartKharid h3 {
    line-height: 25px;
    font-size: 13px !important
}

.cartKharid img {
    margin-top: 5px;
    height: 102px;
    width: 80px;
    border: dashed #515151 1px;
    border-radius: 20%
}

.cartKharid ul {
    margin-right: 85px
}

.cartKharid li {
    font-size: 12px !important;
    line-height: 20px !important;
}

.cartKharid .fa-trash {
    font-size: 20px !important;
}

.cartKharid .qty-down {
    border-radius: 0 5px 5px 0 !important;
    height: 34px !important;
    width: 40px !important;
    background-color: #e0e0e0 !important;
    color: #00629b !important;
    font-size: 20px !important;
    top: -9px
}

    .cartKharid .qty-down:hover {
        background-color: #d0d0d0 !important;
    }

.cartKharid .qty-up {
    border-radius: 5px 0 0 5px !important;
    margin-right: 90px !important;
    height: 34px !important;
    width: 40px !important;
    background-color: #e0e0e0 !important;
    color: #00629b !important;
    font-size: 20px !important;
    top: -9px !important
}

    .cartKharid .qty-up:hover {
        background-color: #d0d0d0 !important;
    }

.cartKharid .cart_quantity_up {
    padding-right: 30px !important;
    margin-right: 30px !important;
    width: 70px !important;
    height: 33px !important;
    color: #00629b !important;
    font-size: medium !important;
}

.cartKharid .input-number {
    top: 1.5px
}

.cartKharid .pull-left {
    font-size: 120%;
    margin-top: 40px
}
/*Cart*/
/*off in Index*/
@media (max-width:766px) {
    .offIndex article:hover {
        box-shadow: 0px 0px 12px #000000;
        border-radius: 15px
    }

    .offIndex {
        margin: 0 15px 0 15px;
    }

        .offIndex .ImageSend img {
            margin-top: 10px !important;
            margin-right: 25% !important;
        }

        .offIndex .off-image img {
            margin-top: 10px !important;
            width: 50% !important;
            margin-right: 25% !important;
        }

        .offIndex .col-md-2 img {
            margin-right: 30%;
            margin-top: 10px;
            height: 80px;
        }

        .offIndex .ImageSend img {
            margin-right: 18% !important;
            height: 100px !important
        }

        .offIndex .border-radius {
            border-radius: 10px
        }

        .offIndex a img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            width: 112%;
        }

        .offIndex a p {
            color: #fff;
            border-radius: 10px;
            padding: 3px;
            background-color: #00629b;
            position: absolute;
            font-weight: 900;
            font-size: 8px;
            margin: 5px 10px;
        }

        .offIndex h2 {
            height: 53px;
            background-color: #FFF;
            width: 112% !important;
        }

        .offIndex .isexis {
            height: 50px;
            background-color: #fff;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            width: 112%;
        }

            .offIndex .isexis .isoff {
                margin-top: -5px;
                color: #ab0000;
                font-size: medium;
                margin-right: -8px;
            }

                .offIndex .isexis .isoff span {
                    color: #808080;
                    font-size: 12px;
                }

        .offIndex .notexis {
            background-color: #fff;
            width: 130px;
        }
    /*Orders*/
    .Orders h1 {
        font-size: 12px ;
    }

    .Orders span {
        font-size: 10px;
    }

    .Orders h3 {
        font-size: 13px !important;
    }

        .Orders h3 a {
            font-size: 8px !important;
        }

    .Orders li {
        font-size: 11px !important;
    }

    .Orders .account-information a {
        font-size: 11px !important;
    }

    .Orders footer a {
        font-size: 13px !important;
    }
}

.Orders h3 {
    color: #d00040 !important;
}

@media (min-width:766px) and (max-width:991px) {
    .offIndex article:hover {
        box-shadow: 0 0 20px #000000;
        border-radius: 15px
    }

    .offIndex {
        margin: 0 15px 0 15px;
    }

        .offIndex .col-md-2 img {
            margin-right: 40%;
            margin-top: 10px;
            height: 80px;
        }

        .offIndex .ImageSend img {
            margin-top: 10px !important;
            height: 120px !important;
            margin-right: 35% !important;
        }

        .offIndex .off-image img {
            margin-top: 10px !important;
            height: 100px !important;
            margin-right: 35% !important;
        }

        .offIndex .border-radius {
            border-radius: 10px
        }

        .offIndex a img {
            left: 0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .offIndex a p {
            color: #fff;
            border-radius: 10px;
            padding: 3px;
            background-color: #00629b;
            position: absolute;
            font-weight: 900;
            font-size: 8px;
            margin: 5px 10px;
        }

        .offIndex h2 {
            height: 53px;
            background-color: #FFF;
        }

        .offIndex .isexis {
            height: 50px;
            background-color: #fff;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            .offIndex .isexis .isoff {
                margin-top: -5px;
                color: #ab0000;
                font-size: medium;
                margin-right: -8px
            }

                .offIndex .isexis .isoff span {
                    color: #808080;
                    font-size: 12px;
                }

        .offIndex .notexis {
            background-color: #fff
        }
}

@media (min-width:992px) and (max-width:1199px) {
    .offIndex article:hover {
        box-shadow: 0 0 20px #000000;
        border-radius: 15px
    }

    .offIndex .ImageSend img {
        margin-top: 50% !important;
        height: 150px !important;
    }

    .offIndex .off-image img {
        margin-top: 25% !important;
        height: 250px !important;
    }

    .offIndex .products-slick {
        margin: 0 -60px 0 -90px !important;
    }

    .offIndex .border-radius {
        border-radius: 10px
    }

    .offIndex a img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 180px;
    }

    .offIndex a p {
        color: #fff;
        border-radius: 10px;
        padding: 5px;
        background-color: #00629b;
        position: absolute;
        font-weight: 900;
        font-size: 10px;
        margin: 5px 10px;
    }

    .offIndex h2 {
        background-color: #FFF;
        height: 55px;
    }

    .offIndex .isexis {
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 40px;
    }

        .offIndex .isexis .isoff {
            color: #ab0000;
            font-size: 14px
        }

            .offIndex .isexis .isoff span {
                color: #808080;
                font-size: 9px
            }

        .offIndex .isexis i {
            font-size: 14px !important
        }
}

@media (min-width:1200px) {
    .offIndex article:hover {
        box-shadow: 0 0 20px #000000;
        border-radius: 15px
    }

    .offIndex .border-radius {
        border-radius: 10px
    }

    .offIndex a img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 200px;
    }

    .offIndex a p {
        color: #fff;
        border-radius: 10px;
        padding: 5px;
        background-color: #00629b;
        position: absolute;
        font-weight: 900;
        font-size: 10px;
        margin: 5px 10px;
    }

    .offIndex h2 {
        background-color: #FFF;
        height: 55px;
    }

    .offIndex .isexis {
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 40px;
    }

        .offIndex .isexis .isoff {
            color: #ab0000;
            font-size: medium
        }

            .offIndex .isexis .isoff span {
                color: #808080;
                font-size: 12px
            }

    .offIndex .notexis {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #fff !important;
        font-size: medium
    }
}
/*off in Index*/
/*Home Category*/
@media (max-width:766px) {
    .homecat article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
    }

        .homecat article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .homecat article:hover h2 a:hover {
                color: #00629b;
            }

    .homecat a img {
        min-height: 40vw;
        padding: 8px 8px 0;
        border-radius: 15px 15px 0 0;
    }

    .homecat a p {
        color: #fff;
        border-radius: 10px;
        padding: 3px;
        background-color: #00629b;
        position: absolute;
        font-weight: 900;
        font-size: 8px;
        margin: 5px 10px;
    }

    .homecat h2 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .homecat .isexis {
        height: 40px;
        border-radius: 0 0 15px 15px;
        font-size: 10px !important
    }

        .homecat .isexis .price {
            color: #ab0000;
            margin-right: -8px;
            font-size: 10px !important
        }

            .homecat .isexis .price span {
                color: #808080;
                font-size: 7px !important;
            }

        .homecat .isexis .basket {
            display: none;
        }

    .homecat .price {
        font-size: 12px !important;
    }

    .homecat .basket i {
        font-size: 14px !important;
    }

    .homecat .notexis {
        background-color: #fff
    }
}

@media (min-width:766px) and (max-width:991px) {
    .homecat article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
    }

        .homecat article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .homecat article:hover h2 a:hover {
                color: #00629b;
            }

    .homecat a img {
        height: 150px;
        padding: 8px 8px 0;
        border-radius: 15px 15px 0 0;
    }

    .homecat a p {
        color: #fff;
        border-radius: 10px;
        padding: 3px;
        background-color: #00629b;
        position: absolute;
        font-weight: 900;
        font-size: 8px;
        margin: 5px 10px;
    }

    .homecat h2 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .homecat .isexis {
        height: 40px;
        border-radius: 0 0 15px 15px;
    }

        .homecat .isexis .price {
            color: #ab0000;
            margin-right: -8px
        }

            .homecat .isexis .price span {
                color: #808080;
                font-size: 10px;
            }

        .homecat .isexis .basket {
            display: none !important;
        }

    .homecat .notexis {
        background-color: #fff
    }
}

@media (min-width:992px) {
    .homecat article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
    }

        .homecat article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .homecat article:hover h2 a:hover {
                color: #00629b;
            }

    .homecat a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .homecat a img {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 170px;
            min-height: 170px; /* حداقل ارتفاع */
            padding: 8px 8px 0;
            border-radius: 15px 15px 0 0;
            box-sizing: border-box;
            aspect-ratio: 4 / 3; /* نسبت ابعاد */
        }

        .homecat a p {
            color: #fff;
            padding: 5px;
            position: absolute;
            font-weight: 900;
            background-color: #00629b;
            border-radius: 10px;
            font-size: 10px;
            margin: 5px 10px;
        }

    .homecat h2 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .homecat .isexis .price {
        color: #ab0000;
        font-size: 12px
    }

        .homecat .isexis .price span {
            color: #808080;
            font-size: 10px
        }
}
/*Home Category*/
/*Home Product And Order*/
@media (min-width:1200px) {


    /*Home Porforoosh LastPro CatPro*/
    .homepro article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
    }

        .homepro article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .homepro article:hover h2 a:hover {
                color: #00629b;
            }

    .homepro .blackoffimg {
        width: 100%;
        height: 5%;
        border: hidden
    }

    .homepro .blackoffimgpro {
        height: 250px
    }

    .hompro-search a img {
        width: 136% !important;
    }

    .homepro a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .homepro a img {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 190px;
            min-height: 190px; /* حداقل ارتفاع */
            padding: 8px 8px 0;
            border-radius: 15px 15px 0 0;
            box-sizing: border-box;
            aspect-ratio: 4 / 3; /* نسبت ابعاد */
        }



        .homepro a p {
            color: #fff;
            border-radius: 10px;
            padding: 5px;
            background-color: #00629b;
            position: absolute;
            font-weight: 900;
            font-size: 10px;
            margin: 5px 10px;
        }


    .homepro h2 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }


    .homepro .isexis {
        border-radius: 0 0 15px 15px;
        height: 40px;
    }

        .homepro .isexis .price {
            color: #ab0000;
            font-size: medium
        }

            .homepro .isexis .price span {
                color: #808080;
                font-size: 12px
            }
    /*Order*/
    .profile a i {
        font-size: 15px !important
    }

    .profile li span {
        direction: rtl !important
    }

    .profile .iconi h1 {
        color: #9d9999 !important;
        font-size: xx-large !important
    }

    .profile .iconi i {
        font-size: 1000% !important
    }
    /*Order*/
    /*Logo - Search - RequestProduct - CartIcon*/
    .request .request-danger {
        font-size: small;
        color: #d80000;
    }

    .cart {
        margin-top: 20px !important;
    }

    .logoSearch a img {
        width: 80%;
        height: 10%;
        margin: 10px 30px 0 0;
    }

    .logoSearch .input {
        /* به جای مارجین ۴۰۰، از یک مارجین منطقی استفاده می‌کنیم */
        margin: 0 0 0 20px !important;
        width: 70% !important; /* عرض رو کمی کمتر میگیریم که وسط هدر بمونه */
        float: right !important;
        display: inline-block !important;
    }

    .logoSearch button {
        margin: 0 -20px 0 0 !important; /* چسباندن به اینپوت */
        width: 29% !important; /* در دسکتاپ دکمه می‌تواند جمع‌وجورتر باشد */
        height: 40px !important;
        float: right !important;
        display: inline-block !important;
        background: #0092e6;
        position: static !important;
        border: none;
    }


    /*Logo - Search - RequestProduct - CartIcon*/
}

.profile a {
    color: #d1003a;
}

@media (min-width:992px) and (max-width:1199px) {
    .homepro article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
    }

        .homepro article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .homepro article:hover h2 a:hover {
                color: #00629b;
            }

    .hompro-search a img {
        width: 116% !important;
    }

    .homepro a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .homepro a img {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 180px;
            min-height: 180px; /* حداقل ارتفاع */
            padding: 8px 8px 0;
            border-radius: 15px 15px 0 0;
            box-sizing: border-box;
            aspect-ratio: 4 / 3; /* نسبت ابعاد */
        }

        .homepro a p {
            color: #fff;
            border-radius: 10px;
            padding: 5px;
            background-color: #00629b;
            position: absolute;
            font-weight: 900;
            font-size: 10px;
            margin: 5px 10px;
        }

    .homepro h2 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .homepro .isexis {
        border-radius: 0 0 15px 15px;
        height: 40px;
    }

        .homepro .isexis .basket i {
            margin-left: -13px;
        }

        .homepro .isexis .price {
            color: #ab0000;
            font-size: medium
        }

            .homepro .isexis .price span {
                color: #808080;
                font-size: 12px
            }
    /*Order*/
    .profile a i {
        font-size: 15px !important
    }

    .profile .iconi h1 {
        color: #9d9999 !important;
        font-size: xx-large !important
    }

    .profile .iconi i {
        font-size: 1000% !important
    }
    /*Order*/
    /*Logo - Search - RequestProduct - CartIcon*/
    .request .request-danger {
        font-size: small;
        color: #d80000;
    }

    .cart {
        margin-top: 20px !important;
    }

    .logoSearch a img {
        width: 80%;
        height: 10%;
        margin: 17px 30px 0 0;
    }

    .logoSearch .input {
        width: 50% !important;
    }

    .logoSearch button {
        margin-left: 60px !important;
        width: 25% !important;
        height: 41.5px !important
    }
    /*Logo - Search - RequestProduct - CartIcon*/
}

@media (min-width:766px) and (max-width:991px) {
    .homepro article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
    }

        .homepro article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .homepro article:hover h2 a:hover {
                color: #00629b;
            }

    .hompro-search a img {
        width: 143% !important;
    }

    .homepro a img {
        height: 150px;
        padding: 8px 8px 0;
        border-radius: 15px 15px 0 0;
    }

    .homepro a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .homepro a img {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: 150px;
            min-height: 150px; /* حداقل ارتفاع */
            padding: 8px 8px 0;
            border-radius: 15px 15px 0 0;
            box-sizing: border-box;
            aspect-ratio: 4 / 3; /* نسبت ابعاد */
        }

        .homepro a p {
            color: #fff;
            border-radius: 10px;
            padding: 3px;
            background-color: #00629b;
            position: absolute;
            font-weight: 900;
            font-size: 8px;
            margin: 5px 10px;
        }

    .homepro h2 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .homepro .isexis {
        height: 40px;
        border-radius: 0 0 15px 15px;
    }

        .homepro .isexis .price {
            color: #ab0000;
            margin-right: -8px
        }

            .homepro .isexis .price span {
                color: #808080;
                font-size: 10px;
            }

        .homepro .isexis .basket {
            display: none !important;
        }

    .homepro .notexis {
        background-color: #fff
    }
    /*Order*/
    .profile a i {
        font-size: 15px !important
    }

    .profile .iconi h1 {
        color: #9d9999 !important;
        font-size: xx-large !important
    }

    .profile .iconi i {
        font-size: 1000% !important
    }
    /*Order*/
    /*Logo - Search - RequestProduct - CartIcon*/
    .request .request-danger {
        font-size: small;
        color: #d80000;
    }

    .cart {
        margin-top: 10px !important;
    }

    .logoSearch a img {
        width: 80%;
        height: 10%;
        margin-top: 5px;
    }



    .logoSearch .input {
        margin: -6px 0 0 10px !important;
        width: 60% !important;
        float: right !important;
        display: inline-block !important;
    }

    .logoSearch button {
        margin: -6px -10px 0 0 !important; /* مارجین منفی ۵ پیکسل از سمت راست برای چسبیدن به اینپوت */
        width: 20% !important;
        height: 40px !important;
        float: right !important;
        display: inline-block !important;
        background: #0092e6;
        position: static !important;
        border: none; /* برای اینکه خط مرزی بینشون نباشه */
    }
    /*Logo - Search - RequestProduct - CartIcon*/
}

@media (max-width:766px) {

    .homepro article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
    }

        .homepro article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .homepro article:hover h2 a:hover {
                color: #00629b;
            }

    .homepro a img {
        min-height: 45vw;
        padding: 8px 8px 0;
        border-radius: 15px 15px 0 0;
    }

    .homepro a p {
        color: #fff;
        border-radius: 10px;
        padding: 3px;
        background-color: #00629b;
        position: absolute;
        font-weight: 900;
        font-size: 8px;
        margin: 5px 10px;
    }

    .homepro h2 a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .homepro .isexis {
        height: 40px;
        border-radius: 0 0 15px 15px;
    }

        .homepro .isexis .price {
            color: #ab0000;
            margin-right: -8px;
            font-size: 12px;
        }

            .homepro .isexis .price span {
                color: #808080;
                font-size: 9px;
            }

        .homepro .isexis .basket {
            display: none;
        }

    .homepro .notexis {
        background-color: #fff
    }
    /*Order*/
    .profile h3 {
        font-size: small !important
    }

    .profile li {
        font-size: small !important
    }

    .profile a i {
        font-size: 15px !important
    }

    .profile .iconi h1 {
        color: #9d9999 !important;
    }

    .profile .iconi i {
        font-size: 650% !important;
    }


    /*Order*/
    /*Logo - Search - RequestProduct - CartIcon*/
    .request .request-text {
        font-size: smaller;
    }

    .request .request-danger {
        font-size: 9px;
        color: #d80000;
    }

    .request input {
        width: 70%;
        font-size: smaller;
    }

    .request button {
        width: 30%;
        font-size: smaller;
    }

    .logoSearch a img {
        width: 80%;
        height: 10%;
        margin: 15px 30px 0 0;
    }

    .logoSearch .input {
        width: 70% !important;
    }

    .logoSearch button {
        width: 30% !important;
        height: 41.5px !important
    }
    /*Logo - Search - RequestProduct - CartIcon*/
}
/*Home Product*/
/*slider*/
@media (min-width:1200px) {
    .slider .slide {
        margin-right: -25px
    }

    .slider .swiper {
        border-radius: 15px;
    }

    .slider .swiper-pagination {
        font-size: 50px;
    }

    .slider .swiper-button-next, .slider .swiper-button-prev {
        font-size: 25px !important;
        font-weight: 900 !important;
        color: #d5d5d5;
    }

        .slider .swiper-button-next:hover, .slider .swiper-button-prev:hover {
            color: #0092e6;
        }

    .slider {
        top: 380px;
        right: 38%
    }

        .slider .shop-img img {
            height: 185px !important
        }

        .slider .col-sm-9 {
            margin-top: 20px
        }

            .slider .col-sm-9 img {
                border-radius: 15px;
                width: 830px;
                height: 380px;
            }

        .slider .shop {
            border-radius: 10px;
            margin-right: 0.5px;
            width: 300px;
        }

        .slider .shop-img img {
            width: 300px;
            height: 170px;
        }

        .slider .shop h3 {
            font-size: 18px
        }

        .slider .shop a {
            font-size: 10px
        }

        .slider .left i {
            font-size: 60px
        }

        .slider .right i {
            font-size: 60px
        }
}

@media (min-width:992px) and (max-width:1199px) {
    .slider .slide {
        margin-right: -25px
    }

    .slider .swiper {
        border-radius: 15px;
    }

    .slider .swiper-pagination {
        font-size: 50px;
    }

    .slider .swiper-button-next, .slider .swiper-button-prev {
        font-size: 22px !important;
        font-weight: 900 !important;
        color: #d5d5d5;
    }

        .slider .swiper-button-next:hover, .slider .swiper-button-prev:hover {
            color: #0092e6;
        }

    .slider {
        top: 380px;
        right: 38%
    }

        .slider .shop-img img {
            height: 150px !important
        }

        .slider .col-sm-9 {
            margin-top: 20px
        }

            .slider .col-sm-9 img {
                border-radius: 15px;
                width: 720px;
                max-width: 100%
            }

        .slider .shop {
            border-radius: 10px;
            margin-right: 0.5px;
            width: 250px;
        }

            .slider .shop .shop-img img {
                width: 250px;
                height: 170px !important;
            }

            .slider .shop h3 {
                font-size: 18px
            }

            .slider .shop a {
                font-size: 12px
            }

        .slider .left i {
            font-size: 40px !important
        }

        .slider .right i {
            font-size: 40px !important
        }
}

@media (min-width:766px) and (max-width:991px) {

    .slider .slide {
        margin-right: -25px
    }

    .slider .swiper {
        border-radius: 15px;
    }

    .slider .swiper-pagination {
        font-size: 50px;
    }

    .slider .swiper-button-next, .slider .swiper-button-prev {
        font-size: 18px !important;
        font-weight: 900 !important;
        color: #d5d5d5;
    }

        .slider .swiper-button-next:hover, .slider .swiper-button-prev:hover {
            color: #0092e6;
        }

    .slider {
        top: 380px;
        right: 30%
    }

        .slider .shop-img img {
            height: 150px !important
        }

        .slider .col-sm-9 {
            margin-top: 20px
        }

            .slider .col-sm-9 img {
                border-radius: 15px;
                width: 515px;
                height: 350px
            }

        .slider .shop {
            border-radius: 10px;
            right: 5px;
            width: 221px;
        }

            .slider .shop .shop-img img {
                width: 250px;
                height: 170px !important;
            }

            .slider .shop h3 {
                font-size: 16px
            }

            .slider .shop a {
                font-size: 11px
            }

        .slider .left i {
            font-size: 40px !important
        }

        .slider .right i {
            font-size: 40px !important
        }
}

@media (max-width:766px) {

    .slider .slide {
        margin-right: -25px
    }

    .slider .swiper {
        border-radius: 15px;
    }

    .slider .swiper-pagination {
        font-size: 50px;
    }

    .slider .swiper-button-next, .slider .swiper-button-prev {
        font-size: 18px !important;
        font-weight: 900 !important;
        color: #d5d5d5;
    }

        .slider .swiper-button-next:hover, .slider .swiper-button-prev:hover {
            color: #0092e6;
        }

    .slider .slide {
        right: 3%
    }

    .slider .shop-img img {
        height: 350px !important;
    }

    .slider .col-sm-9 {
        margin-top: 15px;
    }

        .slider .col-sm-9 img {
            border-radius: 15px;
            max-width: 100%;
            height: 280px;
        }

    .slider .shop {
        border-radius: 15px;
    }

        .slider .shop .shop-img img {
            height: 150px !important;
        }

        .slider .shop h3 {
            font-size: 18px
        }

        .slider .shop a {
            font-size: 13px
        }

    .slider .left i {
        font-size: 40px !important
    }

    .slider .right i {
        font-size: 40px !important
    }
}
/*slider*/
/*Footer Servise */
@media (min-width:1200px) {
    .footerServise a {
        margin-top: 3% !important
    }

        .footerServise a img {
            height: 120px !important;
            width: 80px !important
        }
}

@media (min-width:992px) and (max-width:1199px) {
    .footerServise a {
        margin-top: 5% !important
    }

        .footerServise a img {
            height: 120px !important;
            width: 80px !important
        }
}

@media (min-width:766px) and (max-width:991px) {
    .footerServise a {
        margin: 5% 10px 0 0 !important
    }

        .footerServise a img {
            height: 100px !important;
            width: 60px !important
        }
}

@media (max-width:766px) {
    .footerServise a {
        margin: 5% 15px 0 0 !important
    }

        .footerServise a img {
            height: 100px !important;
            width: 60px !important
        }

    .cartbycart p {
        font-size: 12px !important;
    }
}

.cartbycart p a:hover {
    font-size: 15px !important;
    color: #ab0000;
}
/*Footer Servise*/
.boxradio input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.boxradio label {
    position: relative;
    display: block;
    width: 3.5em;
    height: 2em;
    border-radius: 1em;
    margin: 0 auto;
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .boxradio label:before {
        content: ' ';
        position: absolute;
        top: -1px;
        left: 0;
        width: 2em;
        height: 2em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #d9d9d9;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.boxradio input:checked + label {
    background-color: #55D069;
}

    .boxradio input:checked + label:before {
        left: 1.5em;
        background-color: #fff;
    }

:root {
    scrollbar-width: thin;
    scrollbar-color: #0092e6 #fff0;
    --box-sh: 0 0 6px #a2a09e;
    --trans: all 0.2s linear 0s;
    --grad: linear-gradient(to right,#ffaaaa,transparent);
    --grad-rev: linear-gradient(to left,#ffaaaa,transparent);
    --border-btm-sections: 2px solid #ccc;
    --shadow-coms: rgba(0,0,0,.4) 0 2px 5px, rgba(0,0,0,.2) 0 7px 13px -3px, rgba(0,0,0,.2) 0 -4px 0 inset;
    --shadow-menu-mob: rgba(0,0,0,.2) 0 18px 30px, rgba(0,0,0,.2) 0 12px 11px;
    --f-max: "wght" 1000;
    --f-900: "wght" 895;
    --f-800: "wght" 795;
    --fbolder: "wght" 695;
    --fbold: "wght" 595;
    --boder-radius: 9px;
    --img-shadow: 0 0 4px #444;
    --img-radius: 14px 4px 14px 4px;
    --border-1-dashed: 1px dashed #bbb;
    --border-footer: 2px dashed #555;
}

:root {
    view-transition-name: root;
}

::-webkit-scrollbar {
    background: #fedfdf !important;
    width: 9px !important;
}

::selection {
    background: #000000;
    color: #fff;
}

::-webkit-scrollbar-thumb {
    background: #0092e6 !important;
    border-radius: 7px !important;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
    position: absolute;
}

.header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}

.progress-bar {
    top: 27px;
    height: 8px;
    width: 0;
    background: linear-gradient(to right, #0200e6, #00d1ab);
}
/*Not Finally Order*/
@media (min-width:1200px) {
    .notfinally {
        font-size: large;
        text-align: center;
        padding: 5px
    }

        .notfinally a {
            font-size: 15px;
        }
}

@media (min-width:823px) and (max-width:1199px) {
    .notfinally {
        font-size: 14px;
        text-align: center;
        padding: 5px
    }

        .notfinally a {
            font-size: 11px;
        }
}

@media (max-width:823px) {
    .notfinally {
        text-align: center;
        padding: 5px
    }

        .notfinally a {
            margin-top: 5px;
            font-size: 9px;
        }
}

.nemad {
    border-radius: 10px;
    border: solid 2px #444;
    margin-right: 40px;
    margin-bottom: 10px;
}

    .nemad img {
        height: 92px;
        opacity: 95;
        border-radius: 5px;
        width: 92px;
    }

.mapstore {
    border-radius: 10px;
    border: solid 2px #444;
    margin-bottom: 5px;
}
    .mapstore img {
        height: 350px;
        width: 100% !important;
        border-radius: 10px;
        border: solid 2px #444;
    }

.color-circle .colors {
    width: 7px;
    height: 7px;
    left: 0px !important;
    border: solid 0.1px #44444486;
    border-radius: 50%;
    margin: 8px 0 0 7px;
}
/*Start Gallery*/



    /*    .hompro-search a img {
        width: 116% !important;
    }*/

    .reqpro .swiper-slide a p {
        color: #fff;
        border-radius: 10px;
        padding: 5px;
        background-color: #00629b;
        position: absolute;
        font-weight: 900;
        font-size: 10px;
        margin: 5px 10px;
        margin-right: 30px !important;
    }

    .reqpro .swiper-slide .isexis {
        border-radius: 0 0 15px 15px;
        height: 40px;
    }

        .reqpro .swiper-slide.isexis .price {
            color: #ab0000;
            font-size: medium;
        }

            .reqpro .swiper-slide .isexis .price span {
                color: #808080;
                font-size: 12px;
            }

    .reqpro .box-section {
        height: 300px !important;
    }
}

.reqpro .swiper-slide {
    border: 1px solid #d6d5dd;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

    .reqpro .swiper-slide:hover {
        border-color: #0092e6;
        box-shadow: 0 0 6px #aaa;
        background: #e1f3ff;
    }

    .reqpro .swiper-slide article {
        position: relative;
        border-radius: 15px !important;
        border-bottom: 4px solid #a89c91;
        background: #fff;
    }

        .reqpro .swiper-slide article:hover {
            border-color: #0092e6;
            box-shadow: 0 0 6px #aaa;
            background: #e1f3ff;
        }

            .reqpro .swiper-slide article:hover h2 a:hover {
                color: #0092e6;
            }
/*End Requierd Product*/
.user-vote {
    margin-top: 10px !important;
}

.vote .qty-down {
    border-radius: 0 5px 5px 0 !important;
    height: 34px !important;
    width: 40px !important;
    background-color: #e0e0e0 !important;
    color: #00629b !important;
    font-size: 20px !important;
    top: -8px !important;
}

.vote .qty-up {
    border-radius: 5px 0 0 5px !important;
    margin-right: 90px !important;
    height: 34px !important;
    width: 40px !important;
    background-color: #e0e0e0 !important;
    color: #00629b !important;
    font-size: 20px !important;
    top: -8px !important;
}

.vote .cart_quantity_up {
    padding-right: 30px !important;
    margin-right: 30px !important;
    width: 70px !important;
    height: 33px !important;
    color: #00629b !important;
    font-size: medium !important;
}

.vote .left-vote {
    margin-right: 30px;
}

.all-vote .vote-green {
    color: #3c763d !important;
}

.all-vote .vote-red {
    color: #aa4644 !important;
}

.all-vote .btn-danger {
    background-color: #d70035 !important;
}

    .all-vote .btn-danger:hover {
        background-color: #ae002b !important;
    }

.all-vote i {
    color: #fff !important;
}

.all-vote a {
    margin-top: 5px !important;
    font-size: 12.9px !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .all-vote a {
        font-size: 11.9px !important;
    }
}

.account-layer img {
    width: 200px;
    height: 200px;
}

@media (min-width:1200px) {
    .img-cathome a img {
        border-radius: 15px;
        width: 280px;
        height: 394px;
        margin-bottom: 20px;
    }

    .text-alert {
        padding: 5px;
        font-size: large
    }

    .account-layer img {
        margin-right: 32%;
    }

    .img-icon {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 30vh !important;
        max-width: 100% !important;
        margin: 20px auto auto auto !important;
    }

    .icon-profile {
        position: absolute;
        z-index: 10;
        display: flex !important;
        left: 150px !important;
        top: 45px !important;
        height: 25vh !important;
        max-width: 100% !important;
        margin: 20px auto auto auto !important;
    }

    .img-icon-profile {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 35vh !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    #blinkingText {
        right: 60%;
        color: #fff
    }

    .maps {
        right: 50% !important;
        bottom: 36.5% !important;
        z-index: 10;
        position: absolute
    }

    .select-map {
        height: 400px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .img-cathome a img {
        border-radius: 15px;
        width: 230px;
        height: 409px;
        margin-bottom: 20px;
    }

    .text-alert {
        padding: 5px;
        font-size: large
    }

    .account-layer img {
        margin-right: 28%;
    }

    .img-icon {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 28vh !important;
        max-width: 100% !important;
        margin: 20px auto auto auto !important;
    }

    .icon-profile {
        position: absolute;
        z-index: 10;
        display: flex !important;
        left: 150px !important;
        top: 45px !important;
        height: 25vh !important;
        max-width: 100% !important;
        margin: 20px auto auto auto !important;
    }

    .img-icon-profile {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 30vh !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    #blinkingText {
        right: 35%;
        color: #fff
    }

    .maps {
        right: 46% !important;
        bottom: 41% !important;
        z-index: 10;
        position: absolute
    }

    .select-map {
        height: 400px;
    }
}

@media (min-width:766px) and (max-width:991px) {
    .text-alert {
        padding: 5px;
        font-size: large
    }

    .account-layer img {
        margin-right: 20%;
    }

    .img-icon {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 28vh !important;
        max-width: 100% !important;
        margin: 20px auto auto auto !important;
    }

    .icon-profile {
        position: absolute;
        z-index: 10;
        display: flex !important;
        left: 150px !important;
        top: 45px !important;
        height: 30vh !important;
        max-width: 100% !important;
        margin: 20px auto auto auto !important;
    }

    .img-icon-profile {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 35vh !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    #blinkingText {
        right: 65%;
        color: #fff
    }

    .maps {
        right: 50% !important;
        bottom: 36% !important;
        z-index: 10;
        position: absolute
    }

    .select-map {
        height: 310px;
    }
}

@media (max-width:766px) {
    .img-cathome a img {
        border-radius: 15px;
        width: 90.2vw; /* عرض عکس به 90 درصد عرض صفحه نمایش */
        height: 300px; /* ارتفاع ثابت */
        max-width: 95vw; /* حداکثر عرض عکس */
        min-width: 200px; /* حداقل عرض عکس */
        margin-bottom: 20px;
        margin-right:-14px;
    }

    .text-alert {
        padding: 5px;
        font-size: small;
    }

    .img-home-pro {
        border-radius: 15px;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        height: 50vh !important; /* ارتفاع صفحه */
        max-width: 100% !important;
        margin: 10px auto auto auto !important;
    }

    .img-icon-profile {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 22vh !important;
        max-width: 70% !important;
        margin: auto !important;
    }

    .account-layer img {
        margin-right: 15vw;
    }

    .icon-profile {
        display: none;
    }

    .img-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 18vh !important; /* ارتفاع صفحه */
        max-width: 50% !important;
        margin: 10px auto auto auto !important;
    }

    #blinkingText {
        right: 20%;
        color: #fff;
        font-size: 11px;
        font-variation-settings: "wght"600;
        margin-top: -2px;
    }

    .maps {
        margin-top: 10px;
    }

    .select-map {
        height: 280px;
    }

    .logo-ProGroups img {
        width: 40px;
        height: 45px;
        padding: 0 !important;
        margin: -4px 0 0 0px !important;
    }
}

.account-layer h2 {
    color: #aaa;
}

.img-icon-large {
    width: 350px;
    height: 350px;
}

.account-layer h2 {
    margin-top: 15px;
    font-size: 18px !important;
}

@media (min-width:992px) {
    .logo-ProGroups img {
        display: inline-block;
        position: relative;
        float: right;
        max-width: 68px;
        bottom: 10px !important;
        margin-left: 8px;
        width: 83px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .logo-ProGroups img {
        display: inline-block;
        position: relative;
        float: right;
        max-width: 94px;
        bottom: -7px !important;
        margin-left: 8px;
        width: 83px;
    }
}
/*@media (min-width:1200px) and (max-width:1455px) {
    .logo-ProGroups img {
        margin: -4px 0 0 120px !important;
    }
}*/
/*@media (min-width:992px) and (max-width:1999px) {
    .logo-ProGroups img {
        margin-left:-30px !important;
    }
}*/
/*@media (min-width:766px) and (max-width:991px) {
    .logo-ProGroups img {
        margin: -93px 0 0 -30px !important;
    }
}*/

@keyframes blink {
    0%, 40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text {
    animation: blink 6s infinite;
}

.bottem-radius {
    border-radius: 0 0 9px 9px;
}

.top-radius {
    border-radius: 9px 9px 0 0;
}

#progress-containers {
    position: fixed;
    width: 100%;
    height: 3px;
    left: 0;
    background: #0092e6;
    box-shadow: 0px 0px 5px #0092e6;
    overflow: hidden;
}

.progress-bars {
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,146,230,1) 0%, rgb(0, 73, 144,1) 50%, rgba(0,146,230,1) 100%);
    position: absolute;
    right: 0;
    animation: progress-animation 8s infinite, glow-animation 7s infinite alternate;
    animation-fill-mode: backwards;
}

    .progress-bars.delay {
        animation-delay: 2s;
    }

    .progress-bars.delay2 {
        animation-delay: 4s;
    }

@keyframes progress-animation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100vw);
    }
}

@keyframes glow-animation {
    0% {
        box-shadow: 0 0 20px rgba(0,91,181,1);
    }

    100% {
        box-shadow: 0 0 40px rgba(0,91,181,1);
    }
}

.disabled {
    color: #a0a0a0;
}

.select-map {
    width: 100%;
    border: 2px dashed #00629b;
    padding: 10px;
    box-shadow: 0 0 15px rgb(0, 138, 255, 0.20);
}

.image-container img {
    width: 200px;
    height: 200px;
}

@keyframes toggleHeart {
    0%, 100% {
        color: #ff0000;
    }

    50% {
        content: '';
        color: transparent;
    }
}

.valen {
    margin: -4px 1px 0 0;
    position: absolute;
    font-variation-settings: "wght" 900;
    font-size: 15.5px;
    transform: rotate(-9deg);
    animation: toggleHeart 2s infinite;
}

.Notvalen {
    margin: -4px 1px 0 0;
    position: absolute;
    font-variation-settings: "wght" 900;
    font-size: 15.5px;
    transform: rotate(-9deg);
}

@media (min-width:992px) {
    .img-icon-order {
        position: fixed;
        z-index: 20;
        display: block;
        width: 350px;
        height: 350px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .img-icon-order {
        position: fixed;
        z-index: 20;
        display: block;
        width: 250px;
        height: 250px;
    }
}

.fa {
    font-size: 15.5px ;
}

.order-timer {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #555;
}

    .order-timer .time {
        font-weight: bold;
        color: #e63946;
        margin-right: 4px;
    }
/* تنظیمات کلی بخش فروشگاه */
.store-section {
    padding: 60px 0;
    background: #0c0d12;
    border-top: 1px solid #1e1f29;
    position: relative;
}

.info-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.icon-box {
    width: 40px;
    height: 40px;
    background: rgba(0, 146, 230, 0.1);
    color: #0092e6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(0, 146, 230, 0.2);
}

.text-box span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.text-box p {
    color: #9da0a5;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

/* دکمه‌های مسیریابی */
.routing-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.route-btn {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    transition: 0.3s;
    text-decoration: none !important;
}

    .route-btn.google {
        background: #1a1b24;
        color: #fff;
        border: 1px solid #333;
    }

    .route-btn.neshan {
        background: #0092e6;
        color: #fff;
    }

    .route-btn:hover {
        opacity: 0.8;
        transform: translateY(-2px);
    }

/* استایل نقشه */
.map-container-new {
    border-radius: 20px;
    border: 1px solid #2d2e37;
    margin-top: 20px;
}

#map2 {
    height: 100% !important;
    width: 100% !important;
}

/* اصلاح نمایش در موبایل */
@media (max-width: 768px) {
    .map-container-new {
        height: 250px; /* کوچک‌تر در موبایل */
    }

    .routing-buttons {
        flex-direction: column; /* دکمه‌ها زیر هم در موبایل */
    }

    .footer-title {
        text-align: center;
        display: block !important;
    }
}
/* کانتینر اصلی نقشه */
.map-wrapper-ultra {
    position: relative;
    border-radius: 25px;
    padding: 10px;
    background: linear-gradient(135deg, rgba(0, 146, 230, 0.1), rgba(22, 23, 29, 0.5));
    border: 1px solid rgba(0, 146, 230, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

    /* افکت اسکنر نوری روی نقشه (بسیار ملایم) */
    .map-wrapper-ultra::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, transparent, rgba(0, 146, 230, 0.05), transparent);
        animation: scanLine 6s linear infinite;
        z-index: 2;
        pointer-events: none;
    }

@keyframes scanLine {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

/* خودِ المان نقشه */
#map2 {
    height: 350px !important;
    width: 100% !important;
    border-radius: 18px;
    /* فیلتر برای تیره و حرفه‌ای کردن نقشه */
    filter: grayscale(0.5) invert(0.92) contrast(1.2) brightness(1);
    transition: 0.5s all;
}
/* پوشش تزئینی روی نقشه */
.map-overlay-decor {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 8px 15px;
    background: rgba(12, 13, 18, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 146, 230, 0.3);
    border-radius: 10px;
    color: #0092e6;
    font-size: 11px;
    z-index: 3;
    letter-spacing: 1px;
    pointer-events: none;
}

.bottom-footer {
    /* پس‌زمینه شیشه‌ای و بسیار شفاف */
    background: rgba(255, 255, 255, 0.02) !important;
    /* مات کردن پشت شیشه (هماهنگ با بقیه بخش‌ها) */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* یک خط جداکننده بسیار ظریف در بالای بخش کپی‌رایت */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    margin-top: 40px; /* ایجاد فاصله از کارت‌های بالا */
    position: relative;
    z-index: 5;
}

.copyright {
    color: #9da0a5 !important;
    font-size: 13px !important;
    line-height: 2;
    margin: 0;
}

    .copyright b a {
        color: #0092e6 !important; /* رنگ برند برای اسم طراح */
        text-decoration: none;
        transition: 0.3s;
    }

        .copyright b a:hover {
            color: #fff !important;
            text-shadow: 0 0 8px rgba(0, 146, 230, 0.6);
        }

    /* اصلاح آیکون قلب */
    .copyright .zmdi-favorite-outline {
        color: #e74c3c; /* رنگ قرمز برای قلب */
        vertical-align: middle;
    }
/* کوچک‌سازی هوشمند متن‌ها فقط برای موبایل */
@media (max-width: 768px) {
    /* کوچک کردن تیتر "اپلیکیشن" */
    .app-title {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    /* کوچک کردن متن دکمه دانلود */
    .btn-download-custom {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }

    /* کوچک کردن تیترهای اصلی فوتر (مثل دسترسی سریع و...) */
    .footer-title {
        font-size: 13px !important;
        padding: 4px 10px !important;
        margin-bottom: 15px !important;
    }

    /* کوچک کردن متن لینک‌های لیست */
    .footer-links li a {
        font-size: 11px !important;
    }

        /* کوچک کردن آیکون‌های کنار لینک‌ها برای تناسب با متن */
        .footer-links li a i {
            width: 20px !important;
            height: 20px !important;
            font-size: 9px !important;
            margin-left: 8px !important;
        }

    /* کوچک کردن متن کپی‌رایت انتهای صفحه */
    .copyright {
        font-size: 10px !important;
        line-height: 1.8 !important;
        padding: 0 10px !important;
    }

    /* کوچک کردن متن داخل دکمه‌های مسیریابی (گوگل مپ و نشان) */
    .route-btn {
        font-size: 11px !important;
        padding: 8px !important;
    }
}
/*اتمام فوتر*/

/* محدودیت‌ها فقط برای اپلیکیشن نصب شده (PWA) */
@media screen and (display-mode: standalone) {
    html, body {
        /* جلوگیری از رفرش با کشیدن به پایین */
        overscroll-behavior-y: contain;
        /* غیرفعال کردن انتخاب متن */
        -webkit-user-select: none;
        user-select: none;
        /* حذف هایلایت آبی هنگام لمس */
        -webkit-tap-highlight-color: transparent;
        /* غیرفعال کردن منوی سیستم در iOS */
        -webkit-touch-callout: none;
    }

    /* استثنا برای فیلدهای متنی که کاربر باید در آن‌ها تایپ کند */
    input, textarea, [contenteditable="true"] {
        -webkit-user-select: text;
        user-select: text;
    }

    /* جلوگیری از درگ کردن تصاویر */
    img {
        -webkit-user-drag: none;
    }
}
/* ۱. حذف اثر منفی روی بدنه سایت */
body {
    margin-top: 0 !important;
}

/* ۲. ایجاد فاصله امن بدون خراب کردن چیدمان هدر */
.top-header {
    padding-top: 10px !important; /* این همان فاصله‌ای است که نیاز داری */
}

/* ۳. مخصوص حالت PWA روی گوشی (برای اینکه دقیق‌تر شود) */
@media screen and (display-mode: standalone) {
    .top-header {
        margin-top: 0.01px;
    }
}
/* تشخیص خودکار حالت PWA بدون نیاز به تغییر در HTML */
@media screen and (display-mode: standalone) {
    /* ۱. تنظیمات کلی بدنه و جلوگیری از رفتارهای مرورگری */
    html, body {
        /* جلوگیری از باز شدن منوی کلیک راست روی کلیک طولانی */
        -webkit-touch-callout: none;
        /* حذف هایلایت آبی هنگام کلیک در موبایل */
        -webkit-tap-highlight-color: transparent;
        /* جلوگیری از انتخاب متن در کل اپ (به جز موارد استثنا) */
        -webkit-user-select: none;
        user-select: none;
        /* اسکرول نرم و روان */
        -webkit-overflow-scrolling: touch;
        /* حذف نوار اسکرول برای تمام مرورگرها */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }

        /* ۲. حذف نوار اسکرول در موتورهای Webkit (Chrome, Safari) */
        html::-webkit-scrollbar,
        body::-webkit-scrollbar {
            display: none;
        }

    /* ۳. آزادسازی انتخاب متن برای فیلدها و بخش‌های محتوایی */
    /* پیشنهاد: کلاس .selectable-text را به متون مقالات یا توضیحات محصول بده */
    input, textarea, [contenteditable="true"], .selectable-text {
        -webkit-user-select: text !important;
        user-select: text !important;
    }

    /* ۴. مدیریت تصاویر و لینک‌ها */
    img {
        /* جلوگیری از ذخیره کردن عکس با نگه داشتن انگشت */
        -webkit-touch-callout: none;
        /* جلوگیری از کشیدن عکس (Drag) */
        -webkit-user-drag: none;
    }

    a {
        /* جلوگیری از منوی کپی لینک، اما اجازه کلیک داده می‌شود */
        -webkit-touch-callout: none;
    }

    /* ۵. اصلاح برای فیلدهای ورودی (جلوگیری از زوم خودکار در آیفون) */
    input, textarea {
        font-size: 16px !important; /* اگر فونت کمتر از ۱۶ باشد آیفون زوم می‌کند */
    }
}
/* در مرورگر عادی (بدون کلاس is-pwa) همه چیز مثل قبل کار می‌کند */
/* استایل لودینگ اختصاصی */
/* --- Splash Screen Styles --- */
#pwa-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999; /* بسیار بالا */
    transition: opacity 0.5s ease, visibility 0.5s;
}

.splash-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.splash-logo {
    width: 120px; /* اندازه لوگو */
    height: auto;
    margin-bottom: 30px;
    animation: splash-pulse 1.5s infinite ease-in-out;
}

.splash-loader-bar {
    width: 150px;
    height: 4px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.splash-loader-fill {
    width: 40%;
    height: 100%;
    background: #00629b; /* رنگ اصلی برند */
    animation: splash-progress 1.5s infinite ease-in-out;
}

/* --- Mini Loader Styles --- */
/* ظرف اصلی با افکت بلور شدید */
#mini-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

    #mini-loader.mini-loader-active {
        opacity: 1;
        visibility: visible;
    }

.modern-glass-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 35px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#mini-loader.mini-loader-active .modern-glass-card {
    transform: translateY(0);
}

/* انیمیشن موجی حرفه‌ای */
.loading-waves {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 30px;
    gap: 6px;
    margin-bottom: 20px;
}

    .loading-waves span {
        width: 5px;
        height: 10px;
        background: linear-gradient(to top, #00629b, #00a8ff);
        border-radius: 10px;
        animation: wave-anim 1s ease-in-out infinite;
    }

        .loading-waves span:nth-child(2) {
            animation-delay: 0.1s;
        }

        .loading-waves span:nth-child(3) {
            animation-delay: 0.2s;
        }

        .loading-waves span:nth-child(4) {
            animation-delay: 0.3s;
        }

        .loading-waves span:nth-child(5) {
            animation-delay: 0.4s;
        }

@keyframes wave-anim {
    0%, 100% {
        height: 10px;
    }

    50% {
        height: 30px;
    }
}

.dynamic-text {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    min-width: 150px;
    transition: opacity 0.3s;
}

/* --- Animations --- */
@keyframes splash-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.8;
    }
}

@keyframes splash-progress {
    0% {
        transform: translateX(-150%);
    }

    100% {
        transform: translateX(250%);
    }
}

@keyframes mini-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* جلوگیری از سفید شدن صفحه بین رفرش‌ها در PWA */
@media screen and (display-mode: standalone) {
    html {
        background-color: #ffffff; /* همرنگ اسپلش اسکرین */
    }

    body {
        /* انیمیشن ورود نرم برای کل صفحه */
        animation: fadeInPage 0.4s ease-in;
    }
}

@keyframes fadeInPage {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* منو پایین صفحه */
@media screen and (max-width: 767px) {
    /* ۱. بدنه اصلی نوار: شیشه‌ای آبی با هاله نئون */
    .pwa-bottom-bar {
        display: flex !important;
        position: fixed !important;
        bottom: 20px !important;
        left: 15px !important;
        right: 15px !important;
        height: 65px !important;
        background: rgba(0, 98, 155, 0.7) !important; /* شفافیت را کمی کمتر کردم برای خوانایی */
        backdrop-filter: blur(15px) saturate(160%) !important;
        -webkit-backdrop-filter: blur(15px) saturate(160%) !important;
        border-radius: 25px !important;
        border: 1.5px solid #0092e6af !important;
        box-shadow: 0 0 15px rgba(0, 146, 230, 0.4), 0 3px 8px 0px #0067a3 !important;
        z-index: 1000000 !important;
        overflow: visible !important;
        padding: 0 !important; /* اضافه شد */
        margin: 0 !important; /* اضافه شد */
    }

    /* ۲. کانتینر آیتم‌ها */
    .pwa-items-container {
        display: flex !important;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
        padding: 0 5px;
        margin: 0;
    }

    /* ۳. استایل عمومی گزینه‌ها (سفید شفاف برای خوانایی روی آبی) */
    .pwa-nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none !important;
        color: rgb(255, 255, 255, 0.82) !important;
        font-size: 10px;
        position: relative;
    }

        .pwa-nav-item i {
            font-size: 20px;
            margin-bottom: 3px;
            color: rgba(255, 255, 255, 0.8) !important;
        }

        /* --- حالت فعال (Active) نئونی --- */
        .pwa-nav-item.active {
            color: #fff !important;
        }

            .pwa-nav-item.active i {
                color: #00629b !important;
                transform: translateY(-3px);
                text-shadow: 0 0 10px rgba(0, 210, 255, 0.8); /* درخشش آیکون */
            }

            .pwa-nav-item.active::after {
                content: '';
                position: absolute;
                bottom: -7px;
                width: 5px;
                height: 5px;
                background-color: #00629b;
                border-radius: 50%;
                box-shadow: 0 0 8px rgba(0, 210, 255, 0.8); /* نقطه نئونی زیر آیتم */
            }

    /* ۴. بخش سبد خرید دایره‌ای وسط */
    .pwa-cart-mobile-link {
        flex: 1.2;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    /* دایره با حاشیه هماهنگ با تم نئون */
    .pwa-floating-circle {
        position: absolute;
        top: -45px;
        width: 65px;
        height: 65px;
        background: linear-gradient(135deg, #00629b, #00d2ff);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #FFF; /* حاشیه تیره برای تضاد بیشتر با نئون */
        box-shadow: 0 0 20px rgba(0, 210, 255, 0.5);
        transition: transform 0.2s ease;
    }

        .pwa-floating-circle i {
            color: #fff !important;
            font-size: 26px !important;
        }

    /* متن سبد خرید زیر دایره */
    .pwa-text {
        position: absolute;
        bottom: 8px;
        font-size: 9px;
        color: #00d2ff !important;
        font-weight: bold;
        text-shadow: 0 0 5px rgba(0, 210, 255, 0.3);
    }

    /* عدد روی سبد خرید */
    .pwa-badge {
        position: absolute;
        top: 2px;
        right: 2px;
        background: #ff3b30;
        color: #fff !important;
        font-size: 10px;
        min-width: 18px;
        height: 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
    }

    .pwa-floating-circle:active {
        transform: scale(0.9);
    }
}
/* منو کامپیوتر */
:root {
    --accent: #0092e6;
    --dark: #00629b;
    --glass: rgba(255, 255, 255, 0.1);
}

.glass-category-bar {
    background: linear-gradient(45deg, #0092e6, #00629b);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    direction: rtl;
}

.nav-flex-holder {
    display: flex;
    align-items: center;
    height: 55px;
}

/* دسکتاپ: زیردسته‌های شیشه‌ای */
.desktop-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #fff;
    padding: 0 18px;
    line-height: 55px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

    .nav-link:hover {
        color: #000000;
    }

.luxury-drop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 230px;
    /* غلظت سفید بیشتر شد (از 86 به d9) تا سفیدتر دیده بشه */
    background: #ffffffd9;
    /* ماتی قوی برای حفظ حس شیشه‌ای */
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    /* حاشیه رو هم کمی سفیدتر کردم تا با بک‌گراند ست بشه */
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: none;
    /* سایه برای عمق دادن */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 18px 18px;
    padding: 10px 0;
    z-index: 5000;
}

    /* استایل متون داخل شیشه سفید */
    .luxury-drop li a {
        color: #2c3e50; /* رنگ تیره متین برای خوانایی عالی */
        padding: 12px 20px;
        display: block;
        font-size: 13.5px;
        font-weight: 500;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

        /* هاور شیک و آبی روی زمینه سفید */
        .luxury-drop li a:hover {
            background: rgba(0, 146, 230, 0.08); /* یک هاله بسیار ملایم از آبی جدیدت */
            color: #0092e6; /* رنگ آبی برندت */
            padding-right: 28px;
        }

.nav-item:hover .luxury-drop {
    display: block !important;
    animation: fadeIn 0.3s;
}



/* کل دسته‌بندی‌ها: تمام صفحه فوق شیشه‌ای با رنگ آبی جدید */
/* استایل جدید و لوکس دکمه کل دسته‌بندی‌ها */
.all-cats-btn-premium {
    background: linear-gradient(135deg, #0092e6 0%, #00629b 100%);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px; /* فاصله بین آیکون و متن */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 146, 230, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 5px;
}

    /* افکت نوری که از روی دکمه رد میشه (Glow Sweep) */
    .all-cats-btn-premium::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        transition: 0.6s;
    }

    .all-cats-btn-premium:hover {
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 8px 25px rgba(0, 146, 230, 0.6);
        background: linear-gradient(135deg, #00a4ff 0%, #0092e6 100%);
    }

        .all-cats-btn-premium:hover::before {
            left: 100%;
        }

    /* استایل آیکون همبرگری داخل دکمه */
    .all-cats-btn-premium i {
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    .all-cats-btn-premium:hover i {
        transform: rotate(90deg); /* موقع هاور آیکون بچرخه */
    }

.full-page-mega {
    display: none;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    background: rgb(255, 255, 255, 0.46);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    z-index: 99;
    overflow-y: auto;
    padding: 50px 0;
}

.mega-trigger-item:hover .full-page-mega {
    display: block;
    animation: slideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mega-content-container {
    width: 85%;
    margin: 0 auto;
}

.mega-title-main {
    color: var(--dark);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 24px;
}

.mega-grid-luxury {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.mega-col-premium {
    background: rgba(255,255,255,0.15);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: 0.3s;
}

    .mega-col-premium:hover {
        background: rgba(255,255,255,0.4);
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.p-title {
    color: var(--dark);
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid var(--dark);
    padding-bottom: 10px;
    display: block;
    margin-bottom: 15px;
}

.s-links a {
    display: block;
    color: #444;
    padding: 6px 0;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

    .s-links a:hover {
        color: var(--dark);
        padding-right: 10px;
    }

/* موبایل: سایدبار فوق شیشه‌ای */
/* سایدبار سوپر لاکچری گوشی */
.mobile-side-premium {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    /* طیف شیشه‌ای آبی یخی */
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.8) 0%, rgba(0, 146, 230, 0.2) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 1200000;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    direction: rtl;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.2);
}

    .mobile-side-premium.active {
        right: 0;
    }

/* هدر منوی گوشی */
.side-header-lux {
    padding: 30px 20px;
    background: var(--dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 30px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.brand-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: bold;
}

    .brand-box img {
        height: 35px;
    }

.close-lux {
    color: #0092e6;
    font-size: 30px;
    cursor: pointer;
}

/* بدنه منو و آیتم‌ها */
.side-scroll-lux {
    padding: 20px 15px;
    overflow-y: auto;
    height: calc(100vh - 100px);
}

.lux-item-wrapper {
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.lux-main-link {
    padding: 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.group-title {
    color: #004a75;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .group-title i {
        color: #0092e6;
        font-size: 18px;
    }

.lux-arrow {
    color: #0092e6;
    transition: 0.4s;
}

/* زیرمجموعه‌ها */
.lux-sub-container {
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 0;
}

.lux-sub-link {
    display: block;
    padding: 12px 45px 12px 15px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    transition: 0.2s;
}

    .lux-sub-link:active {
        background: #0092e6;
        color: #fff;
    }

/* اورلی پشت منو */
.lux-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    z-index: 999999;
}

    .lux-overlay.active-overlay {
        display: block;
    }
/* انیمیشن چرخش فلش */
.lux-arrow {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* استایل زیرمنوها وقتی باز می‌شوند */
.lux-sub-container {
    border-top: 1px solid rgba(0, 146, 230, 0.1);
    background: rgba(255, 255, 255, 0.2) !important;
}

.lux-sub-link i {
    font-size: 10px;
    margin-left: 5px;
    color: #0092e6;
}
/* استایل دکمه همبرگری (تریگر) در موبایل */
.mobile-menu-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15); /* شیشه‌ای شفاف */
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    outline: none !important;
}

    /* افکت وقتی انگشت روی دکمه میره */
    .mobile-menu-trigger:active {
        transform: scale(0.95);
        background: rgba(0, 146, 230, 0.3); /* تم آبی موقع کلیک */
        border-color: #0092e6;
    }

    /* استایل آیکون داخل دکمه */
    .mobile-menu-trigger i {
        font-size: 20px;
        color: #fff; /* آیکون رو آبی کردیم که توی چشم باشه */
    }

    /* استایل متن دکمه */
    .mobile-menu-trigger span {
        letter-spacing: -0.5px;
    }
/* ------------------------ */
/* سرچ اسکرول چسبان */
/* ------------------------ */
/* وضعیت مخفی بودن در ابتدا */
/* وضعیت پایه نوار شناور */
#sticky-luxury-bar {
    position: fixed;
    top: 55px;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
    width: 95%;
    max-width: 1300px;
    /* رنگ دقیقا مشابه نوار پایینی شما */
    background: rgba(0, 98, 155, 0.7) !important;
    backdrop-filter: blur(15px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(15px) saturate(160%) !important;
    /* حاشیه نئونی مشابه نوار پایین */
    border: 1.5px solid #0092e6af !important;
    border-radius: 100px;
    z-index: 100;
    padding: 6px 12px;
    /* سایه نئونی هماهنگ */
    box-shadow: 0 0 15px rgba(0, 146, 230, 0.4), 0 3px 8px 0px #0067a3 !important;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}

    #sticky-luxury-bar.sticky-bar-active {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

.container-lux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

.lux-logo-side img {
    height: 40px;
    width: auto;
}

.lux-search-side {
    flex: 0 1 45%;
    margin: 0 15px;
    position: relative;
}

    .lux-search-side form {
        display: flex;
        align-items: center;
        /* سرچ باکس کمی شفاف‌تر برای نشستن روی آبی تیره */
        background: rgba(255, 255, 255, 0.15) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        border-radius: 40px !important;
        padding: 4px 6px 4px 18px !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .lux-search-side form:focus-within {
            background: rgba(255, 255, 255, 0.25) !important;
            border-color: #00d2ff !important;
        }

    .lux-search-side input {
        width: 100%;
        border: none !important;
        background: none !important;
        padding: 8px 10px !important;
        font-size: 13px !important;
        font-weight: 600;
        outline: none !important;
        /* رنگ متن سفید برای خوانایی روی پس‌زمینه آبی تیره */
        color: #ffffff !important;
    }

        .lux-search-side input::placeholder {
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
        }

    .lux-search-side button {
        background: #00d2ff !important; /* رنگ روشن نئونی مشابه دایره وسط نوار پایین */
        border: none !important;
        color: #004a75 !important;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
        margin-left:-15px;
    }

.lux-sticky-btn {
    /* گرادینت مشابه دایره وسط نوار پایین */
    background: linear-gradient(135deg, #00629b, #00d2ff) !important;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.4);
}

@media (max-width: 768px) {
    #sticky-luxury-bar {
        top: 5px;
        width: 98%;
        height: 60px; /* نزدیک به ارتفاع نوار پایین */
    }

    .btn-text {
        display: none;
    }

    .lux-search-side {
        flex: 1;
        margin: 0 8px;
    }

        .lux-search-side input {
            padding: 5px 8px !important;
        }

        .lux-search-side button {
            width: 30px;
            height: 30px;
        }
}
/* ظرف اصلی لوگو */
.lux-logo-side {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.lux-logo-anchor {
    display: block;
    line-height: 0;
    position: relative;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1); /* پس‌زمینه بسیار ملایم شیشه‌ای */
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

    /* استایل خودِ عکس لوگو */
    .lux-logo-anchor img {
        height: 45px; /* اندازه استاندارد برای هدر شناور */
        width: auto;
        border-radius: 8px;
        object-fit: contain;
        filter: drop-shadow(0 2px 4px rgba(0, 146, 230, 0.2)); /* سایه آبی خیلی ملایم */
    }

    /* افکت فوق لاکچری موقع رفتن موس روی لوگو */
    .lux-logo-anchor:hover {
        transform: scale(1.08) rotate(-2deg); /* کمی بزرگ شدن و چرخش فانتزی */
        background: rgba(255, 255, 255, 0.2);
        border-color: #0092e6; /* هماهنگ با رنگ برندت */
        box-shadow: 0 8px 25px rgba(0, 146, 230, 0.3);
    }

    /* افکت براقیت (Shine) که هر چند ثانیه از روی لوگو رد شود */
    .lux-logo-anchor::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        transition: 0.6s;
    }

    .lux-logo-anchor:hover::after {
        left: 100%;
    }

@media (max-width: 768px) {
    .lux-logo-anchor img {
        height: 35px;
    }
}

.pwa-badge {
    position: absolute;
    top: -2px;
    right: 8px;
    background: red;
    color: white;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 10px;
}
.input-field input:-webkit-autofill,
.input-field input:-webkit-autofill:hover,
.input-field input:-webkit-autofill:focus,
.input-field input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    background-color: white !important;
    background: white !important;
}