a {
    color: #ca0626;
}

.red-button {
    height: 62px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
    font-weight: 600;
    color: #fff;
    background: #e90d0d;
    cursor: pointer;
    margin: 0 auto;
    border: none;
}

.red-button:hover {

}

.inner header{
    position: relative;

}

.inner header ul a {
    color: #000000;
}

.footer {
    max-width: 980px;
    margin: 0 auto;
    align-items: center;
}

.footer .logo {
    min-width: 128px;
}

.bg-gray {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 25px;
}

.cart-page .product-card {
    background-color: #fff;
    border-radius: 25px;
}

.cart-page .product-title {
    font-size: 24px;
    font-weight: 600;
}
.cart-page .product-tokens img {
    max-width: 40px;
}

.cart-page #cart-tokens {
    color: #ca0626;
    font-size: 17px;
    font-weight: 600;
}

.cart-page .product-total {
    border-top: 1px solid #000;
    padding-top: 15px;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.cart-page .user-agreement input {
    color: #ca0626;
}

.cart-page .user-agreement a {
    text-decoration: underline;
}

.cart-page .form-field {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.cart-page .form-field input {
    border: 1px solid #cdcdcd;
    font-size: 18px;
    padding: 20px 20px 20px 50px;
    border-radius: 35px;
    width: 100%;
}