p.not_found,
p.not_found a
{
    font-family: var(--displayLight);
    font-size: calc(var(--smallFontSize) + 0.3rem);
}
p.not_found
{
    padding: 1rem;
    text-align: center;
}

p.not_found a
{
    font-family: var(--displayMedium);
}

p.total_price,
div.total_price_tl > p.price_tl,
div.total_price_tl
{
    font-family: var(--displayLight);
    font-size: calc(var(--smallFontSize) + 1.5rem);
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}



div.total_price_tl
{
    padding-top: 1rem;
}

div.total_price_tl > p.price_tl,
div.total_price_tl > p.price_tl span
{
    font-size: calc(var(--smallFontSize) + 1rem);
    white-space: nowrap;
}

div.total_price_tl > p.info,
div.total_price_tl > p.info > u,
div.total_price_tl > p.info > u > abbr
{
    color: var(--white);
}

div.total_price_tl > p.info
{
    font-size: calc(var(--smallFontSize) + 0.2rem);
    color: var(--black);
}






div.submitButton
{
    padding-top: 2rem;
    text-align: center;
}




div.info1
{
    padding: 1rem;
    background-color: #bfff00;
    text-align: center;
    margin: 1rem;
    font-family: var(--displayMedium);
    border-radius: var(--borderRadius);
    text-transform: uppercase;
    font-size: var(--smallFontSize);
}




div.steps
{
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding-top: 1rem;
}

div.steps div
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    flex-direction: column;
}

div.steps > div > div.number
{
    padding: 1.5rem;
    font-size: 1.3rem;
    background-color: #ebebeb;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #999;
    user-select: none;
}

div.steps > div > div.text
{
    padding-top: 0.5rem;
    color: #999;
    text-transform: uppercase;
    user-select: none;
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.4;
}



div.coupon
{

    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-image: url(../../png/coupon_bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--black);
    height: 330px;
    border-radius: var(--borderRadius);
}
div.coupon > img.icon_coupon
{
    width: 120px;
}
div.coupon > label,
div.coupon > label b,
div.coupon > label a
{
    color: var(--white);
    font-size: calc(var(--smallFontSize) + 0.3rem);
    text-align: center;
}
div.coupon > input
{
    text-align: center;
    font-family: var(--displayMedium);
    font-size: var(--middleFontSize);
    min-width: auto;
    width: 220px;
}
div.coupon > label a
{
    font-weight: bold;
    text-decoration: underline;
}


@media only screen and (max-width: 500px)
{
    div.steps
    {
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    div.steps > div > div.number
    {
        padding: 1rem;
        font-size: 1rem;
    }

    div.steps > div > div.text
    {
        font-size: 0.7rem;
    }    

}
