#load-more-reviews {
	padding: 10px 20px;
	border: 0;
	margin: auto;
	display: block;
	margin-block: 30px;
}

/* Make slides equal height */
.commentlist .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.commentlist .swiper-slide {
    display: flex;
    height: auto;
}

.commentlist .swiper-slide > * {
    width: 100%;
}


/* Swiper Arrow Base */
.commentlist .swiper-button-next,
.commentlist .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* Remove default arrow */
.commentlist .swiper-button-next::after,
.commentlist .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/* Hover Effect */
.commentlist .swiper-button-next:hover,
.commentlist .swiper-button-prev:hover {
    background: #000;
}

.commentlist .swiper-button-next:hover::after,
.commentlist .swiper-button-prev:hover::after {
    color: #fff;
}

/* Position */
/*.commentlist .swiper-button-prev {
    left: -60px;
}

.commentlist .swiper-button-next {
    right: -60px;
}
*/
#load-more-reviews {
    display: none !important;
}
.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond #comment{border: 1px solid #0f9fa0 !important;}