.slick-dots {
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;

  button{
    border: none;
    outline: none;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  width: 35px;
  height: 22px;
  border-radius: 12px;
  background: silver;
  box-shadow: 0 1px 5px rgba(28, 28, 59, 0.7),
    1px 1px 3px rgba(28, 28, 59, 0.8) inset;

}

.slick-dots li.slick-active{
    background: #b9967f;
    color: #fff;
}