.otherSellersListRow{
    display: flex;
    margin: 0 -5px;
}
.otherSellersListRow::before{
    content: '';
    display: table;
}
.otherSellersListRow .colItem{
    color: #2b2b36;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    align-items: baseline;
    font-size: 14px;
}
.otherSellersListRow .colItem .d-m-text{
    color: #9e9e9e;
    font-family: 'Goth';
    font-size: 14px;
    margin-top: -4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-transform: capitalize;
    width: 100%;
}
.otherSellersListRow .colItem .seller-score > span{
    font-size: 12px;
}
.otherSellersListRow .userInfo{
    width: 215px;
}
.otherSellersListRow .deliveryWrap{
    width: 200px;
}
.otherSellersListRow .deliveryWrap2{
    width: 170px;
}
.otherSellersListRow .deliveryWrap2 span{
    display: inline-block;
}
.otherSellersListRow .stockWrap{
    width: 200px;
}
.otherSellersListRow .stockWrap .stock_txt{
    max-width: 13rem;
    word-wrap: break-word;
}
.otherSellersListRow .qtyWrap{
    width: 200px;
}
.otherSellersListRow .qtyWrap .d-m-text2{
    max-width: 13rem;
    word-wrap: break-word;
}
.otherSellersListRow .priceWrap{
    flex: 1;
}
.otherSellersListRow .btnWrap{
    flex: 1;
    justify-content: end;
}
.otherSellersListRow .btnWrap .otherSellersAddCart{
    min-height: 27px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .otherSellersListRow{
        flex-wrap: wrap;
        position: relative;
    }
    .otherSellersListRow .colItem{
        font-size: 12px;
    }
    .otherSellersListRow .colItem .d-m-text{
        font-size: 10px;
    }
    .otherSellersListRow .userInfo{
        width: 100%;
    }
    .otherSellersListRow .userInfo .ot-header{
        width: 100%;
    }
    .otherSellersListRow .priceWrap{
        position: absolute;
        top: 0;
        right: 5px;
    }
    .otherSellersListRow .deliveryWrap{
        width: 50%;
    }
    .otherSellersListRow .deliveryWrap2{
        width: 50%;
        padding-right: 15px;
        justify-content: end;
    }
    .otherSellersListRow .stockWrap{
        width: 35%;
        display: table;
        padding-left: 15px;
        line-height: 1;
    }
    .otherSellersListRow .stockWrap .d-m-text, .otherSellersListRow .stockWrap .d-m-text2{
        /*padding-left: 10px;*/
    }
    .otherSellersListRow .qtyWrap{
        width: 35%;
        display: table;
        line-height: 1;
    }
    .otherSellersListRow .btnWrap{
        width: 30%;
        align-items: center;
    }
    .otherSellersListRow .btnWrap .btn{
        margin-right: 10px;
    }
}