.tire-draw {
    width:250px;
    height:250px;
    position: relative;
    margin:0 auto;
}

.result-page-container {
    font-family: 'Hind Vadodara', sans-serif;
}

.tire-draw-circle-big {
    position: absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    background:#212121;
}

.tire-draw-circle-small {
    position: absolute;
    width:calc(100% - 80px);
    height:calc(100% - 80px);
    top:40px;
    left:40px;
    border:4px solid;
    border-radius:50%;
    background: #f1f1f1;
}

.front-tire .tire-draw-circle-small {
    border-color: #4b85e6;
}

.rear-tire .tire-draw-circle-small {
    border-color: #b9c56a;
}

.tire-draw-title {
    text-align: center;
    width:100%;
    position: absolute;
    top:104px;
    font-size:1.9em;
}

.tire-draw-pressure {
    text-align: center;
    width:100%;
    position: absolute;
    bottom:5px;
    font-size:1.2em;
    color:white;
}

.tire-draw-size {
    position: absolute;
    width:100%;
    text-align: center;
    font-size:1.8em;
    color:white;
    z-index: 9;
}

.explain-container {
    margin-top:50px;
}

.shop-container {
    margin-top:30px;
}

.shop-container .btn-shop {
    text-align: left;
    min-width: 190px;
    border:none;
    position: relative;
    padding-left:77px;
    background: rgb(235,235,235);
    background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgb(215, 215, 215) 100%);
}

.shop-container .btn-shop img.shop-icon {
    position: absolute;
    height:calc(100% - 10px);
    max-width: 72px;
    left:5px;
    top:5px;
}

.shop-container .btn-shop .btn-row {
    display:block;
    clear:both;
}

.shop-container .btn-shop .size {
    font-weight:bold;
}

.specs-table tr td:first-child {
    font-weight: bold;
}