﻿.BuyBox {
    box-shadow: 0px 8.633px 25.899px 0px #DFDFDF;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 366px;
    text-align: right;
    position: relative;    
    width: 421px;
    height:266px;
    position: absolute;
    left: 0;
    top: 140px;
    gap:24px;
}

    .BuyBox.indicators-wrp
    {
        gap:10px;
    }

.store-name-wrapper {
    min-height: 28px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

    .store-name-wrapper .provided-by-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.BuyBox .group-title, .BuyBox .official-importer-title,.BuyBox .parallel-import-title {
    font-size: 12px;
    font-weight: 700;
    color: #001C32;
}
    /*.BuyBox .distance {
        position: absolute;
        top: -1px;
        font-size: 14px;
        color: #5e5e5e;
        line-height: 14px;
        display: none;
        text-align: right;
    }

        .BuyBox .distance:before {
            content: '';
            width: 10px;
            height: 17px;
            background-size: contain;
            display: inline-block;
            position: relative;
            top: 4px;
            background-color: #5E5E5E;
            -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/room_black_18dp.svg) no-repeat center;
            mask: url(https://img.zap.co.il/imgs/zapmobile/svg/room_black_18dp.svg) no-repeat center;
            -webkit-mask-size: 14px;
            mask-size: 14px;
            margin-left: 3px;
        }*/

    .BuyBox .provided-by {
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        color: #444749;        
    }

.BuyBox .store-name {
    color: #444749;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    line-height: 24px;
}

    .BuyBox .final-price-wrp, .BuyBox .final-price {
        display: flex;
        gap: 5px;
    }

    .BuyBox .price-right {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }


    .BuyBox .group-title span {
        font-size: 12px;
        font-weight: 700;
        color: #444749;
    }

    .BuyBox .price-section {
        display: flex;
        justify-content: space-between;
        /*  align-items: end;*/
        /* margin-bottom: 13px;*/
    }

    .BuyBox .site-details {
        display: flex;
        flex-direction:column;
        gap: 4px;
        align-items: flex-start;
    }

        .BuyBox .site-details .first-row
        {
            display:flex;
            align-items:center;
            justify-content:flex-start;
        }

        .BuyBox .site-details .buybox-logo {
            width: 144px;
            height: 40px;
        }

        .BuyBox .site-details .store-logo {
            width: 113px;
            height: 40px;
        }

    .BuyBox .add-txt {
        font-size: 18px;
        font-weight: 600;
        width: 128px;
        height: 32px;
        border-radius: 16px 0px 30px 0px;
    }

    .BuyBox .site-details .smart-shop {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 16px;
        font-weight: 400;
        cursor:pointer;
        position:relative;
    }

        .BuyBox .site-details .smart-shop img {
            width:24px;
            height:24px;
        }

        .BuyBox .site-details .soreRateIcon {
            display: flex;
            width: 28px;
            height: 28px;
            padding: 4px 6px;
            justify-content: center;
            align-items: center;
            gap: 4px;
            border-radius: 4px;
            background: var(--Yellow, #FCB912);
        }

        .BuyBox .site-details .storeRate {
            font-size: 18px;
            font-weight: 700;
        }

        .BuyBox .site-details .totalStore {
            font-size: 18px;
        }

        .BuyBox .site-details .dividingLine {
            height: auto;
            margin-right: 11px;
            margin-left: 11px;
        }

    .BuyBox .clientcardLink {
        color: #6C6C6C;
        text-decoration-line: underline;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 24px;
        margin-top: 11px;
    }

        .BuyBox .clientcardLink.mpclientcard {
            text-decoration-line: none;
        }
    /*  .BuyBox .price-section img {
            width: 25px;
            height: auto;
        }*/
    .BuyBox .price-section .price-value {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 0;
        text-align: left;
    }

.BuyBox .button-section {
    /* height: -webkit-fill-available;*/
    display: flex;
    /*margin-top: 8px;*/
    margin-bottom: 8px;
}

        .BuyBox .button-section a, .BuyBox .button-section [data-buybox-href] {
            all: unset;
            padding: 14px 0;
            white-space: nowrap;
            font-size: 18px;
            border-radius: 6px;
            width: 100%;
            text-align: center;
            font-weight: 600;
            cursor: pointer;
        }

        .BuyBox .button-section .zap-btn {
            background: #B1CCFF;
            color: black;
            border-radius:30px;
        }

        .BuyBox .button-section .mp-btn {
            background-color: #001C32;
            color: #fff;
            display: block;
            width: 389px;
            height: 20px;
            line-height: 20px;
            border: none;
            font-size: 18px;
            font-weight: 600;
            border-radius: 30px;
            cursor: pointer;
        }

        .BuyBox .button-section .price-btn {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .BuyBox .button-section .Option2 {
            text-align: right;
            padding-right: 4%;
        }

        .BuyBox .button-section .OptionMP3 {
            background-color: #001C32;
            color: white;
            justify-content: center;
            padding-right: 4%;
            border-radius: 30px;
        }

        .BuyBox .button-section .OptionClicks4 {
            background-color: #F15928;
            color: #fff;
            justify-content: right;
            padding-right: 4%;
        }

        .BuyBox .button-section .OptionMP4 {
            background-color: #001C32;
            color: #fff;
            text-align: right;
            padding-right: 10%;
        }

        .BuyBox .button-section .OptionMP3:after {
            background: #27292b;
        }

        .BuyBox .button-section .price-btn.Option2:after {         
            right: 206px;
        }        

        .BuyBox .button-section .price-btn.OptionClicks3::after, .BuyBox .button-section .price-btn.OptionClicks4::after {            
            right: 208px;
        }

        .BuyBox .button-section .Option2 {
            justify-content: right;
        }


    .BuyBox .price {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        gap: 3px;
        /*height: 113px;*/
        justify-content: end;
    }

    .BuyBox .supply-notes {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 16px;
        justify-content: space-between;
    }

    .BuyBox .shipping-final {
        display: flex;
    }

        .BuyBox .shipping-final.tzimmer-price {
            color: #FFFFFF;
            background-color: #001C32;
            border-radius: 3px;
            font-size: 12px;
            font-weight: 700;
            padding: 4px;
            width: max-content;
        }

        .BuyBox .price .price-value.total .shekel {
            font-size: 20px;
            margin-right: 6px;
        }

    .BuyBox .supply-note {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .BuyBox .supply-note img{
            width:16px;
            height:17px;
        }

        /*   .BuyBox .supply-note:last-child {
            justify-content: end
        }

        .BuyBox .supply-note:nth-child(2) {
            justify-content: center
        }*/
        .BuyBox .safe-buy img {
            width: 18px;
            height: 19px;
        }

    .BuyBox .tag {
        height: 32px;
        width: 136px;
        line-height: 32px;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #001C32;
        font-size: 18px;
        font-weight: 600;
        border-radius: 16px 0 30px 0px;
        gap: 6px;        
    }

.BuyBox [data-tag-type="zapchoice"] {
    cursor: pointer;
}

.BuyBox .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);
}

        .BuyBox .tag.smart-shop {
            background-color: #048F51;
        }

            .BuyBox .tag.smart-shop .arrow {
                border-top-color: #002537;
            }

        .BuyBox .tag.zap {
            background-color: #023F5E;
        }

            .BuyBox .tag.zap .arrow {
                border-top-color: #01522E;
            }

    .BuyBox .custom-tooltip {
        background-image: url("https://img.zap.co.il/imgs/svg/question-mark.svg");
        margin: 0;
    }



    .BuyBox .store-section {
        display: flex;
        font-size: 14px;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        /* margin-top: 22px;*/
    }

        .BuyBox .store-section .supply-text {
            font-weight: bold;
        }

        .BuyBox .store-section a {
            color: #000;
            text-decoration: underline;
            text-align: center;
        }

    .BuyBox .price-btn .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: 6px;
        display: inline-block;
        vertical-align: sub;
    }

    .BuyBox .price-section .model-page-site-name a {
        font-size: 14px;
        margin-top: 10px;
        color: black;
        text-decoration: underline;
    }


    .BuyBox .flex-col {
        display: flex;
        align-items: center;
        gap: 2px;
    }

        .BuyBox .flex-col a {
            color: #000;
            text-decoration: underline;
        }

    .BuyBox .store-reviews {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-weight: 500;
    }

        .BuyBox .store-reviews .store-reviews-links {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .BuyBox .store-reviews .store-reviews-tooltip-link {
            color: #028094;
            text-decoration: underline;
        }

        .BuyBox .store-reviews a {
            color: #000;
            text-decoration: underline;
        }

    .BuyBox .rating-line {
        display: flex;
        align-items: center;
        color: black;
        gap: 5px;
    }

    .BuyBox .rating-stars {
        width: 80px;
        height: 16px;
        background-color: #000;
        background: url(https://img.zap.co.il/imgs/stars/model/star_gray.svg) repeat-x right transparent;
        background-size: 16px 16px;
        display: inline-block;
        float: right;
    }


        .BuyBox .rating-stars span {
            height: 16px;
            background: url(https://img.zap.co.il/imgs/stars/model/star_yellow.svg) repeat-x right transparent;
            background-size: 16px 16px;
            display: block;
        }

    .BuyBox .provided-by-wrp {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

        .BuyBox .provided-by-wrp .rating-stars-mp {
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            font-size: 12px;
            gap: 4px;
            color: #001C32;
        }

            .BuyBox .provided-by-wrp .rating-stars-mp span {
                height: 12px;
                width: 12px;
                background: #FCB912;
                -webkit-mask: url(https://img.zap.co.il/imgs/svg/star.svg) no-repeat center;
                mask: url(https://img.zap.co.il/imgs/svg/star.svg) no-repeat center;
                -webkit-mask-size: 12px 12px;
                mask-size: 12px 12px;
            }

/*.MainContent:has(.model-page-storelist.shipping) .BuyBox .price-section .price .total,
.MainContent:has(.model-page-storelist.shipping) .BuyBox .price-section .price .shipping-final {
    display: none;
}

.MainContent:not(:has(.model-page-storelist.shipping)) .BuyBox .price-section .price .total-no-shipping,
.MainContent:not(:has(.model-page-storelist.shipping)) .BuyBox .price-section .price .shipping {
    display: none;
}*/



.MainDiv .main-bg {
    overflow-x: clip;
}

.read-more-tooltip.left-side {
    color: #6D7276;
    text-decoration: underline;
}

.BuyBox .store-reviews-stars .rating-line a {
    color: #028094;
}


.read-more-tooltip .tooltiptext {
    top: 25px;
    height: fit-content;
}

    .read-more-tooltip .tooltiptext:after {
        top: -10px !important;
        transform: rotate(180deg);
    }

    .read-more-tooltip .tooltiptext:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        z-index: -10;
        transform: rotate(180deg);
    }

.BuyBox .tag[data-tag-type="bid"] {
    top: 0;
    right: 25px;
    height: 22px;
    border: 1px solid #e5e6e5;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    color: #444749;
    font-size: 11pt;
    font-weight: 500;
    padding: 0 5px 0 5px;
    width: auto;
}
/*.BuyBox .tag[data-tag-type="cheapeststore"] {
    top:21px;
}
*/

.BuyBox .november-sale {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: -10px;
    right: 15px;
    background-color: #001C32;
    color: #FFFFFF;
    width: max-content;
    height: 20px;    
    padding: 0 5px;
    line-height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

    .BuyBox .november-sale .separator {
        color:#fff;
        margin: 0 8px; /* Space around the separator */
    }

.BuyBox .november-sale-tag {    
    height: 20px;
    width: max-content;
    line-height: 20px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;    
}

.BuyBox .november-sale .november-sale-ico {
    border: 0;
}



.BuyBox .scores-container {
    display: flex;
    align-items: center;
    gap: 3px;
}

.BuyBox .storeRate {
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
}

.BuyBox .scores-container .rate-cnt {
    font-size: 14px;
}

.BuyBox .service-business {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #444749;
    text-align: right;
}

    .BuyBox .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;
    }

.BuyBox .price-section .no-shipping {
    font-size: 12px;
    font-weight: 400;
    color: #6C6C6C;
    display: flex;
    gap: 5px;
    margin-top: 2px;
    cursor: pointer;
}

    .BuyBox .price-section .no-shipping .tooltiptext {
        width: 180px;
    }

    .BuyBox .price-section .no-shipping .tooltip-icon {
        width: 12px;
        height: 12px;
    }
