﻿.slider-products
{
	position:relative;
	margin-bottom: 25px;
}
.carousel-cell {
  background: #fff;
  counter-increment: carousel-cell;
  color: white;
  width: 100%;
  border-radius: 12px;
}
/*
.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:0;
  height:385px;
}

.carousel-main .carousel-cell img{
    height: 385px;
    width: 100%;
    object-fit: cover;
    margin: auto;    
    position: relative;
    bottom: 0;  
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 20px;
    height:8px;
    margin: 0px 5px;
    background: #B7B7B7;
    border-radius: 5px;
    opacity: .25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
    width: 35px;
    border-radius: 5px;
    background: #EA6929;

}

/*
.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(30px, -100%);
  transform-origin: left top;
}
.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: 60px;
    width: 60px;
    position: relative;
    top: 2px;
    border-radius: 10px;
    left: 2px;
}


/* selected cell */
.carousel-nav .carousel-cell.is-nav-selected {
  background: #EC6724;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.flickity-prev-next-button .previous {
  left: -40px;
}
.flickity-prev-next-button .next {
  right: -40px;
}
.row .left {
    max-width: 80px;
    margin-right: 2%;
    flex: 1 1 100%;
    position: absolute;
    z-index: 9;
    right: 0px;    
    top: 70px;
}

.carousel-nav .flickity-prev-next-button.next {
  right: -40px;
}
.carousel-nav .flickity-prev-next-button.previous {
  left: -40px;
}


