﻿.popup {
    width: 100%; 
}

    .popup .model-page-wrapper {
        width: 100%;
    }

.model-page-details.popup {
    margin: 0;
    width:100%;
}

.carousel {
    display: flex;
    z-index: 1;
}

.carousel-item {    
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out !important;    
}

.popup .carousel-item {
    margin-left: 0 !important;    
}

.img-div.carousel-item.active {
    transition: none !important;
    display: flex !important;
}

.popup .carousel {
    width: 100%;
    display: block;
    /*direction: ltr !important;*/
}

.popup .carousel-inner {
    height: 100%;
    display: flex;
    justify-content: center;
}

.popup .carousel-control-prev-icon {
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: #000;
    transform: rotate(180deg);
    -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow_back.svg) no-repeat center;
    mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow_back.svg) no-repeat center;
    background-image: none;
}

.popup .carousel-control-next-icon {
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: #000;
    -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow_back.svg) no-repeat center;
    mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow_back.svg) no-repeat center;
    background-image: none;
}

.more-images {
    background-color: #27292B;
    color: #fff;
    width: 20px;
    height: 19px;
    display: flex;
    margin-top: 10px;
    border-radius: 2px;
    justify-content: center;
    line-height: 19px;
}

    .more-images .more-images-txt {
        color: #fff;
        text-indent: 0;
        font-size: 12px;
        letter-spacing: 0;
    }

.img-div {
    cursor: pointer;
}

    .img-div img {
        object-fit: contain;
        /*max-width: 240px;*/
    }

.archive .img-div img {
    opacity: 16%;
}

[data-video-id], .youtube-small-wrp {
    position: relative;
}

    [data-video-id] .watermark {
        height: 50px;
        width: 51px;
        background-image: url(https://img.zap.co.il/imgs/zapmobile/new/video_player.png?a=35);
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        top: 39%;
        left: 45%;
        opacity: 0.8;
        /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
        filter: alpha(opacity=50);
        /* for <= IE 8 */
    }

.popup [data-video-id] .watermark {
    top: 43%;
    /*left: 534px;*/
}

.youtube-small-wrp .watermark {
    position: absolute;
    top: 8px;
    left: 1px;
    width: 24px;
    height: 24px;
    border: 0 !important;
}

.my-zap-icons {
   /* position: absolute;*/
   height:20%;
    top: 0;
    right: -14px;
    z-index: 2;
}

    .my-zap-icons .favorite, .my-zap-icons .share, .my-zap-icons .Madeinisrael {
        width: 35px;
        height: 35px;
        background: #fff;
        border-radius: 35px;
        margin: 5px;
        z-index: 99;
    }

        .my-zap-icons .favorite.added {
            width: 35px;
            height: 35px;
            background-color: #000;
            -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;
        }

    .my-zap-icons .favorite {
        width: 35px;
        height: 35px;
        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;
    }

    .my-zap-icons .share {
        content: '';
        width: 35px;
        height: 35px;
        background-color: #000;
        -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/share_dark.svg) no-repeat center;
        mask: url(https://img.zap.co.il/imgs/zapmobile/svg/share_dark.svg) no-repeat center;
        cursor: pointer;
    }

.popup .carousel-indicators {
    flex-direction:row;
    width: calc(100% - 20px);
    position: unset;
    flex-wrap: wrap;
    flex-grow: 0;
    justify-content: center;
    padding: 13px 39.4px 10px 16px;
}

.carousel-indicators {
    /*height: 36px;*/
    flex-direction:column;
    justify-content:end;
    position: unset;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
    position:absolute;
    right:-63px;
    width:10%;
    bottom:30px;
}

    .carousel-indicators li {
        opacity: 1;
    }

.popup .carousel-indicators li {
    height: 100%;
}

.carousel-indicators li a img {
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #E5E6E5;
    padding: 3px;
}

.carousel-indicators li.active a img {
    border: 1px solid #27292B;
    border-radius: 5px;
}

.popup .scores-container {
    display: flex;
}

#carouselModel .carousel-inner .img-div.carousel-item.active {
    display: flex;
    justify-content: center;
}
