
.product-slider{
    width: 100%;   /* width: 350px; */
    margin: auto;
    background-color: #edeeef;
    color: #000;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

/* h6 = slide caption */
.slide h6{
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}

.slide h62{
  font-size: 18px;
  margin: 0;
  padding-top: 10px;
  text-align: center;
}

/* Slick slider custom styles 
    This impacts the height of the top navigation / sync slider box
*/
.product-slider .slick-slide {
    height: 400px !important;        /* height:290px !important;  */
}
.product-slider .slick-slide img {
    height: 360px !important;       /* height: 250px !important; */
    object-fit: cover;
}


/* Test for navigation for sync slider */
.product-slidernav{
    width: 100%;   /* width: 350px; */
    margin: auto;
    background-color: #edeeef;
    color: #000;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

/* h6 = slide caption */
.slidenav h6{
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}


/* Arrows */
.slick-arrow{
  font-size: 0;  
  line-height: 0;

  position: absolute;
  top: 50%;
  /*
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);          /* transform: translateY(-50%); */
  transform: translateY(-50%);
  
  height: 40px;   /* height: 40px;  */
  width: 40px;    /* width: 40px;*/
  padding: 0;
  background-color: rgba(0,0,0,0.6);
  border-radius: 10px;
  cursor: pointer;
  background-size: 20px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-arrow.slick-prev {
    left: -50px;     /* left: 10px; -50px; = works good for slider, but not lightbox*/
}
.slick-arrow.slick-next {
    right: -50px;    /* right: 10px; */
}
.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0,0,0,0.3);
}
.slick-prev:focus, .slick-next:focus {
    background-color: rgba(0,0,0,0.6);
}

/* Data for sync slider visual */
#disqus_thread {
    margin-top: 20px;
  }
  * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blue {
    background: #3498db;
    color: #fff;
  }
  
  /*  this is the font on the card?  */
  .blue h3 {
    background: #ffffff83; /* background: #fff;   
    color: #3498db; */
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
  }
  
  .content {
    margin: auto;
    padding: 1px 20px;  /*space between "features" and "content" border */
    width: 100%;   /* width: 600px; */
  }
  #toplightbox {
    margin: 0% 0 1% 0; /* top, right, bot, left */
    width: 100%;   /* width: 600px; */
  }
  
  .features {
    display: block;
    list-style-type: none;
    margin-top: 30px; /* margin-top: 30px; */
    padding: 0;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
  }
  
  
  .filter .button {
    background: #fff;
    color: #3498db;
    margin-bottom: 40px;
  }
    
  
  .margin-40 {
    margin-bottom: 40px;
  }
  .more,
  .button.first {
    margin-top: 40px;
  }
  
  .slick-slide img {
    border: 5px solid #fff;
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* this also impacts the sync slider feature and contents, essentially the space between both sliders and the top / bottom portion */
  .slick-slider {
    margin: 20px auto 25px;   /*  margin: 30px auto 50px; top, left/right, bottom */
  } 

  /* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}