﻿.slider-products
{
	position:relative;    
	margin-bottom: 25px;
}

.carousel-cell {
  background: #fff;
  counter-increment: carousel-cell;
  color: white;
  width: 100%;
  direction:ltr;
}
/*
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  height: 100%;
  width: 100%;
  font-size: 80px;
  color: white;
}*/

.carousel-main .carousel-cell {
  width: 100%;
  font-size: 5rem;
  padding-bottom: 56.25%;
  height:500px;
}

.carousel-main .carousel-cell img{
    height: 385px;
    width: auto;
    object-fit: contain;
    margin: auto;    
    position: relative;
    bottom: -45px;  
    filter: drop-shadow(0px 3px 5px rgb(0 0 0 / 85%));
}



/*
.carousel-main .carousel-cell:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-nav .carousel-cell:before {
  transform: rotate(-90deg);
}
*/
.carousel-nav {
  width: 225px;
  height: 65px;
    transform: rotate(90deg) translate(272px, -260px);
    transform-origin: right;
}
.carousel-cell {
  transform: rotate(-90deg);
  width: 65px;
  height: 65px;
  cursor: pointer;
  font-size: 1.4rem;
}

.carousel-nav .carousel-cell {
  margin-right: 1rem;
}
.carousel-nav .carousel-cell img {
  transform:rotate(-90deg);    
  height: 50px;
    position: relative;
    top: 7px;
}


/* selected cell */
.carousel-nav .carousel-cell.is-nav-selected {
 /* background: #e89a1b;*/
     border: 1px solid #7e7e7e;}

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: transparent;
}

.flickity-prev-next-button .previous {
  left: -40px;
}
.flickity-prev-next-button .next {
  right: -40px;
}
.row .left {
    max-width: 80px;
    margin-left: 2%;
    flex: 1 1 100%;
    position: absolute;
    z-index: 9;
    top: 15px;
    left: 150px;
}

.carousel-nav .flickity-prev-next-button.next {
  right: -40px;
}
.carousel-nav .flickity-prev-next-button.previous {
  left: -40px;
}


