﻿/*.carousel-wrap {
  margin: 10px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}*/

/* fix blank or flashing items on carousel */
/*.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}*/

/* end fix */
/*.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}*/

/*new carousel*/

.carousel-cell img{
max-width:100%;
object-fit:cover;
/*height:145px;*/ /*auto*/
}

.carousel-cell.pad1 img{
max-width:100%;
height:auto; 
}


.carousel-cell{
width:33%;  /*25%*/
padding:1rem; /*1rem*/
}

.carousel-cell.pad1{
width:100%; 
padding:1rem; 
}


@media (max-width:700px){
 .carousel-cell{
   width:33.33%
 }
  .carousel-cell.pad1{
   width:33.33%
 }

}

@media (max-width:600px){
 .carousel-cell{
   width:50%
 }
  .carousel-cell.pad1{
   width:50%
 }

}

@media (max-width:500px){
 .carousel-cell{
   width:100%;
   text-align:center
 }
  .carousel-cell.pad1{
   width:100%;
   text-align:center
 }

 .flickity-slider{
	width:100% !important
}
.carousel-cell img{
  max-width:100%;
  height:auto !important;
}
}

/*iphone X*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { .carousel-cell{
width:33%; 
}}
/*end*/

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-slider.pad2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  border:none; /*added*/
  cursor:pointer; /*added*/
}

.flickity-prev-next-button.previous { left: 10px;  position:absolute;}
.flickity-prev-next-button.next { right: 10px;  position:absolute;}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/*.flickity-button, button:hover {
  background: transparent;
  border:none;
}

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
}

.flickity-button:disabled {
  display: none;
}*/

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display:none;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/*honey*/

	
.flickity-button {
  background: transparent !important;
}