.search_listing{
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: unset;
}
.search_listing .best_seller{
 top: -12px !important;
}
.search_listing .add_cart {
    top: 124px;
}
.search_listing .testes_tag{
    top: 124px;
}
.search_section{
    padding-top: 50px;
}


.checkout_box{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.checkout_box .text_color{
    color: #0095DA;
}
.checkout_tag span{
    display: inline-block;
    background: #00A996;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 26px;

}
.checkout_tag{
    margin-bottom: 20px;
}
