.product__old-price-top{
    margin-left: 60px;
    color: #575757;
    text-decoration: none;
    position: relative;
    margin-bottom: 5px;
}

.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;
    width: 130px;
    height: 40px;
    border-radius: 9px;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 3px;
}

.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;
}

.price-wrapper-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}