/*Font Setup*/

body {
  font-family: "Source Sans Pro", sans-serif;
}

.text-decoration-none {
  text-decoration: none !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
    padding: 0 50px;
  }
  .navbar {
    padding: 0.5rem 0rem;
  }
}

@media (max-width: 768px) {
  .btn-responsive {
    padding: 0.11rem 0.35rem;
    font-size: 0.775rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
}

/*Footer Style*/

.footer-kit {
  font-size: 16px;
  background-color: #504e4b;
  color: white;
}
.footer-kit .nav .nav-link {
  color: #777777;
  font-size: 16px;
  padding: 3px 0px;
  font-weight: bold;
}

.footer-kit .social-wrapper a {
  background: #777777;
  color: black;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  display: inline-block;
  line-height: 40px;
  margin: 0px 5px;
  text-align: center;
}

.footer-kit .social-wrapper a i {
  font-size: 22px;
}

@media (max-width: 992px) {
  .footer-kit * {
    text-align: center;
    font-size: 14px;
  }
  .footer-kit .logo.logo-footer {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/*LAZY LOAD*/

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.d-filtrer .accordion .form-group .accordion-button {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.d-filtrer .accordion .form-group .accordion-button .arrow {
  transition: all 0.15s ease-in-out;
}

.d-filtrer .accordion .form-group .accordion-button:not(.collapsed) .arrow {
  transform: rotate(180deg);
}

.d-filtrer .selected-filters > ul {
  padding: 0.5rem 0;
  list-style: none;
  display: flex;
  margin: 0 1rem 1rem 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
  gap: 5px;
}

.d-filtrer .selected-filters > ul > li {
  font-size: 14px;
  text-transform: none;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 5px 2px 10px;
  background: #f1f1f1;
  border-radius: 5px;
}

.d-filtrer .selected-filters > ul > li .close-filter {
  padding: 5px;
  font-size: 16px;
  height: 20px;
  width: 20px;
  line-height: 1;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-filtrer .selected-filters > ul > li .close-filter:hover {
  background-color: #e2e2e2;
}
#lightbox .lb-data .lb-details {
  display: none;
}
#lightbox .lb-data .lb-closeContainer {
  position: absolute;
  right: 30px;
  top: -20px;
}

.product-image-sticker {
  width: 40px;
}

@media (max-width: 1024px) {
  .product-image-sticker {
    width: 30px;
  }
}

@media (max-width: 768px) {
  #lightbox .lb-data .lb-closeContainer {
    right: 10px;
    top: -40px;
  }
}
