﻿
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}
.h-100{
    min-height:100vh !important
}
.ItemPageMainHeading {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
}
@media (max-width: 768px) {
    .HeadingSection {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

        .HeadingSection h1 {
            margin-top: 8px !important;
            text-align: center !important;
            width: 100%;
            font-size: 18px;
        }

        .HeadingSection nav {
            width: 100%;
        }
}
.badge-deleted {
    background-color: red;
    color: white;
}
/**Retrun Status Badge*/
.badge-ReturnStatus-Pending {
    background: #53545d;
}

.badge-ReturnStatus-Processing {
    background: #000549;
}

.badge-ReturnStatus-Received {
    background: #f2a93d
}

.badge-ReturnStatus-Refunded {
    background: green
}

.badge-ReturnStatus-Cancel {
    background: red;
}



/**Return Type Badge*/
.badge-ReturnType-Partial {
    background: #e68700;
}

.badge-ReturnType-Full {
    background: green;
}


/**Refunds Type Badge*/
.badge-Refunded-Pending {
    background: #53545d;
}

.badge-Refunded-Refunded {
    background: green;
}



.badge-Paypal {
    background: #001c64;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-family: 'Raleway-Regular';
}

.badge-cancelled {
    background-color: red;
    color: white
}

.badge-closed {
    background-color: #6c757d;
    color: white
}

.badge-received {
    background-color: #00044F;
    color: white;
}

.badge-pending {
    background: #585454;
}

.badge-accepted {
    background: green;
}

.badge-cancelled {
    background-color: red;
    color: white
}

.badge-closed {
    background-color: #6c757d;
    color: white
}

.badge-processing {
    background: #982338;
}

.badge-dispatched {
    background: #cb0c9f;
}

.badge-outfordelivery {
    background: #f69e20;
}

.badge-delivered {
    background: green;
}

.badge-cancelled, .badge-fake, .badge-returned {
    background: red;
}

.badge-received {
    background-color: #00044F;
    color: white;
}

.badge-delivery {
    background-color: #28a745;
    color: white;
}

.badge-takeaway {
    background-color: #fd7e14;
    color: white;
}

:root {
    --ThemePrimaryColor: #e4a100;
    --ThemeSecondaryColor: #09763f;
    --WhiteColor: white;
    --TexturedBackground: url('../images/white-texture.png')
}

.ajs-header, .ajs-footer {
    display: none !important;
}

.alertify .ajs-dialog {
    padding: 0px !important
}

.alertify .ajs-body .ajs-content {
    padding: 0px !important
}

.alertify .ajs-body {
    height: 230px !important;
}

div, span, p, a, ul, li, td, th {
    font-size: 16px !important
}

a {
    text-decoration: none !important
}

.main-nav-li {
    position: relative;
}

.sub-category-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    margin: 0;
    padding: 10px;
    z-index: 999;
    border-radius: 3px;
    border: 1px solid grey;
}

body[lang=en] .sub-category-list li {
    text-align: left;
    padding-left: 5px;
    font-size: 16px;
    cursor: pointer
}

body[lang=ar] .sub-category-list li {
    text-align: right;
    padding-right: 5px;
    font-size: 16px;
    cursor: pointer
}


.ModalHeader {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bolder;
}

::-webkit-scrollbar-thumb {
    background: var(--ThemePrimaryColor) !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: var(--ThemeSecondaryColor);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*.ModalCloseIcon {
    position: relative;
    z-index: 9;
    background: var(--ThemePrimaryColor) !important;
    color: white !important;
    opacity: 1;
    border-radius: 50%;
    float: right;
    padding: 4px 6px;
    width: 25px;
    height: 25px;
    font-size: 18px;
    cursor: pointer;
}*/
.PrmotionModalClose {
    background: none !important;
    font-size: 30px;
    position: relative;
    right: 10px;
    bottom: 5px;
    z-index: 99999;
    color: black !important;
    cursor: pointer;
    float: right;
}

.promo-bar_promobar__hH_Qw {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-align: center
}

.topheaderlogo {
    height: 30px;
    /*    filter: brightness(0) invert(1);*/
    cursor: pointer
}

#GreetingMoreDetailsVideo, #PromotionModalVideo, #modalVideo {
    max-width: 100%;
}

.PromotionModalMessage br {
    display: none !important;
}

.PromotionModalMessage p {
    margin-bottom: 0px !important
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: whitesmoke;
    opacity: 0.7;
}

.ng-cloak {
    display: none
}

.btn-primary {
    background: var(--ThemePrimaryColor) !important;
    border: none !important;
    border-radius: 5px;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.btn-secondary {
    background: var(--ThemeSecondaryColor);
    color: white;
    padding: 8px;
    border-radius: 5px;
    border: none !important
}

body[lang=en] .pull-right {
    float: right !important
}

body[lang=ar] .pull-right {
    float: left !important
}

.Bg-Gray {
/*    margin-top:2rem!important;*/
    background: white;
    /*    background-image: var(--TexturedBackground);*/
    margin: 2rem 0px 3rem 0px;
    padding: 1rem 0px;
}

.row {
    margin: 0px !important;
}

@media (max-width:767px) {
    .container {
        max-width: 767px !important
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 1024px !important
    }
}

@media screen and (min-width: 1900px) {
    .container {
        max-width: 1350px !important
    }
}

@media screen and (min-width: 2800px) {
    .container {
        max-width: 2000px !important
    }
}

/*.container {
    align-items: center;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    width: 100%;
}*/

.container {
    max-width: 1450px !important;
}
/*
i.fa-solid {
    color: white;
     text-shadow: -1px -1px 0px black, -1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; 
    -webkit-text-stroke: .7px black;
}*/

nav ul li a:hover .fa-solid {
    -webkit-text-stroke: .7px var(--ThemePrimaryColor);
    color: white;
}
/***************************************************NAVBAR START*************************************************************************/
@charset "UTF-8";

.navbar-main-section {
    padding: 1rem !important
}

.navigation {
    height: 70px;
    background: white;
    width: 100%;
    margin: auto;
    border-bottom: 2px solid var(--ThemePrimaryColor);
}


@media(min-width :1001px) and (max-width:1100px) {
    .navigation {
        width: 100% !important
    }

    .nav-list li a,
    .nav-list li a:visited {
        padding: 0px 16px !important;
        font-size: 12px !important;
    }
}

@media(min-width :1101px) and (max-width:1200px) {
    .navigation {
        width: 100% !important
    }

    .nav-list li a,
    .nav-list li a:visited {
        padding: 0px 16px !important;
        font-size: 15px !important;
    }
}

@media(min-width :1201px) and (max-width:1400px) {
    .navigation {
        width: 100% !important
    }
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

    .brand a,
    .brand a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.nav-container {
    max-width: 100%;
    margin: 0 auto;
}

/*nav {
    float: right;
}*/

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body[lang=en] nav ul li {
    float: left;
    position: relative;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
}

body[lang=ar] nav ul li {
    float: right !important;
    position: relative;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 69px;
    background: white;
    color: #424242;
    text-decoration: none;
    font-size: 19px;
}



    nav ul li a:hover,
    nav ul li a:visited:hover {
        color: var(--ThemePrimaryColor);
    }


/*.nav-anchor {
    border-bottom: 2px solid var(--ThemePrimaryColor);
}*/

.main-nav-li .nav-anchor::after {
    background: var(--ThemeSecondaryColor);
    transform: translateY(-50%);
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    right: 6px;
}

nav ul li ul li {
    min-width: 190px;
}

    nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
    }

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 157px;
    right: 21px;
    background: white;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 1000px) {
    .nav-mobile {
        display: block;
    }

    .navbar-main-section {
        padding: 1rem !important
    }

    .navigation {
        width: 100% !important;
    }

    nav {
        width: 100%;
        padding: 0px 0 15px;
    }

        nav ul {
            display: none;
        }

            nav ul li {
                float: left;
                width: 100%;
            }

                nav ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

                nav ul li ul li a {
                    padding-left: 30px;
                }

    .nav-dropdown {
        position: static;
    }
}

.blink {
    font-size: 15px;
    color: white;
    animation: blink 1s linear infinite;
    background: var(--ThemePrimaryColor);
    padding: 3px 10px;
    border-radius: 50%;
    position: relative;
    top: -6px;
    left: -2px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.LanguageBadge {
    background: var(--ThemePrimaryColor);
    padding: 5px 10px;
    color: white;
    border-radius: 10px;
}

@media screen and (min-width: 1000px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: black;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }

.logo {
    height: 90px;
    padding: 10px;
    margin-left: -10px;
}

.headerrr ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#navDropdown li a {
    text-align: left !important;
    line-height: 20px;
    padding: 15px;
}

    #navDropdown li a:hover, nav-dropdown li a:hover {
        color: var(--ThemePrimaryColor);
        cursor: pointer !important
    }

#navDropdown {
    display: none;
    z-index: 9;
    box-shadow: none !important;
    background: white;
}

.nav-dropdown li a {
    text-align: left !important;
    min-width: 210px !important;
}

.headerrr ul li {
    float: left;
    position: relative;
}

    .headerrr ul li a, .headerrr ul li a:visited {
        display: block;
        /* padding: 0 20px; */
        line-height: 70px;
        color: #424242;
        text-decoration: none;
        min-width: 111px;
        /* text-align: center; */
        font-size: 19px;
    }

.headerrr .headerLogo {
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}



@media only screen and (max-width:425px) {
    .paymentMethodCardRow {
        width: 50%;
    }

    .headerrr ul li {
        float: left !important
    }

        .headerrr ul li a, .headerrr ul li a:visited {
            font-size: 15px;
            padding: 0px 15px !important;
        }
}

@media (min-width:400px) and (max-width:550px) {
    .headerrr ul li {
        float: left !important;
    }

    .paymentMethodCardRow {
        width: 50%;
    }

    .headerrr ul li a, .headerrr ul li a:visited {
        font-size: 13px;
        padding: 0px 21px 0px 0px !important;
    }

    .nav-mobile {
        top: 85px !important
    }

    .logo {
        height: 45px;
    }
}

@media (min-width:551px) and (max-width:1000px) {
    .nav-mobile {
        top: 85px !important
    }
}

/***************************************************NAVBAR END*************************************************************************/
/**********************************************Carousel Start*****************************************************************************************/
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: var(--ThemePrimaryColor) !important;
    border-radius: 8px;
    background-size: 80% 80%;
    height: 35px;
    width: 40px;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}


/**********************************************Carousel End*****************************************************************************************/
/**********************************************News CSS Start*****************************************************************************************/
.news-section-title {
    padding: 10px 0px;
    margin: 0px 13px 10px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: white; */
    border-bottom: 2px solid #dee2e6;
    /* border-left: 5px solid var(--ThemePrimaryColor); */
}

.ModalCloseIcon {
    position: relative;
    z-index: 9;
    background: #666666;
    color: white !important;
    opacity: 1;
    border-radius: 50%;
    float: right;
    padding: 4px 6px;
    width: 25px;
    height: 25px;
    font-size: 18px;
    cursor: pointer
}

.NewsModalHeader {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.ConfirmQuestionIcon {
    color: var(--ThemePrimaryColor);
    font-weight: 900;
    font-size: 26px;
}

.badge-primary {
    color: white;
    background-color: var(--ThemePrimaryColor);
}

.text-primary {
    color: var(--ThemePrimaryColor) !important;
}

.LineTruncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 1.5em; */
    -webkit-line-clamp: 2;
    min-height: 50px;
}

    .LineTruncate p {
        margin: 0 !important
    }


.text-center {
    text-align: center !important
}

.CategoryCards {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    /*    box-shadow: rgb(181 181 181 / 10%) 0px 1px 3px 0px, rgb(190 190 190 / 6%) 0px 1px 2px 0px;*/
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .CategoryCards .catCardItems {
        background: white;
        padding: 1rem;
    }

    .CategoryCards:hover .catCardItems {
        background: #e4a100;
        color: white;
    }

    .CategoryCards:hover .readmore {
        color: white;
    }

    .CategoryCards:hover img {
        transition: 0.3s;
        transform: scale(1.02);
    }

    .CategoryCards img {
        height: 300px;
/*        border-bottom: 1px solid var(--ThemePrimaryColor);*/
        object-fit: cover;
    }

    .CategoryCards .readmore {
        font-weight: bold;
        color: var(--ThemePrimaryColor);
        cursor: pointer;
        margin: 0 !important;
    }

.newscard {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    cursor: pointer;
    border-color: #ececec;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

    .newscard .readmore {
        font-weight: bold;
        color: var(--ThemePrimaryColor);
        cursor: pointer;
        margin: 0 !important;
    }

.newspricebadge {
    background: #ffffff;
    padding: 5px;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    font-size: 13px !important;
    position: absolute;
    bottom: 57px;
    left: 0px;
    min-width: 90px;
    text-align: center;
}

.newscard:hover {
    border-bottom: 3px solid #09763f;
}


.newsimage {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.newscard .ActiveBadge {
    color: var(--ThemeSecondaryColor);
}

.ourstorediv img {
    min-height: 300px;
    width: 100%;
}

.OurStoreBtn {
    position: absolute;
    inset-inline-start: calc(50% - 70px);
    top: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
    background: #000;
    color: #fff;
    width: 25%;
    padding: 10px;
    border-radius: 40px;
}

.shopcatcard {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

    .shopcatcard img {
        width: 100%;
        min-height: 400px;
        display: block;
        border-radius: 12px;
        object-fit: cover;
    }
/* Overlay */
.shopbycarttext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6); /* semi-transparent black */
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

    .shopbycarttext h2 {
        font-size: 1.2rem;
        margin: 5px 0;
    }

    .shopbycarttext p {
        font-size: 0.95rem;
        margin: 5px 0;
    }

    .shopbycarttext button {
        margin-top: 10px;
        padding: 8px 16px;
        border: none;
        border-radius: 6px;
        background: var(--ThemePrimaryColor);
        color: #fff;
        cursor: pointer;
        font-size: 0.9rem;
    }

/* Responsive text scaling */
@media (max-width: 768px) {
    .shopbycarttext h2 {
        font-size: 1rem;
    }

    .shopbycarttext p {
        font-size: 0.85rem;
    }

    .shopbycarttext button {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

.NewsMoreDetailImage {
    padding: 10px;
    padding-top: 0;
    height: auto;
}
/**********************************************News CSS End*****************************************************************************************/


/**********************************************Feature Section Start*****************************************************************************************/
.feature-icons {
    background: var(--ThemeSecondaryColor);
    padding-top: 18px;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: white;
    font-size: 35px;
}
/**********************************************Feature Section End*****************************************************************************************/
/**********************************************FOOTER Section End*****************************************************************************************/
.footermain {
    padding: 2rem 3rem;
    background: var(--ThemeSecondaryColor) !important;
    color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

    .footermain i {
        font-size: 20px;
        margin-right: 10px;
    }

    .footermain .cta-text h4 {
        display: inline-block !important;
    }
/**********************************************FOOTERs Section End*****************************************************************************************/
/**********************************************Home CSS Section End*****************************************************************************************/
.TotalPointsBox {
    margin-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1.4rem 2.8rem rgba(0, 0, 0, 0.055);
    border: 2px solid #f4f4f4;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(228 161 0) 0%, rgb(216 152 0) 50%);
    color: white;
    font-size: 10px;
}

.CatCard {
    text-align: left !important;
}

    .CatCard h6 {
        font-size: 14px;
    }

.Iconbox {
    border-radius: 50%;
    width: 100%;
}

.PointsIcons {
    float: right;
    font-size: 35px;
    margin-right: 10px;
    position: relative;
    bottom: 20px;
}

.TotalAmountBox {
    margin-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1.4rem 2.8rem rgba(0, 0, 0, 0.055);
    border: 2px solid #f4f4f4;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(266deg, #3a3a3a 0%, #3a3a3a 50%);
    color: white;
    font-size: 10px;
}

.RedeemPointBox {
    margin-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1.4rem 2.8rem rgba(0, 0, 0, 0.055);
    border: 2px solid #f4f4f4;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(58 58 58) 0%, rgb(80 215 212) 50%);
    color: white;
    font-size: 10px;
}

    .TotalPointsBox:hover, .RedeemPointBox:hover, .TotalAmountBox:hover {
        transform: translateY(-5px);
        transition: .5s;
    }

.prefencesheadingicon {
    font-size: 30px;
}

.prefencesmain {
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom: 4px solid var(--ThemePrimaryColor);
    border-top: 4px solid var(--ThemePrimaryColor);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: white;
    min-height: 320px;
    margin-right: 20px;
}


.prefences-icons {
    background: var(--ThemeSecondaryColor);
    padding-top: 18px;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: white;
    font-size: 35px;
}

.prefences-icondiv {
    margin-bottom: 10px;
}

.prefences-readmore {
    font-weight: bold;
    color: var(--ThemeSecondaryColor);
    cursor: pointer;
    margin: 0 !important;
    text-decoration: none;
}

    .prefences-readmore:hover {
        color: var(--ThemeSecondaryColor) !important;
    }

.prefences-content p {
    text-transform: capitalize;
    min-height: 100px;
}

.AnnouncementMain {
    border-bottom: 3px solid rgb(68 148 155);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: white;
    position: relative;
}

    .AnnouncementMain img {
        height: 165px;
        width: 100%;
        border-radius: 15px;
        box-shadow: 1px 1px 5px #00000054 !important;
        position: relative;
        top: -4rem;
    }

.AnnoucmentStaus {
    position: absolute;
    color: #fff;
    display: block;
    z-index: 1;
    border-radius: 19px;
    text-align: center;
    box-shadow: 1px 1px 5px #00000054;
    padding: 5px 11px;
    font-size: 14px;
    bottom: 12rem;
    text-align: center !important;
    font-size: 8px;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-name: bounce-2;
    animation-timing-function: ease;
    background: forestgreen;
    right: 38px;
    min-width: 100px;
}

.AnnoucmentStatusText {
    margin: 0px;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 12px;
}

@keyframes bounce-2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.AnnouncementPricingInfo {
    min-width: 100px;
    text-align: right !important;
    font-weight: 700;
    color: var(--ThemeSecondaryColor);
}

body[lang=ar] .AnnouncementPricingInfo {
    text-align: left !important;
    white-space: nowrap;
}

.AnnoucmentCardMesage {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: break-spaces;
}

    .AnnoucmentCardMesage p {
        margin: 0px !important
    }

    .AnnoucmentCardMesage br {
        display: none !important;
    }

.annoumentheading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: -webkit-fill-available;
    font-weight: 700;
}

.hover-container:hover .hidden-text {
    display: block;
    transition: 2s ease-in;
    transform: scale(1);
}

.GreetingImage {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%
}

.hidden-text {
    padding: 2rem;
    background-color: rgb(0 0 0 / 81%);
    min-height: 250px;
    border-radius: 20px;
    color: white
}

    .hidden-text .greetingMsg {
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        height: 75px !important;
    }

.greetingMsg span, .greetingMsg p {
    background: none !important;
    color: white !important;
}

.hidden-text {
    display: none;
}

    .hidden-text h6 {
        position: relative;
        animation: animatebottom 0.4s
    }

    .hidden-text h5 {
        position: relative;
        animation: animatebottom 0.5s
    }

    .hidden-text .greetingMsg {
        position: relative;
        animation: animatebottom 0.6s
    }

    .hidden-text button {
        position: relative;
        animation: animatebottom 0.7s
    }

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.PromotionMain {
    border-bottom: 3px solid rgb(68 148 155);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: white;
}

    .PromotionMain img {
        height: 230px;
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.PromotionHeading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: -webkit-fill-available;
    font-weight: 700;
}

.PromotionPrice {
    min-width: 100px;
    text-align: right;
    font-weight: 700;
    color: var(--ThemeSecondaryColor);
}

@font-face {
    font-family: 'shine in valentine';
    src: url('../fonts/shine in valentine.ttf') format('truetype');
}

.BirthdayMain {
    border-bottom: 3px solid rgb(68 148 155);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: white;
    position: relative;
    background: url(../images/Animated.gif);
}

.BirthdayHeading {
    font-family: 'shine in valentine' !important;
    margin-top: 15px;
    font-size: 30px;
}

.BirthdayContent {
    margin-top: 2rem;
}

    .BirthdayContent i {
        background: var(--ThemeSecondaryColor);
        padding-top: 18px;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        text-align: center;
        color: white;
        font-size: 35px;
    }

.BirthdayMessage {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: break-spaces;
    padding: 0px 10px;
    text-align: center;
}

.BirthdayContent h2 {
    font-size: 25px;
}

.Wishesreadmore {
    font-weight: bold;
    color: var(--ThemeSecondaryColor);
    cursor: pointer;
    margin: 0 !important;
    text-align: center;
}

.WishesModalHeader h5 {
    font-family: 'shine in valentine' !important;
    font-size: 25px !important
}

@media(min-width:250px) and (max-width:400px) {
    .AnnouncmentDateOrTime {
        font-size: 11px !important;
        margin-top: 11px !important;
    }
}

@media(min-width:250px) and (max-width:900px) {

    .cookie-modal-content div img {
        height: 50px !important;
    }

    .cookie-modal {
        position: fixed;
        width: 100% !important;
        background: #f5f5f5;
        left: 1% !important;
        z-index: 1000;
        text-align: center;
        box-shadow: 0px 0px 0px 8px #4545458c;
        bottom: 0% !important;
        padding: 10px;
    }
}


/**********************************************Home CSS Section End*****************************************************************************************/
/**********************************************Menu CSS Section Statt*****************************************************************************************/
#button-6 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none !important;
    box-shadow: 0px 2px 3px 2px !important;
}

    #button-6 a {
        position: relative;
        transition: all .45s ease-Out;
        text-decoration: none !important;
        color: black;
    }

#spin {
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotate(0deg);
    background: none;
    position: absolute;
    transition: all .5s ease-Out;
}

#button-6:hover #spin {
    width: 200%;
    height: 500%;
    opacity: 1;
    left: -70px;
    top: -70px;
    background: linear-gradient(90deg, rgb(147 41 142) 0%, rgb(147 41 142) 100%);
    transform: rotate(80deg);
}

#button-6:hover a {
    color: white;
    font-weight: 800;
}

    #button-6:hover a img {
        filter: brightness(0) invert(1);
    }

#Menucontainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.restbutton a img {
    height: 120px;
}

.restbutton {
    display: inline-flex;
    height: 80px;
    width: 265px;
    border: 2px solid black;
    margin: 20px 20px 20px 20px;
    color: #BFC0C0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

.ribbon.blue {
    background: var(--ThemeSecondaryColor);
}

.ribbon {
    color: #FFF;
    padding: 18px;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    /* border-radius: 3px 3px 0 0; */
    position: relative;
}

.box {
    position: relative;
    margin: 0 auto;
    /* background: black; */
    max-width: 500px;
}

.ribbon.blue.bottom:before {
    border-top: 20px solid var(--ThemeSecondaryColor);
    border-left: 20px solid transparent;
    left: 0;
}

.ribbon:before, .ribbon:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    top: 100%;
}

.ribbon.blue.bottom:after {
    border-top: 20px solid var(--ThemeSecondaryColor);
    border-right: 20px solid transparent;
    left: calc(100% - 20px);
}

.CategoryListMain {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 15px;
    margin-bottom: 18px;
}

    .CategoryListMain:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

.CategoryImgBox {
    border-radius: 50%;
    width: 100%;
    margin-bottom: 10px;
}

    .CategoryImgBox img {
        border-radius: 10px;
        height: 180px;
        width: 100%;
    }

.CategoryLine {
    border-top: 1px solid lightgray;
    width: 100%;
    margin: 5px 0px;
}

.CatCard .CatCardFooter {
    text-align: left;
    padding: 18px 15px;
    margin: 5px -16px -16px -16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 19px;
}

    .CatCard .CatCardFooter i {
        font-size: 18px;
        background: var(--ThemePrimaryColor);
        padding: 7px 10px 5px 10px;
        border-radius: 3px;
        color: white;
        text-align: center;
        -webkit-text-stroke: .7px white !important;
    }

.CatCardFooter:hover {
    background: var(--ThemePrimaryColor);
    color: white;
    cursor: pointer;
}

.OrderTypeSelected i {
    font-size: 30px;
}

.OrderTypeSelected span {
    font-size: 20px;
}
/**********************************************Menu CSS Section End*****************************************************************************************/
/**********************************************Cookie CSS Section End*****************************************************************************************/
.cookie-modal {
    position: fixed;
    bottom: 20px;
    width: 50%;
    background: #f5f5f5;
    left: 25%;
    /* border-radius: 4px; */
    /* padding: 20px; */
    z-index: 1000;
    text-align: center;
    box-shadow: 0px 0px 0px 8px #4545458c;
}

#cookieModal h5 {
    margin-left: 10px;
    margin-bottom: 5px;
}

body[lang=en] .CookiesContent {
    font-size: 14px !important;
    text-align: left;
}

body[lang=ar] .CookiesContent {
    text-align: right !important;
    font-size: 14px !important;
}

.policypoweredby {
    font-size: 12px !important;
    color: white
}

body[lang=en] .temporarilysavecookies {
    font-size: 15px !important;
    TEXT-ALIGN: LEFT;
    font-weight: 700;
}

body[lang=ar] .temporarilysavecookies {
    font-size: 15px !important;
    TEXT-ALIGN: right;
    font-weight: 700;
}

body[lang=en] .EssentialCookies {
    text-align: left;
    margin-bottom: 0px;
}

body[lang=ar] .EssentialCookies {
    text-align: right;
    margin-bottom: 0px;
}

body[lang=en] .EnableCookiesli {
    text-align: left;
    margin-bottom: 0px;
    font-size: 12px !important
}

body[lang=ar] .EnableCookiesli {
    text-align: right;
    margin-bottom: 0px;
    font-size: 12px !important
}

body[lang =en] .text-left {
    text-align: left;
}

body[lang =ar] .text-left {
    text-align: right !important;
}
/**********************************************CookieCSS Section End*****************************************************************************************/


/**********************************************NEW NAVBAR Section End*****************************************************************************************/
.topbarlist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    margin: 0 .625rem auto auto;
    font-size: var(--typography-size-xsmall);
    font-weight: 400;
}


.searchbarheader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    /* border-bottom: 1px solid #dfdfdf;*/
}


@media(max-width:900px) {
    /*    .searchbarheader {
        padding: 5px 10px !important;
    }*/

    .searchinput {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .prefeerlang {
        display: none
    }

    .language-switch {
        top: 4px !important
    }

    .luftonav {
        position: relative !important
    }

    .video-text h1 {
        font-size: 14px !important
    }
}

/*.searchinput {
    width: 50%;
}*/
.TopBarSearchIcon {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #e0e0e0;
    border-right: 0px;
    background: transparent;
    padding-left: 1rem;
}

.searchinput input {
    border-radius: 10px;
    padding: 9px 1rem;
    border: 1px solid #e5e5e5;
    /* border-left: 0px; */
    background: #f1f5f9;
}

    .searchinput input:focus {
        border-color: #e0e0e0 !important;
        outline: 0;
        box-shadow: none !important;
    }
/* Responsive tweaks */
.topbaritem {
    display: list-item;
    text-align: center;
    /* margin-left: 1rem; */
    /* border-right: 1px solid #e0e0e0; */
    padding: 5px 20px;
    /*    border-left: 1px solid #e0e0e0;*/
}

    .topbaritem > a, .topbaritem > div {
        text-decoration: none;
        display: inline-block;
        padding: 0;
        color: white;
        text-transform: none;
    }

    .topbaritem:hover {
        background: var(--ThemePrimaryColor);
    }
/*    .topbaritem:hover a{
            color:white
        }*/
.topbarcart {
    height: inherit;
    margin: 0;
    order: 4;
    display: flex;
}

    .topbarcart .carticon {
        background-color: var(c, #D52A1A);
        color: white;
        border-left: 0 none;
        padding: .5rem 0 .4375rem;
        text-align: center;
        width: 3.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.signupandsave {
    /*    background: var(--WhiteColor);*/
    color: white;
    text-align: center;
}

.carticon {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0;
}

.bhlogo {
    display: flex;
    padding: 8px;
    align-items: center;
    flex-grow: 1;
}

    .bhlogo a .responsive-image, .controls-container.buttons-position-default {
        width: 100%;
        height: 100%;
    }

/* Horizontal Nav */
.luftonav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0px;
    flex-wrap: wrap;
}

.luftonav-li {
    position: relative;
    /* margin: 0 15px 0 0; */
    cursor: pointer;
    padding: 5px 10px;
    color: black;
    /* height: 41px; */
    /* border-right: 1px solid white; */
    /* border-left: 1px solid white; */
    background: #f1f5f9;
    border-radius: 10px;
    margin-right: 10px;
    padding: 10px;
}

    .luftonav-li:hover {
        background: var(--ThemePrimaryColor);
    }

/*.luftonav-li:hover::before {
            content: "";
            position: absolute;
            border-top: 41px solid #f7f7f7;
            border-right: 1.0625rem solid #399e96;
            left: -16px;
            bottom: 0;
            z-index: 1103;
        }

        .luftonav-li:hover::after {
            content: "";
            position: absolute;
            border-top: 41px solid #399e96;
            border-right: 1.0625rem solid #f7f7f7;
            right: -14px;
            bottom: 0;
            z-index: 1103;
        }*/

.luftonav-anchor {
    text-decoration: none;
    color: black;
    /* font-weight: 500; */
    /* padding: 10px 5px; */
    /* transition: color 0.3s; */
}
    /*  .luftonav-anchor:after {
        margin: 0 0.5em;
        display: inline-block;
        border: 7px solid transparent;
        border-top: 8px solid gray;
        border-bottom: 0 none;
    }*/
.dropdown-icon i {
    float: right;
    color: black;
    font-size:14px;
    margin-top:4px;
}

.luftonav-li:hover .luftonav-anchor {
    color: white;
}

/* Subcategory Dropdown */
.lufto-subcategorylist {
    position: absolute;
    top: 100%;
    background-color: #f1f5f9;
    /* border: 1px solid #ddd; */
    min-width: 160px;
    z-index: 10;
    padding: 0px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-top: 0px;
    border-radius: 10px;
}



    .lufto-subcategorylist li {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        white-space: nowrap;
        transition: background 0.2s;
        list-style: none;
        color: black
    }

        .lufto-subcategorylist li:hover {
            background-color: var(--ThemeSecondaryColor);
            color: white
        }

        .lufto-subcategorylist li:last-child {
            border-bottom: none;
        }

/* Responsive Scroll (optional) */
@media (max-width: 768px) {
    .luftonav-li {
        margin: 0 10px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.language-switch {
    position: relative;
    width: 100px;
    height: 40px;
    background-color: var(--ThemePrimaryColor);
    border-radius: 20px;
    cursor: pointer;
    margin: auto;
    transition: background-color 0.3s ease;
}

    .language-switch .knob {
        width: 30px;
        height: 30px;
        background-color: #fff;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 50%;
        transition: 0.4s ease;
        background-size: cover;
        background-position: center;
    }

    .language-switch .lang-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        transition: left 0.4s ease;
        white-space: nowrap;
    }

#language-toggle {
    display: none;
}

    #language-toggle:checked + .language-switch {
        background-color: var(--ThemeSecondaryColor);
    }

        #language-toggle:checked + .language-switch .knob {
            left: 65px;
            background-image: url('https://m.media-amazon.com/images/I/61dHFpZmRSL._AC_UF1000,1000_QL80_.jpg'); /* Arabic flag */
        }

        #language-toggle:checked + .language-switch .lang-text {
            left: 10px;
        }

.language-switch .lang-text {
    left: 40px;
}

.language-switch .knob.default-en {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Arabic-Language-Flag.svg/2560px-Arabic-Language-Flag.svg.png'); /* English flag */
}

/**********************************************NEW NARBAR Section End*****************************************************************************************/
/**********************************************About uS Section Start*****************************************************************************************/
.video-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); /* Black transparent layer */
    z-index: 1;
}

.headerVideo {
    width: 100%;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
}

.video-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white;
    max-width: 450px;
    font-family: 'Arial', sans-serif;
    z-index: 2; /* Above the overlay */
}

    .video-text h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap
    }

    .video-text p {
        font-size: 1.1rem;
        line-height: 1.5;
        opacity: 0.95;
    }

    .video-text h1,
    .video-text p {
        text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }


.lookbook-gallery .a11y-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .lookbook-gallery .a11y-only.focusable:active,
    .lookbook-gallery .a11y-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.lookbook-gallery img {
    min-width: 20em;
    max-width: 100%;
    display: block;
    background: #ddd;
}

.lookbook-gallery .model {
    margin: 0;
    position: relative;
}




@media (min-width: 45em) {
    .lookbook-gallery .lookbook-grid {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 65em) {


    @supports (display: grid) {
        .lookbook-gallery .lookbook-grid {
            display: grid;
            grid-gap: 0.5em;
            grid-template-columns: repeat(4, minmax(200px, 1fr));
        }

        .lookbook-gallery .model {
            margin: 0;
        }

            .lookbook-gallery .model:nth-of-type(4n-1) {
                grid-row-end: span 2;
                grid-column-end: span 2;
            }
    }
}


/**********************************************About uS Section End*****************************************************************************************/
/**********************************************Media Query Start*****************************************************************************************/
@media (max-width:400px) {
    .topbaritem a, .topbaritem div {
        font-size: 10px !important;
        padding: 0px;
        margin-top: 7px;
        text-align: left;
    }

    .logo {
        margin-left: -26px;
    }
}
/**********************************************Media Query End*****************************************************************************************/

.BecomeMember {
    background: #399e96;
    text-align: center;
    padding: 4rem;
    margin-bottom: 0rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 1rem
}

    .BecomeMember a {
        background: #399e96;
        color: white;
        padding: 5px 23px;
        margin: 0px 14px;
        border-bottom: 2px solid #212529;
    }

.footer {
    background-color: var(--ThemeSecondaryColor);
    padding: 2rem 0px 1rem 0px
}

    .footer ul {
        list-style: none;
    }

.footer-col {
    width: 25% !important;
    padding: 0 15px;
}

    .footer-col h4 {
        font-size: 18px;
        color: var(--WhiteColor);
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 500;
        position: relative;
    }

        .footer-col h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            background-color: var(--ThemePrimaryColor);
            height: 2px;
            box-sizing: border-box;
            width: 50px;
        }

    .footer-col ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 16px;
        text-transform: capitalize;
        color: var(--WhiteColor);
        text-decoration: none;
        display: block;
        transition: all 0.3s ease;
    }

        .footer-col ul li a:hover {
            color: var(--WhiteColor);
            padding-left: 8px;
            font-weight: bold;
        }

    .footer-col .social-links a {
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: var(--ThemePrimaryColor);
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.5s ease;
    }

        .footer-col .social-links a:hover {
            color: var(--WhiteColor);
            background-color: var(--ThemePrimaryColor);
        }

.copyright {
    background: #f7f7f7;
    color: #212529;
    text-align: center;
    padding: 9px;
}

.BgParallexEffect {
    position: relative;
    background-image: url("../../UPDATEDVERSION/images/bgImage.png");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .BgParallexEffect::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3); /* Light black overlay */
        z-index: 1;
    }

    /* Ensure content inside stays above the overlay */
    .BgParallexEffect > * {
        position: relative;
        z-index: 2;
    }
/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}
.thumb-wrapper img.thumb-image{
    width:100px!important
}
/**********************************************Media Query End*****************************************************************************************/
/**********************************************Item Page CSS START*****************************************************************************************/
.truncateitemtext {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: break-spaces;
}

.item-header {
    flex-direction: row;
    flex-wrap: wrap;
}


.active-category a {
    color: var(--ThemePrimaryColor) !important
}

.active-subcategory a {
    color: var(--ThemePrimaryColor) !important;
    font-weight: 700;
}

.sortingdropdown {
    min-width: 180px;
    max-width: 100%;
}

/* On very small screens, stack vertically */
@media (max-width: 576px) {
    .item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

        .item-header .d-flex {
            width: 100%;
            justify-content: space-between;
        }

    .sortingdropdown {
        width: 100%;
    }
}

.sidebar {
    padding: 10px 10px;
    background: white;
    position: sticky;
    top: 102px;
    border: 1px solid #dedede;
    border-radius: 6px;
}

.TagOptionMain {
    position: absolute;
    top: 5px;
    right: 0px;
}

.TagBadge {
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    background: var(--ThemeSecondaryColor);
}

.category-list {
    list-style: none;
    padding: 0;
    cursor: pointer
}

/*ul.category-list li {
    padding: 10px 0px;
}
*/
.category-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 8px 0;
    font-weight: bold;
    border-bottom: 1px solid #7a7676;
}

    .category-header a, .subcategory-list a {
        text-decoration: none;
        color: black
    }

.subcategory-list {
    list-style: none;
    padding-left: 15px;
    margin: 5px 0;
    cursor: pointer
}

    .subcategory-list li {
        padding: 5px 0;
    }

.subcategory-img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: middle;
}

.ItemCard {
    cursor: pointer;
    /* padding: 13px; */
    border: none !important;
    /* border-bottom: 2px solid var(--ThemePrimaryColor) !important; */
    border-radius: 0px !important;
    margin-bottom: 1rem;
}

    .ItemCard:hover {
        transition: 0.3s;
        font-weight: bold;
    }

    /*       .ItemCard:hover .itemcardtextsection {
            font-weight: bolder
        }*/

    .ItemCard img {
        height: 200px;
        object-fit: cover;
    }

    .ItemCard:hover img {
        transition: 0.3s;
        transform: scale(1.02);
    }
/*        .itemcardtextsection {
            display: flex;
            justify-content: space-between;
        }*/

.ItemAmountBadge span {
    align-items: center;
    gap: 4px;
    font-weight: bold;
    color: black;
    font-size: 20px;
}

.ItemAmountBadge .PriceCount {
    position: relative;
    bottom: 3px;
}

.ItemAmountBadge img {
    height: 20px !important;
    /* display: block; */
    position: relative;
    bottom: 2px;
}

.itemdescription {
    margin-top: 8px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: break-spaces;
}

.ItemDetailImgSec img {
    width: 100%;
    aspect-ratio: 0 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.SubCategoryDetails {
    background: #f1f5f9;
    padding: 10px;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: scroll;
}



    .ItemBoxes {
        display: flex;
        flex-wrap: wrap;
        /*    justify-content: center;
*/ gap: 12px;
        padding: 10px;
    }

    .ItemBoxes .ItemCard {
        flex: 1 1 calc(25% - 12px); /* Default: 4 items per row on large screens */
        max-width: 330px;
        box-sizing: border-box;
    }

        .ItemBoxes .ItemCard img {
            height: auto;
            object-fit: cover;
            border-radius: 8px;
        }

/* Tablet View (3 per row) */
@media (max-width: 1024px) {
    .ItemBoxes .ItemCard {
        flex: 1 1 calc(33.33% - 12px);
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 5px;
        border-radius: 7px !important;
    }
}

/* Mobile View (2 per row) */
@media (max-width: 600px) {
    .ItemBoxes .ItemCard {
        flex: 1 1 calc(50% - 12px);
   
    }

        .ItemBoxes .ItemCard img {
            height: 130px;
        }

    .truncateitemtext {
        -webkit-line-clamp: 1 !important;
    }
}

@media (max-width: 400px) {
    .ItemBoxes .ItemCard img {
        height: 110px;
    }
}

.mainsize {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 7px;
    margin: 0rem 0px 1rem 0px;
}

.attributelistitem {
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 13px;
}

    .attributelistitem:hover {
        background: var(--ThemePrimaryColor);
        color: white
    }

.AddToCartBtn {
    background: var(--ThemePrimaryColor);
    color: white;
    border-radius: 60px;
    /* min-width: 220px; */
    padding: 10px 2rem;
}

    .AddToCartBtn:hover {
        background-color: #499490
    }

.FavouriteBtn {
    background-color: #fff;
    border: 1px solid #3a3a3a;
    color: #000;
    border-radius: 60px;
    /* min-width: 220px; */
    padding: 10px 2rem;
}

    .FavouriteBtn:hover {
        background: #ff4545;
        color: white;
        border-color: red;
    }

.b-list--dots {
    margin-bottom: 24px;
    padding-left: 20px;
}

    .b-list--dots li {
        list-style-type: disc;
    }

.accordianbtn {
    background: white !important;
    border-top: 1px solid grey !important;
}

.accordianbtn {
    color: black;
    font-size: 18px;
}



/**********************************************Item Page CSS END*****************************************************************************************/
/**********************************************CART  CSS START*****************************************************************************************/
.slideInRight.show {
    overflow: hidden !important;
}

.slideInRight {
    animation-name: slideInRight;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}


.modal-dialog {
    /* max-width: 80% !important; */
    width: 80% !important;
    min-width: auto;
}

body[lang=ar] .modalcartdialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
    direction: ltr !important;
    MARGIN-RIGHT: AUTO !IMPORTANT;
}

body[lang=en] .modalcartdialog {
    margin-left: auto;
    margin-right: 0 !important;
    margin-top: 0px;
}

body[lang=en] .CartPage {
    height: 100dvh;
    border-radius: 0px !important;
    left: 20%;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    width: 80%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* New: To prevent outer scroll */
}
.badge-Cash {
    background: #54de726e;
    /*        padding: 4px 10px;
    */ color: green;
    border-radius: 5px;
    /*      font-size: 15px;*/
    /*width: 60px;*/
}
.badge-refunded {
    background: #e4a100
}

.retrunitemcheckbox {
    border: 1px solid black !important;
}
    .retrunitemcheckbox:checked {
        background-color: #0d8a4a !important;
    }

    .badge-paid {
        background: #0b8949
    }
.badge-Wallet {
    background: #9ea4fd9e;
    /*        padding: 4px 10px;
    */ color: #0707a8;
    /*      border-radius: 5px;*/
    /* font-size: 15px;
            width: 60px;*/
}

.badge-GiftCard {
    background: #9b569b9e;
    color: #610561;
    /*padding: 4px 10px;
            border-radius: 5px;
            font-size: 15px;
            width: 60px;*/
}

.badge-Card {
    background: #edeeff;
    color: #000549;
    /*        width: 60px;
    */
}
.Dlvrbdge, .badge {
    min-width: 90px;
    border-radius: 3px;
    font-size: 11px !important;
    padding: 7px;
    color: white;
}
/**Return Type Badge*/
.badge-ReturnType-Partial {
    background: #e68700;
}

.badge-ReturnType-Full {
    background: green;
}

body[lang=ar] .CartPage {
    height: 100dvh;
    overflow: auto;
    border-radius: 0px !important;
    right: 0;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    width: 80%;
    left: 0;
}

.modal-header {
    padding: 5px 15px;
    border: 0;
    background: whitesmoke;
    color: #3f3f3f;
}

.modal-body {
    padding: 10px 15px;
    border-radius: 6px;
    max-height: none;
    overflow: auto;
    flex-grow: 1;

}

.cartItems {
    background: #f8f8f8;
    border-radius: 6px;
    padding: 8px;
    /*    box-shadow: 1px 4px 7px 1px #d1d1d1;*/
}

.close {
    background-color: var(--ThemeSecondaryColor);
    padding: 1px;
    font-size: 16px;
    position: relative;
    border-radius: 50%;
    color: white;
    float: right;
    bottom: 0px;
    top: -5px;
    left: 20px;
    height: 25px;
    width: 25px;
    text-align: center;
    /* border-top-right-radius: 7px; */
    /* border-bottom-left-radius: 7px; */
    z-index: 9;
    cursor: pointer;
}

.item-image {
    height: 92px;
    width: 90px;
    border-radius: 5px;
}

.head {
    font-size: 17px;
    margin: 0px;
}

.item-add {
    /* padding: 0px; */
    background-color: var(--ThemePrimaryColor);
    color: white;
    /* font-size: 19px; */
    border-radius: 5px;
    width: 24px;
    margin-top: 4px;
    text-align: center;
}

.count {
    font-size: 20px;
    margin: 3px 10px;
}

.btnCheckOut {
    background: var(--ThemePrimaryColor) !important;
    width: 100% !important;
    border-radius: 20px !important;
    color: white !important;
    
    /*    box-shadow: 1px 1px 4px 1px gray !important;*/
}

.form-group {
    margin-bottom: 10px;
}

body[lang=ar] .close {
    float: right !important;
}

.CurrencyImage {
    height: 13px !important;
    position: relative;
    bottom: 0px;
}

.CartCount {
    position: relative;
    left: -8px;
    font-weight: 600;
    top: -15px;
    background: #086536;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 11px !important;
    padding-top: 3px;
}





/**********************************************CART CSS END*****************************************************************************************/
/**************************************************Account Page CSS***************************************************************************/
body[lang=ar] .showpasswordiconmain {
    left: 0px;
    right: auto;
}

.showpasswordiconmain {
    right: 0px;
    left: auto;
}

body[lang=ar] .showpasswordicon {
    bottom: 31px;
    right: -7px;
    position: relative;
    left: auto;
}

.showpasswordicon {
    bottom: 31px;
    right: auto;
    left: -7px;
    position: relative;
}

.google {
    font-size: 30px;
    background: #b52c72;
    margin-right: 7px;
    cursor: pointer;
    color: white;
    padding: 7px;
    border-radius: 50%;
}
/*cpatcha css*/
.Captcha img {
    height: 50px;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid gray;
}

.Captcha input {
    width: 100% !important;
    height: 50px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid gray;
    text-transform: uppercase;
}

    .Captcha input:focus-visible {
        outline: none;
    }

.Captcha br {
    display: none !important
}
/*cpatcha css*/
.starick {
    color: red;
    font-size: 11px !important;
}

.googleimg {
    height: 35px;
    width: fit-content;
}

.register {
    font-size: .9em;
    color: #fff;
    text-align: center;
    margin: 25px 0 10px;
}
/**************************************************Account Page CSS***************************************************************************/
/**************************************************Checkout Page CSS***************************************************************************/
::selection {
    color: #FFFFFF;
    background-color: #31285C;
}

.giftcarddisclaimer {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    background: rgb(0, 5, 73, 0.8);
    width: 100%;
    left: 0;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}

.applydiscountbtn {
    height: 35px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    outline: none;
    font-size: 0.9rem;
    background: var(--ThemeSecondaryColor) !important;
    border: none;
    float: right;
    /*    margin-top: 1.7rem !important;*/
}

    .applydiscountbtn:disabled {
        cursor: not-allowed;
        background-color: lightgray;
        color: black;
    }

@media (max-width: 768px) {
    .giftcarddisclaimer p {
        font-size: 10px;
    }
}

.giftcarddisclaimer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}

.giftcarddisclaimer span {
    font-weight: bold;
    text-decoration: underline;
    color: #ffe5ec;
}

.giftcarddisclaimer p span {
    display: inline-block;
    padding: 0 5px;
}

.wrapper {
    min-height: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.07);
}

.fa-copy {
    padding-left: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #b52c72;
    padding-top: 8px;
}


.confirmOrder {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    outline: none;
    font-size: .9rem;
    background: var(--ThemePrimaryColor) !important;
    border: none;
}

.group {
    margin: 10px 0;
}

table {
    width: 100%;
}

.item-img img {
    /*width: 5rem;
            height: 5rem;
            border-radius: 10px;*/
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
}

.item-details {
    padding: 5px;
    /*        display: flex;
            flex-direction: column;
    */
}

    .item-details .item-title {
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        padding-left: 10px;
        white-space: nowrap;
    }

    .item-details .item-size, .item-qty {
        color: #AAA8BB;
        font-weight: 500;
        font-size: 14px;
    }

.item-price {
    font-weight: 600;
    text-align: right;
}

.divider {
    width: 100%;
    height: .5px;
    background-color: lightgray;
    margin: 10px 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.btnSendCode {
    background: var(--ThemePrimaryColor);
    color: white;
    margin-top: 2rem;
    float: right;
    box-shadow: 1px 3px 4px 1px #808080c9;
}

    .btnSendCode:hover {
        background: var(--ThemePrimaryColor);
        cursor: pointer;
        color: white;
        box-shadow: none;
    }

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

th {
    position: sticky;
    top: -1px;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

    .otp-field input:focus {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    .otp-field input::-webkit-inner-spin-button,
    .otp-field input::-webkit-outer-spin-button {
        display: none;
    }

.resend {
    font-size: 12px;
}

.ss-main {
    height: 38px;
}

.chooseFileButton {
    border: 1px solid #ced4da;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
}

.paymentcard {
    height: fit-content;
    padding: 6px;
    box-shadow: none;
    border: 1px solid #cfcdcd;
    color: #2e2e2e;
    transition: 1s;
    background: whitesmoke;
    cursor: pointer;
    min-width: 100px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 10px;
}

    .paymentcard:hover {
        color: white !important;
        transition: 1s;
        height: fit-content !important;
        padding: 6px !important;
        /*   box-shadow: 0px 0px 5px 2px #dbdbdb !important;*/
        border: 1px solid var(--ThemePrimaryColor) !important;
        background: var(--ThemePrimaryColor);
    }

.paymentcardactive {
    color: white !important;
    transition: 1s;
    height: fit-content !important;
    padding: 6px !important;
    /* box-shadow: 0px 0px 5px 2px #dbdbdb !important; */
    border: 1px solid var(--ThemePrimaryColor) !important;
    background: var(--ThemePrimaryColor);
}

.OrderType:hover {
    background: radial-gradient(#7a6cbd, #31285c);
    padding: 10px 17px;
    border-radius: 1px;
    color: #ffffff;
    border: 2px solid #31285c;
    cursor: pointer;
    /*width: 40%;*/
    text-align: center;
    transition: 1s
}

.OrderTypeSelected {
    background: radial-gradient(#7a6cbd, #31285c);
    padding: 10px 17px;
    border-radius: 1px;
    color: #ffffff !important;
    border: 2px solid #31285c;
    cursor: pointer;
    /*width: 40%;*/
    text-align: center;
    transition: 1s
}

.OrderType {
    padding: 10px 17px;
    border-radius: 1px;
    color: #31285c;
    border: 2px solid #31285c;
    cursor: pointer;
    width: 20%;
    text-align: center;
}



/*    .card {
        box-shadow: none !important;
        border-radius: 5px !important
    }*/

.table tr th,
.table tr td {
    padding: 5px !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    border-bottom: 1px solid #e9ecef !important;
    color: #2e2e2e !important;
    font-size: 16px !important;
    text-align: center;
}

.paymentMethodCardRow {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #f5f5f5;
    font-size: 12px;
    text-align: center;
    margin: 10px 10px 10px 0px;
    width: 20%;
}

@media (min-width:400px) and (max-width:550px) {
    .paymentMethodCardRow {
        width: 45%;
    }
}

@media only screen and (max-width:399px) {
    .paymentMethodCardRow {
        width: 100%;
    }
}

.paymentmethodcardimage {
    height: 35px;
    margin-top: 10px;
}

.incresedecrasequantity {
    justify-content: end;
    align-items: flex-end;
    float: left;
    position: relative;
    right: -3rem;
    top: -26px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: gray;
    color: white;
    cursor: not-allowed;
    opacity: 0.6;
}


.QtyIcon {
    display: flex;
    background: #ebeaea;
    min-width: 70px;
    border-radius: 7px;
    color: white;
    text-align: center;
    align-items: center;
    padding: 1px 10px;
    font-size: 14px;
    justify-content: space-between;
    color: #31285c;
}

    .QtyIcon .remove-circle-outline {
        background: #000549;
        margin: -1px -10px;
        border-top-left-radius: 5px;
        padding: 5px;
        border-bottom-left-radius: 5px;
        color: white;
        cursor: pointer
    }

    .QtyIcon .add-circle-outline {
        background: #000549;
        margin: -1px -10px;
        border-top-right-radius: 5px;
        padding: 5px;
        border-bottom-right-radius: 5px;
        color: white;
        cursor: pointer
    }

.paymentMethodCardRow:hover {
    background: #e3e3e3
}

.cartItem .fa-regular {
    float: right;
    font-size: 25px;
    position: relative;
    bottom: 10px;
    left: 10px;
    background: #000549;
    border-radius: 50%;
    color: white;
    /* padding: 0px; */
    cursor: pointer;
}

.ordertypebadge {
    padding: 4px;
    background: var(--ThemePrimaryColor);
    color: white;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

.disabled-card-body {
    opacity: 0.5;
    pointer-events: none; /* Prevents interaction */
    cursor: not-allowed;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    background: #1978c3;
    color: white;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    min-height: 40px !important;
}

.bootstrap-tagsinput {
    line-height: 32px !important;
}

    .bootstrap-tagsinput input {
        width: 100% !important;
        background: #e7e7e7bd !important;
        border-radius: 5px !IMPORTANT;
        margin-top: 4px !important;
    }

.ss-content .ss-list .ss-option {
    display: flex;
    /* padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l); */
    color: var(--ss-font-color);
    cursor: pointer;
    user-select: none;
    padding: 10px !important;
}

.checkoutclose {
    left: 16px
}
/**************************************************CheckoutPage CSS***************************************************************************/
/**************************************************Home CSS***************************************************************************/
.one h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 2;
}

.one h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: #080808;
    transition: all 0.4s ease 0s;
}

    .one h2:before {
        width: 28px;
        height: 5px;
        display: block;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 48.5%;
        /* margin-left: -14px; */
        background-color: var(--ThemePrimaryColor);
    }

    .one h2:after {
        width: 100px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin: 0 auto;
        background-color: var(--ThemePrimaryColor);
    }

.PromotionCampaign {
    background: #ececec;
    padding: 20px;
    border-radius: 20px;
    min-height: 350px;
    margin-top: 2rem;
    position: relative;
}

.AnnoucmentStaus {
    position: absolute;
    color: #fff;
    display: block;
    z-index: 1;
    border-radius: 19px;
    text-align: center;
    box-shadow: 1px 1px 5px #00000054;
    padding: 5px 11px;
    font-size: 14px;
    bottom: 10rem;
    text-align: center !important;
    font-size: 8px;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-name: bounce-2;
    animation-timing-function: ease;
    background: forestgreen;
}

.AnnoucmentStatusText {
    margin: 0px;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 12px;
}

.annoumentheading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: -webkit-fill-available;
    font-weight: 700;
}

.PromotionCampaignPrice {
    min-width: 100px;
    text-align: right !important;
    font-weight: 700;
    color: var(--ThemePrimaryColor);
}

.AnnoucmentCardMesage {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: break-spaces;
}

.PromotionCampaign img {
    height: 230px;
    width: 100%;
    border-radius: 45px;
    position: relative;
    top: -4rem;
    aspect-ratio: 1 / 1;
    box-shadow: 1px 1px 5px #00000054 !important;
    /* object-fit: cover; */
}

.videocard {
    border-radius: 10px;
}

#GreetingMoreDetailsVideo, #PromotionModalVideo, #modalVideo {
    border-radius: 10px;
    max-height: 200px;
    border-radius: 10px;
    max-width: 500px;
}

.MessageSection {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    padding: 8px;
}

.zoomincard {
    margin-bottom: 10px;
}

.prefencescardheader {
    text-align: center;
    font-size: 2rem;
}

    .prefencescardheader i {
        color: var(--ThemePrimaryColor)
    }

.zoomincard button, .zoomincard a {
    color: black !important;
    background: none !important
}

.AnnoucmentCampaign {
    background: #ececec;
    border-radius: 20px;
}

    .AnnoucmentCampaign img {
        height: 230px;
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

/**************************************************Home CSS***************************************************************************/
/**************************************************Loyalty Card CSS***************************************************************************/
.Dsn1LoyaltyCard {
    background: #3A3A3A;
    background: linear-gradient(90deg,rgba(228, 161, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

    .Dsn1LoyaltyCard .CardLogoStars .Logotitle {
        margin-top: 0px !important;
    }

.CardLogoStars h6 {
    font-size: 30px;
    color: white;
    font-weight: 900;
    margin-bottom: 0px;
}

.Dsn1LoyaltyCard .CardHeaderTitle {
    color: white;
    margin-bottom: 0px;
    font-size: 12px;
}

.Dsn1LoyaltyCard .CardHeaderTitle {
    font-size: 16px;
}

.LoyaltyCardNumber {
    margin-bottom: 0px;
    font-size: 28px;
    color: #ffcc00;
}

.Dsn1LoyaltyCard .ContentDiv {
    border-radius: 10px;
}

.LoyaltyCardQr {
    padding: 10px;
}

    .LoyaltyCardQr img {
        max-height: 230px;
        position: relative;
        top: 0px;
    }

.StarIcons {
    font-size: 24px;
    padding-right: 10px;
    color: #ffda49 !important
}

.NewloyaltyCard {
    background: linear-gradient(90deg,rgba(228, 161, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    color: white;
    width: 330px;
    display: block;
    margin: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.QRCodeNumber {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #c8a51a;
    margin: 1rem 0px;
    border-right: 0;
    border-left: 0;
    font-size: 20px;
}
/**************************************************Loyalty Card CSS***************************************************************************/
/**************************************************Evoucher CSS***************************************************************************/
#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    border-radius: 6px;
}

#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: var(--ThemePrimaryColor);
    position: absolute;
    z-index: 11;
    bottom: 0;
    transition: all .4s linear;
}

#tile-1 .nav-tabs li {
    margin: 0px !important;
}

#tile-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: var(--ThemePrimaryColor) !important;
}

#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 20px 40px;
    font-size: 16px;
    border: none !important;
    color: #333;
}

#tile-1 .nav-tabs li {
    margin: 0px !important;
}
/**************************************************Evoucher Card CSS***************************************************************************/
/**************************************************User Profile Card CSS***************************************************************************/
.ProfileLeftCard img {
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 150px;
    width: 150px;
}

.table-condensed {
    width: 100% !important;
}

.ProfileLeftCard span {
    font-size: 13px;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 5px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        background-color: #1b3d6d !important;
        color: white;
    }

.apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value, .apexcharts-datalabels, .apexcharts-pie-label {
    cursor: default;
    pointer-events: none;
    font-size: 13px;
    font-family: none !important;
}

body[lang=ar] .pull-right {
    float: left !important;
}



.anychart-credits-text {
    display: none;
}

.ng-cloak {
    display: none !important;
}

.noactivity {
    padding-left: 10px;
    padding-right: 16px;
    text-align: justify;
    line-height: 2;
    border-radius: 6px;
    border: 3px dashed black;
    color: red;
}

g[data-ac-wrapper-id="10"] {
    display: none;
}

.LoyaltyCard .CardLogoStars .Logotitle {
    margin-top: 0px !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important
}

.carousel-item img {
    height: 440px;
/*    object-fit: cover;*/
/*    border-radius: 5px;*/
/*    margin-top: 2rem;*/
}

.LoyaltyCard .CardHeaderTitle {
    font-size: 16px;
}

/*    .LoyaltyCardQr {
        background: white;
        border-radius: 4px;
        width: fit-content;
        margin-top: 2rem;
    }*/
.LoyaltyCardQr img {
    max-height: 230px;
    position: relative;
    top: 30px;
}

.LoyaltyCardNumber {
    margin: 7px 0px !important;
    margin-bottom: 0px;
    font-size: 13px;
    color: #ffcc00;
}

.SingleLineFooter {
    background: var(--ThemeSecondaryColor);
    padding: 1rem;
    margin-top: 1rem;

    width:100% !important
}



    .SingleLineFooter .FooterItems a {
        color: white;
        margin-right: 1rem;
        display: block;
/*        min-width: 155px;
*/        margin-bottom: 10px;
    }

.social-links a {
    font-size: 15px !important;
    color: white;
    background: #e4a100;
    margin: 0px 10px 0px 0px;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
}

@media (min-width: 300px) and (max-width: 405px) {
    .LoyaltyCard .qrDiv p {
        font-size: 14px !important;
    }
    .SingleLineFooter {
        background: var(--ThemeSecondaryColor);
        padding: 1rem;
        margin-top: 1rem;
        position: relative;
        bottom: 0px;
        width: 100% !important
    }

    .qrimagediv {
        background: white;
        border-radius: 5px;
        height: 50px;
    }

    .LoyaltyCard .ContentDiv {
        padding: 0px !important;
    }
}

.CardLogoStars h6 {
    padding-left: 13px;
    font-size: 20px;
    color: white;
    font-weight: 900;
    margin-bottom: 0px;
}

.VdNavbar {
    background: white;
    /* background-image: var(--TexturedBackground); */
    position: fixed;
    top: 2rem;
    z-index: 99;
    width: 100%;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.Topbar {
    border-bottom: 1px solid #e0e0e0;
    background: #086536;
    position: fixed;
    top: 0rem;
    z-index: 999;
    width: 100%;
}

.MyOrder {
    margin-top: 5rem
}

#scroller {
    overflow-x: auto
}

.HeadingSection {
    padding-top: 7px;
    margin-bottom: 10px;
}

    .HeadingSection a {
        text-decoration: underline !important;
        color: black;
    }


@media (min-width: 300px) and (max-width: 768px) {
    .catgeorysidebar {
        display: none !important
    }

    .NewloyaltyCard {
        width: 100% !important
    }

    .HeadingSection nav {
        padding: 0px 15px !important;
    }

    .social-links a {
        font-size: 10px !important;
        color: white;
        background: #e4a100;
        margin: 0px 10px 0px 0px;
        padding: 4px;
        border-radius: 50%;
        width: 20px;
        text-align: center;
        height: 20px;
        white-space: nowrap;
    }
    /* .BannerMain{
        margin-top:14rem !important;
    }*/
}

.body-margin {
    margin-top: 7rem;
}

@media (min-width: 300px) and (max-width: 497px) {
    .body-margin {
        margin-top: 14rem;
    }
}
@media (min-width: 498px) and (max-width: 800px) {
    .body-margin {
        margin-top: 14rem;
    }
}
@media (min-width:801px) and (max-width: 1000px) {
    .body-margin {
        margin-top: 7rem;
    }
}
    @media (min-width: 300px) and (max-width: 400px) {
        .topbarlist {
            flex-wrap: wrap;
        }

        .SearchOrderInput {
            float: left !important;
            width: 100%;
        }


        .topbaritem {
            margin-left: 0 !important;
            padding: 5px 9px;
            min-width: fit-content;
        }

        body[lang=en] .CartPage {
            left: 0%;
            width: 100% !important;
        }

        .modal-dialog {
            width: 100% !important;
        }

        .item-image {
            height: 128px;
            width: 100%;
            border-radius: 5px;
            object-fit: fill;
            margin-bottom: 10px;
        }

        .searchbarheader {
            flex-wrap: wrap;
        }

        .luftonav-li {
            padding: 5px;
            min-width: fit-content;
            margin-right: 5px;
            margin-bottom: 5px;
            margin-left: 0px;
        }
        .luftonav-anchor {
            font-size: 14px !important;
            margin-right: 6px;
        }
        .last-subcategorylist {
            left: -8.5rem !important;
        }

        .topheaderlogo {
            margin: 10px 0px;
        }

        .luftonav {
            justify-content: center;
        }

        .carousel-control-next {
            right: 10px;
        }

        .carousel-control-prev {
            left: 10px;
        }

        .carousel-item img {
            height: auto
        }

        .ItemDetailImgSec img.main-image {
            max-height: 280px !important;
            height: 280px !important;
            margin-top: 10px;
            width:auto !important
        }

        .AddToCartBtn, .FavouriteBtn {
            padding: 10px 1rem;
        }

        .thumbs {
            flex-direction: row !important;
        }

        .accordion-button {
            padding: 12px
        }

        .ItemDetailTextSection .Title h1 {
            font-size: 19px !important;
        }
    }

    @media (min-width: 401px) and (max-width: 800px) {
        .topbaritem {
            margin-left: 0 !important;
            padding: 5px 7px;
            min-width: fit-content;
        }
        .modal-dialog {
            width: 100% !important;
        }

        .SearchOrderInput {
            float: left !important;
            width: 100%;
        }

        .ItemDetailTextSection .Title h1 {
            font-size: 19px !important;
        }

        .item-image {
            height: 128px;
            width: 100%;
            border-radius: 5px;
            object-fit: fill;
            margin-bottom: 10px;
        }

        .last-subcategorylist {
            left: -8.5rem !important;
        }

        .searchbarheader {
            flex-wrap: wrap;
        }

        .luftonav-li {
            padding: 5px 9px;
            min-width: fit-content;
            margin-right: 5px;
            margin-bottom: 5px;
            margin-left: 0px;
        }

        .topheaderlogo {
            margin: 10px 0px;
        }

        .luftonav {
            justify-content: center;
        }

        .carousel-control-next {
            right: 10px;
        }

        .carousel-control-prev {
            left: 10px;
        }

        .topbarlist {
            flex-wrap: wrap;
        }

        .carousel-item img {
            height: auto
        }

        .ItemDetailImgSec img.main-image {
            max-height: 280px !important;
            height: 280px !important;
            margin-top: 10px;
            width:auto !important;
        }

        .AddToCartBtn, .FavouriteBtn {
            padding: 10px 1rem;
        }


        .thumbs {
            flex-direction: row !important;
        }

        .accordion-button {
            padding: 12px
        }
    }

    @media (min-width: 801px) and (max-width: 995px) {
        .luftonav {
            width: 100%
        }

        .luftonav-li {
            margin-right: 5px;
        }

        .ItemDetailImgSec img.main-image {
            height: 440px !important;
            margin-top: 10px;
            object-fit: cover !important;
            width:auto !important
        }

        .AddToCartBtn, .FavouriteBtn {
            padding: 10px 1rem;
        }



        .thumbs {
            flex-direction: row !important;
        }

        .accordion-button {
            padding: 12px
        }
    }

    @media (min-width: 1130px) {
        .luftonav-li {
            min-width: 143px
        }
    }
    /**************************************************User Progile Card CSS***************************************************************************/
    /**************************************************My Order CSS***************************************************************************/
    .PRE_ASSIGNEDStatus {
        background: var(--ThemePrimaryColor);
        padding: 4px 10px;
        color: white;
        border-radius: 5px;
        font-size: 12px;
        width: 60px;
    }

    .ReceivedStatus {
        background: var(--ThemeSecondaryColor);
        padding: 4px 10px;
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }

    .CompleteStatus {
        background: #019922;
        padding: 4px 10px;
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }

    .CancelledStatus {
        background: #ba0606;
        padding: 4px 10px;
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }
    /**************************************************My Order CSS***************************************************************************/

#whatsapp-float {
    position: fixed;
    height: 47px;
    width: 47px;
    bottom: 2rem;
    right: 1%;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 1px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #whatsapp-float i {
        font-size: 28px;
        padding: 0;
        margin: 0;
    }