/* Styles for Reviews */
.rw-review-item {
    width: 100%;
    max-width: 315px;
}

.rw-review-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.rw-revSlid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.rw-square {
    display: flex;
    justify-content: center;
    height: 380px;
    width: 100%;
}

.rw-revComment {
    flex: 1;
    display: flex;
	flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
}

.rw-square img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.rw-rateMeta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.rw-star {
    position: relative;
    top: 4px;
    width: 26px;
}

.rw-revComment .rw-highlight {
    color: black;
    font-weight: 500;
	font-size: 14pt;
}

.rw-udata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.rw-name {
    text-align: left;
}

.rw-checker {
    text-align: right;
}

.rw-udata .rw-checker .rw-check {
    background-color: #1FB25A;
    display: inline-flex;
    border-radius: 100px;
    align-items: center;
    width: 19px;
    height: 19px;
    justify-content: center;
    margin-left: 10px;
    white-space: nowrap;
}

.rw-bg-light-grey {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    height: auto !important;
    background-color: #ebebeb;
    max-width: 400px;
}

/* Centering the reviews slider and limiting the width */
.rw-reviewswiper {
    max-width: 1685px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .swiper-wrapper.cent {
        justify-content: flex-start;
    }

    .swiper-slide {
        flex: 0 0 auto;
        width: calc(100% - 10px);
    }
}

.rw-swiper-container {
    width: 1685px;
    height: 475px;
    overflow: hidden;
}

.rw-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}