.slick-dots {
  outline: none !important;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: -80px;
}
.slick-dots li {
  outline: none !important;
  display: inline-block;
  padding: 9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.slick-dots button {
  outline: none !important;
  background: none;
  text-indent: 999px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  width: 10px;
  height: 10px;
  line-height: 30px;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.slick-dots li.slick-active {
  border: 1px solid #54575c;
  padding: 8px;
}
.slick-dots li.slick-active button {
  border: 1px solid #fff;
  background: #fff;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 131px;
  text-indent: 999px;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin-top: -66px;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
.slick-prev {
  left: 0;
  background: url('/images/slick-prev.png') no-repeat center;
}
.slick-next {
  right: 0;
  background: url('/images/slick-next.png') no-repeat center;
}
.slick-arrow:hover {
  opacity: .6;
}

svg use {
    fill: #cdcdcd;
}