/*
.rvpscarousel {
    display: none;

}

.slick-initialized {
    display: block;
}

*/

.rvpscarousel .slick-slide {
  width: 100%;
  box-sizing: border-box;
}

.rvpscarousel .slick-prev,
.rvpscarousel .slick-next {
  position: absolute;
  top: 20%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  transform: translate(0, -45%);
  cursor: default;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}
.rvpscarousel .slick-prev:before,
.rvpscarousel .slick-next:before {
  font-size: 60px;
  line-height: 1;
  opacity: 0.75;
  /*color: white; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rvpscarousel .slick-prev:before {
  /*content: '←';*/
  content: "<";
  color: black;
  font-size: 60px;
  font-weight: 300px;
}

@media screen and (min-width:400px) and (max-width: 600px) {
  .rvpscarousel .slick-next {
    right: 30%;
    z-index: 100;
    top: auto;
    bottom: -95px;
  }
  .rvpscarousel .slick-prev {
    left: 30%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: -95px;
  }
  .rvpscarousel {
    margin-bottom: 150px;
  }
}

@media screen and (min-width:280px) and (max-width: 460px) {
  .rvpscarousel .slick-next {
    right: 25%;
    z-index: 100;
    /* top: auto !important; */
    /* bottom: -95px; */
  }
  .rvpscarousel .slick-prev {
    left: 25%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: auto !important; */
    /* bottom: -95px; */
  }
  .rvpscarousel {
    margin-bottom: 150px;
    width:280px;
    margin-left:auto;
    margin-right:auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1350px) {
  .rvpscarousel .slick-prev {
    left: 10px;
    z-index: 100;
  }

  .rvpscarousel .slick-next {
    right: 10px;
    z-index: 100;
  }
}
@media screen and (min-width: 1350px) {
  .rvpscarousel .slick-prev {
    left: -50px;
    z-index: 100;
  }

  .rvpscarousel .slick-next {
    right: -50px;
    z-index: 100;
  }
}

.rvpscarousel .slick-next:before {
  /*  content: '→';*/
  content: ">";
  color: black;
  font-size: 60px;
  font-weight: 300px;
}

.recent_products {
  clear: both;
  visibility: hidden;
}