._af-section-reviews-wrapper>.wpb_column>.vc_column-inner {
    padding: 0
}

._af-section-reviews {
    line-height: 28px;
    letter-spacing: .043em;
    background-image: url(../img/reviews-bg.jpg);
    background-position: right 90px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 2rem;
    padding-bottom: 2rem
}

._af-section-reviews .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent
}

._af-section-reviews .custom-inline-preloader {
    margin-bottom: 15px;
    padding: 5px 0;
    display: block;
    width: 100%
}

._af-section-reviews .custom-inline-preloader p {
    margin-bottom: 0
}

._af-section-reviews .hidden {
    display: none
}

._af-section-reviews .p_info {
    border-bottom: thin solid #2a86ff;
    color: #2a86ff
}

._af-section-reviews .p_success {
    border-bottom: thin solid green;
    color: green
}

._af-section-reviews .p_danger {
    border-bottom: thin solid red;
    color: red
}

._af-section-reviews .gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

._af-section-reviews .not-found-text {
    justify-content: center
}

._af-section-reviews .not-found-text p {
    color: #000;
    font-weight: 600
}

._af-section-reviews .row:last-child {
    padding-bottom: 0
}

._af-section-reviews .row:not(:last-child),
._af-section-reviews .head-row {
    position: relative
}

._af-section-reviews .row:not(:last-child)::after,
._af-section-reviews .head-row::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    bottom: 0;
    left: 0
}

._af-section-reviews .head-row>.wpb_column>.vc_column-inner {
    padding: 0
}

._af-section-reviews .head-row .vc_custom_heading {
    margin-bottom: 0
}

._af-section-reviews .head-row .rating {
    font-size: 4.375rem;
    margin-bottom: .5rem
}

._af-section-reviews .head-row .star-rating {
    color: #000;
    margin: 0 auto;
    display: block;
    font-size: 32px;
    width: 100%;
    margin-bottom: 20px
}

._af-section-reviews .head-row .star-rating::before {
    display: none
}

._af-section-reviews .head-row .based-on {
    letter-spacing: .016em;
    margin-bottom: 1.25rem
}

._af-section-reviews .buttons-row {
    margin-bottom: 1rem
}

._af-section-reviews .buttons-row button {
    font-size: .75rem;
    padding: .875rem 1.125rem
}

._af-section-reviews .buttons-row .wpb_wrapper {
    text-align: center
}

._af-section-reviews .buttons-row .wpb_wrapper .vc_btn3-container:first-of-type {
    margin-right: .125rem
}

._af-section-reviews .buttons-row::after {
    display: none
}

._af-section-reviews .review-ques-wrapper {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

._af-section-reviews .review-ques-wrapper .links {
    text-align: center;
    margin-bottom: .75rem
}

._af-section-reviews .review-ques-wrapper .link-wrapper {
    display: inline-block;
    padding: 0 .5rem;
    font-size: .875rem;
    font-weight: 700
}

._af-section-reviews .review-ques-wrapper .link-wrapper:not(:last-of-type) {
    padding: 0 1rem 0 0;
    border-right: 1px solid #707070
}

._af-section-reviews .review-ques-wrapper .link-wrapper a {
    color: #d70f26
}

._af-section-reviews .review-ques-wrapper .link-wrapper.active a {
    color: #000
}

._af-section-reviews .review-ques-wrapper .selector {
    text-align: center
}

._af-section-reviews .review-ques-wrapper .selector select {
    outline: none;
    border: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(62, 62, 62, .16);
    font-size: .625rem
}

._af-section-reviews .review-ques-wrapper .selector option {
    outline: none;
    border: none
}

._af-section-reviews .gallery-row {
    padding: 1.5rem 0
}

._af-section-reviews .gallery-row>.wpb_column>.vc_column-inner {
    padding: 0
}

._af-section-reviews .customer-gallery .heading {
    margin-bottom: 1.5rem
}

._af-section-reviews .customer-gallery .img-container {
    margin-bottom: 1.5rem
}

._af-section-reviews .img-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-height: 25vw;
    overflow: hidden
}

._af-section-reviews .img-container img,
._af-section-reviews .img-container video {
    cursor: pointer;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

._af-section-reviews .review-row {}

._af-section-reviews .name,
._af-section-reviews .title {
    font-size: 14px;
    font-weight: 600;
}

._af-section-reviews .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    /* margin-bottom: 0.25rem; */
    margin: 0 0 .25rem;
    text-transform: none;
}

._af-section-reviews .name {
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
}

._af-section-reviews .name svg {
    margin-left: .5rem;
    height: 15px;
    width: 15px;
    position: relative;
    /* top: 2px; */
}

.name-review__verified {
    font-size: .75rem;
    color: #09894c;
    text-transform: lowercase;

    display: inline-flex;
    align-items: center;
    gap: 2px;
}

._af-section-reviews .stars-wrapper {
    color: var(--rw_star-color, #FFDC64);
    font-size: 1.2rem;
    margin-bottom: .75rem;
    line-height: 1.2em;
}

._af-section-reviews .stars-wrapper .fa {
    cursor: pointer;
    color: #000
}

._af-section-reviews .stars-wrapper .fa-star {
    color: var(--rw_star-color, #FFDC64);
}

._af-section-reviews .verified {
    display: inline-block
}

._af-section-reviews .stars-wrapper {
    display: block
}

._af-section-reviews .strong {
    font-weight: 600
}

._af-section-reviews .verified,
._af-section-reviews .date,
._af-section-reviews .using-since,
._af-section-reviews .got-rid {
    font-size: .875rem;
    letter-spacing: .016em;
    margin-bottom: .75rem;
    line-height: 1.2em
}

._af-section-reviews .verified::before {
    content: url("../img/verified-icon.svg");
    margin-right: 5px
}

._af-section-reviews .review-body {
    letter-spacing: .016em;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.57px;
    text-align: left;
}

._af-section-reviews .review-wrapper .img-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    max-height: 56vw;
}

.reviewsImgVidWrapper{
    line-height: 0;
    position: relative;
}

.reviewsImgVidPlayIcon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewsImgVidPlayIcon svg{
    width: 2rem;
    height: 2rem;
    pointer-events: none;
}

._af-section-reviews .col-left>.vc_column-inner,
._af-section-reviews .col-right>.vc_column-inner {
    padding: 0
}

._af-section-reviews .col-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: .875rem;
}

._af-section-reviews .col-right {
    flex: 0 0 100%;
    max-width: 100%
}

._af-section-reviews #reviewsImagesModal .modal-content {
    border-radius: 0px
}

._af-section-reviews #reviewsImagesModal .modal-content .modal-header {
    padding: .5rem;
    border-bottom-width: 2px
}

._af-section-reviews #reviewsImagesModal .modal-content .modal-header .modal-title {
    font-size: 16px
}

._af-section-reviews #reviewsImagesModal .modal-content .modal-header .close {
    padding: 0;
    margin: 0
}

._af-section-reviews #reviewsImagesModal .modal-content .modal-body {
    min-height: 250px;
    max-height: 500px;
    overflow-y: auto
}

._af-section-reviews #reviewsImagesModal .modal-content .modal-body .review-images-wrapper img.img-fluid {
    height: 105px;
    object-fit: cover;
    object-position: center
}

._af-section-reviews #singleReviewModal .modal-content {
    border-radius: 0px;
    border: none
}

._af-section-reviews #singleReviewModal .modal-content .modal-body {
    margin-left: -1px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .close {
    position: absolute;
    top: -10px;
    right: -8px;
    color: #000;
    opacity: 1;
    font-size: 34px;
    font-weight: 300;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper {
    background-color: #000;
    height: 250px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper #singleReviewSlider {
    height: 100%
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper #singleReviewSlider .carousel-inner {
    height: inherit;
    width: 75%;
    margin: auto;
    display: flex;
    align-items: center
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper #singleReviewSlider .carousel-inner .carousel-item.active img {
    max-height: 500px;
    object-fit: contain;
    margin: auto
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper #singleReviewSlider .carousel-control-prev,
._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper #singleReviewSlider .carousel-control-next {
    border: thin solid #fff;
    bottom: unset;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    display: none
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper #singleReviewSlider .carousel-control-prev .fa,
._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper #singleReviewSlider .carousel-control-next .fa {
    color: #000;
    font-size: 20px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper ::-webkit-scrollbar {
    width: 10px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper ::-webkit-scrollbar-track {
    background: #f1f1f1
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper ::-webkit-scrollbar-thumb {
    background: #888
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #555
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper {
    padding: 15px;
    max-height: 500px;
    min-height: 400px;
    overflow-y: auto;
    background-color: #fff
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper .title {
    font-size: 16px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper .title .rating {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 5px;
    margin-right: 5px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper .name {
    font-size: 14px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper .name .verified {
    margin-left: 5px;
    font-weight: normal
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper .review-body {
    font-size: 14px;
    line-height: 24px
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper .img-container {
    grid-template-columns: repeat(3, 1fr);
    max-height: unset
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .review-wrapper .img-container img {
    height: 90px;
    cursor: pointer
}

._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper:hover .carousel-control-prev,
._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper:hover .carousel-control-next {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important
}

._af-section-reviews .btn-load-more:hover,
._af-section-reviews .btn-load-more {
    color: #000
}

.reviews__loadmore-btn .btn {
    cursor: pointer;
    position: relative;
    margin-top: 1rem;

    transition: all .3s, color 0s;
}

.reviews__loadmore-btn .btn:disabled {
    color: transparent;
    opacity: .5;
}

.reviews__loadmore-btn .btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._af-section-reviews ._af-ques-form .similar-ques-sec {
    margin-top: 10px
}

._af-section-reviews ._af-ques-form .similar-ques-sec .similar-ques-head {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 18px;
    padding: 5px;
    font-weight: 700
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ques {
    font-size: 16px;
    margin-bottom: 0px
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ques span {
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ans-wrapper {
    margin-left: 1rem;
    padding-top: 0px;
    padding-left: 1rem
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ans-wrapper .date {
    margin-bottom: .5rem
}

._af-section-reviews ._af-ques-form .similar-ques-sec .question-wrapper .ans-wrapper .ans-body {
    font-size: 12px;
    line-height: 22px
}

._af-section-reviews .question-wrapper {
    letter-spacing: .016em;
    line-height: 30px;
    padding: 1.5rem 0
}

._af-section-reviews .question-wrapper .name {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .5rem
}

._af-section-reviews .question-wrapper .verified,
._af-section-reviews .question-wrapper .date {
    font-size: .625rem;
    letter-spacing: .016em;
    margin-bottom: 1rem;
    line-height: 1.2em
}

._af-section-reviews .question-wrapper .verified::before {
    content: url("../img/verified-icon.svg");
    margin-right: 5px
}

._af-section-reviews .question-wrapper .ques {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem
}

._af-section-reviews .question-wrapper .ans-wrapper {
    border-left: 1px solid #4abae9;
    padding: .5rem 0;
    padding-left: 1.25rem;
    margin-left: 0
}

._af-section-reviews .question-wrapper .ans-wrapper .reply-name {
    font-weight: 700;
    color: #4abae9;
    margin-bottom: .5rem
}

._af-section-reviews .question-wrapper .ans-wrapper .ans-body {
    margin-bottom: 0
}

@media(min-width: 768px) {
    ._af-section-reviews .question-wrapper .ans-wrapper {
        margin-left: 1.75rem
    }
}

@media(min-width: 768px) {
    ._af-section-reviews {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    ._af-section-reviews .verified,
    ._af-section-reviews .date,
    ._af-section-reviews .using-since,
    ._af-section-reviews .got-rid {
        font-size: .625rem
    }

    ._af-section-reviews .img-container {
        grid-template-columns: repeat(5, 1fr);
        max-height: 128px;
        overflow: hidden
    }

    ._af-section-reviews .img-container img,
    ._af-section-reviews .img-container video {
        width: 100%;
        height: 100%;
    }

    ._af-section-reviews .col-left {
        flex: 0 0 20%
    }

    ._af-section-reviews .col-right {
        flex: 0 0 80%
    }

    ._af-section-reviews .review-wrapper .img-container {
        grid-template-columns: repeat(1, 1fr);
    }

    ._af-section-reviews .buttons-row button {
        font-size: .875rem;
        padding: .875rem 1.5rem
    }

    ._af-section-reviews .buttons-row .wpb_wrapper .vc_btn3-container:first-of-type {
        margin-right: .5rem
    }

    ._af-section-reviews .review-ques-wrapper {
        flex-direction: row
    }

    ._af-section-reviews .review-ques-wrapper .links {
        margin-bottom: 0
    }

    ._af-section-reviews .review-ques-wrapper .link-wrapper {
        font-size: 1.375rem
    }

    ._af-section-reviews .review-ques-wrapper .selector select {
        font-size: .875rem
    }
}

@media(min-width: 1200px) {
    ._af-section-reviews .img-container {
        grid-template-columns: repeat(1, 1fr);
        max-height: 145px;
        overflow: hidden
    }

    ._af-section-reviews .img-container img {
        height: 100%;
    }

    ._af-section-reviews .review-wrapper .img-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(min-width: 576px) {
    ._af-section-reviews #singleReviewModal .modal-content .modal-body .close {
        position: absolute;
        top: -5px;
        right: -40px;
        color: #fff;
        opacity: 1;
        font-size: 60px;
        font-weight: 100;
        background: transparent
    }

    ._af-section-reviews #singleReviewModal .modal-content .modal-body .single-review-wrapper .photos-wrapper {
        height: auto
    }
}

._af-ques-form,
._af-review-form {
    padding: 3rem 0
}

._af-ques-form .heading,
._af-review-form .heading {
    font-size: 1.5625rem;
    margin-bottom: 1.5rem
}

._af-ques-form form,
._af-review-form form {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 950px;
    margin-bottom: 2rem;
}

._af-ques-form label,
._af-review-form label {
    margin-bottom: 0;
    letter-spacing: .043em;
    line-height: 28px;
    font-weight: 700
}

._af-ques-form input[type=text],
._af-ques-form input[type=email],
._af-ques-form input[type=tel],
._af-ques-form textarea,
._af-review-form input[type=text],
._af-review-form input[type=email],
._af-review-form input[type=tel],
._af-review-form textarea {
    padding-left: 0
}

._af-ques-form input::placeholder,
._af-ques-form textarea::placeholder,
._af-review-form input::placeholder,
._af-review-form textarea::placeholder {
    color: #c2c2c2
}

._af-ques-form .form-group {
    flex: 0 0 100%;
    margin-bottom: 2rem
}

@media(min-width: 768px) {

    ._af-ques-form .form-group:nth-child(1),
    ._af-ques-form .form-group:nth-child(2) {
        flex: 0 0 48%
    }

    ._af-ques-form .form-group:nth-child(3) {
        flex: 0 0 100%
    }

    ._af-ques-form .form-group:not(:last-of-type) {
        margin-bottom: 2rem
    }
}

._af-review-form form {
    max-width: 100%
}

._af-review-form .left-form {
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

._af-review-form .upload-file-wrapper {
    position: relative;
    border-bottom: thin solid #d1cece;
}

._af-review-form .upload-file-wrapper::before {
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    color: #c2c2c2;
    font-size: .875rem
}

._af-review-form .upload-file-btn {
    background-color: #000;
    border: none;
    outline: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 16px;
    padding: 0 1rem !important;
    border-radius: 5px
}

._af-review-form .upload-file-wrapper input[type=file] {
    opacity: 0
}

._af-review-form .left-form .form-group {
    flex: 0 0 100%
}

._af-review-form .left-form .form-group:nth-of-type(4) {
    padding-bottom: 3rem;
    border-bottom: 1px solid #e5e5e5
}

@media(min-width: 768px) {
    ._af-review-form .left-form .form-group {
        flex: 0 0 48%;
        margin-bottom: 3rem
    }
}

._af-review-form .select-wrap {
    display: flex
}

._af-review-form .select-wrap .inner-wrap {
    flex: 0 0 40%;
    position: relative;
    margin-right: 3.5rem
}

@media(min-width: 768px) {
    ._af-review-form .select-wrap .inner-wrap {
        flex: 0 0 30%
    }
}

@media(min-width: 992px) {
    ._af-review-form .select-wrap .inner-wrap {
        flex: 0 0 20%
    }
}

._af-review-form .select-wrap .inner-wrap::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 8px;
    background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-down" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path stroke-width="4" fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>');
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px
}

._af-review-form .select-wrap select {
    border: none;
    outline: none;
    appearance: none
}

@media(min-width: 576px) {
    ._af-review-form .select-wrap select {
        padding: 0
    }
}

._af-review-form .cb-wrapper {
    display: flex;
    flex-wrap: wrap
}

._af-review-form .cs-cb-group {
    display: inline-block;
    letter-spacing: normal;
    flex: 0 0 50%
}

@media(min-width: 768px) {
    ._af-review-form .cs-cb-group {
        flex: unset;
        margin-right: 1rem
    }
}

@media(min-width: 1200px) {
    ._af-review-form .cs-cb-group {
        flex: unset;
        flex: max-content
    }
}

._af-review-form .form-group {
    width: 100%
}

@media(min-width: 576px) {
    ._af-review-form .form-group {
        width: 48%
    }
}

._af-review-form .form-group.review-desc {
    width: 100%
}

._af-review-form .form-group textarea {
    width: 100%
}


/* Vars  */
:root {
    --whiteColor: #ffffff;
    --blackColor: #000000;
    --blackRgba: 0, 0, 0;
}

/* Modal */
.srQV {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;

    background-color: rgba(var(--blackRgba), .7);
    overflow-y: scroll;
    max-height: 100dvh;

    font-size: 14px;
    line-height: 1.5;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.srQV:not(.srQV--open) {
    pointer-events: none;
    /* display: none; */
}

.srQV.srQV--open {
    opacity: 1;
    visibility: visible;
}

.srQV__inside {

    max-width: 800px;
    width: 100%;
    background-color: var(--whiteColor);
    margin: auto;

    display: flex;
    flex-direction: column;
    overflow-y: auto;
    /* max-height: 90vh; */

    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0);
}

.srQV.srQV--open .srQV__inside {
    transform: scale(1);
}

.srQV-content-wrapper {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;

    /* padding: 1.5rem; */
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.srQV-content-wrapper .title{
    margin-top: .5rem;
}

.srQV-review {
    display: flex;
    flex-direction: column;
}

.srQV-reviewer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

    position: relative;

    line-height: 2;

}

.srQV-review__verified .name-review__verified {
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: .75rem;
}

.srQV-rating {
    display: flex;
    line-height: 0;
    gap: 1px;
}

.srQV-rating svg {
    width: 18px;
    height: 18px;
    display: block;
    /* Ensure it's visible */

    color: var(--rw_star-color);
}

.srQV-rating__date {
    color: #515B61;
    font-size: .75rem;
}

.srQV-Item {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.srQV-Item span {
    color: #515B61;
    font-size: .75rem;
}

.srQV-reviewer .srQV-reviewer__name {
    margin-bottom: 0;
    color: var(--blackColor);

}

.srQV-review__verified {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.srQV-info-btn {
    line-height: 0;
    padding: 0 0 0 .5rem;
    background-color: transparent !important;
    border: none;
    border-left: 1px solid var(--blackColor) !important;
    outline: none !important;
    cursor: pointer;
}

.srQV-verified-notification {
    opacity: 0;
    background: var(--whiteColor);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: 2rem;
    left: 0;
    min-height: 40px;
    padding: 1rem;
    /* min-width: 331px;
      min-width: min(331px, calc(100% - 24px));
      max-width: 331px; */
    transition: opacity 0.33s ease-in-out;
    pointer-events: none;
    visibility: hidden;

    font-size: .75rem;
    line-height: 1.2;
    color: var(--blackColor);
    z-index: 1;
}

.srQV-verified-notification--open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.srQV__parent-swipper {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    position: relative;
    /* height: fit-content; */

    aspect-ratio: 3/4;

}

.srQV__close-icon {
    line-height: 0;

    position: absolute;
    right: auto;
    top: 16px;
    left: 16px;
    z-index: 10;

    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px;
    border-radius: 8px;
    border: none;

    cursor: pointer;
}

.srQV__close-icon:hover{
    background-color: rgba(0, 0, 0, 0.6);
}

.gallerySwiper {
    position: relative;
    aspect-ratio: 3/4;
}

.gallerySwiper img,
.gallerySwiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.srQV__review-slider__thumbs {
    width: 100%;
    position: absolute;
    bottom: 1.25rem;
    height: auto;
}

.srQV__review-slider__thumbs .swiper-wrapper {
    justify-content: center;
    gap: .75rem;
}

.srQV__review-slider__thumbs .swiper-slide {
    max-width: 3.5rem;
    height: max-content;
    width: 100%;
    aspect-ratio: 1;

    border: 2px solid transparent;
    border-radius: .5rem;
    overflow: hidden;
    opacity: .75;
}

.srQV__review-slider__thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: white;
    opacity: 1;
}

.srQV__review-slider__thumbs .swiper-slide img,
.srQV__review-slider__thumbs .swiper-slide video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.srQV .swiper-button-next::after,
.srQV .swiper-button-prev::after {
    content: "";
}

.srQV .swiper-button-next,
.srQV .swiper-button-prev {
    z-index: 10;
    /* padding-left: 4px;
    padding-right: 4px;
    height: 36px; */
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;

    height: auto;
    width: auto;
    padding: 6px;
}


/* Icon styles */
.srQV .swiper-button-next svg,
.srQV .swiper-button-prev svg {
    width: 24px;
    /* Icon size */
    height: 24px;
    fill: #ffffff;
    /* Icon color */
}

/* Hover effect */
.srQV .swiper-button-next:hover,
.srQV .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
    /* Darker background on hover */
}

.srQV .swiper-button-next:active,
.srQV .swiper-button-prev:active {
    background-color: rgba(0, 0, 0, 0.9);
    /* Even darker background on click */
}


@media only screen and (min-width: 768px) {
    .srQV {
        padding: 1.25rem 0;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .srQV__inside {
        flex-direction: row;

        max-width: 680px;
        border-radius: .5rem;
    }

    .srQV__parent-swipper {
        max-width: 360px;
    }

    .srQV__review-slider__thumbs {
        display: none;

    }

    .srQV-content-wrapper{
        padding: 1.5rem;
    }

}

@media only screen and (min-width: 992px) {
    .srQV__inside {
        max-width: 800px;
    }

    .srQV__parent-swipper {
        max-width: 400px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .srQV .swiper-button-next,
    .srQV .swiper-button-prev {
        display: none;
    }
}
/* Modal */

/* Reviews Count */
*[onclick="toggleReviewsCount()"]{
    cursor: pointer;
}

*[onclick="toggleReviewsCount()"] *{
    pointer-events: none;
}
.nx-reviews-entry-row{
    position: relative;
}

.nexgi__rating-count{
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;

    max-width: 350px;
    width: 100%;
    padding: 1.25rem;
    background-color: var(--whiteColor);
    box-shadow: 0px 6px 14px -4px rgba(0,0,0,0.14);
    border-radius: .5rem;
    overflow: hidden;

    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(.5);
    transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}

.nexgi__rating-count--open {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.nexgi__rating-count__heading{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--blackColor);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
}

.nexgi__rating-count__heading svg{
    color: var(--rw_star-color);
    max-width: 1.5rem;
    width: 100%;
    height: auto;
}

.nexgi__rating-count__table{
    width: 100%;
    border-spacing: 0 12px;
    margin: 0;

    font-size: 14px;
}


.nexgi__rating-count__table td{
    padding: 0;
    line-height: 1;
    background-color: transparent !important;
}

.nexgi__rating-count__table-stars{
    display: inline-flex;
    align-items: center;   
    gap: .25rem;
    color: var(--rw_star-color);
}

.nexgi__rating-count__table-stars svg{
    max-width: 1rem;
    width: 100%;
    height: auto;
}

.nexgi__rating-count__table-process{
    /* max-width: 100px; */
    width: 100%;
    height: 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.04);
    overflow: hidden;

}

.nexgi__rating-count__table-process--filled{
    height: 100%;
    background-color: #6b0097;
    border-radius: 2px;
}

.nexgi__rating-count__table .nexgi__rating-count__table-process-td{
    /* display: inline-block; */
    padding: .25rem 10px;
    width: 55%;
}

.nexgi__rating-count__table tr td:first-child{
    width: 30%;
}
/* Reviews Count */

/* Preloader */
.skeleton-image {
    width: 100%;
    /* height: 180px; */
    /* border-radius: 8px; */
    background: #e0e0e0;
    animation: shimmer 1.5s infinite linear;
}

.skeleton-text {
    width: 100%;
    height: 20px;
    background: #e0e0e0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
  }

.skeleton-image,
.skeleton-text {
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f5f5f5 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
}

@keyframes shimmer {
    0% {
      background-position: 100%;
    }
    100% {
      background-position: -100%;
    }
}
/* Preloader */