
.mainBikeCard .searchBikeCard:nth-child(odd) {
    background-color: #f2f2f2; /* Replace with your desired color */
}

.cardImage {
    overflow: hidden;
}

    .cardImage img {
        height: 200px !important;
        width: 200px !important;
        object-fit: contain;
    }

.searchLeftBox span:first-child {
    font-weight: 700;
    margin-right: 10px;
    color: #666666;
}

.searchLeftBox span:nth-child(2) {
    font-weight: normal !important;
    color: #c2c2c2 !important;
}

.searchRightBox span:first-child {
    font-weight: 700;
    margin-right: 10px;
    color: #666666;
}

.searchRightBox span:nth-child(2) {
    font-weight: normal !important;
    color: #c2c2c2 !important;
}


.search-bike-section {
    background-color: #F0F0F7;
}

b, strong {
    font-family: 'Instrument Sans', sans-serif;
}

label {
    font-family: 'Instrument Sans', sans-serif;
    color: #3b3fbf;
}


