.sli-tabs {
    padding: 40px 20px;
    background-color: #f7f7f7;
}

.sli-tabs ul {
    display: flex;
    width: 100%;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background-color: white;
    padding: 0 1rem;
    margin: 0;
    border-bottom: none;
}

.sli-tabs ul li {
    width: calc(25% - 10px);
    text-align: center;
    margin: 0 5px;
    display: block;
}

.sli-tabs ul li:first-child {
    width: calc(25% - 15px);
    margin: 0 5px 0 10px;
}

.sli-tabs ul li:last-child {
    width: calc(25% - 15px);
    margin: 0 10px 0 5px;
}

.sli-tabs ul > li > a {
    display: block;
    color: black;
    font-weight: bold;
    border: 1px solid transparent;
    padding: 10px 15px;
}

.sli-tabs ul > li.active > a,
.sli-tabs ul > li.active:hover > a,
.sli-tabs ul > li:hover > a,
.sli-tabs ul > li:focus > a {
    border: none;
    border-bottom: 5px solid #0096ff;
    background-color: white;
    padding: 11px 15px 6px 15px;
}

.sli-tabs ul > li:hover > a,
.sli-tabs ul > li:focus > a {
    border-color: #d7d7d7;
}

@media (max-width: 991px){

    .sli-tabs ul li {
        margin: 0;
    }

    .sli-tabs ul li:first-child {
        margin: 0;
    }

    .sli-tabs ul li:last-child {
        margin: 0;
    }

    .sli-tabs ul li:nth-child(1){width: 29%}
    .sli-tabs ul li:nth-child(2){width: 26%}
    .sli-tabs ul li:nth-child(3){width: 25%}
    .sli-tabs ul li:nth-child(4){width: 20%}

    .sli-tabs ul > li a,
    .sli-tabs ul > li:hover a,
    .sli-tabs ul > li.active a,
    .sli-tabs ul > li.active:hover > a {
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
    }

    .sli-price th:nth-child(11),
    .sli-price td:nth-child(11),
    .sli-price th:nth-child(12),
    .sli-price td:nth-child(12),
    .sli-price th:nth-child(13),
    .sli-price td:nth-child(13){
        display: none;
    }
}

@media (max-width: 767px) {
    .sli-tabs ul li:nth-child(1){width: 50%}
    .sli-tabs ul li:nth-child(2){width: 50%}
    .sli-tabs ul li:nth-child(3){width: 50%}
    .sli-tabs ul li:nth-child(4){width: 50%}
}

@media (max-width: 475px) {

    .sli-tabs ul li a span {
        display: none;
    }

    .sli-tabs ul > li a,
    .sli-tabs ul > li:hover a,
    .sli-tabs ul > li.active a,
    .sli-tabs ul > li.active:hover > a {
    }
}

.sli-tabs .tab-content {
    border: 1px solid #e8e8e8;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    padding: 5px 10px 15px 10px;
}

.sli-tabs .tab-content > div {
    display: none;
}

.sli-tabs .tab-content > div.active {
    display: block;
}

.sli-price-wrap {
    overflow-x: scroll;
}

.sli-price {
    font-size: 14px;
    line-height: 1.5em;
    margin-right: 10px;
}

.sli-price th,
.sli-price td {
    padding: 5px 5px;
    text-align: right;
}

.sli-price th span {
    font-weight: normal;
}

.sli-price td {
    color: #0096ff;
    cursor: pointer;
}

.sli-price th:nth-child(1),
.sli-price td:nth-child(1) {
    text-align: left;
    padding-left: 38px;
    position: relative;
}

.sli-price th:nth-child(2),
.sli-price td:nth-child(2),
.sli-price th:nth-child(3),
.sli-price td:nth-child(3) {
    text-align: center;
    cursor: default;
}

.sli-price th:last-child,
.sli-price td:last-child {
    padding-right: 10px;
}

.sli-price .mat-img {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #ccc;
    position: absolute;
    left: 10px;
    top: 50%;
    border-radius: 2px;
}


.temp-wrap {
    padding: 20px;
    font-size: 14px;
}

.temp-wrap h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px 0;
}

.temp-wrap .row .row {
    margin-top: 30px;
    min-height: 50px;
}

.temp-wrap .row .row a {
    display: block;
}

.temp-wrap .row img {
    margin-top: 80px;
}

.temp-wrap .row .row a img {
    margin-top: 4px;
}

#uses {
    padding: 15px 20px;
    font-size: 14px;
}

#uses h2 {
    color: #25282a;
    font-size: 18px;
    padding-bottom: 18px;
}

#spec {
    font-size: 14px;
}

#spec > .row:first-child {
    border-top-right-radius: 5px;
}

#spec > .row:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#spec > .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

#spec > .row:nth-child(odd) {
    border-radius: 5px;
}

#spec h2 {
    padding: 0 60px 0 15px;
    font-size: 18px;
}

#spec .row .row .col-6:first-child {
    font-weight: bold;
}

#spec .col-md-4:first-child .col-6:first-child {
    padding-left: 30px;
}

#spec .row.special .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5em;
}