@charset "ISO-8859-1";

@import url("https://use.fontawesome.com/releases/v5.0.11/css/all.css");

body {
    margin: 0;
    font-family: var(--font-family-base);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4c5367;
    text-align: left;
    background-color: #e3e7ed;
}

.NoProdsFoundParent{
    padding-bottom: 100px;
}

.treemenu{
    width: 100%;
    padding: 5px!important;
}

.treemenu li{
    text-align:start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.treemenu li span, .treemenu li a {
    padding-inline: 5px;
    font-weight: bold;
    font-size: 11px;
}

.tree a {
    align-items: center;
    gap: 8px;
}

.category-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-inline: 2px;
}

.category-icon {
    width: 36px;              /* Un peu plus grand pour plus de visibilité (ajuste si besoin) */
    height: 36px;
    object-fit: cover;      /* Garde les proportions des images */
    margin-inline: 8px;       /* Plus d'espace, respire mieux (inline pour RTL/LTR) */
    vertical-align: middle;   /* Alignement parfait avec le texte à côté */
    border-radius: 8px;       /* Coins arrondis pour un look moderne */
    transition: all 0.3s ease; /* Transition fluide pour tous les effets hover */
    filter: brightness(1) saturate(1); /* Base neutre */
}

/* Effet hover sur l'icône (quand on survole le lien parent ou l'icône) */
.nav-link:hover .category-icon,
.menu-content a:hover .category-icon {  /* Adapte selon ta structure HTML */
    transform: scale(1.15) translateY(-2px); /* Légère enlargement + montée */
    filter: brightness(1.2) saturate(1.3);   /* Plus vif et lumineux */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Ombre élégante */
}

/* Optionnel : effet actif/sélectionné (pour l'item courant) */
.nav-link.active .category-icon {
    filter: hue-rotate(30deg) saturate(1.5); /* Change légèrement la teinte pour le distinguer */
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.3); /* Halo bleu Bootstrap */
}

.sidebar-icons button:hover {
  opacity: 0.7;
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.form_inscription_container{
    max-width : 80%;
    margin-left: auto;
    margin-right: auto;
}

.field-inscription-form{
    padding-bottom: 40px;
}

.required-field-inscription-form{
    color: red;
}

#slidercodes{
    overflow-x: scroll;   
    scrollbar-width: none;  /* Firefox */
    cursor: grab;    
}

#slidercodes::-webkit-scrollbar {
  display: none;                 /* Chrome/Safari/Opera */
}

#slidercodes.active {
  cursor: grabbing;
}

.Button {
	height: 50px;
	position: relative;
	background: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	overflow: hidden;
}

.nav-side-menu {
    left: 0;
    overflow: auto;
    font-size: 14px;
    font-weight: 200;
    /*background-color: #e3e7ed;*/
    position: fixed;
    top: 0px;
    padding-left: 0px;
    width: 22%;
    height: 100%;
    border-right: black 2px dashed;
    z-index: 100001;
}

.addToCart a {
    text-decoration: none;
}

.nav-side-menu .brand {
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  background-color: #e8e3e3;
  list-style: none;
  padding: 10px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f13a";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
  font-weight: 900;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
}

.nav-side-menu li a {
  text-decoration: none;
}

.nav-side-menu li a i, #cart_preview_payment li a i{
  padding-left: 10px;
  display: inline-block;
  height: 24px;
  width: 24px;
  float: left;
}

#cart_preview_payment .list-group {
    text-align: center;
}
.content{
    width:78%;
    float:right;
}

.home{
    width:83%;
    height: 100%;
    position: fixed !important;
    float: right;
}

.form-login{
    padding-top : 50px;
    margin-left: 20%;
    margin-right: 20%;
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35%;
    text-align: center;
}
.qty .plus {
    align-content: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
.qty .minus {
    align-content: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

div {
    text-align: center;
}
.minus:hover{
    background-color: #717fe0 !important;
}
.plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
    width: 2%;
}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}

.content-products{
    /*
    margin-top:60px;
    max-height: 1525px*/
    margin-top: 100px;
    max-height: auto;
}

.NoProdsFoundParent {
  padding-left: 128px;
  margin-right: 5%;
  overflow: auto;
  /*
  max-height: 1525px;*/
  height: auto;
}

.details_part{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    max-width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    max-height: 224px;
    overflow-y: scroll;
    
}

.details_part img{
    width: 50px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.details_part h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.product-description {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
}

.in_cart {
    margin-top: auto;
    padding: 6px 10px;
    font-size: 0.9rem;
    font-weight: 500;
    background: #f5f7ff;
    border-left: 4px solid #4a6cf7;
    color: #333;
    border-radius: 4px;
}

.details_part div{
    word-wrap: break-word;
}

.small-cart{
    margin: auto;
    width:auto;
    max-width: 587px;
    min-height: 50px;
    background-color: white;
    z-index:1000000;
    left : 109px;
    right: 61px;
    position:fixed;
    border: 1px black dashed;
}

.small-cart #cart {
    overflow-x: hidden;
}

.cart-summary img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px;
    border-style: dotted;
    border-radius: 16%;
}

.cart-summary dd{
    padding: 2%; 
    margin-top: 30px;
    border: 1px dashed black;
}

.offcanvas-header {
    direction: ltr;
}


.col-sm div{
    font-size: 12px;
}

.quantity{
  min-width: 40%;
}

.quantity .qty .plus, .quantity .qty .minus {
    width: 17px;
    height: 17px;
    font: 15px/1 Arial,sans-serif;
}

.quantity .qty .count {
    font-size: 15px;
    line-height: 15px;
}

.image_cart div {
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 80px;
}

.clearfix .col-sm{
    max-height: 80px;
}

.clearfix .col-sm span{
    font-size: 10px;
    font-weight: bold;
}

.clearfix .informations {
    /*overflow: auto;*/
    width: 100px;
    height: 80px;
    padding: 8px;
    box-sizing: border-box;

    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    color: #333;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.clearfix .informations span {
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;          /* Max 2 lignes pour le nom */
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.clearfix .products-grid {
    margin: 15px -207px;
}

.details_cart{
    float: right;
}

.products-grid li{
    height:50px; 
    width:167px;
}

.ui-widget{
    margin-top: 50px;
}

.form-registration{
    margin-top: 50px;
}

#gmapHome{
    z-index: 1001;
}

#place{
    width: 100%;
}

.new_shop_form {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.pictures_ineeded_element {
    display: none;
}

#v-pills-tabContent div{
    text-align: left;
}

#v-pills-tabContent .tab-pane{
    width: 11.5rem;
}

#cart_content{
    height: 300px;
    overflow-x: hidden;
}

#cart_content .details_product{
    
}

.carousel-control-prev, .carousel-control-next{
    margin-bottom: 20%;
}

.carousel-indicators{
    z-index:-10000000!important;
}

.content_categories{
    margin-top: 50px;
    padding : 0%;
}

.content_categories .card{
    margin: 8px;
    overflow: hidden;
}

.content_categories .card img{
    background-color: white;
}

.content_categories .col{
    min-width: 300px;
}

.card img{
 
}

.card .title_category{
    height: 74px;
    overflow-x: hidden;
}

.verify_code_pn {
    margin-top: 50px;
}

.verify_code_pn_form{
    margin-left: auto;
    margin-right: auto;
}

.request_reset_password, .check_email_reset_password,
.reset_reset_password{
    padding-top: 50px;
    margin-left: 20%;
    margin-right: 20%;    
}

.jconfirm-content .form-check{
    text-align: left;
}

#cart_preview_payment{
    padding: 5px;
}

.payment-methods{
    display: contents !important;
}

.product-description {
    width: 100%!important;
    border-bottom: 1px #e3e7ed dashed;
    font-size: 12px;
    border-top: 1px #e3e7ed dashed;
    padding: 5%;
}

html[dir="ltr"] .pagination-products{
    margin-left: 10%;
}

html[dir="rtl"] .pagination-products{
    margin-right: 10%;
}

.deletedproducts{
    font-size: 10px;
    color: red;
}

.customize-product {
    width: 300px;
    padding: 5%;
}

.title_product{
    margin: 20px;
}

.addToCart h6{
    font-size: 12px;
}

.remove_customisation{
    padding-left: 5%;
    position: absolute;    
    color:red;
    font-weight: bold;
}
#cart_notifications {
    padding-top: 10px;
}

#cart_notifications span{
    color: red;
    font-size: 12px;
    font-weight: bold;
}

#cart_notifications h6{
    color: red;
}

#cart_notifications ul li{
    color: red;
    font-size: 12px;
    text-align: center;
}

.available-shop{
    color : green;
    font-weight: bold;
}

.notavailable-shop{
    color : red;
}

.count{
    -moz-appearance: textfield;
}

.errors_inscription{
    color : red;
}

.errors_newshop{
    color :red;
}

.container_categories {
    width:100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.title_category h5{
    margin-top: auto;
    margin-bottom: auto;
}

.logo-regionshops{
    padding: 5px
}

.button-availability{
    padding: 0px 0px!important;
    background-color: transparent!important;
    border: 1px black dashed!important;
}

#languages-menu img{
    width: 25px;
    height: 25px;
}

.form-batch{
    padding: 50px;
}

#load img{
    display: none;
}

.prod_box_test {
  /* Taille et positionnement */
  /*height: 480px;*/
  position: relative;
  border-radius: 28px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  
  /* Effet glassmorphism + neuromorphisme */
  background: rgba(255, 255, 255, 0.12);
  /*backdrop-filter: blur(20px);*/
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.15),
    inset 0 0 40px rgba(255, 255, 255, 0.08),
    0 0 60px rgba(147, 51, 234, 0.15);
  
  /* Dégradé animé infini en arrière-plan */
  background-image: linear-gradient(
    45deg,
    #8b5cf6,  /* violet */
    #3b82f6,  /* bleu */
    #06b6d4,  /* cyan */
    #10b981,  /* émeraude */
    #f59e0b,  /* ambre */
    #ef4444,  /* rouge */
    #ec4899   /* rose */
  );
  background-size: 400% 400%;
  animation: gradientShift 16s ease infinite;
}

/* Pseudo-élément pour le dégradé animé (derrière le glass) */
.prod_box_test::before {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 26px;
  background: linear-gradient(135deg, 
    rgba(139, 92, 246, 0.25),
    rgba(59, 130, 246, 0.2),
    rgba(6, 182, 212, 0.25)
  );
  background-size: 300% 300%;
  animation: gradientShift 12s ease infinite;
  z-index: -1;
}

/* Effet au hover (léger grossissement + ombre plus forte) */
.prod_box_test:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.25),
    0 0 80px rgba(147, 51, 234, 0.4);
}

/* Petite particule flottante décorative */
.prod_box_test::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.4), transparent);
  top: 20%;
  left: 60%;
  filter: blur(40px);
  animation: float 18s infinite alternate;
}

/* Animations */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes float {
  0% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(-40px, -60px) rotate(10deg); }
}

@media (min-width: 1000px) {
  .nav-side-menu .menu-list {
    display: block!important;
  }  
}

@media (max-width: 1355px) {
    .content-products {
        /*max-height: 1746px;*/
        max-height: auto;
    }
    .NoProdsFoundParent {
        /*max-height: 1746px;*/
        max-height:auto;
    }  
}

@media (max-width: 1248px) {
    .nav-side-menu{
        width : 30%;
    } 
    .content {
        width: 70%;
    }
    .details_part{
        max-height: 174px;
    }
    .content-products {
        /*height: 2260px;
        max-height: 2260px;*/
        height: auto;
        max-height: auto;
    }
    .NoProdsFoundParent {
        /*height: 2105px;
        max-height: 2105px;*/
        height:auto;
    }
}

@media (max-width: 1000px) {
    .small-cart {
        z-index: 1000;
    }
    
    #cart_order{
        width : 100%;
    }
    .product-dropdown.active nav{
        width : 223px;
    }
  .quantity{
    min-width: 40%;
  }
  .nav-side-menu {
    position: relative;
    width: 100%;
    height: auto;
    border-right: 0px;
    pointer-events: none;
  }
  .offcanvas-backdrop, .offcanvas-header, .offcanvas-body {
    pointer-events: all;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    color: #000;
    width: 40px;
    text-align: center;
    pointer-events: all;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  .content{
      width: 100%;
  }
  .home{
    width:100%;
  }
  
    .details_part{
        max-height: 301px;
    }
    .content-products {
        /*max-height: 1809px;*/
        max-height: auto;
    }
    .NoProdsFoundParent {
        /*max-height: 1809px;*/
        height: auto;
    }
    
  .cart_operations button{
      width:100%;
  }
  
  .content_categories .card{ 
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 20px;
  }
}

@media (max-width: 878px) {
    .details_part{
        max-height: 174px;
    }
    .content-products {
        /*max-height: 2260px;*/
        max-height: auto;
    }
    .NoProdsFoundParent {
        /*
        height:2088px;
        max-height: 2088px;*/
        height: auto;
    }  
}

@media (max-width: 767px) {
    .col-sm {
        /*flex: 1 0 100%!important;*/
        margin-inline: auto;
        margin-block: 10px;
    }
    .container_categories{
      width: 100%;
    }

    .content_categories .col {
      min-width: 300px;
      max-width: 300px;
    }
    
    #cart_preview_payment table,
    #cart_preview_payment thead,
    #cart_preview_payment tbody,
    #cart_preview_payment th,
    #cart_preview_payment td,
    #cart_preview_payment tr{
        display: block;
    }
    
    #cart_preview_payment thead{
        display: none
    }
    
    #cart_preview_payment tr{
        margin-bottom: 1rem;
        border: 1px solid #ccc;
        padding: 0.5rem;
    }
    
    #cart_preview_payment td{
        position: relative;
        padding-inline-start: 50%; /* Utilise padding-inline-start pour s'adapter à la direction */
        text-align: start; /* Utilise start et end pour gérer automatiquement LTR et RTL */
        border: none;
        border-bottom: 1px solid #eee;
    }
    
    #cart_preview_payment td::before{
        content: attr(data-label);
        position: absolute;
        top: 0;
        width: 45%;
        padding-inline-start: 0.5rem; /* Utilisation de padding-inline-start */
        font-weight: bold;
        white-space: nowrap;
        /* Gestion de la position en fonction de la direction du texte */
        right: 0; /* Pour RTL */
        left: unset; /* Pour ne pas interférer avec la position dans LTR */
    }
    
        /* Pour ajuster si la direction est LTR (si tu définis la direction dans le HTML) */
    html[dir="ltr"] #cart_preview_payment td::before {
        left: 0; /* Positionnement du label à gauche pour LTR */
        right: unset; /* Supprimer la position à droite */
    }
    
    #cart_preview_payment .table-bordered td, 
    #cart_preview_payment .footer-preview-order,
    #cart_preview_payment .label-important{
        padding-inline-start: 0%!important;
    }
    
}

@media (max-width: 697px) {
    .content-products {
        /*height: 3126px;
        max-height: 3126px;*/
        height:auto;
        max-height:auto;
    }
}

@media (max-width: 513px) {
    
    .content-products {
        /*height: 3285px;
        max-height: 6046px;*/
        height:auto;
        max-height:auto;
    }
    .NoProdsFoundParent {
        /*
        height: 3285px;
        max-height: 5916px;*/
        height: auto;
    }  
}

@media (max-width: 500px) {
    
    .containerofprod:hover .overlay {
        opacity: 0;
    }
    
    .NoProdsFoundParent {
        /*
        height: 3000px;
        max-height: 3000px;*/
        height: auto;
        padding-left: 0px;
        margin-right: 0%;
    }   
    .containerofprod{
        overflow: visible;
    }
    
    .prod_box{
        margin-left: 3px;
        margin-right: 3px;   
        padding: 0px;
        width:48%;
        float:left;
        background-color: #f8f9fa; /* Light background color */
        border-radius: 8px; /* Rounded corners */
        max-width: 300px; /* Maximum width of the card */
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Shadow effect */
        transition: transform 0.2s; /* Smooth scaling effect on hover */
        height: 285px;
    }
    
    .prod_box_price{
        position: relative;
        margin-top: -35px;
    }
    
    .prod_box_price span{
        display: block;
    }
    
    .products-grid {
        margin: 0px;
    }
    
    .products-grid > li {
        width: 100%;
        margin: 0px
    }
    
    .product-dropdown .switcher {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    
    .prod_box img {
        padding: 5px;
        position: relative;
        top: -35px;
        box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.25), inset -5px -5px 10px rgba(255, 255, 255, 0.7);
    }
    
    .products-grid .product-dropdown {
        width:123%;
    }
    
    .product-dropdown.active nav{
        width:97%;
        right: -6px;
    }
    
    .product-dropdown.active nav img{
        top:0px;
        float: left;
        left: 10px;
        border-radius: 8%;
    }
    
    .prod_box .addToCart .qty{
        width:103%;
        margin-left: -17px;
    }
    
    .default-counter .qty{
        margin-left: 0px!important;
    }
    
    .prod_box .addToCart .qty .count{
        min-width: 25%;
        line-height: 40px;
        border-radius: 20%;
        margin-right: 5px;
        margin-left: 5px;
    }
    
    .prod_box .addToCart .qty .minus {
        font: 40px / 0.8 Arial, sans-serif;
    }
    
    .prod_box .addToCart .qty .plus{
        font: 40px / 1 Arial, sans-serif;
    }
    
    .prod_box .addToCart .qty .plus, .prod_box .addToCart .qty .minus  {
        width: 40px;
        height: 40px;
        border-radius: 20%;
    }
    
    .addToCart .add-to-cart{
        max-width: 90%;
    }
    
    
    .small-cart {
        width: 100%;
        max-width: 1000px;
        
    }
    
    html[dir="rtl"] .small-cart {
        right: 0%;
    }
    
    html[dir="ltr"] .small-cart {
        left: 0%;
    }
    
    .cart-summary dt {
        font-size: 20px;
        line-height: 20px;
        padding-top: 10px;
    }
    
    .cart-summary dd {
        margin-top: 14px;
    }
    
    .clearfix .col-sm span {

    }
    
    .clearfix .col-sm {
 
    }
    
    .cart-summary img {
        margin-top: 20px;
    }
    
    .cart-summary p {
        font-size: 20px;
    }
    
    #cart_content {
        height: 335px;
        max-height: 335px;
    }
    
    #cart .quantity div {
        
    }
    
    .cart-summary .qty .count {
        
    }
    
    .quantity .qty .count {
        font-size: 16px;
        line-height: 30px;
        margin-left: 3px;
        margin-right: 3px;
        border-radius: 20%;
    }
    
    .nav-side-menu .brand {
        position: fixed;
        z-index: 1000000000;
    }
    
    html[dir="rtl"] .nav-side-menu .brand{
        left: 0px;
    }
    
    .nav-side-menu .toggle-btn {
        position: fixed;
        z-index: 1000!important;        
    }
    
    .nav-side-menu .menu-list {
        margin-top: 50px;
    }
    
    #lists_cart .clearfix .container{
        padding-left: 0px;
    }
    
    #cart #lists_cart{
        padding-left: 0px;
    }
    
    #cart #lists_cart .image_cart{
        padding-left: 0px;
        padding-right: 0px;
    } 
    
    #cart #lists_cart .image_cart div{

    }
    
    #cart #lists_cart .col-sm {
        flex: 0.4 !important;
    }
    
    #cart img {
        width: 100%;
        height: auto;
        max-height: 72px;
        object-fit: cover;
    }
    
    #cart .clearfix .col-sm {
        max-height: none;
        height: auto;
    }
    
    #cart #lists_cart .informations{
        padding-top: 20px;
    }
    
    #cart .row .col-sm {
        margin-left: 3px;
        margin-right: 3px;   
        padding: 0px;
        background-color: #e5eaf0; /* Light background color */
        border-radius: 8px; /* Rounded corners */
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Shadow effect */
        transition: transform 0.2s; /* Smooth scaling effect on hover */ 
        padding-bottom: 10px;
    }
    
    #cart .quantity .qty .plus, #cart .quantity .qty .minus {
        width: 22px;
        height: 30px;
        font: 30px / 1 Arial, sans-serif;   
        border-radius: 20%;
    }
    
    .addToCart div .btn-group .dropdown-menu {
        transform: translate3d(0px, 0px, 0px)!important;
    }
    
    #lists_cart .clearfix .row .informations p {
        font-size: 10px;
    }
    
    #lists_cart .clearfix .row .quantity{
        padding-top: 20px;
    }
    
    .customize-product {
        width: 100%;
        padding: 5%;
    }
    
    .cart-summary li .details_cart li {
        float:right;
    }
    
    .cart-summary li #remove_from_cart {
        position: relative;
        z-index: 500;
    }
    
    #lists_cart .product-dropdown .switcher {
        right: auto;
        display: inline-block!important;
    }
    
    #lists_cart .clearfix .products-grid {
        margin-top: -5px;
        margin-right: -148px;
    }
    
    #lists_cart .product-dropdown .switcher {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    
    #lists_cart .product-dropdown.active nav {
        position : relative;
        width:50%;
        right: -28px;
    }
    
    #lists_cart .quantity {
        min-width: 0%;
    }
    
    #lists_cart .cart-summary .qty .count {
        min-width: 40%;
    }
    
    .categories-container{
        margin-top: 115px;
        padding: 3px;
        margin-left : 9%;
    }
    
    #gmapHome .gm-style-iw,  #gmapHome gm-style-iw-c {
        max-width: 345px!important;
    }
    
    .content{
        margin-top: 50px;
    }
}


@media (max-width: 414px) {
    .categories-container{
        margin-left : 7%;
    }
}

@media (max-width: 390px) {
    .categories-container{
        margin-left : 5%;
    }
}

@media (max-width: 375px) {
    .categories-container{
        margin-left : 2%;
    }
}

@media (max-width: 360px) {
    .categories-container{
        margin-left : 0%;
    }
}

.categories-container .clearfix .btn-default{
    font-size: 2.875rem;
    margin: 20px;
}
    
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: system-ui!important;
}

html{
    height: 100%;
}

#loading-cart{
    width : 20px;
    height: 20px;
    display:none;
    margin-right: auto;
    margin-left: auto;
}

.chargilyinvoiceState {
  text-align: center;
  margin-top : 100px;
}

.chargilyinvoiceState span {
  text-align: center;
  font-size: 80px;
  color: brown;
}

.icon-cash{
    background-image : url(../images/payment/chargily/icons/cash.png);
    background-size: cover;
}

.icon-edahabia{
    background-image : url(../images/payment/chargily/icons/edahabia.png);   
    background-size: cover;
}

.icon-cib{
    background-image : url(../images/payment/chargily/icons/cib.png);
    background-size: cover;
}

.link-cash, .link-edahabia, .link-cib{
    width: 150px;
}

.link-cash span, .link-edahabia span, .link-cib span{
    float: left;
    margin-left: 15px;
}

.link-logout, .link-languages, .link-home, .standard-link-style{
    display: inline-flex; /* Align the icon and text horizontally */
    align-items: center;
    padding: 10px 15px;
    background-color: #f44336; /* Red background for the logout button */
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s ease-in-out; /* Smooth transition effects */
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    width:100%;
}

.link-logout i, .link-languages i, .link-home i, .standard-link-style i {
    margin-right: 8px; /* Space between the icon and the text */
    font-size: 18px; /* Adjust icon size */
}

.link-logout:hover, .link-languages:hover, .link-home:hover, .standard-link-style:hover {
    background-color: #d32f2f; /* Darker red when hovered */
    transform: scale(1.05); /* Slightly enlarge when hovered */
}

.link-logout:focus, .link-languages:focus, .link-home:focus, .standard-link-style:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6); /* Add a focus ring for accessibility */
}

.link-logout span, .link-languages span, .link-home span, .standard-link-style span {
    font-weight: bold; /* Bold text for emphasis */
    margin-left: 12px;
    margin-right: 12px;
}

.standard-link-style2{
    font-weight: 500; 
    text-decoration: underline!important;
}

.categories-search input{
    width: 80%;
    background-color: #ececec;
    margin: auto;
    padding-left: 2%;
    margin-top: 20px;
    text-align: center;  
    font-size: 17px;
}

.jquery-script-ads{
    display: none!important;
}

.ui-menu-item{
    
}


.ui-menu-item{
    background-color: #f9f9f9; /* Light background */
    border: 1px solid #ddd; /* Light border */
    border-radius: 8px; /* Rounded corners */
    padding: 15px; /* Padding inside the item */
    margin: 10px 0; /* Spacing between items */
    font-family: Arial, sans-serif; /* Font style */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s; /* Smooth background change */
}

.ui-menu-item:hover {
    background-color: #e0e0e0; /* Change background on hover */
}

.categories-container li .getprods {
    display: inline-block;        /* Make it behave like a block element */
    padding: 0px 20px;         /* Add some padding */
    margin: 0px;               /* Add some margin */
    background-color: #007bff;  /* Background color */
    color: white;               /* Text color */
    text-align: center;         /* Center the text */
    text-decoration: none;      /* Remove underline */
    border-radius: 5px;        /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add a shadow */
    transition: background-color 0.3s; /* Smooth transition */
}

.categories-container li .getprods:hover {
    background-color: #0056b3; /* Darker shade on hover */
}


.categories-container li {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
}

.categories-container li:hover {
    transform: translateY(-5px);
}

#gmapHome .tab-content {
    width: 500px;
    height: 184px;   
}

#gmapHome .tab-content .carousel-item{
    height: 184px; 
}

#gmapHome .tab-content .carousel-item img{
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

#gmapHome .gm-style-iw, #gmapHome .gm-style-iw-c{
    max-height: 245px!important;
}

#gmapHome .tab-pane {
    max-height: -webkit-fill-available;
}

#gmapHome #name-of-shop-title{
    font-weight: bold
}

#gmapHome #v-pills-informations .card-body{
    text-align: center;
}

#gmapHome #v-pills-images .carousel-noimg, #gmapHome #v-pills-promotions .carousel-noShippCosts, .carousel-noPromotions{
    text-align: center!important;
}

#gmapHome .enterShopButt{
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #417206;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 7px;
}

#gmapHome #name-of-shop-title {
    display:contents;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    margin-top: 10px;
}

.carousel-noShippCosts{
    text-align: center!important;
}

.products-grid .details_product img{
    height: auto;
}
