/**
 * Shop product reviews
 *
 * @author    businesstech.fr <modules@businesstech.fr> - https://www.businesstech.fr/
 * @copyright Business Tech - https://www.businesstech.fr/
 * @license   see file: LICENSE.txt
 *
 *           ____    _______
 *          |  _ \  |__   __|
 *          | |_) |    | |
 *          |  _ <     | |
 *          | |_) |    | |
 *          |____/     |_|
 */
#spr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    width: 100%;
}

#spr.link-item {
    justify-content: center;
}

/*#spr .disabled {
    border: none;
}*/

#spr #form {
    width: 100%;
    padding-top: 53px;
}

/*#spr .spr_product_page_top_block {
    display: flex;
    flex-flow: row wrap;
}*/

/*#spr .spr_product_page_top_block > * {
    flex: 1 1 160px;
    align-items: stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}*/

#spr #spr_reviews_list_footer {
    width: 100%;
}

#spr .spr_product_page_top_block {
    margin-top: 60px;
}

#spr .spr_product_page_top_block h2 {
    text-align: center;
    line-height: 26.5px;
    font-size: 32px;
}

#spr .spr_product_page_top_block .star_custom_size {
    width: 100%;
    margin-top: 14px;
    text-align: center;
}

#spr .spr_product_page_top_block .star_custom_size > span {
    display: inline-block;
    margin-right: 15px;
    line-height: 49.5px;
    font-size: 30px;
}

#spr .spr_product_page_top_block .total-rating-display {
    margin-top: 24px;
    text-align: center;
    line-height: 32.1px;
    font-size: 14px;
}

#spr .spr_product_page_distribution_block {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
}

#spr .spr_product_page_distribution_block > * {
    flex: 1 1 160px;
    align-items: stretch;
    padding-bottom: 5px;
    margin-right: 20px;
    text-align: center;
}

#spr .spr_product_page_explain {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

#spr .spr_product_page_explain > * {
    flex: 1 1 160px;
    align-items: stretch;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: center;
}

#spr a.spr_btn_rating {
    padding: 5px;
    text-align: center;
    width: 50%;
    margin-bottom: 5px;
}

#spr a.cms_link {
    font-style: italic;
    color: rgb(164, 157, 157);
}

#spr .spr-btn-text {
    white-space: normal;
    text-align: center;
}

#spr .spr_product_page_filter {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    justify-content: flex-end;
    margin-top: 15px;
    border-bottom: 1px solid #A39D96;
}

#spr .spr_product_page_filter > * {
    padding-bottom: 10px;
}

#spr .spr_product_page_reviews {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    margin-top: 15px;
}

#spr .spr_product_page_reviews > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    margin-right: 20px;
    text-align: left;
}

#spr .spr_product_see_more {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    margin-top: 15px;
}

#spr .spr_product_see_more > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: center;
}

#spr .spr_category_reviews {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#spr .spr_category_reviews > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: left;
}

#spr .spr_home_reviews {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}

#spr .spr_home_reviews > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: left;
}

#spr .spr_see_all_products {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

#spr .spr_see_all_products > a {
    flex-shrink: 1;
    flex-basis: 35;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    width: 30%;
}

#spr .spr_home_last_reviews_block {
    background-color: white;
    padding: 0.25rem 1.25rem 0.5rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#spr .spr_all_review_title {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid lightgrey;
}

#spr .spr_all_review_title > a {
    flex-shrink: 1;
    flex-basis: 35;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: center;
}

#spr .left-container {
    float: left;
    height: 50%;
    width: 15%;
    margin-right: 10px;
}

#spr .left-container > img {
    border-radius: 15px;
}

#spr .review_text_last_block {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    float: right;
    width: 860px;
}

#spr .review_text_last_block_category {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    float: right;
    width: 80%;
}

#spr .spr_battle_block_top {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#spr .spr_battle_block_top > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;
    margin-right: 20px;
    text-align: left;
}

#spr .spr_battle_block_content {
    display: flex;
    flex: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#spr .spr_battle_block_content > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;
    margin-right: 20px;
    text-align: center;
    width: 50%;
}

#spr .review_customer_battle {
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    color: #7a7a7a;
    margin-right: 5%;
}

#spr .spr_product_review_form {
    /*display: flex;
    flex: 100%;*/
    margin-top: 15px;
    margin-bottom: 10px;
}

#spr .spr_product_review_form > * {
    /*flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;*/
    margin-right: 20px;
    font-size: 14px;
}

#spr .spr_product_review_form h3 {
    margin: 32px 0;
    line-height: 22.4px;
    font-size: 16px;
    font-weight: 400;
}

#spr .spr_product_review_form_multi_criteria {
    display: flex;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#spr .spr_product_review_form_multi_criteria > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;
    margin-right: 20px;
    text-align: center;
}

#spr .spr_review_title_form {
    vertical-align: bottom;
}

#spr .spr_account_product_reviews {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#spr .spr_account_product_reviews > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35;
    margin-right: 20px;
    text-align: left;
}

#spr .spr_account_product_reviews h1 {
    line-height: 26.5px;
    font-size: 32px;
}

#spr .spr_account_product_reviews .nav-tabs {
    border: 1px solid #000;
}

#spr .spr_account_product_reviews .nav-item {
    padding: 0;
}

#spr .spr_account_product_reviews .nav-link {
    border: none;
    line-height: 44px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#spr .spr_account_product_reviews .nav-link.active {
    background-color: #000;
    color: #FFF;
}
#spr .spr_account_product_reviews .nav-item + .nav-item {
    margin-left: 0;
}

#spr .spr_account_product_reviews .order, #spr .spr_account_product_reviews .product {
    display: inline-block;
    line-height: 22.4px;
    font-size: 16px;
}

#spr .spr_account_product_reviews #review .table_cell:first-child {
    margin-bottom: 30px;
}

#spr .spr_all_criteria_block {
    width: 100%;
    border: 1px solid lightgrey;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 10px;
}

#spr .spr_all_criteria {
    display: flex;
    flex-wrap: wrap;
}

#spr div.spr_all_criteria_child {
    margin: 10px;
    padding: 10px;
    flex: 40%;
    font-size: 15px;
    text-align: center;
}

#spr .spr_all_criteria_battle {
    display: block;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

#spr .spr_all_criteria_battle_child_label {
    font-size: 15px;
    margin-right: 2%;
}

#spr div.spr_all_criteria_battle_child {
    padding: 10px;
    flex: 100%;
}

#spr .hide {
    display: none;
}

#spr .show {
    display: block;
}

#spr .average_text {
    font-size: 15px !important;
}

#spr .pull-center {
    text-align: center !important;
}

#spr .pull-left {
    text-align: left !important;
}

#spr .pull-right {
    text-align: right !important;
}
.col-xs-12.col-sm-6.pull-right.open {
    position: relative;
}
#spr .bold {
    font-weight: bold;
}

#spr .review_container {
    border-bottom: 1px solid #A39D96;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#spr .review_title {
    display: block;
    margin: 5px 0;
    line-height: 26.4px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    -ms-word-break: break-word;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#spr .review_display_light {
    font-size: 15px;
    color: #000000;
    -ms-word-break: break-word;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#spr .review_global_label {
    font-size: 15px;
    color: #7a7a7a;
}

#spr .review_customer {
    vertical-align: middle;
    line-height: 21.3px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

#spr .review_product {
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: underline;
    color: #7a7a7a;
}

#spr i.spr_vote_up,
#spr i.spr_vote_down {
    color: lightgray;
    cursor: pointer;
}

#spr i.spr_vote_up:hover {
    color: green;
}

#spr i.spr_vote_up_shop,
#spr i.spr_vote_down_shop {
    color: lightgray;
    cursor: pointer;
}

#spr i.spr_vote_up_shop:hover {
    color: green;
}

#spr .spr_voted_up {
    color: green !important;
}

#spr .spr_voted_down {
    color: red !important;
}

#spr i.spr_vote_down:hover {
    color: red;
}

#spr .spr_report_abuse {
    color: lightgray;
    cursor: pointer;
}

#spr .spr_report_abuse:hover {
    color: orange;
    cursor: pointer;
}

#spr .spr_report_abuse_shop {
    color: lightgray;
    cursor: pointer;
}

#spr .spr_report_abuse_shop:hover {
    color: orange;
    cursor: pointer;
}

#spr .review-vote {
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}

#spr .review_text {
    line-height: 23.1px;
    font-size: 14px;
    word-break: break-word;
    width: 100%;
}

#spr .review_text_battle {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100%;
}

#spr .review_text_answer {
    font-style: italic;
    font-size: 9pt;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100%;
}

#spr .review_text_answer_head {
    color: #7a7a7a;
    font-size: 15px;
    padding-left: 10px;
    font-weight: bold;
    width: 800px;
}

#spr .spr-icon_verified {
    color: #000000;
}

#spr .spr-icon_verified_text {
    line-height: 23.1px;
    font-size: 14px;
    font-style: italic;
    color: #000000;
}

#spr .spr-icon_unverified_text {
    font-size: 12px;
    font-style: italic;
    color: red;
}

#spr .spr-icon_success {
    color: green;
}

#spr .spr-icon_danger {
    color: red;
}

#spr .spr-icon_warning {
    color: orange;
}

#spr .pagination .page-list {
    box-shadow: none;
}

#spr .review_title_battle {
    font-size: 15px;
    font-weight: 700;
    color: #7a7a7a;
    text-align: center;
}

#spr .spr_explain_moderation {
    margin-top: 20px;
}

#spr .table_cell {
    vertical-align: middle;
}

#spr .last_review_block_cat {
    background-color: transparent;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#spr .review_text_home {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    word-break: break-word;
    width: 800px;
}

#spr .review_container_home {
    min-height: 150px;
    padding: 10px;
}

#spr .average_cat_block {
    background-color: transparent;
}

#spr .average_cat_block_bottom {
    background-color: white;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
}

#spr .bt_see_all {
    color: white;
    width: 33%;
}

#spr .bt_filter_row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#spr .tooltip_spr {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#spr .tooltip_spr .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

#spr .tooltip_spr:hover .tooltiptext {
    visibility: visible;
    margin-left: 25px;
}

#spr .tooltip_spr .tooltiptext_vote {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

#spr .tooltip_spr:hover .tooltiptext_vote {
    visibility: visible;
    margin-top: 35px;
}

#spr .spr_expand {
    cursor: pointer !important;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#spr .spr_expand {
    cursor: pointer !important;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#spr .spr_go_to {
    cursor: pointer !important;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#spr .product-review-line-label {
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 10px;
}

#spr .product-review-line-label-battle {
    font-weight: bold;
    font-size: 13px;
    vertical-align: middle;
    color: #7a7a7a;
    text-align: center;
    margin-bottom: 10px;
}

#spr .star_custom_size-review-line-label {
    font-size: 21px !important;
}

#spr .criteria-details {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

#spr .criteria-details-battle {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}

#spr .criteria-details-average {
    padding: 15px;
}

#spr .star_custom_size-left {
    font-size: 40px !important;
}

#spr .clr_hr_shadow {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    border: none;
    width: 100%;
    height: 50px;
    box-shadow: 0 16px 12px -20px #333;
    margin: 0 auto 20px !important;
}

#spr .cms_link {
    color: gray;
    font-size: 12px;
}

#spr .cms_link:hover {
    text-decoration: underline;
    font-weight: bold;
}

#spr .battle-block {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#spr .ui-draggable .ui-dialog-titlebar {
    display: none !important;
}

#spr .ui-dialog .ui-dialog-buttonpane {
    border: none;
    padding: none !important;
}

#spr .alert .ui-dialog-titlebar-close {
    display: none;
}

/* mod ecomm */
.bt_sort-reviews {
    display: inline-block;
    width: 310px;
    max-width: 100%;
    margin-bottom: 0 !important;
    border: 1px solid #A39D96;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.bt_sort-reviews + ul {
    width: 310px;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    top: 38px;
    left: auto;
    right: 0px;
    border-color: #A39D96;
}
.bt_sort-reviews + ul li {
    display: block;
    padding: 0 25px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.bt_sort-reviews + ul li:hover,
.bt_sort-reviews + ul li.active {
    background-color: #000000;
    color: #FFFFFF;
}

#spr .spr_product_page_filter .btn-info {
    display: inline-block;
    width: 310px;
    max-width: 100%;
    padding: 0;
    border: 1px solid #A39D96;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #000;
}

#bt_see_more_product {
    width: 195px;
    max-width: 100%;
    border: 1px solid #000000;
    background-color: #000000;
    line-height: 26px;
    font-size: 14px;
    color: #FFFFFF;
}

#bt_see_more_product:hover {
    background-color: #FFFFFF;
    color: #000000;
}

#spr_dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#spr_dialog .content {
    position: absolute;
    background: #fff;
    width: 100%;
    height: auto;
    max-width: 740px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

#spr_dialog .content .close {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

#spr_dialog .content .close:before {
    content: "\00d7";
    font-size: 30px;
    color: #000;
}

#spr_dialog .content .title {
    max-width: 460px;
    margin: 46px auto 0;
    text-align: center;
    line-height: 41.5px;
    font-family: AvantGarde Bk BT;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

#spr_dialog .content .description {
    max-width: 400px;
    margin: 0 auto 1rem;
    text-align: center;
    line-height: 34px;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.01em;
}

#spr_dialog .content .description:nth-child(4) {
    margin-top: 40px;
}

#spr_dialog .content .description a {
    text-decoration: underline;
}

#spr_dialog .content .condition {
    margin-top: 30px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 0px) and (max-width: 1366px) {
    #spr .spr_all_criteria_battle {
        text-align: center;
    }

    #spr div.spr_all_criteria_battle_child {
        padding: 10px;
        flex: 100%;
        text-align: center;
    }

    #spr .spr_all_criteria_battle_child_label {
        font-size: 15px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #spr .spr_product_page_reviews_criteria > * {
        flex-wrap: wrap;
        flex-shrink: 1;
        margin-right: 20px;
        text-align: center;
        width: 100%;
    }

    #spr div.spr_all_criteria_child {
        margin: 10px;
        padding: 10px;
        flex: 100%;
        text-align: center;
    }

    #spr a.spr_btn_rating {
        padding: 5px;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }

    #spr .spr_see_all_products > a {
        flex-shrink: 1;
        flex-basis: 35;
        padding-bottom: 10px;
        margin-right: 20px;
        text-align: center;
        width: 100%;
    }

    #spr .left-container {
        float: center;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    #spr .left-container > img {
        float: center;
        height: auto;
        width: 30%;
    }

    #spr .review_text_last_block {
        font-style: normal;
        font-size: 10pt;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        padding-left: 10px;
        min-height: 40px;
        word-break: break-word;
        width: 100%;
        float: right;
        margin-top: 10px;
    }

    #spr .review_text_answer {
        font-style: italic;
        font-size: 9pt;
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        padding-left: 10px;
        min-height: 40px;
        word-break: break-word;
        width: 100% !important;
    }

    #spr .review_text_answer_head {
        color: #7a7a7a;
        font-size: 15px;
        padding-left: 10px;
        font-weight: bold;
        width: 100%;
    }
}

@media(max-width: 767px) {
    #spr #form {
        padding-top: 15px;
    }

    #spr .spr_product_review_form {
        margin: 0;
    }

    #spr .spr_product_review_form h3 {
        margin: 15px 0;
    }

    #spr .spr_account_product_reviews #review .table_cell:first-child,
    #spr .spr_account_product_reviews #my-reviews .table_cell:first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 579px) {
    #spr .spr_product_page_filter > div {
        text-align: center !important;
    }
}