.yotpo-carousel .yotpo-carousel-arrow.glide__arrow {
	background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    height: 50px;
    width: 50px;
	box-shadow: unset;
  	border: none;
}

.yotpo-carousel .yotpo-carousel-arrow.glide__arrow:hover {
	box-shadow: unset;
}

.yotpo-carousel .yotpo-carousel-arrow.glide__arrow svg path {
	fill: #fff;
}