
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&amp;display=swap');

#delivery_bage_circ a, #delivery_bage_circ .bage_title span {
    color: #363636 !important;
    text-decoration: none;
}
#delivery_bage_circ {
    font-family: 'Roboto Condensed', "Helvetica Neue", "Arial", sans-serif;
    width: 150px !important;
    height: 150px !important;
    box-sizing: border-box;
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
#delivery_bage_circ .bage_wrapper {
    background-color: #ffffff !important;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #b71c1c;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
.food-item #delivery_bage_circ .bage_wrapper {
    font-size: 0;
}
#delivery_bage_circ .bage_icon {
    width: 51px;
    height: 46px;
    margin-top: 2px;
    background: url("https://awards.infcdn.net/css/badge/img/delivery_red.svg") no-repeat center center;
}


#delivery_bage_circ .bage_header {
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    border-top: 3px solid #b71c1c;
    box-sizing: border-box;
}
#delivery_bage_circ .bage_header.doublestring {
    font-size: 16px;
    line-height: 17px;
}
#delivery_bage_circ .bage_header.doublestring.f15 {
    font-size: 15px;
}

#delivery_bage_circ .bage_city {
    width: 100%;
    background-color: #b71c1c !important;
    color: #ffffff !important;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 8px;
    box-sizing: border-box;
    text-align: center;
    flex-basis: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#delivery_bage_circ .doubleString {
    font-size: 12px;
    line-height: 14px;
    margin-top: -2px;
    width: 100%;
}

#delivery_bage_circ .bage_title {
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    margin-bottom: 1px;
}
#delivery_bage_circ .bage_title span {
    display: block;
}
