.purhcase-title{
    margin-top: 50px;
    font-size: 50px;
    text-align: center;
}

.purchase-description{
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.5;
}
.purchase-product-sub-title{
    font-size: 25px;
    width: 40%;
    text-align: left;
    margin: auto;
    margin-top: 75px;
}
.purchase-product-name{
    font-size: 20px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    width: 40%;
    text-align: left;
    }

.purchase-product-details{
    width: 40%;
    margin: auto;
    text-align: left;
    padding-bottom: 25px;
    padding-top: 15px;
    color: #5e5c5c;
    border-bottom: 1px solid #ccc;
}

.purchase-product-amount{
    padding-bottom: 25px;
    width: 40%;
    text-align: right;
    font-size: 16px;
    margin: auto;
    padding-top: 25px;
    border-bottom: 1px solid #ccc;
}

#checkout-button {
    text-align: center;
    font-size: 18px;
    border: none;
    display: block;
    width: 150px;
    background: #20313b;
    padding: 10px;
    margin: auto;
}

#checkout-button {
    text-align: center;
    color: #ffffff;
    max-width: 16rem;
    padding: 15px;
    background-color: #f7882f;
    font-family: "Quicksand", sans-serif;
    border-width: 0;
    width: 30rem;
    cursor: pointer;
    margin: auto;
    margin-top: 25px;

}

#checkout-button:hover {
    background-color: #3fb0ac;
    color: #000333;
    border-color: #3fb0ac;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    /* transition: background-color 0.3s ease-in-out; */
}

.purchase-PII{
    font-size: 13px;
    width: 35%;
    margin: auto;
    margin-top: 50px;
    text-align: justify;
}