#mainCarousel {
  width: 100%;
  margin: 0 auto .5rem auto;
  --carousel-button-color: #2185d0;
}

#mainCarousel .carousel__slide {
  width: 100%;
  height: 100%;
  padding: .1rem;
}

#mainCarousel .carousel__button.is-prev {
  left: 1.5rem;
  border: 1px solid #ccc;
  color: #ccc;
}

#mainCarousel .carousel__button.is-next {
  right: 1.5rem;
  border: 1px solid #ccc;
  color: #ccc;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  outline-style: solid;
}

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: .15rem;
  /* width: 96px;
height: 64px; */
  width: 76px;
  height: 58px;
}

#thumbCarousel .carousel__slide img {
  width: 90%;
  height: 80%;
  object-fit: cover;
  border-radius: 4px;
  /* border:none; */

}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

.carousel__slide.has-thumb {
  /* padding: 5px; */
  /* margin: 1rem 0 -2rem 0; */
  /* margin: 16px 8px; */
  border: 1px solid #000;
  border-radius: 4px;
  margin: 0 0 2rem 0;
  /* padding-bottom: -2rem; */
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
  /* margin:2rem; */
}

.carousel__slide.has-thumb:hover,
.carousel__slide.has-thumb.is-nav-selected {
  border-color: #eca404;
}

/* -------------- */
.content_main>.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column>.flex-sort-column-end {
  justify-content: flex-end;
  flex: 1;
  display: flex;
  flex-direction: column
}

.about,
.about_cat {
  bottom: 0;
  position: absolute;
  height: 15%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  color: #333;
  line-height: 0.9;
  margin: .5em 0 0;
  padding: 1em 0 3em 1.5em;
}

.view-toggle input {
  display: none;
}

.view-toggle input+label {
  cursor: pointer;
  height: 0;
}

.view-toggle input+label+span {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;

}

.view-toggle input:not(:checked)+label {
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
}

.view-toggle input:not(:checked)+label+span {
  opacity: 1;
  position: relative;
  height: auto;
  transition: opacity 1.1s;

}

.gradient-text {
  background: linear-gradient(#333 33%, #999 66%, #fff 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}


#full_about {
  max-height: 20em;
  overflow-y: auto;
}

#full_about_category {
  max-height: 15em;
  overflow-y: auto;
}

.style_prevu_kit {
  display: inline-block;

  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);

}

.style_prevu_kit:hover {
  box-shadow: 0px 0px 20px #f0f0f0;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
