﻿@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/YekanBakhFaNum-VF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*   CSS Reset   */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    border: none;
    list-style: none;
}

    *:link {
        display: inline-block;
        color: inherit;
    }

    *:visited {
        display: inline-block;
        color: inherit;
    }

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

html {
    overflow: auto;
}


/*   General   */
label,
button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
    cursor: pointer;
}

input,
textarea,
select {
    font-family: 'IranYekan',tahoma;
}

p {
    margin: 0;
}

ol, ul, dl, li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

img {
    border: none;
    text-decoration: none;
    outline: none;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px !important;
}

.whz {
    height: 0;
    width: 0;
    overflow: hidden;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.clear-both {
    clear: both;
}

.btn-primary {
    background: #ff324d !important;
    color: #fff !important;
    outline:0 !important;
    border:0 !important;
}

.btn-danger {
    color: #fff !important;
}

.minh-250 {
    min-height: 250px !important;
}

.minh-350 {
    min-height: 350px !important;
}

.minh-450 {
    min-height: 450px !important;
}

.PriceKama {
    font-weight: bolder !important;
}

.f-parent:after {
    display: block;
    content: ' ';
    clear: both;
}

/* CSS */
.c-btn {
    padding: 0 10px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    background-color: #3498db;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

    .c-btn.wide {
        padding: 3px 10px;
    }

    .c-btn:hover {
        background-color: #4db3f7;
    }

    .c-btn i {
        padding-left: 2px;
        vertical-align: middle;
        font-size: 12px;
    }

    .c-btn.red {
        background-color: #f86658;
    }

        .c-btn.red:hover {
            background-color: #ff897e;
        }

    .c-btn.dark {
        background-color: #34495e;
    }

        .c-btn.dark:hover {
            background-color: #49627c;
        }

    .c-btn.green {
        background-color: #2ecc71;
    }

        .c-btn.green:hover {
            background-color: #40e185;
        }

    .c-btn.orange {
        background-color: #ff7900;
    }

        .c-btn.orange:hover {
            background-color: #ff9c42;
        }

.full-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.en-text {
    text-align: left;
    direction: ltr;
}



.fa-text {
    text-align: right;
    direction: rtl;
}

.m-top-bug {
    padding-top: 0.1px;
}

.m-bottom-bug {
    padding-bottom: 0.1px;
}

.m-top-bottom-bug {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}
/*------------------------------   General   ------------------------------*/
.btn-balot {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn-balot:hover {
        box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
        transform: scale(1.05) rotate(-1deg);
    }


body {
    direction: rtl;
    text-align: right;
    font-family: 'IranYekan';
    color: #2f2f2f;
}

/*---------------------------------------- Start Loding Page ----------------------------------------*/

.loading {
    background: url(/img/ajaxloader.gif) no-repeat center rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2500;
    width: 100%;
    height: 100%;
    display: none;
}


/*---------------------------------------- Start Header ----------------------------------------*/

.header {
    z-index: 999;
    position: fixed;
    height: auto;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    /*   Middle Menu   */

    .header .logo-top {
        height: 70px;
        width: auto;
        aspect-ratio: 2.32/1;
    }

        .header .logo-top a img {
            max-width: 100% !important;
        }

    .header .search-top {
        position: relative;
        margin-top:10px;
       
    }

      

            .header .search-top .search-warp input {
                width: 100%;
                font-size: 15px;
                background: #f1f1f1;
                padding: 10px;
                border-radius: 10px;
            }

                .header .search-top .search-warp input::placeholder {
                    font-size: 13px;
                    color: #c1c1c1;
                }

            .header .search-top .search-warp button {
                position: absolute;
                left: 0px;
                padding: 5px 10px;
                font-size: 20px;
                background: none;
                color: #2f2f2f;
            }

        .header .search-top .div_searchResult {
            position: absolute;
            right: 0;
            top: 28px;
            border-radius: 5px;
            width: 100%;
            height: auto;
                       background: #f1f1f1;
            z-index: 9999;
            display: none;
        }

            .header .search-top .div_searchResult h3 {
                font-size: 15px !important;
            }

        .header .btn-languge{
            border:0 !important;
            outline:0 !important;
            background:#fff !important;
            margin-top:10px;
        }
        .header .btn-languge span {
            float: right;
            border: 1px solid #ededed;
            border-radius: 10px;
            color: #e31e1e;
            font-size: 13px;
            padding: 7px 10px;
        }
            .header .btn-languge span:hover {
                cursor: pointer;
                border: 1px solid #ff324d;
            }
           

    .header.staticHeader {
              box-shadow: 0 0 5px #d5d5d5;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .header .number-tel {
        display: block;
    }

        .header .number-tel p {
            display: block;
            text-align: left;
            padding: 7px 0;
            font-size: 15px;
            color: #000 !important;
        }

            .header .number-tel p i {
                margin-right: 5px;
                font-size: 22px;
                color: #ff324d !important;
            }

.menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background:#2f2f2fde;
    left:0;
    top:0;
    z-index:9990;
    visibility:hidden;
}
    .menu-overlay.active {
        visibility: visible;
    }
    /* تنظیم منوی اصلی برای قرار گرفتن آیتم‌ها کنار هم (افقی) */
ul.navbar-nav {
    display: flex !important;
    flex-direction: row !important; /* چینش به صورت افقی */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
 
}

    /* فاصله بین آیتم‌های منوی اصلی (بلاگ، تخفیف‌ها و ...) */
    ul.navbar-nav > li.nav-item {
        margin-left: 20px; /* فاصله بین آیتم‌ها - قابل تغییر */
        display: block;
    }

        ul.navbar-nav > li.nav-item > a {
            display: flex;
            align-items: center;
            gap: 8px; /* فاصله بین آیکون و متن */
            text-decoration: none;
            color: #3f4064; /* رنگ متن منوهای بالا */
            font-size: 14px;
        }


/* 1. ریست کردن استایل‌های پیش‌فرض برای این منو */
#Div_MenuCategory, #Div_MenuCategory ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    direction: rtl;
    text-align: right;
}

/* 2. تنظیم والد (برای اینکه مگامنو درست زیر دکمه باز شود) */
.main-menu-head {
    position: relative !important;
}

/* 3. بدنه اصلی مگامنو (در حالت عادی مخفی است) */
#Div_MenuCategory {
    display: none; /* مخفی */
    position: absolute;
    top: 100%;
    right: 0;
    width: 1200px; /* عرض کل مگامنو - می‌توانید تغییر دهید */
    min-height: 450px; /* ارتفاع ثابت برای جلوگیری از به هم ریختگی */
    background-color: #fff;
    border: 1px solid #e4e6e7;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 9999; /* قرار گرفتن روی تمام اجزای سایت */
}

/* باز شدن کل مگامنو وقتی موس روی "دسته بندی محصولات" می‌رود */
.main-menu-head:hover #Div_MenuCategory {
    display: block;
}

/* 4. ستون سمت راست (دسته‌بندی‌های سطح 1) */
#Div_MenuCategory > li {
    width: 250px; /* عرض ستون راست */
    border-left: 1px solid #f0f0f1;
    display: block !important;
}

    #Div_MenuCategory > li > a {
        display: block;
        padding: 15px 20px;
        color: #3f4064;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        transition: background-color 0.2s;
    }

    /* وقتی موس روی یکی از آیتم‌های ستون راست می‌رود */
    #Div_MenuCategory > li:hover > a {
        background-color: #f0f0f1;
        color: #ef4056; /* رنگ قرمز دیجی‌کالا */
    }

    /* 5. بخش سمت چپ (زیرمنوهای سطح 2 و 3) - در حالت عادی مخفی */
    #Div_MenuCategory > li > .main-menu-sub {
        display: none;
        position: absolute;
        top: 0;
        right: 250px; /* شروع از پایان ستون راست (اندازه عرض ستون راست) */
        width: calc(100% - 250px); /* پر کردن بقیه فضای مگامنو */
        height: 100%;
        background-color: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow-y: auto; /* اگر آیتم‌ها زیاد بود اسکرول بخورد */
        border-radius: 8px 0 0 8px;
    }

    /* نمایش بخش سمت چپ وقتی موس روی دسته سطح 1 قرار دارد */
    #Div_MenuCategory > li:hover > .main-menu-sub {
        display: flex !important; /* تبدیل به حالت فلکس برای ستون‌بندی */
        flex-wrap: wrap;
        align-content: flex-start;
    }

    /* 6. استایل ستون‌های سطح 2 (عناوین اصلی داخل سمت چپ) */
    #Div_MenuCategory > li > .main-menu-sub > li {
        width: 33.33%; /* سه ستونه. اگر 4 ستون می‌خواهید عدد 25% را قرار دهید */
        padding: 5px 15px 5px 15px;
        box-sizing: border-box;
    }

        /* لینک عنوان سطح 2 */
        #Div_MenuCategory > li > .main-menu-sub > li > a.title {
            display: block;
            font-weight: bold;
            color: #080a38;
            font-size: 14px;
            margin-bottom: 12px;
            text-decoration: none;
            border-right: 2px solid #ef4056; /* خط قرمز کنار عنوان */
            padding-right: 8px;
        }

        /* 7. آیتم‌های سطح 3 (زیرمجموعه‌های ریزتر که زیر هم می‌آیند) */
        #Div_MenuCategory > li > .main-menu-sub > li > .main-menu-sub {
            display: block !important;
        }

            #Div_MenuCategory > li > .main-menu-sub > li > .main-menu-sub > li {
                margin-bottom: 10px;
                display: block !important;
            }

                #Div_MenuCategory > li > .main-menu-sub > li > .main-menu-sub > li > a {
                    color: #81858b;
                    font-size: 13px;
                    text-decoration: none;
                    transition: color 0.2s;
                }

                    #Div_MenuCategory > li > .main-menu-sub > li > .main-menu-sub > li > a:hover {
                        color: #ef4056;
                    }


/* باز بودن زیرمنوی اولین آیتم به صورت پیش‌فرض (وقتی موس روی هیچکدام از دسته‌های دیگر نیست) */
#Div_MenuCategory:not(:has(> li:hover)) > li:first-child > .main-menu-sub {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
}

/* استایل فعال بودن (رنگ قرمز و پس‌زمینه) برای اولین آیتم به صورت پیش‌فرض */
#Div_MenuCategory:not(:has(> li:hover)) > li:first-child > a {
    background-color: #f0f0f1;
    color: #ef4056;
}

/*------------------------------------------------------------    Mobile Menu End   ------------------------------------------------------------*/

.isMob {
    height: 0;
    overflow: hidden;
    width: 0;
}

.RenderBody {
    background: #fff;
    margin-top: 110px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

/*---------- Start Slider ----------*/
.slider .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
}

.slider .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

    .slider .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px;
        background: #e8e8e8;
        display: block;
        border-radius: 30px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .slider .owl-carousel .owl-dots .owl-dot.active span {
        width: 30px;
        background: #ff324d;
    }

    .slider .owl-carousel .owl-dots .owl-dot:hover span {
        background: #ff324d;
    }

/*---------- End Slider ----------*/
/*---------- Start Category ----------*/

.category-holder {
    max-width: 1200px;
    padding-top: 40px;
    margin: 0 auto !important;
}

    .category-holder .owl-carousel .owl-nav {
        height: 20px;
        width: 100%;
        position: relative;
    }

        .category-holder .owl-carousel .owl-nav button {
            width: 50px;
            height: 50px;
            font-size: 24px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            -moz-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            position: absolute;
        }

            .category-holder .owl-carousel .owl-nav button:hover {
                color: #ff324d;
                border: 1px solid #ff324d;
            }

        .category-holder .owl-carousel .owl-nav .owl-next {
            left: -50px;
            top: -100px;
        }

        .category-holder .owl-carousel .owl-nav .owl-prev {
            right: -50px;
            top: -100px;
        }

    .category-holder .category-item {
        margin: 0 auto;
        height: 170px;
        text-align: center;
    }

        .category-holder .category-item .item-holder .item-text {
            font-size: 12px;
            font-weight: 700;
            line-height: 19px;
            height:20px;
            margin-top:15px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;

        }

        .category-holder .category-item .item-holder .item-img img {
            max-width: 90px;
            margin:auto;
            border-radius: 60px;
            margin-bottom: 5px
        }


.catImage img{
    max-width:100% !important;
    border-radius:20px;
}
/*---------- End Category ----------*/
/*---------- Start Amazing Offer ----------*/

/*---------- Start Popular Products ----------*/

 .title h2 {
    position: relative;
    float: right;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 17px !important;
}

   .title h2:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        right: 0;
        background: #ff324d;
    }

.popular-products {
    margin-top: 20px;
}

    .popular-products .holder-popular .products .item-product {
        position: relative;
        margin: 10px;
        border-radius: 30px;
        border: 1px solid #e4e4e4;
        background: #fff;
        padding: 10px;
    }

    .popular-products .products .item-product .product-info {
        position: relative;
            padding-bottom: 6px;
    }

    .popular-products .products .item-product img {
        border-radius: 20px !important;
    }



    .popular-products .products .item-product .product-info .title-box a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        min-height: 40px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
    }

            .popular-products .products .item-product .product-info .title-box a:hover {
                color: #ff324d;
            }
    .popular-products .products .item-product .product-info .product-bottom {
        text-align: center !important;
        font-size: 12px;
        color: #ff324d;
    }

    .popular-products .owl-nav {
        display: none !important;
    }
/*---------- End Popular Products ----------*/
/*----------start about-index ----------*/
/*---------------------------------------- Start Banner Ads ----------------------------------------*/
/*---------------------------------------- End Banner Ads ----------------------------------------*/
/*---------- Start Blog ----------*/
.blog-index {
    background: #f5f5f5;
    padding: 50px 0;
    margin-top:40px;
}

.blog .blog-box .blog-item {
    position: relative;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    background: #ffffff;
}


    .blog .blog-box .blog-item .pic-blog {
        position: relative;
    }


        .blog .blog-box .blog-item .pic-blog img {
            border-radius: 15px;
                    width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .blog .blog-box .blog-item .pic-blog .user {
            position: absolute;
            display: flex;
            bottom: 10px;
            right: 10px;
        }

            .blog .blog-box .blog-item .pic-blog .user .pic-user {
                margin-left: 5px;
            }

                .blog .blog-box .blog-item .pic-blog .user .pic-user img {
                    max-width: 45px;
                    border-radius: 50%;
                }

            .blog .blog-box .blog-item .pic-blog .user .name-user h6 {
                font-size: 14px;
                color: #ffffff;
            }

            .blog .blog-box .blog-item .pic-blog .user .name-user p {
                font-size: 12px;
                color: #a4a4a4;
            }

    .blog .blog-box .blog-item .info-blog {
        padding: 0 8px;
        position: relative;
    }

        .blog .blog-box .blog-item .info-blog div {
            overflow: hidden;
            height: 140px;
        }

        .blog .blog-box .blog-item .info-blog .date {
            display: block;
               font-size: 12px;
            background: #ff324d;
            color: #fff;
            position: absolute;
            top: -25px;
            left: 25px;
            border-radius: 20px;
            width: auto;
            border:4px solid #fff;
            padding:0 10px;
            height: 37px;
            line-height: 30px;
            text-align: center;
        }

        .blog .blog-box .blog-item .info-blog .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 600;
            padding-top: 15px;
            font-size: 16px !important;
        }

            .blog .blog-box .blog-item .info-blog .title:hover {
                color: #ff324d;
            }

        .blog .blog-box .blog-item .info-blog .text {
            font-size: 14px;
            color: #3d3d3d;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            /*min-height: 65px;*/
        }

.blog .blog-box .owl-nav {
    display: none !important;
}

/*---------- End Blog ----------*/


.services {
    padding: 15px 0;
    width: 100%;
}

    .services .services-item {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

        .services .services-item .pic {
            display: block;
        }

            .services .services-item .pic img {
                max-width: 70px;
            }

        .services .services-item .text {
            font-size: 13px;
            color: #888888;
        }



/*----------start about-index ----------*/
/* تنظیمات کلی باکس */
.about-index {
    padding: 40px 30px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    max-height: 350px; /* استفاده از max-height برای انیمیشن نرم */
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit; /* فونت سایت شما را میگیرد */
}

    .about-index.open {
        max-height: 3000px; /* عددی بزرگتر از ارتفاع کل متن */
    }

    /* تایپوگرافی و هدینگ ها */
    .about-index h1 {
        font-size: 22px;
        font-weight: 800;
        color: #1a2b4c; /* رنگ سرمه ای لوکس */
        margin-bottom: 20px !important;
    }

    .about-index h2 {
        font-size: 18px;
        font-weight: 700;
        color: #1a2b4c;
        margin: 30px 0 15px 0 !important;
        border-right: 3px solid #ff324d; /* خط طلایی کنار هدینگ */
        padding-right: 10px;
    }

    .about-index h3 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 20px 0 10px 0;
    }

    .about-index p {
        margin: 0 0 15px 0;
        font-size: 15px;
        color: #555;
        line-height: 1.8;
        text-align: justify;
    }

        /* استایل لینک ها */
        .about-index p a {
            color: #0056b3;
            text-decoration: none !important;
            font-weight: 600;
            border-bottom: 1px dashed #0056b3;
            transition: all 0.3s;
        }

            .about-index p a:hover {
                color: #ff324d; /* هاور طلایی/برنزی */
                border-bottom: 1px solid #ff324d;
            }

/* استایل لیست ها */
    .about-index .custom-list {
        list-style: none;
        padding-right: 0;
        margin-bottom: 20px;
        display:inherit !important;
    }

        .about-index .custom-list li {
            position: relative;
            padding-right: 20px;
            margin-bottom: 10px;
            color: #555;
            font-size: 15px;
            line-height: 1.7;
            display: inherit !important;
        }

            .about-index .custom-list li::before {
                content: "▪";
                color: #ff324d;
                position: absolute;
                right: 0;
                top: 0;
                font-size: 18px;
            }

/* دکمه های داخل متن */
    .about-index .link-buttons {
        display: flex;
        gap: 10px;
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .about-index .btn-outline {
        border: 1px solid #1a2b4c;
        color: #1a2b4c !important;
        padding: 8px 15px;
        border-radius: 6px;
        font-size: 13px;
        text-decoration: none !important;
        transition: 0.3s;
    }

        .about-index .btn-outline:hover {
            background: #1a2b4c;
            color: #fff !important;
        }

    .about-index .phone-link {
        color: #ff324d !important;
        font-weight: bold;
        font-size: 18px;
        text-decoration: none !important;
        direction: ltr;
        display: inline-block;
    }

/* گرادیانت و دکمه باز و بسته کردن */
.gradient-active {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 50px;
    left: 0;
    height: 120px;
    width: 100%;
    pointer-events: none;
    transition: opacity 0.3s;
}

.about-index.open .gradient-active {
    opacity: 0;
}

.gradient-active-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f8f9fa;
    border: none;
    border-top: 1px solid #eaeaea;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.3s;
    outline:none !important;
}

    .gradient-active-btn:hover {
        background: #f1f1f1;
    }

    .gradient-active-btn span {
        color: #1a2b4c;
        font-size: 14px;
        font-weight: bold;
    }

    .gradient-active-btn svg {
        color: #1a2b4c;
        transition: transform 0.4s ease;
    }

.about-index.open .gradient-active-btn svg {
    transform: rotate(180deg);
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 25px;
}
/*----------End about-index ----------*/



/* تنظیمات کلی بخش نمونه کارها */
.portfolio-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
   
}

/* هدر بخش */
.portfolio-header {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-title {
    color: #1a2a3a; /* سرمه ای لوکس */
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.portfolio-subtitle {
    color: #666;
    font-size: 16px;
}

/* گرید بندی برای ریسپانسیو بودن (موبایل و کامپیوتر) */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* کارت های نمونه کار */
.portfolio-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

    .portfolio-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

/* بخش عکس در کارت */
.portfolio-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

    .portfolio-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.05); /* زوم ملایم عکس هنگام رفتن موس */
}

/* برچسب شهر روی عکس */
.portfolio-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(26, 42, 58, 0.9); /* سرمه ای شفاف */
    color: #d4af37; /* طلایی */
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    backdrop-filter: blur(4px);
}

/* محتوای متنی کارت */
.portfolio-content {
    padding: 20px;
}

.portfolio-hotel-name {
    color: #1a2a3a;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
}

.portfolio-desc {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* تنظیمات دکمه */
.portfolio-action {
    text-align: center;
}


/*---------- Start Footer ----------*/

.footerFather {
    margin-top: 20px;
    border-top: 1px solid #e8eaed;
}

.footer .holder-footer {
    position: relative;
}


.footer .footer-content {
    padding: 30px 0;
}

    .footer .footer-content .description .title {
        font-weight: 600;
        color: #e31e1e;
    }

    .footer .footer-content .description .text {
        font-size: 14px;
        color: #1e1e1e;
        line-height: 25px;
    }

.footer .namad .title {
    font-weight: bold;
    font-size: 14px;
    color: rgb(136,136,136);
    padding-top: 10px;
}

.footer .footer-content .namad .namad-box .namad-item {
    position: relative;
    margin-left: 5px;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .footer .footer-content .namad .namad-box .namad-item:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    .footer .footer-content .namad .namad-box .namad-item a {
        padding: 10px;
    }

        .footer .footer-content .namad .namad-box .namad-item a img {
            max-width: 70px
        }

.footer .footer-middle {
    padding: 30px 0;
    border-top: 1px dotted #a4a4a4;
}

    .footer .footer-middle .links .title {
        font-weight: 600;
    }

    .footer .footer-middle .links .link-box {
        display: block;
    }

        .footer .footer-middle .links .link-box .link-item {
            display: block;
            margin-bottom: 8px;
            color: #1e1e1e;
            font-size: 13px;
        }

            .footer .footer-middle .links .link-box .link-item a {
                font-size: 13px;
                color: #1e1e1e;
            }

                .footer .footer-middle .links .link-box .link-item a:hover {
                    padding-right: 5px;
                    color: #e31e1e;
                }

    .footer .footer-middle .middle-left .newsletter {
        margin-bottom: 20px;
    }

        .footer .footer-middle .middle-left .newsletter .title {
            font-weight: 600;
        }

        .footer .footer-middle .middle-left .newsletter form {
            position: relative;
        }

            .footer .footer-middle .middle-left .newsletter form input {
                width: 100%;
                padding: 15px 15px 15px 90px;
                font-size: 12px;
                border-radius: 15px;
                background: #e8e8e8;
            }

            .footer .footer-middle .middle-left .newsletter form button {
                position: absolute;
                width: 70px;
                left: 0;
                top: 0;
                bottom: 0;
                border-radius: 15px 0 0 15px;
                color: #ffffff;
                background: #e31e1e;
            }

.footer .social .title {
    font-weight: bold;
    font-size: 14px;
    color: rgb(136,136,136);
    padding-top: 10px;
}

.footer .social .social-box {
    display: inline-flex;
}

    .footer .social .social-box li {
        margin-left: 5px;
        margin-top: 10px;
    }

        .footer .social .social-box li a {
            width: 35px;
            height: 35px;
            padding: 1px;
            text-align: center;
            line-height: 35px;
            font-size: 25px;
            color: #c3c3c3;
        }


.footer .copyright p {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #1e1e1e;
}

    .footer .copyright p a {
        font-weight: 600;
        color: #e31e1e !important;
    }

        .footer .copyright p a:hover {
            color: #e31e1e;
        }
/*//======================*/



.shadowBox {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}


/*---------------------------------------- Start Tooltip ----------------------------------------*/
.tooltip-box {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 2px;
    min-width: 100px;
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
    color: #ffffff;
    background: #2f2f2f;
    z-index: 999;
}

    .tooltip-box:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        top: -4px;
        right: 19px;
        border-radius: 2px 0 0 0;
        background: #2f2f2f;
        transform: rotate(45deg);
    }

.action-item:hover .tooltip-box {
    display: block;
}
/*---------------------------------------- End Tooltip ----------------------------------------*/

#tops-button {
    width: 45px;
    height: 45px;
    display: none;
    position: fixed;
    bottom: 75px;
    right: 20px;
    text-align: center;
    border-radius: 15px;
    background: #2f2f2f;
    color: #ffffff;
    z-index: 9999;
}

    #tops-button i {
        line-height: 45px;
    }

    #tops-button:hover {
        background: #ff324d;
    }
/*---------------------------------------- End Back To Top ----------------------------------------*/

/*---------------------------------------- Address Bar ----------------------------------------*/
.address-bar {
    margin-bottom: 20px;
    background: #ff324d;
    min-height: 40px;
}

    .address-bar ul {
        display: block;
    }

        .address-bar ul li a {
            font-size: 12px !important;
            color: #fff;
            line-height: 40px;
            padding-right: 5px;
        }

        .address-bar ul li span {
            color: #fff;
            line-height: 40px;
            font-size: 13px;
        }


        .address-bar ul li a i {
            font-size: 10px;
            color: #fff;
            margin-right: 2px;
        }

/*------------------------------------------------------------    About Us Start    ------------------------------------------------------------*/

#aboutUs {
    padding-bottom: 50px;
}

    #aboutUs .about-content h1 {
        padding-top:30px;
        margin-bottom: 30px !important;
        font-weight: bold;
        font-size: 23px;
    }

    #aboutUs .about-content h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        padding-bottom: 20px;
    }

    #aboutUs .about-content p {
        font-size: 14px;
        color: #000;
        line-height:25px;
        margin-bottom:50px;
    }

/*------------------------------------------------------------    Contact Us Start    ------------------------------------------------------------*/

#ContactUs {
    padding-bottom: 50px;
}

#ContactUs h1 {
    font-size:24px;
    font-weight:bold;
}

    #ContactUs .contact-box .con-item {
        margin-bottom: 30px;
        text-align: center;
    }

        #ContactUs .contact-box .con-item i {
            font-size: 60px;
            color: #ff324d;
        }

        #ContactUs .contact-box .con-item h4 {
            display: block;
            margin: 15px 0 !important;
            font-weight: 600;
        }

        #ContactUs .contact-box .con-item p {
            color: #868686;
            font-size: 14px;
        }

    #ContactUs .contact-form .holder {
        margin-bottom: 30px;
        text-align: right;
        padding: 30px;
    }

        #ContactUs .contact-form .holder h5 {
            font-weight: 600;
            padding-bottom: 30px;
        }

        #ContactUs .contact-form .holder form .form-group {
            margin-bottom: 20px;
        }

            #ContactUs .contact-form .holder form .form-group label {
                display: block;
                margin-bottom: 5px;
                padding-right: 10px;
                font-size: 14px;
            }

            #ContactUs .contact-form .holder form .form-group input,
            #ContactUs .contact-form .holder form .form-group textarea {
                width: 100%;
                padding: 15px;
                border: 1px solid #eae9e9;
                border-radius: 10px;
                background: #f3f3f3;
                font-size: 13px;
            }

                #ContactUs .contact-form .holder form .form-group input:focus,
                #ContactUs .contact-form .holder form .form-group textarea:focus {
                    border-color: #ff324d;
                    box-shadow: none;
                }

            #ContactUs .contact-form .holder form .form-group button {
                padding: 10px 30px;
                border-radius: 10px;
                color: #ffffff;
                background: #ff324d;
            }

                #ContactUs .contact-form .holder form .form-group button:hover {
                    background: #ff324d;
                }

    #ContactUs .contact-form iframe {
        border-radius: 20px;
    }

/*------------------------------------------------------------    Home Page 1 End     ------------------------------------------------------------*/
/*--------------------------*/

.shop-product {
    padding-bottom: 50px;
    padding-top:15px;
}

    .shop-product h1.mainh1 {
        font-size: 22px !important;
        font-weight: bold;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .shop-product .category {
        margin: 0 0 30px 0 !important;
    }

    .shop-product .shop .filter {
        position: sticky !important;
        top: 110px;
        padding: 30px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
        height: 85vh;
        overflow-y: scroll !important;
    }

        /* width */
        .shop-product .shop .filter::-webkit-scrollbar {
            width: 4px;
        }

        /* Track */
        .shop-product .shop .filter::-webkit-scrollbar-track {
            box-shadow: inset 0 0 1px #e1e1e1;
            border-radius: 5px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        /* Handle */
        .shop-product .shop .filter::-webkit-scrollbar-thumb {
            background: #d9d9d9;
            border-radius: 5px;
        }

            /* Handle on hover */
            .shop-product .shop .filter::-webkit-scrollbar-thumb:hover {
                background: #bebdbd;
            }

        .shop-product .shop .filter .title h6 {
            padding-bottom: 15px;
            font-weight: 600;
            border-bottom: 1px solid #f1f1f1;
        }

        .shop-product .shop .filter .category .category-box {
            margin-top: 10px;
        }

            .shop-product .shop .filter .category .category-box .item {
                position: relative;
                padding-right: 10px;
                margin-bottom: 5px;
                font-size: 13px;
                width: 31%;
                display: inline-grid;
                margin-bottom: 20px;
                text-align: center;
            }

                .shop-product .shop .filter .category .category-box .item .frmImg {
                    position: relative !important;
                    display: inline-block;
                    width: 70px;
                    height: 70px;
                    padding: 3px 0;
                    text-align: center;
                    border-radius: 10px;
                    border: 2px solid #ddd;
                    margin: 0 auto 3px auto;
                }

                    .shop-product .shop .filter .category .category-box .item .frmImg.active {
                        border: 2px solid #ff324d;
                    }

                    .shop-product .shop .filter .category .category-box .item .frmImg img {
                        max-width: 60px;
                        border-radius: 10px;
                    }

                .shop-product .shop .filter .category .category-box .item:last-child {
                    margin-bottom: 30px;
                }

                .shop-product .shop .filter .category .category-box .item input {
                    position: absolute;
                    right: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .shop-product .shop .filter .category .category-box .item .tick {
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    top: 0px;
                    right: -5px;
                    text-align: center;
                    background: #f1f1f1;
                    border-radius: 10px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                    .shop-product .shop .filter .category .category-box .item .tick i {
                        display: none;
                        line-height: 20px;
                        font-size: 12px;
                        color: #ffffff;
                    }

                .shop-product .shop .filter .category .category-box .item input:checked ~ .tick i {
                    display: block;
                }

                .shop-product .shop .filter .category .category-box .item input:checked ~ .tick {
                    background: #ff324d;
                }


        .shop-product .shop .filter .toggle-item {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .shop-product .shop .filter .available {
            padding: 20px;
            margin: 20px 0 10px 0;
            border-radius: 20px;
            background: #f2f2f2;
            clear: both;
        }

            .shop-product .shop .filter .available .toggle-item {
                visibility: hidden;
                position: absolute;
            }

                .shop-product .shop .filter .available .toggle-item .text {
                    font-size: 12px !important;
                }

                .shop-product .shop .filter .available .toggle-item + label {
                    position: relative;
                    display: flex;
                    width: 40px;
                    height: 20px;
                    float: right;
                    background: #d8d6d6;
                    border-radius: 50px;
                    cursor: pointer;
                    margin-left: 5px;
                }

                    .shop-product .shop .filter .available .toggle-item + label:after {
                        position: absolute;
                        content: '';
                        width: 15px;
                        height: 15px;
                        top: 2px;
                        right: 2px;
                        border-radius: 50%;
                        background: #ffffff;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                    }

                .shop-product .shop .filter .available .toggle-item:checked + label {
                    background: #ff324d;
                }

                    .shop-product .shop .filter .available .toggle-item:checked + label:after {
                        right: 22px;
                    }



        .shop-product .shop .filter .pric {
            margin: 40px 0 50px 0;
            border-radius: 20px;
            background: #ffffff;
        }


            .shop-product .shop .filter .pric .price-input {
                display: flex;
                margin: 20px 0;
            }

                .shop-product .shop .filter .pric .price-input .field {
                    display: flex;
                    width: 100%;
                    align-items: center;
                }

            .shop-product .shop .filter .pric .field input {
                width: 100%;
                font-size: 14px;
                margin-left: 5px;
                border-radius: 5px;
                text-align: center;
            }

            .shop-product .shop .filter .pric .field span {
                font-size: 12px;
            }

            .shop-product .shop .filter .pric input[type="number"]::-webkit-outer-spin-button,
            .shop-product .shop .filter .pric input[type="number"]::-webkit-inner-spin-button {
                -webkit-appearance: none;
            }

            .shop-product .shop .filter .pric .price-input .separator {
                display: flex;
                width: 70px;
                font-size: 18px;
                align-items: center;
                justify-content: center;
            }

            .shop-product .shop .filter .pric .slider {
                position: relative;
                height: 5px;
                border-radius: 5px;
                background: #f1f1f1;
            }

                .shop-product .shop .filter .pric .slider .progress {
                    position: absolute;
                    height: 100%;
                    left: 0%;
                    right: 0%;
                    border-radius: 5px;
                    background: #ff324d;
                }

            .shop-product .shop .filter .pric .range-input {
                position: relative;
            }

                .shop-product .shop .filter .pric .range-input input {
                    position: absolute;
                    width: 100%;
                    height: 5px;
                    top: -5px;
                    background: none;
                    pointer-events: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                }

            .shop-product .shop .filter .pric input[type="range"]::-webkit-slider-thumb {
                height: 12px;
                width: 12px;
                border-radius: 50%;
                background: #ff324d;
                pointer-events: auto;
                -webkit-appearance: none;
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
            }

            .shop-product .shop .filter .pric input[type="range"]::-moz-range-thumb {
                height: 12px;
                width: 12px;
                border: none;
                border-radius: 50%;
                background: #ff324d;
                pointer-events: auto;
                -moz-appearance: none;
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
            }

        .shop-product .shop .filter .color {
            margin-bottom: 20px;
            background: #ffffff;
        }

            .shop-product .shop .filter .color .color-box {
                margin-top: 20px;
            }

                .shop-product .shop .filter .color .color-box .color-item {
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 30px;
                    float: right;
                    margin: 6px;
                    border-radius: 50%;
                    text-align: center;
                    background: #ff324d;
                    cursor: pointer;
                }



                    .shop-product .shop .filter .color .color-box .color-item i {
                        display: none;
                        font-size: 20px;
                        line-height: 30px;
                    }

                    .shop-product .shop .filter .color .color-box .color-item:before {
                        content: '';
                        position: absolute;
                        display: block;
                        top: -4px;
                        right: -4px;
                        width: 38px;
                        height: 38px;
                        border: 2px solid #d3d3d3;
                        border-radius: 50%;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                    }


        .shop-product .shop .filter .brand {
            margin: 20px 0;
            padding-top: 20px;
        }

            .shop-product .shop .filter .brand .brand-box {
                margin: 20px 0;
                padding-bottom: 30px;
            }

                .shop-product .shop .filter .brand .brand-box .item {
                    position: relative;
                    display: block;
                    padding-right: 30px;
                    margin-bottom: 5px;
                    font-size: 14px;
                    width: 48%;
                    float: right;
                    margin-bottom: 10px;
                }

                    .shop-product .shop .filter .brand .brand-box .item:last-child {
                        margin-bottom: 30px;
                    }

                    .shop-product .shop .filter .brand .brand-box .item input {
                        position: absolute;
                        right: 0;
                        opacity: 0;
                        cursor: pointer;
                    }

                    .shop-product .shop .filter .brand .brand-box .item .tick {
                        position: absolute;
                        height: 20px;
                        width: 20px;
                        top: 50%;
                        right: 0;
                        text-align: center;
                        background: #f1f1f1;
                        border-radius: 5px;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                    }

                        .shop-product .shop .filter .brand .brand-box .item .tick i {
                            display: none;
                            line-height: 20px;
                            font-size: 12px;
                            color: #ffffff;
                        }

                    .shop-product .shop .filter .brand .brand-box .item input:checked ~ .tick i {
                        display: block;
                    }

                    .shop-product .shop .filter .brand .brand-box .item input:checked ~ .tick {
                        background: #ff324d;
                    }


    .shop-product .descPage {
        padding: 30px;
        margin-top: 60px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }
        /*----------------html editor-----------*/
        .shop-product .descPage ul, .shop-product .descPage ol {
            display: list-item !important;
        }

            .shop-product .descPage ul li {
                display: list-item !important;
                list-style-type: disc !important;
                list-style-position: inside;
            }

            .shop-product .descPage ol li {
                display: list-item !important;
                list-style-type: decimal !important;
                list-style-position: inside;
            }

        .shop-product .descPage a {
            color: blue !important;
            border-bottom: 1px dotted blue !important;
            cursor: pointer;
        }

            .shop-product .descPage h2 {
                font-size:25px;
                font-weight:bold;
            }
        .shop-product .descPage h3 {
            font-size: 20px;
            font-weight: bold;
            padding-top:20px;
        }
        .shop-product .descPage h4 {
            font-size: 18px;
            font-weight: bold;
            padding-top: 20px;
        }
        .shop-product .descPage p {
            font-size: 14px;
            padding-top:20px;
            line-height:28px;
            
        }
        .shop-product .descPage img {
            max-width:100%;
            border-radius:30px;

        }

    .shop-product .shop .button-filter {
        display: block;
    }

        .shop-product .shop .button-filter button {
            display: block;
            border-radius: 10px;
            padding: 10px;
            text-align: center;
            color: #ffffff;
            background: #ff324d;
            width: 100%;
        }

            .shop-product .shop .button-filter button:hover {
                background: #2f2f2f;
            }

    .shop-product .shop button.mob-filter-btn {
        max-width: 55% !important;
        width: auto !important;
        margin: 0 1%;
        font-size: 13px;
    }



    .shop-product .shop .shop-content .tabs-nav {
        display: flex;
    }

        .shop-product .shop .shop-content .tabs-nav .title {
            margin-left: 20px;
        }

            .shop-product .shop .shop-content .tabs-nav .title span {
                float: right;
                margin-left: 5px;
                font-size: 22px;
            }

                .shop-product .shop .shop-content .tabs-nav .title span i {
                    font-weight: 100;
                }

            .shop-product .shop .shop-content .tabs-nav .title p {
                float: right;
                font-size: 14px;
            }

        .shop-product .shop .shop-content .tabs-nav li {
            margin-left: 10px;
        }

            .shop-product .shop .shop-content .tabs-nav li a {
                font-size: 12px;
                line-height: 20px;
                color: #505050;
                padding: 4px 5px;
                border-radius: 5px;
            }

                .shop-product .shop .shop-content .tabs-nav li a:hover {
                    color: #ff324d;
                    background: #fff;
                }

                .shop-product .shop .shop-content .tabs-nav li a.active {
                    color: #ff324d;
                    background: #fff;
                }


    .shop-product .shop .shop-content .products .item {
        position: relative;
        padding: 20px;
        margin-bottom: 40px;
        border-radius: 20px;
        background: #fff;
        /*  min-height: 380px !important;*/
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .shop-product .shop .shop-content .products .item:hover {
            -webkit-box-shadow: 0px 0px 10px 0px #d9d9d9;
            box-shadow: 0px 0px 10px 0px #d9d9d9;
        }

        .shop-product .shop .shop-content .products .item .pic-box {
            display: block;
        }

            .shop-product .shop .shop-content .products .item .pic-box img {
                width: 100%;
                border-radius: 20px;
                width:100%;
              /*  height:300px;*/
                object-fit:cover;
            }

        .shop-product .shop .shop-content .products .item .product-info {
            position: relative;
        }


            .shop-product .shop .shop-content .products .item .product-info .title-box a {
                display: block;
                font-size: 13px;
                font-weight: bold;
                padding-top: 10px !important;
                padding-bottom: 5px;
                min-height: 40px;
                line-height: 20px;
                text-align: center;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-align: center;
            }

                    .shop-product .shop .shop-content .products .item .product-info .title-box a:hover {
                        color: #ff324d;
                    }

            .shop-product .shop .shop-content .products .item .product-info .product-bottom {
                text-align:center !important;
                font-size:12px;
                color:#ff324d;
            }

/*------------------------------------------------------------    Single Product Page Start     ------------------------------------------------------------*/
.single-product {
    padding-bottom: 30px;
}

    .single-product .product {
        position: relative;
        padding: 30px;
        border-radius: 10px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .single-product .product .gallery-product #thumbs {
            padding-top: 5px;
            border-top: 1px solid #d8d8d8;
        }

            .single-product .product .gallery-product #thumbs .item {
                position: relative;
                margin: 2px;
                cursor: pointer;
            }

            .single-product .product .gallery-product #thumbs .current .item:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background: rgba(215,215,215, 40%);
            }

            .single-product .product .gallery-product #thumbs .current .item img {
                border: 1px solid #a4a4a4;
            }

        .single-product .product .gallery-product .owl-theme .owl-nav [class*='owl-'] {
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

            .single-product .product .gallery-product .owl-theme .owl-nav [class*='owl-'].disabled:hover {
                background-color: #e8e8e8;
            }
        .single-product .product .gallery-product #big-pic {
            max-width: 548px !important;
            max-height: 548px !important;
        }
        .single-product .product .gallery-product #big-pic a.item {
            max-width: 548px !important;
            max-height: 548px !important;
        }
        .single-product .product .gallery-product #big-pic.owl-theme {
            position: relative;
        }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-next, #big-pic.owl-theme .owl-prev {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                width: 50px;
                height: 50px;
                top: 50%;
                font-size: 24px;
                border-radius: 50%;
                background: #ffffff;
                border: 1px solid #ffffff;
                -webkit-box-shadow: 0px 0px 10px 0px #ddd;
                box-shadow: 0px 0px 10px 0px #ddd;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
            }

            .single-product .product .gallery-product #big-pic.owl-theme:hover .owl-next, #big-pic.owl-theme:hover .owl-prev {
                opacity: 1;
                visibility: visible;
            }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-next:hover, #big-pic.owl-theme .owl-prev:hover {
                color: #ff324d;
                border-color: #ff324d;
            }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-prev {
                left: 0px;
            }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-next {
                right: 0px;
            }

        .single-product .product .gallery-product #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
            background: #e8e8e8;
        }

        .single-product .product .info-product .info-title {
            margin-bottom: 10px;
        }

            .single-product .product .info-product .info-title .availability p {
                font-size: 12px;
                color: #ff324d;
            }

            .single-product .product .info-product .info-title .title h5 {
                font-weight: 600;
            }

            .single-product .product .info-product .info-title .code {
                position: relative;
                padding-bottom: 10px !important;
            }

                .single-product .product .info-product .info-title .code span {
                    font-size: 17px;
                    font-weight: bold;
                    color: #ff324d;
                }

            .single-product .product .info-product .info-title .category {
                position: relative;
                padding-bottom: 10px !important;
            }

                .single-product .product .info-product .info-title .category p {
                    font-size: 15px;
                    color: #a4a4a4;
                }

        .single-product .product .info-product .info-middle {
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

            .single-product .product .info-product .info-middle li {
                position: relative;
                font-size: 12px;
                margin-left: 30px;
            }

                .single-product .product .info-product .info-middle li:before {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 3px;
                    top: 50%;
                    right: -20px;
                    border-radius: 50%;
                    background: #d9d9d9;
                }

            .single-product .product .info-product .info-middle .rating:before {
                content: none;
            }

            .single-product .product .info-product .info-middle .rating strong {
                font-size: 14px;
            }

            .single-product .product .info-product .info-middle .rating i {
                font-size: 14px;
                color: #ffc300;
            }

            .single-product .product .info-product .info-middle .comment a:hover {
                color: #ff324d;
            }

            .single-product .product .info-product .info-middle .comment a strong {
                color: #a4a4a4;
                font-weight: 100;
            }

            .single-product .product .info-product .info-middle .question a:hover {
                color: #ff324d;
            }

            .single-product .product .info-product .info-middle .question a strong {
                color: #a4a4a4;
                font-weight: 100;
            }



        .single-product .product .sales-info {
            padding: 25px;
            border-radius: 20px;
            background: #f1f1f1;
            position: relative;
        }

            .single-product .product .sales-info .color-product {
                padding: 15px 0;
                border-bottom: 1px solid #d9d9d9;
            }

                .single-product .product .sales-info .color-product .title {
                    margin-bottom: 15px;
                    font-weight: 600;
                }

                .single-product .product .sales-info .color-product .color-box .color {
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 30px;
                    float: left;
                    margin: 0 6px;
                    border-radius: 50%;
                    text-align: center;
                    background: #ff324d;
                    cursor: pointer;
                }

                    .single-product .product .sales-info .color-product .color-box .color.green {
                        background: #1cbbb4;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.blue {
                        background: #00bff3;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.pink {
                        background: #f06eaa;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.orange {
                        background: #f26c4f;
                    }

                    .single-product .product .sales-info .color-product .color-box .color i {
                        display: none;
                        font-size: 20px;
                        line-height: 30px;
                    }

                    .single-product .product .sales-info .color-product .color-box .color:before {
                        content: '';
                        position: absolute;
                        display: block;
                        top: -4px;
                        right: -4px;
                        width: 38px;
                        height: 38px;
                        border: 2px solid #ff324d;
                        border-radius: 50%;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.green:before {
                        border-color: #1cbbb4;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.blue:before {
                        border-color: #00bff3;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.pink:before {
                        border-color: #f06eaa;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.orange:before {
                        border-color: #f26c4f;
                    }

                    .single-product .product .sales-info .color-product .color-box .color:hover:before {
                        border-color: #2f2f2f;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.active i {
                        display: block;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.active:before {
                        border-color: #2f2f2f;
                    }

            .single-product .product .sales-info .quantity-product {
                padding: 15px 0;
                border-bottom: 1px solid #d9d9d9;
            }



                .single-product .product .sales-info .quantity-product .title {
                    margin-bottom: 15px;
                    font-weight: 600;
                }

                .single-product .product .sales-info .quantity-product .quantity {
                    position: relative;
                    float: left;
                    font-size: 18px;
                }

                    .single-product .product .sales-info .quantity-product .quantity .qty {
                        width: 80px;
                        height: 40px;
                        padding: 5px 25px 5px 25px;
                        border-radius: 10px;
                        text-align: center;
                    }

                    .single-product .product .sales-info .quantity-product .quantity .qtyminus {
                        right: 0;
                    }

                    .single-product .product .sales-info .quantity-product .quantity .qtyplus {
                        left: 0;
                    }

                    .single-product .product .sales-info .quantity-product .quantity .button {
                        position: absolute;
                        top: 50%;
                        padding: 8px;
                        background: none;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                    }

                        .single-product .product .sales-info .quantity-product .quantity .button:hover {
                            color: #ff324d;
                        }

            .single-product .product .sales-info .price-product {
                padding: 15px 0;
            }

                .single-product .product .sales-info .price-product .onsale {
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 0px 10px;
                    text-align: center;
                    line-height: 35px;
                    font-size: 16px;
                    border-radius: 10px 0px;
                    color: #ffffff;
                    background: #000;
                }

                .single-product .product .sales-info .price-product .title {
                    margin-bottom: 15px;
                    font-weight: 600;
                    width: 100%;
                    text-align: center;
                    font-size: 16px;
                }

                    .single-product .product .sales-info .price-product .title b {
                        padding: 0 3px;
                        font-weight: bold;
                        color: #ff324d;
                    }

                .single-product .product .sales-info .price-product .size {
                    margin-bottom: 10px;
                    padding-right: 5px;
                    font-weight: bold;
                    color: #000;
                    font-size: 15px;
                }

                .single-product .product .sales-info .price-product .price {
                    text-align: center;
                    width: 100%;
                    clear: both;
                }

                    .single-product .product .sales-info .price-product .price del {
                        display: block;
                        font-size: 16px;
                        color: #a4a4a4;
                        text-decoration: line-through;
                    }

                    .single-product .product .sales-info .price-product .price ins {
                        display: block;
                        font-size: 25px;
                        font-weight: 600;
                        color: #ff324d;
                        margin: 20px auto !important;
                    }

                .single-product .product .sales-info .price-product .small ins {
                    font-size: 16px !important;
                    color: #ff324d !important;
                }

            .single-product .product .sales-info .sales-original {
                padding: 15px 0;
                clear: both;
            }

                .single-product .product .sales-info .sales-original .original-box {
                    display: block;
                    margin-bottom: 3px;
                }

                    .single-product .product .sales-info .sales-original .original-box p {
                        display: block;
                        font-size: 12px;
                        color: #4f4f4f;
                    }

            .single-product .product .sales-info .sale-button button {
                display: block;
                padding: 15px;
                font-size: 14px;
                text-align: center;
                border-radius: 15px;
                color: #ffffff;
                background: #ff324d;
                width: 100%;
            }

                .single-product .product .sales-info .sale-button button:hover {
                    background: #2f2f2f;
                }

            .single-product .product .sales-info .ntf_mesageNoselect {
                text-align: center;
                margin-top: 10px;
                border: 1px solid #ff324d;
                background: rgba(213, 26, 83, 0.1);
                color: #ff324d;
                padding: 10px;
                font-size: 12px;
                font-weight: bold;
                border-radius: 10px;
                display: none;
            }

    .single-product .descDiv {
        white-space: pre-line;
        line-height: 40px;
    }

        .single-product .descDiv ul li, .single-product .item-tab ul li {
            display: block !important
        }

    .single-product .TagDiv span {
        font-size: 12px;
        padding: 5px 10px;
        background: #f1f1f1;
        border-radius: 4px;
        margin-left: 5px;
        line-height: 40px;
    }


    
    .single-product .tabs-product {
        margin-top: 50px;
    }

        .single-product .tabs-product .tabs .tabs-nav .nav-item {
            position: relative;
            float: right;
            margin-left: 20px;
            z-index: 1;
        }

            .single-product .tabs-product .tabs .tabs-nav .nav-item a {
                display: block;
                padding: 15px;
                font-size: 14px;
                text-align: center;
                border-radius: 10px 10px 0 0;
                background: #f1f1f1;
            }

            .single-product .tabs-product .tabs .tabs-nav .nav-item.tab-active {
                z-index: 3;
            }

            .single-product .tabs-product .tabs .tabs-nav .nav-item a:hover {
                color: #ff324d;
            }

            .single-product .tabs-product .tabs .tabs-nav .nav-item.tab-active a {
                position: relative;
                color: #ff324d;
                background: #ffffff;
                -webkit-box-shadow: 0 10px 0 #ffffff, 0 0 10px rgb(0 0 0 / 20%);
                box-shadow: 0 10px 0 #ffffff, 0 0 10px rgb(0 0 0 / 20%);
                z-index: 222;
            }

        .single-product .tabs-product .tabs .tabs-stage {
            position: relative;
            padding: 50px;
            border-radius: 10px 0 10px 10px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
            z-index: 2;
        }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .title {
                display: block;
                margin-bottom: 20px;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .title h5 {
                    font-weight: 600;
                }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .text {
                padding: 10px 0;
                font-size: 14px;
                color: #2f2f2f;
                line-height: 30px;
            }

            .single-product .tabs-product .tabs .tabs-stage .UlLiDesign ul {
                display: block !important;
                list-style-type: disc !important;
                margin-block-start: 1em !important;
                margin-block-end: 1em !important;
                margin-inline-start: 0px !important;
                margin-inline-end: 0px !important;
                padding-inline-start: 40px !important;
            }

            .single-product .tabs-product .tabs .tabs-stage .UlLiDesign li {
                display: list-item !important;
                text-align: -webkit-match-parent !important;
                list-style-type: disc !important;
            }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .pic {
                display: block;
                padding: 50px 0;
                text-align: center;
            }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .specification {
                display: block;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item {
                    display: flex;
                    margin-bottom: 10px;
                    font-size: 12px;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-label {
                        width: 20%;
                        padding: 10px 20px;
                        margin-left: 10px;
                        border-radius: 10px;
                        background: #efefef;
                    }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-value {
                        width: 80%;
                        padding: 10px 20px;
                        border-radius: 10px;
                        color: #a4a4a4;
                        background: #efefef;
                    }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating {
                display: inline-flex;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .num-rating {
                    font-size: 40px;
                    font-weight: 600;
                    color: #ff324d;
                }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score {
                    padding: 10px;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-top {
                        display: block;
                        margin-bottom: 5px;
                        font-size: 12px;
                        color: #a4a4a4;
                    }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-bottom {
                        display: block;
                    }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-bottom strong {
                            margin-left: 5px;
                            float: right;
                            font-size: 10px;
                            color: #ffc300;
                        }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-bottom p {
                            display: block;
                            float: right;
                            font-size: 12px;
                            color: #a4a4a4;
                        }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list {
                margin-top: 20px;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box {
                    display: block;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item {
                        display: block;
                        padding: 5px 0;
                    }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-name {
                            display: block;
                            font-size: 14px;
                        }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom {
                            display: inline-flex;
                        }

                            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general {
                                position: relative;
                                width: 300px;
                                margin-left: 10px;
                            }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general:before {
                                    content: '';
                                    position: absolute;
                                    width: 100%;
                                    height: 5px;
                                    right: 0;
                                    top: 50%;
                                    border-radius: 10px;
                                    background: #f1f1f1;
                                    transform: translateY(-50%);
                                    -webkit-transform: translateY(-50%);
                                    -moz-transform: translateY(-50%);
                                    -o-transform: translateY(-50%);
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general:after {
                                    content: '';
                                    position: absolute;
                                    width: 0%;
                                    height: 5px;
                                    right: 0;
                                    top: 50%;
                                    border-radius: 10px;
                                    background: #ff324d;
                                    transform: translateY(-50%);
                                    -webkit-transform: translateY(-50%);
                                    -moz-transform: translateY(-50%);
                                    -o-transform: translateY(-50%);
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-1:after {
                                    width: 75%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-2:after {
                                    width: 50%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-3:after {
                                    width: 40%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-4:after {
                                    width: 80%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-5:after {
                                    width: 35%;
                                }

                            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-number {
                                font-size: 12px;
                                color: #a4a4a4;
                            }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating {
                display: inline-flex;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating p {
                    margin-left: 10px;
                    font-size: 12px;
                }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating .star {
                    display: inline-flex;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating .star span, .tabs-product .tabs .tabs-stage .item-tab .questions .star {
                        margin: 2px;
                        color: #ffc300;
                        font-size: 12px;
                    }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form {
                margin-top: 10px;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box {
                    display: block;
                    margin-bottom: 12px;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input {
                        width: 40%;
                        padding: 15px;
                        font-size: 12px;
                        border: 1px solid #eae9e9;
                        border-radius: 10px;
                        background: #f3f3f3;
                    }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input:focus {
                            border-color: #ff324d;
                        }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input:first-child {
                            margin-left: 5px;
                        }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form textarea {
                    width: 100%;
                    min-height: 200px;
                    margin-bottom: 15px;
                    padding: 15px;
                    font-size: 12px;
                    border: 1px solid #eae9e9;
                    border-radius: 10px;
                    background: #f3f3f3;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form textarea:focus {
                        border-color: #ff324d;
                    }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form button {
                    padding: 7px 30px;
                    border-radius: 10px;
                    color: #fff !important;
                    background: #ff324d !important;
                    border: 0 !important;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form button:hover {
                        background: #ff324d;
                    }


    .single-product .attributes .headline {
        background: rgba(0,0,0,.03);
        font-weight: 600;
    }

    .single-product .attributes .options {
        border-bottom: 1px solid rgba(0,0,0,.03);
        padding: 0.5rem 1rem;
    }

        .single-product .attributes .options label {
            font-weight: 600;
            min-width: 300px;
            display: inline-block;
            margin-bottom: 0.5rem;
        }

    .single-product .product .sales-info .not-product {
        padding: 20px;
    }

        .single-product .product .sales-info .not-product p {
            text-align: center;
            font-size: 20px;
            font-weight: 600;
        }

    .single-product .product .sales-info.not .sale-button a {
        background: #2f2f2f;
    }

/*------------------------------------------------------------    Shop Page Start     ------------------------------------------------------------*/

.pagination {
    display: block;
    margin-top: 20px;
}

    .pagination .pagination-box {
        display: block;
        text-align: center;
    }


        .pagination .pagination-box .item a {
            width: 40px;
            height: 40px;
            font-size: 18px;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
            box-shadow: 0 0 2px #a4a4a4;
            display: inline-block;
            color: #ff324d !important;
            background-color: #fff;
            margin: 0 3px;
        }

            .pagination .pagination-box .item a:hover {
                color: #fff !important;
                background-color: #ff324d;
                cursor: pointer;
            }

        .pagination .pagination-box .active a {
            color: #fff !important;
            background-color: #ff324d !important;
        }


        .pagination .pagination-box .item a i {
            line-height: 20px;
        }


.notFound-box {
    padding: 100px 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #ddd;
    text-align: center;
    width: 100%;
    min-height: 500px;
}
/*------------------------------------------------------------    Shop Page End     ------------------------------------------------------------*/
/*------------------------------------------------------------    Blog Page Start     ------------------------------------------------------------*/
.blog-page {
    padding-bottom: 50px;
}

    .blog-page .blog .sidebar {
        position: sticky !important;
        top: 10px;
    }

        .blog-page .blog .sidebar .bg {
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 20px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
        }

        .blog-page .blog .sidebar .title {
            margin-bottom: 20px;
        }

            .blog-page .blog .sidebar .title h6 {
                padding-bottom: 15px;
                font-weight: 600;
                border-bottom: 1px solid #f1f1f1;
            }

        .blog-page .blog .sidebar .search form {
            position: relative;
        }

            .blog-page .blog .sidebar .search form input {
                width: 100%;
                padding: 15px 15px 15px 35px;
                font-size: 14px;
                border-radius: 15px;
                background: #f1f1f1;
            }

            .blog-page .blog .sidebar .search form button {
                position: absolute;
                height: 100%;
                left: 0;
                top: 50%;
                padding: 15px;
                background: none;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

                .blog-page .blog .sidebar .search form button:hover {
                    color: #ff324d;
                }

        .blog-page .blog .sidebar .category .category-box {
            display: block;
        }

            .blog-page .blog .sidebar .category .category-box .item {
                display: block;
                margin-bottom: 10px;
                line-height: 35px;
                color: #2f2f2f;
            }

                .blog-page .blog .sidebar .category .category-box .item a figure {
                    display: flex;
                    gap: 10px;
                }

                .blog-page .blog .sidebar .category .category-box .item img {
                    width: 100px;
                    height: 65px;
                    object-fit: cover;
                    border-radius: 10px;
                }

                .blog-page .blog .sidebar .category .category-box .item a h3 {
                    display: block;
                    font-size: 14px;
                    color: #2f2f2f;
                    line-height:23px;
                    
                }

                .blog-page .blog .sidebar .category .category-box .item a:hover {
                    color: #ff324d;
                }

            
                .blog-page .blog .sidebar .category .category-box .item span {
                    font-size: 12px;
                    color: #2f2f2f;
                }



        .blog-page .blog .sidebar .archive .archive-box {
            display: block;
        }

            .blog-page .blog .sidebar .archive .archive-box .item {
                display: block;
                margin-bottom: 10px;
            }

                .blog-page .blog .sidebar .archive .archive-box .item a {
                    font-size: 14px;
                    color: #a4a4a4;
                }

                    .blog-page .blog .sidebar .archive .archive-box .item a:hover {
                        padding-right: 5px;
                        color: #2f2f2f;
                    }

        .blog-page .blog .sidebar .tags .tags-box {
            display: block;
        }

            .blog-page .blog .sidebar .tags .tags-box .item {
                margin-bottom: 5px;
            }

                .blog-page .blog .sidebar .tags .tags-box .item a {
                    padding: 5px;
                    font-size: 12px;
                    border-radius: 8px;
                    background: #f1f1f1;
                }

                    .blog-page .blog .sidebar .tags .tags-box .item a:hover {
                        color: #ffffff;
                        background: #ff324d;
                    }

        .blog-page .blog .sidebar .favorites {
            margin: 0;
        }

            .blog-page .blog .sidebar .favorites .toggle-item {
                visibility: hidden;
                position: absolute;
            }

.toggle-item {
    opacity: 0;
    width: 0;
    height: 0;
}

.blog-page .blog .sidebar .favorites .text {
    margin-right: 10px;
    font-size: 14px;
}

.blog-page .blog .sidebar .favorites .toggle-item + label {
    position: relative;
    display: flex;
    width: 40px;
    height: 20px;
    float: right;
    background: #f1f1f1;
    border-radius: 50px;
    cursor: pointer;
}

    .blog-page .blog .sidebar .favorites .toggle-item + label:after {
        position: absolute;
        content: '';
        width: 14px;
        height: 14px;
        top: 3px;
        right: 2px;
        border-radius: 50%;
        background: #ffffff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

.blog-page .blog .sidebar .favorites .toggle-item:checked + label {
    background: #ff324d;
}

    .blog-page .blog .sidebar .favorites .toggle-item:checked + label:after {
        right: 22px;
    }




.blog-page .blog-content .blog-item {
    position: relative;
    padding: 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
    background: #ffffff;
}


    .blog-page .blog-content .blog-item .pic-blog {
        position: relative;
    }


        .blog-page .blog-content .blog-item .pic-blog img {
            border-radius: 15px;
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .blog-page .blog-content .blog-item .pic-blog .user {
            position: absolute;
            display: flex;
            bottom: 10px;
            right: 10px;
        }

            .blog-page .blog-content .blog-item .pic-blog .user .pic-user {
                margin-left: 5px;
            }

                .blog-page .blog-content .blog-item .pic-blog .user .pic-user img {
                    max-width: 45px;
                    border-radius: 50%;
                }

            .blog-page .blog-content .blog-item .pic-blog .user .name-user h6 {
                font-size: 14px;
                color: #ffffff;
            }

            .blog-page .blog-content .blog-item .pic-blog .user .name-user p {
                font-size: 12px;
                color: #a4a4a4;
            }

    .blog-page .blog-content .blog-item .info-blog {
        padding: 0 8px;
        position: relative;
    }

        .blog-page .blog-content .blog-item .info-blog div {
            overflow: hidden;
            height: 140px;
        }

        .blog-page .blog-content .blog-item .info-blog .date {
            display: block;
            font-size: 12px;
            background: #ff324d;
            color: #fff;
            position: absolute;
            top: -25px;
            left: 25px;
            border-radius: 20px;
            width: auto;
            padding: 0 10px;
            height: 35px;
            line-height: 30px;
            text-align: center;
            border: 4px solid #fff;
        }



        .blog-page .blog-content .blog-item .info-blog .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 600;
            padding-top: 15px;
        }

            .blog-page .blog-content .blog-item .info-blog .title:hover {
                color: #ff324d;
            }

        .blog-page .blog-content .blog-item .info-blog .text {
            font-size: 14px;
            color: #2f2f2f;
            line-height: 30px;
            height: 65px;
        }



/*------------------------------------------------------------    Blog Page End     ------------------------------------------------------------*/




/*------------------------------------------------------------    Blog Detail Page Start     ------------------------------------------------------------*/


.blog-page .blog .blog-detail {
    margin-bottom: 20px;
}

    .blog-page .blog .blog-detail .blog-inner {
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .blog-page .blog .blog-detail .blog-inner .blog-pic {
            display: block;
            margin-bottom: 20px;
        }

            .blog-page .blog .blog-detail .blog-inner .blog-pic img {
                border-radius: 20px;
            }

        .blog-page .blog .blog-detail .blog-inner .meta {
            display: flex;
            margin-bottom: 20px;
            line-height: 50px;
        }

            .blog-page .blog .blog-detail .blog-inner .meta .sender {
                font-size: 13px;
                color: #2f2f2f;
                margin-left: 10px;
            }

                .blog-page .blog .blog-detail .blog-inner .meta .sender img {
                    max-width: 50px;
                    border-radius: 50%;
                }


            .blog-page .blog .blog-detail .blog-inner .meta .date {
                margin-left: 20px;
                font-size: 13px;
                font-weight: bold !important;
                color: #2f2f2f;
            }

                .blog-page .blog .blog-detail .blog-inner .meta .date i {
                    color: #ff324d !important;
                }

            .blog-page .blog .blog-detail .blog-inner .meta .comment {
                font-size: 13px;
                color: #2f2f2f;
            }

                .blog-page .blog .blog-detail .blog-inner .meta .comment i {
                    color: #ff324d !important;
                }

        .blog-page .blog .blog-detail .blog-inner .description {
            padding-bottom: 20px;
        }
            .blog-page .blog .blog-detail .blog-inner .description ul, .blog-page .blog .blog-detail .blog-inner .description ol {
                display: list-item !important;
            }

                .blog-page .blog .blog-detail .blog-inner .description ul li, .blog-page .blog .blog-detail .blog-inner .description ol li {
                    display: list-item !important;
                    list-style-type: disc !important;
                    list-style-position: inside;
                }
        .blog-page .blog .blog-detail .blog-inner .description a {
            color:blue !important;
            border-bottom:1px dotted blue !important;
            cursor:pointer;
        }

            .blog-page .blog .blog-detail .blog-inner .description h1 {
                font-size: 28px !important;
                font-weight: bold;
            }

                .blog-page .blog .blog-detail .blog-inner .description h1 a {
                    font-weight: 600;
                }

                    .blog-page .blog .blog-detail .blog-inner .description h1 a:hover {
                        color: #ff324d;
                    }

            .blog-page .blog .blog-detail .blog-inner .description p {
                margin: 20px 0;
                font-size: 15px;
                color: #3d3d3d;
                line-height:30px;
            }

            .blog-page .blog .blog-detail .blog-inner .description h2 {
                font-size: 25px;
                font-weight: bold;
            }

            .blog-page .blog .blog-detail .blog-inner .description h3 {
                font-size: 20px;
                font-weight: bold;
            }

            .blog-page .blog .blog-detail .blog-inner .description h4 {
                font-size: 18px;
                font-weight: bold;
            }

           

        .blog-page .blog .blog-detail .blog-inner .social_icons li {
            display: inline-block;
            width: 30px;
            height: 30px;
            color: #fff;
            line-height: 30px;
            text-align: center;
            background: #ff324d;
            border-radius: 5px;
            font-size: 20px;
            margin-left: 5px;
        }



    .blog-page .blog .blog-detail .box {
        margin-bottom: 50px;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

    .blog-page .blog .blog-detail .comment-form {
        margin-bottom: 50px;
    }

    .blog-page .blog .blog-detail .comment .comment-box .comment-rating {
        display: inline-flex;
    }

        .blog-page .blog .blog-detail .comment .comment-box .comment-rating p {
            margin-left: 10px;
            font-size: 12px;
        }

        .blog-page .blog .blog-detail .comment .comment-box .comment-rating .star {
            display: inline-flex;
        }

            .blog-page .blog .blog-detail .comment .comment-box .comment-rating .star span, .blog-page .blog .blog-detail .questions .star {
                margin: 2px;
                color: #ffc300;
                font-size: 12px;
            }

    .blog-page .blog .blog-detail .comment .comment-box form {
        margin-top: 10px;
    }

        .blog-page .blog .blog-detail .comment .comment-box form .top-box {
            display: block;
            margin-bottom: 12px;
        }

            .blog-page .blog .blog-detail .comment .comment-box form .top-box input {
                width: 40%;
                padding: 15px;
                font-size: 12px;
                border: 1px solid #eae9e9;
                border-radius: 10px;
                background: #f3f3f3;
            }

                .blog-page .blog .blog-detail .comment .comment-box form .top-box input:focus {
                    border-color: #ff324d;
                }

                .blog-page .blog .blog-detail .comment .comment-box form .top-box input:first-child {
                    margin-left: 5px;
                }

        .blog-page .blog .blog-detail .comment .comment-box form textarea {
            width: 100%;
            min-height: 200px;
            margin-bottom: 15px;
            padding: 15px;
            font-size: 12px;
            border: 1px solid #eae9e9;
            border-radius: 10px;
            background: #f3f3f3;
        }

            .blog-page .blog .blog-detail .comment .comment-box form textarea:focus {
                border-color: #ff324d;
            }

        .blog-page .blog .blog-detail .comment .comment-box form button {
            padding: 7px 30px;
            border-radius: 10px;
            color: #fff;
            background: #ff324d !important;
            border: 0 !important;
        }

            .blog-page .blog .blog-detail .comment .comment-box form button:hover {
                background: #ff324d;
            }


.comments .comments-box .comments-item .comment-text {
    padding: 20px 50px 20px 0;
}

    .comments .comments-box .comments-item .comment-text p {
        font-size: 14px;
    }


/*------------------------------------------------------------    Blog Detail Page End     ------------------------------------------------------------*/
/*------------------------------------------------------------    Dashboard Pages End     ------------------------------------------------------------*/
/*------------------------------------------------------------    Login / Register / Forgot Password / Change Password / Confirmation Number    Start ------------------------------------------------------------*/
.login .content {
    position: relative;
    width: 500px;
    margin: 80px auto;
    padding: 30px 50px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
}

    .login .content .logo {
        margin-bottom: 40px;
        text-align: center;
    }

        .login .content .logo img {
            max-width: 50%;
        }

    .login .content form {
        margin-bottom: 30px;
    }

        .login .content form .title {
            display: block;
            margin-bottom: 15px;
        }

            .login .content form .title h6 {
                font-weight: 600;
            }

        .login .content form input {
            width: 100%;
            margin-bottom: 10px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px;
            border: 1px solid #d7d7d7;
        }

            .login .content form input:focus {
                border-color: #ff324d;
            }

        .login .content form .forget {
            margin-bottom: 40px;
        }

            .login .content form .forget .remember {
                position: relative;
                display: block;
                float: right;
                padding-right: 20px;
                font-size: 12px;
            }

                .login .content form .forget .remember input {
                    position: absolute;
                    margin: 0;
                    right: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .login .content form .forget .remember .tick {
                    position: absolute;
                    height: 15px;
                    width: 15px;
                    top: 50%;
                    right: 0;
                    text-align: center;
                    background: #f1f1f1;
                    border-radius: 5px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                    .login .content form .forget .remember .tick i {
                        display: none;
                        line-height: 16px;
                        font-size: 10px;
                        color: #ffffff;
                    }

                .login .content form .forget .remember input:checked ~ .tick i {
                    display: block;
                }

                .login .content form .forget .remember input:checked ~ .tick {
                    background: #ff324d;
                }

            .login .content form .forget a {
                float: left;
                font-size: 12px;
                color: #ff324d;
            }

                .login .content form .forget a:hover {
                    color: #ff324d;
                }

        .login .content form button {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px;
            color: #ffffff;
            background: #ff324d;
        }

            .login .content form button:hover {
                background: #2f2f2f;
            }

        .login .content form .disposables {
            background: #ff324d;
        }

    .login .content .bottom-link {
        display: block;
        text-align: center;
        font-size: 12px;
    }

        .login .content .bottom-link a {
            color: #ff324d;
        }

            .login .content .bottom-link a:hover {
                color: #ff324d;
            }

    .login .content form .text {
        display: block;
        margin-bottom: 40px;
        font-size: 12px;
    }

    .login .content form .number {
        margin-bottom: 10px;
    }

        .login .content form .number input {
            width: 55px;
            height: 55px;
            margin-left: 5px !important;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
            margin: 0;
        }




/*------------------------------------------------------------    Login / Register / Forgot Password / Change Password / Confirmation Number    End ------------------------------------------------------------*/



/*------------------------------------------------------------    Error 404 Start ------------------------------------------------------------*/

.error {
    padding-bottom: 50px;
}

    .error .content {
        text-align: center;
    }

        .error .content .pic {
            display: block;
        }

        .error .content .button {
            display: block;
        }

            .error .content .button p {
                margin-bottom: 20px;
                font-size: 14px;
                color: #a4a4a4;
            }

            .error .content .button a {
                padding: 15px;
                border-radius: 15px;
                color: #ffffff;
                background: #2f2f2f;
            }

                .error .content .button a:hover {
                    background: #ff324d;
                }


/*------------------------------------------------------------    Error 404 End ------------------------------------------------------------*/







/*------------------------------------------------------------    Switch Color Start   ------------------------------------------------------------*/



/*------------------------------    Scrollbar Start     ------------------------------*/

/*------------------------------    Responsive     ------------------------------*/

.container {
    width: 1700px !important;
    max-width: 1700px !important;
}




#whatsappIconId {
    position: fixed;
    left: 20px;
    bottom: 75px;
    z-index: 2000 !important;
}

    #whatsappIconId svg {
        border-radius: 40px !important;
    }

@media (max-width: 1700px) {
    .container {
        width: 96% !important;
        max-width: 96% !important;
    }

}

@media (max-width: 1370px) {
    .menu-blog, .menu-about {
        display: none !important;
    }

    .category-holder {
        max-width: calc(100% - 120px);
    }

    .col-fixed {
        min-width: 350px;
        width: 350px;
    }

    .col-dynamic {
        max-width: calc(100% - 350px);
        width: calc(100% - 350px);
    }


    .shop-product .shop .shop-content .products .item .product-info .title-box {
        height: 70px;
        overflow: hidden;
    }

    .shop-product .shop .shop-content .products .item .product-info .actions .action-holder .action-item .button {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 19px;
    }
}

@media (max-width: 1200px) {

    .container {
        max-width: 96% !important;
        width: 96% !important;
    }
    .header .header-left .btn-languge{
        margin-top:5px;
    }
    .category-holder .owl-carousel {
        height: auto;
    }

    .shop-product .shop .shop-content .tabs-nav li a {
        font-size: 11px;
        padding: 4px 6px;
    }
}


@media (max-width: 992px) {
    .isMob {
        width: 1px;
    }
    ul.navbar-nav {
        display: block !important;
        flex-direction: column !important; /* چینش به صورت افقی */
        align-items: flex-start !important;
        /*align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;*/
        position: fixed !important;
        height: 100vh;

        width: 300px !important;
        overflow-x:scroll;
        right: -400px;
        top: 0;
        background: #fff;
        z-index: 99999 !important; /* بیشتر از overlay */
    }

    /* =========================================
   استایل‌های مخصوص موبایل (سایز 767 و کمتر)
========================================= */

       
            ul.navbar-nav > li.nav-item {
                margin-left: 0;
                margin-bottom: 10px;
                width: 100%;
                padding:0 10px;
            }

        /* 2. بدنه اصلی مگامنو (حذف عرض ثابت و پوزیشن absolute) */
        #Div_MenuCategory {
            position: static !important; /* خارج شدن از حالت شناور */
            width: 100% !important;
            min-height: auto !important;
            box-shadow: none !important;
            border: none !important;
            background-color: #fafafa;
            margin-top: 10px;
        }

            /* 3. ستون‌های سطح 1 (تبدیل به ردیف‌های تمام عرض) */
            #Div_MenuCategory > li {
                width: 100% !important;
                border-left: none !important;
                border-bottom: 1px solid #e4e6e7;
            }

                /* 4. بخش زیرمنوها (حذف پوزیشن absolute و پر کردن عرض) */
                #Div_MenuCategory > li > .main-menu-sub {
                    position: static !important;
                    width: 100% !important;
                    height: auto !important;
                    padding: 10px 15px !important;
                    border-radius: 0 !important;
                    background-color: #fff;
                }

                /* 5. نمایش زیرمنوها به صورت عمودی (حذف ستون‌بندی 33 درصدی) */
                #Div_MenuCategory > li:hover > .main-menu-sub {
                    display: block !important; /* در موبایل فلکس نیاز نیست، بلاک بهتر است */
                }

                #Div_MenuCategory > li > .main-menu-sub > li {
                    width: 100% !important; /* تمام عرض شدن عناوین سطح 2 */
                    padding: 10px 0 !important;
                }

            /* 6. باطل کردن باز بودن پیش‌فرض اولین آیتم در موبایل 
       (چون در موبایل فضا کم است، بهتر است بسته باشد تا کل صفحه را نگیرد) */
            #Div_MenuCategory:not(:has(> li:hover)) > li:first-child > .main-menu-sub {
                display: none !important;
            }

            #Div_MenuCategory:not(:has(> li:hover)) > li:first-child > a {
                background-color: transparent !important;
                color: #3f4064 !important;
            }

            /* استایل هاور برای موبایل (وقتی باز می‌شود) */
            #Div_MenuCategory > li:hover > a {
                background-color: #f0f0f1;
                color: #ef4056;
            }

            /* 7. فاصله‌گذاری زیرمنوهای سطح 3 برای خوانایی بهتر در موبایل */
            #Div_MenuCategory > li > .main-menu-sub > li > .main-menu-sub {
                padding-right: 15px; /* کمی تورفتگی برای سطح 3 */
                margin-top: 5px;
            }

                #Div_MenuCategory > li > .main-menu-sub > li > .main-menu-sub > li {
                    padding: 5px 0;
                    border-bottom: 1px dashed #eee;
                }

                    #Div_MenuCategory > li > .main-menu-sub > li > .main-menu-sub > li:last-child {
                        border-bottom: none;
                    }
 




    .header .btn-search {
        width:45px !important;
        margin: 10px auto;
        background: none !important;
        border: 1px solid #ededed;
        padding: 7px 7px;
        border-radius: 10px;
    }
    .header .btn-menu {
        width: 45px !important;
        margin: 10px auto;
        background: none !important;
        border: 1px solid #ededed;
        padding: 7px 7px;
        border-radius: 10px;
    }
    .header .btn-languge {
        width: 45px !important;
        margin: 10px auto;
       /* padding: 7px 7px;*/
    }                      
    .header .btn-languge lable {
        display: none;
        
    }
    .RenderBody {
        margin-top: 70px;
    }

    .col-fixed {
        min-width: 300px;
        width: 300px;
    }

    .col-dynamic {
        max-width: calc(100% - 300px);
        width: calc(100% - 300px);
    }
      
    .footer .footer-content .description {
        margin-bottom: 30px;
    }

    .footer .footer-middle .middle-left {
        margin-top: 30px;
    }
    /*------------------------------------------------------------    Contact Us Start    ------------------------------------------------------------*/
    #ContactUs .contact-form .holder {
        margin-bottom: 20px;
    }

    #ContactUs .contact-form iframe {
        height: 300px;
    }

  

    .profile-content .stats .item {
        margin-bottom: 20px;
    }

    .profile-content .stats {
        margin-bottom: 0;
    }

    .shop-product .shop .shop-content {
        margin-bottom: 30px;
    }

    .single-product .product .gallery-product,
    .single-product .product .info-product {
        margin-bottom: 20px;
    }

    .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input {
        width: 100%;
    }

        .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input:first-child {
            margin: 0 0 10px 0;
        }

    .FixMobile {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 15px #dcdcdc;
        width: 100%;
        height: 90px;
        padding: 20px 10px;
        z-index: 1000;
    }

    .shop-product .shop .shop-content .products .item .product-info {
        height: 160px;
    }

    .shop-product .shop .filter .category .category-box .item {
        width: 48%;
    }

    .shop-product .shop .shop-content .tabs-nav {
        display: block;
        position: fixed;
        right: -400px;
        top: 0;
        z-index: 9999;
        background: #fff;
        height: 100vh;
        width: 350px;
        max-width: 100%;
        padding: 20px;
    }

        .shop-product .shop .shop-content .tabs-nav .title {
            display: block !important;
            width: 100% !important;
            height: 40px;
            line-height: 40px;
            margin-bottom: 15px;
            background: #fff;
        }

            .shop-product .shop .shop-content .tabs-nav .title p {
                float: none;
                text-align: right;
                color: #000;
                font-weight: bold;
            }

        .shop-product .shop .shop-content .tabs-nav li {
            margin-bottom: 10px;
            width: 100%;
            display: block !important;
            height: 40px;
            background: #f1f1f1;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
        }

            .shop-product .shop .shop-content .tabs-nav li:hover {
                background: #ff324d;
            }

            .shop-product .shop .shop-content .tabs-nav li a {
                color: #2f2f2f !important;
                background: none !important;
            }

   
}

@media (max-width: 767px) {

   


    .slider{
        padding:0 2%;
    }
    .slider img {
        border-radius:10px;
    }

    .category-holder-container{
        padding:0 !important;
    }
    .category-holder {
        max-width: 100%;
    }
        .category-holder .owl-nav {
            display:none !important;
        }

    .category-holder{
        padding-top:10px !important;
    }

        .category-holder .category-item{
            height:auto;
            margin-bottom:10px;
        }

    .about-index h3 {
        font-size: 14px;
          margin: 15px 0 8px 0;
    }

    .about-index p {
        margin: 0 0 10px 0;
        font-size: 13px;
        line-height: 1.7;
        text-align: right;
    }
    .about-index .custom-list li {
        font-size: 13px;
    }



    .address-bar {
        background: #eaeaea !important;
    }

        .address-bar ul li span, .address-bar ul li a, .address-bar ul li a i {
            color: #000 !important;
        }



    .col-fixed {
        min-width: 300px;
        width: 100%;
    }

    .col-dynamic {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .shop-product .shop .filter .brand .brand-box .item {
        width: 48% !important;
        float: right !important;
    }

    .shop-product .shop .filter {
        position: fixed !important;
        top: 0 !important;
        right: -400px;
        padding: 30px;
        margin-bottom: 0;
        border-radius: 0;
        background: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 100vh;
        overflow-y: scroll !important;
        z-index: 9999;
        width: 350px;
        max-width: 100%;
    }

    .shop-product .ShopCategory.fixed {
        background: #fff;
        position: fixed;
        top: 60px;
        z-index: 990;
        width: 100% !important;
        left: 0;
        padding-bottom: 5px !important;
        box-shadow: 0 2px 8px #a4a4a4;
    }

        .shop-product .ShopCategory.fixed .owl-nav {
            height: 0 !important;
        }


    .blog-page .blog .blog-detail .comment-form form .top-box input {
        width: 100%;
        margin-bottom: 10px;
    }

.single-product .attributes .options {
        display: block !important;
    }

    .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general {
        width: 250px;
    }

    /*///================dashboard-profile==============*/
    /*//==================================*/

    .tabs-product .tabs .tabs-stage {
        padding: 20px;
    }

    #single-product .attributes .options {
        display: block !important;
    }

    .attributes .options label {
        min-width: inherit;
        display: block;
        width: 100%;
    }

    .attributes .options span {
        background: #f1f1f1;
        display: block;
        width: 100%;
        padding: 5px;
        border-radius: 5px;
    }

}

@media (max-width: 576px) {

    .header .logo-top a img {
        max-width: 140px !important;
        margin-top:5px;
    }
   .category-holder .category-item .item-holder .item-text {
        font-size: 11px;
        font-weight: normal !important;
        height: 38px;
        
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding:0 10px;
    }

    .category-holder .category-item .item-holder .item-img img {
        max-width: 70px;
        margin: 0 auto;
    }
 
    /*//=================*/
    .owl-carousel.nav-arrow .owl-nav button {
        width: 35px;
        height: 35px;
    }
/*
    .popular-products .products .item-product .product-info .title-box a {
        font-size: 13px;
        height: 60px;
        min-height: 60px;
        line-height: 30px;
    }*/

  


    .footer .footer-middle .links {
        margin-bottom: 30px;
    }

    /*------------------------------------------------------------    Contact Us Start    ------------------------------------------------------------*/
    #ContactUs .contact-form .holder {
        padding: 20px;
    }

    .blog-page .blog .blog-content .item .pic img {
        width: 100%;
    }

    

    .login .content {
        width: 100%;
        padding: 20px;
    }

        .login .content form .number input {
            margin-bottom: 5px;
        }

    .tabs-product .tabs .tabs-nav {
        display: inline-flex;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

        .tabs-product .tabs .tabs-nav .nav-item {
            margin-left: 5px;
        }

            .tabs-product .tabs .tabs-nav .nav-item a {
                padding: 15px 5px;
                font-size: 13px;
            }

    .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item {
        display: grid;
        margin: 0;
    }

        .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-label,
        .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-value {
            width: 100%;
            margin-bottom: 5px;
        }

    .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general {
        width: 200px;
    }



    .shop-product .category .category-holder {
        margin: 0 auto !important;
        padding: 0 10px !important;
    }

        .shop-product .category .category-holder .owl-nav {
            height: 1px !important;
        }

    .shop-product .shop .shop-content .products [class*="col-"] {
        padding: 5px !important;
    }

    .shop-product .shop .shop-content .products .item {
        min-height: initial !important;
        padding: 10px !important;
        margin-bottom: 20px !important;
    }

    .shop-product .shop .filter .category .category-box .item {
        width: 31% !important;
    }

    .single-product .product {
        padding: 10px;
    }

}

@media (max-width: 360px) {

    .header .number-tel p i {
        display: none;
    }

    .footer .footer-content .namad .namad-box .namad-item {
        margin-bottom: 10px;
    }


    .login .content form {
        text-align: center;
    }

        .login .content form .forget .remember,
        .login .content form .forget a {
            float: none;
            margin-bottom: 5px;
        }

        .login .content form .forget .remember {
            display: flex;
        }

    .single-product .product .info-product .info-middle li {
        display: block;
    }

        .single-product .product .info-product .info-middle li:before {
            display: none;
        }
}



/* =========================================
   1. تنظیمات کلی مودال (پس زمینه)
   ========================================= */
#productGalleryModal {
    padding-right: 0 !important;
}

    #productGalleryModal .modal-dialog {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #productGalleryModal .modal-content {
        background-color: rgba(0, 0, 0, 0.95); /* مشکی غلیظ */
        height: 100%;
        border: none;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

/* =========================================
   2. دکمه بستن (ضربدر) - بالا چپ
   ========================================= */
    #productGalleryModal .close-gallery {
        position: absolute;
        top: 20px;
        left: 30px;
        z-index: 2000;
        color: #fff;
        font-size: 45px;
        background: none;
        border: none;
        opacity: 0.8;
        line-height: 1;
        cursor: pointer;
        outline: none !important;
    }

        #productGalleryModal .close-gallery:hover {
            color: #ff4d4d;
            opacity: 1;
        }

/* =========================================
   3. کانتینر اسلایدر و عکس اصلی (800x800)
   ========================================= */
    #productGalleryModal #carouselGallery {
        width: 800px; /* عرض ثابت درخواستی */
        max-width: 90%; /* در موبایل از صفحه نزند بیرون */
        position: relative;
        margin-bottom: 20px;
    }

    #productGalleryModal .gallery-main-img {
        width: 100%;
        height: 800px; /* ارتفاع ثابت درخواستی */
        object-fit: contain; /* عکس کامل دیده شود و دفرمه نشود */
        background-color: #000; /* اگر عکس مستطیل بود، فضای خالی مشکی شود */
    }

/* ریسپانسیو: اگر ارتفاع صفحه کم بود، عکس کوچک شود تا اسکرول نخورد */
@media (max-height: 900px) {
    #productGalleryModal .gallery-main-img {
        height: 60vh; /* 60 درصد ارتفاع صفحه */
    }

    #productGalleryModal  #carouselGallery {
        width: auto; /* عرض اتوماتیک بر اساس ارتفاع */
        max-width: 800px;
    }
}

/* =========================================
   4. دکمه‌های جهت‌نما (روی عکس، ثابت و بدون لرزش)
   ========================================= */
#productGalleryModal .carousel-control-prev,
#productGalleryModal .carousel-control-next {
    width: 60px !important; /* عرض دکمه */
    height: 100% !important; /* ارتفاع کامل کادر عکس */
    top: 0 !important;
    bottom: 0 !important;
    opacity: 1 !important;
    z-index: 1050;
    cursor: pointer;
    display: flex;
    align-items: center; /* آیکون وسط عمودی */
    justify-content: center; /* آیکون وسط افقی */
    background: none !important; /* حذف پس زمینه پیش فرض */
}

/* آیکون فلش‌ها */
#productGalleryModal .carousel-control-prev-icon,
#productGalleryModal .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6); /* دایره مشکی پشت فلش */
    border-radius: 50%;
    background-size: 60%; /* سایز فلش داخل دایره */
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

#productGalleryModal .carousel-control-prev {
    left: 0 !important;
}

#productGalleryModal .carousel-control-next {
    right: 0 !important;
}

    /* جلوگیری از هرگونه حرکت هنگام هاور یا کلیک */
    #productGalleryModal .carousel-control-prev:hover .carousel-control-prev-icon,
    #productGalleryModal .carousel-control-next:hover .carousel-control-next-icon {
        background-color: rgba(255, 255, 255, 0.2); /* روشن شدن دایره موقع هاور */
    }

/* =========================================
   5. تصاویر کوچک (Thumbnails)
   ========================================= */
#productGalleryModal .gallery-thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    z-index: 1055;
}

#productGalleryModal .thumb-item {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.3s;
}

    #productGalleryModal .thumb-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #productGalleryModal .thumb-item:hover, #productGalleryModal .thumb-item.active {
        opacity: 1;
        border-color: #fff;
        transform: scale(1.1);
    }
