.border {
  border: dashed red;
}

#hp_brands_btn {
  color: white;
}

.padding-top {
  padding-top: 45px;
}

.padding-left {
  padding-left: 25% !important;
}

.padding-bottom {
  padding-bottom: 55px;
}

.padding-all {
  padding: 45px 25% 45px 25%;
}

.padding-up-down {
  padding: 5% 0;
}

.font-45 {
  font-size: 45px;
}

.font-20 {
  font-size: 20px;
}

.text-align {
  text-align: start;
}

.border-radius {
  border-radius: 7px;
}

.border-color {
  border-color: red;
}

.dimension {
  height: 300px !important;
  width: 300px !important;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
}

.font-grostesk {
  font-family: "Grotesk", sans-serif;
}

#hp_banner .list {
  visibility: hidden;
}
#hp_banner .list.slick-initialized {
  visibility: visible;
}
#hp_banner .dots .slick-dots {
  padding: 0;
}
#hp_banner .dots .slick-dots li {
  height: 5px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid #D7D7D7;
}
#hp_banner .dots .slick-dots li.slick-active {
  border: 1px solid #D90B12;
  background-color: #D90B12;
}
#hp_banner .dots .slick-dots li button {
  border: none;
  box-shadow: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
}

@media (max-width: 767px) {
  #hp_collections .header h1, #hp_collections .header p {
    color: white;
  }
  #hp_collections .header .product-item p {
    color: black;
  }
}
#hp_collections .header .product-item {
  width: -moz-max-content;
  width: max-content;
}
#hp_collections .header .product-item p {
  white-space: nowrap;
}
@media (max-width: 767px) {
  #hp_collections .categories {
    top: -300px;
  }
}
#hp_collections .categories .category {
  display: none;
  animation: fadeIn 0.7s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hp_collections .categories .category.active {
  display: flex;
}
@media (max-width: 767px) {
  #hp_collections .categories .category.active {
    flex-direction: column;
  }
}
#hp_collections .categories .category .image {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.5);
}
@media (min-width: 767px) {
  #hp_collections .categories .category .image {
    filter: none;
    max-height: unset;
    width: 30%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #hp_collections .categories .category .content {
    width: 70%;
  }
  #hp_collections .categories .category .content .infos {
    width: 70%;
  }
}

@media (min-width: 767px) {
  #hp_about .about-list .item {
    width: 33.33%;
  }
  #hp_about .about-list .item a:active {
    text-decoration: none;
  }
}
#hp_about .about-list .slick-dots li {
  height: 6px;
  width: 6px;
}
#hp_about .about-list .slick-dots li.slick-active {
  height: 10px;
  width: 10px;
}
#hp_about .about-list .slick-dots li.slick-active button {
  height: 10px;
  width: 10px;
  border: none;
  background-color: #1F1F1E;
}
#hp_about .about-list .slick-dots li button {
  transition: none;
  height: 6px;
  width: 6px;
  border: none;
  background-color: #e6e6e6;
}

#hp_instagram .instagram-link:hover, #hp_instagram .instagram-link:active, #hp_instagram .instagram-link:visited {
  text-decoration: none;
  color: #D90B12;
}

html, body {
  overflow-x: hidden;
}

.products-slider .slick-prev,
.products-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  cursor: pointer;
}

.slick-dots-parent .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  font-size: 0;
  padding: 0;
}

.slick-dots-parent .slick-dots li.slick-active button {
  background-color: #333;
}

.slick-dots-parent .slick-dots li {
  margin: 0 2px;
}

.products-slider {
  position: relative;
  width: 100%;
}

.message-slider {
  position: relative;
  overflow: hidden;
}

#sliding-message {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.slider-brands-home .slider-brands-arrows {
  justify-content: flex-end;
}

.h-100 {
  height: 100px;
}

.slider-brands-home .brands-list {
  display: flex;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 50px;
}

.slider-brands-home .brand-card {
  padding: 0 10px;
}

.slider-brands-home {
  margin-top: 35px;
}

.slider-brands-home .brand-card .box-shadow {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.slider-brands-home .brand-card img {
  margin: auto;
}

.white {
  color: white;
}

@media (max-width: 767px) {
  .slider-brands-home .slick-arrow {
    width: 24px;
  }
  #hp_banner .dots {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: none;
    left: 0;
    right: 0;
  }
  .reinsurances-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .reinsurances-section .size-20 {
    font-size: 17px;
  }
  .reinsurances-section p {
    font-size: 14px;
    line-height: normal;
  }
  .size-icon-mobile-reinsurances {
    height: 22px;
  }
  .pt-mobile-reinsurances {
    padding-top: 10px;
  }
  .slider-section.p-y-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
