body {

    font-family: Lato, Almarai, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

}

.custom-scrollbar {
    /* Définir une hauteur fixe ou une hauteur maximale pour activer la barre de défilement */
    height: 200px;
    /* Exemple de hauteur fixe */
    max-height: 400px;
    /* Exemple de hauteur maximale */

    /* Activer les barres de défilement personnalisées */
    overflow-y: auto;
    /* Activer la barre de défilement verticale si nécessaire */
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f4f5f7;
    border-radius: 14px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #008080;
    border-radius: 14px;
}

@supports not selector(::-webkit-scrollbar) {
    .custom-scrollbar {
        scrollbar-color: #008080 #008080;
    }
}

.header-1 {
    background-color: #018d8d;
    color: white;
}

.link {
    text-decoration: none !important;
    color: #018d8d !important;
}

.text-red {
    color: #018d8d;
}

.btn-outline-red {
    border: 1px solid #018d8d;
    color: #018d8d;
    background-color: unset;
}

.btn-outline-red:hover {
    color: white !important;
}




.bg-red {
    background-color: #018d8d !important;
    color: white !important;
}
.bg {
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 24px;
    background-color: #008080;
    color: white;
    border: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.seach-zone {
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 10px;
}

.seach-zone-input {
    border: none !important;
    background-color: unset !important;
}

.modal {
    border-radius: 0px !important;
}

.categorie-div-img {
    width: 100px;
    height: 50px !important;
    overflow: hidden;
    border: solid 2px #187dbf;
}

.categorie-div-img img {
    width: 100%;
    height: 100px !important;
    height: auto;
}

.home-post-cart {
    width: 100%;
    height: 200px !important;
    overflow: hidden;
}

.home-post-cart img {
    height: 100% !important;

    width: 100%;
    object-fit: cover;
    height: auto;
}

.home-post-cart img {
    transition: transform 0.3s ease;
    /* Ajoute une transition pour rendre l'effet progressif */
}

.home-post-cart img:hover {
    transform: scale(1.3);
    /* Augmente la taille de l'image au survol */
}


.avatar-inscription {
    display: inline-block;
    width: 70px !important;
    height: 70px !important;
    border-radius: 70%;
}

.avatar-user-head {
    height: 25px;
    width: 25px;
    border: solid 1px #018d8d;
}

.div-head-user {
    border-radius: 20px;
    border: solid 1px rgba(255, 255, 255, 0.425);
    padding: 2px 10px 2px 2px;
}

.mini-image-details {
    height: 50px;
    border-radius: 10px;
}

.back-btn {
    background-color: unset;
    color: white;
    border: solid 1px rgba(255, 255, 255, 0.555);
    border-radius: 05px;
    padding: 5;
}

.back-btn-red {
    background-color: unset;
    color: rgb(255, 0, 0);
    border: solid 1px rgba(253, 0, 0, 0.555);
    border-radius: 05px;
    padding: 5;
}

.card-shadow:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
}

.nav-header-2 {
    background-color: #000000;
    color: white !important;
}

.no-border {
    border: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
}

.border-color {
    border: 2px solid #018d8d !important;
}

.avatar-small-product {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #008080;
}
.avatar-small-product:hover{
    box-shadow: 15px 17px 15px -3px rgba(0,0,0,0.1);
}
.avatar-small-product img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.avatar-small-product img:hover {
    transform: scale(1.1);
}


.card-iamge-post-create {
    overflow: hidden;
    height: 200px !important;
    width: 200px !important;
}

.card-iamge-post-create img {
    width: 100% !important;
    z-index: 1;
    position: absolute;
}

.card-iamge-post-create button {
    z-index: 2;
    position: relative;
    left: 10px;
    top: 10px;
}

.btn-retour-haut {
    width: 100%;
    border: none;
    font-weight: 400;
    background-color: #485769;
    color: white;
    padding: 15px 5px 15px 5px;
}

.card-notification-1 {
    background: url("https://c8.alamy.com/comp/2N74EJA/abstract-perspective-dotted-background-with-greyish-teal-squares-minimal-vector-graphic-pattern-2N74EJA.jpg")no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 20px;
}

.carouselExampleControls {
    max-height: 500px !important;
    text-align: center;
    background-color: #373737;
}

.carouselExampleControls img {
    max-height: 500px !important;
}



.carouselpropositions img {
    width: 100%;
}

.carouselpropositions {
    height: 300px;
    overflow: hidden;
}

.dropdown-menu a {
    color: black !important;
}

.dropdown-menu {
    border-radius: 0px !important;
}

.dropdown-menu-right {
    border: none !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 3px 3px 43px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 43px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 43px -12px rgba(0, 0, 0, 0.75);
}

.dropdown-menu-right .dropdown-item .bi {
    color: #018d8d;
    size: 875rem;
    margin-right: 10px;
}

.dropdown-menu-right .dropdown-item {
    size: 10px !important;
}

.input-group-text-ps {
    background-color: #ffffff !important;
    border-right: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.border-left-none {
    border-left: none !important;
}

.div-cat-shop-item img {
    width: 50%;
}

.div-cat-shop-item {
    margin: 5px;
    text-align: center;
    /* From https://css.glass */
    background: rgba(232, 93, 4, 0.11);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.2px);
    -webkit-backdrop-filter: blur(4.2px);
    border: 1px solid rgba(232, 93, 4, 0.28);
}

.card-image-inscription img {
    width: 130%;
}

.card-image-inscription {
    overflow: hidden;
}

.fil-import-registrer {
    text-align: center !important;
    border: solid 2px #018d8d;
    border-style: dashed;
    padding: 10px;
    color: #000000;
}

.btn-vend {
    color: #018d8d;
    font-weight: 500;
    border: solid 1px #018d8d;
    padding: 5px;
}

.btn-select-file {
    background-color: #fdac77;
    text-align: center;
    height: 100px !;
    width: 100px !important;
}

.btn-select-file img {
    width: 70%;
    height: 100px;
    width: 100px;
}

.no-picture {
    height: 100px;
    width: 100px;
    border: solid 1px #000000;
    border-style: dashed;
}

.car-image-upload {
    height: 100px;
    width: 100px;
    border: solid 1px #000000;
    border-style: dashed;
    object-fit: cover;
    overflow: hidden;
}

.car-image-upload img {
    height: 100% !important;
    width: 100% !important;


}


.car-image-upload button {
    border-radius: 50px;
    background-color: red;
    color: white !important;
    border: none;
}

.form-control-ps {
    border-radius: 0px !important;
    padding: 20px !important;

}

.color {
    color: #148989;
}

.card-footer-option {
    background-color: white;
    border-left: solid 3px #3b3838;
}

.header-btn-position {
    bottom: -300px;
    width: 100%;
}

.bg-success-ps {
    background-color: #018d8d !important;
}



/* .option-icon-header {
    right: 0px;
    text-transform: capitalize;
} */

/* .option-icon-header:hover {
    color: #008080 !important;
}  */


.elementToHideBeforeScroll {
    display: none;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.hide {
    display: none;
}

.slick-dots {
    display: none !important;
}

.comment-position-top a {
    padding-left: 0px !important;
    padding-right: 17px !important;
}

.password_show {
    position: absolute;
    right: 20px;
    bottom: 14px;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    font-weight: bold;
    border: none;
}


.badge-like-post-count {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #008080 !important;

}

.card-img-top img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.card-img-top {
    height: 200px !important;
    overflow: hidden;
}

.card-img-top img:hover {
    scale: 1.1;
}

.slick-arrow {
    background-color: #ffffff17 !important;
    border: white !important;
    border-radius: 100% !important;

}

.slick-arrow i {
    color: white !important;
}

.slick-arrow span {
    color: white !important;
}

.avatar img {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}

.card-image-shopiner {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.card-image-shopiner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-image-shopiner img:hover {
    transform: scale(1.1);
}

.shopinner-cup-image {
    position: absolute;
    right: 0px;
}

.note-shopinner-bas {
    background-color: #e0e0e0b6;
    padding: 05px;
    border-radius: 5px;
    border: solid 1px #0080801c;
}

.btn-start-profile {
    background-color: unset;
    position: absolute;
    border: none;
    right: 0px;
    top: 0px;
}

.btn-rating-modal {
    border: none;
    background-color: unset;
}


.rating-yellow-color {
    color: #008080;
}

.avatar-profil-user {
    height: 80px;
    width: 80px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #018d8d;
}

.avatar-profil-user img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.avatar-profil-user img:hover {
    transform: scale(1.1);
}

.btn-btn-shop-style {
    border: none;
    background-color: unset;
    padding: 0px !important;
    cursor: pointer !important;
}

.btn-btn-shop-style:hover {
    font-weight: bold;
    color: #008080;
}

.btn-btn-shop-style-select {
    border: solid 1px white !important;
    width: 100% !important;
}

.image-visible-login {
    position: absolute;
    right: 10px;
    top: 14px;
}

.luxury {
    color: red !important;
}

.btn-favoris-added {
    background-color: #008080 !important;
    color: white !important;
}

.cursor {
    cursor: pointer;
}

.password_show2 {
    position: absolute;
    right: 20px;
    bottom: 14px;
    color: #008080;
    font-weight: bold;
    border: none;
    background: transparent;
}

.scrollbar-y-nav {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.selected-register {
    border: solid 5px #008080 !important;
    background-color: #00808015 !important;
}

.btn-ping-shopinner {
    border: none;
    background-color: unset;
    padding: 0px !important;
}


.popup-content {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}

.link-red:hover {
    color: #df1379 !important;
}

.btn-slide-home {
    background-color: rgba(0, 0, 0, 0.6); /* Slightly transparent black */
    border: none;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.3s;
    margin: 0 20px;
    pointer-events: all;
}

.btn-slide-home i {
    font-size: 24px;
}

.btn-slide-home:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
    color: #fff;
}

.group-btn-slide {
    width: 100%;
    position: absolute !important;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}


.btn-publier-header {
    color: #018d8d !important;
    border-radius: 10px;
    background-color: transparent !important;
    border: solid 2px #018d8d;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

.multi-color-btn {
    background: url("/icons/color-wheel.png")no-repeat;
    background-size: cover;
}

.custom-scrollbar-left {
    height: 400px;
    overflow-y: auto;
    /* Activer la barre de défilement verticale */
    overflow-x: hidden;
    /* Cacher la barre de défilement horizontale */
    direction: rtl;/
}

.icon-icon-header:hover {
    color: #ff0080 !important;
}

.div-sroll-recherche {
    margin-top: 15px;

}

.myInputRecherche {
    width: 20%;
    border: solid 1px #96999b;
}

.transition-width {
    transition: width 0.3s ease-in-out;
    /* Ajoute une transition de largeur avec une durée de 0.3s */
}

.full-width {
    width: 100%;
}

.span-icon-recherche {
    background-color: #008080;
    color: white;
    padding: 7px;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 1px;
    border: none;
    border-radius: 5px;;
}



/* Container pour les logos */
.container-logo-home {
    width: 100%;
    /* Largeur de votre conteneur */
    height: 100px;
    /* Hauteur de votre conteneur */
    overflow: hidden;
    /* Cacher les logos supplémentaires */
    position: relative;
    /* Position relative pour les animations */
}

/* Liste des logos */
.logo-list-logo-home {
    display: flex;
    /* Affichage en ligne des logos */
    animation: scroll 15s linear infinite;
    /* Animation de défilement */
}

/* Animation de défilement */
@keyframes scroll {
    0% {
        transform: translateX(0);
        /* Début sans décalage */
    }

    100% {
        transform: translateX(-100%);
        /* Défilement complet vers la gauche */
    }
}

/* Style des logos */
.logo-list-logo-home img {
    width: 50px;
    /* Largeur de chaque logo */
    height: auto;
    /* Hauteur automatique pour maintenir les proportions */
    margin-right: 10px;
    /* Marge entre chaque logo */
}

/* Pour s'assurer que la hauteur du conteneur est suffisante pour afficher les logos */
.container-logo-home img {
    height: 100%;
}

.swal-wide {
    background-color: white !important; /* Set background color to white */
    border-radius: 10px; /* Add border radius for rounded corners */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 400;
}

.color-red {
    color: #f6182a;
}

.close-modal-preview {
    position: fixed;
    top: 120px;
    z-index: 600;
    right: 50px;
    border: none;
    background-color: transparent;
}

.btn-etat-shop {
    border: none;
    background-color: transparent;
    outline: none;
    width: 100%;
    text-align: left !important;
}

.btn-etat-shop:hover {
    font-weight: bold !important;
    color: #018d8d;
}

.cusor {
    cursor: pointer;
}




.text-bold {
    font-weight: bold;
}

.text-black {
    color: black !important;
}

.btn-like-details {
    background-color: white;
    border-radius: 15px;
    border: solid 1px rgba(0, 0, 0, 0.185);
    padding: 5px 10px 5px 15px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 13;
    cursor: pointer;
    width: 60px !important;
}

.btn-like-details:hover {
    background-color: #ececec;
}

.modal-dialog-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
}

.gallery-image-details {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 2px;
}

.gallery-image-details img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.voir-plus-home-texte {
    animation-duration: .8s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
    font-weight: bold;
}

@keyframes clignoter {
    0% {
        color: #000000;
    }

    40% {
        color: #018d8d;
    }

    100% {
        opacity: #000000;
    }
}


.zoom-in {
    cursor: zoom-in;
}

.text-end {
    text-align: right !important;
    font-size: 15px;
}

.avatar-post-like {
    height: 50px !important;
    width: 50px !important;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5px;
}

.avatar-post-like img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.modal {
    background-color: #0080806c !important;
}

.badge-frais-details {
    background-color: #ecedf1;
    color: rgb(39, 38, 38);
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 40px;
    border-right: solid 3px #018d8d;
    cursor: pointer;
}

.btn {
    border-radius: 5px !important;
    font-weight: 500 !important;
}

.btn:hover {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.avatar-shopinner-details {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;
}

.avatar-shopinner-details img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.strong {
    font-weight: bold;
}
.strong1 {
    font-weight: bold;
}
.border-r{
    border-radius: 5px !important;
}

.tb-head{
    background-color: #008080;
    color: white !important;
}

.table tbody td{
    vertical-align: top !important;
}






.div-scroll-publier{
    margin-top: 20px;
}
.container-search {
    position: absolute;
    margin-right: 20%;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: -10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;

    .search-search {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 35px;
        height: 35px;
        color: white !important;
        background: #008080;
        border: none !important;
        border-radius: 50%;
        transition: all 1s;
        z-index: 4;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);

        &:hover {
            cursor: pointer;
        }
    }

    input {
        font-family: 'Inconsolata', monospace;
        position: absolute;
        top: 50%;
        right: 70px;
        transform: translateY(-50%);
        width: 0;
        height: 35px;
        outline: none;
        border: none;
        background: #e4e4e4;
        color: black;
        text-shadow: 0 0 10px #e4e4e4;
        padding: 0 20px;
        border-radius: 30px;
        box-shadow: 0 0 10x 0 #e4e4e4;
        transition: width 0.5s ease;
        opacity: 0;
        z-index: 5;
        font-weight: bolder;
        letter-spacing: 0.1em;

        &:hover {
            cursor: pointer;
        }

        &:focus {
            width: 200px;
            opacity: 1;
            cursor: text;
        }

        &::placeholder {
            color: rgb(0, 0, 0);
            opacity: 0.5;
            font-weight: bolder;
        }
    }
}

.card-image-shop-categorie{
    height: 120px;
    overflow: hidden;
}
.card-image-shop-categorie img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-image-shop-categorie img:hover{
    scale: calc(1.2);
}
.no-bg{
    background: unset !important;
    background-color: unset !important;
}
.bg-color{
    background-color: #008080!important;
    color: white!important;
}

.cart_selected_single_thumb{
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 10px ;
    border:solid 1px #018d8d;
}
.cart_selected_single_thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.Selected_options div{
    background-color: #dadada5d;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    border:solid 1px #dadadaad;
}
#Selected_options {
    display: flex;
    flex-wrap: wrap;
    align-items: left;  /* Ensure vertical alignment */
}

.reset_select_option {
    background-color: red !important;
    color: white;
    border-radius: 7px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 10px; /* Space between the reset button and the last option */
}

.color-shop-filtre{
    height: 20px;
    width: 20px;
    border-radius: 2px;
    margin-right: 10px;
    border-radius: 100%;
    border:solid 1px rgba(0, 0, 0, 0.418);
}
/* .reset_select_option{
    background-color: red !important;
    color: white;  border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    cursor: pointer;
} */
.map-adresse{
    height: 300px;
    border-radius: 10px;
    border:solid 1px #008080;
}

.gallery-image-details-preview{
    height: 60px;
    width: 60px;
    overflow: hidden;
}

.gallery-image-details-preview img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.btn-note-rating{
    background-color: white;
    color: #008080;
    border: solid 1px #008080;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    margin: 3px;
}
.btn-note-rating .active{
    background-color: #008080;
    color: white;
}
.btn-note-rating:hover{
    background-color: #008080;
    color: white;
}

/* table scrolling */

.data-input {
    overflow: hidden;
    width: 5px;
    height: 5px;
}

#table-wrapper {
    position: relative;
    overflow-x: auto; /* Allow horizontal scrolling */

}

#table-scroll {

    height: calc(450px - 50px);
    /* overflow: auto; */
    overflow-y: auto; /* Allow vertical scrolling */
    overflow-x: auto; /* Ensure horizontal scrolling for wide tables */

    margin-top: 20px;
}

#table-wrapper table {
    width: 100%;
    min-width: 700px; /* Prevent columns from becoming too narrow */

    border-collapse: collapse;
}

thead {
    background-color: #008080;
    color: white !important;
}

thead th {
    position: sticky;
    top: 0;
    background: #008080;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 100;
}

tbody td {
    vertical-align: top !important;
}


/* Responsive Styles for Mobile */
@media (max-width: 768px) {
    thead th {
        width: 20px; /* Reduce width to 40px for smaller screens */
    }

    tbody td {
        font-size: 11px;
        padding: 6px;
    }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
    thead th {
        width: 20px; /* Further reduce width to 30px for very small screens */
        font-size: 10px;
        padding: 4px;
    }

    tbody td {
        font-size: 10px;
        padding: 4px;
    }
}

.sticky-pagination-container {
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0);
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Responsive Design Adjustment */
@media (max-width: 768px) {
    .sticky-pagination-container {
        padding: 8px 10px; /* Adjust padding for smaller screens */
    }
}

.modern-pagination {
    display: flex;
    align-items: center;
}

.page-indicator {
    margin-right: 10px; /* Minimal spacing between text and buttons */
    font-size: 14px; /* Comfortable text size */
    color: #333; /* Dark gray text for readability */
}

.page-button {
    background-color: #008080; /* Main color for buttons */
    color: white;
    border: none;
    border-radius: 4px; /* Slightly rounded corners */
    width: 30px; /* Compact button size */
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s; /* Quick transition for color change */
    margin-left: 5px; /* Small spacing between buttons */
}

.page-button:hover {
    background-color: #006666; /* Darker color on hover */
}

.page-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.page-button i {
    font-size: 14px; /* Adjust icon size to fit the compact button */
}











/* hide mobile version */
@media (max-width: 768px) {
    .hide-mobile-version {
        display: none;
    }

    .header-btn-position {
        bottom: -100px;
        width: 100%;
    }
}

@media (min-width: 991px) {
    .option-icon-header {
        display: none;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
    }

    .hide-desktop {
        display: none;
    }

    .comment-position {
        position: absolute;
        right: 0;
    }

    .option-icon-header a {
        margin-left: 5px;
        display: flex;
        align-items: center;
    }

    .option-icon-header i {
        font-size: 16px;
    }
}

.mobile-search-btn-mobile {
    background-color: #008080;
    color: white;
    padding: 9px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 1px;
    border: none;
    border-radius: 5px;
}

.badge-container {
    padding: 8px;
    margin-top: 4px;
    flex-direction: row;
    gap: 4px;
}
@media (max-width: 600px) {
    .badge-container {
        margin-top: 4px;
        flex-direction: column;

    }
    .mobile-display{
        top: -10px !important;
        margin-left: -6px !important;
    }

    .mobile-display-luxe{
        top: -2px !important;
        margin-left: -6px !important;
    }
}
.badge-new {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 2px;
    display: inline-block;
}

.badge-danger-new {
    background-color: #dc3545;
    color: #fff;
}

.badge-discount {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: #dc3545 !important;
    font-weight: 800;
}




/* Search and publish section */
.mobile-search-publish {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-search-form {
    flex: 1;
    margin-right: 1rem;
    position: relative;
}
.mobile-search-input {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    width: 100%;
}

.mobile-publish-btn-container {
    margin-left: 10px;
}
.mobile-publish-btn {
    background-color: #0aa89e;
    color: white;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.mobile-publish-btn i {
    margin-right: 5px;
}

.mobile-search-btn {
    background-color: #008080;
    color: white;
    padding: 7px;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 1px;
    border: none;
    border-radius: 5px;
}
/* position: relative;
    //right: -104px;
    width: 84px;
    //left: 1100px;
    top: -32px;
    left: 385%; */
/* toggle */

/* Wrapper for the sidebar */
#sidebar-navigation {
    position: relative;
}

.sidebar-wrapper {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -250px; /* Initially off-screen */
    background-color: #fff;
    z-index: 10000;
    overflow-y: auto;
    transition: left 0.3s ease;
}

/* Open state for the sidebar */
.sidebar-wrapper.open {
    left: 0; /* Slide in from the left */
}

/* Close button */
.close-menu {
    font-size: 25px;
    padding: 2px;
    cursor: pointer;
    color: #333;
    text-align: right;
    margin-right: 10px;
}

/* Menu items */
.text-uppercase-mobile {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.text-uppercase-mobile li {
    border-bottom: 1px solid #ddd;
}

.text-uppercase-mobile li a {
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* Style for the toggle button */
.nav-toggle {
    font-size: 30px;
    cursor: pointer;
    padding: 5px;
    color: #8b8686;
    border-radius: 5px;
    margin: 0;
    /* margin-left: 1px; */
}

/* Adjust the container of the nav-toggle button */
.d-flex.justify-content-between.align-items-center {
    padding-left: 0; /* Ensure no padding on the left side */
}

.category-item {
    display: flex;
    align-items: center;
    margin-left: 20px;

}

.category-item::before {
    content: "\25CF";
    display: inline-block;
    margin-right: 5px; /* Reduce this value to decrease space */
    color: #008080;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
}
.d-flex {
    display: flex;
    align-items: center;
}



.category-item:hover {
    background-color: #008080;
    transform: translateY(-1px);
}


/* user emoji mobile */

.user-emoji {
    margin-right: 8px;
    font-size: 18px;
}




/* fixe.blade */

/* Mobile container adjustments */
.mobile-container {
    display: none;
}

/* Only apply mobile styles below */
@media (max-width: 768px) {
    .desktop-container {
        display: none;
    }
    .mobile-container {
        display: block;
    }

    /* Header */
    .mobile-only-header {
        padding: 0.5rem 1rem;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-logo img {
        max-width: 120px;
        margin-top: 14px;
    }
    .mobile-only-icons {
        display: flex;
        align-items: center;
    }
    .mobile-only-icons a {
        margin-left: 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000;
    }
    .mobile-only-icons a .hide-desktop {
        margin-left: 5px;
        font-size: 14px;
    }
    .mobile-only-icons i {
        font-size: 15px;
        margin-right: 5px;
    }
    .mobile-only-icons .dn-counter {
        font-size: 10px;
        padding: 0.1rem 0.4rem;
        margin-left: -8px;
        line-height: 15px;
        min-width: 15px;
        min-height: 15px;
        border-radius: 50%;
    }

 }


/* Target iPad Pro (12.9-inch) and other iPads */

@media (min-width: 820px) and (max-width: 1200px){
    .desktop-container {
        display: none;
    }
    .mobile-container {
        display: block;
    }
    .div-scroll-publier .btn-publier-header{
        position: absolute;
        right: -85px;
        top: 16px;
    }

    .option-icon-header {
        display: none !important;
    }
    /* Header */
    .mobile-only-header {
        padding: 0.5rem 1rem;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-logo img {
        max-width: 120px;
        margin-top: 14px;
    }
    .mobile-only-icons {
        display: flex;
        align-items: center;
    }
    .mobile-only-icons a {
        margin-left: 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000;
    }
    .mobile-only-icons a .hide-desktop {
        margin-left: 5px;
        font-size: 14px;
    }
    .mobile-only-icons i {
        font-size: 25px;
        margin-right: 5px;
    }
    .mobile-only-icons .dn-counter {
        font-size: 10px;
        padding: 0.1rem 0.4rem;
        margin-left: -8px;
        line-height: 15px;
        min-width: 15px;
        min-height: 15px;
        border-radius: 50%;
    }
    .mode-toggle {
        margin-left: 14px;
    }

    .mode-toggle span {
        font-size: 14px;
        color: #000;
    }

    .switch {
        margin-top: 0;
    }
}


/* Hide the section on mobile screens (less than 768px) */
@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
}

/* Show the section on screens 768px and above */
@media (min-width: 768px) {
    .desktop-only {
        display: block !important;
    }
}
/* Default styles: hide the dropdown menu on all screens */
ul.nav-dropdown-xxx {
    display: none;
}

/* Show the dropdown menu only on mobile screens */

/* Base styles for the categories list */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-left: -9px;
}



/* Link styles */
.category-link {
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: 500;
}

/* Luxury icon styling */
.luxury-icon {
    color: #008080;
    margin-left: 10px;
}

/* Hover effects for items */


.categories-list {
    max-height: 300px; /* Adjust this height as needed */
    overflow-y: auto;
}

.categories-list::-webkit-scrollbar {
    width: 8px;
}

.categories-list::-webkit-scrollbar-thumb {
    background-color: #008080;
    border-radius: 4px;
}

.categories-list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}



.mobile-visible {
    display: none;
}

@media (max-width: 768px) {
    .mobile-visible {
        display: block;
        padding: 10px 0;
        background-color: #f8f8f8;
        border-bottom: 1px solid #e0e0e0;
    }

    .sorting-filter-wrapper .container {
        padding: 0 15px;
    }
    .category-filter-wrapper .container {
        padding: 0 15px;
    }
    .filter-option {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #333;
        cursor: pointer;
        white-space: nowrap;
        position: relative; /* Ensure the dropdown is positioned relative to the button */

    }

    .filter-option i {
        font-size: 16px;
        margin-right: 5px;
    }

    .dropdown-options-mobile {
        background-color: white;
        border: 1px solid #ccc;
        position: absolute;
        width: 50%;
        z-index: 1500;
        right: 15px;
        margin-top: 5px;
        padding: 0;
    }

    .dropdown-options-mobile .dropdown-option {
        padding: 10px;
        cursor: pointer;
    }

    .dropdown-options-mobile .dropdown-option:hover {
        background-color: #f0f0f0;
    }

    .custom-filter-option {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #333;
        cursor: pointer;
        white-space: nowrap;
        position: relative; /* Ensure the dropdown is positioned relative to the button */

    }
}

#condition-options-mobile {
    position: absolute;
    left: 10px; /* Adjust this value to move it to the right */
    right: auto;
    width: max-content;
    z-index: 1000;
}

#sorting-options-mobile {
    position: absolute;
    right: 15%;
    transform: translateX(-50%); /* Center-align dropdown */
    width: max-content;
    z-index: 10;
    margin-top: 5px;
    pointer-events: auto;
    margin-right: -71px;
}




.gem-icon {
    margin-left: 3px;
    color: #008080;
    font-size: 1em;
    transition: transform 0.3s ease, color 0.3s ease;
    animation: sparkle 1.5s infinite alternate;
}

/* Hover effect */
.carousel-btn:hover .gem-icon {
    transform: scale(1.2);
    color: #00ced1;
}

/* Animation for sparkle effect */
@keyframes sparkle {
    0% {
        transform: rotate(0deg);
        color: #008080;
    }
    50% {
        transform: rotate(15deg) scale(1.1);
        color: #20b2aa;
    }
    100% {
        transform: rotate(0deg);
        color: #008080;
    }
}


@media only screen and (max-width: 768px) {
    .cell {
        font-size: 14px;
    }
    .cell-bold {
        font-weight: bold;
    }
}


/* CSS */
.user-emoji {
    color: black;
    font-size: 20px;
    transition: color 0.3s, transform 0.2s;
    cursor: pointer;
}

.user-emoji:hover {
    color: #187a7a;
    transform: scale(1.1);
}

.user-emoji.active {
    color: #008080;
}

.underlined-link {
    font-weight:500;
    text-decoration: underline;
    color: #008080;
}




.cart-checkout {
    background-color: #f9fafb;
    border-radius: 8px;
}

.card {
    border-radius: 8px;
    background-color: white;
}
.product-image {
    margin-right: 15px; /* Add space between the image and the rest of the card */
}
.product-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.product-title {
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.price {
    font-size: 1rem;
    font-weight: 700;
}

.delivery-info {
    font-size: 0.9rem;
    color: #555;
}

.delivery-fee {
    font-size: 0.9rem;
    color: #008080;
}

.delete-btn {
    background-color: transparent;
    border: none;
}

.delete-btn:hover {
    background-color: rgba(255, 0, 0, 0.1);
}

.info-tooltip {
    font-size: 1rem;
    color: #008080;
}



/* Background Color for the Page */
.bg-light-blue {
    background-color: #f4f9ff;
}

/* Custom Item Card */
.custom-item-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
}

/* Image inside Cart */
.cart-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.custom-item-card:hover {
    transform: translateY(-5px);
}

/* Cart details section */
.cart-details {
    flex-grow: 1;
}

/* Checkout Summary Card */
.custom-checkout-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
}

/* Table Styles */
.table-total-checkout {
    font-size: 1rem;
    color: #333;
}

.label {
    color: #6c757d;
    font-weight: 500;
}

.value {
    font-weight: bold;
    color: #333;
}

.total-row .total-label {
    font-size: 1.2rem;
    color: #008080;
    font-weight: 700;
}

.total-row .total-value {
    font-size: 1.2rem;
    color: #008080;
    font-weight: 700;
}

.checkout-btn {
    background-color: #008080; /* Customize your primary color */
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.checkout-btn:hover {
    background-color: #005757; /* Darker shade for hover */
    transform: translateY(-3px);
}

.checkout-btn:disabled {
    background-color: #ddd; /* Light gray for disabled state */
    color: #888; /* Darker text color for readability */
    cursor: not-allowed;
    transform: none; /* Remove transform effect on disabled state */
}

/* Responsive Design */
@media (max-width: 576px) {
    .label {
        font-size: 0.9rem;
    }

    .total-row .total-label,
    .total-row .total-value {
        font-size: 1rem;
    }
}

.btn-modern-1{
    font-size: 14px;
    border: 1px solid #6d6e6e;
    border-radius: 8px;
    padding: 8px 8px;
    margin-right: 12px;
    margin-bottom: 5px;
    background-color: #000;
    color: white;
}

.btn-modern-1:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}






.btn-modern {
    font-size: 14px;
    border: 1px solid #6d6e6e;
    border-radius: 8px;
    padding: 8px 8px;
    margin-right: 12px;
    margin-bottom: 5px;
    background-color: #000;
    color: white;
}

.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modern-input {
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s;
}

.modern-input:focus {
    border-color: #008080;
    box-shadow: 0 0 5px rgba(0, 128, 128, 0.2);
}

.btn-continue {
    border-radius: 6px;
    padding: 8px 16px;
    background-color: #008080;
    color: #fff;
    transition: background-color 0.3s;
}

.btn-continue:hover {
    background-color: #006666;
}

.saved-address {
    border-radius: 10px;
    padding: 10px 15px;
    background: #f4f4f4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.address-card {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.address-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.address-details {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
}

.address-details i {
    color: #008080;
    margin-right: 5px;
}

/* Responsive Design for Mobile Layouts */
@media (max-width: 768px) {
    .btn-modern {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .modern-input {
        padding: 10px;
        font-size: 0.9rem;
    }

    .btn-continue {
        padding: 10px;
        font-size: 0.9rem;
    }

    .saved-address {
        padding: 10px;
        margin-top: 20px;
    }

    .address-card {
        padding: 10px;
        border: none;
        box-shadow: none;
    }

    .address-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .address-details {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .btn-modern,
    .btn-continue {
        padding: 8px 12px;
        width: 100%;
        font-size: 0.85rem;
    }

    .address-title {
        font-size: 1rem;
        text-align: center;
    }

    .address-details {
        font-size: 0.8rem;
        color: #444;
    }

    .modern-input {
        width: 100%;
        font-size: 0.85rem;
        padding: 8px;
    }

    .saved-address {
        padding: 8px;
    }

    .address-card {
        border: none;
        padding: 8px;
    }
}
/* Responsive Layout for Buttons */
.d-flex-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 576px) {
    .d-flex-buttons {
        flex-direction: column;
    }

    .btn-modern {
        width: 100%;
        padding: 8px;
        font-size: 0.9rem;
    }
}



/* Payment and Address Card Styles */
.modern-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.payment-title {
    font-size: 1.2rem;
    color: #008080;
}

.payment-description {
    color: #555;
    line-height: 1.6;
}

.delivery-title {
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
}

.address-card {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #555;
}

.address-text, .region-text, .phone-text {
    margin: 0;
    font-size: 0.95rem;
}

/* Order Summary Styles */
.summary-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.summary-item {
    font-size: 0.95rem;
    color: #333;
}
.summary-item b {
    font-size: 16px;
}
.total-section {
    color: #008080;
}

.terms-section {
    margin-top: 15px;
}

.terms-text {
    font-size: 0.85rem;
    color: #555;
}

/* Button and Link Styles */
.btn-validate {
    background-color: #b0b0b0;
    color: #fff;
    border-radius: 6px;
    transition: background-color 0.3s, opacity 0.3s;
    cursor: not-allowed;
    opacity: 0.6;
    padding: 13px 15px;
    font-size: 1.1rem;
    font-weight: 500;
}

.btn-validate:enabled {
    background-color: #008080;
    cursor: pointer;
    opacity: 1;
}

.btn-validate:enabled:hover {
    background-color: #006666;
}

.return-link {
    color: #008080;
    text-decoration: underline;
    font-size: 0.9rem;
}


/* Wrapper for the button to ensure proper spacing */
.responsive-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
}

/* Styles for the button */
.address-btn {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 0.3s, transform 0.2s;
    margin-left: 17px;
}

.address-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.rtl-margin {
    margin-left: 0 !important;
    margin-right: 17px !important;
}

.collapse-toggle {
    cursor: pointer;
    background: none;
    border: none;
    color: black;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.collapse-toggle:hover {
    background-color: #f7f7f7;
}

.collapse-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f4f5f7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.collapse-icon i {
    font-size: 12px;
    color: #445977;
}

.collapse-toggle:hover .collapse-icon {
    background: linear-gradient(145deg, #d0d1d3, #d0d1d3);
}

.collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.collapse-content.show {
    max-height: 1000px;
}

.collapse-content {
    display: none;
}

.collapse-content.active {
    display: block;
    max-height: 1000px;
}

.filter-section {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .filter-section {
        margin-bottom: 20px;
    }
}

/* Responsive color-container */
.color-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
}

.color-button {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease;
    border: none;
    padding: 0;
}

.color-button:hover {
    transform: scale(1.1);
}
.text-muted-1 {
    color:#636872 !important;
}

@media (min-width: 768px) {
    .color-container {
        max-width: 230px;
    }
    .color-button {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .color-container {
        gap: 6px;
        padding: 8px;
    }
    .color-button {
        width: 25px;
        height: 25px;
    }
}

/* Larger screens */
@media (min-width: 1024px) {
    .color-container {
        max-width: 320px;
    }

    .color-button {
        width: 32px;
        height: 32px;
    }
}

/* General Styles */
.container {
    max-width: 100%;
}
@media (max-width: 768px) {
    .responsive-btn-wrapper {
        display: none !important;
    }
    .address-btn {
        display: none !important;
    }
}

/* For mobile view */
@media (max-width: 576px) {

    .product-title {
        font-size: 12px;
    }
    .frais-font {
        font-size: 10px;
    }
    .text-end .text-muted-1{
        position: absolute;
        bottom: 10px;
        right: 70px;
        font-size: 9px;
        margin: 0;
    }
    .text-end .price {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 10px;
    }
    .product-image img {
        max-width: 60px;
        height: auto;
    }

    .card {
        padding: 10px;
        position: relative;
    }
    .delete-btn {
        /* position: absolute; */
        margin-top: 30px;
        right: 10px;
        font-size: 12px !important;
        padding: 2px 5px !important;
    }
    .delivery-info,
    .delivery-fee,
    .text-muted{
        font-size: 11px;
    }
    .card.mb-3 {
        margin-bottom: 10px;
    }
    .checkout-btn {
        font-size: 10px;
        padding: 8px 12px;
    }

    .table-total-checkout td {
        font-size: 11px;
        padding: 5px;
    }

    .table-total-checkout td b {
        font-size: 10px;
    }
    .table-total-checkout td sup {
        font-size: 10px;
    }
    .total-label, .total-value {
        font-size: 9px;
    }
}
.w-30-custom {
    width: 30%;
    font-size: 16px;
}

@media (max-width: 768px) {
    .w-30-custom {
        width: 40%;
        font-size: 14px;
        text-align: center;
    }
}

.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
@media (max-width: 768px) {
    .widget-boxed-body {
        max-height: 150px; /* Adjust the height as needed */
        overflow-y: auto;
    }
     /* For WebKit browsers */
     .widget-boxed-body::-webkit-scrollbar {
        width: 8px;
    }

    .widget-boxed-body::-webkit-scrollbar-track {
        background: #f1f1f1; /* Scrollbar track color */
    }

    .widget-boxed-body::-webkit-scrollbar-thumb {
        background-color: #008080; /* Scrollbar thumb color */
        border-radius: 20px; /* Optional: round the corners */
    }

    /* For Firefox */
    .widget-boxed-body {
        scrollbar-width: thin; /* Make the scrollbar thinner */
        scrollbar-color: #008080 #f1f1f1; /* Thumb color and track color */
    }
}

/* Smaller Toggle Switch Styles */
.switch {
    position: relative;
    display: inline-block;
    width: 30px; /* Smaller width */
    height: 16px; /* Smaller height */
    vertical-align: middle; /* Aligns the switch with the text */
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #008080;
}

input:checked + .slider:before {
    transform: translateX(14px);
}

@media (max-width: 767px) {
    .mode-toggle {
        margin-left: 14px;
    }

    .mode-toggle span {
        font-size: 14px;
        color: #000;
    }

    .switch {
        margin-top: 0;
    }
}

/* index-style */

.carousel {
    overflow: hidden;
    width: 100%;
    height: 380px;
    position: relative;
}

.carousel-item {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.carousel-item:first-child {
    display: block;
}

.carousel-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);

}
.carousel-btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 768px) {
    .carousel {
        height: 300px;
    }

    .carousel-btn {
        padding: 10px 20px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .carousel {
        height: 250px;
    }

    .carousel-btn {
        padding: 8px 16px;
        font-size: 16px;
    }
}

.space-td {
    padding-left: 25px;
}

/* Mobile view design: Hide on larger screens */
@media (max-width: 1200px) {
    .search-sidebar {
        display: none !important;
    }
    .mobile-view {
        display: block;
    }
}
@media (max-width: 767px) {
    .special-mobile-container .search-sidebar {
        display: block !important;
    }
}
/* Scrollable horizontal cards */
.scrollable-card-wrapper {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 1rem; /* Space between cards */
    padding-bottom: 10px; /* Avoid scrollbar overlap */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
}

/* Hide the scrollbar */
.scrollable-card-wrapper::-webkit-scrollbar {
    display: none;
}

/* Category card styling */
.category-card {
    width: 100%; /* Set fixed width for all cards */
    height: 50%; /* Set fixed height for all cards */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    padding: 5px;
}

/* Styling the category button */
.category-btn {
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; /* Make button take full card width */
    height: 10%;
}

/* Category icon styling */
.category-icon {
    width: 30px;
    height: 30px;
    object-fit: cover;
    /* border-radius: 50%; */
    margin-bottom: 10px;
}

/* Category text styling */
.category-btn span {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

/* Luxury icon styling */
.luxury-icon {
    color: #FFD700;
    margin-top: 5px;
}


/* Mobile responsive adjustments for .middle section */
@media (max-width: 767px) {
    section.middle {
        padding: 12px 0 10px !important; /* Reduced padding on mobile */
    }

    .category-card {
        width: 130px; /* Slightly smaller width on mobile */
        height: 95px; /* Slightly smaller height on mobile */
    }

    .category-icon {
        width: 30px; /* Smaller image size on mobile */
        height: 30px;
    }
    .category-card,
    .subcategory-card {
        margin: 0; /* Adjust the margin to control space between cards */
        padding: 0; /* Reduce padding to decrease internal spacing */
        gap: 1px;
    }
    .fw-bolder {
        white-space: nowrap; /* Prevent text from wrapping to a new line */
        overflow: hidden;    /* Hide overflow text */
        text-overflow: ellipsis; /* Show ellipsis (...) for overflowed text */
        max-width: 100%;     /* Set a max width, adjust as needed */
    }
    .categorie-title1 {
        font-size: 12px;           /* Existing font size */
        white-space: nowrap;       /* Prevents wrapping to the next line */
        overflow: hidden;          /* Hides the overflow text */
        text-overflow: ellipsis;   /* Adds the ellipsis (...) */
    }
    .strong1 {
        font-weight: 700;
        font-size: 9px;
    }

}
.icon-modern {
    width: 80px; /* Increase icon size */
    height: 80px; /* Maintain aspect ratio */
}

.text-modern {
    font-size: 1.25rem; /* Slightly larger font size for modern look */
    font-weight: 500; /* Use medium weight for modern feel */
}
.personalized-card {
    border: 2px solid #008080; /* Example border color */
    background-color: #f0f8ff; /* Light background for distinction */
    /* Add any other styles you want for personalization */
}

/* Style for the 'Go back to categories' link */
.go-back-container {
    width: 0; /* Set fixed width for all cards */
    height: 10px; /* Set fixed height for all cards */
    z-index: 1;
}
.go-back-container1 {
    width: 0; /* Set fixed width for all cards */
    height: 10px; /* Set fixed height for all cards */
    z-index: 1;
    width: 100%;
}
.go-back-message {
    width: 235px;
    font-size: 14px; /* Adjust font size for a smaller, compact message */
    padding: 5px 10px; /* Adjust padding to reduce the height of the go back section */
}


/* Wrapper for scrollable horizontal cards */
.scrollable-container {
    padding: 0 33px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%; /* Make sure the container takes the full width of the parent */
    top: 9px;
}

.subcategory-card-wrapper {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 0.3rem;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; /* Ensure smooth scrolling behavior */
    width: 100%;
}

.subcategory-card-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-btn {
    background-color: #008080; /* Set background to transparent */
    border: 1px solid #008080; /* Optional: add a border with the desired color */
    color: #fff; /* Change text color to match the border for visibility */
    font-size: 24px;
    padding: 5px 5px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%; /* Makes the button rounded */
    height: 25px;
    width: 25px;
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */

}

.scroll-btn.left {
    left: 0;
    margin-left: 5px;
}

.scroll-btn.right {
    right: 0;
    margin-right: 5px;
}

.subcategory-card {
    width: auto;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 30px;
}


/* Subcategory button styling */
.subcategory-btn {
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Category icon styling */
.subcategory-btn img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* Subcategory text styling */
.subcategory-btn span {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}


.price-filter-container{
    position: relative;
    width: 100%;
    z-index: 1500;
}
.condition-filter-container {
    position: relative;
    width: 100%;
    z-index: 1500;
}
.etat-drop{
    right: 60px;
}
.custom-dropdown-container {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    width: calc(97% - 70px); /* slightly smaller than the container for padding */
    display: none; /* Hidden by default */
    transition: all 0.3s ease;
}
.etat-dropdown{
    width: calc(163% - 5px);
    right: 15px;
}

.custom-dropdown-item {
    padding: 6px 13px;
    cursor: pointer;
    color: #333333;
    transition: background-color 0.3s ease;
}

.custom-dropdown-item:hover {
    background-color: #f8f8f8;
}

.custom-filter-option {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    position: relative; /* Ensure the dropdown is positioned relative to the button */

}

.custom-filter-option i {
    transition: transform 0.3s ease;
}

.custom-filter-option.active i {
    transform: rotate(180deg);
}


/* Breathing pulse animation with glow */
@keyframes softPulse {
    0%, 100% {
        box-shadow: 0 0 0px #cb2126;
        opacity: 2;
    }
    50% {
        box-shadow: 0 0 8px #cb2126;
        opacity: 0.8;
    }
}

/* Apply the soft pulse effect */
#acceptCond.soft-pulse-effect {
    animation: softPulse 2s infinite;
}
#acceptCond {
  width: 15px;
  height: 15px;
}
.flag-icon2 {
    position: absolute;
    height: 30px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%); /* Precise centering */
    z-index: 10;
    border-radius: 50px;
}

.hover-black {
    background-color: black;
    color: white;
}

.hover-black:hover {
    background-color: #000;
    color: #fff !important;
}

.reset-x {
    display: none;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    color: #d9534f;
    transition: color 0.3s;
}

.reset-x:hover {
    color: #c9302c;
}

.d-flex {
    position: relative;
}

.reset-x {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* Adjust for larger clickable area around the X */
.reset-x {
    padding: 5px;
    cursor: pointer;
    z-index: 1;
}

/* File upload container */
.file-upload-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px dashed #008080;
    border-radius: 8px;
    background-color: #f8f9fa;
    cursor: pointer;
    min-height: 120px;
    transition: background-color 0.3s ease;
}

.file-upload-container:hover {
    background-color: #e9ecef;
}

/* Hide the actual file input */
.file-input {
    display: none;
}

/* Custom upload icon button */
.upload-icon-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background-color: #008080;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.upload-icon-label:hover {
    background-color: #007b7b;
}

.upload-icon-label i {
    margin-right: 8px; /* Space between icon and text */
}

/* File preview (when an image is selected) */
.file-upload-preview {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.file-upload-preview img {
    max-width: 150px; /* Keep the image small */
    height: auto;
    margin-bottom: 10px;
}

.file-upload-preview .btn {
    background-color: #008080;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 5px;
    font-size: 14px;
}

.file-upload-preview .btn:hover {
    background-color: #007b7b;
}

/* Ensure the "Choisir un fichier" button stays centered when no image is selected */
.file-upload-container .upload-icon-label {
    display: block;
    text-align: center;
}

.pointer-title{
    cursor: pointer;
}
.text-justified {
    text-align: justify; /* Ensures justified text alignment */
}

.align-top {
    vertical-align: top; /* Aligns text properly with images */
}


@media (max-width: 768px) {
    .ar-mobile-style {
        margin-left: -12px !important;
    }

    .ar-mobile-btn {
        margin-right: -89px !important;
        top: -39px !important;
        font-size: 10px !important;
        padding: 2px 5px !important;
    }

    .ar-mobile-icon {
        font-size: 12px !important;
    }
    html[lang="ar"] .ar-price {
        font-size: 10px !important;
    }
}
.rounded-link {
    font-size: 14px;
    font-weight: 500;
    background-color: #f1f1f1;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    color: #008080;
    text-decoration: none;
}
.rounded-link:hover {
    background-color: #e2e2e2;
    text-decoration: none;
    color: gray;
}
.custom-info-icon {
    color: #008080; /* Change the color to what you want */
    font-size: 80px; /* Adjust size */
}

.swal2-icon {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

figure.zoom img:hover {
    opacity: 0;
    min-width: 100%;
}

figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

.zoom-up-details {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.616);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.zoom-up-details img {
    width: 30px !important;
}

.modal-view-img {
    max-height: 80vh !important;
    height: auto !important;
}
.card-ps {
    border: solid 1px #00808065;
    border-radius: 5px;
    display: inline-block;
}

.text-end {
    text-align: right !important;
}

@media (max-width: 767px) {
    .card .d-flex .text-end .small {
        font-size: 0.60rem; /* Smaller font size for time */
        margin-top: 10px;
    }

    .card .d-flex .text-end .bi-app-indicator,
    .card .d-flex .text-end .bi-trash3 {
        font-size: 0.855rem; /* Even smaller icon size */
        margin-top: 10px;
    }

    .card a {
        font-size: 0.855rem; /* Smaller font size for URL */
    }
}
.custom-confirm-btn {
    background-color: #008080; /* Green */
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    margin-left: 10px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-confirm-btn:hover {
    background-color: #0c9797;
}

.custom-cancel-btn {
    background-color: #F33066;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-cancel-btn:hover {
    background-color: #c82333;
}

body:not([dir="rtl"]) .custom-confirm-btn {
    margin-left: 10px;
}

/* Margin for RTL */
body[dir="rtl"] .custom-cancel-btn {
    margin-left: 10px;
}

/* style post */
.step {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #008080;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.step i {
    margin-right: 8px;
}

.step:hover {
    background-color: #006666;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.step:active {
    background-color: #004d4d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.step.active {
    background-color: #878080; /* Black color for the active button */
}
.timeline {
    gap: 20px;
}

.content-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    background-color: #ffffff;
}

.form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.form-icon {
    position: absolute;
    top: 65%;
    left: 15px;
    transform: translateY(-50%);
    color: #008080;
    font-size: 1.5rem;
    opacity: 0.5;
}

.form-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333333;
}

.btn-prim {
    background-color: #008080;
    border: none;
    border-radius: 0.5rem;
    padding: 12px 20px;
    font-weight: 600;
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-left: auto;
    display: block;
    color: white;
}

.btn-prim:hover {
    background-color: #008080;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* fixe style */

    #comment_position {
        position: absolute;
        z-index: 150;
    }

    #comment_position .nav-dropdown {
        position: absolute;
        z-index: 150;
    }
    .left-aligned {
        right: 100%;
        left: auto !important;
        top: 0;
    }
    .tarif-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.25rem 1rem;
        background-color: white;
        color: #565656;
        font-size: bold;
        margin-bottom: 0.25rem;
    }
    .nav-dropdown.nav-submenu.left-aligned {
        width: 400px;
        padding: 0.5rem; /* Reduced padding */
        background-color: #f8f9fa;
    }
    .tarif-title {
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    .luxury-icon, .luxury-text {
        color: #008080;
        font-weight: 800;
        margin-left: 0.5rem;
    }

    .tarif-percentage {
        font-weight: small;
        color: #808080;
        margin-left: 1rem;
    }

    .tarif-item:hover {
        background-color: #f8f9fa;
    }

    .tarif-separator {
        border-top: 1px solid #f0f0f0;
        margin: 4px 0;
    }

    .tarif-note {
        padding: 0.5rem 1rem; /* Reduced padding */
        font-size: 0.85rem;
        color: #808080;
        text-align: center;
        white-space: normal;
    }

    #agreeConditionButton {
    background-color: #008080; /* Green color to attract attention */
    color: white; /* White text for good contrast */
    padding: 10px 20px; /* Increase the padding for a larger button */
    font-size: 1.1rem; /* Slightly larger text */
    border: none; /* Remove default borders */
    border-radius: 5px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow to lift the button */
    transition: background-color 0.3s ease, transform 0.2s ease;
    }

    #agreeConditionButton:hover {
        background-color: #008080;
        transform: scale(1.05);
    }

    #agreeConditionButton:active {
        transform: scale(0.98);
    }

    #agreeConditionButton::before {
        content: '\2714';
        margin-right: 8px;
        font-size: 1.2rem;
    }

    #agreeConditionButton.pulsing {
        animation: pulse 1.5s infinite;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #008080;
    }
    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

@media (max-width: 768px) {
    .logo-container {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .logo-container img {
        margin: 0 auto;
    }

    .nav-brand {
        display: block;
    }

    .col-sm-2,
    .col-sm-7,
    .col-sm-3 {
        flex: 100%;
        max-width: 100%;
    }

    .logo {
        margin-bottom: 10px;
    }

    .form-control {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .btn-publier-header {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .dropdown-menu {
        position: absolute;
        right: 0;
        left: 0;
        width: 50%;
    }
}


.comment-position-top {
    position: absolute;
    right: 67px;
    top: -84px !important;
}
@media (max-width: 1024px) {
    .comment-position-top {
        right: 81px;
        top: -63px;
    }
}

.left-space{
    margin-left: -20px;
}

.rtl-arrow {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.custom-alert {
    display: flex;
    align-items: center;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    color: #856404;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.custom-alert .icon {
    font-size: 20px;
    margin-right: 10px;
}

.custom-alert a {
    color: #008080;
    text-decoration: underline;
}

.custom-alert b {
    color: #d80a0a;
}
.info-complete{
    color: #454949;
    text-decoration: underline;
}

.discount-badge-details {
    background-color: #d8181b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /* vertical-align: middle; */

    padding: .47em .8em;
    font-size: 82%;
    border-radius: .15rem;
    letter-spacing: 0.08rem;
}


