﻿.wisebuy-review .review-property.full-page .writer {
    display: inline-block;
}

.wisebuy-review-page.model-page {
    /* Reset or override .model-page styles for elements that have both classes */
    all: unset; /* This will remove all inherited and applied styles */
    width: 1392px;
    text-align: center;
    flex-direction: column;
    display: flex;
    margin: 20px auto 0 auto;
}

.wisebuy-review .youtubeWrp iframe{
    border-radius:16px;
    border:0;
}

.wisebuy-review-card {
    background-color: #EBF3FF;
    border-radius: 24px;
    padding: 20px 40px 40px 40px;
    margin-bottom: 20px;
}


.wisebuy-review .summary-text .summary-title {
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.wisebuy-review .full-page .review-title {
    display: inline-block;
}

.wisebuy-review .FullReviewBtn {
    margin-top: 20px;
    width: 227px;
    height: 32px;
    font-size: 14px;
    color: #001C32;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #EBF3FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wisebuy-review .FullReviewBtn a {
        color: #001C32;
        text-decoration: none;
        /*font-weight: bold*/
    }

.wisebuy-review .WisebuyScoreRow {
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.wisebuy-review .ScoreTitle {
    padding: 3px 0 3px 10px;    
    font-weight:bold;
    font-size:10pt;
    position: absolute;
}

    .wisebuy-review .ScoreTitle .WisebuyPrefix {
        margin-right: -5px;
        color: #000;
    }

    /*.wisebuy-review .ScoreTitle .WisebuySuffix {
        color: #feba12;
    }*/

.wisebuy-review .Score {
    padding: 3px 10px 3px 0;
    float: left;    
    font-weight:bold;
    font-size:10pt;
    color: #000;
}

.wisebuy-review .youtubeWrp iframe{
    margin-top: 20px;
}

.wisebuy-review .WisebuyImages {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
}


    .wisebuy-review .WisebuyImages .jcarousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        display: inline-block;
    }    

    .wisebuy-review .WisebuyImages .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;        
    }

    .wisebuy-review .WisebuyImages .jcarousel li {
        float: right;
    }

    .wisebuy-review .WisebuyImages .jcarousel-control-prev {
        background: url("https://img.zap.co.il/imgs/zapmobile/arrowSliderRight.png") no-repeat;
        cursor: pointer;
        display: block;
        height: 55px;
        width: 55px;
        z-index: 9999;
        top:30%;
        float: right;
        position: absolute;
        margin-right: 2px
    }

    .wisebuy-review .WisebuyImages .jcarousel-control-next {
        background: url("https://img.zap.co.il/imgs/zapmobile/arrowSliderLeft.png") no-repeat;
        cursor: pointer;
        display: block;
        height: 55px;
        width: 55px;
        z-index: 9999;
        top:30%;
        left: 11px;
        position: absolute
    }

    .wisebuy-review .WisebuyImages .jcarousel-control-next, .WisebuyImages .jcarousel-control-prev {
        display: inline-block
    }

    .wisebuy-review .WisebuyImages .jcarousel-control-prev.inactive {
        display: none
    }

    .wisebuy-review .WisebuyImages .jcarousel-control-next.inactive {
        display: none
    }

img {
    border: 0
}

.wisebuy-review .AuthorBox {
    background: #fff;
    margin-top: 20px;
}

    .wisebuy-review .AuthorBox .AuthorImg {
        border: 1px solid #c1c1b5;
        display: inline-block;
        width:40px;
        height:40px;
        box-sizing:unset;
    }

    .wisebuy-review .AuthorBox .imageTitle {
        width: 100%;
    }

        .wisebuy-review .AuthorBox .imageTitle .AuthorTitle {
            margin-right: 10px;
            font-weight: bold;
            font-size: 13pt;
            color: #000;
            display: inline-block;
        }

    .wisebuy-review .AuthorBox .AuthorDesc .Sep {
        background-color: #CFCFCF;
        margin: 10px 0;
        height: 1px
    }

    .wisebuy-review .AuthorBox .AuthorDesc .AuthorBody {
        color: #3c3c3c;
        line-height: 22px
    }

.model-page-details.small .price-stores-wrapper
{
    display:block;
}

.author-wrapper {
    display: inline-flex;
    gap: 19px;
    padding: 16px;
    background-color: #ECF4F6;
    border-radius: 6px;
    margin-top: 35px;
    margin-bottom: 35px;
}

img.author-img {
    width: 56px;
    height: 56px;
    float: right;
    border-radius:9px;
}

.author-desc {
    text-align: right;
}

.author-title {
    margin-bottom: 8px;
    font-size:18px;
    font-weight: 600;
}

.author-details {
    font-size: 14px;
    font-weight: 400;
}

.img-wb, .youtubeWrp {
    /*height: 417px;
    max-height: 417px;*/
}

.FullReviewLink {
    margin-top: 21px;
}

.gallery-wraper {
    margin-top: 41px;
    width: calc(100% - 52px);
    margin-right: 0;
}

.wb-arrow-wrapper {
    box-shadow: 0px 0px 6px #00000021;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    top: calc( (100% - 48px) /2 );
    opacity: 1;
}
.carousel-control-prev.wb-arrow-wrapper
{
    right: -24px;
}
.carousel-control-next.wb-arrow-wrapper
{
    left: -24px;
}
.wb-arrow {
    opacity: 1;
}
.carousel-control-next-icon.wb-arrow, .carousel-control-prev-icon.wb-arrow {
}
.carousel-control-next-icon.wb-arrow.wb-arrow-left {
    background-image: url('https://img.zap.co.il/imgs/zapmobile/svg/left_arrow_gallery.svg');
}
.carousel-control-prev-icon.wb-arrow.wb-arrow-right {
    background-image: url('https://img.zap.co.il/imgs/zapmobile/svg/right_arrow_gallery.svg');
}

.cheapest-title {
    margin: 0 0 20px 0;
}


@media screen and (min-width: 1024px) and (max-width: 1392px) {
    .wisebuy-review-page.model-page{
        width:1256px;
        margin:auto;
        margin-top:20px;
    }
}
