﻿/* HEADER */
.header-shop {
    background: #006AB4;
    color: white;
    font-size: 25px;
    font-weight: bold;
    font-family: 'League Spartan';
    border-radius: 5px;
    height: 70px;
    align-content: center;
    padding-left: 20px;
}

/* CONTAINER */
.container {
    display: flex;
    gap: 20px;
    padding: 30px 10px;
}

/* RESPONSIVO */
@media(max-width:900px) {
    .container {
        flex-direction: column;
    }
}

/* RESUMO */
.summary {
    flex: 1;
    background: white;
    padding: 20px;
    height: fit-content;
    font-family: Roboto;
}

    .summary h2 {
        font-size: 20px;
        margin-block-end: 0.83em;
        unicode-bidi: isolate;
        font-size: 22px;
        color: #007dc3;
        font-family: 'League Spartan';
    }

    .summary p {
        font-size: 1.5em;
        font-family: Roboto;
    }

.checkout-btn {
    background: #007dc3;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

    .checkout-btn:hover {
        background: white;
        color: #007dc3;
        border: 1px solid #007dc3;
    }


.mc-title {
    color: #007dc3;
    position: relative;
    font-size: 3em;
    font-family: League Spartan !important;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    padding-top: 0 !important;
    margin-top: 50px;
}
.mc-content {
    color: #007dc3;
    position: relative;
    font-size: 3em;
    font-family: League Spartan !important;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    font-size: 1.3em !important;
    padding-top: 0 !important;
}

.goBackButton {
    font-size: 1.7em;
    color: #007dc3;
}

    .goBackButton:hover {
        transition: 0.2s;
        color: #4dc0ff;
    }