﻿.prodPrice{
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}
.prodPrice .prodPrice_container{
    display: flex;
    align-items: end;
    margin-bottom: 8px;
}
.prodPrice .prodPrice_container:last-child{
    margin-bottom: 0px;
}
.prodPrice .prodPrice_price{
    display: flex;
    align-items: end;
}
.prodPrice .prodPrice_discountprice .prodPrice_price{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.prodPrice .prodPrice_original{
        color: #33333380;
        font-weight: 400;
        font-size: 16px;
    text-decoration: line-through;
}

.prodPrice .prodPrice_discountprice{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}