.okeReviews .okeReviews-reviewsWidget-reviews .select-wrapper {
    border: 0;
    border-radius: 0;
    transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    height: unset;
    line-height: unset;
    padding: 0 15px;
    margin: 0;
    text-align: right;
}
.okeReviews .select-wrapper .selected-text {
    padding: unset;
    height: unset;
    line-height: unset;
    width: unset;
}
.okeReviews .okeReviews-button {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    background-color: #209a9a;
    border-color: transparent;
    transition: background-color 300ms cubic-bezier(0.1, 0.79, 1, 1);
    font-family: "IBM Plex Sans", sans-serif;
}
.okeReviews .okeReviews-button:hover {
    background-color: #1c8585;
    color: #fff;
}
.okeReviews .okeReviews-widgetNavBar {
    text-align: center;
}
.okeReviews .okeReviews-widgetNavBar-item {
    margin: 0 0.8em;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #49494a;
}
@media screen and (max-width: 720px) {
    .okeReviews .okeReviews-widgetNavBar-item {
        font-size: 13px;
        line-height: 24px;
    }
}

/* carousel */
.okeReviews.okeReviews--theme .okeReviews-reviewsSummary {
    margin-top: 10px;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-review-reviewer-avatar {
    display: none;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-review-content-rating {
    transform: scale(0.7);
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-review-product {
    margin-bottom: 0;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header {
    margin-bottom: 0;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-review-content {
    margin-bottom: 7px;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-review-content-rating {
    margin-bottom: 2px;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header-reviewsCount {
    margin-bottom: 5px;
}
@media screen and (min-width: 700px) {
    .okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header {
        height: 2em;
    }
    .okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-heading {
        float: left;
    }
    .okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header-storeRating,
    .okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header-reviewsCount {
        float: right;
    }
    .okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-slider {
        clear: both;
    }
    .okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header-reviewsCount {
        margin-right: 10px;
        margin-bottom: 0;
    }
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-slider {
    border-top: 1px solid #ebebeb;
    padding-top: 7px;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-review-content-body {
    line-height: 1.5;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header {
    text-align: left;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-heading {
    font-size: 20px;
    font-weight: bold;
}
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-header-storeRating {
    margin-bottom: 3px;
}
.okeReviews.okeReviews--theme .okeReviews-starRating-indicator-layer {
    background-size: 100px 20px;
}
.okeReviews.okeReviews--theme .okeReviews-starRating {
    height: 20px;
    width: 100px;
}

/*  White label widgets */
.okeReviews .okeReviews-poweredBy {
    visibility: hidden;
}

#okendo-review-widget-section {
    max-width: 1260px;
    margin: 0 auto;
    padding: 90px 30px;
    text-align: center;
}
