.slick-slide img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.slick-slide {
  position: relative;
}
button.slick-next,
button.slick-next:hover,
button.slick-next:focus {
  position: absolute;
  top: 41%;
  right: 10px;
  width: 40px;
  height: 60px;
  background-color: #0000a0;
  /* background-image: url("../images/product-navi-go-right.png");
    background-repeat: no-repeat; */
}
button.slick-prev,
button.slick-prev:hover,
button.slick-prev:focus {
  position: absolute;
  top: 41%;
  left: 10px;
  z-index: 1;
  width: 40px;
  height: 60px;
  background-color: #0000a0;
  /* background-image: url("../images/product-navi-go-left.png");
    background-repeat: no-repeat;
    background-position-x: right; */
}
button.slick-prev:before {
  font-family: 'icomoon';
  font-size: 34px;
  line-height: 1;
  opacity: 1;
  color: white;
  content: '\edc5';
}

button.slick-next:before {
  font-family: 'icomoon';
  font-size: 34px;
  line-height: 1;
  opacity: 1;
  color: white;
  content: '\edbd';
}
.slick-list:focus {
  outline: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-slider {
  margin-bottom: 30px;
}
.slider {
  height: 100%;
  width: 100%;
}
.slick-dots {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.slick-dots li {
  background: none;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  margin: 10px 0;
  display: block;
}
.slick-dots li.slick-active {
  background: #fff;
}
.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;
}
