.matc-review-title {
    text-align: center;
    margin-bottom: 40px;
}

.matc-review-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.matc-revComment p {
    height:100px!important;
}


.matc-revComment .threerows {
    height:100px!important;
}


.threerows {
    
    height:100px!important;
}

.matc-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.rmlink a {
    font-size:14px!important;
}
.matc-global-review-count {
    margin-top:10px;
}

.matc-swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.matc-revSlid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.matc-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%
}


.matc-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.matc-review-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.matc-revComment::-webkit-scrollbar {
    width: 8px;
}
.matc-revComment::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.matc-revComment::-webkit-scrollbar-track {
    background: 0 0;
}
.matc-star {
    position: relative;
    top: 4px;
    width: 26px;
}
.matc-highlight {
    color: #ff8c00;
    font-weight: 700;
}
.matc-udata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%}
.matc-name {
    text-align: left;
}
.matc-checker {
    text-align: right;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.matc-checker .matc-check img {
    width: 15px;
    height: 15px;
}
.matc-checker .matc-check {
    background-color: #1fb25a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
    height: 19px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    white-space: nowrap;
}
.matc-gap {
    height: 20px;
}
.matc-review-date {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
    font-weight:300;
}
.matc-review-container .matc-swiper-container-wrapper .swiper-scrollbar {
    width: 100%;
    margin: 0 auto;
    height: 5px;
    background-color: rgba(0, 0, 0, .1);
    margin-top: 25px;
    border-radius: 10px;
    position: relative;
    left: 0;
}
.matc-review-container .matc-swiper-container-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: rgba(0, 0, 0, .25);
    height: 100%;
    border-radius: 10px;
}
.matc-review-quote {
    margin-bottom: 20px;
}

.matc-review-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}
.matc-review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
.matc-review-stars img {
    width: 20px;
    margin-right: 2px;
}
.matc-review-rating {
    font-size: 34px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 0;
    margin-top:15px;
}
.matc-review-text {
    font-size: 22px;
    font-weight: 800;
    color: #282828;
}

.matc-divider {
    width: 100%;
    background: #ebebeb;
    height: 1px;
    margin: 18px 0;
}

.matc-reviewswiper {
    margin-left: 20px;
    margin-right: 20px;
}

.matc-swiper-container-wrapper {
    max-width: 100%;
    width: 100%}

    .matc-review-summary {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 23px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.matc-review-summary .matc-review-summary-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.matc-swiper-container-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 215px);
    position: relative;
    overflow: hidden;
}
.matc-swiper-container-wrapper div.swiper-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
    position: relative;
}
.matc-swiper-container-wrapper div.swiper-container .matc-top-row .checker span.check {
    position: relative;
    background-color: #015aa0;
}
.matc-swiper-container-wrapper div.swiper-container .matc-bg-light-grey {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 184px!important;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    max-width: 330px;
}
.matc-swiper-container-wrapper div.swiper-container .matc-bg-light-grey .matc-revComment p {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.matc-swiper-container-wrapper div.swiper-container .matc-bg-light-grey .matc-revComment p.rmlink {
    text-align: right;
    display: none;
}
.matc-swiper-container-wrapper div.swiper-container .matc-bg-light-grey .matc-revComment p.rmlink a {
    color: #1fb25a;
}
.matc-swiper-container-wrapper div.swiper-container .matc-bg-light-grey .matc-revComment p.threerows {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: 4.5em;
}
p.threerows {
    font-weight:400!important;
    font-size:14px!important;
}
.matc-swiper-container-wrapper div.swiper-container .matc-bg-light-grey .matc-revComment p.threerows.text-overflowed+p.rmlink {
    display: block;
}

.matc-swiper-container-wrapper div.swiper-container .swiper-button-next, .matc-swiper-container-wrapper div.swiper-container .swiper-button-prev {
    height: 100%;
    margin-top: 0;
    top: 0;
    padding: 0 25px;
    position: absolute;
}
.matc-swiper-container-wrapper div.swiper-container .swiper-button-next:after, .matc-swiper-container-wrapper div.swiper-container .swiper-button-prev:after {
    font-size: 28px;
    position: absolute;
}
.matc-swiper-container-wrapper div.swiper-container .swiper-button-prev {
    left: 0;
    background: rgba(255, 255, 255, 0) 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0 0, #fff 100% 100%);
}
.matc-swiper-container-wrapper div.swiper-container .swiper-button-prev:after {
    left: 0;
}
.matc-swiper-container-wrapper div.swiper-container .swiper-button-next {
    right: 0;
    background: rgba(255, 255, 255, 0) 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0 0, #fff 100% 100%);
}
.matc-swiper-container-wrapper div.swiper-container .swiper-button-next:after {
    right: 0;
}
.matc-swiper-container-wrapper div.swiper-container .swiper-button-disabled {
    opacity: 1;
}
.matc-swiper-container-wrapper div.swiper-container .swiper-button-disabled:after {
    opacity: .35;
}

@media (max-width:767px) {
    .matc-swiper-container-wrapper {
    width: 100%}
}

}
.matc-review-logo img {
    width: 41px;
    height: auto;
}
.matc-rateMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 22px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}
.matc-rateMeta div.stars {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/plugins/product-trusted-reviews/assets/starsfr-05-green.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}
.matc-rateMeta div.scala {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1FB25A;
    border: 2px solid #fff;
}
.matc-review-summary-inner .matc-rateMeta {
    width: 130px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 1px;
}

.revModalHolder div.modalwin .matc-top-row {
    margin-bottom: 1rem;
}
.revModalHolder div.modalwin .matc-top-row .checker {
    display: none;
}
.revModalHolder div.modalwin .matc-review-date {
    font-size: 16px;
}
.revModalHolder div.modalwin .matc-rateMeta {
    width: 176px;
    height: 38px;
}

.matc-global-review-count {
    text-align:center;
    font-weight:300;
    line-height:1;
}


.swiper-button-prev img,
.swiper-button-next img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    z-index: 9999 !important;
}


.swiper-button-prev,
.swiper-button-next {
    background: white;  or light grey for contrast
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: transparent;
    box-shadow:none!important;
}
@media only screen and (min-width: 1000px) {
.trustedprev {
    left:210px!important;
}

.trustedprev img {
    width:45px!important;
    height:45px!important;
}

.tresutednext img {
    width:45px!important;
    height:45px!important;
}

.tresutednext {
    right:10px!important;
    margin-top:-20px!important;
}

.trustedprev   {
    top:100px!important;
    margin-top:-20px!important;
}

.trustedprev img {
    width:45px!important;
    height:45px!important;
}

.matc-swiper-container-wrapper div.swiper-container {
    padding-left:0px;
    padding-right:0px;
    margin-right:69px;
    margin-left:70px;
}

}
.swiper-button-prev,
.swiper-button-next {
    background: transparent;
    box-shadow:none!important;
}

.swiper-button-prev {
    left: -20px;
}

.swiper-button-next {
    right: -20px;
}
