.logo__image{
    margin-top: 37px;
    margin-bottom: 27px;
}
input.error {
    border: 1px dotted red !important;
}
form.cmxform label.error, label.error {
    color: red;
}
#recaptcha-container{
    margin-top: 20px;
}
.iti {
    display: block !important;
}
.account-menu__form-link {
    padding: 5px;
}
.vehicle-form .vehicle-form__item {
    width: calc(50% - 12px);
    margin: 6px;
}
.vehicle-form .vehicle-form__item:last-child{
    width: calc(50% - 12px);
}
.social-links-maring {
    margin-top: 50px;
}
.menu{
    width:350px;
}
.block-features__item {
    width: calc((100% - 3px) / 3);
}
.product-card--layout--grid .product-card__actions-list,.product-card__actions-list{
    display: none;
}
.block-finder__image{
    opacity: 1 !important;
}
.hide{
    display: none;
}
.block-banners__item:before{
    background: linear-gradient(to left, #86777700 5%, rgba(26, 26, 26, 0) 0%)
}
.block-banners__item-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #ec7419;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #ec7419;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #ec7419;
}
.product-card__addtocart-icon{
    display: none;
}
.product__excerpt
{
width: 420px;

}

.site-footer__bottom {
    background-color: #000000;
}
.footer_logo{
    width: 200px;
    height: 30px;
}
/* ===============================
   Footer – Gallery Elite Style
================================ */

.site__footer,
.site-footer {
    background-color: #1C1C1C;
    color: #ccc;
}

/* العناوين */
.site-footer h5 {
    color: #C9A24D;
    font-weight: 700;
    margin-bottom: 15px;
}

/* النصوص */
.site-footer,
.site-footer p,
.site-footer dd,
.site-footer__copyright {
    color: #bbb;
    font-size: 14px;
    line-height: 1.8;
}

/* روابط الفوتر */
.footer-links__link {
    color: #ccc;
    transition: color .3s ease;
}

.footer-links__link:hover {
    color: #C9A24D;
}

/* Contact labels */
.footer-contacts__contacts dt {
    color: #C9A24D;
    font-weight: 600;
}

/* ===============================
   Newsletter
================================ */

.footer-newsletter__form-input {
    background-color: #111;
    border: 1px solid #333;
    color: #fff;
}

.footer-newsletter__form-input::placeholder {
    color: #777;
}

.footer-newsletter__form-button {
    background-color: #C9A24D;
    color: #1C1C1C;
    border: none;
    font-weight: 600;
    transition: all .3s ease;
}

.footer-newsletter__form-button:hover {
    background-color: #fff;
    color: #1C1C1C;
}

/* ===============================
   Social Icons
================================ */

.social-links__item a {
    background-color: #111;
    color: #C9A24D;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.social-links__item a:hover {
    background-color: #C9A24D;
    color: #1C1C1C;
}

/* ===============================
   Footer Bottom
================================ */

.site-footer__bottom {
    border-top: 1px solid #333;
    background-color: #161616;
}

.site-footer__payments img {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

/* ===============================
   Decorative Line (إذا حاب نخففها)
================================ */

.site-footer__decor {
    opacity: 0.15;
}
 .noUi-handle {
            transform: scaleX(-1);
        }

        .noUi-vertical {
            height: 200px;
        }
        .iti__selected-flag{
            height: 35px;
        }
        .vehicle-form__item--select label{
        }
        .select2-container{
            display: block;
        }
        .select2-container--default .select2-selection--single {
            background-color: #ebebeb;
            height: 36px;
            border-radius: 0;
        }
        .color_item img{
            display: none;
        }
        /* Modern Header */
.modern-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    font-family: 'Roboto', sans-serif;
}

.h-logo img {
    height: 60px;
}

.h-menu ul {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.h-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.h-menu ul li a:hover {
    color: #1a73e8;
}

.h-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.h-search {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.h-search input {
    border: none;
    padding: 6px 12px;
    outline: none;
}

.h-search button {
    border: none;
    background: #1a73e8;
    color: #fff;
    padding: 0 12px;
    cursor: pointer;
}

.h-menu-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* Mobile Menu */
.h-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding: 50px 20px;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: 0.3s;
    z-index: 1000;
}

body.open-menu .h-mobile-menu {
    right: 0;
}

.h-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h-mobile-menu ul li {
    margin-bottom: 25px;
}

.h-mobile-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}
.h-search button {
    border: 1px solid #ddd; /* بدل اللون الأزرق */
    background: #f8f8f8;   /* لون فاتح محايد */
    color: #333;            /* لون الخط */
    padding: 0 12px;
    cursor: pointer;
    transition: 0.3s;
}

.h-search button:hover {
    background: #e2e2e2; /* عند المرور */
}
.account-dropdown {
    position: relative;
    display: inline-block;
}

.icon-btn {
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 1000;
}

.dropdown-menu li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

.dropdown-menu li a:hover {
    background: #f1f1f1;
}

/* إظهار القائمة عند المرور على الزر */
.account-dropdown:hover .dropdown-menu {
    display: block;
}
/* فقط تحسين المسافات والألوان الأساسية */

/* Sidebar */
.sidebar__body {
    padding: 15px; /* مسافة بسيطة */
    background-color: #fff; /* خلفية نظيفة */
    border-radius: 8px;
}

/* عنوان الفلاتر */
.sidebar__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Filter titles */
.filter__title {
    font-weight: 500;
    font-size: 15px;
}

/* Buttons */
.widget-filters__actions button {
    padding: 5px 10px;
    font-size: 14px;
}

/* Products grid */
.products-view__list {
    gap: 15px; /* فقط فراغ بين المنتجات */
}

.products-view__list .product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.products-view__list .product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
/* ====== HEADER ====== */
.modern-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
}

/* ====== LOGO ====== */
.h-logo img {
    max-height: 45px;
}

/* ====== MAIN MENU ====== */
.h-menu ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.h-menu ul li a {
    color: #1f2937;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

/* خط تحت عند الهوفر */
.h-menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #f59e0b;
    transition: 0.3s;
}

.h-menu ul li a:hover {
    color: #f59e0b;
}

.h-menu ul li a:hover::after {
    width: 100%;
}

/* ====== SEARCH ====== */
.h-search input {
    border: 1px solid #e5e7eb;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
}

.h-search button {
    background: #f59e0b;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    transition: 0.3s;
}

.h-search button:hover {
    background: #d97706;
}

/* ====== ACCOUNT DROPDOWN ====== */
.account-dropdown .icon-btn {
    background: transparent;
    border: 1px solid #e5e7eb;
    padding: 6px 12px;
    border-radius: 6px;
    color: #1f2937;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.account-dropdown .icon-btn:hover {
    background: #f59e0b;
    color: #fff;
    border-color: #f59e0b;
}

/* القائمة المنسدلة */
.account-dropdown .dropdown-menu {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-top: 8px;
    padding: 8px 0;
}

.account-dropdown .dropdown-menu li a {
    padding: 8px 15px;
    display: block;
    color: #1f2937;
    transition: 0.3s;
}

.account-dropdown .dropdown-menu li a:hover {
    background: #fef3c7;
    color: #d97706;
}

/* ====== LANGUAGE BUTTON ====== */
.lang-btn {
    color: #1f2937;
    font-weight: 500;
    transition: 0.3s;
}

.lang-btn:hover {
    background: #1f2937;
    color: #fff;
}
/* ====== LOGO FIX ====== */
.h-logo img {
    max-height: 65px;   /* كبرنا الشعار */
    width: auto;
    object-fit: contain;
}

/* ديسكتوب كبير */
@media (min-width: 1200px) {
    .h-logo img {
        max-height: 75px;
    }
}

/* تابلت */
@media (max-width: 991px) {
    .h-logo img {
        max-height: 60px;
    }
}

/* موبايل */
@media (max-width: 576px) {
    .h-logo img {
        max-height: 50px;
    }
}
.tag-badge--hot:before ,.arrow__button:before{
     background: #c9a24d;
}
.h-menu ul li a:hover{
    color:#c9a24d;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled,
.page-item.active .page-link{
   background: #c9a24d;
   border-color:#c9a24d;
}
/* ===============================
   PRODUCTS PAGE – BUTTON COLORS
   =============================== */

/* الأزرار الأساسية */
.btn,
.btn-primary,
.btn-sm {
    background-color: #C9A24D !important;
    border-color: #C9A24D !important;
    color: #1C1C1C !important;
    font-weight: bold;
}

.btn:hover,
.btn-primary:hover {
    background-color: #1C1C1C !important;
    border-color: #1C1C1C !important;
    color: #fff !important;
}

/* زر الفلاتر (Mobile & Desktop) */
.filters-button {
    background-color: #C9A24D;
    color: #1C1C1C;
    border-radius: 6px;
}

.filters-button:hover {
    background-color: #1C1C1C;
    color: #C9A24D;
}

/* Layout Switcher (Grid / List / Table) */
.layout-switcher__button {
    background-color: #f5f5f5;
}

.layout-switcher__button--active {
    background-color: #C9A24D;
}

.layout-switcher__button--active svg {
    fill: #1C1C1C;
}

/* Pagination */
.pagination .page-link {
    color: #1C1C1C;
}

.pagination .page-item.active .page-link {
    background-color: #C9A24D;
    border-color: #C9A24D;
    color: #1C1C1C;
}

.pagination .page-link:hover {
    background-color: #1C1C1C;
    color: #C9A24D;
}

/* Applied filters buttons */
.applied-filters__button {
    background-color: #C9A24D;
    color: #1C1C1C;
}

.applied-filters__button:hover {
    background-color: #1C1C1C;
    color: #C9A24D;
}
/* ===============================
   PRICE RANGE SLIDER
   =============================== */

.noUi-connect {
    background: #C9A24D !important;
}

.noUi-handle {
    border: 2px solid #C9A24D !important;
    background: #fff;
    box-shadow: none;
}

.noUi-handle:before,
.noUi-handle:after {
    background: #C9A24D !important;
}

.noUi-target {
    border-radius: 6px;
}

/* السعر المكتوب */
.filter-price__title {
    color: #1C1C1C;
    font-weight: 600;
}

.filter-price__min-value,
.filter-price__max-value {
    color: #C9A24D;
}
/* ===============================
   CHECKBOX STYLE (CHECKED)
   =============================== */

.input-check__box {
    border: 2px solid #C9A24D;
}

.input-check__input:checked ~ .input-check__box {
    background-color: #C9A24D;
    border-color: #C9A24D;
}

.input-check__icon svg {
    fill: #1C1C1C;
}

/* اسم الخيار لما يكون checked */
.input-check__input:checked
~ .form-check-label,
.input-check__input:checked
~ label {
    color: #C9A24D;
    font-weight: 600;
}
.product-card__meta-title a{
  color: #C9A24D;
}
/* ===============================
   FIX PRICE SLIDER HANDLE COLOR
   =============================== */

/* الكورة نفسها */
.noUi-handle {
    background-color: #C9A24D !important;
    border: 2px solid #C9A24D !important;
}

/* الخطوط داخل الكورة */
.noUi-handle::before,
.noUi-handle::after {
    background-color: #1C1C1C !important;
}

/* أثناء السحب */
.noUi-handle:active {
    background-color: #1C1C1C !important;
    border-color: #C9A24D !important;
}

/* شريط السعر */
.noUi-connect {
    background-color: #C9A24D !important;
}

/* الخلفية */
.noUi-target {
    background: #eee;
    border: none;
}
.sub-category {
    padding-left: 20px;   /* المسافة من اليسار للـ nested items */
    margin-top: 5px;      /* مسافة صغيرة فوق كل عنصر فرعي */
    margin-bottom: 5px;   /* مسافة صغيرة أسفل كل عنصر */
    margin-right: 7px;
}

       .products-slider-wrapper {
    position: relative;
    overflow: hidden;

}

.products-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
}

.products-slider::-webkit-scrollbar {
    display: none;
}

.product-slide {
    flex: 0 0 250px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    overflow: hidden;
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card .info {
    padding: 10px;
}

.product-card h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.price {
    color: #F6A800;
    font-weight: bold;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F6A800;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.slider-btn.prev {
    left: 5px;
}

.slider-btn.next {
    right: 5px;
}
.account-dropdown-menu {
    position: fixed;
    min-width: 240px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
    padding: 10px 0;
    display: none;
    z-index: 9999999;
}

.account-dropdown-menu li {
    list-style: none;
}

.account-dropdown-menu li a {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
}

.account-dropdown-menu li a:hover {
    background: #f5f5f5;
}
/* Login Page */
.login-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px 35px;
    box-shadow: 0 25px 60px rgba(0,0,0,.08);
}

.login-logo {
    text-align: center;
    margin-bottom: 20px;
}

.login-logo img {
    max-width: 120px;
}

.login-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
}

.login-input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    font-size: 15px;
}

.login-input:focus {
    border-color: #c9a14a;
    box-shadow: none;
}

.login-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 25px;
    font-size: 14px;
}

.login-row .forgot {
    color: #c9a14a;
    text-decoration: none;
}

.login-row .forgot:hover {
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    height: 52px;
    border-radius: 30px;
    background: #c9a14a;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.login-btn:hover {
    background: #b08c3f;
}
/* Register – Elite Style */
.register-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px 35px;
    box-shadow: 0 25px 60px rgba(0,0,0,.08);
}

.register-logo {
    text-align: center;
    margin-bottom: 20px;
}

.register-logo img {
    max-width: 120px;
}

.register-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
}

.register-input,
.register-select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    font-size: 15px;
}

.register-input:focus,
.register-select:focus {
    border-color: #c9a14a;
    box-shadow: none;
}

.register-btn {
    width: 100%;
    height: 52px;
    border-radius: 30px;
    background: #c9a14a;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.register-btn:hover {
    background: #b08c3f;
}

.sidebar-ads {
    position: fixed;  /* ثابت على الصفحة */
    top: 100px;       /* المسافة من الأعلى */
    right: 20px;      /* أو left:20px; حسب مكانك */
    width: 250px;     /* عرض محدد */
    z-index: 9999;    /* فوق كل شيء */
}
.sidebar-ads .ad-card img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.hero-slide:first-child {
    opacity: 1; /* اجعل الشريحة الأولى ظاهرة */
}
@media (max-width: 1199.98px) {
    .product--layout--full .product__features {
        display: block;
    }
}
 .slider-title-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 20px 15px;
}

.slider-title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    position: relative;
    white-space: nowrap;
}

.slider-line {
    flex: 1;
    height: 3px;
    background: linear-gradient(
        to right,
        #c59d5f,
        transparent
    );
    border-radius: 3px;
}

/* دعم RTL */
html[dir="rtl"] .slider-line {
    background: linear-gradient(
        to left,
        #c59d5f,
        transparent
    );
}



.product-actions-column button,.product-card button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
}

.product-actions-column button:hover {
    transform: scale(1.1);
}

.btn-favorite.active {
    background: #ffeded;
}

/* RTL */
html[dir="rtl"] .product-actions-column {
    left: auto;
    right: 8px;
}
.product-category {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 12px;
}

/* زر المفضلة */
.btn-favorite {
    background: transparent;
    border: 1px solid #ddd;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;               /* شفافة */
    -webkit-text-stroke: 1.5px #999;  /* حدود فقط */
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-favorite i {
    font-size: 15px;
}

/* Hover */
.btn-favorite:hover {
    border-color: #e74c3c;
    -webkit-text-stroke: 1.5px #e74c3c;
}

/* داخل المفضلة */
.btn-favorite.active {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
    -webkit-text-stroke: 0;
}

/* الصورة */
.product-card a img {
    width: 100%;
    height: 180px; /* تثبيت ارتفاع الصورة */
    object-fit: fill;
    display: block;
}

/* المعلومات */
.product-card .info {
    padding: 8px 10px;  /* تقليل الفراغات */
    display: flex;

}

/* التصنيف */
.product-category {
    display: inline-block;
    font-size: 11px;
    color: #777;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
    margin-bottom: 4px;
}

/* العنوان */
.product-card h4 {
    margin: 2px 0 4px;
    font-size: 14px;
    line-height: 1.3;
}

/* السعر */
.product-card .price {
    margin-bottom: 6px;
    font-weight: bold;
}

/* الأزرار */
.product-actions {
    display: flex;
    gap: 6px;
    margin-top: auto;         /* يدفع الأزرار للأسفل داخل info */
    justify-content: end; /* على الشمال */
    align-items: center;
    flex-wrap: nowrap;        /* يمنع النزول لسطر ثاني */
}

/* الأزرار individual */
.product-actions button {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

/* زر المفضلة */
.btn-favorite {
    background: transparent;
    border: 1px solid #ddd;
    color: transparent;
    -webkit-text-stroke: 1.5px #999;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-favorite.active {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
    -webkit-text-stroke: 0;
}

.btn-favorite:hover {
    border-color: #e74c3c;
    -webkit-text-stroke: 1.5px #e74c3c;
}
.hero-slide{
    background-size: cover;
    background-position: center center;
    width:100%;
    height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
    transition: opacity 1s ease;
    opacity:0;
}
 .hero-slider{
position: relative; height: 500px; overflow: hidden;
 }
/* موبايل */
@media (max-width: 768px){
    .hero-slide{
        height:260px;          /* عدلها حسب ذوقك */
        background-position: center top; /* مهم */
    }
    .hero-slider{
       height:260px;
    }
}
.deal-banner{
    position:relative;
    width:100%;
    height:420px;
    border-radius:18px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    margin:50px 0;
    display:flex;
    align-items:center;
}

.deal-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.15)
    );
}

.deal-content{
    position:relative;
    z-index:2;
    padding:40px;
    max-width:500px;
    color:#fff;
}

.deal-content h2{
    font-size:2.6rem;
    margin-bottom:10px;
}

.deal-content p{
    font-size:1.2rem;
    margin-bottom:25px;
    opacity:0.95;
}

.deal-btn{
    display:inline-block;
    padding:14px 32px;
    background:#FF5C00;
    color:#fff;
    border-radius:30px;
    font-weight:bold;
    text-decoration:none;
}

/* 📱 موبايل */
@media (max-width:768px){
    .deal-banner{
        height:280px;
    }

    .deal-content{
        padding:25px;
        text-align:center;
        margin:0 auto;
    }

    .deal-content h2{
        font-size:1.8rem;
    }
}

/* Dashboard – Elite Style */
.profile-card, .address-card, .dashboard__orders {
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.05);
    padding: 30px 25px;
    margin-bottom: 30px;
    background: #fff;
}

.profile-card__avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #c9a14a;
}

.profile-card__name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.profile-card__email {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.address-card__row-title {
    font-weight: 600;
    color: #333;
    width: 120px;
}

.address-card__row-content {
    color: #555;
}

.dashboard__orders table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.dashboard__orders th,
.dashboard__orders td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dashboard__orders th {
    background: #f9f9f9;
    font-weight: 600;
    text-align: left;
}

.dashboard__orders td {
    color: #555;
}

.dashboard__orders tr:hover {
    background: #fcf8f1;
}

.card-header h5 {
    font-size: 18px;
    font-weight: 600;
}
.address-card {
    border-left: 5px solid #c9a14a;
}

.address-card__name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.address-card__row {
    margin-bottom: 8px;
    font-size: 14px;
}
.profile-card__avatar img {
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    transition: transform .3s ease;
}

.profile-card__avatar img:hover {
    transform: scale(1.05);
}
.profile-card__name {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    letter-spacing: .3px;
}
.profile-card {
    position: relative;
    overflow: hidden;
}

.profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #c9a14a, #e7c873);
}
.btn-edit-profile,.btn-success,.btn-danger,.btn-primary,
.btn-secondary {
    background: linear-gradient(135deg, #c9a14a, #e7c873);
    color: #fff;
    border-radius: 30px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: all .3s ease;
    box-shadow: 0 8px 25px rgba(201,161,74,.35);
    align-items: center;
    gap: 8px;
}

.btn-edit-profile:hover {
    background: linear-gradient(135deg, #b8923f, #d8b75f);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(201,161,74,.45);
    color: #fff  !important;
}
.tag-badge--theme:before {
    background: linear-gradient(135deg, #c9a14a, #e7c873);
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: .4px;
    box-shadow: 0 6px 18px rgba(201,161,74,.35);
}

@media (max-width: 991px) {
    .profile-card__avatar img {
        width: 100px;
        height: 100px;
    }
    .profile-card__name {
        font-size: 20px;
    }
    .modern-header{
        display: none;
    }
}
.profile-card__avatar img {
   width: 139px;
    height: 95px;
    object-fit: cover;
    border: 4px solid #c9a14a;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    transition: all .3s ease;
}
.profile-card__avatar img:hover {
    transform: translateY(-3px) scale(1.03);
}
    .card {
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,.06);
    border: none;
}

.card-header {
    background: transparent;
    padding: 22px 25px;
}

.card-header h5 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.card-divider {
    height: 1px;
    background: linear-gradient(to right, #c9a14a, transparent);
}
.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.form-control {
    border-radius: 12px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    transition: all .25s ease;
}

.form-control:focus {
    border-color: #c9a14a;
    box-shadow: 0 0 0 3px rgba(201,161,74,.15);
}
.profile-preview {
    width: 110px;
    height: 130px;
    border-radius: 50% / 60%;
    object-fit: cover;
    border: 3px solid #c9a14a;
    margin-top: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}
input[type="file"] {
    padding: 8px;
    border-radius: 12px;
    background: #fafafa;
    font-size: 13px;
}
.form-group {
    margin-bottom: 18px;
}
@media (max-width: 1199px) {
    .mobile-header__body {
        height: 63px;

    }
  .mobile-menu__links > li > a.highlight:before, .mobile-menu__links > li > button.highlight:before
 {

        background-color: white  !important;
}
}
/* Container الرئيسي */
.account-nav {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 16px;
    overflow-x: hidden; /* يمنع أي Scroll أفقي */
}

/* عنوان القائمة */
.account-nav__title {
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

/* قائمة الروابط */
.account-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

/* كل عنصر */
.account-nav__item {
    margin-bottom: 8px;
}

/* الرابط نفسه */
.account-nav__item a {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

/* أيقونة قبل النص */
.account-nav__item a i {
    margin-right: 8px;
    min-width: 20px;
    text-align: center;
    color: #FFD700; /* ذهبي غامق */
    transition: all 0.3s ease;
}

/* العنصر النشط */
.account-nav__item--active a {
    background: #fce7b1;
    font-weight: 600;
    color: #333;
}

/* عند Hover على الرابط */
.account-nav__item a:hover {
    color: #FFD700; /* النص يصبح ذهبي غامق */
}

.account-nav__item a:hover i {
    color: #FFD700; /* الأيقونة ذهبي غامق */
}

/* Divider */
.account-nav__divider {
    border-top: 1px solid #eee;
    margin: 12px 0;
}

/* رابط تسجيل الخروج */
.account-nav__item a.logout {
    color: #d9534f;
}

/* Responsive للجوال */
@media (max-width: 768px) {
    .account-nav {
        padding: 12px;
    }
    .account-nav__item a {
        padding: 10px 12px;
        font-size: 14px;
    }
    .account-nav__item a i {
        margin-right: 6px;
    }
}

/* Responsive للشاشات الصغيرة جداً */
@media (max-width: 480px) {
    .account-nav__title {
        font-size: 16px;
    }
    .account-nav__item a {
        padding: 8px 10px;
        font-size: 13px;
    }
    .account-nav__item a i {
        min-width: 18px;
    }
}
/* أيقونة قبل النص */
.account-nav__item a i {
    margin-right: 8px;
    min-width: 20px;
    text-align: center;
    background: linear-gradient(135deg, #b8923f, #d8b75f); /* gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

/* عند Hover على الرابط */
.account-nav__item a:hover {
    background: rgba(184, 146, 63, 0.1); /* خلفية ذهبية خفيفة عند hover */
}

.account-nav__item a:hover i {
    background: linear-gradient(135deg, #b8923f, #d8b75f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* جدول متجاوب */
@media (max-width: 768px) {
    .dashboard__orders table {
        display: block;
        width: 100%;
        overflow-x: auto; /* Scroll أفقي إذا لزم */
        -webkit-overflow-scrolling: touch; /* Smooth scroll للجوال */
    }

    .dashboard__orders table thead {
        display: none; /* إخفاء Header على الجوال */
    }

    .dashboard__orders table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 10px;
    }

    .dashboard__orders table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border-bottom: 1px solid #eee;
    }

    .dashboard__orders table tbody td::before {
        content: attr(data-label); /* يظهر اسم العمود */
        font-weight: 600;
        color: #555;
    }
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        margin-top:20px;
        overflow-x: hidden;

    }
}
/* توسيط الجدول داخل الـ card */
.dashboard__orders .table-responsive-sm {
    display: flex;
    justify-content: center; /* توسيط أفقي */
    overflow-x: auto; /* Scroll أفقي إذا لزم */
}

.dashboard__orders table {
    width: auto; /* لا يأخذ 100%، يتحكم حسب المحتوى */
    min-width: 300px; /* أقل عرض للجدول */
    margin: 0 auto; /* توسيط الجدول */
}
/* Card الرئيسي */
.card {
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.05);
    background: #fff;
}

/* جدول */
.card-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 0 auto; /* توسيط الجدول */
}

.card-table th, .card-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.card-table th {
    background: #f9f9f9;
    font-weight: 600;
}

/* تلوين الصف عند hover */
.card-table tr:hover {
    background: #fcf8f1;
}

/* Responsive - شاشات صغيرة */
@media (max-width: 768px) {
    .card-table table {
        display: block;
        overflow-x: auto; /* Scroll أفقي إذا احتاج */
        -webkit-overflow-scrolling: touch;
    }

    .card-table table thead {
        display: none; /* إخفاء Header على الجوال */
    }

    .card-table table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 10px;
        width: 100%;
    }

    .card-table table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border-bottom: 1px solid #eee;
        font-size: 13px;
    }

    .card-table table tbody td::before {
        content: attr(data-label); /* يظهر اسم العمود */
        font-weight: 600;
        color: #555;
        flex: 1;
        text-align: left;
    }

    /* توسيط محتوى الجدول داخل الـ card */
    .card-table table {
        min-width: 300px;
        margin: 0 auto;
    }
    .wishlist__table img{
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

/* أزرار الـ links داخل الجدول */
.card-table td a {
    color: #b8923f; /* ذهبي غامق */
    text-decoration: none;
    margin-right: 5px;
}

.card-table td a:hover {
    text-decoration: underline;
}
/* Card الرئيسي */
.card {
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.05);
    background: #fff;
    padding: 25px 20px; /* Padding داخلي للكارد */
    margin-bottom: 30px;
    box-sizing: border-box; /* يحسب padding ضمن العرض */
}

/* Header الكارد */
.card-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Divider */
.card-divider {
    height: 1px;
    background: #eee;
    margin: 15px 0;
}

/* Table داخل الكارد */
.card-table {
    width: 100%;
    overflow-x: auto; /* Scroll أفقي إذا احتاج */
    -webkit-overflow-scrolling: touch;
    padding: 0 5px; /* Padding خفيف داخل Table */
}

/* Responsive */
@media (max-width: 768px) {
    .card {
        padding: 20px 15px; /* تقليل padding للجوال */
    }
    .card-table table tbody td {
        padding: 10px 8px; /* زيادة المساحة داخل كل cell */
    }
}
[dir=ltr] .card-table td:first-child

 {
    padding-left: 0rem;
}
.product__excerpt {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
@media (max-width: 768px) {

    .account-nav {
        padding: 10px !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .account-nav__title {
        display: none;
    }

    .account-nav__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .account-nav__item {
        margin: 0 !important;
    }

    .account-nav__item a {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 12px 8px !important;
        margin: 0 !important;
        background: #fff;
        border-radius: 12px;
        font-size: 13px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }

    .account-nav__item a i {
        margin: 0 0 6px 0 !important;
        font-size: 18px;
    }

    .account-nav__divider {
        display: none;
    }

    /* زر تسجيل الخروج */
    .account-nav__item:last-child a {
        color: #fff !important;
        background: #d9534f !important;
        grid-column: span 2;
    }
}
.sweet-alert button {
    background-color: #28a745  !important; /* أخضر */
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}
.swal-button--green:hover {
    background-color: #218838 !important;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.page-item {
    min-width: 40px;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.page-link:hover {
    background: #ff5c00;
    color: #fff;
}

.page-item.active .page-link {
    background: #ff5c00;
    color: #fff;
    box-shadow: 0 4px 10px rgba(255,92,0,0.35);
}

.page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}

.dots {
    background: transparent;
}
.status-badge__body{
    display: none;
}
