.product__old-price-top{
    margin-left: 60px;
    color: #575757;
    text-decoration: none;
    position: relative;
}

.product__old-price-top:before {
    content: "";
    border-bottom: 3px solid #575757;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(12deg);
}

.product__new-price{
    display:flex;
    flex-direction: column;
}

.product__new-price-value {
    color: #FFFFFF;
    background-color: #FF3D00;
    padding: 8px 10px 3px 10px;
    border-radius: 9px;
    text-align: center;
    margin-bottom: 5px;
}

.product__new-price-top-main {
    font-size: 41px !important;
    line-height: 33px;
}

.product__new-price-top-sub {
    font-size: 23px !important;
    line-height: 33px;
}

.product__new-price-top-current {
    font-size: 23px !important;
    line-height: 33px;
}