.package-price, .package-save {
    font-family: sans-serif;
}
/*style MOST Popular*/

.package-select:nth-of-type(1), .package-select:nth-of-type(2) {
    padding-top: 20px;
}
.most_popular_tag {
    width: 100%;
    background: black;
    color: white;
    height: 23px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.package-select:nth-of-type(1) .most_popular_tag, .package-select:nth-of-type(2) .most_popular_tag {
    display: none;
}

/*end style most popular */

/*style cart*/

.cart-totals-col span:nth-child(1) {
    font-size: 12px;
    letter-spacing: 0.7px;
}
.cart-totals-col span:nth-child(2) {
    font-size: 17px;
    padding: 10px 5px;
    line-height: 20px;
}
.cart-btn-pack span:nth-child(2), .cart-btn-pack:disabled span:nth-child(2) {
    color: black;
    display: block;
    font-size: 90%;
    text-decoration: line-through;
}
.cart-btn-pack span:nth-child(3), .cart-btn-pack:disabled span:nth-child(3) {
    color: red;
    display: block;
    font-size: 90%;
    font-weight: bold;
}
.cart-totals-inner .cart-totals-col .total-box {
    letter-spacing: 1px;
    font-weight: bold;
}
/*end style cart*/
.back-money-info {
    display: flex;
    background: #212529;
    color: #fff;
    border-radius: 4px;
    padding: 5px 20px;
    margin-top: 60px;
}
.back-money-info p {
    padding: 18px 15px;
    font-size: 20px;
}
.cart-title {
    text-transform: capitalize;
}
@media (max-width: 992px) {
    .back-money-info img {
        width: 100%;
        height: 100%;
        padding-top: 50px;
    }
    .cart-title {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .back-money-info {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 10px 15px 15px;
        margin-top: 0;
    }
    .back-money-info img {
        max-width: 165px;
        margin: auto;
        padding: 0;
    }
    .back-money-info p {
        padding: 0;
        margin: 0;
        font-size: 17px;
    }
    .section-risk-free {
        margin-bottom: 25px;
    }
}