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

#rest_circ a{
    border: none;
}
#rest_circ {
    margin: 0 !important;
    width: 100%;
}

#rest_circ  a{
    width: 60% !important;
    box-shadow: none;
}

#rest_circ {
    cursor: pointer;
    display: flex;
    width: 100px;
    height: 100px;
    font: 400 10px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
    color: #fff;
    border: 3px solid rgba(255, 255, 255, .9);
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rest_circ .circ_cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,.9);
    border: 3px solid #b71c1c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rest_circ .circ_img {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    /*background: url('/img/star_red.svg') no-repeat center;*/
}

#rest_circ .circ_top_title, #rest_circ a.circ_top_title {
    text-decoration: none;
    font-size: 10px;
    color: #000;
    letter-spacing: normal;
    margin: 0;
    text-shadow: none;
    background: transparent;
    height: auto;
}

#rest_circ p {
    text-transform: uppercase;
    background-color: #b71c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 1;
    min-height: 20px;
    flex-shrink: 0;
    margin: 1px auto 3px;
    width: 100%;
    padding: 2px 0;
    box-sizing: border-box;
    text-align: center;
}
#rest_circ span:first-of-type {
    text-transform: uppercase;
    background-color: #b71c1c;
    margin: 2px auto 4px;
    width: 100%;
    display: flex;
    min-height: 10px;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    padding: 2px 1px;
    box-sizing: border-box;
    text-align: center;
    text-shadow: none;
    color: #fff;
    font-family: 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
}

#rest_circ .circ_bot_title, #rest_circ a.circ_bot_title {
    text-decoration: none;
    font-size: 9px;
    line-height: 0.9;
    display: inline-flex;
    text-align: center;
    max-width: 76%;
    margin: 0 auto;
    color: #000;
    text-shadow: none;
    background: transparent;
    height: auto;
}
#rest_circ .circ_bot_title {
    display: block !important;
    width: fit-content;
    width: -moz-fit-content;
}
#rest_circ a, #rest_circ p {
    font: 400 10px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
}
