:root {
    --sp-reviews-main-color: #FF671F;
    --sp-reviews-main-opacity-color: #FFF5F0;
    --sp-reviews-border-color: #e4e4e4;
    --sp-reviews-text-color: #000000;
    --sp-reviews-text-date-color: #808080;
    --sp-reviews-btn-color: #FF671F;
    --sp-reviews-btn-hover-color: #e25c1d;
    --sp-reviews-stats-circle-active-color: #FF671F;
    --sp-reviews-stats-circle-bg-color: #e4e4e4;
    --sp-reviews-stats-line-active-color: #FF671F;
    --sp-reviews-stats-line-bg-color: #e4e4e4;
    --sp-reviews-stats-star-color: #FF671F;
    --sp-reviews-purchased-text-color: #43b02a;
    --sp-reviews-recommendation-text-color: #FF671F;
    --sp-reviews-recommendation-icon-color: #FF671F;
    --sp-reviews-recommendation-options-text-color: #808080;
    --sp-reviews-review-star-color-active: #FF671F;
    --sp-reviews-review-star-color-no-active: #e4e4e4;
    --sp-reviews-review-thumb-color-no-active-like: #000000;
    --sp-reviews-review-thumb-color-no-active-dislike: #000000;
    --sp-reviews-review-thumb-color-active-like: #FF671F;
    --sp-reviews-review-thumb-color-active-dislike: #000000;
    --sp-reviews-modal-star-color-active: #FF671F;
    --sp-reviews-modal-star-color-no-active: #e4e4e4;
    --sp-reviews-color-fafafa: #fafafa;
}

.sp_product_reviews {
    width: 100%;
}

.error_style_text.sp_alert_rating {
    color: rgb(231, 20, 20);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .35px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.sp_product_questions_main_block {
    background: var(--sp-reviews-main-opacity-color);
    border-radius: 10px;
    padding: 15px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dark-theme .sp_product_questions_main_block {
    background: #141414;
}

.sp_product_questions_main_block_title {
    font-size: 14px;
    font-weight: 500;
}

.dark-theme .sp_product_questions_main_block_title {
    color: white;
}

.sp_product_reviews_main_button {
    background: var(--sp-reviews-btn-color);
    border: none !important;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    transition: .3s all;
    justify-content: center;
}

.sp_product_reviews_main_button:hover {
    background: var(--sp-reviews-btn-hover-color);
    transition: .3s all;
}

.sp_product_reviews_main_button .sp_product_reviews_main_button_show_more {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: none;
    stroke: #fff;
}

.sp_product_reviews_mini_button {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid transparent !important;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    height: 30px;
    color: var(--sp-reviews-text-color);
    font-size: 14px;
    font-weight: 500;
    transition: .3s all;
    gap: 5px;
    position: relative;
}

.sp_product_reviews_mini_button::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--sp-reviews-main-color);
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.sp_product_reviews_mini_button.sp_no_before::before {
    display: none !important;
}

.sp_product_reviews_mini_button:hover::before {
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.sp_product_reviews_mini_button.sp_mini_btn_border_right {
    margin-right: 10px;
}

.dark-theme .sp_product_reviews_mini_button.sp_mini_btn_border_right {
    color: white;
}

.sp_product_reviews_mini_button.sp_mini_btn_border_left {
    margin-left: 10px;
}

.sp_mini_btn_border_center {
    background: var(--sp-reviews-border-color);
    border: none !important;
    outline: none !important;
    width: 1px;
    height: 15px;
}

.sp_product_reviews_mini_button .sp_child_count {
    display: flex;
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    border-radius: 50px;
    background: var(--sp-reviews-main-color);
    color: white;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0 5px;
}

.sp_no_overflow {
    overflow: hidden;
}

.sp_review_modal_overlay, .sp_question_modal_overlay, .sp_answer_modal_overlay, .sp_info_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #00000038;
    max-height: 100vh;
    padding: 24px;
    user-select: none;
    z-index: 999999999;
}

.sp_review_modal_close, .sp_question_modal_close, .sp_answer_modal_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
}

.sp_reviews_modal#sp_all_info_modal {
    position: relative;
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    box-shadow: 0 8px 40px #00000052;
    z-index: 999;
    max-width: 600px;
    border-radius: 6px;
    top: 1300px;
    transition: .5s all;
}

.dark-theme .sp_reviews_modal {
    background-color: #141414;
}

.sp_reviews_modal.sp_answer_modal {
    max-width: 440px;
}

.sp_reviews_modal.sp_info_modal {
    max-width: 1400px;
}

.sp_reviews_modal.show {
    display: flex !important;
    top: 0;
    transition: .5s all;
}

.sp_reviews_modal::-webkit-scrollbar {
    width: 1px;
}

.sp_reviews_modal::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sp_reviews_modal::-webkit-scrollbar-thumb {
    background: #888;
}

.sp_reviews_modal::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.sp_question_modal_header {
    min-height: 64px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}

.dark-theme .sp_question_modal_header {
    border-bottom: 1px solid var(--ds-border-color);
}

.sp_question_modal_header__title {
    color: var(--sp-reviews-text-color);
    font-size: 20px;
    font-weight: 600;
}

.dark-theme .sp_question_modal_header__title {
    color: white;
}

.sp_question_modal_header__close {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.sp_review_modal_header__close_btn, .sp_question_modal_header__close_btn, .sp_answer_modal_header__close_btn {
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 16px;
    color: black;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    opacity: 1;
    outline: none !important;
    border: none !important;
}

.dark-theme .sp_review_modal_header__close_btn, .dark-theme .sp_question_modal_header__close_btn, .dark-theme .sp_answer_modal_header__close_btn {
    color: white;
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat #434444;
}

.sp_review_modal_header__close_btn:hover, .sp_question_modal_header__close_btn:hover, .sp_answer_modal_header__close_btn:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sp_reviews_modal_result .sp_review_modal_header__close_btn, .sp_question_modal_result .sp_question_modal_header__close_btn, .sp_answer_modal_result .sp_answer_modal_header__close_btn {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 0;
    color: black;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    opacity: 1;
    outline: none !important;
    border: none !important;
    position: absolute;
    right: 24px;
    top: 24px;
}

.sp_question_modal_body {

}

.sp_question_modal_body_text_info {
    font-size: 12px;
    margin: 0 0 12px 0;
    color: black;
}

.sp_question_modal_body__input_text_block {
    font-size: 14px;
    margin: 0 0 24px 0;
    position: relative;
}

.sp_question_modal_body__input_text_block_input {
    padding: 10px 16px;
    color: var(--sp-reviews-text-color);
    height: 44px;
    width: 100%;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    outline: none !important;
}

.dark-theme .sp_question_modal_body__input_text_block_input {
    color: white;
    background: #1b1b1b;
    border: 1px solid var(--ds-border-color);
}

.sp_question_modal_body__input_text_block_input::placeholder {
    color: gray;
}

.sp_question_modal_body__textarea_text_block {
    font-size: 14px;
    margin: 0 0 16px 0;
    position: relative;
}

.sp_question_modal_body__textarea_text_block_textarea {
    padding: 10px 16px;
    color: var(--sp-reviews-text-color);
    width: 100% !important;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    outline: none !important;
}

.dark-theme .sp_question_modal_body__textarea_text_block_textarea {
    color: white;
    background: #1b1b1b;
    border: 1px solid var(--ds-border-color);
}

.sp_question_modal_body__textarea_text_block_textarea::placeholder {
    color: gray;
}

.sp_question_modal_body__checkbox_text_block {
    margin: 0 0 24px 0;
}

.sp_question_modal_body__checkbox_text_block label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.sp_question_modal_body__checkbox_text_block label span {
    color: gray;
    font-size: 14px;
}

.sp_question_modal_body__checkbox_text_block label input[type="checkbox"] {
    margin: 0;
    margin-right: 10px;
    background: #fff;
    width: 14px;
    height: 14px;
    position: relative;
}

.sp_question_modal_body__checkbox_text_block label input[type="checkbox"]::after {
    display: block;
    width: 17px;
    height: 17px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17"><rect fill="%23fff" stroke="%23e4e4e4" stroke-miterlimit="10" x=".5" y=".5" width="16" height="16" rx="3.2" ry="3.2"/></svg>');
    position: absolute;
    top: -2px;
    right: -3px;
    background: white;
}

.sp_question_modal_body__checkbox_text_block label input[type="checkbox"]:checked::after {
    display: block;
    width: 17px;
    height: 17px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17"><rect stroke="%23000" stroke-miterlimit="10" x=".5" y=".5" width="16" height="16" rx="3.2" ry="3.2"/><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2px" d="M4.5,8.9l1.82,2.12c.29,.34,.79,.38,1.13,.09,.02-.02,.04-.04,.06-.06l4.99-5.34"/></svg>');
    position: absolute;
    top: -2px;
    right: -3px;
    background: white;
}

.sp_error_notify {
    color: rgb(231, 20, 20);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .35px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.sp_error_notify.p-relative {
    position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}

.sp_question_modal_body__pvv_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.sp_question_modal_body__pvv_buttons .div_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px;
    background: transparent;
    border-radius: 6px;
    gap: 5px;
    position: relative;
    cursor: pointer;
}

.sp_question_modal_body__pvv_buttons .div_button svg {
    width: 50px;
    height: 50px;
}

.sp_question_modal_body__pvv_buttons .div_button span {
    font-size: 12px;
    font-weight: 600;
    color: var(--sp-reviews-text-color);
}

.dark-theme .sp_question_modal_body__pvv_buttons .div_button span {
    color: white;
}

#sp-add-review-image.sp_hide, #sp-add-question-image.sp_hide {
    display: block;
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
}

#sp-add-review-image .dz-message, #sp-add-question-image .dz-message {
    margin: 0;
}

.dark-theme #sp-add-review-image, .dark-theme #sp-add-question-image {
    background: #1b1b1b;
}

#sp-add-review-image.show, #sp-add-question-image.show {
    height: auto;
    overflow: visible;
    border: none !important;
    min-height: 100px;
    margin-bottom: 16px;
}

#sp-add-review-image.show .dz-message, #sp-add-question-image.show .dz-message {
    margin: 0;
}

#sp-add-review-image > .dz-preview, #sp-add-review-image > .dz-complete, #sp-add-question-image > .dz-preview, #sp-add-question-image > .dz-complete {
    display: none !important;
}

#sp-add-review-video.sp_hide, #sp-add-question-video.sp_hide {
    display: block;
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
}

#sp-add-review-video .dz-message, #sp-add-question-video .dz-message {
    margin: 0;
}

#sp-add-review-video.show, #sp-add-question-video.show {
    height: auto;
    overflow: visible;
    border: none !important;
    min-height: 100px;
    margin-bottom: 16px;
}

.dark-theme #sp-add-review-video, .dark-theme #sp-add-question-video {
    background: #1b1b1b;
}

#sp-add-review-video.show .dz-message, #sp-add-question-video.show .dz-message {
    margin: 0;
}

#sp-add-review-video-youtube.sp_hide, #sp-add-question-video-youtube.sp_hide {
    height: 0;
    overflow: hidden;
}

#sp-add-review-video-youtube.show, #sp-add-question-video-youtube.show {
    height: auto;
    overflow: visible;
    border-radius: 6px;
    min-height: 100px;
    margin-bottom: 16px;
}

.dark-theme #sp-add-review-video-youtube, .dark-theme #sp-add-question-video-youtube {
    background: #1b1b1b;
}

.sp_reviews_dropzone_block {
    border: 1px dashed #a4a4a4 !important;
    padding: 24px;
    display: flex !important;
    flex-direction: row;
    border-radius: 6px !important;
    min-height: 90px;
    justify-content: flex-start;
}

.sp_reviews_dropzone_block.sp_flex_upper {
    align-items: flex-start;
}

.sp_reviews_dropzone_block_plus {
    padding: 2px 12px 0 0;
}

.sp_reviews_dropzone_block_plus .sp_reviews_dropzone_block_plus_svg {
    width: 16px;
    height: 16px;
}

.sp_reviews_dropzone_block_text {
    color: black;
    width: 100%;
}

.sp_reviews_dropzone_block_text_head_text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: start;
}

.dark-theme .sp_reviews_dropzone_block_text_head_text {
    color: white;
}

.sp_reviews_dropzone_block_text_text {
    font-size: 12px;
    font-weight: 400;
    text-align: start;
}

.sp_product_reviews_main_button_in_modal {
    background: var(--sp-reviews-btn-color);
    border: none !important;
    outline: none !important;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    transition: .3s all;
    justify-content: center;
}

.sp_product_reviews_main_button_in_modal:hover {
    background: var(--sp-reviews-btn-hover-color);
    transition: .3s all;
}

.sp_product_reviews_captcha {
    margin-bottom: 24px;
    position: relative;
}

.sp_question_modal_body__input_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.sp_question_modal_body__input_group .sp_question_modal_body__input_text_block {
    width: 100%;
}

.sp_reviews_dropzone_block_text .sp_reviews_dropzone_block_text_text {
    width: 100%;
    font-size: 10px;
    position: relative;
    margin-bottom: 0;
}

.dark-theme .sp_reviews_dropzone_block_text .sp_reviews_dropzone_block_text_text {
    color: white;
}

#sp-reviews-modal-user-all-video-youtube .vd-prev, #sp-questions-modal-user-all-video-youtube .vd-prev {
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    width: 18%;
    margin: 5px 0 5px 0;
}

#sp-reviews-modal-user-all-video-youtube .vd-prev img, #sp-questions-modal-user-all-video-youtube .vd-prev img {
    border-radius: 10px;
    width: 100%;
    padding: 0;
}

#sp-reviews-modal-user-all-video-youtube .vd-prev .remove_video, #sp-questions-modal-user-all-video-youtube .vd-prev .remove_video {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 3px;
    margin: 5px auto 0;
    width: 36px;
    height: 36px;
    border: none !important;
}

.sp_remove_youtube_button_icon {
    fill: #c6c6c6;
    width: 24px;
    height: 24px;
}

.sp_remove_youtube_button_icon:hover {
    fill: #ff0000;
}

#sp-reviews-modal-user-all-video-youtube, #sp-questions-modal-user-all-video-youtube {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.sp_reviews_modal_result, .sp_question_modal_result, .sp_answer_modal_result {
    max-height: 100%;
    display: none;
    background: white;
    width: 90%;
    max-width: 480px;
    height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 999;
    font-size: 14px;
    line-height: 24px;
    padding: 24px;
}

.sp_reviews_modal_result.show, .sp_question_modal_result.show, .sp_answer_modal_result.show {
    display: block !important;
}

.sp_reviews_modal_result_content {
    font-size: 14px;
    color: black;
}

.sp_reviews_modal_result_content #sp_question_notify_title {
    font-weight: 600;
}

.sp_reviews_modal_result_content #sp_question_notify_text {
}

.sp_notify_close_btn {
}

.sp-reviews-modal-user-all-photos, .sp-questions-modal-user-all-photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.sp-reviews-modal-all-photos-errors {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.sp-reviews-modal-all-photos-errors > div {
    color: rgb(231, 20, 20);
}

.sp-reviews-modal-user-all-photos .dz-preview, .sp-questions-modal-user-all-photos .dz-preview {
    display: inline-flex !important;
    text-align: center;
    margin: 0 !important;
    flex-direction: column;
    flex: 0 0 calc(20% - 10px);
    align-items: center;
    margin-top: 24px !important;
}


.dark-theme .dropzone .dz-preview.dz-image-preview {
    background: #1b1b1b;
}

.sp-reviews-modal-user-all-photos .dz-image img, .sp-questions-modal-user-all-photos .dz-image img {
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.sp-reviews-modal-user-all-photos .dz-details, .sp-questions-modal-user-all-photos .dz-details {
    display: none;
}

.sp-reviews-modal-user-all-photos .dz-error-mark, .sp-reviews-modal-user-all-photos .dz-size, .sp-reviews-modal-user-all-photos .dz-success-mark, .sp-questions-modal-user-all-photos .dz-error-mark, .sp-questions-modal-user-all-photos .dz-size, .sp-questions-modal-user-all-photos .dz-success-mark {
    display: none;
}

.sp-reviews-modal-user-all-photos .dz-preview:hover .dz-image img, .sp-questions-modal-user-all-photos .dz-preview:hover .dz-image img {
    filter: none !important;
    transform: none !important;
}

.sp_reviews_modal .dz-remove {
    position: static;
    height: 36px;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 3px;
    margin: 5px auto 0;
    width: 36px;
}

.sp_reviews_modal .dz-remove .rm-btn-icon, .sp_reviews_modal .rm-btn-del .rm-btn-icon {
    display: inline-block;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: #eb5757;
    width: 16px;
    height: 16px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-top: 0;
}

.sp_reviews_modal .sp-reviews-modal-user-all-photos .dz-preview .dz-image, .sp_question_modal .sp-questions-modal-user-all-photos .dz-preview .dz-image {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.sp_reviews_modal .sp-reviews-modal-user-all-photos .dz-success-mark, .sp_question_modal .sp-questions-modal-user-all-photos .dz-success-mark {
    display: none !important;
}

.sp_reviews_modal .sp-reviews-modal-user-all-photos .dz-error-message, .sp_question_modal .sp-questions-modal-user-all-photos .dz-error-message {
    display: none !important;
}

.sp_scroller::-webkit-scrollbar {
    width: 0;
    background-color: #f9f9fd;
}

.sp_scroller::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}

.sp_scroller::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.sp_product_reviews_all_media {
    display: block;
}

.sp_product_reviews_all_media .sp_product_reviews_media_title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
    padding-bottom: 12px;
    color: var(--sp-reviews-text-color);
}

.sp_product_reviews_all_media .sp_product_reviews_media_title > div {
    display: inline-block;
}

.sp_product_reviews_all_media_photos, .sp_product_reviews_box_item_media_photos {
    overflow-x: auto;
    white-space: nowrap;
    transition: all .2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    text-align: left;
    /* margin-bottom: 24px; */
}

.sp_product_reviews_all_media_photos::-webkit-scrollbar, .sp_product_reviews_box_item_media_photos::-webkit-scrollbar {
    height: 4px;
}

.sp_product_reviews_all_media_photos::-webkit-scrollbar-track, .sp_product_reviews_box_item_media_photos::-webkit-scrollbar-track {
    background: #eaeaea;
}

.sp_product_reviews_all_media_photos::-webkit-scrollbar-thumb, .sp_product_reviews_box_item_media_photos::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
    border: 0;
}

.sp_product_reviews_all_media_photos::-webkit-scrollbar-thumb:hover, .sp_product_reviews_box_item_media_photos::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

.sp_product_reviews_all_media_photos > div, .sp_product_reviews_box_item_media_photos > div {
    display: inline-block;
}

.sp_product_reviews_media_photo_item {
}

.sp_product_reviews_media_photo_item img-item {
    position: relative;
    border: none;
    overflow: hidden;
    padding: 0;
    display: block;
}

.sp_product_reviews_media_photo_item > .sp_product_review_info_click {
    position: relative;
    border: none;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: black !important;
}

.sp_product_reviews_media_photo_item > .sp_product_review_info_click svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    fill: #808080;
    stroke: #808080;
    background: #f4f4f4;
}

.dark-theme .sp_product_reviews_media_photo_item > .sp_product_review_info_click svg {
    background: #1b1b1b;
}

.sp_product_reviews_media_photo_item > .sp_product_review_info_click svg:hover {
    fill: var(--sp-reviews-main-color);
    stroke: var(--sp-reviews-main-color);
}

.sp_product_reviews_media_photo_item img-item .image-crop {

}

.sp_product_reviews_all_media_videos, .sp_product_reviews_box_item_media_videos {
    overflow-x: auto;
    white-space: nowrap;
    transition: all .2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    text-align: left;
    margin-bottom: 24px;
}

.sp_product_reviews_all_media_videos::-webkit-scrollbar, .sp_product_reviews_box_item_media_videos::-webkit-scrollbar {
    height: 4px;
}

.sp_product_reviews_all_media_videos::-webkit-scrollbar-track, .sp_product_reviews_box_item_media_videos::-webkit-scrollbar-track {
    background: #eaeaea;
}

.sp_product_reviews_all_media_videos::-webkit-scrollbar-thumb, .sp_product_reviews_box_item_media_videos::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
    border: 0;
}

.sp_product_reviews_all_media_videos::-webkit-scrollbar-thumb:hover, .sp_product_reviews_box_item_media_videos::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

.sp_product_reviews_all_media_videos > div, .sp_product_reviews_box_item_media_videos > div {
    display: inline-block;
    position: relative;
}

.sp_product_reviews_media_video_item {
}

.sp_product_reviews_media_video_item img-item {
    border: none;
    overflow: hidden;
    padding: 0;
    display: block;
    margin: 0 5px 0 0;
    border-radius: 6px !important;
    height: 64px !important;
    width: 110px !important;
    position: relative;
}

.sp_product_reviews_media_video_item a {
    border: none;
    overflow: hidden;
    padding: 0;
    display: block;
    margin: 0 5px 0 0;
    border-radius: 6px !important;
    height: 64px !important;
    width: 110px !important;
    white-space: inherit;
}

.sp_product_reviews_media_video_item img-item img {
    display: block;
    height: 100%;
    border-radius: 6px;
}

.sp_product_reviews_media_video_item img-item svg.image-crop {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.sp_product_reviews_media_video_item .video-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.sp_product_reviews_media_video_item .video-placeholder svg {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -17px;
    transition: all .2s ease-in-out;
    color: white;
}

.sp_product_reviews_media_video_item svg {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -17px;
    z-index: 9;
    color: #ffffff;
}

.sp_product_reviews_media_video_item .sp_product_review_info_click > .sp_product_review_info_click_svg {
    width: 100%;
    height: 100%;
    padding: 19px;
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    fill: #808080;
    stroke: #808080;
    background: #f4f4f4;
}

.sp_product_reviews_media_video_item .sp_product_review_info_click > .sp_product_review_info_click_svg:hover {
    fill: var(--sp-reviews-main-color);
    stroke: var(--sp-reviews-main-color);
}

.dark-theme .sp_product_reviews_media_video_item .sp_product_review_info_click > .sp_product_review_info_click_svg {
    background: #1b1b1b;
}

.sp_product_reviews_media_video_item img-item .video-placeholder > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sp_product_reviews_no_reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.sp_product_reviews_no_questions {
}

.sp_product_reviews_list_questions {
}

.sp_product_reviews_sorting {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.sp_product_reviews_sorting_select {
    width: 230px;
}

.sp_product_reviews_sorting_select_select {
    font-size: 12px;
    border: 1px solid #e4e4e4;
    color: #232323;
    cursor: pointer;
    outline: 0;
    text-overflow: ellipsis;
    max-width: 240px;
    background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12" fill="none"><path d="M3.85399 0.145917C3.80755 0.0993539 3.75237 0.0624112 3.69162 0.0372047C3.63088 0.0119983 3.56576 -0.000976562 3.49999 -0.000976562C3.43422 -0.000976562 3.3691 0.0119983 3.30836 0.0372047C3.24761 0.0624112 3.19244 0.0993539 3.14599 0.145917L0.145991 3.14592C0.0521042 3.2398 -0.000640869 3.36714 -0.000640869 3.49992C-0.000640869 3.63269 0.0521042 3.76003 0.145991 3.85392C0.239877 3.9478 0.367215 4.00055 0.499991 4.00055C0.632767 4.00055 0.760104 3.9478 0.853991 3.85392L2.99999 1.70692V11.4999C2.99999 11.6325 3.05267 11.7597 3.14644 11.8535C3.24021 11.9472 3.36738 11.9999 3.49999 11.9999C3.6326 11.9999 3.75978 11.9472 3.85354 11.8535C3.94731 11.7597 3.99999 11.6325 3.99999 11.4999V1.70692L6.14599 3.85392C6.23988 3.9478 6.36722 4.00055 6.49999 4.00055C6.63277 4.00055 6.76011 3.9478 6.85399 3.85392C6.94788 3.76003 7.00062 3.63269 7.00062 3.49992C7.00062 3.36714 6.94788 3.2398 6.85399 3.14592L3.85399 0.145917ZM10.152 11.8599C10.2453 11.9503 10.3701 12.0009 10.5 12.0009C10.6299 12.0009 10.7547 11.9503 10.848 11.8599L13.848 8.95992C13.9435 8.86762 13.9984 8.74118 14.0006 8.6084C14.0029 8.47563 13.9523 8.3474 13.86 8.25192C13.7677 8.15644 13.6413 8.10154 13.5085 8.09929C13.3757 8.09704 13.2475 8.14762 13.152 8.23992L11 10.3209V0.500917C11 0.368309 10.9473 0.241132 10.8535 0.147364C10.7598 0.0535957 10.6326 0.000917197 10.5 0.000917197C10.3674 0.000917197 10.2402 0.0535957 10.1464 0.147364C10.0527 0.241132 9.99999 0.368309 9.99999 0.500917V10.3209L7.84799 8.24092C7.80097 8.19462 7.74525 8.1581 7.68404 8.13344C7.62283 8.10878 7.55735 8.09649 7.49137 8.09726C7.42539 8.09803 7.36021 8.11185 7.2996 8.13793C7.23898 8.16401 7.18413 8.20183 7.1382 8.24921C7.09227 8.29659 7.05618 8.35259 7.03199 8.41399C7.00781 8.47539 6.99602 8.54096 6.99731 8.60694C6.99859 8.67291 7.01292 8.73798 7.03946 8.79839C7.06601 8.8588 7.10426 8.91336 7.15199 8.95892L10.152 11.8589V11.8599Z" fill="%23000000"/></svg>') no-repeat left 10px center;
    padding: 0 15px 0 35px;
    height: 40px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dark-theme .sp_product_reviews_sorting_select_select {
    border: 1px solid #292929;
    color: white;
    background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12" fill="none"><path d="M3.85399 0.145917C3.80755 0.0993539 3.75237 0.0624112 3.69162 0.0372047C3.63088 0.0119983 3.56576 -0.000976562 3.49999 -0.000976562C3.43422 -0.000976562 3.3691 0.0119983 3.30836 0.0372047C3.24761 0.0624112 3.19244 0.0993539 3.14599 0.145917L0.145991 3.14592C0.0521042 3.2398 -0.000640869 3.36714 -0.000640869 3.49992C-0.000640869 3.63269 0.0521042 3.76003 0.145991 3.85392C0.239877 3.9478 0.367215 4.00055 0.499991 4.00055C0.632767 4.00055 0.760104 3.9478 0.853991 3.85392L2.99999 1.70692V11.4999C2.99999 11.6325 3.05267 11.7597 3.14644 11.8535C3.24021 11.9472 3.36738 11.9999 3.49999 11.9999C3.6326 11.9999 3.75978 11.9472 3.85354 11.8535C3.94731 11.7597 3.99999 11.6325 3.99999 11.4999V1.70692L6.14599 3.85392C6.23988 3.9478 6.36722 4.00055 6.49999 4.00055C6.63277 4.00055 6.76011 3.9478 6.85399 3.85392C6.94788 3.76003 7.00062 3.63269 7.00062 3.49992C7.00062 3.36714 6.94788 3.2398 6.85399 3.14592L3.85399 0.145917ZM10.152 11.8599C10.2453 11.9503 10.3701 12.0009 10.5 12.0009C10.6299 12.0009 10.7547 11.9503 10.848 11.8599L13.848 8.95992C13.9435 8.86762 13.9984 8.74118 14.0006 8.6084C14.0029 8.47563 13.9523 8.3474 13.86 8.25192C13.7677 8.15644 13.6413 8.10154 13.5085 8.09929C13.3757 8.09704 13.2475 8.14762 13.152 8.23992L11 10.3209V0.500917C11 0.368309 10.9473 0.241132 10.8535 0.147364C10.7598 0.0535957 10.6326 0.000917197 10.5 0.000917197C10.3674 0.000917197 10.2402 0.0535957 10.1464 0.147364C10.0527 0.241132 9.99999 0.368309 9.99999 0.500917V10.3209L7.84799 8.24092C7.80097 8.19462 7.74525 8.1581 7.68404 8.13344C7.62283 8.10878 7.55735 8.09649 7.49137 8.09726C7.42539 8.09803 7.36021 8.11185 7.2996 8.13793C7.23898 8.16401 7.18413 8.20183 7.1382 8.24921C7.09227 8.29659 7.05618 8.35259 7.03199 8.41399C7.00781 8.47539 6.99602 8.54096 6.99731 8.60694C6.99859 8.67291 7.01292 8.73798 7.03946 8.79839C7.06601 8.8588 7.10426 8.91336 7.15199 8.95892L10.152 11.8589V11.8599Z" fill="%23000000"/></svg>') no-repeat left 10px center;
    background-color: #1b1b1b;
}

.sp_product_reviews_all_reviews_btn {
    background: var(--sp-reviews-main-color);
    border: none !important;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
    justify-content: center;
}

.sp_product_reviews_sorting_title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
    padding-bottom: 12px;
    color: var(--sp-reviews-text-color);
}

.sp_product_reviews_box {
}

.sp_product_reviews_box_item {

}

.dark-theme .sp_product_reviews_box_item {
    color: white;
    background: #1b1b1b;
    border: 1px solid #292929;
}

.sp_product_reviews_box_item_title_container {
    padding: 0;
    min-height: 25px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    color: var(--sp-reviews-text-color);
    font-size: 14px;
}

.sp_product_reviews_box_item_author {
}

.dark-theme .sp_product_reviews_box_item_author {

}

.sp_product_reviews_box_item_already_buy {
    height: 20px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--sp-reviews-purchased-text-color);
}

.sp_product_reviews_box_item_options {
    color: var(--sp-reviews-recommendation-options-text-color);
}

.sp_product_reviews_box_item_already_buy_svg {
    width: 11px;
    height: 11px;
    fill: #43b02a;
    margin-right: 5px;
}

.sp_product_reviews_box_item_author_date {
    font-size: 12px;
    color: var(--sp-reviews-text-date-color);
    text-align: right;
}

.sp_product_reviews_box_item_rating_container {
    padding: 0;
    min-height: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
}

.sp_product_reviews_box_item_rating_container .sp_icon_product_review_star.sp_star_gray {
    fill: var(--sp-reviews-review-star-color-no-active);
}

.sp_product_reviews_box_item_rating_container .sp_icon_product_review_star {
    width: 14px;
    height: 14px;
    fill: var(--sp-reviews-review-star-color-active);
}

.sp_product_reviews_box_item_descriptions_container {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    color: var(--sp-reviews-text-color);
    font-size: 14px;
    gap: 16px;
}

.dark-theme .sp_product_reviews_box_item_descriptions_container {
    color: white;
}

.sp_product_reviews_box_item_descriptions_plus {
    color: var(--sp-reviews-text-color);
}

.sp_product_reviews_box_item_descriptions_minus {
}

.sp_product_reviews_box_item_plus_minus {
    font-weight: 600;
    display: block;
}

.sp_product_reviews_box_item_footer_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.sp_product_reviews_box_item_footer_buttons {
}

.sp_product_reviews_box_item_footer_button {

}

.sp_product_reviews_box_item_footer_button span {

}

.dark-theme .sp_product_reviews_box_item_footer_button span {
 
}

.sp_product_reviews_button_positive {
}

.sp_product_reviews_button_positive.active {
}

.sp_product_reviews_button_positive.active svg {
    fill: var(--sp-reviews-review-thumb-color-active-like);
}

.sp_product_reviews_button_negative {
    padding-right: 0;
}

.sp_product_reviews_button_negative.active {
}

.sp_product_reviews_button_negative.active svg {
    fill: var(--sp-reviews-review-thumb-color-active-dislike);
}

.sp_product_reviews_box_item_footer_button_svg_positive {

}

.sp_product_reviews_box_item_footer_button_svg_negative {

}

.sp_product_reviews_box_item_footer_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.sp_product_reviews_children_box {
    position: relative;
    display: none;
}

.sp_product_reviews_children_box_svg_arrow {
    position: absolute;
    left: 15px;
    top: 4px;
    width: 24px;
    height: 24px;
}

.sp_product_reviews_children_container {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    margin-bottom: 24px;
    background: #fafafa;
    width: auto;
    position: relative;
    overflow: hidden;
    color: #232323;
    border-radius: 6px;
    border: none;
    box-shadow: none;
}

.sp_product_reviews_children_container_title_container {
    padding: 0;
    min-height: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    color: black;
    font-size: 14px;
}

.sp_product_reviews_children_container_descriptions_container {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    color: var(--sp-reviews-text-color);
    font-size: 14px;
}

.sp_product_reviews_children_container_author {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sp_product_reviews_children_container_author_date {
    font-size: 12px;
    color: var(--sp-reviews-text-date-color);
    text-align: right;
}

.sp_product_reviews_show_more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 16px;
}

.sp_product_reviews_pagination_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sp_product_reviews_pagination_block .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-bottom: 0;
}

.sp_product_reviews_pagination_block li > * {
    background: var(--sp-reviews-color-fafafa) !important;
    border: 2px solid var(--sp-reviews-color-fafafa) !important;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    height: 35px;
    min-width: 35px;
    border-radius: 6px !important;
    color: var(--sp-reviews-text-color) !important;
    font-size: 14px;
    font-weight: 500;
    transition: .3s all;
    justify-content: center;
}

.sp_product_reviews_pagination_block li > *:hover {
    background: var(--sp-reviews-main-color) !important;
    color: white !important;
}

.sp_product_reviews_pagination_block li.active > * {
    background: var(--sp-reviews-main-color) !important;
    border: 2px solid var(--sp-reviews-main-color) !important;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    height: 35px;
    min-width: 35px;
    border-radius: 6px !important;
    color: white !important;
    font-size: 14px;
    font-weight: 500;
    transition: .3s all;
    justify-content: center;
}

.sp_color_white {
    color: white;
}

.sp_color_main {
    color: var(--sp-reviews-main-color) !important;
}

.sp_product_reviews_main_block {
    padding: 16px;
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
    background: #fff;
    width: 100%;
    position: relative;
    color: #232323;
    border-radius: 6px;
    border: 1px solid var(--sp-reviews-border-color);
    box-shadow: none;
    justify-content: space-between;
    user-select: none;
}

.dark-theme .sp_product_reviews_main_block {
    background: #1b1b1b;
    color: #ffffff;
    border: var(--ds-main-border);
}

.sp_product_reviews_main_block__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.sp_product_reviews_main_block__right {
}

.sp_product_reviews_main_block__left_title_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sp_product_reviews_main_block__left_title_block__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--sp-reviews-text-color);
}

.dark-theme .sp_product_reviews_main_block__left_title_block__title {
    color: white;
}

.sp_product_reviews_main_block__left_product_title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    color: var(--sp-reviews-text-color);
}

.dark-theme .sp_product_reviews_main_block__left_product_title {
    color: white;
}

.sp_product_reviews_main_block__left_no_reviews {
    font-size: 14px;
    font-weight: 400;
    color: #a4a4a4;
}

.sp_product_reviews_main_block__left_top {
}

.sp_product_reviews_main_block__left_bottom {
    width: 100%;
}

.sp_product_review_rating_stats__body {
    display: flex;
}

.sp_product_review_rating_stats__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 40%;
    margin-right: 10px;
}

.sp_product_review_rating_stats__heading {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--sp-reviews-text-color);
}

.dark-theme .sp_product_review_rating_stats__heading {
    color: white;
}

.sp_product_review_rating_stats__overall-rating {
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    position: relative;
    font-size: 47px;
    height: 120px;
    margin-bottom: 5px;
    width: 120px;
    color: var(--sp-reviews-text-color);
}

.dark-theme .sp_product_review_rating_stats__overall-rating {
    color: white;
}

.sp_product_review_rating_stats__ring {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sp_product_review_rating_stats__circle {
}

.sp_product_review_rating_stats__circle--static {
    stroke: var(--sp-reviews-stats-circle-bg-color);
}

.sp_product_review_rating_stats__circle--progress {
    stroke: var(--sp-reviews-stats-circle-active-color);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset .35s;
}

.sp_product_review_rating_stats__right {
    flex-grow: 1;
}

.sp_product_review_rating_stats__chart {
    margin-bottom: 0;
}

.sp_product_review_rating_stats__row {
    align-items: center;
    display: flex;
    border-radius: 6px;
    padding: 3px;
    background: transparent;
    transition: .3s;
    cursor: pointer;
}

.sp_product_review_rating_stats__row.link-off {
    cursor: default;
}

.sp_product_review_rating_stats__row:hover {
    background: var(--sp-reviews-main-opacity-color);
    transition: .3s;
}

.dark-theme .sp_product_review_rating_stats__row:hover {
    background: transparent;
    transition: .3s;
}

.sp_product_review_rating_stats__row:not(:last-child) {
    margin-bottom: 12px;
}

.sp_product_review_rating_stats__label {
    font-size: 14px;
    line-height: 21px;
    margin-right: 12px;
    color: var(--sp-reviews-text-color);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dark-theme .sp_product_review_rating_stats__label {
    color: white;
}

.sp_product_review_rating_stats__label_svg {
    fill: var(--sp-reviews-stats-star-color);
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
    margin-right: 5px;
}

.sp_product_review_rating_stats__bar {
    background-color: var(--sp-reviews-stats-line-bg-color);
    flex-grow: 1;
    position: relative;
    border-radius: 15px;
    height: 9px;
    width: 210px;
}

.sp_product_review_rating_stats__bar-progress {
    background-color: var(--sp-reviews-stats-line-active-color);
    border-radius: 10px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width .2s;
    width: 0;
}

.sp_product_review_rating_stats__count {
    font-size: 14px;
    line-height: 21px;
    margin-left: 12px;
    min-width: 20px;
    background: #f4f4f4;
    color: var(--sp-reviews-text-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.sp_product_review_rating_stats__caption {
    color: var(--sp-reviews-text-color);
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

.dark-theme .sp_product_review_rating_stats__caption {
    color: white;
}

.sp_question_modal_body__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.sp_question_modal_body__rating_title {
    font-size: 14px;
    color: var(--sp-reviews-text-color);
    margin-bottom: 16px;
}

.sp_question_modal_body__rating_stars {

}

.sp_question_modal_body__rating_stars:hover .sp_star_block_svg {

}

.sp_question_modal_body__rating_stars div:hover ~ div svg {

}

.sp_star_block {

}

.sp_star_block.sp_star_active .sp_star_block_svg {

}

.sp_star_block_svg {
 
}

.sp_super_star_text {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
}

.sp_tab_counter {
    font-size: 12px;
    margin-left: 5px;
    background: var(--sp-reviews-main-color);
    color: white;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 5px;
}

.sp_tab_counter_remarket {
    font-size: 12px;
    margin-left: 5px;
    background: var(--sp-reviews-main-color);
    color: white;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 7px;
    height: 18px;
    width: auto;
    margin-right: 20px;
}

.sp_tab_counter_showcase {
    font-size: 12px;
    margin-left: 5px;
    background: var(--sp-reviews-main-color);
    color: white;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 7px;
    height: 18px;
    width: auto;
}

.nav-link-text.sp_remarket {
    padding: 0 5px 0 20px;
}

.sp-reviews-modal-user-all-video, .sp-questions-modal-user-all-video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.sp-reviews-modal-user-all-video .dz-preview, .sp-questions-modal-user-all-video .dz-preview {
    display: inline-flex !important;
    text-align: center;
    margin: 0 !important;
    flex-direction: column;
    align-items: center;
    flex: 0 0 calc(20% - 10px);
}

.sp-reviews-modal-user-all-video .dz-preview .dz-image, .sp-questions-modal-user-all-video .dz-preview .dz-image {
    display: none !important;
}

.sp-reviews-modal-user-all-video .dz-preview .dz-details, .sp-questions-modal-user-all-video .dz-preview .dz-details {
    display: none;
}

.sp-reviews-modal-user-all-video .dz-preview .dz-progress, .sp-questions-modal-user-all-photos .dz-preview .dz-progress {
    display: none;
}

.sp-reviews-modal-user-all-video .dz-preview .dz-success-mark, .sp-questions-modal-user-all-video .dz-preview .dz-success-mark {
    display: none !important;
}

.sp-reviews-modal-user-all-video .dz-preview .dz-error-mark, .sp-questions-modal-user-all-video .dz-preview .dz-error-mark {
    display: none !important;
}

.sp-reviews-modal-user-all-video .dz-preview img, .sp-questions-modal-user-all-video .dz-preview img {
    height: 60px;
    width: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.sp_all_info_info {
    display: flex;
    flex: 1;
    gap: 3.2rem;
    flex-direction: row;
    padding: 0;
    background-color: initial;
    overflow: hidden;
}

.sp_all_info_info .sp_modal_image_container {
    flex-basis: calc(55% - 3.2rem);
    padding: 0;
    height: 100%;
    position: relative;
    width: 50%;
}

.sp_all_info_info .slide {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 24px;
    display: none;
}

.sp_all_info_info .slide img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sp_all_info_info .slide .original_image {
    text-align: center;
    margin-top: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sp_all_info_info .slide .original_image a {
    color: black !important;
}

.sp_all_info_info .sp_modal_review_info {
    flex: 1;
    overflow-y: scroll;
    max-height: 500px;
}

.sp_all_info_info .sp_modal_review_info::-webkit-scrollbar {
    width: 0;
    background-color: #f9f9fd;
    transition: .3s all;
}

.sp_all_info_info .sp_modal_review_info::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}

.sp_all_info_info .sp_modal_review_info::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.sp_all_info_info .sp_product_review_info_prev {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    display: flex;
    width: 32px;
    height: 100px;
    border: 1px solid var(--sp-reviews-border-color);
    background: rgb(255 255 255 / 80%);
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.sp_all_info_info .sp_product_review_info_prev svg {
    width: 8px;
    height: 8px;
}

.sp_all_info_info .sp_product_review_info_prev span {
    background-color: black;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_all_info_info .sp_product_review_info_next {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: flex;
    width: 32px;
    height: 100px;
    border: 1px solid var(--sp-reviews-border-color);
    background: rgb(255 255 255 / 80%);
    border-radius: 6px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.sp_all_info_info .sp_product_review_info_next svg {
    width: 8px;
    height: 8px;
    transform: rotate(180deg);
}

.sp_all_info_info .sp_product_review_info_next span {
    background-color: black;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_review_info_video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.sp_review_info_video video {
    max-width: 100%;
    height: 100%;
}

.sp_review_info_youtube_player {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_review_info_youtube_player iframe {
    width: 100%;
    height: 500px;
    max-width: 100%;
}

.sp_all_reviews_thumbnails {
    display: none !important;
}

.sp_slideshow_container {
    display: flex;
    height: 500px;
    align-items: center;
}

.sp_number_text {
    color: var(--sp-reviews-text-color);
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    background: #e5e5e5;
    border-radius: 6px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sp_product_reviews_box_item_purchased_rating {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.sp_modal_review_info_prev_next {
    display: flex;
    justify-content: space-between;
}

.sp_modal_review_info_prev {
    font-size: 12px;
    padding: 8px 24px;
    gap: 8px;
    display: flex;
    align-items: center;
    border: 1px solid var(--sp-reviews-border-color);
    background: white;
    font-weight: 700;
    cursor: pointer;
    color: var(--sp-reviews-text-color);
    flex-direction: row;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.sp_modal_review_info_prev:hover {
    color: var(--sp-reviews-text-color);
}

.sp_modal_review_info_prev svg {
    transform: rotate(180deg);
    width: 12px;
    height: 12px;
}

.sp_modal_review_info_next {
    font-size: 12px;
    padding: 8px 24px;
    gap: 8px;
    display: flex;
    align-items: center;
    border: 1px solid var(--sp-reviews-border-color);
    background: white;
    font-weight: 700;
    cursor: pointer;
    color: var(--sp-reviews-text-color);
    flex-direction: row-reverse;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sp_modal_review_info_next:hover {
    color: var(--sp-reviews-text-color);
}

.sp_modal_review_info_next svg {
    width: 12px;
    height: 12px;
}

.sp_hide_btn {
    display: none;
}

.sp_show_btn {
    display: flex;
}

.sp_product_reviews_children_container_author_name {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    color: var(--sp-reviews-text-color);
}

.sp_product_reviews_children_container_author_name_svg {
    width: 12px;
    height: 12px;
}

.sp_product_reviews_children_container_author_name_image {
    width: 20px;
    height: 20px;
}

.sp_review_recommendation_block {
    display: flex;
    flex-direction: column;
}

.sp_review_recommendation_block_block {
    display: flex;
    gap: 64px;
}

.sp_recommendation_type_one {
    width: 48%;
    position: relative;
    margin-bottom: 24px;
}

.sp_recommendation_type_one_title {
    color: var(--sp-reviews-text-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.sp_recommendation_type_one_radios {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    gap: 15px;
    font-size: 14px;
}

.sp_recommendation_type_one_block_line_radio {
    border-radius: 50px;
    background: #fff;
    z-index: 3;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: var(--sp-reviews-text-color);
}

.sp_recommendation_type_one_block_line_radio_svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #e4e4e4;
}

.sp_line_radio_no_selected .sp_recommendation_type_one_block_line_radio_svg {
    fill: #e4e4e4;
}

.sp_recommendation_type_one_block_line_radio_on_svg {
    display: none;
    width: 16px;
    height: 16px;
    fill: var(--sp-reviews-main-color);
}

.sp_recommendation_type_one_block_line_radio.sp_recommendation_active .sp_recommendation_type_one_block_line_radio_svg {
    display: none;
}

.sp_recommendation_type_one_block_line_radio.sp_recommendation_active .sp_recommendation_type_one_block_line_radio_on_svg {
    display: block;
}

.sp_recommendation_type_two {
    width: 48%;
    position: relative;
    margin-bottom: 24px;
}

.sp_recommendation_type_two_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sp_recommendation_type_two_block_title {
    color: var(--sp-reviews-text-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.sp_recommendation_type_two_block_titles {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
}

.sp_recommendation_type_two_block_titles_text {
    color: var(--sp-reviews-text-color);
    font-size: 10px;
    width: 70px;
    text-align: center;
}

.sp_recommendation_type_two_block_titles .sp_recommendation_type_two_block_titles_text:first-child {
    text-align: left;
}

.sp_recommendation_type_two_block_titles .sp_recommendation_type_two_block_titles_text:last-child {
    text-align: right;
}

.sp_recommendation_type_two_block_line {
    display: block;
    position: absolute;
    top: 8px;
    content: "";
    height: 1px;
    background: #e4e4e4;
    width: 100%;
    z-index: 1;
}

.sp_recommendation_type_two_block_line_active {
    display: block;
    position: absolute;
    top: 8px;
    content: "";
    height: 1px;
    background: var(--sp-reviews-main-color);
    width: 100%;
    z-index: 1;
}

.sp_recommendation_type_two_block_line_radio {
    border-radius: 50px;
    background: #fff;
    z-index: 3;
    cursor: pointer;
}

.sp_recommendation_type_two_block_line_radio:hover .sp_recommendation_type_two_block_line_radio_svg {
    display: none;
}

.sp_recommendation_type_two_block_line_radio:hover .sp_recommendation_type_two_block_line_radio_on_svg {
    display: block;
    fill: var(--sp-reviews-main-color);
}

.sp_recommendation_type_two_block_line_radio_svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #e4e4e4;
}

.sp_line_radio_no_selected .sp_recommendation_type_two_block_line_radio_svg {
    fill: #e4e4e4;
}

.sp_recommendation_type_two_block_line_radio_on_svg {
    display: none;
    width: 16px;
    height: 16px;
}


.sp_recommendation_type_two_block_line_radio.sp_recommendation_active .sp_recommendation_type_two_block_line_radio_svg {
    display: none;
}

.sp_recommendation_type_two_block_line_radio.sp_recommendation_active .sp_recommendation_type_two_block_line_radio_on_svg {
    display: block;
    fill: var(--sp-reviews-main-color);
}


.sp_recommendation_block_two {
    width: 250px;
    position: relative;
    margin-bottom: 10px;
}

.sp_recommendation_block_two_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sp_recommendation_block_two_block_title {
    color: var(--sp-reviews-text-color);
    font-size: 14px;
    margin-bottom: 5px;
}

.sp_recommendation_block_two_block_titles {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
}

.sp_recommendation_block_two_block_titles_text {
    color: var(--sp-reviews-text-color);
    font-size: 10px;
    width: 70px;
    text-align: center;
}

.sp_recommendation_block_two_block_titles .sp_recommendation_block_two_block_titles_text:first-child {
    text-align: left;
}

.sp_recommendation_block_two_block_titles .sp_recommendation_block_two_block_titles_text:last-child {
    text-align: right;
}

.sp_recommendation_block_two_block_line {
    display: block;
    position: absolute;
    top: 5px;
    content: "";
    height: 2px;
    background: #e4e4e4;
    width: 100%;
    z-index: 1;
}

.sp_recommendation_block_two_block_line_radio {
    border-radius: 50px;
    background: #fff;
    z-index: 3;
}

.sp_recommendation_block_two_block_line_radio_svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: var(--sp-reviews-main-color);
}

.sp_recommendation_block_two_block_line_radio_on_svg {
    display: none;
    width: 12px;
    height: 12px;
}


.sp_recommendation_block_two_block_line_radio.sp_recommendation_active .sp_recommendation_block_two_block_line_radio_svg {
    display: none;
}

.sp_recommendation_block_two_block_line_radio.sp_recommendation_active .sp_recommendation_block_two_block_line_radio_on_svg {
    display: block;
    fill: var(--sp-reviews-main-color);
}

.sp_product_reviews_box_item_recommendation_one {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--sp-reviews-recommendation-text-color);
}

.sp_product_reviews_box_item_recommendation_one svg {
    width: 15px;
    height: 15px;
    fill: var(--sp-reviews-recommendation-icon-color);
}

.sp_product_reviews_recommendation_result {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.sp_product_reviews_recommendation_result_size {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--sp-reviews-border-color);
}

.sp_product_reviews_recommendation_result_size_title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
}

.sp_product_reviews_recommendation_result_other_title {
    text-align: center;
    padding-bottom: 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--sp-reviews-border-color);
}

.sp_product_reviews_recommendation_result_other {
}

.sp_product_reviews_recommendation_result_other_item {
    margin-bottom: 10px;
}

.sp_product_reviews_recommendation_result_other_item_title {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.sp_product_reviews_recommendation_result_other_item_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sp_product_reviews_recommendation_result_other_item_line_line {
    width: 90%;
    height: 5px;
    background: var(--sp-reviews-stats-line-bg-color);
    border-radius: 6px;
    position: relative;
}

.sp_product_reviews_recommendation_result_other_item_line_line_pre {
    height: 5px;
    background: var(--sp-reviews-stats-line-active-color);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.sp_product_reviews_recommendation_result_other_item_line_text {
    font-size: 14px;
    margin-left: 12px;
    min-width: 35px;
    width: 35px;
    text-align: right;
}

.sp_product_reviews_recommendation_result_size_blocks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.sp_product_reviews_recommendation_result_size_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.sp_product_reviews_recommendation_result_size_item_circle {
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    position: relative;
    font-size: 14px;
    height: 45px;
    margin-bottom: 5px;
    width: 70px;
    color: var(--sp-reviews-text-color);
}

.sp_product_reviews_recommendation_result_size_item_circle__ring {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sp_product_reviews_recommendation_result_size_item_circle__circle {
}

.sp_product_reviews_recommendation_result_size_item_circle__static {
    stroke: var(--sp-reviews-stats-circle-bg-color);
}

.sp_product_reviews_recommendation_result_size_item_circle__circle {
}

.sp_product_reviews_recommendation_result_size_item_circle__progress {
    stroke: var(--sp-reviews-stats-circle-active-color);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset .35s;
}

.sp_product_reviews_recommendation_result_size_item_title {
    font-size: 12px;
    font-weight: 400;
    color: var(--sp-reviews-text-color);
}

.sp_product_reviews_recommendation_result_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp_product_reviews_main_block__right_stats {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.sp_product_reviews_main_stats_btn {
    background: #F4f4f4;
    border: none;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    width: fit-content;
    min-width: 288px;
    border-radius: 6px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    transition: .3s all;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.sp_product_reviews_main_stats_btn__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.sp_product_reviews_main_stats_btn_svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #808080;
}

.sp_product_reviews_main_stats_btn__arrow_svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: #808080;
    transition: .3s all;
}


.sp_product_reviews_main_stats_btn:hover .sp_product_reviews_main_stats_btn__arrow_svg {
    transform: rotate(-180deg);
    transition: .3s all;
}

.sp_product_reviews_main_stats_btn__stats_content {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: white;
    border-radius: 6px;
    width: 100%;
    padding: 16px;
    z-index: 9;
    box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
}

.sp_product_reviews_main_stats_btn:hover .sp_product_reviews_main_stats_btn__stats_content {
    display: block;
}

.sp_product_reviews_main_block__stats_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    opacity: 0;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #00000038;
    max-height: 100vh;
    padding: 0;
    user-select: none;
    transition: .1s all;
    z-index: 999999999;
}

.sp_product_reviews_main_block__stats_modal.show {
    display: flex !important;
    opacity: 1;
    transition: .1s all;
}

.sp_product_reviews_main_block__stats_modal_close {
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 16px;
    color: black;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    opacity: 1;
    outline: none !important;
    border: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sp_product_reviews_main_block__stats_modal_content {
    padding: 16px;
    width: 100%;
    background: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    max-height: 100%;
    box-sizing: border-box;
    position: relative;
    top: 800px;
    transition: .3s all;
}

.sp_product_reviews_main_block__stats_modal.show .sp_product_reviews_main_block__stats_modal_content {
    top: 0;
}

@media (max-width: 1024px) {
    .sp_product_review_rating_stats__overall-rating {
        font-size: 37px;
        height: 90px;
        width: 90px;

    }

    .sp_product_review_rating_stats__row:not(:last-child) {
        margin-bottom: 5px;
    }

    .sp_product_review_rating_stats__bar {
        height: 6px;
        width: 150px;
    }

    .sp_review_modal_overlay, .sp_question_modal_overlay, .sp_answer_modal_overlay, .sp_info_modal_overlay {
        padding: 0;
        z-index: 999999999;
    }

    .sp_product_reviews_main_block {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .sp_product_review_rating_stats__overall-rating {
        font-size: 27px;
        height: 70px;
        width: 70px;
    }

    .sp_product_review_rating_stats__bar {
        height: 6px;
        width: 100px;
    }

    .sp_product_review_rating_stats__row:not(:last-child) {
        margin-bottom: 0;
    }

    .sp_product_questions_main_block {
        flex-direction: column;
        gap: 10px;
    }

    .sp_product_reviews_main_button {
        width: 100%;
    }

    .sp_reviews_modal {
        height: 100%;
    }

    .sp_reviews_dropzone_block_text .sp_reviews_dropzone_block_text_text {
        margin: 0;
    }

    .sp_reviews_dropzone_block {
        padding: 12px;
    }

    .sp_all_info_info {
        flex-direction: column;
        gap: 10px;
    }

    .sp_question_modal_body__input_group {
        flex-direction: column;
        gap: 0;
    }

    .sp_all_info_info .sp_modal_image_container {
        width: 100%;
    }

    .sp_slideshow_container {
        height: 100%;
    }

    .sp_product_reviews_mini_button {
        font-size: 12px;
    }

    .sp_all_info_info .sp_modal_review_info {
        overflow-y: visible;
        max-height: 10000px;
    }

    .sp_product_reviews_mini_button.sp_mini_btn_border_left {
        margin-left: 5px;
    }

    .sp_product_reviews_mini_button.sp_mini_btn_border_right {
        margin-right: 5px;
    }

    .sp_product_reviews_box_item_footer_buttons {

    }

    .sp_hide_btn {
        display: flex;
        margin-top: 12px;
    }

    .sp_show_btn {
        display: none;
    }

    .sp_product_reviews_main_block__left_product_title {
        margin-bottom: 0;
    }

    .sp_question_modal_body {
 
    }
    
    
    

    .sp_question_modal_header {
        padding: 0 16px;
    }

    .sp_product_reviews_main_button_in_modal {
        width: 100%;
    }

    .sp_product_review_rating_stats__heading {
        font-size: 10px;
    }

    .sp_product_reviews_recommendation_result {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .sp_product_reviews_recommendation_result_size {
        width: 100%;
    }

    .sp_product_reviews_recommendation_result_item {
        width: 100%;
    }

    .sp_recommendation_block_two {
        width: 70%;
    }

    .sp_review_recommendation_block_block {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .sp_recommendation_type_two {
        width: 70%;
    }

    .sp_recommendation_type_one {
        width: 70%;
    }

    .sp_product_reviews_media_video_item .sp_product_review_info_click > .sp_product_review_info_click_svg {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 0;
    }

    .sp_product_reviews_sorting_select {
        width: 100%;
        margin-bottom: 12px;
    }

    .sp_product_reviews_sorting_select_select {
        width: 100%;
        max-width: 100%;
    }

    .sp_product_reviews_all_reviews_btn {
        margin: 0;
        width: 100%;
    }

    .sp_product_reviews_all_reviews {
        width: 100%;
    }

    .sp_product_reviews_main_stats_btn:hover .sp_product_reviews_main_stats_btn__stats_content {
        display: none;
    }

    .sp_product_reviews_main_stats_btn:hover .sp_product_reviews_main_stats_btn__arrow_svg {
        transform: rotate(0deg);
        transition: .3s all;
    }

    .sp_product_reviews_main_stats_btn {
        min-width: 100%;
    }
}

#sp_all_info_modal.show{
    display: block !important;
    top: 0;
}
#sp_all_info_modal .sp_question_modal_body {
    padding: 24px;
    display: block;
    overflow-y: auto;
    max-height: 100%;
    box-sizing: border-box;
}

#sp_all_info_modal .sp_product_reviews_box_item_footer_buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

#sp_all_info_modal .sp_product_reviews_button_negative.active svg {
    fill: var(--sp-reviews-review-thumb-color-active-dislike);
}

#sp_all_info_modal .sp_product_reviews_box_item_footer_button_svg_positive {
    width: 15px;
    height: 15px;
    fill: var(--sp-reviews-review-thumb-color-no-active-like);
}

#sp_all_info_modal .sp_product_reviews_box_item_footer_button_svg_negative {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
    fill: var(--sp-reviews-review-thumb-color-no-active-dislike);
}
