.vipBg {
    background: transparent url('upgrade.op-160.png') 50% 30% no-repeat;
    width: 215px;
    height: 175px;
    margin: 5px 0 0 0px;
    position: absolute;
    z-index: 99999;
}

@media only screen and (max-width: 1024px) {
    .vipBg {
        background: transparent url('upgrade.op-160-980.png') 50% 30% no-repeat;
        width: 70px;
        height: 40px;
        margin: 0px 0 0 0px;
        position: absolute;
        z-index: 99999;
    }
}

@media only screen and (max-width:980px) {
    .vipBg {
        background: transparent url('upgrade.op-160-980.png') 50% 30% no-repeat;
        width: 70px;
        height: 40px;
        margin: -1px 0 0 -3px;
        position: absolute;
        z-index: 99999;
    }
}

@media only screen and (max-width:640px) {
    .vipBg {
        background: transparent url('upgrade.op-160.png') 50% 30% no-repeat;
        width: 220px;
        height: 70px;
        margin: 15px 0 0 -40px;
        position: absolute;
        z-index: 99999;
    }
}

@media only screen and (max-width:480px) {
    .vipBg {
        width: 113px;
        height: 70px;
        margin: -1px 0 0 8px;
    }
}

@media only screen and (max-width:375px) {
    .vipBg {
        background: transparent url('upgrade.op-160-980.png') 50% 30% no-repeat;
        width: 100px;
        height: 80px;
        margin: 2px 0 0 3px;
        position: absolute;
        z-index: 99999;
    }
}

@media only screen and (max-width:320px) {
    .vipBg {
        margin: 0px 0 0 -4px;
    }
}

.thumb {
    position: relative;
}
.searchresult-img img {
    max-width: 310px;
    max-height: 233px;
}

.searchresult-img {
    width: 31%;
}

.searchresult-img-detail {
    width: 69%;
}

.end-date {
    display: block;
    font-size: 15px;
}

.showinmobile {
    display: none;
}

.insurancename {
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin-top: 3px;
}

.current-head {
    margin-top: 5px;
    font-size: 15px;
}

.bid-now-btn {
    margin: 8px 5px 0 0;
}

.box-deta3 ul li {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.box-deta3 {
    float: left;
    width: 48.33%;
}

.searchresult-img-title a {
    font-size: 19px;
}

.stock-number {
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .searchresult-img {
        width: 42%;
    }

    .searchresult-img-detail {
        width: 58%;
    }

    .hideinmobile {
        display: none
    }

    .showinmobile {
        display: block;
    }

    .insurancename {
        font-size: 13px;
    }

    .current-head span {
        display: inline;
    }

    .box-deta3 {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .searchresult-img {
        width: 48%;
    }

    .searchresult-img-detail {
        width: 52%;
    }

    .stock-number {
        font-size: 14px;
    }
}

@media only screen and (max-width:479px) {
    .searchresult-img {
        width: 40%;
        margin-top: 3px;
    }

    .searchresult-img-detail {
        width: 60%;
        float: right;
    }

    .searchresult-bid-btn {
        width: 100%;
        text-align: left;
    }

    .sr-setPaginate li {
        font-size: 11px;
    }

    .sr-setPaginate li a {
        padding: 3px 6px;
    }

    .searchresult-img-title a {
        font-size: 17px;
    }
}

@media only screen and (max-width:428px) {
    .searchresult-bid-btn {
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width:385px) {
    .searchresult-bid-btn {
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width:360px) {
    .searchresult-bid-btn {
        width: 100%;
        text-align: left;
    }
}

/*.searchresult-row{border-bottom: 1px solid #d8d8d8;border-left: 1px solid #d8d8d8;border-right: 1px solid #d8d8d8;padding:15px 10px;}
.searchresult-row-main-left{float:left;width: 23px;}
.searchresult-row-main-right{float:right;width: calc(100% - 23px);}
.searchresult-img{width:22%;float:left;position: relative;}
.searchresult-img img{width:100%;border:1px solid #002c60;vertical-align:middle;}
.all-img-view{text-align:center;margin:5px 0 0;}
.all-img-view a{color:#002c60;display:inline-block;font-size: 13px;}
.searchresult-img-detail{float:left;width:65%;padding: 0 15px;}
.searchresult-bid-btn{float:right;width:13%;text-align:center;}
.box-deta3{float:left;width:33.33%;} */

/* Desktop: 768px and above */
@media only screen and (min-width: 768px) {
    .searchresult-desktop { 
        display: block; 
    }
    .searchresult-mobile { 
        display: none; 
    }
}

    /* Mobile: 767px and below */
@media only screen and (max-width: 767px) {
    .searchresult-desktop { 
        display: none; 
    }
    .searchresult-mobile { 
        display: block; 
    }
}

/* Existing “popular auctions” CSS */
.popular-auctions-box {
    float: left;
    width: 100%; /* Full width on mobile */
    padding: 0 5px;
    margin-bottom: 10px;
}
.pa-img-deta {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
}
.grid-item__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.grid-item-bottom-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
    background: #002c60;
}
.grid-item-bottom-btn:hover,
.grid-item-bottom-btn:focus {
    background: #1C88F8;
}
.grid-item__description {
    background: rgba(38,38,38,0.8);
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px;
}
.gt-description-head {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase;
}
.grid-item__description span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
}

/* Mobile action buttons */
.mobile-action-buttons {
    display: flex;
    justify-content: space-between; /* Distributes buttons evenly */
    flex-wrap: nowrap; /* Prevents buttons from wrapping to the next line */
    align-items: center;
    padding: 5px;
}

.mobile-action-buttons a.mobile-btn {
    flex: 1; /* Ensures all buttons have equal width */
    margin: 0px 5px 5px 5px; 
    padding: 10px 5px; 
    text-align: center;
    background: #002c60;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px; 
    white-space: nowrap; /* button text in a single line */
}