﻿.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;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BidsContainer .ModelBid {
    display: flex;
    border: 1px solid #E5E6E5;
    background-color: white;
    border-radius: 6px;
    padding: 8px 8px 8px 8px;
    font-family: 'Assistant',Arial,sans-serif;
    font-size: 13px;
    color: #7a7a7a;
    padding-top: 20px;
    /*  gap:16px;*/
    height: 84px;
    position: relative;
}

    .BidsContainer .ModelBid .BidPic {        
        margin-right: 15px;
        width: 10%;
    }

    .BidsContainer .ModelBid .BidPic img {
        margin-top:-10px;        
    }

    .BidsContainer .ModelBid .BidInfo {
        color: #3c3c3c;
        direction: rtl;
        width: 90%;
        padding-right:16px;
    }

    .BidsContainer .ModelBid .prodNameRow {
        height: 22px;
        margin-top: 5px;
    }

        .BidsContainer .ModelBid .prodNameRow .productName {
            font-family: 'Assistant',Arial,sans-serif;
            font-size: 18px;
            font-weight: 600;
            overflow: hidden;
            word-break: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #27292B;
            letter-spacing: 0;
            line-height: 23px;
            text-align: right;
           
        }

        .BidsContainer .ModelBid .bidDetails {
         text-align:right;
        }

.adsLogo {
    border: #E5E6E5 1px solid;
    border-top:0;
    display: inline-block;
    padding: 1px 4px 3px 4px;
    font-size: 11pt;
    float: right;
    margin-top: -21px;
    color: #444749;
    line-height: 21px;
}

    .adsLogo.togetherforbusiness {
        background-color: #D50800;
        color: #fff;
    }

.BidsContainer .ModelBid .bidDetails .bidPrice {
    font-family: 'Assistant',Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #040404;
    vertical-align: middle;
}

.BidsContainer .ModelBid .bidDetails .storeName {
    display: inline-block;
    margin-right: 5px;
    font-size:14px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    vertical-align:middle;    
}

.Center .Bids {
    display: inline-block;
    background: #ffffff;
    width: 100%;
}

.BidsContainer .november-sale-tag {
    height: 20px;
    color: #B1CCFF;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.BidsContainer .november-sale .november-sale-ico {
    border:0;
}
