.ci-tiresize-hint .ci-tiresize-hint-item {
    position: absolute;
    font-family: "open sans", arial;
    font-weight: 700;
    color: #9c9d9d;
}

.ci-tiresize-hint {
    font-size: 14px;
    width: 292px;
}

.ci-tiresize-hint .ci-tiresize-hint-tire {
    background: url(../images/dimension.png) center top no-repeat;
    height: 74px;
    position: relative;
    width: 258px;
    margin: 0 auto;
}

.ci-tiresize-hint .ci-tiresize-width {
    top: 33px;
    left: 64px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.ci-tiresize-hint .ci-tiresize-speed {
    top: 35px;
    left: 174px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.ci-tiresize-hint .ci-tiresize-rim {
    top: 21px;
    left: 133px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
}

.ci-tiresize-hint .ci-tiresize-aspect {
    top: 22px;
    left: 98px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.ci-tiresize-hint .ci-tiresize-spacer {
    top: 25px;
    left: 90px;
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 82px;
    right: 27px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #2fac66;
    color: white;
    cursor: pointer;
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 18px;
    border-radius: 50%;
}

#myBtn i {
    color: white;
}

#myBtn:hover {
    background-color: #259154;
}

.heading-1 a:hover {
    color: #2fac66;
}

.table-header h6 {
    text-align: center;
}

.perf-icons {
    padding: 5px;
    width: 78%;
    float: left;
    overflow-y: auto;
    height: 100%;
}

.perf-btn {
    width: 22%;
    float: right;
}

.btn-table {
    border-radius: 50% !important;
    cursor: pointer;
}

.centred-item2 {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 1px;
}

@media screen and (max-width: 1200px) {
    .btn-table {
        padding: 9px 10px !important;
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) {
    .btn-table {
        padding: 7px 7px !important;
    }
    .table-header h6 {
        font-size: 11px;
    }
    .cart-item .product-name h5 {
        padding-bottom: 10px;
        font-size: 11px !important;
    }
    .perf-icons span b {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    .perf-btn {
        width: 100% !important;
    }
    .cart-img-prev {
        padding: 0px !important;
        margin: 0px !important;
    }
    .centred-item2 {
        display: unset !important;
    }
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
        margin-bottom: 0;
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}

@media screen and (max-width: 670px) {
    .btn-table {
        margin-left: -2px;
    }
    .table-header h6 {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 430px) {
    .title-h3 {
        font-size: 14px;
    }
    .product > .heading-2 h3 {
        font-size: 14px;
    }
}

@media screen and (min-width: 600px) {
    .style-col {
        padding-right: 0px !important;
    }
}