/*general*/
#main {
    margin-bottom: 80px;
}

.section-bg {
    border-radius: 8px;
    padding: 42px 24px 27px;
}

.content_wrapper li,
.content_wrapper code {
    font-family: "Heebo", "sans-serif";
    font-size: 18px;
    line-height: 26px;
}

.product_review_page .small_container {
    max-width: 825px;
}

@media (min-width: 992px) {
    p {
        font-size: 20px;
        line-height: 36px;
    }
}

.element-title {
    font-weight: 400;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/*end of general*/

/*product details section*/
.product_details {
    margin: 24px 24px 6px;
    background: #96cad7;
    box-shadow: 0.618px 1.902px 13.8px 1.2px rgba(11, 15, 18, 0.17);
    border-radius: 8px;
}

.product_details .section-bg {
    padding: 10px 0 27px;
}

.finder_lab_title {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #100a5f;
    border-radius: 8px 8px 0 0;
}

.finder_lab_title .title_wrapper {
    display: flex;
    align-items: center;
}

.finder_lab_title .title_wrapper .title {
    font-size: 22px;
    line-height: 1.05;
    font-weight: 500;
    text-align: right;
    color: #fff;
    margin-left: 9px;
}

.finder_lab_title .title_wrapper .title:before {
    content: "";
    display: inline-flex;
    width: 30px;
    height: 20px;
    background: url(../img/tick.svg) no-repeat center;
    background-size: 100%;
    margin-left: 11px;
}

.finder_lab_title .title_wrapper .lab_logo {
    position: relative;
    top: -3px;
    margin-left: 28px;
}

.finder_lab_title .title_wrapper .what_is_lab {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.finder_lab_title .title_wrapper .what_is_lab:before {
    content: "";
    display: inline-flex;
    width: 15px;
    height: 15px;
    background: url("../img/question.svg") no-repeat center;
    margin-left: 6px;
}

.finder_lab_title .title_wrapper .what_is_lab:hover {
    color: #2d78e5;
}

@media (max-width: 767px) {
    .product_details {
        margin: 16px 14px;
    }

    .finder_lab_title {
        height: auto;
        padding: 20px;
    }

    .finder_lab_title .title_wrapper {
        flex-direction: column;
        height: auto;
    }

    .finder_lab_title .title_wrapper .title {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .finder_lab_title .title_wrapper .lab_logo {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.product_details .section-bg .title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(19, 19, 19, 0.14);
    padding-bottom: 3px;
    margin-bottom: 6px;
}

.product_details .section-bg .title_wrapper .page-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

.product_details .section-bg .product_title {
    font-weight: 500;
    /* font-family: "Azo-Sans", "Almoni", "sans-serif"; */
    font-family: "Heebo", sans-serif;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 6px;
    margin-top: 15px;
    justify-content: space-between;
}

.product_details .section-bg .title_wrapper .post-date p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #000;
}

.product_details .section-bg .lab_rate {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 109.7px;
    height: 158.4px;
    background: url(../img/rate_wrapper_title.svg) no-repeat left center;
    background-size: 100%;
    position: absolute;
    left: -36px;
    top: -49px;
}

.product_details .section-bg .lab_rate .grade {
    font-size: 24px;
    font-weight: 500;
    padding-top: 46px;
    color: #000;
}

@media (min-width: 992px) {
    .product_details .section-bg .lab_rate {
        width: 160px;
        height: 144.4px;
        position: absolute;
        left: -15px;
        top: 60px;
    }

    .product_details .section-bg .lab_rate .grade {
        font-size: 40px;
        padding-top: 19px;
    }
}

@media (max-width: 767px) {
    .product_details .section-bg .lab_rate {
        left: 0;
        top: 100px;
    }

    .product_details .product_title {
        margin-top: 18px;
        margin-bottom: 10px;
        font-size: 23px;
        line-height: 30px;
        text-align: center;
    }

    .product_details .product_image {
        max-width: 214px;
        margin: 0 auto;
        padding-top: 25px;
        padding-bottom: 33px;
    }
}

.fonts_rate {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .fonts_rate {
        margin-bottom: 0;
        justify-content: center;
    }

    .number_rank {
        margin-left: 7px;
    }
}

.fonts_rate .star_rank {
    display: flex;
    align-items: center;
    margin-left: 7px;
    margin-top: -3px;
}

.fonts_rate .star_rank i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    background-color: #0a0b5d;
    margin-right: 2px;
}

.fonts_rate .number_rank p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.44px;
}

.fonts_rate .rating_source p {
    font-size: 12px;
    font-weight: bold;
    color: #0c6dff;
}

.fonts_rate .rating_source .link {
    color: rgba(19, 19, 19, 0.5);
    text-decoration: none;
}

.product_content {
    max-width: 526px;
    margin-bottom: 22px;
}

.product_content p {
    font-size: 18px;
    line-height: 24px;
}

.affiliation-desc p {
    font-size: 12px;
}

.tags {
    margin-bottom: 21px;
}

.tags .tag-box {
    background: #fff;
    border-radius: 4px;
    padding: 9px;
    margin-left: 10px;
}

.tags .tag-box .tag-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
}

.tags .tag-box .tag-icon img {
    max-width: 100%;
    max-height: 100%;
}

.tags .tag-box .tag-name {
    padding: 0 10px;
}

.tags .tag-box .tag-name.with-icon {
    display: inline-block;
    padding-right: 0;
}

.tags .tag-box p {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.tags .tag-box p:before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 10px;
    background: url(../img/tick-black.svg) no-repeat center;
    background-size: 100%;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

@media (max-width: 767px) {
    .tags a {
        display: block;
        text-align: center;
        width: 80%;
        margin: 0 0 13px;
    }
}

.link_to_other_product_review a {
    font-size: 15px;
    line-height: 24px;
    color: #0d0242;
    text-decoration: underline;
}

/*end of product details section*/

/*review data*/
.review_details .review-data {
    position: relative;
    top: -20px;
}

.review_details .review-data .section-bg {
    min-height: 0;
    padding: 5px 0;
}

.review_details .review-data .review_data_content {
    text-align: right;
}

@media (max-width: 767px) {
    .review_details .review-data .section-bg {
        padding: 5px 0;
    }
}

.review-data .review_data_content > * {
    display: inline;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
}

.review-data .review_data_content .post-date {
    display: inline-block;
}

.review-data .review_data_content .post-date p {
    font-size: 13px;
    line-height: 35px;
}

.review-data .review_data_content img {
    max-width: 13px;
}

.review-data .review_data_content .more_details {
    margin-right: 23px;
}

.review-data .review_data_content .more_details .i_icon {
    display: inline-block;
    color: #f6c503;
    border: 1px solid #f6c503;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    padding-top: 1px;
    box-sizing: content-box;
    margin-left: 5px;
    text-align: center;
}

.review-data .review_data_content > .more_details .title {
    display: inline-block;
    font-size: 12px;
}

.breadcrumbs_share_icons .review-data .review_data_content > * {
    color: #000;
}

@media (max-width: 767px) {
    .review-data .review_data_content > * {
        display: none;
    }

    .review-data .review_data_content .pos_0,
    .review-data .review_data_content .pos_2,
    .review-data .review_data_content .pos_5,
    .review-data .review_data_content .pos_7,
    .review-data .review_data_content .pos_8 {
        display: inline;
        font-size: 12px;
    }

    .review_details .review-data .review_data_content > .more_details {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
    }

    .review-data .review_data_content > .more_details .title {
        display: none;
    }

    .review-data .review_data_content .more_details .i_icon {
        margin: 0;
    }
}

.product_details .review-data .section-bg {
    padding: 5px 0;
}

.product_review_page .review-data {
    position: relative;
    top: -10px;
}

.product_review_page .review-data .review_data_content > * {
    color: #131313;
}

/*end of review data*/

/*reviewed_products*/
.reviewed_products .section-bg {
    padding: 15px 24px 27px;
}

.reviewed_products .section-bg > .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-align: right;
    color: #000;
    margin-bottom: 7px;
}

.reviewed_products .product-wrapper {
    display: block;
}
@media (max-width: 992px) {
    .reviewed_products .product-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        overflow-x: auto;
        list-style: none;
        padding: 0;
        overflow-y: hidden;
        width: 100%;
        height: 550px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media (min-width: 992px) {
    .reviewed_products .product-wrapper {
        display: grid;
        align-items: flex-start;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }
}

.reviewed_products .product-box {
    position: relative;
    text-align: right;
    height: 100%;
    margin-bottom: 30px;
    padding: 10px 20px 14px;
}

.reviewed_products .product-box .content-wrapper {
    padding: 0 20px;
}

.reviewed_products .product-box .product_title a {
    text-decoration: none;
}

.reviewed_products .product-box .product_title {
    margin-bottom: 14px;
}

.reviewed_products .product-box .title {
    color: #0e1739;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    height: 20px;
    overflow: hidden;
}

.reviewed_products .product-box .title:hover {
    color: #131313;
}

.reviewed_products .product-box .product_short_title .title {
    color: #131313;
}
.reviewed_products .product-box .link_to_category {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 10px;
    color: #2bdefc;
    text-align: center;
    text-decoration: underline;
}
.reviewed_products .product-box .image-wrapper {
    max-width: 216px;
    width: auto;
    height: 213px;
    overflow: hidden;
    border: none;
    box-shadow: none;
    margin: 0 auto 20px;
}

.reviewed_products .product-wrapper.small_images .image-wrapper {
    height: 150px;
}

.reviewed_products .product-box .image-wrapper:hover {
    opacity: 0.6;
}

.reviewed_products .product-box .image-wrapper img {
    width: 100%;
    max-height: 100%;
}

.reviewed_products .product-box .affiliation_title {
    height: 17px;
    margin-bottom: 19px;
    overflow: hidden;
}

.reviewed_products .product-box .affiliation_title p {
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 10px;
    color: #3d78e4;
    text-align: center;
    text-decoration: underline;
}

.reviewed_products .product-box .affiliation_title p:hover {
    opacity: 0.6;
}

.reviewed_products .product-box .product_link {
    font-size: 15px;
    line-height: 33px;
    color: #0961c2;
    text-decoration: underline;
    text-align: center;
    font-family: "Heebo", "sans-serif";
    margin-bottom: 8px;
}

.reviewed_products .product-box .product_link a {
    color: #0961c2;
}

.prod_review .grade {
    font-family: "Heebo", "sans-serif";
    font-weight: 600;
}

.reviewed_products .product-box .prod_desc {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 5px;
    padding-top: 5px;
}

.reviewed_products .product-box .prod_desc p,
.reviewed_products .product-box .prod_desc a {
    display: inline;
    color: #000;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
}

.reviewed_products .product-box .prod_desc a {
    font-size: 14px;
    color: #3478ff;
}

.reviewed_products .product-box .prod_desc a:hover {
    text-decoration: underline;
}

.reviewed_products .product-box .buy_now {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    margin: 0 auto 8px;
    float: none;
    cursor: pointer;
}

.reviewed_products .product-box .buy_now p {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    font-weight: normal;
}

.reviewed_products .product-box .buy_now:hover p {
    color: rgb(40, 120, 229);
}

.reviewed_products .product-box .affiliation_row .buy_now_link a {
    font-family: "Heebo", "sans-serif";
    color: #131313;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.reviewed_products .product-box .affiliation_row .buy_now_link:hover a {
    color: rgb(40, 120, 229);
}

.reviewed_products .prod_item {
    margin: 3.5px;
    height: 100%;
    border: solid 1px #cfcfcf;
}

.reviewed_products .product-sale-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d2044;
    margin: -1px;
    height: 36px;
    overflow: hidden;
}

.reviewed_products .product-sale-tag.empty {
    background: none;
}

.reviewed_products .product-sale-tag p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.reviewed_products .product-sale-tag:before {
    content: "";
    display: inline-block;
    width: 9.3px;
    height: 10.9px;
    /* background: url('../img/prod_tag.svg') no-repeat center; */
    margin-left: 5px;
}

.reviewed_products .product-box .affiliation-box {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 330px;
    bottom: auto;
    margin: auto;
    width: 350px;
    background: #fff;
    box-shadow: 0 0 7px 1px rgb(34 35 0 / 20%);
    padding: 20px;
    border-radius: 6px;
    z-index: 99;
}

.reviewed_products .product-box .affiliation-box .close-popup {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.reviewed_products .product-box .affiliation_row {
    border-top: 1px solid #dce1e2;
    padding: 10px 0;
    overflow: hidden;
}

.reviewed_products .product-box .affiliation-box .title {
    color: #131313;
    height: auto;
}

.reviewed_products .product-box .affiliation-box .title.no-comparison {
    margin-bottom: 0;
}

.reviewed_products .product-box .affiliation_row > * {
    display: inline-block;
    float: right;
}

.reviewed_products .product-box .affiliation_row > .not-in-stuck {
    color: #e61010;
    font-weight: 600;
    font-size: 14px;
}

.reviewed_products .product-box .affiliation_row .store_icon_wrapper {
    width: 42px;
    margin-left: 10px;
    overflow: hidden;
}

.reviewed_products .product-box .affiliation_row .product_price {
    margin-left: 20px;
}

.reviewed_products .product-box .affiliation_row .buy_now_link {
    float: left;
}

.reviewed_products .product-box .product-rate {
    display: none;
}

@media (max-width: 992px) {
    .reviewed_products .section-bg {
        padding: 10px 24px;
    }

    .reviewed_products .section-bg > .title {
        font-size: 26px;
        margin-bottom: 17px;
    }

    .reviewed_products .product-box .title {
        height: auto;
        text-align: right;
        font-size: 21px;
        line-height: 23px;
    }

    .reviewed_products .product-box .affiliation_title {
        height: auto;
    }

    .reviewed_products .product-box .affiliation-box {
        max-width: 95%;
        top: 140px;
        right: 0;
    }
}

/*end of reviewed_products*/

/*Review Preview*/
.review_preview .section-bg {
    padding: 5px 24px 27px;
}

.review_preview .page-title {
    margin-bottom: 0;
    font-size: 26px;
}

.review_preview .page-sub-title {
    font-size: 20px;
}

.preview {
    padding: 4px 0 20px 44px;
    border-left: 1px solid #dcdcdc;
}

.no-border .preview {
    border: none;
}

.review_preview .full-width .preview {
    border: none;
}

.review_preview .full-width .preview h2,
.review_preview .full-width .preview h3 {
    font-weight: 400;
}

.review_preview .preview li {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .preview {
        padding: 4px 0 20px 0;
        border: none;
    }
}

.author_box .author-pic {
    width: 69px;
    overflow: hidden;
    border-radius: 100%;
    padding-top: 10px;
}

.author_box .author-pic img {
    max-width: 100%;
    border-radius: 100%;
}

.author_details {
    padding-right: 7px;
}

.author_box .written_by {
    color: #707070;
    font-size: 14px;
    line-height: 17px;
}

.author_box .author_details h3 {
    margin-top: 3px;
    font-weight: bold;
    font-family: "Heebo", "sans-serif";
    font-size: 20px;
    margin-bottom: 4px;
}

.author_box .author_details p {
    color: #707070;
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .review_preview .author_box {
        border-top: 1px solid #dcdcdc;
        padding-top: 15px;
        margin-bottom: 17px;
    }
}

/*end of Review Preview*/

/*guide links affiliation*/
.guide_links_affiliation {
    background: #f5f5f5;
}

.guide_links_affiliation .section-bg {
    padding: 46px 24px 49px;
}

@media (max-width: 767px) {
    .guide_links_affiliation .section-bg {
        padding: 27px 0 15px;
    }

    .products_review_page .products_reviews_wrapper {
        margin: 12px 0;
    }
}

.guide_links_affiliation .title {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    margin-left: 8px;
}

.guide_links_affiliation .affiliation_item {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.guide_links_affiliation .store-name .title {
    display: flex;
    font-size: 12px;
    line-height: 1.83;
    font-weight: 500;
    justify-content: center;
    text-decoration: underline;
}

.guide_links_affiliation .affiliation_item .buy_now {
    margin-left: 15px;
}

.table_of_content_toggle {
    display: inline-block;
    cursor: pointer;
}

.table_of_content_toggle:before {
    content: "[ ";
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
}

.table_of_content_toggle:after {
    content: " ]";
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
}

.table_of_content_toggle p {
    display: inline-block;
    vertical-align: middle;
    color: #4f8ed3;
    font-size: 12.8px;
    line-height: 1;
    margin: 0 4px;
    border-bottom: 1px dotted transparent;
}

.table_of_content_toggle:hover p {
    border-bottom: 1px dotted #4f8ed3;
}

.table_of_content_toggle .closeContent {
    display: none;
}

.table_of_content_toggle.open .closeContent {
    display: inline-block;
}

.table_of_content_toggle.open .showContent {
    display: none;
}

@media (max-width: 767px) {
    .guide_links_affiliation .title {
        font-size: 25px;
    }

    .table_of_content_toggle .closeContent {
        display: inline-block;
    }

    .table_of_content_toggle .showContent {
        display: none;
    }

    .table_of_content_toggle.open .closeContent {
        display: none;
    }

    .table_of_content_toggle.open .showContent {
        display: inline-block;
    }

    .guide_links_affiliation .affiliation_item .buy_now {
        max-width: 150px;
        width: 100%;
        float: none;
    }

    .guide_links_affiliation .affiliation_item .buy_now a {
        font-size: 14px;
    }
}

.guide_links {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 11.04px 0.96px rgba(11, 15, 18, 0.05);
    padding: 12px 27px 30px;
    height: auto;
}

@media (max-width: 767px) {
    .guide_links {
        padding: 6px 27px 10px;
    }

    .links-wrapper {
        display: none;
    }
}

.link-list {
    display: block;
    padding: 0;
    list-style: none;
    color: #0961c2;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .link-list {
        margin-bottom: 37px;
    }
}

.link-list li {
    margin-bottom: 7px;
}

.link-list a {
    display: inline-block;
    color: #0961c2;
    line-height: 23px;
    text-decoration: underline;
}

.guide_links .mobile_collapse {
    position: absolute;
    top: 14px;
    left: 27px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.guide_links .mobile_collapse img {
    display: block;
    width: 19px;
    margin: 0 auto;
}

.affiliation {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 11.04px 0.96px rgba(11, 15, 18, 0.05);
    padding: 12px 27px;
    height: 100%;
}

@media (max-width: 767px) {
    .affiliation {
        padding: 12px;
    }
}

.affiliation_grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: solid 1px #cfcfcf;
    padding-right: 32px;
    margin-right: -20px;
}

.affiliation_item {
    width: 100%;
    max-width: 176px;
    margin-bottom: 17px;
}

.affiliation_item:last-child {
    margin-bottom: 0;
}

.prod_image {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 3px;
    width: 49px;
    height: 49px;
}

.prod_image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.prod_image img {
    padding: 4px;
}

.prod_image .store_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
}

.products_reviews .content_area .store-name .title {
    font-size: 12px;
    line-height: 1.83;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .prod_review > * {
        display: inline-block;
    }
}

.prod_review .stars i {
    width: 12px;
    font-size: 12px;
    margin-left: 2px;
    color: #f6c503;
}

.prod_review .desc {
    font-size: 14px;
    line-height: 19px;
    font-family: "Heebo", "sans-serif";
}

.buy_now {
    border-radius: 8px;
    background-color: #3d78e4;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 140px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid transparent;
    margin-bottom: 2px;
}

.buy_now:hover {
    background: #fff;
    color: rgb(40, 120, 229);
    border-color: rgb(40, 120, 229);
}

.buy_now:hover a,
.buy_now:hover .no-link-to-prod {
    color: rgb(40, 120, 229);
}

.buy_now a span,
.buy_now .no-link-to-prod span {
    font-size: 0;
}

@media (max-width: 767px) {
    .buy_now {
        max-width: 71px;
        overflow: hidden;
        float: left;
    }

    .buy_now a,
    .buy_now .no-link-to-prod {
        font-size: 0;
    }

    .buy_now a span,
    .buy_now .no-link-to-prod span {
        font-size: 17px;
    }
}

.buy_now a,
.buy_now .no-link-to-prod {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "Heebo", "sans-serif";
}

/*end of guide links affiliation*/

/*more product reviews*/
@media (max-width: 767px) {
    .more_product_reviews .section-bg {
        padding: 32px 0 0;
    }
}

.product_review_box {
    border: 1px solid rgb(214, 214, 214);
    border-radius: 5px;
    box-shadow: 1.118px 1.658px 3.6px 0.4px rgba(19, 19, 19, 0.05);
    margin-bottom: 17px;
}

.first-row {
    padding: 10px 15px;
}

.product_preview_image {
    width: 57px;
    height: 57px;
    margin-left: 19px;
    border: 1px solid rgb(224, 224, 224);
    box-shadow: 0px 2px 11.04px 0.96px rgba(11, 15, 18, 0.05);
    border-radius: 10px;
}

.product_preview_image img {
    border-radius: 10px;
    padding: 4px;
}

.product_preview_title {
    max-width: 168px;
}

.product_preview_title .title {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}

.second_row {
    padding: 10px 15px;
    border-top: 1px solid rgb(214, 214, 214);
    background-color: rgb(247, 247, 247);
    font-size: 14px;
    line-height: 35px;
    color: #747474;
}

.second_row > * {
    display: inline-block;
}

@media (max-width: 767px) {
    .second_row > * {
        display: block;
    }
}

.second_row .product_model {
    margin-left: 20px;
}

.product_model strong {
    color: #131313;
}

.product_preview_link span img {
    width: 10px;
}

.product_preview_link a {
    color: #131313;
    text-decoration: underline;
}

.product_preview_link span {
    margin-left: 5px;
}

/*end of more product reviews*/

/*preview_main_content*/
.reviewd_products_preview_content .page-title {
    font-size: 30px;
}

.reviewd_products_preview_content {
    margin-bottom: 80px;
}

.preview_main_content {
    overflow: hidden;
}
.reviewd_products_preview_content .content_wrapper li,
.reviewd_products_preview_content .content_wrapper a,
.reviewd_products_preview_content .content_wrapper strong,
.reviewd_products_preview_content .content_wrapper span {
    font-size: 20px;
    line-height: 36px;
}
.reviewd_products_preview_content .content_wrapper ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .preview_main_content .section-bg {
        padding: 10px 0 27px;
    }
}

.content_area_anchor {
    position: relative;
    top: -140px;
}

.content_area {
    margin-bottom: 38px;
    padding-top: 50px;
    border-top: 1px solid #13131333;
}

.content_area:last-child {
    margin-bottom: 48px;
}

.content_area .preview_content {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .content_area .preview_content {
        margin-bottom: 40px;
    }
}

.titles .relative_grade {
    opacity: 0.5;
    margin-left: 14px;
}

.content_area .titles {
    margin-bottom: 17px;
}

.titles .content_title .page-title {
    margin-bottom: 0;
}

.content_title > * {
    display: inline-block;
}

.content_title .page-title {
    margin-bottom: 17px;
    margin-left: 11px;
    font-size: 20px;
    font-weight: bold;
}

.main_content img {
    width: 100%;
    border-radius: 2px;
}

.main_content p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

.main_content p.wp-caption-text {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
}

.wp-caption {
    width: 100% !important;
}

.main_content li {
    font-size: 20px;
    line-height: 36px;
}

.titles .left_wrapper {
    display: flex;
    align-items: center;
}

.content_grade span {
    position: relative;
    top: -1px;
    margin-left: 10px;
    display: inline-block;
}

.content_grade span img {
    width: 11px;
}

.content_grade {
    background-color: rgb(219, 238, 248);
    border-radius: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    color: #3197ce;
    font-size: 17px;
}

.content_grade p {
    line-height: 28px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .content_area .titles {
        flex-flow: column;
        align-items: start !important;
        justify-content: center !important;
    }

    .content_title {
        display: inline-block;
    }

    .content_title * {
        display: block;
    }

    .content_title .page-title {
        margin-bottom: 0;
    }

    .content_grade {
        display: inline-block;
    }

    .main_content p {
        padding: 0;
    }
}

/*end of preview_main_content*/

/*main_content_summary*/
.main_content_summary .section-bg {
    padding: 27px 24px;
}

.products_review_page .main_content_summary .section-bg {
    padding: 27px 24px 0;
}

.main_content_summary .page-title {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .main_content_summary .section-bg {
        padding: 27px 0 60px;
    }
}

.main_content_summary .small_container {
    border-top: 1px solid #d3d3d3;
    padding-top: 8px;
}

.main_content_summary .summary p,
.main_content_summary .summary li {
    padding-left: 150px;
}

.main_content_summary .summary img {
    width: auto;
}

.main_content_summary .summary li {
    font-size: 18px;
    line-height: 26px;
}

.main_content_summary .summary li p {
    padding-left: 0;
}

@media (min-width: 992px) {
    .main_content_summary .summary li {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .main_content_summary .summary p,
    .main_content_summary .summary li {
        padding-left: 0;
    }
}

.main_content_summary .summary {
    margin-bottom: 20px;
}

.summary_box {
    max-width: 435px;
    padding: 10px 10px 24px;
    height: 100%;
}

@media (max-width: 767px) {
    .summary_box {
        max-width: 100%;
    }

    .main_content_summary .summary {
        margin-bottom: 30px;
    }
}

.summary_box .page-title {
    font-weight: 400;
}

.summary_box span {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.summary_box span img {
    width: 31px;
}
.summary_box .desc {
    margin-top: 10px;
}
.summary_box .desc p {
    font-size: 14px;
    line-height: 1.36;
    padding-right: 19px;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.summary_box .desc p:before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/benefit.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 5px;
}
.summary_box.cons .desc p:before {
    background: url(../img/disadvantage.svg) no-repeat center;
}
@media (max-width: 767px) {
    .summary_box.cons {
        margin-top: 17px;
    }
}

/*end of main_content_summary*/
/*all_affiliations*/
.all_affiliations .section-bg {
    padding: 0 24px 125px;
}

@media (max-width: 767px) {
    .all_affiliations .section-bg {
        padding: 0 0 38px;
    }
}

.all_affiliations .small_container {
    border-top: 1px solid #d3d3d3;
    padding-top: 27px;
}

@media (max-width: 767px) {
    .all_affiliations .small_container {
        border: 1px solid #d3d3d3;
        padding: 25px 20px;
        margin-top: 16px;
    }
}

.all_affiliations .page-title {
    margin-bottom: 25px;
}

/*end of all_affiliations*/

/*how_we_evaluating_section*/
.how_we_evaluating_section {
    margin-bottom: 50px;
}

/*end of how_we_evaluating_section*/

/*international_reviews*/
.international_reviews .titles {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 57px 24px 49px;
}

.reviews .section-bg {
    padding-bottom: 45px;
    padding-top: 0;
}

.reviews .col-wrapper {
    padding: 55px 24px;
}

@media (max-width: 767px) {
    .reviews .section-bg {
        padding: 55px 15px 53px;
    }

    .reviews .col-wrapper {
        padding: 0 10px 35px;
    }
}

.international_reviews {
    background: #163357;
    color: #fff;
    position: relative;
}

.international_reviews:after,
.israeli_reviews:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 108px;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.international_reviews .icon {
    display: inline-block;
    margin-left: 20px;
}

.international_reviews .icon img {
    width: 55px;
}

.international_reviews .title_wrapper {
    display: inline-block;
}

.international_reviews .title_wrapper p {
    font-size: 16px;
}

.international_reviews .title_wrapper .page-title {
    font-size: 30px;
    font-family: "Ginger", "Almoni", "sans-serif";
    margin: 0;
}

.international_reviews .reviews .owl-dots {
    display: block;
}

.international_reviews .reviews .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.5);
}

.international_reviews .reviews .owl-dots .owl-dot.active {
    background: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
    .international_reviews .icon {
        width: 20%;
    }

    .international_reviews .title_wrapper {
        width: 70%;
    }
}

.international_reviews .company_logo {
    width: 68px;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 1px solid #e0e0e0;
}

.international_reviews .image_wrapper {
    background: #fff;
    border-radius: 2.5px;
    border: 1px solid #e0e0e0;
}

.review_box {
    margin-bottom: 68px;
}

.reviews .content_box {
    padding-right: 26px;
}

@media (max-width: 767px) {
    .international_reviews .inner-wrapper {
        padding: 0 10px;
    }

    .international_reviews .image_wrapper {
        max-height: 90px;
        padding: 7px;
    }

    .international_reviews .company_logo {
        width: 46px;
        right: -10px;
        top: -6px;
    }
}

.product_name {
    margin-bottom: 9px;
}

.product_name .title {
    font-size: 23px;
    line-height: 26px;
    font-weight: 900;
    margin: 0;
}

.review_company_label {
    display: inline-block;
    background: #d92d22;
    padding: 0 44px;
    position: relative;
    margin-bottom: 7px;
    max-height: 21px;
    overflow: hidden;
}

.review_company_label:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    border-color: transparent #163357 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.review_company_label:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #163357;
    position: absolute;
    top: 0;
    left: 0;
}

.review_company_label p {
    font-size: 14px;
    line-height: 21px;
    font-family: "Heebo", "sans-serif";
    font-weight: bold;
}

.review_auote {
    margin-bottom: 4px;
}

.review_auote p {
    font-size: 21px;
    line-height: 33px;
}

.review_content p {
    font-size: 14px;
    line-height: 18px;
}

.review_author p {
    /* font-family: "Azo-Sans", "Heebo", "sans-serif"; */
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    line-height: 33px;
}

@media (max-width: 767px) {
    .product_name .title {
        font-size: 19px;
    }

    .product_name {
        margin-bottom: 2px;
    }

    .review_auote p {
        font-size: 21px;
        line-height: 25px;
    }

    .inner-wrapper .review_company_label {
        display: none;
    }

    .review_company_label.top_label {
        width: 100%;
        text-align: center;
        padding: 0 18px;
        margin-bottom: 15px;
    }
}

/*end of international_reviews*/

/*competing products*/
.competing_products {
    background: #f9f9f9;
    border-bottom: 1px solid #dcdcdc;
}

.competing_products .section-bg {
    padding: 19px 24px 77px;
}

.competing_products .page-title {
    margin-bottom: 30px;
}

.product-wrapper {
    display: flex;
}

@media (max-width: 767px) {
    .competing_products .section-bg {
        padding: 19px 0 57px;
    }

    .product-wrapper {
        display: none;
    }

    .competing_products .owl-nav {
        display: none;
    }
}

.prod_item.full-width {
    float: none;
    max-width: 100%;
}

.competing_products .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 11.04px 0.96px rgba(11, 15, 18, 0.05);
    max-width: 160px;
    margin: 0 auto 15px;
    height: 160px;
}

.competing_products .image-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.competing_products .product_title {
    max-width: 180px;
    margin: 0 auto;
}

.competing_products .product_title .title {
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    height: 44px;
    overflow: hidden;
    margin-bottom: 0;
    font-family: "Heebo", "sans-serif";
}

.competing_products .prod_review {
    height: 24px;
    overflow: hidden;
    margin-top: 10px;
}

.competing_products .product_link {
    font-size: 15px;
    line-height: 33px;
    color: #0961c2;
    text-decoration: underline;
    text-align: center;
    font-family: "Heebo", "sans-serif";
    margin-bottom: 8px;
    height: 33px;
    overflow: hidden;
}

.competing_products .product_link a {
    color: #0961c2;
}

.competing_products .buy_now {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .competing_products .buy_now {
        float: none;
        margin: 0 auto 50px;
    }
}

.competing_products .owl-dots {
    bottom: -50px;
}

/*end of competing products*/
/*FAQ*/
.faq .section-bg {
    padding: 47px 24px 27px;
}

@media (max-width: 767px) {
    .faq .section-bg {
        padding: 47px 0 27px;
    }
}

.faq .page-title {
    margin-bottom: 20px;
}

.faq-row {
    margin-bottom: 8px;
}

.faq-row {
    max-height: 45px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.faq-row.active {
    max-height: 1200px;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
}

.faq-row .title-wrapper {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 3px;
    height: 45px;
    cursor: pointer;
    overflow: hidden;
}

.faq-row.active .title-wrapper {
    border-color: rgb(40, 120, 229);
}

.title-wrapper .title {
    display: block;
    /*height: 100%;*/
    line-height: 45px;
    font-size: 18px;
    margin: 0;
    padding: 0 12px;
}

@media (max-width: 767px) {
    .faq-row .title-wrapper {
        height: auto;
        min-height: 45px;
    }

    .faq-row .title-wrapper .title {
        line-height: 27px;
        padding: 8px 12px;
    }

    .faq-row {
        max-height: 75px;
    }

    .faq-row.active {
        max-height: 100%;
    }
}

.answer-box {
    padding: 9px 13px;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
}

.answer-box ul {
    padding: 8px;
}

.answer-box ul li {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 36px;
}

@media (max-width: 767px) {
    .answer-box {
        padding: 0 13px;
        font-size: 15px;
        line-height: 23px;
        overflow: hidden;
        opacity: 0;
        height: 0;
    }

    .faq-row.active .answer-box {
        padding: 9px 13px;
        opacity: 1;
        height: auto;
    }
}

/*end of FAQ*/
/*related_articles*/
.related_articles .section-bg {
    padding: 25px 24px 53px;
}

.related_articles .page-title {
    font-weight: normal;
}

@media (max-width: 767px) {
    .related_articles .section-bg {
        padding: 25px 0 53px;
    }

    .related_articles .page-title {
        line-height: 28px;
    }
}

.article_item {
    padding: 27px 0;
    border-bottom: 1px solid #dcdcdc;
}

.article_item:last-child {
    border: none;
}

.image-wrapper img {
    border-radius: 3px;
}

.article-title {
    margin-bottom: 4px;
}

.article-title .title {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: bold;
}

.article-content {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .article-content {
        margin-bottom: 5px;
    }
}

.article-content p {
    font-size: 14px;
    line-height: 19px;
}

.read_more a {
    color: #0d0242;
    text-decoration: underline;
    font-size: 14px;
    line-height: 19px;
}

/*end of related_articles*/
/*next_post*/
.next_post {
    border-top: 1px solid #dcdcdc;
}

.next_post .section-bg {
    padding: 19px 24px 78px;
}

@media (max-width: 767px) {
    .next_post .section-bg {
        padding: 19px 0 78px;
    }
}

.next_post h2.page-title {
    font-weight: 400;
}

.next_post_icon {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 9px;
}

.next_post_icon img {
    width: 31px;
}

.next_post_link {
    display: inline-block;
}

.next_post_link a {
    color: #131313;
    text-decoration: none;
}

/*end of next_post*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*review_details*/
.review_details {
    margin-bottom: 6px;
}

.review_details .section-bg {
    padding: 42px 0 27px;
    min-height: 250px;
}

.review_details .review_title {
    color: #fff;
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 9px;
    font-weight: 400;
}

.review_details .review_content p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .review_details .review_content p {
        font-size: 18px;
        line-height: 24px;
    }
}

.review-data .review_data_content > .more_details {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 30px;
}

.more_details .tooltip_box {
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    box-shadow: 0.292px 0.956px 8.28px 0.72px rgba(0, 0, 0, 0.1);
    border-radius: 7.5px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 312px;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .more_details .tooltip_box {
        left: 0;
        top: -90px;
    }
}

.more_details .tooltip_box > * {
    height: 0;
    padding: 0;
}

.more_details:hover .tooltip_box {
    opacity: 1;
    height: auto;
    padding: 20px 10px 21px 22px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more_details:hover .tooltip_box > * {
    height: auto;
}

.more_details .tooltip_box > * {
    display: inline-block;
}

.more_details .tooltip_box .image-wrapper img {
    max-width: 43px;
}

.more_details .tooltip_box .desc {
    font-size: 12px;
    line-height: 15px;
    color: #707070;
    text-align: right;
}

/*end of review_details*/
/*products_reviews*/
.content_area .titles-wrapper {
    padding-right: 20px;
}

.products_reviews .content_area .icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    margin-left: 8px;
}

.products_reviews .content_area .title {
    display: inline-block;
    padding-right: 42px;
}

.products_reviews .content_area .title.no-icon {
    padding-right: 0;
}
.products_reviews .content_area .subject {
    margin: 15px 0;
}
.products_reviews .content_area .subject .title {
    padding: 0;
    text-decoration: underline;
    font-weight: 500;
}
@media (max-width: 767px) {
    .products_reviews .section-bg {
        padding: 21px 0 27px;
    }

    .reviewd_products_preview_content {
        padding: 0 15px;
    }

    .content_area .titles-wrapper {
        padding-right: 20px;
        margin-left: 0;
    }

    .products_reviews .content_area .icon {
        position: absolute;
        top: 14px;
        right: 20px;
        max-width: 25px;
    }

    .products_reviews .content_area .title {
        padding-right: 35px;
        vertical-align: top;
    }
}

.products_reviews .content_area .title .page-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .products_reviews .content_area .title .page-title {
        font-size: 29px;
    }
}

.products_reviews .content_area .excerpt {
    margin-bottom: 28px;
}

.products_reviews .product_box {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 25px 40px;
    padding-right: 20px;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .products_reviews .product_box {
        margin: 0 auto;
        padding-right: 40px;
    }
}

.products_reviews .product_box .image-wrapper {
    height: 100%;
    max-height: 289px;
    overflow: hidden;
}

.products_review_page .product_content .image-wrapper {
    height: 0;
    opacity: 0;
}

.product_box .image-wrapper img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.image-credit p {
    font-size: 12px;
    line-height: 19px;
    opacity: 0.5;
    color: #131313;
    text-decoration: underline;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    top: auto;
    margin: auto;
}

#main .owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    background: #131313;
    border-radius: 100%;
    margin-left: 5px;
    opacity: 0.2;
    outline: none;
}

#main .owl-carousel button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 767px) {
    .products_reviews .content_area .excerpt {
        margin-top: 9px;
        margin-bottom: 22px;
    }

    .products_reviews .product_box .image-wrapper {
        text-align: center;
        padding: 0 15px;
        height: auto;
        margin-bottom: 15px;
    }

    .products_review_page .product_content .image-wrapper {
        height: auto;
        opacity: 1;
    }
}

.product_content .prod_title .page-title {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 11px;
    color: #0e1739;
}

@media (max-width: 767px) {
    .product_content .prod_title .page-title {
        font-size: 25px;
    }
}

.product_content .prod_desc {
    font-size: 12px;
    line-height: 1.83;
    font-weight: 500;
    margin: 0;
    margin-bottom: 31px;
    padding: 0;
    /*display: flex;*/
    /*justify-content: center;*/
}

.product_content .prod_desc p {
    font-size: 18px;
    line-height: 1.11;
    font-weight: 500;
    padding-left: 10px;
    color: #0e1739;
}

@media (max-width: 767px) {
    .product_content .prod_title .page-title {
        margin-bottom: 10px;
        border: none;
        text-align: center;
    }

    .product_content .prod_desc {
        text-align: center;
        margin-bottom: 24px;
    }

    .product_content .prod_desc p {
        padding: 0;
    }
}

.product_content .summary_box {
    height: auto;
    padding: 0;
    margin-bottom: 15px;
}

.product_content .summary_box .page-title {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2px;
}

.product_content .summary_box span img {
    width: 24px;
}

.product_content .summary_box .desc {
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    color: #0e1739;
}

.product_content .summary_box .desc ul {
    padding: 0;
    list-style: none;
}

.product_content .summary_box .desc ul li,
.product_content .summary_box .desc p {
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    text-align: right;
    color: #0e1739;
    margin-bottom: 5px;
    position: relative;
}

.product_content .summary_box .desc p:before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/benefit.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 5px;
}

.product_content .summary_box.cons .desc p:before {
    background: url("../img/disadvantage.svg") no-repeat center;
}

.products_review_page .product_content {
    max-width: 100%;
    margin-bottom: 0;
}

.products_reviews .product_box .product-rate {
    display: none;
}

.product_content .summary_box .read_more {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    top: 0;
    color: #2c77cb;
    text-decoration: underline;
    cursor: pointer;
}

.product_content .summary_box .desc.long_text {
    max-height: 98px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.product_content .summary_box .desc.open {
    max-height: 1000px;
    transition: max-height 0.5s ease;
}

@media (max-width: 767px) {
    .affiliation_grid .buy_now a {
        font-size: 14px;
    }

    .affiliation_grid .buy_now {
        float: none;
    }

    .product_content .summary_box .desc.long_text {
        max-height: 98px;
    }

    .product_content .summary_box {
        padding: 0 20px;
    }

    .products_review_page .product_content .affiliation_grid {
        border-right: 0;
        padding: 0 32px;
        margin: 20px;
    }
}

.affiliation_grid .buy_now {
    font-size: 14px;
    max-width: 100%;
}

.affiliation_item .prod_desc {
    font-size: 12px;
    line-height: 1.83;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.affiliation_item .not-in-stuck {
    display: flex;
    justify-content: center;
    color: #e61010;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.affiliation-area .not-in-stuck {
    color: #e61010;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.link_to_product_preview {
    margin-bottom: 15px;
    padding: 0;
}

.link_to_product_preview a {
    color: #0d0242;
    text-decoration: underline;
    font-size: 14px;
    line-height: 23px;
}

.review_main_content {
    margin-bottom: 45px;
    margin-top: 15px;
}
.review_main_content .content p,
.review_main_content .content li,
.review_main_content .content strong,
.review_main_content .content a {
    font-size: 20px;
}
.review_main_content .content ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .link_to_product_preview {
        margin-top: 2px;
        margin-bottom: 21px;
    }

    .review_main_content {
        padding-right: 0;
        margin-bottom: 36px;
        margin-top: 20px;
    }
}

.content_area:last-child .review_main_content {
    margin-bottom: 0;
}

.product_international_review .review_box {
    border-top: 1px solid #efefef;
    padding-top: 15px;
    margin-bottom: 72px;
}

.product_international_review .title {
    font-size: 21px;
    line-height: 23px;
}

.product_international_review .image_wrapper {
    border: 1px solid #e0e0e0;
    padding: 10px;
    max-width: 109px;
    border-radius: 3px;
    box-shadow: 0px 2px 11.04px 0.96px rgba(11, 15, 18, 0.05);
}

@media (max-width: 767px) {
    .product_international_review .image_wrapper {
        max-width: 65px;
        margin-top: 2px;
    }

    .product_international_review .review_box {
        margin-bottom: 26px;
    }
}

.product_international_review .image_wrapper img {
    display: block;
    margin: 0 auto;
}

.product_international_review .content_box {
    padding-right: 9px;
}

.product_international_review .content_box .product_name {
    margin-bottom: 2px;
}

.product_international_review .title {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .products_reviews .product_international_review .title {
        width: 100%;
        font-size: 21px;
        line-height: 23px;
        margin-bottom: 11px;
    }
}

.product_international_review .review_content {
    margin-bottom: 9px;
}

.product_international_review .review_content p {
    font-size: 14px;
    opacity: 0.6;
    font-weight: bold;
}

@media (max-width: 767px) {
    .product_international_review .review_content p {
        font-weight: normal;
        font-size: 15px;
        line-height: 19px;
    }

    .products_reviews .product_international_review .product_name .title {
        margin-bottom: 0;
    }

    .product_international_review .review_content {
        margin-bottom: 6px;
    }
}

.product_international_review .review_link a {
    font-size: 14px;
    line-height: 19px;
    color: #0d0242;
    font-weight: bold;
    text-decoration: underline;
}

.review_box .small_image {
    max-width: 27px;
}

.review_box .review_company_desc p {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .review_box .review_company_desc p {
        font-size: 13px;
        line-height: 16px;
    }
}

.review_box .review_company_desc span {
    text-decoration: underline;
}

.content_area .divider {
    display: block;
    height: 1px;
    max-width: 142px;
    margin: 0 auto;
    background: #dcdcdc;
}

.content_area:last-child .divider {
    display: none;
}

.products_reviews .newsletter_wrapper {
    margin-bottom: 50px;
}

.newsletter_wrapper {
    display: none;
    background: #f7f7f7;
    padding: 21px 0;
}

.newsletter_wrapper .icons-wrapper {
    text-align: center;
}

.newsletter_wrapper .icons-wrapper .icon {
    position: static;
    width: 118px;
    max-width: 118px;
    margin: 0 auto 15px;
}

.newsletter_wrapper .icons-wrapper .icon svg {
    text-align: center;
}

.newsletter_wrapper .icons-wrapper.left-side .icon:last-child {
    text-align: right;
    margin: 0;
}

.newsletter_wrapper .form-group {
    margin-bottom: 9px;
}

.newsletter_wrapper .form-title .title {
    text-align: center;
    color: #0d0242;
    font-weight: 300;
    font-size: 30px;
    padding: 0;
    margin-bottom: 10px;
}

.newsletter_wrapper .form-group label {
    display: none;
}

.newsletter_wrapper .form-group .input {
    display: block;
    width: 100%;
    max-width: 361px;
    height: 64px;
    border: none;
    border-radius: 31px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 29px 29px 0px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    color: #0d014c;
}

.newsletter_wrapper .form-group .input::placeholder {
    color: #0d014c;
    font-size: 18px;
}

.newsletter_wrapper .form-group .input.submit-form {
    background: #2bdefc;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    outline: none;
}

.newsletter_wrapper .form-group .input.submit-form:hover {
    background: #0d0242;
}

.form-response {
    display: none;
    position: relative;
}

.form-response .icon-wrapper {
    position: absolute;
    left: 0;
}

.subjects_interest_wrapper {
    overflow: hidden;
}

.form-response .success_message {
    margin-bottom: 24px;
}

.form-response .subjects_interest_wrapper .title {
    padding-right: 0;
    font-weight: bold;
    margin-bottom: 32px;
    color: #0d0242;
}

.subjects_interest_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.subjects_interest_list li {
    display: inline-block;
    float: right;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    min-width: 128px;
    height: 53px;
    border-radius: 26.5px;
    margin-left: 10px;
    cursor: pointer;
}

.subjects_interest_list li:hover,
.subjects_interest_list li.active {
    background: #2bdefc;
}

.subjects_interest_list li p {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 53px;
    text-align: center;
    font-size: 19px;
    color: #0d0242;
    padding: 0 25px;
}

.subjects_interest_list li:hover p,
.subjects_interest_list li.active p {
    color: #fff;
}

.newsletter_wrapper.vertical-form,
.newsletter_wrapper.permanent-form {
    min-height: 278px;
    padding: 21px 43px;
}

.newsletter_wrapper.horizontal-form {
    padding: 21px 43px;
    min-height: 187px;
}

.newsletter_wrapper.horizontal-form .title {
    font-size: 26px;
    line-height: 24px;
    text-align: right;
}

.newsletter_wrapper.horizontal-form #newsletter-form {
    max-width: 100%;
}

.newsletter_wrapper.horizontal-form .form-group {
    display: inline-flex;
    width: 291px;
    max-width: 100%;
    height: 73px;
    flex: 0 0 50%;
}

.newsletter_wrapper.horizontal-form .form-group:first-child {
    margin-left: 8px;
}

.newsletter_wrapper.horizontal-form .form-group .input {
    max-width: 100%;
}

.newsletter_wrapper.horizontal-form .icons-wrapper {
    max-width: 105px;
    margin: 0 auto;
}

.newsletter_wrapper.horizontal-form .icons-wrapper svg {
    max-width: 100%;
}

.newsletter_wrapper.permanent-form .response_wrapper {
    display: none;
}

.newsletter_wrapper.horizontal-form .form-title .title {
    padding-left: 10px;
}

.newsletter_wrapper.permanent-form {
    padding: 21px;
}

.success_message p {
    font-size: 50px;
    line-height: 44px;
    color: #0d0242;
    font-weight: 300;
}

.submit-questionnaire {
    display: inline-block;
    background: #0c0a5f;
    min-width: 128px;
    height: 53px;
    border-radius: 26.5px;
    cursor: pointer;
    float: left;
    margin-bottom: 23px;
}

.submit-questionnaire:hover {
    background: #2adefc;
}

.submit-questionnaire.success,
.submit-questionnaire.success:hover {
    background: #eaeaea;
    cursor: auto;
}

.submit-questionnaire p {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 53px;
    text-align: center;
    padding: 0 25px;
    color: #fff;
}

.submit-questionnaire p.success {
    color: #0c0a5f;
}

.submit-questionnaire p.success:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../img/check-blue.png) no-repeat center;
    margin-left: 8px;
}

.newsletter_wrapper .form-group label.error {
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .icons-wrapper.left-side {
        display: none;
    }

    .newsletter_wrapper .form-title .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .newsletter_wrapper.horizontal-form .form-title .title {
        text-align: center;
    }
}

/*end of products_reviews*/

/*israeli_reviews*/
.israeli_reviews {
    background: #f7f9fc;
    color: #131313;
    margin-bottom: 3px;
    position: relative;
}

.israeli_reviews:after {
    background: rgba(0, 0, 0, 0.1);
}

.israeli_reviews .titles.section-bg {
    border-color: #eaeef3;
}

.products_review_page .international_reviews .title_wrapper .page-title {
    font-family: "Heebo", "sans-serif";
    font-weight: 400;
}

.israeli_reviews .review_company_label {
    background: #0961c2;
    color: #fff;
}

.israeli_reviews .review_company_label:before {
    border-color: transparent #f7f9fc transparent transparent;
}

.israeli_reviews .review_company_label:after {
    border-color: transparent transparent transparent #f7f9fc;
}

.israeli_reviews .reviews .owl-dots .owl-dot {
    background: #10345f;
    opacity: 0.5;
}

.israeli_reviews .reviews .owl-dots .owl-dot.active {
    background: #10345f;
    opacity: 1;
}

/*end of israeli_reviews*/
/*products_review_page*/
.products_review_page .review_details {
    background-size: cover !important;
    margin: 39px 24px 10px;
    box-shadow: 0.618px 1.902px 13.8px 1.2px rgba(11, 15, 18, 0.17);
    border-radius: 8px;
}

@media (max-width: 767px) {
    .products_review_page .review_details {
        margin: 16px 14px;
    }
}

.products_review_page .faq {
    margin-bottom: 52px;
}

/*end of products_review_page*/
/*more_products_reviews*/
.products_reviews_wrapper .title-wrapper {
    margin-bottom: 6px;
}

.products_reviews_wrapper .title {
    font-size: 22px;
    line-height: 35px;
}

.product_review_obj {
    display: inline-block;
    border: 1px solid #dddddd;
    box-shadow: 0.588px 0.809px 8.28px 0.72px rgba(0, 0, 0, 0.17);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 23px;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.product_review_obj a {
    text-decoration: none;
    color: #131313;
}

.product_review_obj .product-rate {
    display: none;
}

@media (max-width: 767px) {
    .product_review_obj {
        box-shadow: none;
    }
}

.product_review_obj:hover {
    border-color: rgba(40, 120, 229, 0.8);
}

.product_review_obj .img-wrapper {
    display: inline-block;
    width: 35px;
    vertical-align: middle;
    padding: 5px;
}

.product_review_obj .img-wrapper img {
    width: 100%;
}

.product_review_obj .title-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0;
}

.product_review_obj .title-wrapper .title {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.popular_searches .page-title {
    font-weight: 400;
}

.popular_searches .product_review_obj {
    box-shadow: none;
    padding: 0 17px;
}

.popular_searches .product_review_obj .title-wrapper .title a {
    opacity: 0.6;
    color: #131313;
    text-decoration: none;
}

@media (max-width: 767px) {
    .product_review_obj .title-wrapper .title {
        line-height: 25px;
        padding: 9px 15px;
    }

    .popular_searches .product_review_obj .title-wrapper .title a {
        font-size: 17px;
        line-height: 24px;
        padding: 10px 12px;
    }
}

/*end of more_products_reviews*/

/*expert_box*/
.expert_box {
    display: block;
    background: #fff;
    box-shadow: 0 29px 18px 0 rgba(0, 0, 0, 0.05);
    padding: 47px 19px 20px;
    margin-bottom: 88px;
}

.expert_box .box_title {
    display: inline-block;
    float: right;
    width: 15%;
    padding-left: 20px;
}

.expert_box .box_title .title {
    display: block;
    padding: 0;
    font-size: 26px;
    line-height: 24px;
    max-width: 116px;
    margin: 0 auto 33px;
    font-weight: bold;
}

.expert_box .icon_wrapper {
    max-width: 116px;
    margin: 0 auto;
}

.expert_box .box_main_content {
    display: inline-block;
    float: right;
    padding: 0 30px 20px;
    width: 53%;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.expert_box .box_main_content .title {
    font-size: 20px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.expert_details {
    display: inline-block;
    float: right;
    width: 32%;
    padding: 23px;
    padding-left: 0;
}

.expert_details .top_wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.expert_details .titles_wrapper {
    display: inline-block;
    float: right;
    width: 50%;
}

.expert_details .titles_wrapper .name {
    font-size: 26px;
    font-weight: 300;
    color: #0d0242;
}

.expert_details .titles_wrapper .category {
    display: block;
    width: auto;
    height: 34px;
    overflow: hidden;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}

.expert_details .titles_wrapper:hover a {
    text-decoration: none;
    font-weight: 500;
}

.expert_details .image_wrapper {
    display: inline-block;
    float: right;
    width: 50%;
    padding-right: 15px;
}

.expert_details .image_wrapper img {
    display: block;
    width: 129px;
    height: 129px;
    border-radius: 100%;
    margin-left: auto;
}

@media (max-width: 992px) {
    .expert_box {
        padding-top: 20px;
    }

    #main .expert_box > * {
        display: block;
        float: none;
        width: 100%;
    }

    #main .expert_box > .box_title {
        margin-bottom: 30px;
    }

    .expert_box .box_title .title {
        text-align: center;
        margin-bottom: 13px;
    }

    #main .expert_box > .expert_details {
        max-width: 80%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    }

    .expert_details .image_wrapper,
    .expert_details .titles_wrapper {
        width: auto;
        float: none;
        vertical-align: top;
        margin-bottom: 20px;
    }

    #main .expert_box > .box_main_content {
        margin-bottom: 0;
    }

    .expert_details .titles_wrapper .name {
        margin-bottom: 10px;
    }
}

/*end of expert_box*/

iframe {
    max-width: 100%;
}

/*finders_choice*/
.finders_choice {
    padding: 0 30px;
    margin-bottom: 60px;
}

.finders_choice .inner_wrapper {
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 22%);
    border: solid 1px #2978e5;
    background-color: #fff;
    position: relative;
    padding: 50px 30px 53px;
}

.finders_choice .triangle_wrapper {
    display: inline-block;
    position: absolute;
    bottom: -23px;
    right: 19%;
}

.finders_choice .triangle-down {
    position: relative;
    border-style: solid;
    border-width: 23px 12px 0;
    border-color: #2978e5 transparent transparent;
    z-index: 0;
}

.finders_choice .inner-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0;
    border-color: #fff transparent transparent;
    z-index: 1;
    position: absolute;
    right: -10px;
    top: -24px;
}
.finders_choice .image-wrapper {
    margin-bottom: 30px;
}
.finders_choice .image-wrapper img {
    display: flex;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

.finders_choice .product_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.finders_choice .product_desc {
    font-size: 18px;
    margin-bottom: 40px;
}

.finders_choice .affiliation_grid {
    border: none;
    margin: 0;
    padding: 0;
}

.finders_choice .store-name .title {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
}
.finders_choice .small_container {
    position: relative;
}
.finders_choice_tag {
    position: relative;
    top: 0;
    right: 0;
}

.finders_choice_tag img {
    position: absolute;
    top: -1px;
    right: -8px;
    height: 67px;
    display: none;
}
.finders_choice_tag .element_title {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 15px 20px;
    background: #2d78e5;
}

@media (min-width: 768px) {
    .finders_choice {
        padding: 0;
    }

    .finders_choice .inner_wrapper {
        padding: 86px 60px 53px;
    }
    .finders_choice_tag .element_title {
        font-size: 22px;
        line-height: 57px;
        padding: 0 20px;
        height: 57px;
    }
    .finders_choice .inner-triangle {
        top: -23px;
    }

    .finders_choice_tag {
        top: 0;
    }
    .finders_choice .image-wrapper {
        margin-bottom: 0;
    }
    .finders_choice_tag img {
        display: block;
        top: 0px;
        right: -8px;
    }
}

/*end of finders_choice*/

/*review_banner static_banner*/
.review_banner {
    display: none;
}

.review_banner .close_banner {
    position: absolute;
    top: -16px;
    right: 4px;
    height: 38px;
    max-width: 38px;
    width: 100%;
    border-radius: 100%;
    background-color: #b1dbe6;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}

.review_banner .close_banner:before,
.review_banner .close_banner:after {
    content: "";
    display: block;
    width: 2px;
    height: 18.8px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    cursor: pointer;
}

.review_banner .close_banner:after {
    transform: rotate(-45deg);
}

.review_banner {
    display: block;
    margin-bottom: 102px;
}

.static_banner .inner_wrapper {
    background: #f7f7f7;
    padding: 10px 10px 10px 50px;
}

.review_banner .product_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 259px;
}

.review_banner .banner_title {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    color: #0d0242;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.48);
}

.review_banner .banner_title img {
    display: inline-flex;
    margin-left: 7px;
}

.review_banner .banner_desc {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.38px;
    color: #0d0242;
    margin-bottom: 26px;
}

.review_banner .affliate_link {
    padding: 8px 16px;
    font-size: 20px;
    color: #fff;
    background: #2977e5;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.review_banner .affliate_link:hover {
    text-decoration: none;
    background: #3adefc;
}

/*end of review_banner*/

/*static_banner*/
@media (max-width: 768px) {
    .static_banner .inner_wrapper {
        padding: 10px;
    }

    .static_banner .product_image {
        width: 167px;
        height: 91px;
        margin: -50px auto 15px;
    }

    .static_banner .content_wrapper {
        display: flex;
        flex-flow: column;
        padding: 0 21.5px 25px;
    }

    .static_banner .banner_title {
        justify-content: center;
        border-bottom: 1px solid rgba(13, 2, 65, 0.48);
        margin-bottom: 11px;
    }

    .static_banner .banner_desc {
        text-align: center;
        padding: 0 10px;
    }

    .static_banner .affliate_link {
        text-align: center;
    }
}

/*end of static_banner*/

/*sticky-banner*/
.sticky-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #b1dbe6;
    margin: 0;
    z-index: 9999;
}

.sticky-banner .product_image {
    width: 167px;
    height: 91px;
    margin: -50px auto 0;
}

.sticky-banner .content_wrapper {
    display: flex;
    flex-flow: column;
    padding: 0 21.5px 25px;
}

.sticky-banner .banner_title {
    justify-content: center;
    border-bottom: 1px solid rgba(13, 2, 65, 0.48);
    margin-bottom: 11px;
}

.sticky-banner .banner_desc {
    text-align: center;
    padding: 0 10px;
}

.sticky-banner .affliate_link {
    text-align: center;
    margin: 0 10px;
}

@media (max-width: 992px) {
    .sticky-banner.desktop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .sticky-banner.desktop {
        display: none;
        left: 20px;
        bottom: 80px;
        width: 33%;
        max-width: 357px;
        border-radius: 10px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .sticky-banner .close_banner {
        right: -16px;
    }

    .sticky-banner .product_title {
        font-weight: 500;
        /* font-family: "Azo-Sans", "Almoni", "sans-serif"; */
        font-family: "Heebo", sans-serif;
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 0;
        text-align: center;
    }

    .sticky-banner .inner_wrapper {
        padding: 40px 30px;
    }

    .sticky-banner .fonts_rate {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sticky-banner .fonts_rate .star_rank {
        margin-left: 8px;
    }

    .fonts_rate .number_rank {
        margin-left: 8px;
    }

    .sticky-banner .product_image {
        margin: 0 auto 20px;
        height: auto;
    }

    .sticky-banner .content_wrapper {
        padding: 29px 0;
        border-top: 1px solid rgba(13, 2, 65, 0.48);
        border-bottom: 1px solid rgba(13, 2, 65, 0.48);
    }

    .sticky-banner .banner_title {
        color: #262626;
        border: none;
        padding-top: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .sticky-banner .banner_title img {
        display: none;
    }
}

/*end of sticky-banner*/

/*finder_lab_summary*/
.finder_lab_summary {
    margin: 72px 0;
}

.finder_lab_summary .title_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    background-color: #0a0b5d;
    padding: 10px;
    position: relative;
}

.finder_lab_summary .title_wrapper .title {
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    margin-left: 19px;
}

.finder_lab_summary .title_wrapper .title:before {
    content: "";
    display: inline-flex;
    width: 30px;
    height: 20px;
    background: url("../img/tick.svg") no-repeat center;
    background-size: 100%;
    margin-left: 11px;
}

.finder_lab_summary .title_wrapper .lab_logo {
    position: relative;
    top: -3px;
}

.finder_lab_summary .title_wrapper .lab_rate {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 109.7px;
    height: 158.4px;
    background: url(../img/rate_wrapper_title.svg) no-repeat left center;
    background-size: 100%;
    position: absolute;
    left: -5px;
    top: 61px;
}

.finder_lab_summary .title_wrapper .lab_rate .grade {
    font-size: 24px;
    font-weight: 500;
    padding-top: 46px;
    color: #000;
}

.finder_lab_summary .content_wrapper {
    border: solid 1px #cfcfcf;
    border-top: none;
    padding: 60px 30px;
}

.finder_lab_summary .content_wrapper .inner_wrapper {
    padding: 43px 0 15px;
}

.finder_lab_summary .content_wrapper .image_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.finder_lab_summary .content_wrapper .content {
    margin-bottom: 20px;
}

.finder_lab_summary .content_wrapper .content p {
    font-size: 18px;
    line-height: 1.22;
    text-align: right;
    color: #000;
}

.finder_lab_summary .content_wrapper .list {
    margin-bottom: 15px;
}

.finder_lab_summary .content_wrapper .list .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 0.89;
    letter-spacing: 0.18px;
    color: #000;
    margin-bottom: 4px;
}

.finder_lab_summary .content_wrapper .list .list_wrapper {
    padding: 0;
    list-style: none;
}

.finder_lab_summary .content_wrapper .list .list_wrapper li {
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
    text-align: right;
    color: #0e1739;
    margin-bottom: 2px;
}

.finder_lab_summary .content_wrapper .list .list_wrapper li:before {
    content: "";
    display: inline-flex;
    width: 12px;
    height: 10px;
    background: url("../img/benefit.svg") no-repeat center;
    margin-left: 4px;
}

.finder_lab_summary .content_wrapper .list.disadvantages_wrapper li:before {
    background: url("../img/disadvantage.svg") no-repeat center;
}

@media (min-width: 992px) {
    .finder_lab_summary {
        margin: 72px 0 120px;
    }

    .finder_lab_summary .content_wrapper .inner_wrapper {
        padding: 23px 0 15px 40px;
    }

    .finder_lab_summary .title_wrapper {
        flex-direction: row;
        height: 50px;
    }

    .finder_lab_summary .title_wrapper .lab_rate {
        width: 160px;
        height: 138.4px;
        position: absolute;
        left: -54px;
        top: -39px;
    }

    .finder_lab_summary .title_wrapper .lab_rate .grade {
        font-size: 40px;
        padding-top: 19px;
    }

    .finder_lab_summary .content_wrapper {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .finder_lab_summary .content_wrapper .inner_wrapper {
        padding: 23px 0 15px 150px;
    }
}

/*end of finder_lab_summary*/

/*finder_lab_reviews*/
.finder_lab_reviews {
    text-align: center;
    margin: 100px 0;
}

.finder_lab_reviews .finder_lab_logo {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.finder_lab_reviews .element_title {
    font-size: 30px;
    line-height: 1.33;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 3px;
}

.finder_lab_reviews .element_desc {
    margin-bottom: 21px;
}

.finder_lab_reviews .element_desc p {
    font-size: 20px;
    line-height: 1.38;
    text-align: center;
    color: #000;
}

.finder_lab_reviews .main_page_btn {
    display: inline-flex;
    padding: 13px 45px 10px 41px;
    border-radius: 25px;
    background-color: #2bdefc;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #0e1739;
    margin-bottom: 30px;
}

.finder_lab_reviews .reviews_by_category {
    padding: 0;
}

.finder_lab .review_item {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.18);
    background-color: #fff;
    position: relative;
    padding-top: 37px;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.finder_lab .review_item a {
    opacity: 1;
}

.finder_lab .review_item .related_category {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px 11px;
    background-color: #00ffd8;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #0e1739;
}

.finder_lab .review_item .lab_rate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57.1px;
    height: 62.7px;
    background: url("../img/rate_wrapper.svg") no-repeat center;
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 10px;
}

.finder_lab .review_item .image_wrapper {
    height: 218px;
    padding: 20px;
}

.finder_lab .review_item .image_wrapper a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.finder_lab .review_item .image_wrapper a img {
    width: auto;
    height: auto;
}

.finder_lab .review_item .content_wrapper {
    padding: 0 24px;
}

.finder_lab .review_item .content_wrapper .title {
    text-align: center;
}

.finder_lab .review_item .content_wrapper .title a {
    font-size: 18px;
    line-height: 1.22;
    font-weight: bold;
    text-align: center;
    color: #0e1739;
    height: 22px;
    overflow: hidden;
    margin-bottom: 7px;
    text-decoration: none;
}

.finder_lab .review_item .content_wrapper .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    color: #000;
    height: 71px;
    overflow: hidden;
    padding-bottom: 31px;
    border-bottom: 1px solid #e6e6e6;
}

.finder_lab .review_item .rate_wrapper {
    padding-top: 13px;
}

.finder_lab .review_item .rate_wrapper .stars_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    margin-bottom: 6px;
}

.finder_lab .review_item .rate_wrapper .stars_wrapper .number {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.12px;
    color: #000;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.finder_lab .review_item .rate_wrapper .stars_wrapper .stars i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    background-color: #0a0b5d;
    margin-right: 2px;
}

.finder_lab .review_item .rate_wrapper .reviews_count {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    text-align: center;
    color: #0c6dff;
}

@media (min-width: 992px) {
    .finder_lab_reviews .element_desc p {
        font-size: 20px;
        line-height: 1.38;
        text-align: center;
        color: #000;
    }

    .finder_lab_reviews .reviews_by_category {
        padding: 0;
    }
}

/*end of sfinder_lab_reviews*/



/*productAttributes*/
.productAttributes {
    display: flex;
    width: 100%;
}
.productAttributes .page-title {
    margin-bottom: 20px;
}
.productAttributes .attributeRow {
    display: flex;
    width: 100%;
    background-color: #0c0642;
}
.productAttributes .attributeRow:nth-child(2n) {
    background: #2bdefc;
}
.productAttributes .attributeRow > div {
    display: inline-flex;
    width: 50%;
    padding: 15px;
    color:#fff;
    font-size: 18px;
    line-height: 26px;
}
.productAttributes .attributeRow .name {
    font-weight: 500;
}
/*end of productAttributes*/


/*relatedProductReviews*/
.relatedProductReviews {
    display: flex;
    flex-wrap: wrap;
}
.relatedProductReviews .page-title {
    margin-bottom: 25px;
}
/*end of relatedProductReviews*/



.productSelectionCriteria {
    padding: 10px 0;
}

.productSelectionCriteria .page-title {
    text-align: right;
}

@media (max-width: 852px) {
    .productSelectionCriteria .section-bg {
        padding: 42px 0 27px;
    }
}

.productSelectionCriteria .criteria {
    display: flex;
    flex-flow: column;
    padding: 0px 24px 0px 16px;
    border: 1px solid #f9f9f9;
    border-radius: var(--Border-radius-medium, 8px);
    background: var(--Background-surface, #FFF);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
}
.productSelectionCriteria .criteria:hover, .productSelectionCriteria .criteria.active {
    background: #0d0242;
}
.productSelectionCriteria .criteria .criteriaWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    cursor: pointer;
}

.productSelectionCriteria .criteria .criteriaWrapper .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.productSelectionCriteria .criteria:hover .criteriaWrapper .title, .productSelectionCriteria .criteria.active .criteriaWrapper .title {
    color: #fff;
}

.productSelectionCriteria .criteria .criteriaWrapper .icon {
    padding: 0 12px;
    transform: rotate(0);
    transition: all 0.4s ease;
}
.productSelectionCriteria .criteria:hover .criteriaWrapper path, .productSelectionCriteria .criteria.active .criteriaWrapper path {
    stroke: #fff;
}
.productSelectionCriteria .criteria .contentWrapper {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
}

.productSelectionCriteria .criteria.active {
    box-shadow: 0px 9px 40px 0px rgba(4, 40, 102, 0.04);
}
.productSelectionCriteria .criteria:hover .contentWrapper p, .productSelectionCriteria .criteria.active .contentWrapper p {
    color: #fff;
}
.productSelectionCriteria .criteria.active .criteriaWrapper .icon {
    transform: rotate(180deg);
    transition: all 0.4s ease;
}

.productSelectionCriteria .criteria.active .contentWrapper {
    opacity: 1;
    max-height: 10000px;
    transition: max-height 1.6s ease;
    padding-bottom: 24px;
}

/* ===== Product Attributes (RTL) ===== */
.productAttributes {
    direction: rtl;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.6;
}

.productAttributes .page-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 18px;
}

/* === 2-column layout for groups === */
.productAttributes .attr-groups {
    display: grid;
    grid-template-columns: 1fr;   /* mobile default */
    gap: 28px;
}

@media (min-width: 992px) {
    .productAttributes .attr-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns of groups */
        gap: 32px;
    }
}

/* === Each group === */
.productAttributes .attr-group {
    padding: 0;
}

/* Group title spans full width */
.productAttributes .attr-group__title {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

/* Optional subtitle inside group */
.productAttributes .attr-subtitle {
    grid-column: span 2; /* make subtitle take full width of the row grid */
    font-weight: 800;
    margin: 16px 0 8px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

/* === Table inside group: 2 columns of attr-row === */
.productAttributes .attr-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two columns of attr-row */
    gap: 0; /* row borders handle separation */
}

@media (max-width: 768px) {
    .productAttributes .attr-table {
        grid-template-columns: 1fr; /* stack rows on mobile */
    }
}

/* Each attr-row = 2 cells: label (right) | value (left) */
.productAttributes .attr-row {
    display: grid;
    grid-template-columns: 100px 1fr; /* adjust label width as needed */
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid #ededed;
}

.productAttributes .attr-row:first-of-type,
.productAttributes .attr-row:nth-of-type(2) {
    border-top: 1px solid #ededed; /* top border for first line of rows */
}

/* Label cell */
.productAttributes .attr-name {
    font-weight: 700;
    padding-left: 12px; /* space between label and value */
    word-break: break-word;
}

/* Value cell */
.productAttributes .attr-value {
    word-break: break-word;
}

/* Small description under value */
.productAttributes .attr-desc {
