p:last-of-type {
    margin: 0;
}
.dynamic-price:not(.content) {
    display: none;
}
.dynamic-text:not(.content) {
    display: none;
}
.dynamic-text {
    font-family: "Lexend", Sans-serif;
    text-align: center;
}
.total_price-con {
    margin: 30px 0 0 0;
}
.total_each-con {
    margin: 10px 0 0 0;
}
.total_save-con {
    margin: 15px 0 0 0;
}
.total_price {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.was_price {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.was_price:after {
    position: absolute;
    left: 0;
    right: -5px;
    border-bottom: 2px solid #F00;
    content: "";
    top: 48%;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}
.total_each {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
}
.total_save {
    color: #FF0000;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}