
.new-dots{
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.new-dots li{
  border-radius: 50%;
  background-color: rgb(187, 190, 202);
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  outline: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 300ms;
}

.new-dots li:hover,
.new-dots .slick-active{
  background-color: #fecf3d;
}
.new-dots button{
  display: none;
}

.reviews-foto {
  margin: 0 0px 30px 0;
}
.reviews-foto img{
  width: 100%;
  height: auto;
}
.reviews-foto .slick-slide {
  display: block;
  padding: 6px;
}
.reviews-foto .views-row{
  margin-bottom: 6px;
}

.reviews-foto .new-but-c {
  position: absolute;
  top: -55px;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 10;
  outline: none;
  border: 1px solid #c0c2ce;
  color: #c0c2ce;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: all 500ms ease-in-out;
  padding: 2px 0 0;
}
.reviews-foto .new-but-c:hover {
  background-color: #fecf3d;
  color: #fff;
  border: 1px solid #fecf3d;
}

.reviews-foto .slick-cl-pr {
  right: 55px;
}
.reviews-foto .slick-cl-nt {
  right: 0px;
}
.reviews-foto .main-wrapper-row:not(.slick-initialized) {
  display: none;
}
.reviews-foto .main-wrapper-row {
  margin: 0 -6px 30px -6px;
}
.reviews-foto .rsImg{
  position: relative;
  display: block;
}
.reviews-foto .rsImg:before{
  content:"\f00e";
  position: absolute;
  left:50%;
  top: 50%;
  font-size: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0);
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: orange;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-foto .rsImg:before,
.reviews-foto .rsImg:after
{
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.reviews-foto .rsImg:hover:before{
  font-size: 35px;
  background: rgba(0, 0, 0, 0.30);
}

