 @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body{
padding: 0;
margin: 0;
background: #f1f1f149;
 font-family: "Tajawal", sans-serif;
}
*{
      font-family: "Tajawal", sans-serif;

}
:root {
    --primary: orange;
    --primary-strong: rgb(223, 127, 0);
    --primary-hover: rgb(183, 119, 0);
    --second: #000;
    --light-gray: #f5f5f5;
    --medium-gray: #e0e0e0;
    --text-light: #666;
    --danger: #dc3545;
    --success: #28a745;
}


.font-d{
   font-family: "Tajawal", sans-serif;

}
.button-icon{
    padding: 0px 13px;
    box-sizing: border-box;
    color: #fff;
    background: #039a42;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    margin: 0px 5px;
    cursor: pointer;
    transition: 0.2s;
}
.button-icon:hover{
        background: #026b2e;

}

.d-flex{
    display: flex;
}
.gap-10{
    gap: 10px;
}
.align-center{
    align-items: center;
}
.color-blueviolet{
    color: blueviolet;
}
.bold{
    font-weight: bold;
}
header{
    box-sizing: border-box;
    padding: 10px ;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;

}
.card-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.input-1{
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.3);
    background: rgba(216, 216, 216, 0.3);
    border-radius: 10px;
    min-width: 300px;
    outline: none;
}

.size-13{
    font-size: 13px;
}

.gap-10{
    gap: 10px;
}

.button-simple{
    border: 1px solid rgba(182, 182, 182, 0.496);
    background:#fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.button-simple:hover{
    background:#b9b8b8;
}

.welcomes{
    width: 85%;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 10px;
    max-height: 50vh;
   
}

.welcomes .categories{
    width: 100%;
    font-size: 14px;
   


}
/* .welcomes .categories .ul{
  overflow-y: auto;
        max-height: 40vh;


} */
.welcomes .slider-welcome{
overflow: hidden;
   
}
.container{
    display: flex;
    margin: 10px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.categories{
    background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: max-content;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;

}
.li-po{
    position: relative;
}
.li-po-sub{
    position: relative;
}
.li-po:hover .souscategory{
    display: flex;
}
.li-po-sub:hover .thirdcategory{
    display: flex;
}
.thirdcategory,
.souscategory {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 300px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 999;
}


 .souscategorymenu{
 
  max-height: 400px;
  overflow-y: auto;
}
.categories .thirdcategory li,
.categories .souscategory li{
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 12px;
}
.categories ul{
list-style: none;
margin: 0;
padding: 0;
width: 100%;

}
.categories ul li{
padding: 10px;
box-sizing: border-box;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
transition: 0.2s;
cursor: pointer;

}
.categories ul .li-po-sub:hover,
.categories ul .li-po:hover{
    background: #e3e3e362;
    color: rgb(0, 55, 174);
}
.li-po-sub,
.li-po{
    display: flex;
    align-items: center;
}
.li-s{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.li-s i{
    font-size: 20px;
}
.categories #li-ch:hover{
  color: #000000;
  background: #e3e3e362;
}

.slider-welcome{
    width: 100%;
    max-height: 350px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            position: relative;

      

}

swiper-container {
      width: 100%;
      height: 100%;
     
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.explore{
    z-index: 999;
    position: absolute;
    top: 0;
}
.header-cart{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-cart #a{
    border: 1px solid #98989880;
    color:rgba(42, 42, 42, 0.825) ;
    border-radius: 5px;
    padding: 10px;
    transition: 0.2s;
    cursor: pointer;
}
.header-cart #a:hover{
    border: 1px solid #343434ae;
    color:rgb(0, 0, 0) ;
 
}
.image-s{
    position: relative;
}
.partners{
    width: 80%;
}
.partners .cards{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}
.partners .cards .card{
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
     background: #fff;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
     height: 150px;
}



.custom-pagination {
    margin-top: 2rem;
    text-align: center;
    font-family: sans-serif;
}

.custom-pagination .pagination {
    display: inline-flex;
    gap: 4px;
}

.custom-pagination .page-item {
    margin: 0;
}

.custom-pagination .page-link {
    color: #333;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}

.custom-pagination .page-link:hover {
    background-color: #f5f5f5;
}

.custom-pagination .page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.custom-pagination ul{
    list-style: none;
}

.custom-pagination .page-item.disabled .page-link {
    color: #aaa;
    pointer-events: none;
}
.menu .heade-menu{
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 10px;
  box-sizing: border-box;
}
.menu .heade-menu i{
padding: 5px;
color: white;
background: red;
border: none;
font-size: 18px;
border-radius: 5px;

}
.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    
}
.menu ul li{
box-sizing: border-box;
font-size: 16px;
}
.menu ul .li-po-menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;


}
.menu ul .li-m-menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu ul .li-s-menu{
   display: flex;
   align-items: center;
   gap: 10px;
 

}
.menu ul .li-sumi{
   margin: 10px 0px 0px 0px;
}
.menu ul .li-sumi li{
    padding: 5px 15px;
  background: rgba(222, 222, 222, 0.49);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  width: 100%;

}
.menu h2 i{
font-size: 20px;
padding: 10px;
}
.partners .cards .card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}






.btn {
padding: 10px 15px;
box-sizing: border-box;
border: none;
border-radius: 9px;
cursor: pointer;
transition: 0.2s;
}
 a{
    text-decoration:none ;
    color: #000;
}
.btn-primary{
color: #fff;
background: rgb(0, 146, 225);
}
.btn-primary:hover{
color: #fff;
background: rgb(0, 114, 175);
}

.desc{
    width: 70%;
}
.desc span{
    color: #000000c7;
}

.insh{
    display: grid;
    justify-content: center;
    text-align: center;
    grid-template-columns: repeat(3,1fr);
    width: 80%;
    gap: 40px;
}
.insh .car i{
   font-size: 50px;
   color: orange;
}


footer{
    margin-top: 40px;
    padding: 13px;
    box-sizing: border-box;
    display: flex;
    background: #fff;
    border-top: 1px solid rgba(154, 154, 154, 0.1);
    gap: 50px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border:rgba(0, 0, 0, 0.1) ;
    
}

.a-hover{
    text-decoration:dashed;
}
.a-hover:hover{
    color: orange;
}

.details-cart{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border:rgba(0, 0, 0, 0.1) ;
    background: #fff;
    width: 80%;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
}
.cart-products{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-product{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border:rgba(0, 0, 0, 0.1) ;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.cart-product .img img{
   width: 100px;
   object-fit: contain;
}


.flex 

{
        display: flex;

}

.flex-end{
    justify-content: end;
}

.btn-orange{
    background: orangered;
    color: #fff;
}
.btn-orange:hover{
    background: rgb(167, 45, 0);
    color: #fff;
}


.input-2{
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
}

.form-checkout{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
    margin: 20px;
    padding: 20px;
    background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.btn-success{
    color: #fff;
    background: #039a42;
}
.btn-success:hover{
    color: #fff;
    background: #026029;
}


.w-400{
    width: 400px;
}
.logop{
    width: 200px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: 0.2s;
}
.whatsapp-icon:hover {
    transform: translateY(-5px);
}

.whatsapp-icon img{
    width: 100%;
    object-fit: cover;

}



/* =========================================== details product variants ======================== */

   
    
    .variant-group {
        margin-bottom: 15px;
    }
    
    .variant-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #555;
    }
    
    .color-options, .size-options {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .color-btn {
        cursor: pointer;
        transition: transform 0.2s;
    }
    
    .color-btn:hover {
        transform: scale(1.1);
    }
    
    .color-btn.active {
        border-color: #28a745 !important;
        box-shadow: 0 0 5px #28a745;
    }
    
    .size-btn {
        padding: 5px 10px;
        border: 2px solid #ddd;
        background: white;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.2s;
    }
    
    .size-btn:hover {
        background: #f0f0f0;
    }
    
    .size-btn.active {
        border-color: #28a745;
        background: #28a745;
        color: white;
    }
    
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    /* ------------------------------------form ----------------------------- */
    .form-container {
        background: #fff;
        margin: 20px auto;
        padding: 20px;
        border: 2px dashed var(--primary-strong);
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        width: 40%;
        text-align: center;
        box-sizing: border-box;
    }
    .form-container img{
        width: 100%;
    }

    .form-title{
        color: var(--primary);
        font-weight: bold;
    }

    .form-container h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #555;
    }

    .input-group input {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        font-size: 14px;
        border: 1px solid var(--primary-strong);
        border-radius: 5px;
        box-sizing: border-box;
    }

    .form-container button {
        background-color: var(--primary);
        color: #fff;
        border: none;
        padding: 12px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        margin-top: 10px;
        transition: background-color 0.3s ease;
    }

    .form-container button:hover {
        background-color: #218838;
    }




    
.detailsofproduct{
    display: grid;
    grid-template-columns: repeat(2,1fr);
      /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    border:rgba(0, 0, 0, 0.1) ;
    gap: 10px;
    padding:30px 20px !important;
    margin: 20px;
    box-sizing: border-box;
    background: #fff;
}
 .imagesslide{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
 .imagesslide #showimage{
    width: 70%;
    background-color: #039a42;
    object-fit: contain;
}
 .imagesslide .imgs{
    display: flex;
    gap: 10px;
    align-items: center;
 }
 .color-gray{
    color: gray;
 }
 .imagesslide .imgs img{
   width: 50px;
   height: 50px;
   object-fit: cover;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border:rgba(0, 0, 0, 0.1) ;
    transition: 0.2s;
    cursor: pointer;
}

 .imagesslide .imgs img:hover{
transform: translateY(-4px);
}

.bottom-header{
    width: 100%;
    background: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 10px;
        box-sizing: border-box;
        display: none;

}
.bottom-header .search-box {
    width: 100%;
 

}
    .infos{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .infos hr{
        border: 1px solid rgba(149, 157, 165, 0.2);
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .infos h2{
        margin: 0;
        padding: 0;
    }
    .infos p{
        margin: 0;
        padding: 0;
    }

    .btns-qty {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btns-qty button{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: var(--primary);
    font-size: 0.8rem;
    cursor: pointer;
   
}
.btns-qty button:hover{
    background: var(--primary-hover);
}

    @media (max-width: 800px) {
        .form-container {
            width: 50%;
        }
    }

    @media (max-width: 600px) {
        .form-container {
            width: 90%;
        }
    }



    
/* =========================================== details product variants ======================== */

/* =========================================== top header ================================= */
.top-header{
    width: 100%;
    background: #000;
    color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding:10px 20px;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;

    justify-content: space-between;
    gap: 10px;
}

.top-header i{
   color: orange;
}

.top-header-info{
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-box {
    position: relative;
    margin: 0 20px;
}

.search-box input {
    width: 100%;
    padding: 8px 20px;
    border: 2px solid #ddd;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s;
    box-sizing: border-box;
}

.search-box input:focus {
    border-color: orange;
    box-shadow: 0 0 10px rgba(108, 92, 231, 0.2);
}

.search-box button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: orange;
    color: white;
    border: none;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    cursor: pointer;
    transition: all 0.3s;
}

.search-box button:hover {
    background: orange;
}

/* Search Results Styles */
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    margin-top: 5px;
}

.search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-results li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}

.search-results li:last-child {
    border-bottom: none;
}

.search-results a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
}

.search-results a:hover {
    background: #f8f8f8;
}

.search-results img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 15px;
    border-radius: 4px;
}

.search-results .product-info {
    flex: 1;
}

.search-results .product-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: #2d3436;
}

.search-results .product-desc {
    font-size: 13px;
    color: #636e72;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-results .product-price {
    font-weight: bold;
    color: #6c5ce7;
    margin-top: 5px;
}

.no-results {
    padding: 15px;
    text-align: center;
    color: #636e72;
}

 .language-switcher {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    
    .current-lang {
        padding: 5px 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .current-lang .arrow {
        font-size: 10px;
        margin-left: 5px;
    }
    
    .lang-dropdown {
        display: none;
        position: absolute;
        top: 80%;
        right: 0;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        min-width: 120px;
        z-index: 1000;
        margin-top: 5px;
    }
    
    .language-switcher:hover .lang-dropdown {
        display: block;
    }
    
    .lang-option {
        display: block;
        padding: 8px 12px;
        text-decoration: none;
        color: #333;
        transition: background 0.2s;
    }
    
    .lang-option:hover {
        background: #f0f0f0;
    }
    
    .lang-option.active {
        background: #e9ecef;
        font-weight: 500;
    }
/* =========================================== top header ================================= */
.section-bg{
    background-color: #fff;
    padding: 10px 20px;
    border: 2px solid rgba(108, 92, 231, 0.2);
}
/* ============================================================== features =============== */

/* Features Container */
.fet-container {
    display: flex;
    flex: 1;
    padding: 10px 0;
    width: 100%;
    max-width: 70em;
    margin-left: auto;
    margin-right: auto;
}

/* Individual Feature Item */
.fet-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    gap: 0.5rem;
}

/* Feature Icon - Base Style */
.fet-icon {
    width: 1.7rem;
    height: auto;
}

/* Small Icon Variant (for the last item) */
.fet-icon-small {
    width: 1.75rem;
}

/* Feature Text */
.fet-text {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: var(--primary-strong);
    line-height: 1.5;
}

/* SVG Icon Colors */
.fa-primary {
    fill: var(--primary-strong);
}

.fa-secondary {
    fill: var(--primary-strong);
    opacity: 0.2;
}


/* Hover Effects */
.fet-item:hover .fet-icon {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.fet-item:hover .fa-primary {
    fill: var(--primary);
}

/* Responsive Grid Version - Alternative */
.fet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 2.5rem 1rem;
    max-width: 70em;
    margin: 0 auto;
}

.fet-grid .fet-item {
    width: 100%;
}

@media (max-width: 768px) {
    .fet-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    

    
   
}



/* Optional: Equal width version */
.fet-container-equal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2.5rem 0;
    max-width: 70em;
    margin: 0 auto;
}

.fet-container-equal .fet-item {
    width: 33.333%;
    min-width: 150px;
}

/* Animation classes */
.fet-item-highlight:hover .fet-icon {
    animation: fetPulse 0.5s ease;
}

@keyframes fetPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .fet-text {
        color: #ffffff;
    }
    
    .fa-primary {
        fill: #ffffff;
    }
    
    .fa-secondary {
        fill: #ffffff;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .show-container {

    grid-template-columns: 1fr;

}
}

/* ============================================================== features =============== */
/* ======================================== product card ======================== */
.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px;
    background: var(--light-gray);
    border-radius: 16px;
    color: var(--text-light);
    font-size: 18px;
}

@media (max-width: 768px) {
    .products {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 15px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .products {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 10px;
    }
}
.product-card {
    position: relative;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    aspect-ratio: 3/4; /* Makes it square-like */
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--danger);
    color: white;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

.product-image {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #fff;

}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.product-category {
    font-size: 10px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.product-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--second);
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.product-price {
    margin: 2px 0;
}

.current-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--second);
}

.product-stock {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--success);
    margin: 2px 0;
}

.stock-indicator {
    width: 6px;
    height: 6px;
    background: var(--success);
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { box-shadow: 0 0 0 4px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

.product-form {
    margin-top: 4px;
}

.add-to-cart-btn {
    width: 100%;
    padding: 6px 8px;
    background: white;
    color: var(--second);
    border: 1.5px solid var(--medium-gray);
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.add-to-cart-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.add-to-cart-btn svg {
    width: 14px;
    height: 14px;
}

/* RTL Support */
[dir="rtl"] .product-badge {
    left: auto;
    right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .product-card {
        max-width: 220px;
    }
    
    .product-content {
        padding: 10px;
    }
    
    .current-price {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .product-card {
        max-width: 180px;
    }
    
    .product-badge {
        top: 5px;
        left: 5px;
        padding: 2px 6px;
        font-size: 9px;
    }
    
    .product-content {
        padding: 8px;
    }
    
    .product-title {
        font-size: 11px;
    }
    
    .current-price {
        font-size: 13px;
    }
    
    .add-to-cart-btn {
        padding: 4px 6px;
        font-size: 10px;
    }
    
    .add-to-cart-btn svg {
        width: 12px;
        height: 12px;
    }
}
/* ======================================== product card ======================== */

/* =========================== home==================== */
  .custom-toast {
    position: fixed;
    top: 20px;
    right: -400px;
    background-color: #38c172;
    color: white;
    padding: 14px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: 15px;
    z-index: 10000;
    transition: right 0.5s ease-in-out;
}

.custom-toast.error {
    background-color: #e3342f;
}

.custom-toast.show {
    right: 20px;
}

/* Loading state for buttons */
.add-to-cart.loading {
    opacity: 0.6;
    pointer-events: none;
}

.add-to-cart.loading::after {
    content: " ...";
}
/* =========================== home==================== */

/* =============================== shopping cart ============================ */
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cart-container {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Header */
.cart-header {
    text-align: center;
    margin-bottom: 40px;
}

.cart-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cart-icon {
    font-size: 2.2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.cart-breadcrumb {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.cart-breadcrumb .current {
    color: #e74c3c;
    font-weight: 600;
}

/* Main content */
.cart-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    align-items: start;
}

/* Items section */
.cart-items-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.section-header {
    padding: 25px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

.items-count {
    background: rgba(255,255,255,0.2);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
}

.cart-items-container {
    padding: 0;
}

/* Cart item */
.cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 20px;
    padding: 25px 30px;
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
    position: relative;
}

.cart-item:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.cart-item:last-child {
    border-bottom: none;
}

.item-image {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cart-item:hover .item-image img {
    transform: scale(1.05);
}

.item-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.item-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
}

.item-price-unit {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* Quantity controls */
.quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quantity-label {
    font-size: 0.9rem;
    color: #5a6c7d;
    font-weight: 500;
}

.quantity-buttons {
    display: flex;
    align-items: center;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

.qty-btn {
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.1rem;
    font-weight: 600;
}

.qty-btn:hover {
    background: #667eea;
    color: white;
}

.qty-btn:active {
    transform: scale(0.95);
}

.quantity-display {
    padding: 0 15px;
    font-weight: 600;
    color: #2c3e50;
    min-width: 40px;
    text-align: center;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
}

/* Remove button */
.remove-btn {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(238, 90, 36, 0.3);
}

.remove-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(238, 90, 36, 0.4);
}

/* Item total */
.item-total {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.total-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #27ae60;
}

.price-breakdown {
    font-size: 0.8rem;
    color: #95a5a6;
}

/* Empty cart */
.empty-cart {
    text-align: center;
    padding: 60px 30px;
    color: #7f8c8d;
}

.empty-cart-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-cart h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.empty-cart p {
    margin-bottom: 25px;
    line-height: 1.6;
}

.continue-shopping-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.continue-shopping-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Cart summary */
.cart-summary {
    position: sticky;
    top: 20px;
}

.summary-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.summary-title {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.summary-details {
    margin-bottom: 25px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 0.95rem;
}

.free-shipping {
    color: #27ae60;
    font-weight: 600;
}

.summary-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e9ecef, transparent);
    margin: 15px 0;
}

.total-row {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    padding-top: 15px;
}

.total-amount {
    color: #27ae60;
    font-size: 1.3rem;
}

/* Checkout actions */
.checkout-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkout-btn {
    background: linear-gradient(135deg, #00b894, #55a3ff);
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 184, 148, 0.3);
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 184, 148, 0.4);
}

.continue-shopping {
    color: #667eea;
    text-decoration: none;
    padding: 12px 20px;
    text-align: center;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.continue-shopping:hover {
    border-color: #667eea;
    background: #f8f9ff;
}

/* Security badges */
.security-badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.badge {
    background: white;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #5a6c7d;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.badge i {
    font-size: 1.1rem;
}

/* Loading overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.loading-overlay.show {
    display: flex;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #e9ecef;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Toast notification */
.toast {
    position: fixed;
    top: 20px;
    right: -400px;
    background: #27ae60;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    font-weight: 500;
    z-index: 10000;
    transition: right 0.4s ease;
}

.toast.error {
    background: #e74c3c;
}

.toast.show {
    right: 20px;
}

/* Responsive design */
@media (max-width: 968px) {
    .cart-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .cart-summary {
        position: static;
        order: -1;
    }
}

@media (max-width: 768px) {
    .cart-container {
        padding: 15px;
    }
    
    .cart-title {
        font-size: 2rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .cart-item {
        grid-template-columns: 80px 1fr;
        gap: 15px;
        padding: 20px 15px;
    }
    
    .item-total {
        grid-column: 1 / -1;
        text-align: left;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #ecf0f1;
    }
    
    .item-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .quantity-controls {
        justify-content: space-between;
    }
    
    .section-header {
        padding: 20px 15px;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .summary-card {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .cart-title {
        font-size: 1.6rem;
    }
    
    .cart-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .item-total {
        border-top: none;
        margin-top: 10px;
        padding-top: 0;
    }
    
    .checkout-btn {
        padding: 12px 15px;
        font-size: 1rem;
    }
    
    .security-badges {
        grid-template-columns: 1fr;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-item {
    animation: fadeInUp 0.6s ease forwards;
}

.cart-item:nth-child(1) { animation-delay: 0.1s; }
.cart-item:nth-child(2) { animation-delay: 0.2s; }
.cart-item:nth-child(3) { animation-delay: 0.3s; }
.cart-item:nth-child(4) { animation-delay: 0.4s; }
.cart-item:nth-child(5) { animation-delay: 0.5s; }
/* =============================== shopping cart ============================ */
.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--primary, orange);
    color: white;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* For RTL support */
[dir="rtl"] .cart-count {
    right: auto;
    left: -8px;
}


/* ==================================== menu ============================ */




:root {
    --menu-primary: #0d6efd;
    --menu-text: #333;
    --menu-text-light: #666;
    --menu-bg: #fff;
    --menu-hover: #f8f9fa;
    --menu-border: #e9ecef;
    --menu-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 320px;
    height: 100vh;
    background: var(--menu-bg);
    box-shadow: var(--menu-shadow);
    z-index: 1000;
    overflow-y: auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: transform 0.3s ease;
}


.close-btn{
    cursor: pointer;
}

body.menuactive .menu{
display: block;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.menu-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--menu-text);
    margin: 0;
}

.menu-close-btn {
    font-size: 24px;
    cursor: pointer;
    color: var(--menu-text-light);
    transition: color 0.2s;
    padding: 5px;
    border-radius: 50%;
}

.menu-close-btn:hover {
    color: var(--menu-text);
    background: var(--menu-hover);
}

.menu-divider {
    border: none;
    border-top: 1px solid var(--menu-border);
    margin: 15px 0;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: var(--menu-hover);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.menu-item-header:hover {
    background: #e9ecef;
}

.menu-item-title {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.menu-item-icon {
    font-size: 1.2rem;
    color: var(--menu-primary);
    width: 24px;
    text-align: center;
}

.menu-item-name {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--menu-text);
}

.menu-toggle-submenu {
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--menu-text-light);
    transition: transform 0.2s;
    padding: 5px;
    border-radius: 50%;
}

.menu-toggle-submenu:hover {
    background: rgba(0,0,0,0.05);
}

.menu-submenu {
    transition: all 0.3s ease;
    margin-top: 5px;
    margin-left: 15px;
}

.menu-submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-submenu-item {
    margin-bottom: 5px;
    border-radius: 6px;
    overflow: hidden;
}

.menu-submenu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px 10px 15px;
    background: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

.menu-submenu-header:hover {
    background: var(--menu-hover);
}

.menu-submenu-link {
    text-decoration: none;
    color: var(--menu-text-light);
    font-size: 0.9rem;
    flex: 1;
    transition: color 0.2s;
}

.menu-submenu-link:hover {
    color: var(--menu-primary);
}

.menu-toggle-thirdmenu {
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--menu-text-light);
    transition: transform 0.2s;
    padding: 4px;
    border-radius: 50%;
}

.menu-toggle-thirdmenu:hover {
    background: rgba(0,0,0,0.05);
}

.menu-thirdmenu {
    transition: all 0.3s ease;
    margin-left: 20px;
    margin-top: 5px;
}

.menu-thirdmenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-thirdmenu-item {
    padding: 8px 12px 8px 20px;
    border-radius: 4px;
    transition: background 0.2s;
}

.menu-thirdmenu-item:hover {
    background: var(--menu-hover);
}

.menu-thirdmenu-link {
    text-decoration: none;
    color: #6c757d;
    font-size: 0.85rem;
    display: block;
    transition: color 0.2s;
}

.menu-thirdmenu-link:hover {
    color: var(--menu-primary);
}

/* RTL Support */


/* Responsive */
@media (max-width: 768px) {
    .menu-container {
        width: 280px;
    }
}

@media (max-width: 480px) {
    .menu-container {
        width: 100%;
        max-width: 300px;
    }
}

/* ==================================== menu ============================ */
.mobile-hidden{
    display: flex;
}
.mobile-display{
    display: none;
}
/* Filter Section - Products Header with Sort */
.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    gap: 15px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(134, 134, 134, 0.2);
}

.filter-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sort-label {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
}

.sort-select {
    padding: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #333;
    background-color: white;
    cursor: pointer;
    min-width: 180px;
    transition: all 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.sort-select:hover {
    border-color: #ffa500;
}

.sort-select:focus {
    outline: none;
    border-color: #ffa500;
    box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.1);
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .filter-section {
        width: 95%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px 0;
    }
    
    .filter-title {
        font-size: 1.5rem;
        width: 100%;
    }
    
    .sort-wrapper {
        width: 100%;
        justify-content: space-between;
    }
    
    .sort-select {
        flex: 1;
        min-width: 0;
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .filter-section {
        width: 100%;
        padding: 15px 10px;
    }
    
    .filter-title {
        font-size: 1.3rem;
    }
    
    .sort-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .sort-select {
        width: 100%;
        max-width: 100%;
        padding: 10px 12px;
    }
    
    .sort-label {
        font-size: 0.9rem;
    }
}

/* RTL Support */
[dir="rtl"] .sort-select {
    background-position: left 10px center;
}

[dir="rtl"] .sort-wrapper {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    [dir="rtl"] .sort-wrapper {
        flex-direction: row-reverse;
    }
}

@media (max-width: 480px) {
    [dir="rtl"] .sort-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width:1000px){
.products{
    grid-template-columns: repeat(4,1fr);
  

}
.desc{
    width: 80%;
    text-align: center;
}
.welcomes{
    width: 95%;
}
.partners .cards{
    grid-template-columns: repeat(4,1fr);
}
}
@media screen and (max-width:800px){
.products{
    grid-template-columns: repeat(3,1fr);
  

}
.welcomes{
    width: 95%;
        grid-template-columns: 100%;


   
}
.detailsofproduct{
    grid-template-columns: repeat(1,1fr);
 
}
.desc{
    width: 90%;
}
.partners .cards{
    grid-template-columns: repeat(3,1fr);
}
.welcomes .categories{

    display: none;

   
}
}
@media screen and (max-width:600px){
    body{
        font-size: 12px;
    }
    .form-checkout{

    width: 80%;
    }
    header{

    justify-content: space-between;

}
    .bottom-header{
        display: flex;
    }
    .display-min-600{
        display: none;
    }
.products{
    grid-template-columns: repeat(2,1fr);
  

}
.partners .cards{
    grid-template-columns: repeat(2,1fr);
}

.partners{
    width: 100%;
}
footer{
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.insh{
  
    grid-template-columns: repeat(1,1fr);
  
}
body.menuactive .menu{
width: 80%;
}
.logop{
    width: 100px;
}
 .imagesslide #showimage{
    width: 70%;
    object-fit: contain;
}
.top-header{

    font-size: 0.6rem;

}
.top-header-info span{
    white-space: nowrap;
}

 .current-lang {
        padding: 3px 8px;

    }
.mobile-hidden{
    display: none;
}
.mobile-display{
    display: flex;
}
}