﻿:root {
    --niragold-gold: #e0be3b;
    --niragold-text: #1e3a5f;
    --niragold-text-secondary: #6c757d;
    --color-surface-variant: #f8f9fa;
    --color-outline-levelone: rgba(0, 0, 0, 0.08);
    --color-neutral-container: #ffffff;
    --color-neutral-oncontainer: #212529;
    --gold: #e0be3b;
    --gold-dark: #e5a12e;
    --gold-light: #fff4e5;
    --darkblue: #1e3a5f;
    --blue-nira: #0f3d5e;
    --blue-bg: #eef4f9;
}


html[data-bs-theme="dark"] {
    --color-surface-variant: #1a1a1a;
    --color-outline-levelone: rgba(255, 255, 255, 0.1);
    --color-neutral-container: #2c2c2c;
    --color-neutral-oncontainer: #e9ecef;
    --gold: #e0be3b;
    --gold-light: #2a2418;
    --blue-nira: #2a5f8a;
    --darkblue: #ffffff;
}

* {
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

a {
    text-decoration: none;
}
p,h2 {
    letter-spacing: 2px;
}
input, button {
    border: 0;
}

body {
    background: var(--color-surface-variant);
    color: var(--color-neutral-oncontainer);
}

.whz {
    width: 0;
    height: 0;
    overflow: hidden;
}
/* ===== Gold Button ===== */
.btn-gold {
    display: inline-block;
    background: var(--gold);
    color: #000;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

    .btn-gold:hover {
        background: var(--gold-dark);
        transform: translateY(-3px);
        box-shadow: 0 12px 20px rgba(0,0,0,0.1);
    }


.btn-silver {
    display: inline-block;
    background: var(--color-surface-variant);
    color: var(--color-neutral-oncontainer);
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

    .btn-silver:hover {
        background: var(--gold);
        transform: translateY(-3px);
        box-shadow: 0 12px 20px rgba(0,0,0,0.1);
    }

/* ===== Hero ===== */
.hero-section h1 {
    color: var(--darkblue);
    line-height: 1.2;
    padding: 120px 0;
}

.hero-lead {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--gold);
}

.hero-img {
    max-width: 100%;
    margin: 0 auto;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,0.05));
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}


/* ===== Why Section ===== */
.tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: var(--color-neutral-container);
    border: 1px solid var(--color-outline-levelone);
    border-radius: 50px;
    font-weight: 500;
    color: var(--color-neutral-oncontainer);
    transition: all 0.2s;
    cursor: pointer;
}

    .tab-btn.active {
        background: var(--gold);
        border-color: var(--gold);
        color: #000;
    }

.check-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

    .check-list li::before {
        content: "✓";
        color: #22c55e;
        margin-left: 8px;
    }
   
.price-card {
    background: var(--color-neutral-container);
    border-radius: 32px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid var(--color-outline-levelone);
}

.price-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-outline-levelone);
    margin-bottom: 20px;
}

    .price-header strong {
        font-size: 1.6rem;
        margin: 0 8px;
    }

.badge-change {
    background: #dcfce7;
    color: #22c55e;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 0.8rem;
}

.calc-tabs {
    gap: 12px;
    margin-bottom: 20px;
}

.calc-tab {
    flex: 1;
    background: var(--color-surface-variant);
    border: 1px solid var(--color-outline-levelone);
    padding: 12px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
}

    .calc-tab.active {
        background: var(--gold);
        border-color: var(--gold);
        color: #000;
    }

.input-icon {
    position: relative;
    background: var(--color-surface-variant);
    border-radius: 40px;
    border: 1px solid var(--color-outline-levelone);
}

    .input-icon span {
        position: absolute;
        right: 16px;
        top: 14px;
        color: #888;
    }

    .input-icon input {
        width: 100%;
        padding: 14px 70px 14px 20px;
        background: transparent;
        border: none;
        color: var(--color-neutral-oncontainer);
        outline: none;
        text-align: center;
    }

        .input-icon input::placeholder {
            padding: 0 5px;
        }

.swap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 12px 0;
    color: var(--gold);
}

.calc-submit {
    background: none;
    border: none;
    box-shadow: none;
}

/* ===== Why Cards ===== */

/* کارت‌های چرا نیرا‌ گلد - 4 کارت دقیقاً مطابق عکس */
.why-card {
    background-color: #fff;
    border: 1px solid var(--color-outline-levelone);
    border-radius: 24px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
    background-size: 200px;
    cursor: pointer;
}

    .why-card:hover {
        transform: translateY(-5px);
        border-color: var(--niragold-gold);
    }

.why-card1 {
    background: url(/images/fee-desktop-deactive-gvp38jtc.webp) no-repeat bottom left #fff;
    min-height: 100px;
    height: 270px;
    background-size: 200px;
}

    .why-card1:hover {
        background: url(/images/fee-desktop-p4nhtxpt.webp) no-repeat bottom left ;
        background-color: var(--gold-light);
        background-size: 200px;
    }

.why-card2 {
    background: url(/images/clock-desktop-deactive-cqu_fuxc.webp) no-repeat bottom left #fff;
    min-height: 330px;
    background-size: 200px;
}

    .why-card2:hover {
        background: url(/images/clock-desktop-rnoll4ic.webp) no-repeat bottom left;
        background-color: var(--gold-light);
        background-size: 200px;
    }

.why-card3 {
    background: url(/images/delivery-desktop-deactive-dcswr7-v.webp) no-repeat bottom left #fff;
    min-height: 210px;
    background-size: 200px;
}

    .why-card3:hover {
        background: url(/images/delivery-desktop-dsl_b3t3.webp) no-repeat bottom left;
        background-color: var(--gold-light);
        background-size: 200px;
    }

.why-card4 {
    background: url(/images/withdraw-desktop-deactive-dvknqmog.webp) no-repeat bottom left #fff;
    background-size: 200px;
}

    .why-card4:hover {
        background: url(/images/withdraw-desktop-zf5fdwka.webp) no-repeat bottom left;
        background-color: var(--gold-light);
        background-size: 200px;
    }


.why-card img {
    height: 140px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.why-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--niragold-text);
    text-align: right;
}

.why-card p {
    font-size: 0.9rem;
    color: var(--niragold-text-secondary);
    margin: 0;
    text-align: right;
}



/* ===== Progress ===== */
.progress-custom {
    direction: ltr;
}

.progress-item {
    margin-bottom: 20px;
}

    .progress-item span {
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
    }

.progress-bar-bg {
    background: #e9ecef;
    border-radius: 40px;
    overflow: hidden;
}

.progress-fill {
    background: var(--gold);
    color: #000;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    border-radius: 40px;
    border-right: 4px solid #a16200;
}

    .progress-fill.gold {
        background: var(--gold);
        border-right-color: #a16200;
    }

/* ===== Products Carousel (طراحی مجدد) ===== */

section.products {
    background: var(--color-surface-variant);
    direction: rtl;
    padding: 100px 0 50px 0;
}

.item-product {
    background: var(--color-neutral-container);
    border-radius: 28px;
    overflow: hidden;
    margin: 15px 10px;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid var(--color-outline-levelone);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    padding: 15px 0;
}

    .item-product:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px -10px rgba(0,0,0,0.15);
        border-color: var(--gold);
    }

.pic-box {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 10px;
}

    .pic-box img {
        width: 100%;
        transition: transform 0.5s ease;
        border-radius: 20px;
    }

.item-product:hover .pic-box img {
    transform: scale(1.01);
}

.product-info {
    padding: 18px 16px 20px;
}

/* ردیف قیمت و دکمه در یک خط */
.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.uniPrice {
    color: var(--gold);
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
    gap: 4px;
    text-decoration: none;
    letter-spacing: 1px;
}

/* دکمه فقط با آیکون سبد خرید */
.btn-buy {
    background: transparent;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .btn-buy svg {
        width: 20px;
        height: 20px;
    }

        .btn-buy svg path,
        .btn-buy svg circle {
            stroke: var(--gold);
            transition: all 0.3s;
        }

    .btn-buy:hover {
        background: var(--gold);
        transform: scale(1.08);
    }

        .btn-buy:hover svg path,
        .btn-buy:hover svg circle {
            stroke: #000;
        }

.title-box a {
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-neutral-oncontainer);
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s;
}

    .title-box a:hover {
        color: var(--gold);
    }


.owl-nav button {
    background: var(--color-neutral-container) !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.owl-prev {
    left: -10px;
}

.owl-next {
    right: -10px;
}

/* ===== Installment & Steps ===== */
.aghsat .brand-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

    .aghsat .brand-icon:hover {
        cursor: pointer;
        box-shadow: 0 .105rem .25rem rgba(0, 0, 0, .075) !important;
    }
/*===============*/
.installment-video {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 32px;
    cursor: pointer;
    overflow: hidden;
}

    .installment-video video {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 32px;
    }

    /* کاور مشکی */
    /* .installment-video::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.2);
        border-radius: 32px;
        pointer-events: none;
        transition: opacity 0.3s ease, background 0.3s ease;
    }*/

    /* دکمه پلی */
    /*.installment-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    backdrop-filter: blur(2px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}*/

    /* hover */
    /*.installment-video:hover::before {
        background: rgba(0,0,0,0.1);
    }*/

    .installment-video:hover::after {
        background-color: rgba(255,255,255,0.4);
        transform: translate(-50%, -50%) scale(1.1);
    }

    /* وقتی ویدیو پلی شد */
    .installment-video.playing::before {
        opacity: 0;
    }

    .installment-video.playing::after {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }

/*====================*/
.promo-box {
    background: var(--blue-bg);
    border-radius: 48px;
}

    .promo-box h5 {
        color: #000 !important;
    }

    .promo-box p {
        color: #2f2f2f !important;
    }

.phone-mockup img {
    max-width: 100% !important;
    width: 420px;
}

.step-num {
    width: 48px;
    height: 48px;
    background: var(--blue-nira);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    font-weight: bold;
    font-size: 1.4rem;
    flex-shrink: 0;
    transition: 0.3s;
}

.step:hover .step-num {
    transform: scale(1.1);
    background: var(--gold);
    color: #000;
}

/* ===== chart Banner ===== */
.chart-card {
    background: var(--color-neutral-container);
    border-radius: 32px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    padding: 40px;
}


    .chart-card .chartContainerOfVisit {
        height: 450px;
        width: 100%;
        direction: ltr !important;
        margin: 40px auto;
    }


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

        .chart-card .chartFoot div:before {
            border-right: 1px solid red;
        }

        .chart-card .chartFoot h3 {
            font-size: 20px;
            font-weight: bold;
            direction:ltr;
        }

        .chart-card .chartFoot h4 {
            font-size: 17px;
        }

    .chart-card .btn-list {
        direction: ltr;
    }

        .chart-card .btn-list button {
            margin: 0 5px;
        }

.chartContainerOfVisit {
    position: relative !important;
}

    .chartContainerOfVisit::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 65px;
        background: var(--color-neutral-container);
        height: 22px;
    }
/* ===== Calculator Banner ===== */
.calculator-card {
    background: var(--color-neutral-container);
    border-radius: 32px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.calculator-img {
    position: relative;
    min-height: 200px;
}

    .calculator-img img {
        position: absolute;
        bottom: -15px;
        left: 0;
        max-width: 300px;
        transition: opacity 0.3s;
    }

    .calculator-img .img-hover {
        opacity: 0;
    }

.calculator-card:hover .img-hover {
    opacity: 1;
}

.calculator-card:hover .img-default {
    opacity: 0;
}

/* ===== Blog & Footer ===== */
.post-card {
    background: var(--color-neutral-container);
    border-radius: 24px;
    padding: 16px;
    transition: 0.3s;
    border: 1px solid var(--color-outline-levelone);
    display: block;
}

    .post-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0,0,0,0.05);
    }

    .post-card h5 {
        color: var(--darkblue);
    }

    .post-card p {
        height: 50px;
    }


.seo-box {
    background: var(--blue-bg);
    border-radius: 32px;
}

    .seo-box .h4 {
        color: var(--blue-nira);
    }

    .seo-box p {
        color: #2f2f2f;
    }

footer {
    background: var(--color-neutral-container);
    border-top: 1px solid var(--color-outline-levelone);
    margin-top: 60px;
    padding: 60px 0 30px;
}

    footer h5 {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    footer a {
        color: #6c757d;
        text-decoration: none;
        transition: 0.2s;
    }

        footer a:hover {
            color: var(--gold);
            padding-right: 5px;
        }

/* ===== Header & Navigation ===== */
.z-header {
    background: var(--color-neutral-container);
    border-bottom: 1px solid var(--color-outline-levelone);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.z-header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    flex-wrap: wrap;
}

.z-header__left {
    display: flex;
}

.z-header__logo img {
  /*  width: auto;
    max-width: 200px;*/
}

.z-header__nav {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 10px 30px;
    padding: 0;
}

    .z-header__nav > li {
        position: relative;
    }

        .z-header__nav > li svg path {
            stroke: var(--color-neutral-oncontainer);
        }


.z-header__link {
    color: var(--color-neutral-oncontainer);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
}

.z-header__nav ul {
    position: absolute;
    top: 40px;
    right: 0;
    background: var(--color-neutral-container);
    border-radius: 16px;
    padding: 12px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    border: 1px solid var(--color-outline-levelone);
    z-index: 100;
    list-style: none !important;
}

.z-header__nav > li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.z-header__nav ul li a {
    display: block;
    padding: 8px 12px;
    color: var(--color-neutral-oncontainer);
    text-decoration: none;
}

    .z-header__nav ul li a:hover {
        color: var(--gold);
    }

.z-header__right {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

    .z-header__right .account-box {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 200px;
        right: 0px;
        padding: 5px;
        border-radius: 15px;
        background: #fff;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
        -o-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
        box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    }

    .z-header__right:hover .account-box {
        opacity: 1;
        visibility: visible;
        top: 50px;
    }

    .z-header__right .account-box ul {
        display: block;
        list-style: none;
        padding: 5px !important;
    }

        .z-header__right .account-box ul li {
            width: 100%;
            text-align: right;
            margin: 5px 0;
            padding: 10px;
            background: #f7f6f6;
            border-radius: 5px;
        }

            .z-header__right .account-box ul li:hover {
                cursor: pointer;
                background: #f1f1f1;
            }

            .z-header__right .account-box ul li a {
                width: 100%;
                font-size: 15px;
                color: #2f2f2f;
            }

    .z-header__right .account-box .ul li:hover a {
        padding-right: 3px;
        color: blue;
    }

.z-header .z-header__right .account-box ul li .btn-out {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    border-radius: 10px;
    color: #ffffff;
    background: var(--gold);
}

.z-header__btn {
    background: var(--color-surface-variant);
    padding: 12px 20px;
    border-radius: 40px;
    text-decoration: none;
    color: var(--color-neutral-oncontainer);
    font-weight: 500;
}

.z-header__theme {
    display: flex;
    gap: 5px;
    background: var(--color-surface-variant);
    padding: 5px;
    border-radius: 40px;
}

.z-header__theme-btn {
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: var(--color-neutral-oncontainer);
    width: 40px;
    height: 40px;
}

    .z-header__theme-btn.active {
        background: var(--gold);
        color: #000;
    }



@media (max-width: 992px) {

    p, h2 {
        letter-spacing: 0;
    }

    .z-header__nav {
        display: none;
    }

    .z-header__logo img {
       /* max-width: 200px !important;*/
        margin-top: 0 !important;
    }

    .calculator-img img {
        bottom: -25px;
        max-width: 300px;
    }
}

footer .footer-certif {
    text-align: center;
    max-width: 110px;
    width: 110px;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

    footer .footer-certif h6 {
        color: #2f2f2f;
    }
/*------------------------------------------------------------    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: var(--gold);
            }

        .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: var(--gold);
                }

            .login .content form .forget a {
                float: left;
                font-size: 12px;
                color: var(--gold);
            }

                .login .content form .forget a:hover {
                    color: var(--gold);
                }

        .login .content form button {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px;
            color: #000;
            background: #e0be3b;
            border: 2px solid #a16200;
        }

            .login .content form button:hover {
                background: #2f2f2f;
            }

        .login .content form .disposables {
            background: var(--gold);
        }

    .login .content .bottom-link {
        display: block;
        text-align: center;
        font-size: 12px;
    }

        .login .content .bottom-link a {
            color: var(--gold);
        }

            .login .content .bottom-link a:hover {
                color: var(--gold);
            }

    .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 ------------------------------------------------------------*/




@media (max-width: 1200px) {
    .z-header__logo img {
       /* max-width: 130px;
        margin-top: 10px;*/
    }

    .z-header__nav {
       /* margin: 0 10px;*/
        gap: 14px;
    }

    .z-header__btn {
        padding: 12px 10px;
    }

    .z-header__right {
        gap: 5px;
    }
}


@media (max-width: 768px) {
    .hero-lead {
        font-size: 1.8rem;
    }

    .hero-section h1 {
        font-size: 2rem;
    }


    .why-card1, .why-card2, .why-card3, .why-card4 {
        min-height: 200px !important;
        height: auto !important;
    }

    .why-card2 {
        margin-top: 20px;
    }

    .why-card p {
        width: 50%;
    }

    .calculator-card {
        min-height: 230px;
    }

    .calculator-img img {
        bottom: 0px;
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    .z-header__logo img {
        max-width: 180px !important;
        margin-top: 0 !important;
    }

    .item-product {
        margin: 15px 2px;
    }

    .uniPrice {
        font-size: 0.8rem !important;
        letter-spacing:0;
    }

    section.products {
        padding: 100px 0 0 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;
    }

    .chart-card .btn-list button {
        padding: 10px 18px !important;
    }
    .chart-card .chartFoot h3 {
        font-size: 16px;
    }
    .chart-card .chartFoot h4 {
        font-size: 13px;
    }
}


.address-bar {
    margin-bottom: 20px;
    min-height: 40px;
    padding: 5px 0;
    height: 40px;
    max-height: 40px;
    overflow: hidden; /* جلوگیری از بیرون زدگی کلی */
}

    .address-bar ul {
        display: flex; /* چیدمان افقی li ها */
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        /* فعال کردن اسکرول افقی */
        overflow-x: auto;
        white-space: nowrap; /* جلوگیری از رفتن به خط بعد */
        /* مخفی کردن اسکرول‌بار در فایرفاکس و IE */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        /* مخفی کردن اسکرول‌بار در کروم، سافاری و اپرا */
        .address-bar ul::-webkit-scrollbar {
            display: none;
        }

        .address-bar ul li {
            flex-shrink: 0; /* جلوگیری از جمع شدن (کوچک شدن) آیتم‌ها */
        }

            .address-bar ul li a {
                font-size: 13px !important;
                color: #81858b;
                line-height: 40px;
                padding: 0 2px 0 7px;
            }

            .address-bar ul li span {
                color: #81858b;
                line-height: 40px;
                font-size: 13px;
            }


            /*//=========================*/

/*------------------------------------------------------------    Home Page 1 End     ------------------------------------------------------------*/
/*--------------------------*/

.shop-product {
    padding-bottom: 50px;
}

    .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 var(--gold);
                    }

                    .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: var(--gold);
                }


        .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: var(--gold);
                }

                    .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: var(--gold);
                }

            .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: var(--gold);
                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: var(--gold);
                pointer-events: auto;
                -moz-appearance: none;
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
            }



    .shop-product .shop .shop-content .tabs-nav {
        display: flex;
        list-style:none;
    }

        .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: var(--gold);
                    background: #fff;
                }

                .shop-product .shop .shop-content .tabs-nav li a.active {
                    color: var(--gold);
                    background: #fff;
                }

    .shop-product .shop .shop-content .item-product{
        margin:0 0 20px 0 !important;
    }




    @media (max-width: 1370px) {
    }

@media (max-width: 1200px) {
       
    .shop-product .shop .shop-content .tabs-nav li a {
        font-size: 11px;
        padding: 4px 6px;
    }
}
@media (max-width: 992px) {
    .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 .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: var(--gold);
            }

            .shop-product .shop .shop-content .tabs-nav li a {
                color: #2f2f2f !important;
                background: none !important;
            }

}


@media (max-width: 767px) {
    .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;
        }

}

@media (max-width: 576px) {

    .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 .filter .category .category-box .item {
        width: 31% !important;
    }

    .single-product .product {
        padding: 10px;
    }

}
    /*//=======================================*/


    .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;*/

            width: 100%;
            background: #ffffff;
            border-radius: 48px 48px 48px 48px;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
            padding: 2.5rem 2.5rem 2.8rem;
            transition: all 0.2s ease;
            border: 1px solid rgba(212, 175, 55, 0.2);
            position: relative;
            overflow: hidden;

        }

            .single-product .product::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 6px;
                background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
                opacity: 0.7;
            }

            .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: var(--gold);
                        border-color: var(--gold);
                    }

                    .single-product .product .gallery-product #big-pic.owl-theme .owl-prev {
                        left: 0px;
                        padding-top: 10px !important;
                    }

                    .single-product .product .gallery-product #big-pic.owl-theme .owl-next {
                        right: 0px;
                        padding-top: 10px !important;
                    }

            .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: var(--gold);
                }

                .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: var(--gold);
                    }

                .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: var(--gold);
                }

                .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: var(--gold);
                }

                .single-product .product .info-product .info-middle .question a strong {
                    color: #a4a4a4;
                    font-weight: 100;
                }

                .single-product .product .info-product .info-middle .box-middle {
                    list-style: none;
                    display: flex;
                    padding-right: 0 !important;
                }


            .single-product .product .sales-info {
                padding: 25px;
                border-radius: 20px;
                background: #f7f7f7;
                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: var(--gold);
                        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 var(--gold);
                            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: var(--gold);
                            }

                .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: var(--gold);
                        }

                    .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: var(--gold);
                            margin: 20px auto !important;
                            text-decoration: none;
                        }

                    .single-product .product .sales-info .price-product .small ins {
                        font-size: 16px !important;
                        color: var(--gold) !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;
                    width: 100%;
                }


                .single-product .product .sales-info .ntf_mesageNoselect {
                    text-align: center;
                    margin-top: 10px;
                    border: 1px solid var(--gold);
                    background: rgba(213, 26, 83, 0.1);
                    color: var(--gold);
                    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 {
                list-style: none !important;
                display: inline-block;
                margin-right:20px;
            }

                .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: 20px 20px 0 0;
                        background: #e6e6e6;
                        color:#2f2f2f;
                    }

                    .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: var(--gold);
                    }

                    .single-product .tabs-product .tabs .tabs-nav .nav-item.tab-active a {
                        position: relative;
                        color: var(--gold);
                        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 {
                z-index: 2;
                margin-top: -30px;
                border-radius: 48px 48px 48px 48px;
                box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
                padding: 2.5rem 2.5rem 2.8rem;
                transition: all 0.2s ease;
                border: 1px solid rgba(212, 175, 55, 0.2);
                position: relative;
                overflow: hidden;
                background:#fff;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .title {
                    display: block;
                }

                    .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: var(--gold);
                    }

                    .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: var(--gold);
                                        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: 49%;
                            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: var(--gold);
                            }

                            .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: 99%;
                        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: var(--gold);
                        }

        /*  .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form button {
                    padding: 7px 30px;
                    border-radius: 10px;
                    color: #fff !important;
                    background: var(--gold) !important;
                    border: 0 !important;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form button:hover {
                        background: var(--gold);
                    }*/


        .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:last-child {
                border-bottom: 0 !important;
            }

            .single-product .attributes .options label {
                font-weight: 600;
                min-width: 100px;
                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;
        }



    .notifStyle {
        background: #fff;
        box-shadow: 0 0 10px 0 #0000001a;
        border-right: 4px solid #00a850;
        max-width: 450px;
        padding: 0 10px;
        left: 0 !important;
        margin-left: 0;
        float: left;
    }

        .notifStyle .btn {
            font-size: 14px !important;
            color: green;
        }

    @media (max-width: 767px) {

        .notifStyle {
            margin-bottom: 50px !important;
        }
    }


    /*//================shop-Cart=================*/

    .shop-cart {
        padding-bottom: 50px;
    }

        .shop-cart .checkout-steps {
            margin-bottom: 100px;
        }

            .shop-cart .checkout-steps .steps {
                display: block;
                padding: 0;
            }

                .shop-cart .checkout-steps .steps .item {
                    position: relative;
                    display: block;
                    width: 25%;
                    float: right;
                    text-align: center;
                }

                    .shop-cart .checkout-steps .steps .item .circle {
                        position: absolute;
                        display: block;
                        width: 30px;
                        height: 30px;
                        top: 40px;
                        left: 50%;
                        border-radius: 50%;
                        border: 2px solid #d7d7d7;
                        background: #ffffff;
                        transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                        z-index: 99;
                    }

                        .shop-cart .checkout-steps .steps .item .circle:before {
                            content: '';
                            position: absolute;
                            width: 22px;
                            height: 22px;
                            left: 50%;
                            top: 2px;
                            border-radius: 50%;
                            background: #d7d7d7;
                            transform: translateX(-50%);
                            -webkit-transform: translateX(-50%);
                            -moz-transform: translateX(-50%);
                            -o-transform: translateX(-50%);
                        }

                    .shop-cart .checkout-steps .steps .item:before {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 7px;
                        top: 55px;
                        left: 50%;
                        background: #d7d7d7;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                    }

                    .shop-cart .checkout-steps .steps .item:first-child:before {
                        display: none;
                    }

                    .shop-cart .checkout-steps .steps .item.active .circle {
                        border-color: var(--gold);
                    }

                        .shop-cart .checkout-steps .steps .item.active .circle:before {
                            background: var(--gold);
                        }

                    .shop-cart .checkout-steps .steps .item.active:before {
                        background: var(--gold);
                    }

        .shop-cart .cart .products-cart {
            padding: 20px 5px 20px 5px;
            border-radius: 20px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
        }

            .shop-cart .cart .products-cart .title {
                margin-bottom: 30px;
            }

                .shop-cart .cart .products-cart .title h5 {
                    font-weight: 600;
                    padding: 0 10px;
                }


            .shop-cart .cart .products-cart .product-box table {
                width: 100%;
                margin-bottom: 30px;
            }

                .shop-cart .cart .products-cart .product-box table tr {
                    border-bottom: 1px dashed #e5e5e5;
                }

                    .shop-cart .cart .products-cart .product-box table tr:last-child {
                        border-bottom: 0 !important;
                    }

                    .shop-cart .cart .products-cart .product-box table tr td {
                        padding: 10px;
                    }

                .shop-cart .cart .products-cart .product-box table img {
                    width: 100px;
                    border-radius: 10px;
                }


                .shop-cart .cart .products-cart .product-box table .name {
                    display: block;
                    font-size: 15px;
                }

                    .shop-cart .cart .products-cart .product-box table .name:hover {
                        color: var(--gold);
                    }

                .shop-cart .cart .products-cart .product-box table .category {
                    display: block;
                    font-size: 12px;
                    color: #a4a4a4;
                }

                .shop-cart .cart .products-cart .product-box table del {
                    font-size: 15px;
                    color: var(--gold);
                    text-decoration: line-through;
                }

                .shop-cart .cart .products-cart .product-box table .price {
                    display: block;
                    font-size: 17px;
                    font-weight: bold;
                    color: #28c46a;
                }

                .shop-cart .cart .products-cart .product-box table .quantity {
                    position: relative;
                    float: right;
                    font-size: 18px;
                    background: #e8e8e8;
                    padding: 3px 8px;
                    border-radius: 5px;
                }


                    .shop-cart .cart .products-cart .product-box table .quantity .qty {
                        width: 80px;
                        height: 40px;
                        padding: 5px 25px 5px 25px;
                        border-radius: 10px;
                        text-align: center;
                        background: #e8e8e8;
                    }

                    .shop-cart .cart .products-cart .product-box table .quantity .qtyminus {
                        right: 0;
                    }

                    .shop-cart .cart .products-cart .product-box table .quantity .qtyplus {
                        left: 0;
                    }


                    .shop-cart .cart .products-cart .product-box table .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%);
                    }

                        .shop-cart .cart .products-cart .product-box table .quantity .button:hover {
                            color: var(--gold);
                        }

                .shop-cart .cart .products-cart .product-box table .countInPack {
                    clear: both;
                    width: 100%;
                    font-size: 13px;
                    font-weight: bold;
                    padding-top: 7px;
                }

                .shop-cart .cart .products-cart .product-box table .total-price {
                    display: block;
                    font-size: 18px;
                }

                .shop-cart .cart .products-cart .product-box table .remove {
                    width: 100%;
                    padding: 10px;
                    font-size: 14px;
                    text-align: center;
                    border-radius: 10px;
                    color: #ffffff;
                    background: var(--gold);
                }

                    .shop-cart .cart .products-cart .product-box table .remove:hover {
                        background: var(--gold);
                    }

            .shop-cart .cart .products-cart .product-box .button a {
                padding: 10px 30px;
                border-radius: 15px;
                color: #ffffff;
                background: var(--gold);
            }

                .shop-cart .cart .products-cart .product-box .button a:hover {
                    background: #2f2f2f;
                }

            .shop-cart .cart .products-cart .product-box .button .back {
                float: right;
            }

            .shop-cart .cart .products-cart .product-box .button .update {
                float: left;
            }

        .shop-cart .cart .price-cart {
            padding: 40px;
            border-radius: 20px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
        }

            .shop-cart .cart .price-cart .title {
                margin-bottom: 15px;
            }

                .shop-cart .cart .price-cart .title h6 {
                    font-weight: 600;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #d7d7d7;
                }

            .shop-cart .cart .price-cart .info {
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 1px solid #d7d7d7;
            }

                .shop-cart .cart .price-cart .info .price {
                    margin-bottom: 40px;
                }

                    .shop-cart .cart .price-cart .info .price .label {
                        font-size: 14px;
                    }

                    .shop-cart .cart .price-cart .info .price .value {
                        float: left;
                        font-size: 14px;
                    }

                    .shop-cart .cart .price-cart .info .price .subtotal {
                        margin-bottom: 5px;
                    }

                    .shop-cart .cart .price-cart .info .price .Shipping {
                        margin-bottom: 15px;
                    }

                    .shop-cart .cart .price-cart .info .price .total .label {
                        font-weight: 600;
                    }

                    .shop-cart .cart .price-cart .info .price .total .value {
                        font-weight: 600;
                        color: #28c46a;
                        font-size: 15px;
                        font-weight: bold;
                    }

                .shop-cart .cart .price-cart .info .payment-btn {
                    margin-bottom: 10px;
                    width: 100%;
                }

                    .shop-cart .cart .price-cart .info .payment-btn a, .shop-cart .cart .price-cart .info .payment-btn button {
                        width: 100%;
                        padding: 15px 20px;
                        text-align: center;
                        font-size: 14px;
                        border-radius: 15px;
                        color: #ffffff;
                        background: #2f2f2f;
                        display: block;
                    }

                        .shop-cart .cart .price-cart .info .payment-btn a:hover, .shop-cart .cart .price-cart .info .payment-btn button:hover {
                            background: var(--gold);
                        }

                .shop-cart .cart .price-cart .info .back {
                    display: block;
                    text-align: center;
                }

                    .shop-cart .cart .price-cart .info .back a {
                        font-size: 10px;
                    }

                        .shop-cart .cart .price-cart .info .back a:hover {
                            color: var(--gold);
                        }

            .shop-cart .cart .price-cart .services .services-box {
                display: block;
            }

                .shop-cart .cart .price-cart .services .services-box .item {
                    display: block;
                    margin-bottom: 5px;
                    font-size: 12px;
                    color: #a4a4a4;
                }

                    .shop-cart .cart .price-cart .services .services-box .item i {
                        margin-left: 5px;
                        color: var(--gold);
                    }

        .shop-cart .cart-empty {
            padding: 40px;
            border-radius: 20px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
        }

            .shop-cart .cart-empty .empty {
                text-align: center;
            }

                .shop-cart .cart-empty .empty .pic {
                    display: block;
                    margin-bottom: 20px;
                }

                    .shop-cart .cart-empty .empty .pic img {
                    }

            .shop-cart .cart-empty h3 {
                margin-bottom: 20px !important;
                font-weight: 600;
                color: #a4a4a4;
            }

            .shop-cart .cart-empty .menu {
                display: block;
            }

                .shop-cart .cart-empty .menu .item {
                    padding: 0 10px;
                    border-left: 1px solid #d7d7d7;
                }

                    .shop-cart .cart-empty .menu .item:last-child {
                        border: 0;
                    }

                    .shop-cart .cart-empty .menu .item a {
                        font-size: 14px;
                        color: var(--gold);
                    }


    /*//============Shipping===================*/

    #Shipping .address-box, #Shipping .sendType-box {
        padding: 20px !important;
        border-radius: 20px;
        margin-bottom: 10px !important;
        background: #f1f1f1;
        border: 1px solid #f1f1f1;
        cursor: pointer;
    }

        #Shipping .address-box.active, #Shipping .sendType-box.active {
            border: 1px solid var(--gold);
        }

    #Shipping .radio-group-body .radio {
        width: 50px;
        height: 50px;
        background: #fff;
        display: block;
        border-radius: 30px;
        line-height: 50px;
        text-align: center;
        font-weight: bolder;
        font-size: 29px;
    }

    #Shipping .radio-group-body .fa-check {
        color: #fff;
    }

    #Shipping .radio-group-body .active .fa-check {
        color: var(--gold) !important;
    }

    #Shipping .info-pyment {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        #Shipping .info-pyment .title {
            margin-bottom: 50px;
        }

            #Shipping .info-pyment .title h5 {
                font-weight: 600;
            }
    /*//============Payment===================*/

    #Payment .pyment {
        padding: 40px 0;
    }

        #Payment .pyment .title {
            margin-bottom: 50px;
        }

            #Payment .pyment .title h5 {
                font-weight: 600;
            }

        #Payment .pyment .pyment-box .payment-method {
            margin-bottom: 20px;
        }

            #Payment .pyment .pyment-box .payment-method .item .active {
                border: 2px solid var(--gold) !important;
                background: #fff !important;
            }

            #Payment .pyment .pyment-box .payment-method .item div {
                display: block;
                padding: 20px;
                border-radius: 20px;
                background: #f1f1f1;
                text-align: center;
                border: 2px solid #f1f1f1;
            }

                #Payment .pyment .pyment-box .payment-method .item div:hover {
                    background: #ffffff;
                    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
                    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
                }

                #Payment .pyment .pyment-box .payment-method .item div .icon {
                    display: block;
                    margin-bottom: 20px;
                    font-size: 50px;
                    color: var(--gold);
                }

                #Payment .pyment .pyment-box .payment-method .item div .text {
                    display: block;
                }



    #Payed .cart {
        padding: 50px 5px 50px 5px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
        text-align: center;
    }


        #Payed .cart .successful .icon i {
            font-size: 80px;
            color: var(--tobago);
        }

        #Payed .cart .successful h5 {
            font-size: 19px;
            color: #000;
        }

            #Payed .cart .successful h5 a {
                color: var(--gold);
                font-weight: bold;
            }

        #Payed .cart .successful .date {
            color: var(--gold);
            font-weight: bold;
        }



    #PayedError .cart {
        padding: 50px 5px 50px 5px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
        text-align: center;
    }

        #PayedError .cart .failed .icon i {
            font-size: 80px;
            color: var(--gold);
        }

    /*--------------------    Dashboard Profile     --------------------*/
    .dashboard-profile .right-box .profile-box {
        position: relative;
        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;
    }

        .dashboard-profile .right-box .profile-box .header-profile {
            display: flex;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f1f1f1;
        }

            .dashboard-profile .right-box .profile-box .header-profile .pic {
                position: relative;
                display: block;
            }

                .dashboard-profile .right-box .profile-box .header-profile .pic img {
                    width: 70px;
                    border-radius: 50%;
                }

                .dashboard-profile .right-box .profile-box .header-profile .pic .edit {
                    position: absolute;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    left: -5px;
                    top: -5px;
                    font-size: 15px;
                    text-align: center;
                    border-radius: 50%;
                    border: 2px solid #ffffff;
                    color: #ffffff;
                    background: var(--gold);
                }

                    .dashboard-profile .right-box .profile-box .header-profile .pic .edit i {
                        line-height: 20px;
                    }

            .dashboard-profile .right-box .profile-box .header-profile .name {
                display: block;
                margin-right: 10px;
                padding-top: 25px;
            }


    .dashboard-profile .right-box .profile-menu {
        position: relative;
        padding: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .dashboard-profile .right-box .profile-menu h6 {
            padding-bottom: 15px;
            font-weight: 600;
            border-bottom: 1px solid #f1f1f1;
        }

        .dashboard-profile .right-box .profile-menu ul {
            display: block;
            margin-top: 20px;
            padding: 0;
        }

            .dashboard-profile .right-box .profile-menu ul li {
                display: block;
            }

                .dashboard-profile .right-box .profile-menu ul li a {
                    display: block;
                    padding: 10px;
                    border-radius: 10px;
                    font-size: 15px;
                    color: #000;
                }

                .dashboard-profile .right-box .profile-menu ul li:hover a {
                    padding-right: 15px;
                    color: var(--gold);
                }

                .dashboard-profile .right-box .profile-menu ul li.active a {
                    color: var(--gold);
                    background: #f1f1f1;
                }

                .dashboard-profile .right-box .profile-menu ul li a i {
                    color: var(--gold) !important;
                    font-size: 15px;
                    padding-left: 5px;
                }

    .dashboard-profile .title h5 {
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 30px;
    }

    .profile-content {
        position: relative;
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .profile-content .stats {
            margin-bottom: 20px;
        }

            .profile-content .stats .item {
                height: 180px;
                padding: 20px;
                border-radius: 20px;
                text-align: center;
                background: #f1f1f1;
            }

                .profile-content .stats .item.bg-color1 {
                    background: var(--gold);
                }

                .profile-content .stats .item.bg-color2 {
                    background: #a4a4a4;
                }

                .profile-content .stats .item.bg-color3 {
                    background: var(--gold);
                }

                .profile-content .stats .item.bg-color4 {
                    background: #a4a4a4;
                }

                .profile-content .stats .item .icon {
                    display: block;
                    margin-bottom: 20px;
                    font-size: 50px;
                    color: #ffffff;
                }

                .profile-content .stats .item h5 {
                    margin-bottom: 8px !important;
                    color: #ffffff;
                    font-size: 15px !important;
                }

                .profile-content .stats .item p {
                    font-size: 12px;
                    color: #f1f1f1;
                }

        .profile-content .info {
            margin-bottom: 20px;
        }

            .profile-content .info .personal {
                height: auto;
                padding: 30px;
                border-radius: 20px;
                border: 1px dashed #d9d9d9;
            }

            .profile-content .info .title {
                margin-bottom: 20px;
                display: flex;
            }


                .profile-content .info .title .button a {
                    font-size: 13px;
                }

                    .profile-content .info .title .button a:hover {
                        color: var(--gold);
                    }

            .profile-content .info .personal .personal-box .label {
                display: block;
                margin-bottom: 5px;
                font-size: 15px;
                color: var(--silver-sand);
            }

            .profile-content .info .personal .personal-box .value {
                display: block;
                margin-bottom: 30px;
                font-size: 15px;
                font-weight: bold;
            }

    .order-content .info .title {
        margin-bottom: 20px;
    }

        .order-content .info .title h5 {
            float: right;
        }

        .order-content .info .title .button {
            float: left;
        }

            .order-content .info .title .button a {
                font-size: 12px;
                color: var(--gold);
            }

                .order-content .info .title .button a:hover {
                    color: var(--gold);
                }

    .profile-content .info .favorite {
        height: auto;
        padding: 30px;
        border-radius: 20px;
        border: 1px dashed #d9d9d9;
    }

        .profile-content .info .favorite .favorite-box .box {
            display: block;
        }

        .profile-content .info .favorite .favorite-box .item {
            position: relative;
            display: block;
            padding: 7px 0;
            border-bottom: 1px solid #d7d7d7;
        }

            .profile-content .info .favorite .favorite-box .item:first-child {
                padding-top: 0;
            }

            .profile-content .info .favorite .favorite-box .item:last-child {
                padding-bottom: 0;
                border-bottom: 0;
            }

            .profile-content .info .favorite .favorite-box .item .pic {
                display: block;
                float: right;
            }

                .profile-content .info .favorite .favorite-box .item .pic img {
                    width: 70px;
                    border-radius: 10px;
                }

            .profile-content .info .favorite .favorite-box .item .name {
                display: block;
                float: right;
                margin-right: 10px;
                padding: 10px 0;
                font-size: 14px;
            }

                .profile-content .info .favorite .favorite-box .item .name a {
                    display: block;
                    margin-bottom: 5px;
                }

                    .profile-content .info .favorite .favorite-box .item .name a:hover {
                        color: var(--gold);
                    }

                .profile-content .info .favorite .favorite-box .item .name .price {
                    display: block;
                    color: var(--gold);
                }

            .profile-content .info .favorite .favorite-box .item .remove {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

                .profile-content .info .favorite .favorite-box .item .remove button {
                    width: 40px;
                    height: 40px;
                    font-size: 18px;
                    text-align: center;
                    border-radius: 12px;
                    color: #ffffff;
                    background: var(--silver-sand);
                }

                    .profile-content .info .favorite .favorite-box .item .remove button:hover {
                        background: var(--gold);
                    }

                    .profile-content .info .favorite .favorite-box .item .remove button i {
                        line-height: 40px;
                    }



    .profile-content .orders {
        padding: 30px;
        border-radius: 20px;
    }

        .profile-content .orders .title {
            margin-bottom: 20px;
        }

            .profile-content .orders .title h5 {
                float: right;
            }

            .profile-content .orders .title .button {
                float: left;
            }

                .profile-content .orders .title .button a {
                    font-size: 12px;
                    color: var(--gold);
                }

                    .profile-content .orders .title .button a:hover {
                        color: var(--gold);
                    }


    .profile-content table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
    }

        .profile-content table thead th {
            font-size: 14px;
            padding: 10px;
            background: #f1f1f1;
        }

            .profile-content table thead th:first-child {
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
            }

            .profile-content table thead th:last-child {
                border-top-left-radius: 15px;
                border-bottom-left-radius: 15px;
            }


        .profile-content table .item {
            border-bottom: 1px dashed #d9d9d9;
        }

            .profile-content table .item:last-child {
                border-bottom: 0 !important;
            }

            .profile-content table .item td {
                padding: 10px;
                font-size: 12px;
                color: var(--silver-sand);
            }

        .profile-content table tr td.img {
            padding: 10px;
        }

        .profile-content table tr td img {
            width: 55px;
            border-radius: 10px;
        }

        .profile-content table tr td a:hover {
            color: var(--gold);
        }

        .profile-content table tr td .button {
            display: inline-block;
            padding: 10px 20px;
            text-align: center;
            border-radius: 5px;
            color: #ffffff;
            background: var(--gold);
        }

            .profile-content table tr td .button:hover {
                background: var(--gold);
                color: #ffffff;
            }
    /*//============================*/

    .profile-content .order-details .forPrintBody h6 {
        background: #e9e9e9;
        font-weight: bold;
        text-align: center;
        width: 100%;
        color: #000;
        padding: 10px;
        border-radius: 5px;
    }

    .profile-content .order-details .forPrintBody .frm {
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 10px;
        margin: 0 !important;
        margin-top: 5px !important;
    }

    .profile-content .order-details .forPrintBody div {
        margin-bottom: 10px;
    }
    /*//---------------------------*/


    .profile-content .addreses .title .button a {
        font-size: 12px;
        color: var(--gold);
    }

        .profile-content .addreses .title .button a:hover {
            color: var(--gold);
        }


    .profile-content.new-address {
        border-radius: 20px;
    }

        .profile-content.new-address label {
            font-size: 14px;
        }

        .profile-content.new-address select {
            padding-top: 5px !important;
            height: 40px !important;
            line-height: 40px;
            background-color: #f1f1f1 !important;
            border: 1px solid #e2e2e2;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .profile-content.new-address input[type=number] {
            padding-top: 5px !important;
            height: 40px !important;
            line-height: 40px;
            background-color: #f1f1f1 !important;
            border: 1px solid #e2e2e2;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .profile-content.new-address textarea {
            padding-top: 5px !important;
            height: 80px !important;
            line-height: 40px;
            background-color: #f1f1f1 !important;
            border: 1px solid #e2e2e2;
            font-size: 14px;
            margin-bottom: 20px;
        }



    .edit-content {
        position: relative;
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .edit-content .title {
            margin-bottom: 10px;
        }

            .edit-content .title h5 {
                font-weight: 600;
            }


        .edit-content .edit-box .item {
            position: relative;
            margin-bottom: 20px;
        }

        .edit-content .edit-box label {
            font-size: 14px;
        }

        .edit-content .edit-box input[type=text] {
            padding-top: 5px !important;
            height: 40px !important;
            line-height: 40px;
            background-color: #f1f1f1 !important;
            border: 1px solid #e2e2e2;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .edit-content .edit-box input:focus {
            border-color: var(--rose);
            box-shadow: none;
        }

        .edit-content .edit-box input[type=radio] {
            display: inline-block !important;
        }

        .edit-content .edit-box .roleCheck {
            margin-bottom: 20px;
        }

            /*   .edit-content .edit-box .roleCheck label {
            padding-right: 8px;
            padding-top: 10px;
        }*/

            .edit-content .edit-box .roleCheck input {
                position: absolute;
                right: 0;
                opacity: 0;
                cursor: pointer;
            }

            .edit-content .edit-box .roleCheck .tick {
                display: block;
                margin-top: 20px;
                height: 20px;
                width: 20px;
                text-align: center;
                background: #f1f1f1;
                border-radius: 5px;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

                .edit-content .edit-box .roleCheck .tick i {
                    display: none;
                    line-height: 20px;
                    font-size: 12px;
                    color: #ffffff;
                }

            .edit-content .edit-box .roleCheck input:checked ~ .tick i {
                display: block;
            }

            .edit-content .edit-box .roleCheck input:checked ~ .tick {
                background: var(--rose);
            }

        .edit-content .edit-box .p-rule {
            width: 100%;
            margin-bottom: 20px;
        }

            .edit-content .edit-box .p-rule p {
                color: #2f2f2f;
                font-size: 13px !important;
                padding-right: 15px;
            }

            .edit-content .edit-box .p-rule a {
                color: blue;
                border-bottom: 1px dotted blue;
            }

    #Rule-Confrim .modal-dialog {
        max-width: 60% !important;
    }

        #Rule-Confrim .modal-dialog h3 {
            font-size: 16px;
            font-weight: bold;
            text-align: right;
            color: #000;
            margin: 10px 0;
            padding-top: 10px;
        }

        #Rule-Confrim .modal-dialog p {
            font-size: 14px;
            text-align: right;
            line-height: 30px;
            white-space: pre-line;
            padding-bottom: 20px;
        }

    /*------------------------------------------------------------    Dashboard Pages End     ------------------------------------------------------------*/

    .pagination {
        display: block;
        margin-top: 20px;
    }

        .pagination .pagination-box {
            display: block;
            text-align: center;
            list-style: none !important;
        }


            .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: var(--gold) !important;
                background-color: #fff;
                margin: 0 3px;
            }

                .pagination .pagination-box .item a:hover {
                    color: #fff !important;
                    background-color: var(--gold);
                    cursor: pointer;
                }

            .pagination .pagination-box .active a {
                color: #fff !important;
                background-color: var(--gold) !important;
            }


            .pagination .pagination-box .item a i {
                line-height: 20px;
            }



    /*------------------------------------------------------------    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: var(--gold);
                    }

            .blog-page .blog .sidebar .category .category-box {
                display: block;
                padding-right: 0;
            }

                .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: 90px;
                        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: var(--gold);
                    }

                    /* .blog-page .blog .sidebar .category .category-box .item a i {
                    width: 30px;
                    height: 30px;
                    margin-left: 5px;
                    float: right;
                    font-size: 14px;
                    line-height: 35px;
                    text-align: center;
                    border-radius: 10px;
                    color: #2f2f2f;
                    background: #f1f1f1;
                }

                .blog-page .blog .sidebar .category .category-box .item a:hover i {
                    color: #ffffff;
                    background: var(--gold);
                }*/

                    .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: var(--gold);
                        }

            .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: var(--gold);
    }

        .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: ش;
        }
*/
            .blog-page .blog-content .blog-item .info-blog .date {
                display: block;
                font-size: 12px;
                background: var(--gold);
                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: var(--gold);
                }

            .blog-page .blog-content .blog-item .info-blog .text {
                font-size: 14px;
                color: #2f2f2f;
                line-height: 25px;
                min-height: 50px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }



    /*------------------------------------------------------------    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: var(--gold) !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: var(--gold) !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: var(--gold);
                        }

                .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: var(--gold);
                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: var(--gold);
                    }

                    .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: var(--gold);
                }

            .blog-page .blog .blog-detail .comment .comment-box form button {
                padding: 7px 30px;
                border-radius: 10px;
                color: #fff;
                background: var(--gold) !important;
                border: 0 !important;
            }

                .blog-page .blog .blog-detail .comment .comment-box form button:hover {
                    background: var(--gold);
                }


    .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     ------------------------------------------------------------*/

    @media (max-width: 767px) {

        .blog-page .blog .blog-detail .comment-form form .top-box input {
            width: 100%;
            margin-bottom: 10px;
        }

        .chart-card {
            padding: 40px 10px;
        }
    }


    @media (max-width: 576px) {

        .blog-page .blog .blog-content .item .pic img {
            width: 100%;
        }
    }


    @media (max-width: 992px) {

        .dashboard-profile .right-box {
            position: fixed !important;
            background: #fff;
            top: 0;
            right: -400px;
            width: 300px !important;
            height: 100vh !important;
            z-index: 9999;
            padding: 10px;
        }

        .dashboard-profile .cardProfileMenu {
            display: block !important;
            border-radius: 20px;
            margin-bottom: 10px;
            padding: 10px;
        }
    }

    @media (max-width: 767px) {
        /*///================dashboard-profile==============*/
        .profile-content {
            padding: 25px 15px;
        }

            .profile-content .info .personal {
                margin-bottom: 20px;
            }

            .profile-content .orders {
                padding: 10px !important;
            }

            .profile-content table tr td .button {
                padding: 10px !important;
                min-width: 40px !important;
            }

        .dashboard-profile .title h5 {
            padding-bottom: 10px;
        }

        .dashboard-profile .order-content .order-box table thead {
            display: none;
        }

        .dashboard-profile .order-content .order-box tbody tr {
            position: relative !important;
            height: 120px;
            display: block !important;
        }

        .dashboard-profile .order-content .order-box table tr td:nth-child(1) {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 0 !important
        }

            .dashboard-profile .order-content .order-box table tr td:nth-child(1):before {
                content: "شماره سفارش:";
                padding-left: 5px;
            }

        .dashboard-profile .order-content .order-box table tr td:nth-child(2) {
            position: absolute;
            top: 40px;
            right: 10px;
            padding: 0 !important
        }

            .dashboard-profile .order-content .order-box table tr td:nth-child(2):before {
                content: "تاریخ سفارش:";
                padding-left: 5px;
            }

        .dashboard-profile .order-content .order-box table tr td:nth-child(3) {
            position: absolute;
            top: 70px;
            right: 10px;
            color: var(--gold);
            font-weight: bold;
            padding: 0 !important
        }

            .dashboard-profile .order-content .order-box table tr td:nth-child(3):before {
                content: "مبلغ سفارش:";
                color: #a4a4a4 !important;
                font-weight: normal;
                padding-left: 5px;
            }

        .dashboard-profile .order-content .order-box table tr td:nth-child(4) {
            position: absolute;
            top: 10px;
            left: 0px;
        }

        .dashboard-profile .order-content .order-box table tr td:nth-child(5) {
            position: absolute;
            top: 40px;
            left: 0px;
        }

        .dashboard-profile .addreses .order-box tbody {
            display: block !important;
        }

        .dashboard-profile .addreses .order-box table thead {
            display: none;
        }

        .dashboard-profile .addreses .order-box table .item {
            position: relative !important;
            height: auto !important;
            min-height: 80px;
            width: 100% !important;
            border-bottom: 1px dashed #dcdcdc !important;
            display: block !important;
        }

        .dashboard-profile .addreses .order-box table td {
            font-size: 15px;
        }

            .dashboard-profile .addreses .order-box table td:nth-child(1) {
                display: none
            }

            .dashboard-profile .addreses .order-box table td:nth-child(2) {
                position: absolute;
                right: 10px;
                top: 5px;
                font-size: 15px;
                padding-top: 10px;
                max-width: 80%;
            }

            .dashboard-profile .addreses .order-box table td:nth-child(3) {
                position: absolute;
                left: 10px;
                top: 1px;
                font-size: 15px;
                padding-top: 10px;
            }

                .dashboard-profile .addreses .order-box table td:nth-child(3):after {
                    clear: both;
                }

        #Rule-Confrim .modal-dialog {
            max-width: 94% !important;
        }




        .shop-cart .cart .products-cart .product-box table {
            width: 100%;
            display: block;
            overflow: auto;
        }

            .shop-cart .cart .products-cart .product-box table tbody {
                width: 100% !important;
                display: block !important;
            }

            .shop-cart .cart .products-cart .product-box table tr {
                position: relative !important;
                height: 300px !important;
                width: 100% !important;
                border-bottom: 1px dotted #d1d1d1 !important;
                display: block !important;
            }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(1) {
                    min-width: 120px;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(2) {
                    position: absolute;
                    top: 5px;
                    right: 130px;
                }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(3) {
                    position: absolute;
                    top: 80px;
                    right: 130px;
                }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(4) {
                    position: absolute;
                    top: 150px;
                    right: 10px;
                }

                    .shop-cart .cart .products-cart .product-box table tr td:nth-child(4):before {
                        content: "مبلغ کل:";
                        font-size: 14px;
                        color: #a4a4a4;
                    }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(5) {
                    position: absolute;
                    top: 150px;
                    left: 0;
                }

            .shop-cart .cart .products-cart .product-box table .price {
                padding-top: 0 !important;
            }

            .shop-cart .cart .products-cart .product-box table .quantity {
                font-size: 15px !important;
                max-width: 100%;
            }

        .shop-cart .cart .price-cart {
            margin-top: 0;
        }

        .shop-product .owl-stage {
            padding-top: 0 !important;
        }

        #Payment .pyment .pyment-box .payment-method .item {
            margin-bottom: 20px;
        }
    }


    @media (max-width: 576px) {


        .shop-cart .checkout-steps .steps .item {
            font-size: 12px !important;
        }


        .shop-cart .products-cart .product-box table tr {
            height: 330px !important;
        }

            .shop-cart .products-cart .product-box table tr td:nth-child(5) {
                top: 260px;
            }


        .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 .filter .category .category-box .item {
            width: 31% !important;
        }
    }




    /* کانتینر اصلی دیزاین (همان div وسط) */
    #aboutUs .gold-card {
        width: 100%;
        background: #ffffff;
        border-radius: 48px 48px 48px 48px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
        padding: 2.5rem 2.5rem 2.8rem;
        transition: all 0.2s ease;
        border: 1px solid rgba(212, 175, 55, 0.2);
        position: relative;
        overflow: hidden;
    }
        /* المان طلایی تزئینی (نوار بالا) */
        #aboutUs .gold-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
            opacity: 0.7;
        }
    /* تایپوگرافی طلایی */
    #aboutUs .gold-text {
        color: #b8860b;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    #aboutUs .gold-bg {
        background: linear-gradient(135deg, #f9e9c8 0%, #f0d9a8 100%);
        border-radius: 20px;
        padding: 1.2rem 1.8rem;
        border-left: 4px solid #d4af37;
    }

    #aboutUs .imageBox {
        margin: 30px 0;
    }

        #aboutUs .imageBox img {
            border-radius: 20px;
            max-width: 100%;
        }


    #aboutUs .text-gold-dark {
        color: #7a5c0a;
    }

    #aboutUs .icon-list {
        list-style: none;
        padding-right: 0;
    }

        #aboutUs .icon-list li {
            padding: 0.55rem 0;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            border-bottom: 1px dashed rgba(212, 175, 55, 0.2);
        }

            #aboutUs .icon-list li:last-child {
                border-bottom: none;
            }

            #aboutUs .icon-list li::before {
                content: "✦";
                color: #d4af37;
                font-weight: 700;
                font-size: 1.3rem;
                line-height: 1.4;
                margin-left: 6px;
            }

    #aboutUs .feature-box {
        background: #fbf9f6;
        border-radius: 24px;
        padding: 1.5rem 1.8rem;
        height: 100%;
        transition: 0.2s;
        border: 1px solid #f0e5d5;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    }

        #aboutUs .feature-box:hover {
            border-color: #d4af37;
            background: #fffcf5;
            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.08);
        }

    #aboutUs .divider-gold {
        width: 70px;
        height: 3px;
        background: linear-gradient(90deg, #d4af37, #f9e076);
        margin: 0.5rem 0 1.2rem 0;
        border-radius: 10px;
    }

    @media (max-width: 576px) {
        #aboutUs .gold-card {
            padding: 1.8rem 1.2rem;
            border-radius: 32px;
        }


        #aboutUs .feature-box {
            padding: 1.2rem;
        }
    }
    /* برای نمایش بهتر متن در bootstrap (جهت راست‌چین) */
    #aboutUs .text-start {
        text-align: right !important;
    }

    #aboutUs .text-end {
        text-align: left !important;
    }

    #aboutUs .flex-row-reverse-custom {
        flex-direction: row-reverse;
    }
    /* تنظیمات ریسپانسیو برای لیست */
    #aboutUs .list-icon-gold {
        padding-right: 0;
    }

        #aboutUs .list-icon-gold li {
            list-style: none;
            padding: 0.4rem 0;
            display: flex;
            align-items: baseline;
            gap: 10px;
        }


    /* سایه نرم برای شمش طلا (حس لوکس) */
    #aboutUs .gold-shadow {
        box-shadow: 0 8px 25px rgba(212, 175, 55, 0.12);
    }

    #aboutUs .qr-badge {
        background: #2d2d2d;
        color: #f5e7c8;
        padding: 6px 16px;
        border-radius: 30px;
        font-size: 0.8rem;
        display: inline-block;
    }

    #aboutUs .stamp {
        font-size: 0.9rem;
        background: #f3ede4;
        padding: 5px 18px;
        border-radius: 30px;
        color: #4d3e1f;
        border: 1px dashed #c9a84c;
    }



#faq .gold-card {
    width: 100%;
    background: #ffffff;
    border-radius: 48px 48px 48px 48px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 2.5rem 2.5rem 2.8rem;
    transition: all 0.2s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
}
    /* المان طلایی تزئینی (نوار بالا) */
    #faq .gold-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
        opacity: 0.7;
    }

#faq * {
    box-sizing: border-box;
}

#faq .faq-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 56px 16px 80px;
}

#faq .faq-hero {
    text-align: center;
    margin-bottom: 40px;
}

    #faq .faq-hero h1 {
        font-size: clamp(1.7rem, 4vw, 2.4rem);
        font-weight: 800;
        color: var(--mg-primary-dark);
        margin: 0 0 12px;
    }

    #faq .faq-hero p {
        color: #6b6b6b;
        font-size: 1.02rem;
        margin: 0 auto;
        max-width: 620px;
    }

/* Accordion card */
#faq .faq-card {
    background: #fff;
    border: 1px solid var(--mg-border);
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    transition: box-shadow .25s ease, border-color .25s ease;
}

    #faq .faq-card:hover {
        box-shadow: 0 6px 22px rgba(201,161,74,.12);
        border-color: #d8cfb6;
    }

#faq .faq-q {
    width: 100%;
    background: none;
    border: 0;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: right;
    cursor: pointer;
    outline: none;
}

    #faq .faq-q:focus-visible {
        outline: 2px solid var(--mg-primary);
        outline-offset: -2px;
    }

    #faq .faq-q h3 {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--mg-ink);
        line-height: 1.7;
    }

#faq .faq-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--mg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mg-primary-dark);
    font-size: 13px;
    line-height: 1;
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

#faq .faq-card.is-open .faq-icon {
    transform: rotate(180deg);
    background: var(--mg-primary);
    color: #fff;
}

#faq .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

#faq .faq-a-inner {
    padding: 4px 22px 22px;
    color: #4a4a4a;
    font-size: .98rem;
}

    #faq .faq-a-inner ul {
        padding-right: 18px;
        margin: 8px 0;
    }

    #faq .faq-a-inner li {
        margin-bottom: 6px;
    }

    #faq .faq-a-inner strong {
        color: var(--mg-primary-dark);
    }

#faq .faq-link {
    color: var(--mg-primary-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

    #faq .faq-link:hover {
        color: var(--mg-primary);
    }

@media (max-width:575px) {
    #faq .faq-wrap {
        padding: 36px 12px 64px;
    }

    #faq .faq-q {
        padding: 15px 16px;
    }

        #faq .faq-q h3 {
            font-size: .98rem;
        }

    #faq .faq-a-inner {
        padding: 4px 16px 18px;
        font-size: .95rem;
    }
}

    #regulations .gold-card {
        width: 100%;
        background: #ffffff;
        border-radius: 48px 48px 48px 48px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
        padding: 2.5rem 2.5rem 2.8rem;
        transition: all 0.2s ease;
        border: 1px solid rgba(212, 175, 55, 0.2);
        position: relative;
        overflow: hidden;
    }

        #regulations .gold-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
            opacity: 0.7;
        }

    #regulations .gold-text {
        color: #b8860b;
        font-weight: 700;
    }

    #regulations .imageBox {
        margin: 30px 0;
    }

        #regulations .imageBox img {
            border-radius: 20px;
            max-width: 100%;
        }


    #regulations .divider-gold {
        width: 50px;
        height: 2px;
        background: #d4af37;
        margin: 0.5rem 0 1.5rem 0;
        border-radius: 10px;
        opacity: 0.5;
    }

    #regulations .section-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #2d2412;
        margin-bottom: 0.5rem;
        padding-top: 0.5rem;
        border-bottom: 1px solid #f0ebe4;
        padding-bottom: 0.6rem;
    }

        #regulations .section-title:first-of-type {
            border-top: none;
            padding-top: 0;
        }

    #regulations .rules-text {
        color: #3d352b;
        line-height: 1.9;
        font-size: 0.95rem;
        text-align: justify;
    }

        #regulations .rules-text p {
            margin-bottom: 0.75rem;
        }

        #regulations .rules-text strong {
            color: #2d2412;
            font-weight: 700;
        }

    #regulations .list-rule {
        padding-right: 1.2rem;
        margin-bottom: 0.5rem;
    }

        #regulations .list-rule li {
            margin-bottom: 0.4rem;
        }

    #regulations hr {
        opacity: 0.2;
        margin: 1.2rem 0;
    }

    #regulations .stamp {
        font-size: 0.8rem;
        background: #f3efe9;
        padding: 4px 16px;
        border-radius: 30px;
        color: #4d3e1f;
        border: 1px solid #e0d8cd;
        display: inline-block;
    }

    @media (max-width: 576px) {
        #regulations .gold-card {
            padding: 1.5rem 1.2rem;
            border-radius: 24px;
        }

        #regulations .rules-text {
            font-size: 0.9rem;
        }
    }

    #regulations .text-start {
        text-align: right !important;
    }


    #ContactUs .gold-card {
        width: 100%;
        background: #ffffff;
        border-radius: 48px 48px 48px 48px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
        padding: 2.5rem 2.5rem 2.8rem;
        transition: all 0.2s ease;
        border: 1px solid rgba(212, 175, 55, 0.2);
        position: relative;
        overflow: hidden;
    }
        /* المان طلایی تزئینی (نوار بالا) */
        #ContactUs .gold-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
            opacity: 0.7;
        }

    #ContactUs .gold-text {
        color: #b8860b;
        font-weight: 700;
    }

    #ContactUs .imageBox {
        margin: 30px 0;
    }

        #ContactUs .imageBox img {
            border-radius: 20px;
            max-width: 100%;
        }

    #ContactUs .divider-gold {
        width: 50px;
        height: 2px;
        background: #d4af37;
        margin: 0.5rem 0 1.5rem 0;
        border-radius: 10px;
        opacity: 0.5;
    }

    #ContactUs .shadowBox {
        background: #faf8f6;
        border-radius: 20px;
        padding: 1.8rem 1.5rem;
        border: 1px solid #e8e3dc;
        transition: 0.2s;
        height: 100%;
    }

        #ContactUs .shadowBox:hover {
            border-color: #d4af37;
            background: #fcfaf7;
        }

    #ContactUs .con-item {
        text-align: center;
        padding: 2rem 1.2rem;
    }

        #ContactUs .con-item svg {
            font-size: 2.5rem;
            color: #b8860b;
            margin-bottom: 0.8rem;
            display: inline-block;
            background: #f0ebe4;
            padding: 18px;
            border-radius: 50%;
            width: 75px;
            height: 75px;
            line-height: 40px;
            text-align: center;
        }

        #ContactUs .con-item h4 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #2d2412;
            margin-bottom: 0.3rem;
        }

        #ContactUs .con-item p {
            color: #5a4b32;
            margin-bottom: 0;
            font-size: 0.95rem;
        }

    #ContactUs .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #f0ebe4;
        color: #2d2412;
        font-size: 1.3rem;
        transition: 0.2s;
        text-decoration: none;
        margin: 0 4px;
    }



        #ContactUs .social-icons a:hover {
            background: #d4af37;
            color: #1f1f1f;
            transform: translateY(-3px);
        }

    #ContactUs .social-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        #ContactUs .social-icons a {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #f0ebe4;
            transition: all 0.3s ease;
            text-decoration: none;
        }

            #ContactUs .social-icons a svg {
                /*  width: 22px;
            height: 22px;*/
                fill: #6c757d; /* رنگ طلایی */
                transition: all 0.3s ease;
            }

            #ContactUs .social-icons a:hover {
                background: #c89b3c;
                transform: translateY(-3px);
            }

                #ContactUs .social-icons a:hover svg {
                    fill: #fff;
                }

    #ContactUs .whatsapp-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #e8e3dc;
        color: #000;
        padding: 12px 28px;
        border-radius: 60px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        transition: 0.2s;
        border: none;
    }

        #ContactUs .whatsapp-btn:hover {
            background: #dedcd9;
            transform: scale(1.02);
        }

        #ContactUs .whatsapp-btn i {
            font-size: 1.4rem;
        }

    #ContactUs .form-control {
        background: #fcfaf8;
        border: 1px solid #e0d8cd;
        border-radius: 12px;
        padding: 10px 16px;
        font-size: 0.95rem;
        color: #2d2412;
    }

        #ContactUs .form-control:focus {
            border-color: #d4af37;
            box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
        }

    #ContactUs .form-group {
        margin-bottom: 1.2rem;
    }

        #ContactUs .form-group label {
            font-weight: 600;
            color: #2d2412;
            font-size: 0.9rem;
            margin-bottom: 0.3rem;
            display: block;
        }

    #ContactUs .btn-submit {
        background: #d4af37;
        color: #1f1f1f;
        font-weight: 700;
        padding: 12px 36px;
        border-radius: 60px;
        border: none;
        font-size: 1rem;
        transition: 0.2s;
        width: 100%;
    }

        #ContactUs .btn-submit:hover {
            background: #b8860b;
            color: #fff;
        }

    #ContactUs .contact-header p {
        color: #4d3e2a;
        line-height: 1.8;
        font-size: 0.98rem;
    }

    #ContactUs .contact-header h1 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #2d2412;
    }

    #ContactUs .whz {
        display: none;
    }

    #ContactUs iframe {
        border-radius: 16px;
        border: 1px solid #e0d8cd;
    }

    @media (max-width: 768px) {
        #ContactUs .gold-card {
            padding: 1.5rem 1.2rem;
            border-radius: 24px;
        }

        #ContactUs .con-item i {
            width: 60px;
            height: 60px;
            font-size: 2rem;
            line-height: 30px;
            padding: 14px;
        }

        #ContactUs .social-icons a {
            width: 42px;
            height: 42px;
            font-size: 1.1rem;
        }
    }

    #ContactUs .text-start {
        text-align: right !important;
    }

    #ContactUs .gap-3 {
        gap: 0.8rem !important;
    }



    /* کانتینر اصلی دیزاین (همان div وسط) */
    #InstallmentGold .gold-card {
        width: 100%;
        background: #ffffff;
        border-radius: 48px 48px 48px 48px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
        padding: 2.5rem 2.5rem 2.8rem;
        transition: all 0.2s ease;
        border: 1px solid rgba(212, 175, 55, 0.2);
        position: relative;
        overflow: hidden;
    }
        /* المان طلایی تزئینی (نوار بالا) */
        #InstallmentGold .gold-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
            opacity: 0.7;
        }


    #InstallmentGold .gold-text {
        color: #b8860b;
        font-weight: 700;
    }

    #InstallmentGold .badge-gold {
        background: #d4af37;
        color: #1f1f1f;
        font-weight: 600;
        padding: 6px 18px;
        border-radius: 40px;
        font-size: 0.85rem;
        display: inline-block;
    }

    #InstallmentGold .divider-gold {
        width: 50px;
        height: 2px;
        background: #d4af37;
        margin: 0.5rem 0 1.5rem 0;
        border-radius: 10px;
        opacity: 0.5;
    }

    #InstallmentGold .step-box {
        background: #faf8f6;
        border-radius: 16px;
        padding: 1.2rem 1.5rem;
        border: 1px solid #e8e3dc;
        transition: 0.2s;
        height: 100%;
    }

        #InstallmentGold .step-box:hover {
            border-color: #d4af37;
            background: #fcfaf7;
        }

    #InstallmentGold .step-num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: #d4af37;
        color: #1f1f1f;
        border-radius: 50%;
        font-weight: 700;
        font-size: 0.95rem;
        margin-left: 10px;
        flex-shrink: 0;
    }

    #InstallmentGold .step-title {
        font-weight: 700;
        color: #2d2412;
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }

    #InstallmentGold .step-desc {
        color: #5a4b32;
        font-size: 0.92rem;
        line-height: 1.7;
        margin-bottom: 0;
    }

    #InstallmentGold .provider-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        border: 1px solid #e0d8cd;
        padding: 10px 24px;
        border-radius: 60px;
        color: #2d2412;
        font-weight: 600;
        font-size: 0.95rem;
        transition: 0.2s;
        text-decoration: none;
    }

        #InstallmentGold .provider-btn:hover {
            background: #fff;
            border-color: #d4af37;
            color: #1f1f1f;
            cursor: pointer;
            transform: translateY(-2px);
        }

        #InstallmentGold .provider-btn i {
            font-size: 1.2rem;
            color: #b8860b;
        }

        #InstallmentGold .provider-btn:hover i {
            color: #1f1f1f;
        }

    #InstallmentGold .highlight-box {
        background: linear-gradient(135deg, #f9f5ed, #f3ede4);
        border-radius: 20px;
        padding: 1.8rem 2rem;
        border: 1px solid #e8dcc8;
    }

    @media (max-width: 768px) {
        #InstallmentGold .gold-card {
            padding: 1.5rem 1.2rem;
            border-radius: 24px;
        }

        #InstallmentGold .step-box {
            padding: 1rem 1.2rem;
        }

        #InstallmentGold .provider-btn {
            padding: 8px 18px;
            font-size: 0.85rem;
        }
    }

    #InstallmentGold .text-start {
        text-align: right !important;
    }

    #InstallmentGold .gap-2 {
        gap: 0.6rem !important;
    }





    /* کانتینر اصلی دیزاین (همان div وسط) */
    #CorporateGifts .gold-card {
        width: 100%;
        background: #ffffff;
        border-radius: 48px 48px 48px 48px;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.05);
        padding: 2.5rem 2.5rem 2.8rem;
        transition: all 0.2s ease;
        border: 1px solid rgba(212, 175, 55, 0.2);
        position: relative;
        overflow: hidden;
    }
        /* المان طلایی تزئینی (نوار بالا) */
        #CorporateGifts .gold-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
            opacity: 0.7;
        }


    #CorporateGifts .gold-text {
        color: #b8860b;
        font-weight: 700;
    }

    #CorporateGifts .imageBox {
        margin: 30px 0;
    }

        #CorporateGifts .imageBox img {
            border-radius: 20px;
            max-width: 100%;
        }

    #CorporateGifts .divider-gold {
        width: 50px;
        height: 2px;
        background: #d4af37;
        margin: 0.5rem 0 1.5rem 0;
        border-radius: 10px;
        opacity: 0.5;
    }

    #CorporateGifts .feature-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 0.8rem 0;
        border-bottom: 1px solid #f0ebe4;
    }

        #CorporateGifts .feature-item:last-child {
            border-bottom: none;
        }

        #CorporateGifts .feature-item i {
            font-size: 1.3rem;
            color: #b8860b;
            margin-top: 0.2rem;
            width: 28px;
            text-align: center;
            flex-shrink: 0;
        }

        #CorporateGifts .feature-item .feature-text {
            color: #3d352b;
            line-height: 1.8;
            font-size: 0.95rem;
        }

            #CorporateGifts .feature-item .feature-text strong {
                color: #2d2412;
            }

    #CorporateGifts .form-control {
        background: #fcfaf8;
        border: 1px solid #e0d8cd;
        border-radius: 12px;
        padding: 10px 16px;
        font-size: 0.95rem;
        color: #2d2412;
    }

        #CorporateGifts .form-control:focus {
            border-color: #d4af37;
            box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
        }

    #CorporateGifts .form-group {
        margin-bottom: 1.2rem;
    }

        #CorporateGifts .form-group label {
            font-weight: 600;
            color: #2d2412;
            font-size: 0.9rem;
            margin-bottom: 0.3rem;
            display: block;
        }

            #CorporateGifts .form-group label .required {
                color: #c0392b;
                margin-right: 2px;
            }

    #CorporateGifts .btn-submit {
        background: #d4af37;
        color: #1f1f1f;
        font-weight: 700;
        padding: 12px 40px;
        border-radius: 60px;
        border: none;
        font-size: 1rem;
        transition: 0.2s;
    }

        #CorporateGifts .btn-submit:hover {
            background: #b8860b;
            color: #fff;
        }

    #CorporateGifts .highlight-box {
        background: #fcf8f0;
        border-radius: 20px;
        padding: 1.8rem 2rem;
        border: 1px solid #f0e2cb;
    }

    @media (max-width: 768px) {
        #CorporateGifts .gold-card {
            padding: 1.5rem 1.2rem;
            border-radius: 24px;
        }

        #CorporateGifts .highlight-box {
            padding: 1.2rem 1.2rem;
        }

        #CorporateGifts .feature-item {
            padding: 0.6rem 0;
        }
    }

    #CorporateGifts .text-start {
        text-align: right !important;
    }

    #CorporateGifts .shadowBox {
        background: #faf8f6;
        border-radius: 20px;
        padding: 1.8rem 2rem;
        border: 1px solid #e8e3dc;
    }


/*---------- fixedCalBtn ----------*/
.fixedCalBtn {
    /*background: var(--rose);*/
    width: 55px;
    height: 55px;
    text-align:center;
    display:block !important;
    line-height: 10px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    border: 0 !important;
    border-radius: 55px;
    padding:5px !important;
}

    .fixedCalBtn:focus {
        border: 0 !important;
        outline: 0 !important
    }

    .fixedCalBtn i {
        /*color: #fff;*/
        font-size: 25px;
    }

.fixedDivPhoneList {
    position: fixed;
    left: 30px;
    bottom: 85px;
    width: 180px;
    height: 150px;
    z-index: 999;
    display: none;
}

    .fixedDivPhoneList a {
        width: 100% !important;
        margin-bottom: 10px;
        text-align: right;
        padding-right: 20px;
        display: block !important;
    }

        .fixedDivPhoneList a i {
            font-size: 25px !important;
            padding-left: 10px;
        }


/* مخفی کردن دکمه پیش‌فرض چت‌باکس */
#cw-bubble-holder {
    display: none !important;
}
.woot-widget-holder.woot-elements--right{
    right:auto !important;
    left:20px !important;
    max-width:90% !important;
}