.order-complete-section a {
    text-decoration: none;
}
.order-complete-section {
    overflow: hidden;
}
.btn-st1 {
    position: relative;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    /*background: #D91264;*/
    background: linear-gradient(to right, #F95297 0%, #9D25B1 50%, #D91264 50%, #D91264 100%);
    background-size: 200%;
    background-position: -100% 0;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    line-height: 1.3;
    padding: 16px 36px;
    cursor: pointer;
    transition: .2s;
}
.btn-st1:hover {
    background-position: 0 0;
    /*background: #5C9BCE;*/
}

.qnn-block {
    overflow: hidden;
}

.simple-table {
    font-size: 15px;
    line-height: 1.25;
}
.simple-table, .simple-table *, .simple-table *:before , .simple-table *:after {
    box-sizing: border-box;
}
.simple-table .td {
    position: relative;
    z-index: 2;
    padding: 20px 45px;
}
.simple-table .td.ta-c {
    text-align: center;
}
.simple-table thead {
    position: relative;
    background: linear-gradient(to bottom, #D91264 0%, #B63483 100%);
    font-weight: 500;
    color: #fff;
}
.simple-table thead:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    background: url(../images/icons/tabel-overlay.png);
    background-size: cover;
}
.simple-table .td {
    vertical-align: middle;
}
.simple-table tbody .td {
    background: #FAFAFA;
}
.simple-table tbody .tr {
    border-top: 5px solid #fff;
}
.simple-table .ci-name a {
    font-weight: 500;
    color: #000000;
    word-break: break-all;
    transition: .25s;
}
.simple-table .ci-name a:hover {
    color: #D91264;
}
.simple-table .td.ci-price {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}
.simple-table .td.ci-summ {
    color: #D91264;
}
.simple-table .old-price {
    font-weight: 400;
    font-size: 15px;
    color: #939393;
    text-decoration: line-through;
    line-height: 1.6;
}
@media screen and (max-width: 1240px) {
    .simple-table thead {
        display: none;
    }
    .simple-table .tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #FAFAFA;
    }
    .simple-table .old-price {
        display: none;
    }
    .simple-table .td {
        padding: 0;
        padding: 0 20px 17px;
        background: transparent;
    }
    .simple-table .ci-name {
        width: 100%;
        padding: 17px 20px 14px;
    }
    .simple-table .ci-percent {
        display: none !important;
    }
    .simple-table .ci-price, .simple-table .ci-quantity {
        font-weight: 700;
    }
}