﻿.BidsContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
    max-width: 1256px;
    gap: 24px;
    margin: 0rem auto;
    padding: 0 10px;
    min-width: 900px;
}

[data-iswithmodel='False'] .BidsContainer:first-child {
    padding-bottom: 5px;
}

[data-iswithmodel='False'] .BidsContainer:nth-child(2) .ModelBid.noModelClick {
    margin-top: 5px;
}

.BidsContainer a {
    text-decoration: unset;
    color: unset;
    display: inline-block;    
}

.BidsContainer .zap-btn-wrp {
    margin-top: -7px;
}

.BidsContainer .ModelBid[data-gid] {
    display: flex;
    border: 1px solid #E5E6E5;
    background-color: white;
    border-radius: 6px;
    padding: 8px 15px 8px 15px;
    font-family: 'Assistant',Arial,sans-serif;
    font-size: 13px;
    color: #7a7a7a;
    padding-top: 20px;
    height: 223px;
    gap: 20px;
    position:relative;
}

    .BidsContainer .ModelBid[data-gid] .BidPic {
        width: 175px;
    }

        .BidsContainer .ModelBid[data-gid] .BidPic img {
            margin-right: 15px;
            margin-top: 10px;
        }

    .BidsContainer .ModelBid[data-gid] .BidInfo {
        width: 379px;
        color: #3c3c3c;
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: start;
        gap: 15px;
    }

    .BidsContainer .ModelBid[data-gid] .productName {
        font-family: 'Assistant',Arial,sans-serif;
        margin-top: 5px;
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow: ellipsis;
        color: #27292B;
        letter-spacing: 0;
        line-height: 23px;
        text-align: right;
        width: 379px;
        height: 45px;
    }

.adsLogo {
    border: #E5E6E5 1px solid;
    letter-spacing: 0;
    border-top: 0;
    display: inline-block;
    padding: 1px 4px 3px 4px;
    font-size: 13px;
    float: right;
    margin-top: -21px;
    color: #444749;
    line-height: 17px;
}

    .adsLogo.togetherforbusiness {
        background-color: #D50800;
        color: #fff;
    }

.BidsContainer .ModelBid[data-gid] .bid-price-wrp {
    font-family: 'Assistant',Arial,sans-serif;
    display: inline-block;
    color: #27292B;
    vertical-align: middle;
    height: 32px;
}

    .BidsContainer .ModelBid[data-gid] .bid-price-wrp .bidPrice, .BidsContainer .ModelBid[data-gid] .bid-price-wrp .bidPriceNoship {
        font-size: 28px;
        font-weight: bold;
    }

        .BidsContainer .ModelBid[data-gid] .bid-price-wrp .bidPriceNoship.personal {
            font-size: 20px;
        }

    .BidsContainer .ModelBid[data-gid] .bid-price-wrp .bidPrice {
        display: inline-block;
    }

    .BidsContainer .ModelBid[data-gid] .bid-price-wrp .bidPriceNoship {
        display: none;
    }

.BidsContainer.shipping .ModelBid:not([data-price-status='1']) .bid-price-wrp .bidPrice {
    display: none;
}

.BidsContainer.shipping .ModelBid[data-price-status='1'] .bid-price-wrp .bidPriceNoship {
    display: none;
}

.BidsContainer.shipping .ModelBid:not([data-price-status='1']) .bid-price-wrp .bidPriceNoship {
    display: inline-block;
}


.BidsContainer .ModelBid[data-gid] .shipping-final, .BidsContainer .ModelBid[data-gid] .shipping-price {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    margin-right: 3px;
}

.BidsContainer .ModelBid[data-gid] .shipping-price {
    display: none;
}

.BidsContainer .ModelBid[data-gid] .shipping-final {
    display: inline-block;
}

.BidsContainer.shipping .ModelBid:not([data-price-status='1']) .shipping-final {
    display: none;
}

.BidsContainer.shipping .ModelBid:not([data-price-status='1']) .shipping-price {
    display: inline-block;
}

.BidsContainer .zap-btn {
    margin: 0;
}

    .BidsContainer .zap-btn.OptionClicks3 span: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%;
        right: 111px;
    }

.BidsContainer .ModelBid[data-gid] .storeName {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #444749;
    width: 262px;
    cursor: pointer;
    margin-top: -4px;
}

.Center .Bids {
    display: inline-block;
    background: #ffffff;
    width: 100%;
}

.BidsContainer .rating-wrp {
    display: flex;
    align-items: center;
}

.BidsContainer .rating-line .rate-cnt {
    height: 15px;
}

.BidsContainer .rating-line a {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    flex-grow: 1;
    align-items: self-start;
    color: #007284;
}

.BidsContainer .november-sale-tag {
    height: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 20px;
}
