.tns-slider {
    margin: 0 auto;
}
.iprices-slider {
    position: relative;
}
.btn-prev,
.btn-next {
    position: absolute;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
    line-height: 1;
    box-shadow: none;
    border: 0;
}
.btn-prev {
    left: 0;
}
.btn-next {
    right: 0;
    transform: translateX(115%) translateY(-50%);
}

.iprices_item_title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.iprices_item_desc {
    height: 4rem;
    overflow: hidden;
}
.iprices_item_desc_link {
    position: relative;
    padding-top: 2rem;
    margin-top: -1.5rem;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgb(255, 255, 255));
    z-index: 2;
    margin-bottom: 15px;
}

.iprices_item_discount_percent .badge.badge-success {
    background: #d8881d;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
    padding: 7px 20px;
    float: right;
    margin-right: -20px;
}
.iprices_item_price {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #666;
}
.iprices_item_price_rb {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.iprices_item_discount {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #cb2d33;
}
.iprices_item_discount_rb {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #cb2d33;
}
.iprices_item_discount_time {
    text-align: center;
    color: #cb2d33;
}

.tns-item .card-footer {
    background-color: #fff;
    border-top: none;
}

@media (min-width: 200px) {

    .btn-prev,
    .btn-next {
        transform: translateX(-10%) translateY(-50%);
        height: calc(0.5em + 0.5rem + 2px);
        width: calc(0.5em + 0.5rem + 2px);
    }
    .btn-next {
        transform: translateX(30%) translateY(-50%);
    }

}

@media (min-width: 576px) {

    .btn-prev,
    .btn-next {
        transform: translateX(-100%) translateY(-50%);
        height: calc(1.5em + 1.55rem + 2px);
        width: calc(1.5em + 1.55rem + 2px);
    }
    .btn-next {
        transform: translateX(115%) translateY(-50%);
    }

}
