.title{
    color: #551599;
    font-family: "AvenirLTStd-Roman";
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 54px;
    padding-bottom: 40px;
}

.description{
    color: #858585;
    font-family: "AvenirLTStd-Roman";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    padding-bottom: 40px;
}

.price-promotion{
    color: #551599;
    font-family: "AvenirLTStd-Roman";
    font-size: 62px;
    font-weight: bold;
    line-height: 60px;
    padding-bottom: 10px;
}

.price{
    color: #F6C315;
    font-family: "AvenirLTStd-Roman";
    font-size: 25px;
    font-weight: bold;
    line-height: 8px;
    text-decoration: line-through;
}

.parts{
    color: #551599;
    font-family: "AvenirLTStd-Roman";
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 20px;
}

.btn-buy{
    background-color: #F6C315;
    border-color: #F6C315;
    border-radius: 10px;
    color: white;
    font-family: "AvenirLTStd-Roman";
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.17em;
    padding: 20px;
    text-align: center;
}

.btn-buy:hover{
    background-color: #551599;
    border-color: #551599;
}

.text{
    color: #551599;
    font-family: "AvenirLTStd-Roman";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 53px;
    padding-top: 20px;
}

.text-link{
    color: #551599;
}