/*
Custom Css
*/
body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.codz-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.nav-item.active {
  border-bottom: 2px dashed #69bb7e;
}

.nav-icon {
    cursor: pointer;
}
.nav-icon:hover{
    color: #69bb7e !important;
}

#accordion a {
    color: #000;
    text-decoration: none;
}

#accordion a.active {
    color: #69bb7e !important;

}


.card-img {
    width: 100% !important;
    min-height: 500px !important;
    object-fit: contain !important;    
}

.notfound  {
       text-align: center;
margin-top: 10%;
font-size: 40px !important;
}

.outofstock {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.emptycart {
    text-align: center;
    margin-top: 10%;
    font-size: 40px !important;
}


@media only screen and (max-width: 600px) {
    .nb1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nb2 {
        width: min-content;
        text-align: center;
    }
}


#gender li a {
    cursor: pointer;
}

#collapseTwo li a {
    cursor: pointer;
}

#collapseThree li a {
    cursor: pointer;
}


#accordion i {
    cursor: pointer;
}

.price-dzd-en, .price-dzd-fr, .price-dzd-ar {
    display: inline-block;
}

.text-danger {
    margin: 0 10px;
}

.promo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #69bb7e;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.services-icon-wap h2 {
    font-family: 'Jost', sans-serif !important;
    font-weight: light !important;
    font-size: 20px !important;
}

#cart {
    overflow-x: hidden;
    overflow-y: scroll;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #000000 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

  #search-image {
    position: absolute;
    left: 50%;
      top: 50%;
         transform: translate(-50%, -50%);

 }

 .btn-close {
     cursor: pointer;
 }


 #loader {
    position: fixed;
    z-index: 9999;
    background: #fff;
   top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #087D45;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  

  .card-body .text-danger span{
      text-decoration: line-through;
  }


.card {
    height: 700px;
}
  #ctg img {
    filter: drop-shadow(14px 5px 61px rgba(0, 0, 0, 0.2));
    border: none !important;

  }

  #slideshow img {
    filter: drop-shadow(14px 5px 61px rgba(0, 0, 0, 0.2));

  }

  #slideshow {
    min-height: 600px;
  }

  