.customer-reviews__wrapper .pagination .pagination__row button:disabled,.customer-reviews__wrapper .pagination .pagination__see-more:disabled {
    background-color:#ededed;
    color:#b9b9b9;
    cursor:not-allowed;
    pointer-events:none
}
.customer-review {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    background: #101010;
    box-shadow: 1px 5px 13px rgb(28 28 28);
    border: 1px solid rgb(55 55 55);
    font-size: 17px;
    padding: 23px 20px;
    display: none;
}
.customer-review.active {
    display:block
}
.blk-txt{
    color: #000 !important;
}
.customer-review:not(:last-of-type) {
    margin-bottom:2em
}
.customer-review:first-of-type {
    margin-top:2em
}
.customer-reviews__wrapper .pagination {
    text-align:center
}
.customer-reviews__wrapper .pagination .pagination__row {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    gap:1em;
    margin-top:1em
}
.customer-reviews__wrapper .pagination .pagination__row button {
    border:1px solid #ddd;
    padding:10px 20px;
    color:#5f6368;
    cursor:pointer;
    max-width:-webkit-fit-content;
    max-width:-moz-fit-content;
    max-width:fit-content;
    width:100%;
    background-color:#fff;
    transition:.25s ease-in-out
}
.customer-reviews__wrapper .pagination .pagination__row button:disabled {
    border:1px solid #f8f8f8
}
.customer-reviews__wrapper .pagination .pagination__row button:active,.customer-reviews__wrapper .pagination .pagination__row button:focus,.customer-reviews__wrapper .pagination .pagination__row button:hover {
    -webkit-filter:brightness(0.85);
    filter:brightness(.85)
}
.customer-reviews__wrapper .pagination .pagination__see-more {
    color:#727272;
    width:95%;
    max-width:375px;
    text-align:center;
    margin:0 auto;
    padding:15px;
    border-radius:10px;
    background:linear-gradient(0deg,#ffe9c0 0,#fffcee 100%);
    border:1px solid #fff;
    font-weight:500;
    outline:0;
    font-family:inherit;
    font-size:14px;
    box-shadow:0 2px 6px;
    letter-spacing:.5px;
    cursor:pointer;
    transition:.25s ease-in-out
}
.customer-reviews__wrapper .pagination .pagination__see-more:active,.customer-reviews__wrapper .pagination .pagination__see-more:focus,.customer-reviews__wrapper .pagination .pagination__see-more:hover {
    -webkit-filter:brightness(0.85);
    filter:brightness(.85)
}
.customer-review .customer-review__name {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:start;
    justify-content:flex-start;
    gap:10px;
    font-size:1.2em;
    font-weight:700
}
.customer-review .customer-review__name:before {
    content:"";
    background-image:url("../images/user-review.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    display:block;
    width:45px;
    height:45px
}
.customer-review .customer-review__heading {
    font-style:italic;
    margin-top:.7em;
    margin-bottom:.7em;
    font-size:1.06em;
    font-weight:700;
    line-height:1.3
}
.customer-review .variety-box {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:start;
    justify-content:flex-start;
    gap:10px;
    margin-bottom:1em;
    font-size:1em
}
.customer-review .variety-box__img {
    max-width:95px
}
.customer-review .variety-box__txt {
    color:#229b17;
    position:relative;
    margin-left:1.5em;
    font-size:.9em;
    font-weight:200;
    line-height:1.3;
    text-transform:uppercase
}
.customer-review .variety-box__txt:before {
    content:"";
    background-image:url("/assets/img/verified.png");
    background-repeat:no-repeat;
    background-size:contain;
    height:20px;
    width:20px;
    position:absolute;
    left:-20px
}
.customer-review .customer-review__hint {
    background-color:#c7dae7;
    display:inline-block;
    padding:12px 38px 9px;
    border:1px solid #fff;
    border-radius:28px;
    font-size:1em;
    color:#5b76ab;
    margin-top:1em;
    margin-bottom:0
}
@media only screen and (min-width:768px) {
    .customer-review {
        font-size:20px;
       
    }
 .customer-review .customer-review__name {
    font-size: 23px;
    color: #fff;
}
    .customer-review .customer-review__heading,.customer-review__txt {
        font-size:1.1em
    }
    .customer-review .customer-review__hint,.customer-review .variety-box {
        font-size:.9em
    }
}
@media(max-width:768px){
    .customer-review .customer-review__name:before {
    width: 35px;
    height: 35px;
}
.customer-review .customer-review__name {
    font-size: 19px;
    color: #fff;
}
.customer-review .customer-review__name {
    font-size: 17px;
    color: #fff;
}
}
@media(max-width:560px){
    .customer-review {
    margin-bottom: 20px;
    padding: 18px 20px;
}
.customer-review .customer-review__name:before {
    width: 56px;
    height: 40px;
    background-size: contain;
}
}
@media(max-width:430px){
    .customer-review:first-of-type {
    margin-top: 1.5em;
}
.customer-review {
    padding: 18px 14px;
}
.customer-review .customer-review__name {
    font-size: 16px;
}
.customer-review .customer-review__name:before {
    width: 48px;
    height: 32px;
}
}
@media(max-width:320px){
    .customer-review .customer-review__name {
    font-size: 15px;
}
.customer-review {
    padding: 14px 14px;
}
}