@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');

body.review-modal-open{
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.review-widget-comments-grid #review-widget-comments-grid-container {
    column-count: 4;
    column-gap: 1em;
}

.review-widget-grid-col {
    width: 100%;
    float: left;
    /* border: 1px solid #ccc; */
    /* margin: 1%; */

    /* border: 1px solid #eee; */
    padding: 0px 0px;
    background: #fff;

    break-inside: avoid;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;

    animation: growOut .2s ease-in-out forwards;
}
.review-widget-grid-col.removing{
    opacity: 0;
    /* display: none; */
    animation: growIn .2s ease-in-out forwards;
}
.review-widget-grid-col .review-widget-grid-item-block {
    padding: 10px 10px 0;
    float: left;
    width: 100%;
}

.review-widget-grid-col:hover {
    background: #f8f8f8;
    cursor: pointer;
}

.review-widget-grid-col--item--author {
    /* font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px; */

    font-family: "Poppins", sans-serif;
    padding: 0 10px 0;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 8px;
}

.spry-reviews--item--title_review {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
}

.review-widget-grid-col .review-widget-grid-item-block.review-widget-grid-item--comment-content {

    font-size: 14px;
    line-height: 19px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 400;
}

.review-widget-grid-item--product {
    margin-top: 10px;
    font-size: 12px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    min-height: 70px;
    cursor: pointer;
    padding-bottom: 10px;
}

.review-widget-grid-item--product a {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.review-widget-grid-item--product img {
    float: left;
    height: 50px;
    width: 50px;
    object-fit: contain;
    object-position: center;
}

.review-widget-grid-item--product .name-with-img {
    padding-left: 60px;
}

.spry-reviews--item--ratings-score {
    float: left;
    margin-left: 5px;
    font-size: 13px;
}


.review-widget-stars-rating {
    margin-bottom: 0px;
    display: inline-block;

}

.review-widget--item--ratings-start {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 1px;
    display: inline-flex;
}

.review-widget--item--ratings-start svg.rewiew-widget-star-icon {
    width: 16px;
    height: 16px;
}


.spry-product-review--show-rating-avg {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    flex: 1;
}

.spry-product-review--show-rating-avg--count {

    text-align: left;
    width: 100%;
}

.star-rating-input {
    direction: rtl;
    display: inline-flex;
}

.star-rating-input input {
    display: none;
}

.star-rating-input label {
    font-size: 2em;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating-input input:checked~label,
.star-rating-input label:hover,
.star-rating-input label:hover~label {
    color: #f5b301;
}

.spry-product-review--head {

    position: relative;
}

.spry-product-review--head--summary {
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.spry-product-review--head .review-widget--item--ratings-start,
.spry-product-review--head .review-widget--item--ratings-start svg.rewiew-widget-star-icon {
    width: 24px;
    height: 24px;
}
.spry-product-review--button-action-form{
    margin-left: 10px;
}
.spry-product-review--button-action-form button {
    border: 1px solid #E8E8E8;
    margin-right: 0px;
    font-size: 16px;
    border-radius: 4px;
    color: #000;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.spry-product-review--button-action-form button:hover{
    background-color: #E8E8E8;
}
.spry-product-review--form-request-rating form button {
    border: 1px solid #000;
}

.spry-product-review--body {
    display: none;
}

.spry-product-review--body.show {
    display: block;
}

.spry-product-review--form-request-rating {
    max-width: 600px;
    margin: 0 auto;
}

.spry-product-review--show-rating-avg--start {
    display: flex;
    align-items: center;
    cursor: pointer;;
}

.spry-product-review--show-rating-avg--start .star-rating {
    margin-right: 10px;
}

.review-widget-comments-grid .review-widget-grid-col .review-widget-stars-rating .review-widget--item--ratings-start {
    width: 14px;
    height: 14px;
}

.review-widget-comments-grid .review-widget-grid-col .review-widget-stars-rating .review-widget--item--ratings-start svg.rewiew-widget-star-icon {
    width: 14px;
    height: 14px;
}

.rewiew-widget-star-icon {
    fill: white;
    stroke: #EBBF20;
    /* Border color */
    stroke-width: 1;
    /* Thickness of the border */
}

.rewiew-widget-star-icon.active {
    fill: #EBBF20;
    /* Change color here */
    stroke: #EBBF20;
    /* Border color */
}

.rewiew-widget-star-icon.active:hover {
    fill: #EBBF20;
    /* Change color here */
    stroke: #EBBF20;
    /* Border color */
}

#review-widget-product-comments-wrapper {
    display: block;
    max-width: 1070px;
    margin: 0 auto;
}

.spry-product-review--button-action-form .menu-icon {
    background: none;
    padding: 5px 6px 2px;
    width: 37px;
    height: 40px;
}

.spry-product-review--show-rating-avg--start .summary-text {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Poppins", sans-serif;
}

.spry-product-review--show-rating-avg--start .chevron-hide {
    display: none;
}

.spry-product-review--show-rating-avg--card-info {
    position: relative;
}

.card-product-review-processing-bar {
    position: absolute;
    display: none;
    left: 0px;
    top: 40px;


    animation: growOut .2s ease-in-out forwards;
    transform-origin: top center;
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);

    z-index: 5;
}
@keyframes slideOutLeft {
  to {
    opacity: 0;
    transform: translateX(100px);
  }
  from {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes growOut {
  0% { opacity: 0; transform: scale(0.7) translateY(-20px); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes growIn {
    100% { opacity: 0; transform: scale(0.7) translateY(-20px); }
  0% { opacity: 1; transform: scale(1); }
}
.card-product-review-processing-bar.show {
    display: block;
}

.spry-product-review--show-rating-avg--card-info .header-chevron {
    cursor: pointer;
}

.card-product-review-processing-bar .rating-summary {
    width: 403px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.card-product-review-processing-bar .rating-average {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.card-product-review-processing-bar .rating-average svg {
    vertical-align: middle;
    fill: gold;
    width: 24px;
    height: 24px;
}

.card-product-review-processing-bar .rating-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-product-review-processing-bar .rating-bar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-product-review-processing-bar .stars {
    display: flex;
    gap: 2px;
    min-width: 90px;
}

.card-product-review-processing-bar .stars svg {
    width: 16px;
    height: 16px;
}

.card-product-review-processing-bar .bar {
    flex: 1;
    background: #eee;
    height: 10px;
    border-radius: 2px;
    overflow: hidden;
}

.card-product-review-processing-bar .bar-fill {
    height: 100%;
    background: #7B7B7B;
    border-radius: 2px;
    opacity: 0;
}

.card-product-review-processing-bar .count {
    min-width: 30px;
    text-align: right;
    font-weight: bold;
}



.review-product-modal.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 1000000000;
    animation: fadeIn 0.3s ease;
    
}

.review-product-modal.modal.show {
    display: flex;
    animation: fadeIn 0.1s ease; 
    opacity: 1;

    width: 100%;
    height: 100%;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    inset: 0px;
    z-index: 2147483646;
    transition: opacity 400ms ease-in;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.7);

}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* .review-product-modal.modal.show.closing {
    display: flex;
    animation: fadeOut 0.3s ease; 
    opacity: 1;
} */
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
.review-product-modal .modal-content {
    background: white;
    border-radius: 10px;

    /* width: 90%; */

    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
    height: auto;
    font-family: "Poppins", sans-serif;
    max-width: 813px;

    min-height: 65vh;
    min-width: 375px;

   
}
.review-product-modal.show .modal-content {
    transform: scale(0);
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-delay: 0.2s; /* Wait 2 seconds before starting the animation */
    animation-fill-mode: forwards;
}
.review-product-modal.show.closing .modal-content {
    transform: scale(1);
    animation-name: zoomOut;
    animation-duration: 0.5s;
    animation-delay: 0s; /* Wait 2 seconds before starting the animation */
    animation-fill-mode: forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
.review-product-modal .modal-main {
    display: flex;
    height: 100%;
    min-height: 65vh;
}

.review-product-modal .modal-image {
    width: 50%;
    object-fit: cover;
}

.review-product-modal .modal-body {
    padding: 20px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-product-modal .close-btn {
    position: absolute;
    top: 15px;
    left: 15px;

    border: none;
    font-size: 12px;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 6px 0px;
    margin: 0;
    text-align: center;
    min-height: auto;
    line-height: normal;
    letter-spacing: unset;
    min-width: auto;
    max-width: unset;
}
.review-product-modal .close-btn:hover{
    background-color: rgba(0, 0, 0, 0.7);
}
.review-product-modal .close-btn svg{
    fill: #fff;
}

#formReviewModal.review-product-modal .close-btn{
    background: none;
}
#formReviewModal.review-product-modal .close-btn svg{
    fill: #1a1c1e;
}
#formReviewModal.review-product-modal .close-btn:hover{
    background-color: rgba(0, 0, 0, 0.1);
    opacity: .8;
}

.review-product-modal .review {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

.review-product-modal .reviewer {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    max-width: 50%;
}
.review-product-modal .review-product-modal--detail--title--noti-btn{
    cursor: pointer;
}
.review-product-modal .stars {
    color: #f5b50a;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-flex;
}

.review-product-modal .goto-product-card {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    /* align-items: center; */
    align-items: start;
}

.review-product-modal .product-image {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    background: #eee;
}

.review-product-modal .goto-product-card-product-info {
    flex: 1;
}

.review-product-modal .goto-product-card--product-name {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: black;
    margin-bottom: 8px;
}

.review-product-modal .goto-product-card .view-button {
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
    padding: 6px 11px;

    align-self: flex-start;
    display: inline-flex;
    align-items: center;
}

.review-product-modal .goto-product-card .view-button .button-icon {
    margin-right: 10px;
    height: 16px;
}
.review-product-modal .review-product-modal--detail--title{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.review-product-modal .review-product-modal--detail--title--actions{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-product-modal .review-product-modal--review-image {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(248, 248, 248);
}

.review-product-modal .review-product-modal--review-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.review-product-modal .modal-content.no-image .modal-main {
    flex-direction: column;
    justify-content: stretch;
}

.review-product-modal .modal-content.no-image .modal-main .review-product-modal--review-image {
    height: 68px;
    flex-basis: auto;
}

.review-product-modal .modal-content.no-image .modal-main .modal-body {
    width: 100%;
}

.review-product-modal .modal-content.no-image .modal-main .modal-body .review {
    height: calc(65vh - 183px);
}

#review-widget-comments-grid-container-paginate {
    display: inline-block;
    padding-left: 5px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
#review-widget-comments-grid-container-paginate .rw-paginate-item{
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    cursor: pointer;
}
#review-widget-comments-grid-container-paginate .rw-paginate-item.rv-pg-active{
    background-color: #ccc;
}
#review-widget-comments-grid-container-paginate .rw-paginate-item:hover{
    background-color: #ccc;
}
#review-widget-comments-grid-container-paginate .rw-loadmore{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 5px;
    width: 100px;
    font-size: 13px;
    margin: 0 auto;
    cursor: pointer;
}

.review-product-modal .rw-author-verified{
     display: flex;
    font-size: 13px;
    margin-left: 1px;
}
.review-widget-grid-item-block .rw-author-verified{
    display: flex;
    font-size: 12px;
    margin-left: 1px;
}
.review-product-modal .rw-author-verified{
    margin-left: 10px;
}
.review-product-modal .rw-author-verified::before,
.review-widget-grid-item-block .rw-author-verified::before{
    content: '';
    padding: 10px;
    background-image: url('../assets/images/check-verifired.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    float: left;
    display: flex;
    width: 5px;
    background-position: center;
    align-items: center;
    margin-right: 1px;
}


.review-product-modal .i-verified-notification {
    opacity: 0;
    background: #ffffff;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: 50px;
    right: 24px;
    min-height: 40px;
    padding: 16px;
    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: 12px;
}
.review-product-modal .i-verified-notification span {
    display: block;
    margin-top: 12px;
}
.review-product-modal .notif-open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.review-product-modal  .verified-notification-learn-more-trigger {
    margin-top: 12px;
    font-size: 12px;
    text-decoration-line: underline;
    color: #000000;
    display: flex;
}
.review-product-modal .goto-product-card  .goto-product-card-img img{
    margin-right: 10px;
}
.review-widget-grid-item--comment-item-types{
   
}
.review-product-modal  .review-product-modal--detail--content .item--types-content{
    margin-top: 10px;
}
.review-product-modal  .review-product-modal--detail--content .item--types-content .item--types-content--label{
    font-size: 12px;  
    color: #a3a3a3;
}
.item--types-content--label{
    font-size: 11px;
    color: #a3a3a3;
}
.card-product-review-progress-value {
    background: #7B7B7B;
    /* border-radius: 2px; */
    /* height: 10px; */
    animation: progressBarGrowAnimation .6s ease forwards;
}
@keyframes progressBarGrowAnimation {
    0% {
        width: 0;
    }

    100% {
        opacity: 1;
    }
}


.dropdown-review-filter-box{
    display: none;
    z-index: 1;
    width: 275px;
    margin-top: 4px;
    right: 7px;
    text-align: left;
    position: absolute;
    float: left;
    padding: 20px 20px 8px;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
    animation: growOut .2s ease-in-out forwards;
    transform-origin: 100% 0px;
}
.dropdown-review-filter-box.show{
    display: block;
    z-index: 22;
}
ul.dropdown-review-filter-box--list {
    list-style: none;
}
.spry-product-review--button-action-form--menu .dropdown-review-filter-box ul.dropdown-review-filter-box--list li{
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;

    display: flex;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    margin-left: 0;
}
ul.dropdown-review-filter-box--list button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: none;
    width: 100%;
    color: #000000;
    border: none;
    padding: 0;
    height: auto;
    margin-bottom: 0;
}
ul.dropdown-review-filter-box--list button:hover{
    background: none;
}
ul.dropdown-review-filter-box--list li button .sorting-option, ul.dropdown-review-filter-box--list li a {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
}
ul.dropdown-review-filter-box--list li .sorting-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
ul.dropdown-review-filter-box--list li span {
    visibility: hidden;
}

ul.dropdown-review-filter-box--list .chosen-option {
    visibility: visible !important;
}

.review-product-detail-flex{
    display: flex;
}
@media (max-width: 768px) {
    .review-product-modal .modal-content {
        flex-direction: column;
    }

    .review-product-modal .modal-image,
    .review-product-modal .modal-body {
        width: 100%;
    }

    .review-product-modal .modal-image {
        max-height: 300px;
    }
    

    
}




@media screen and (max-width: 768px) {
    .review-widget-comments-grid #review-widget-comments-grid-container{
        column-count: 3;
    }
    .review-product-modal--form-request-rating{
        max-width: 100%;
    }
    .review-product-modal--form-request-rating form{
        padding-left: 15px;
        padding-right: 15px;
    }
    .review-product-modal--form-steps{
        max-width: 100%;
    }
    .review-product-modal .modal-main{
        flex-direction: column;
    }
    .review-product-modal .modal-content{
        height: 100vh;
    }
    .review-product-modal .review-product-modal--review-image{
        min-height: 75vw;
        max-height: 135vw;
        flex-basis: auto;
    }
}
@media (max-width: 600px) {
    .spry-product-review--head--summary{
        flex-wrap: wrap;
    }
    .spry-product-review--show-rating-avg {
        order: 1;
        flex-grow: 1;
        min-width: 80%;
    }
    .spry-product-review--button-action-form{
        text-align: center;
        padding-top: 15px;
    }
    .spry-product-review--button-action-form--menu{
        order: 2;
    }
    .spry-product-review--button-action-form--write{
        order: 3;
        flex-grow: 1;
        order: 3;
        width: 100%;
        font-size: 16px;
        margin-top: 0px;
        padding-top: 5px;
        margin-left: 0px;
    }
    .spry-product-review--button-action-form--write button{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .review-widget-comments-grid #review-widget-comments-grid-container {
        column-count: 2;
    }
    .card-product-review-processing-bar .rating-summary{
     
        max-width: calc(100vw - 30px);
    }
}




/**Form rreview */
.review-product-modal .modal-form-review{
    height: calc(100% - 60px);
}
#formReviewModal.review-product-modal .modal-content{
    min-height: 65vh;
    height: 65vh;
}
.review-product-modal--form-request-rating {
    width: 768px;
    border-radius: 10px;
    height: 100%;
}

.review-product-modal--form-steps {
    display: none;
    width: 480px;
   
}
.review-product-modal--form-steps.remove-show-review-step.show-review-step {
    animation: slideOutLeft .3s ease-in-out forwards; 
    display: block;   
}
.review-product-modal--form-steps.step-back.show-review-step {
    animation: slideInLeft .5s ease-in-out forwards;
    display: block;
}
.review-product-modal--form-steps.show-review-step {
    animation: slideInRight .5s ease-in-out forwards;
    display: block;
    
}

.review-product-modal--form-steps .star-rating-input input {
    display: none;
}

.review-product-modal--form-request-rating form {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.review-product-modal--form-request-rating .review-widget--item--ratings-start{
    width: 36px;
    height: 36px;
    position: relative;
    padding-bottom: 28px;
    display: inline-table;
}
.review-product-modal--form-request-rating .review-widget--item--ratings-start ._rating-label{
    font-size: 13px;
    color: #1a1c1e;
    line-height: 1.5;
    font-weight: normal;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    white-space: nowrap;
    direction: ltr;
}
.review-product-modal--form-request-rating .review-widget--item--ratings-start svg.rewiew-widget-star-icon{
    width: 43px;
    height: 41px;
}
.review-product-modal--form-request-rating .review-widget--item--ratings-start{
    margin: 0px 10px;
}
.review-product-modal--form-request-rating .review-product-modal--form-step-1{
    text-align: center;
}
.star-rating-input input:checked~label .rewiew-widget-star-icon, 
.star-rating-input label:hover .rewiew-widget-star-icon, 
.star-rating-input label:hover~label .rewiew-widget-star-icon{
    fill: gold;
}
.review-product-modal--form-steps h2{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    font-weight: normal;
}
.review-product-modal--form-steps.review-product-modal--form-step-1 h2{
    margin-bottom: 32px;
}
#formReviewModal.review-product-modal .modal-form-footer{
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
#formReviewModal.review-product-modal .current-step-1 .modal-form-footer{
    display: none;
}
#formReviewModal.review-product-modal .modal-form-footer .btn-back{
    display: flex;
    justify-content: space-between;
    width: 100px;
    align-items: center;
    text-transform: none;
}
#formReviewModal.review-product-modal .modal-form-footer .btn-back span{
    min-width: 24px;
}
#formReviewModal.review-product-modal .modal-form-footer .btn-back span.btn-back--icon{
    width: 24px;
    height: 24px;
}
#formReviewModal.review-product-modal .modal-form-footer .btn-next{
    text-transform: none;
}
.review-product-modal--form-wrapper-files{
    border: 1px solid #ccc;
    padding: 10px;
}
.review-product-modal--form-wrapper-files label{
    background-color: #b1254e;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.review-product-modal--form-wrapper-files input{
    display: none;
}
.review-product-modal--form-steps.review-product-modal--form-step-2 h2,
.review-product-modal--form-steps.review-product-modal--form-step-3 h2,
.review-product-modal--form-steps.review-product-modal--form-step-4 h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    font-family: Poppins, sans-serif;
}
.review-product-modal--form-steps.review-product-modal--form-step-2 p{
    text-align: center;
}
.review-product-modal--form-steps--authors{
    display: flex;
    justify-content: space-between;
}
.review-product-modal--form-steps--authors p{
    width: 50%;
}
.review-product-modal--form-steps--authors p:first-child{
    margin-right: 5px;
}
.review-product-modal--form-steps--authors p:last-child{
    margin-left: 5px;
}
.review-product-modal .current-step-5 .review-product-modal--form-steps.review-product-modal--form-step-5{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.review-product-modal--form-steps.review-product-modal--form-step-5 h2{
    text-align: center;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px;
}
.review-product-modal--form-steps.review-product-modal--form-step-5 p{
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 600
}
.review-product-modal--form-steps .review-product-modal--thanks {

}
.review-product-modal .current-step-3 .btn-next,
.review-product-modal .current-step-4 .btn-next,
.review-product-modal .current-step-5 .btn-next{
    background-color: #b1254e;
    color: #fff;
    border-radius: 8px;
    padding: 3px 20px;
}
.review-product-modal--form-footer-action{
    width: 100%;
    display: flex;
    align-items: center;
}
.review-product-modal--form-process-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-product-modal--form-process-bar .step{
    width: 25%;
    height: 6px;
    background-color: #b1254e;
    opacity: 0.5;
    margin: 0px 5px;
    border-radius: 3px;
    max-width: 80px;
}
#formReviewModal.review-product-modal .current-step-4 .modal-form-footer .step-1,
#formReviewModal.review-product-modal .current-step-4 .modal-form-footer .step-2,
#formReviewModal.review-product-modal .current-step-4 .modal-form-footer .step-3,
#formReviewModal.review-product-modal .current-step-4 .modal-form-footer .step-4,
#formReviewModal.review-product-modal .current-step-3 .modal-form-footer .step-1,
#formReviewModal.review-product-modal .current-step-3 .modal-form-footer .step-2,
#formReviewModal.review-product-modal .current-step-3 .modal-form-footer .step-3,
#formReviewModal.review-product-modal .current-step-2 .modal-form-footer .step-2,
#formReviewModal.review-product-modal .current-step-2 .modal-form-footer .step-1,
#formReviewModal.review-product-modal .current-step-1 .modal-form-footer .step-1{
    opacity: 1;
}

#formReviewModal.review-product-modal .current-step-5 .btn-back,
#formReviewModal.review-product-modal .current-step-5 .review-product-modal--form-process-bar{
    display: none;
}
#formReviewModal.review-product-modal  .review-product-modal--form-step-3 textarea{
    min-height: 35vh;
}
#formReviewModal.review-product-modal  .review-product-modal--form-step-4 p.note{
    text-align: center;
}
#formReviewModal #review-response{
    text-align: center;
    color: red;
}
#formReviewModal.review-product-modal .close-btn{
    display: none;
}
#formReviewModal.review-product-modal .current-step-5 .close-btn,
#formReviewModal.review-product-modal .current-step-1 .close-btn{
    display: block;
}   

.review-widget-comments-iframe{
    width: 100%;
    height: 100%;
    display:block;
}
.review-widget-comments-iframe iframe{
    height: 100%;
}
.review-product-modal--form-wrapper-file-image--icon{
    font-size: 14px;
    display: inline-flex;
    line-height: 0;
    margin-right: 8px;
}
.review-product-modal--form-wrapper-file-image--icon svg{
    display: block;
    width: 24px;
    height: 24px;
}