div#wrapper-productsFAMILY{
  padding: 0 0 10px 0;
  margin-bottom: 5%;
}

div#carousel-productsFAMILY {
  position: relative;
  max-width: 1680px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  overflow: hidden;
}

div#carousel-FAMILY .swiper-wrapper .swiper-slide  {
  display: flex;
  margin-bottom: 1%;
  margin-right: 10px!important;
  height: 400px!important;
  flex-direction: column;
  align-self: start;
}

div#carousel-FAMILY #carousel-products-scrollbar {
  opacity: 1!important;
}

div#wrapper-productsFAMILY a{
  text-decoration: none;
}

div#carousel-FAMILY .swiper-cat  {
  margin-left: 1em;
}

.text-heading-title{
  margin: 1% 0;
}

div#carousel-products,
div#carousel-FAMILY {
  max-width: 1650px;
  margin: 1% 0 0 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#carousel-productsFAMILY .swiper-container-horizontal>.swiper-scrollbar {
  height: .125rem!important;
}

.swiper-scrollbar-drag {
  background: rgb(0, 0, 0);
}

div#carousel-products .swiper-wrapper,
div#carousel-FAMILY .swiper-wrapper {
  height: auto;
  max-width: 1600px;
  margin-bottom: 1%;
}

div#carousel-products .swiper-wrapper .swiper-slide,
div#carousel-FAMILY .swiper-wrapper .swiper-slide  {
  display: flex;
  margin-bottom: 1%;
  margin-right: 10px!important;
  height: auto!important;
}

div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href,
div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href  {
  text-decoration: none;
}

div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href:hover,
div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href:hover {
  text-decoration: underline;
  color: black;
}

div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href .swiper-slide .swiper-img,
div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href .swiper-slide .swiper-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href img,
div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href img  {
  max-width: 80%;
  position: relative;
  display: block;
  margin: 5% auto;
}

div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href .swiper-cat,
div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href .swiper-cat {
  text-align: left;
  font-size: 14px;
  color: black;
  font-weight: normal;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-left: 1.5em;
  float: left;
  width: auto;
}

div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href .product-compact__type,
div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href .product-compact__type  {
  font-size: .8rem;
}

.swiper-button-prev.btn-prev-productsFAMILY,.swiper-button-next.btn-next-productsFAMILY {
  position: absolute;
  z-index: 1;
  top: 45%;
  color: #ffffff;
  --swiper-navigation-size: 25px;
  border-radius: 100%;
  background: #000000 0% 0% no-repeat;
  width: 35px;
  height: 35px;
}

.btn-prev-productsFAMILY:after, .btn-next-productsFAMILY:after {
  font-family: swiper-icons;
  /* font-size: var(--swiper-navigation-size); */
  font-size: 12px;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.btn-prev-productsFAMILY, .swiper-container-rtl .btn-next-productsFAMILY {
  left: 10px;
  right: auto;
}

.btn-next-productsFAMILY, .swiper-container-rtl .btn-next-productsFAMILY {
    right: 10px;
    left: auto;
}

span.product-compact__price {
  font-size: 2rem;
}

/* last slider */
span.lastlide {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: normal;
  width: auto;
  margin-top: 35%;
  display: block;
}

span.lastlide:hover {
  text-decoration: none;
  color: black;
}

a.swiper-slide-href.swiper-slide-hrefD {
  width: 100%;
}

a.swiper-slide-hrefD:hover {
  text-decoration: none!important;
  color: black;
}

img.imgD {
  max-width: 50%!important;
}
/* last slider */


@media (max-width: 768px) {

  div#carousel-products, div#carousel-FAMILY {
    max-width: 1550px;
    margin: 5% 0 0 0;
  }

  div#carousel-products .swiper-wrapper,
  div#carousel-FAMILY .swiper-wrapper {
      margin-bottom: 15%;
  }
  
  .text-heading-title{
    margin: 4% 0 4% 5%;
  }

  div#carousel-products .swiper-wrapper {
    margin-left: 2% !important;
  }

  div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href img,
  div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href img {
    margin: 10% auto;
  }

  div#carousel-products .swiper-wrapper .swiper-slide .swiper-slide-href .swiper-cat,
  div#carousel-FAMILY .swiper-wrapper .swiper-slide .swiper-slide-href .swiper-cat  {
    margin-left: .8em;
    width: 130px;
  }

  span.lastlide {
    font-size: 16px;
  }

  .swiper-button-prev.btn-prev-productsFAMILY, .swiper-button-next.btn-next-productsFAMILY {
    opacity: 0;
  }

}

@media (min-width: 37.5em) {
  #carousel-productsFAMILY {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* make room for arrows */
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 43.75em) {
  #carousel-productsFAMILY {
    width: 100%;
  }
}
