﻿/* אמור לשמש את כל האתר בעיצוב החדש עבור עיצוב של מודלים*/



.model-row-link {
    border: 1px solid #E5E6E5;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    background-color: white;
}

.RegularView {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.GalleryView {
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
}

.GalleryViewOld {
    gap: 22px;
}
.GalleryViewNew {
    gap: 24px;
}

    .GalleryView .ModelRow {
        margin: 0;
        width: 291px;
        height: 632px;
        border-radius: 6px;
        display: grid;
        padding: 24px;
        position: relative;
        grid-template-columns: none;
    }

        .GalleryView .ModelRow .ModelRowContainer {
            display: grid;
            grid-template-rows: 240px 190px 150px;
            grid-template-columns: none;
            padding-right: 0;
        }

        .GalleryView .ModelRow.noModelRow.cars-view .ModelRowContainer {
            grid-template-rows: 240px 190px 83px;
        }

        .GalleryView .ModelRow.noModelRow {
            grid-template-rows: 240px 1fr 1fr;
        }

            .GalleryView .ModelRow.noModelRow.cars-view {
                height: 567px;
            }


        .GalleryView .ModelRow .ModelInfo {
            padding: 0;
            min-height: 132px;
            display: grid;
            grid-template-rows: 4px 75px 63px auto;
            border-left: none;
            height: 100%;
            gap: 10px;
        }

.marketplace-offers .GalleryView .ModelRow .ModelInfo {
    grid-template-rows: 4px 75px 84px auto;
}

.GalleryView .ModelRow .price-wrapper {
    font-size: 28px;
    width: 100%;
}

.ModelRow {
    color: #000;
    font-size: 14px;
    padding: 24px 0;
    background-color: white;
    border: 1px solid #E5E6E5;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 30px auto;
    position: relative;
}

    .ModelRow .ModelRowContainer {
        background-color: white;        
        display: grid;
        grid-template-columns: 170px minmax(auto, 696px) auto;
        align-items: center;
        padding-right: 6px;
        grid-column: 2;
    }

    .RegularView .ModelRow .ModelRowContainer {
        position: relative;
    }

    .ModelRow .row:last-child {
        margin-top: 2px;
    }

.GalleryView .ModelRow .ModelDetails {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 0;
    flex-direction: inherit !important;
}

    .GalleryView .ModelRow .ModelDetails.campaign {
        justify-content: center;
    }

.ModelRow .ModelDetailsContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.GalleryView .ModelRow .ModelDetailsContainer {
    height: 100%;
    align-items: end;
}

.ModelRow .ModelDetails {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 8px;
    max-width: 278px;
    min-width: 220px;
    width: 100%;
    position: relative;
}

    .ModelRow .ModelDetails.cellphone-service .price-wrapper.product.total {
        transform: translateY(33px);
    }

.GalleryRow .ModelRow {
    padding: 0 2px 10px 2px;
}





.GalleryView .MiddleBanner {
    /* border-top: 1px solid #d3d3d3;*/
}

.ModelRow .ModelPic {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4px;
    margin-left: 24px;
    max-width: 160px;
}

    .ModelRow .ModelPic > img {
        width: 160px;
        height: 160px;
        margin-right: 4px;
        object-fit: contain;
    }


.GalleryView .ModelRow .ModelPic {
    width: 240px;
    height: 240px;
    margin: 0;
    padding: 0;
    max-width: unset;
}

    .GalleryView .ModelRow .ModelPic img {
        width: 240px;
        height: 240px;
        object-fit: contain;
    }



.ModelRow .ModelInfo {
    padding-right: 18px;
    width: 100%;
    display: grid;
    padding-left: 24px;
    border-left: 1px solid #E5E6E5;
    max-width: 695px;
    /* row-gap: 8px;
    height: 146px;*/
    grid-template-rows: auto 65px auto;
    position: relative;
}

    .ModelRow .ModelInfo.searchpage {
        grid-template-rows: auto 45px auto;
    }

    .ModelRow .ModelInfo .more-details {
        text-decoration: underline;
        color: #007284;
        font-size: 14px;
        line-height: 18px;
        margin-right: 4px;
    }

    .ModelRow .ModelInfo .add-review {
        text-decoration: underline;
        color: #007284;
        font-size: 14px;
        line-height: 18px;
        cursor: pointer;
    }

.GalleryView .ModelRow .ModelInfo .more-details {
    margin-right: 0px;
    margin-top: -28px;
    color: #27292B;
}

.ModelRow .line {
    border: 1px solid #E5E6E5;
    height: 100%;
    margin: 0 auto;
}

.GalleryView .GalleryRow .ModelRow .ModelInfo {
    padding-right: 0px;
    padding-top: 10px;
    text-align: center;
}

.GalleryView .ModelRow .ModelTitle {
    max-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 8px;
    margin-bottom: 0px;
}

.ModelRow .saleType-label {
    color: #DB3A00;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.GalleryView .saleType-label {
    height: 16px;
    margin-bottom: 5px;
}

.ModelRow .ModelTitle {
    margin-bottom: 16px;
    color: #27292B;
    font-size: 18px;
    text-align: right;
    line-height: 23px;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .ModelRow .ModelTitle [data-title] {
        font-weight: bold;
    }

    .ModelRow .ModelTitle .brand {
        font-weight: 500;
        text-decoration: underline;
    }

    .ModelRow .ModelTitle .brand-pipeline {
        font-weight: 500;
    }

.ModelRow .ModelInfo .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0px;
    line-height: 24px;
    font-size: 16px;
    height: 45px;
    text-align: right;
}

.SearchResultsContainer .GalleryView .ModelRow .ModelInfo .description {
    font-size: 16px;
    line-height: 22px;
    color: #6D7276;
    text-align: right;
    height: auto;
    -webkit-line-clamp: 3;
}

.marketplace-offers .SearchResultsContainer .ModelRow .ModelInfo .description {
    -webkit-line-clamp: 3;
    height: 65px;
}

.marketplace-offers .SearchResultsContainer .GalleryView .ModelRow .ModelInfo .description {
    -webkit-line-clamp: 4;
    height: 85px;
}

.GalleryView .GalleryRow .ModelRow .ModelTitle {
    -webkit-line-clamp: 3;
    height: 55px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.GalleryView .GalleryRow.row-1 .ModelRow .ModelTitle {
    -webkit-line-clamp: 1;
    height: 22px;
}

.GalleryView .GalleryRow.row-2 .ModelRow .ModelTitle {
    -webkit-line-clamp: 2;
    height: 39px;
}

.GalleryView .GalleryRow.row-3 .ModelRow .ModelTitle {
    -webkit-line-clamp: 3;
    height: 58px;
}

.ModelRow .from-category {
    cursor: pointer;
    text-align: right;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #007284;
}

.ModelRow .param-wrapper {
    font-size: 16px;
    line-height: 24px;
    color: #6D7276;
    text-align: right;
    width: 100%;
}

.GalleryView .ModelRow .param-wrapper {
    height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.searchpage .param-wrapper, .searchpage .SearchResultsContainer .ModelRow .ModelInfo .description {
    margin-top: -10px;
}

.ModelRow .ParamRow {
    color: #6D7276;
    letter-spacing: 0;
    display: inline;
}

    .ModelRow .ParamRow .ParamValue {
        display: inline;
        color: #27292B;
        letter-spacing: 0;
    }

.ModelRow .group-title {
    font-weight: bold;
    color: #00A390;
    font-size: 14px;
    margin-bottom: 10px;
}

.GalleryRow .ModelRow .group-title {
    margin-bottom: 0;
}

.ModelRow .ModelInfo .rate-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 263px;
    margin-top: 22px;
}

.GalleryView .ModelRow .ModelInfo .rate-wrap {
    margin-top: 0px;
    max-width: unset;
    justify-content: unset;
}

.ModelRow .ModelInfo .WisebuyScore a {
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #27292B;
    text-decoration: underline;
}

.GalleryView .GalleryRow .ModelRow .rate-wrap {
    display: block;
    height: 18px;
    text-align: center;
}

.GalleryView .GalleryRow.norate .ModelRow .rate-wrap {
    display: none;
}

.ModelRow .no-shipping {
    font-size: 8pt;
    font-weight: normal;
}



.ModelRow .row-view {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.GalleryView .ModelRow .row-view {
    padding-left: 0px;
}

.ModelRow .NoShip {
    font-size: 10pt !important;
    line-height: 13pt;
}

.to-compare-list {
    height: 93px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 32px !important;
    margin-bottom: 10px !important;
}

    .to-compare-list .right-side {
        display: flex;
        gap: 60px;
        align-items: center;
    }

        .to-compare-list .right-side img {
            width: 131px;
            height: 91px;
            border-top-right-radius: 8px;
        }

    .to-compare-list .to-compare-list-txt {
        font-weight: bold;
        font-size: 1.5rem;
    }

    .to-compare-list .to-compare-list-btn {
        background-color: #001c32;
        width: 262px !important;
    }

    .to-compare-list .arrow-left {
        transform: rotate(-90deg);
    }

.zap-btn, .zap-btn-compare, .mp-btn {
    text-align: center;
    display: inline-block;
    flex-flow: column;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 34px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.GalleryView .zap-btn, .GalleryView .zap-btn-compare, .GalleryView .mp-btn {
    margin-top: 0px;
    width: 100%;
    justify-content: center;
}

.zap-btn {
    background-color: #DB3A00;
    color: #FFFFFF;
    width: 262px;
    height: 46px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
}

    .zap-btn:hover {
        color: #FFFFFF;
    }

.zap-btn-compare:hover {
    color: #FFFFFF;
}

.mp-btn:hover {
    color: #27292B;
}

.zap-btn-compare {
    background-color: #007284;
    color: #FFFFFF;
    width: 262px;
    height: 46px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
}

.mp-btn {
    background-color: #5FC5D7;
    color: #27292B;
    width: 262px;
    height: 46px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
}

    .zap-btn.Option2, .mp-btn.Option2 {
        justify-content: right;
        padding-right: 10%;
        box-sizing: border-box;
    }

.zap-btn.OptionClicks3 {
    background-color: #001C32;
    color: #fff;
    justify-content: right;
    padding-right: 10%;
    box-sizing: border-box;
}

    .zap-btn.OptionClicks3 span:after, .mp-btn.OptionMP3 span:after {
        content: "";
        position: relative;        
        width: 15px;
        height: 12px;
        display: inline-block;
        mask: url(https://img.zap.co.il/imgs/svg/zapdesktop/arrow-left.svg) center center no-repeat;
        mask-size: 200%;
    }

    .zap-btn.OptionClicks3 span:after {
        background: #fff;
    }

.mp-btn.OptionMP3 span:after {
    background: #27292b;
}

.RegularView .zap-btn.OptionClicks3 span:after {
    right: 111px;
}

.GalleryView .zap-btn.OptionClicks3 span:after {
    right: 95px;
}

.RegularView .mp-btn.OptionMP3 span:after {
    right: 146px;
}

.GalleryView .mp-btn.OptionMP3 span:after {
    right: 124px;
}

.mp-btn.OptionMP3 {
    /*background-color: #5653E8;*/
    /*color: #fff;*/
    justify-content: start;
    padding-right: 10%;
}

.zap-btn.OptionClicks4 {
    background-color: #F15928;
    color: #fff;
    justify-content: right;
    padding-right: 10%;
    box-sizing: border-box;
}

.mp-btn.OptionMP4 {
    background-color: #001C32;
    color: #fff;
    justify-content: start;
    padding-right: 10%;
}

   /* .zap-btn.OptionClicks4:after, .mp-btn.OptionMP4:after, .zap-btn.OptionClicks3:after, .mp-btn.OptionMP3:after, .mp-btn.Option2:after, .zap-btn.Option2:after {
        content: "";
        position: relative;
        background: #fff;
        width: 15px;
        height: 12px;
        display: inline-block;
        mask: url(https://img.zap.co.il/imgs/svg/zapdesktop/arrow-left.svg) center center no-repeat;
        mask-size: 200%;
    }*/

/*.mp-btn.OptionMP3:after {
    background: #27292b;
}

.ModelBid .zap-btn.Option2:after, .ModelBid .zap-btn.OptionClicks3:after, .ModelBid .zap-btn.OptionClicks4:after {
    right: 108px;
}

.ModelBid .mp-btn.OptionMP2:after, .ModelBid .mp-btn.OptionMP3:after, .ModelBid .mp-btn.OptionMP4:after {
    right: 144px;
}

.GalleryView .zap-btn.OptionClicks4:after, .GalleryView .zap-btn.OptionClicks3:after, .GalleryView .zap-btn.Option2:after {
    right: 88px;
}

.GalleryView .mp-btn.OptionMP4:after, .GalleryView .mp-btn.OptionMP3:after, .GalleryView .mp-btn.Option2:after {
    right: 122px;
}

.RegularView .zap-btn.OptionClicks4:after, .RegularView .zap-btn.OptionClicks3:after, .RegularView .zap-btn.Option2:after {
    right: 110px;
}

.RegularView .mp-btn.OptionMP4:after, .RegularView .mp-btn.OptionMP3:after, .RegularView .mp-btn.Option2:after {
    right: 144px;
}

.GalleryView .mp-btn.Option2:after, .RegularView .mp-btn.Option2:after {
    background: #000;
}*/


.zap-btn .arrow-left, .zap-btn-compare .arrow-left {
    background-color: #fff;
    -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow-left-white.svg) no-repeat center;
    mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow-left-white.svg) no-repeat center;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    width: 18px;
    height: 15px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: sub;
}

.mp-btn .logo-mp {
    background: url(https://img.zap.co.il/imgs/svg/logo-mp.svg);
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: sub;
    background-repeat: no-repeat
}

.GalleryView .ModelRow .icons {
    position: absolute;
    z-index: 1;
    transform: translate(-16px, 16px);
}

/*
.ModelRow .icons {
    position: absolute;
    top: 12px;
    right: 12px;
}

    .ModelRow .icons .my-favorties {
        content: '';
        width: 19.75px;
        height: 18px;
        background-color: #000;
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favourits.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favourits.svg) no-repeat center;
        cursor: pointer;
        margin-bottom: 12px;
    }

        .ModelRow .icons .my-favorties.added {
            -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_black.svg) no-repeat center;
        }*/
.ModelRow .icons .comparison.selectedComparison {
    background-color: #007284;
}

.ModelRow .icons .iconsWhiteCircle {
    width: 32px;
    height: 32px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.GalleryView .ModelRow .icons .iconsWhiteCircle {
    background: rgb(255 255 255 / 70%);
}

.ModelRow .icons .comparison {
    content: '';
    width: 18px;
    aspect-ratio: 1;
    cursor: pointer;
    background-color: #000;
    -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/comparemodels.svg) no-repeat center;
    mask: url(https://img.zap.co.il/imgs/zapmobile/svg/comparemodels.svg) no-repeat center;
}

.withModelRow .GalleryView .ModelRow .price-wrapper {
    justify-content: space-between;
    margin-bottom: 8px;
}

/*start move space before button of FS */
.GalleryView .ModelRow.Product .price-wrapper, .GalleryView .ModelRow.OneStoreModel .price-wrapper {
    margin-bottom: 3px;
}

.GalleryView .ModelRow.Product .shipping-wapper, .GalleryView .ModelRow.OneStoreModel .shipping-wapper {
    margin-bottom: 5px;
}
/* end move space before button of FS */
.categories-page-container .categories-count-results {
    font-size: 22px;
    font-weight: 700;
}

.categories-page-container .categories-results {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 10px;
}

.categories-page-container .categories-links-order {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .categories-page-container .categories-links-order .page-view-links {
        margin-bottom: 15px;
    }

.ModelRow .price-wrapper {
    color: #27292B;
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 8px;
    justify-content: space-between;
    align-items: center;
    max-width: 262px;
    text-align: left;
}

.ModelRow:not([data-price-status]) .price-wrapper {
    display: flex;
}

.ModelRow .ModelDetails:has(.price-wrapper-noShip) {
    row-gap: 2px;
}

.ModelRow .price-wrapper.price-wrapper-noShip {
    justify-content: flex-end;
}

.ModelRow .price-wrapper.product {
    justify-content: flex-end;
}


.ModelRow .price-wrapper .graph-icon {
    width: 22px;
    height: 32px;
    display: flex;
}

    .ModelRow .price-wrapper .graph-icon:before {
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background-color: #000;
        vertical-align: middle;
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/graphpopolar.svg) no-repeat center;
    }

.GalleryView .ModelRow .price-wrapper:before {
    content: none;
}

.ModelRow .price-wrapper [data-price] {
    display: block;
}

.GalleryRow .ModelRow .price-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.GalleryRow .ModelRow .model-info-mp .price-wrapper {
    text-align: center;
    display: inline-block;
}

.ModelRow .price-wrapper .start-form {
    color: #27292B;
    font-size: 11px;
    font-weight: normal;
}

.ModelRow .ModelInfo .price-wrapper .shipping-price, .ModelRow .ModelInfo .price-wrapper .include-shipping {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    letter-spacing: 0;
    margin-right: 4px;
    line-height: 10px;
    display: inline-block;
}

.GalleryRow .ModelRow .ModelInfo .price-wrapper .shipping-price, .GalleryRow .ModelRow .ModelInfo .price-wrapper .include-shipping {
    margin-right: 0px;
}

.ModelDetails .shipping-price, .ModelDetails .tires-city {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
}

.ModelDetails .shipping-wapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    /*margin-top: -7px;*/
}

.GalleryView .ModelDetails .shipping-wapper {
    width: 100%;
}

.ModelDetails .shipping-wapper .supply-period {
    display: flex;
}

.ModelRow:not([data-price-status]) .ModelDetails .supply-period.final {
    display: flex;
}

.ModelDetails .shipping-wapper .supply-period, .ModelDetails .supply-period.final {
    font-weight: 500;
    align-items: center;
}

.marketplace-offers .ModelRow[data-price-status='2'] .ModelDetails .price-wrapper.product.total {
    display: block !important;
}

.marketplace-offers .ModelRow .price-wrapper.product {
    display: none;
}

.marketplace-offers .ModelRow[data-price-status='2'] .ModelDetails .shipping-wapper .shipping-final {
    display: block !important;
}

.marketplace-offers .ModelDetails .shipping-price {
    display: none;
}

.shipping .SlideBox .ModelRow .ModelDetails .price-wrapper.product.total {
    display: none !important;
}

.ModelRow:not([data-price-status='2']) .ModelDetails .price-wrapper.product.total {
    display: block !important;
}

    .ModelRow:not([data-price-status='2']) .ModelDetails .price-wrapper.product.total.tzimmer {
    display: flex !important;
    gap: 5px;
    align-items: flex-end;
}

    .ModelRow:not([data-price-status='2']) .ModelDetails .price-wrapper.product.total.tzimmer div {
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
    }
.GalleryView .ModelRow:not([data-price-status='2']) .ModelDetails .price-wrapper.product.total.tzimmer div {
    line-height: 37px;
}
    .ModelRow[data-price-status='2'] .ModelDetails .price-wrapper.product.total {
        display: none !important;
    }

.GalleryView .ModelDetails .price-wrapper.product.total, .GalleryView .ModelDetails .price-wrapper.product.total-no-shipping {
    width: 100%;
}

.shipping .ModelRow:not([data-price-status]) .ModelDetails .price-wrapper.product.total, .ModelRow.sower-doors:not([data-price-status]) .ModelDetails .price-wrapper.product.total {
    display: none !important;
}

.ModelRow:not([data-price-status='2']) .ModelDetails .price-wrapper.product.total-no-shipping {
    display: none !important;
}

.shipping .SlideBox .ModelRow:not([data-price-status='2']) .ModelDetails .price-wrapper.product.total-no-shipping {
    display: block !important;
}

.shipping .SlideBox .ModelRow .shipping-price {
    display: block;
}

.shipping .SlideBox .ModelRow .shipping-final {
    display: none;
}


.ab-test-2 .ModelRow:not([data-price-status='2']) .ModelDetails .price-wrapper.product.total-no-shipping {
    text-align: left;
    width: 100%;
}

.shipping .ModelRow:not([data-price-status]) .ModelDetails .price-wrapper.product.total-no-shipping, .ModelRow.sower-doors:not([data-price-status]) .ModelDetails .price-wrapper.product.total-no-shipping {
    display: block !important;
}

.ModelDetails .shipping-wapper .shipping-final {
    font-weight: 500;
    height: 24px;
    line-height: 23px;
}

.ModelRow[data-price-status='2'] .ModelDetails .shipping-wapper .shipping-final {
    display: none !important;
}

.shipping .ModelRow:not([data-price-status]) .ModelDetails .shipping-wapper .shipping-final, .ModelRow.sower-doors:not([data-price-status]) .ModelDetails .shipping-wapper .shipping-final {
    display: none !important;
}

.ModelRow:not([data-price-status='2']) .ModelDetails .shipping-wapper .shipping-price {
    display: none !important;
}

.shipping .ModelRow:not([data-price-status]) .ModelDetails .shipping-wapper .shipping-price, .ModelRow.sower-doors:not([data-price-status]) .ModelDetails .shipping-wapper .shipping-price {
    display: block !important;
    font-weight: 500;
}

.ModelDetails .price-wrapper.product.final {
    display: none !important;
}

.ModelDetails .supply-period.before {
    display: block !important;
}

.ModelDetails .supply-period.final {
    display: none !important;
}

.shipping .ModelRow:not([data-price-status]) .ModelDetails .supply-period.before, .ModelRow.sower-doors:not([data-price-status]) .ModelDetails .supply-period.before {
    visibility: hidden;
}

.shipping .ModelDetails .supply-period.final, .sower-doors .ModelDetails .supply-period.final {
    line-height: 25px;
    margin-top: -7px;
    margin-bottom: 8px;
    width: 100%;
}

.shipping .ModelRow:not([data-price-status]) .ModelDetails .supply-period.final, .ModelRow.sower-doors:not([data-price-status]) .ModelDetails .supply-period.final {
    display: block !important;
}

.ModelDetails .service-business {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #444749;
    text-align: right;
}

    .ModelDetails .service-business .service-business-ico {
        background-color: #5FC5D7;
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/shop.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/shop.svg) no-repeat center;
        -webkit-mask-size: 24px;
        mask-size: 24px;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px;
    }

.final-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.shipping .ModelDetails .price-wrapper.product.final, .sower-doors .ModelDetails .price-wrapper.product.final {
    font-size: 14px;
    font-weight: bold;
    color: #27292B;
    text-align: left;
    line-height: 25px;
    margin-top: -7px;
    width: 100%;
}

.shipping .ModelRow:not([data-price-status]) .ModelDetails .price-wrapper.product.final, .ModelRow.sower-doors:not([data-price-status]) .ModelDetails .price-wrapper.product.final {
    display: block !important;
}

.ModelDetails .include-shipping {
    font-size: 16px;
    font-weight: 700;
}

.ModelRow .ModelInfo .supply-period {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #444749;
}

.ModelRow .supply-period .supply-period-ico {
    background-color: #377E91;
    -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/supplyperiod.svg) no-repeat center;
    mask: url(https://img.zap.co.il/imgs/zapmobile/svg/supplyperiod.svg) no-repeat center;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.ModelRow .Stores {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #444749;
    margin-top: 12px;
    letter-spacing: 0;
    text-align: center;
}

.GalleryView .ModelRow .Stores {
    text-align: center;
    margin-top: 12px;
    width: 100%;
}

.ModelRow .store-name {
    min-width: 68px;
    font-weight: 500;
    font-size: 14px;
    color: #444749;
    margin-top: 12px;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height:18px;
}

    .ModelRow .store-name a {
        font-weight: 500;
        font-size: 14px;
        color: #444749;
        letter-spacing: 0;
    }

.RegularView .ModelRow .store-name {
    flex-direction: column;
    gap: 3px;
}

.GalleryView .ModelRow .store-name {
    width: 100%;
    flex-direction: row;
}

.GalleryRow .ModelRow .store-name {
    text-align: center;
    margin-top: 8px;
}

.GalleryView .ModelRow .store-name .short-store-name {
    width: 46%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.RegularView .ModelRow .store-name .branch-count {
    display: inline-block;
}

.GalleryView .ModelRow .store-name .branch-count {
    display: none;
}

.ModelRow .store-description {
    font-weight: normal;
}

.ModelRow .FavoriteDate span {
    font-weight: bold;
}

.ModelRow .RatingLine {
    display: flex;
    align-items: center;
}

.GalleryView .ModelRow .RatingLine {
    margin-left: 10px;
}

.GalleryRow .ModelRow .RatingLine {
    margin-top: 0px;
}

.ModelRow .RatingLine .RatingStars {
    display: inline-block;
    float: right;
    width: 71px;
    height: 18px;
    background-color: #000;
    background: url(https://img.zap.co.il/imgs/zapmobile/stars/new/star_empty.png) repeat-x right transparent;
    background-size: 14px 13.47px;
}

    .ModelRow .RatingLine .RatingStars span {
        display: inline-block;
        float: right;
        height: 18px;
        background: url(https://img.zap.co.il/imgs/zapmobile/stars/new/star_full_orange.png) repeat-x right transparent;
        background-size: 14px 13.47px;
    }



.ModelRow .RatingLine .RateNum {
    display: inline-block;
    color: #007284;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    /* width: 25px;*/
    text-align: center;
    vertical-align: text-top;
    /*    text-decoration: underline;*/
    margin-right: 7px;
}

    .ModelRow .RatingLine .RateNum span {
        text-decoration: underline;
    }


.ModelRow .ModelFavorite {
    text-align: center;
    margin-top: 4px;
}

    .ModelRow .ModelFavorite .FavoriteImg:focus {
        outline: 0;
    }

    .ModelRow .ModelFavorite .FavoriteImg {
        height: 30px;
    }

        .ModelRow .ModelFavorite .FavoriteImg .BkImg {
            width: 20px;
            height: 20px;
            -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_black.svg) no-repeat center;
            mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_black.svg) no-repeat center;
            background-size: cover;
            display: inline-block;
            -webkit-transition: background-image 0.4s ease-in-out;
            transition: background-image 0.4s ease-in-out;
            background-color: #fff;
        }

        .ModelRow .ModelFavorite .FavoriteImg.deleted .BkImg {
            -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_border_black.svg) no-repeat center;
            mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_border_black.svg) no-repeat center;
        }

.ModelRow .WisebuyScore {
    height: 15px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.GalleryView .GalleryRow .ModelRow .WisebuyScore {
    height: 12px;
}

.ModelRow .WisebuyScore .Score {
    float: right;
    position: relative;
    border-left: 11px solid #FFA924;
    border-right: 11px solid #FFA924;
    border-top: 16px solid #FFA924;
    border-bottom: 5px solid transparent;
    margin-top: 4px;
    display: flex;
    justify-content: center;
}

    .ModelRow .WisebuyScore .Score span {
        font-size: 12px;
        font-weight: bold;
        color: #444749;
        text-align: center;
        position: absolute;
        top: -14px;
    }

.ModelRow .PersonalImportTxt {
    border: #E5E6E5 1px solid;
    padding: 1px 4px 3px 4px;
    border-top: 0;
    display: inline-block;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0;
    margin-right: 6px;
    position: absolute;    
    font-size: 13px;
}

.RegularView .ModelRow .PersonalImportTxt {
    top: -24px;
    right: 110px;
}

.GalleryView .ModelRow .PersonalImportTxt {
    top: 0px;
    left: 0;
    width: max-content;
    right: auto;
}

    .ModelRow .PersonalImportTxt.togetherforbusiness {
        background-color: #D50800;
        color: #fff;
    }

.GalleryView .ModelRow .PersonalImportTxt.togetherforbusiness {
    background-color: #D50800;
    color: #fff;    
}

.ModelRow .icons-wrapper {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: flex;
    gap: 9px;
}

.noModelRow.ModelRow .icons-wrapper {
    display: flex;
    gap: 9px;
    position: initial;
}

.GalleryView .ModelRow .icons-wrapper {
    bottom: 21px;
    gap: 5px;
}

.GalleryView .GalleryRow .ModelRow .ModelPic {
    position: relative;
    min-height: 100px;
}

.GalleryView .GalleryRow .ModelRow .icons-wrapper {
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 21px;
}

.ModelRow .icons-wrapper .paypal {
    /* display: inline-block;
    width: 21px ;
    height: 21px ;*/
}
/*.ModelRow .icons-wrapper .paypal img {
        width: 21px;
        height: 17px;
    }*/

.ModelRow .icons-wrapper .Madeinisrael img {
    display: inline-block;
    width: 21px;
    height: 17px;
}

.ModelRow .icons-wrapper .emun {
    display: inline-block;
    width: 21px;
    height: 21px;
}

    .ModelRow .icons-wrapper .emun img {
        width: 17px;
        height: 17px;
    }


.ModelRow .discount-percent {
    color: #5B9D13;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.ModelRow .more-info {
    text-align: center;
}

.GalleryView .GalleryRow .ModelRow .more-info {
    margin-top: 0px;
}

.ModelRow .more-info .more-info-img {
    height: 18px;
    margin: 5px 0 0 0;
    text-align: left;
}

.GalleryView .ModelRow .more-info .more-info-img {
    padding-left: 9px;
}

.GalleryView .GalleryRow .FirstCol .ModelRow .more-info .more-info-img {
    margin-right: 0px;
}

.ModelRow .more-info .more-info-img .more-info-bckimg {
    width: 4px;
    height: 18px;
    background-image: url('https://img.zap.co.il/imgs/zapmobile/moreinfo.png');
    background-size: cover;
    display: inline-block;
    -webkit-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
    background-color: #fff;
    -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/more_vert_black.svg) no-repeat center;
    mask: url(https://img.zap.co.il/imgs/zapmobile/svg/more_vert_black.svg) no-repeat center;
}


.ModelRow .price-btn {
    text-align: center;
    display: block;
    flex-flow: column;
    width: 262px;
    height: 46px;
    background-color: #DB3A00;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    cursor: pointer;
}

    .ModelRow .price-btn.tires .arrow-left, .ModelRow .zap-btn.tires .arrow-left {
        background-color: #fff;
        -webkit-mask-size: 18px;
        mask-size: 18px;
        width: 18px;
        margin-right: 2px;
        display: inline-block;
        vertical-align: sub;
        -webkit-mask: url(https://img.zap.co.il/imgs/svg/phone-fill.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/svg/phone-fill.svg) no-repeat center;
        height: 18px;
    }

.ModelRow .btn-model-wrapper {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 7px;
}

.ModelRow span.font11.no-ship {
    color: #27292B;
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
}

.popover.listevent {
    z-index: 10000;
}

.popover .list {
    min-width: 160px;
}

    .popover .list div {
        color: #292929;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        margin: 0px 10px;
        padding: 14px 0px;
        border-bottom: 1px solid #EFEFEF;
        letter-spacing: 0;
    }

        .popover .list div a {
            color: #292929;
        }

        .popover .list div:last-child {
            border-bottom: 0px;
        }

    .popover .list .row.ModelRow {
        border-bottom: 1px solid #EFEFEF;
    }

    .popover .list div:before {
        width: 20px;
        height: 20px;
        display: inline-block;
        -webkit-transition: background-image 0.4s ease-in-out;
        transition: background-image 0.4s ease-in-out;
        margin-left: 10px;
        background-color: #000;
        content: '';
    }

    .popover .list .favorite.deleted:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_border_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_border_black.svg) no-repeat center;
    }

    .popover .list .favorite:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/favorite_black.svg) no-repeat center;
    }

    .popover .list .clock:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/alarm_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/alarm_black.svg) no-repeat center;
    }

    .popover .list .compare-models:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/addchart_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/addchart_black.svg) no-repeat center;
    }

    .popover .list .share:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/share_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/share_black.svg) no-repeat center;
    }

    .popover .list .specifications:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/list_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/list_black.svg) no-repeat center;
    }

    .popover .list .clientcard:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/grade_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/grade_black.svg) no-repeat center;
    }

    .popover .list .buy:before {
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/storefront_black.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/storefront_black.svg) no-repeat center;
    }

.popover .RatingLine, .popover .RatingLine .RatingStars {
    padding: 0px;
}


.MiddleBanner.MiddleBanner5.regularRow, .MiddleBanner.MiddleBanner10.regularRow {
    padding-bottom: 10px;
    margin-top: -5px;
}

/*.MiddleBanner.MiddleBanner5.gallaryRow, .MiddleBanner.MiddleBanner10.gallaryRow {
    padding-bottom: 8px;
    
}*/
.MiddleBanner.MiddleBanner3.gallaryRow, .MiddleBanner.MiddleBanner10.gallaryRow, .MiddleBanner.MiddleBanner20.gallaryRow {
    width: 100%
}



@media only screen and (min-width:320px) and (max-width: 374px) {
    .GalleryRow .ModelRow .WisebuyScore .Score {
        border-top: 16px solid #FFA924;
    }
}

.NoShip {
    font-weight: normal;
}

/* special css*/


@media screen and (orientation:landscape) {

    .on-site {
        display: inline-block;
    }

    .Call .CallIcon {
        display: inline-block;
    }

    .Call .CallText {
        display: inline-block !important;
        font-size: 10pt !important;
    }
}


.footer-model-item-container {
    max-width: 1256px;
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 15px;
}

.RegularView .ModelRow .rating-line {
    display: flex;
}

.GalleryView .ModelRow .rating-line {
    margin-top: 0px;
    display: inline-flex;
}

.rating-line [data-site-id] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-line .rating-stars {
    width: 60px;
    height: 18px;
    background-color: #000;
    background: url(https://img.zap.co.il/imgs/zapmobile/stars/new/star_empty.png) repeat-x right transparent;
    background-size: 12px 11.54px;
    margin-left: 5px;
    display: inline-block;
}

    .rating-line .rating-stars span {
        height: 18px;
        background: url(https://img.zap.co.il/imgs/zapmobile/stars/new/star_full_turquoise.png) repeat-x right transparent;
        background-size: 12px 11.54px;
        display: block;
    }

.rating-line .rate-cnt {
    display: inline-block;
    font-size: 14px;
    color: #007284;
    height: 18px;
}

    .rating-line .rate-cnt span {
        text-decoration: underline;
    }

.add-reviews {
    text-decoration: underline !important;
    color: #007284 !important;
    font-size: 14px !important;
    cursor:pointer;
}

    .add-reviews:hover {
        color: #007284 !important;
    }

.add-reviews-campaign {
    text-decoration: underline;
    color: #444749;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

    .add-reviews-campaign:hover {
        text-decoration: underline;
        color: #444749;
    }


.tag {
    height: 30px;
    width: 120px;
    position: absolute;
    right: -7px;
    top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #001C32;
    border-radius: 8px 0 0px 8px;
    gap: 6px;
}

    .tag[data-tag-type="zapchoice"]{
        cursor: pointer;
    }

        .tag[data-tag-type="cheapeststore"] {
        width: 142px;
    }


    .tag .arrow {
        display: block;
        height: 0px;
        width: 0px;
        border: 5px solid transparent;
        position: absolute;
        bottom: -4px;
        left: calc(50% - 10px);
        right: 2px;
        transform: rotate(134deg);
    }

    .tag.smart-shop {
        background-color: #048F51;
    }

        .tag.smart-shop .arrow {
            border-top-color: #002537;
        }

    .tag.zap {
        background-color: #023F5E;
    }

        .tag.zap .arrow {
            border-top-color: #01522E;
        }

/*.ModelRow .ModelDetails .november-sale-tag {  
    position:absolute;
    top:-17px;    
    border-radius:6px;    
    height: 22px;
    background-color: #BFD5FF;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;    
}

.RegularView .november-sale-tag {
    left: 8px;
}

.GalleryView .november-sale-tag {
    left: 0px;
}*/

