/* --- PROGRESS --- */

.ell {
    display: block;
    color: white;
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
    padding: 10px;
    background: rgb(220, 83, 75);
}

.ell_aszf, .ell_efottaszf, .ell_dataprotection, .ell_efottdataprotection, .ell_age, .ell_policy {
    display: block;
    color: white;
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
    padding: 10px;
    background: rgb(220, 83, 75);
}


.G-checkout_progress {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    max-width: 600px;

    margin: 35px auto;
    padding-bottom: 35px;
}

.G-checkout_progress .step {
    position: relative;

    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/* box */
.G-checkout_progress .step .box {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;

    width: 50px;
    height: 50px;

    font-family: 'Homestead', sans-serif;
    font-size: 20px;
    color: #b8b8b8;

    background: #ebebeb;

    transition: background .2s, color .2s;
}

.G-checkout_progress .step.selected .box {
    background: #969696;
    color: #fff;
}

.G-checkout_progress .step.selected.done .box {
    background: #6ab6a2;
    color: #fff;
}

/* text */
.G-checkout_progress .text {
    position: absolute;

    width: 126px;
    left: 50%;
    margin-left: -63px;
    margin-top: 10px;

    text-align: center;
    font-weight: 300;
    color: #a4a4a4;
    font-size: 18px;
}

/* line */
.G-checkout_progress .line {
    display: block;

    width: 100%;
    height: 2px;

    margin: 0 10px;

    -webkit-flex-grow: 1;
    flex-grow: 1;

    background-color: #f4f4f4;
}

/*MEDIA QUERY 800 PX*/
@media only screen and (max-width: 800px) {
    .G-checkout_progress .text {
        display: none;
    }

    .G-checkout_progress {
        padding-bottom: 0px;
    }
}

/*MEDIA QUERY 1300 PX*/
@media only screen and (max-width: 1300px) {
    .G-checkout_progress {
        max-width: 70%;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- STEPS --- */
.G-checkout_steps .steps_content {
    padding-left: 52px;
}

.G-checkout_step {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}

.G-checkout_step header {
    margin-bottom: 30px;
}

/* payment result */
.G-checkout_step.payment_result {
    margin: 150px 0 50px 0;
}

.G-checkout_step .L-back {
    position: absolute;

    right: 100%;

    margin-top: -6px;
    margin-right: 20px;
}

.G-checkout_step .fail-container {
    text-align: center;
}

.G-checkout_step .L-h2 {
    margin-top: 45px;
    margin-bottom: 10px;
}

.G-checkout_step .docs-block-title {
    margin-top: 30px !important;
    text-align: left;
    margin-bottom: -30px;
}

.G-checkout_step .headings {
    display: -webkit-flex;
    display: flex;
}

.G-checkout_step .inputs {
    max-width: 450px;
}

.G-checkout_step .L-button {
    margin-top: 35px;
}

.G-checkout_step .inputs .description {
    display: block;
    margin-bottom: 40px;

    font-size: 17px;
    color: #a3a3a3;
}

/* summary */
.G-summary-container {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;

    width: 100%;
    height: auto;

    margin-bottom: 30px;
}


.G-summary-container .summary-box {
    width: 60%;
    height: auto;

    margin-bottom: 30px;
}

.G-summary-container .summary-box .L-select {
    margin-top: 10px;
}

.G-summary-container .summary-box .payment_method {
    font-size: 18px;
}


.G-summary-container .summary-box:nth-child(even) {
    width: 25%;
}


.G-summary-container .payment_method-info {
    display: none;
    margin: 15px auto;
    text-align: center;
}

.G-summary-container .payment_method-info img {
    max-width: 100%;
}


.G-summary-container .summary-box .summary-content:not(:last-child) {
    display: -webkit-flex;
    display: flex;

    width: 100%;
    height: 100px;

    margin-bottom: 10px;

    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-align-items: center;
    align-items: center;

    border-bottom: 1px solid #f0f0f0;
}

.G-checkout_step .summary-content .L-h2 {
    margin: 0px 0px 10px 0px;
}

.G-checkout_step .summary-box .L-h2 {
    margin-top: 10px;
}

.summary-content-info {
    flex-grow: 1;
    text-align: left;
}

.G-checkout_step .summary-content .summary-content-info .ticket-name {
    display: block;
    font-size: 21px;
    padding-left: 10px;
    color: #333333;
}

.G-checkout_step.more_info .L-input {
    margin-top: 10px;
}

.G-checkout_step .summary-content .summary-content-info .ticket-info {
    padding-left: 10px;

    font-size: 13px;
    color: #919191;
}

.G-checkout_step .summary-content .summary-content-info .ticket-info {
    padding-left: 10px;
    font-size: 13px;
}

.G-checkout_step .summary-content .summary-content-info .ticket-price, .room-price {
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.G-checkout_step .summary-box .member-name {
    margin-bottom: 10px;
    margin-top: 20px;

    font-size: 21px;
    font-weight: bold;
}

.G-checkout_step .summary-box .member-mail, .member-address, .member-phone {
    font-size: 15px;
}

.G-checkout_step .summary-content .room-picture {
    width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.G-checkout_step .summary-content .room-picture img {
    width: 70px;
}

.G-checkout_step .summary-content .room-info {
    max-width: 65%;
}

.G-checkout_step .summary-content .room-info .bed {
    font-size: 21px;
}

.G-checkout_step .summary-content .room-info .room-info, .more-info {
    font-size: 13px;
    color: #919191;
}

.G-checkout_step .summary-content .total-price {
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}

.G-checkout_step .summary-content .total-price .text {
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.G-checkout_step .center .L-checkbox {
    margin-bottom: 40px;
    margin-top: 0px;
}

.newsletter-notes {
    font-size: 11px;
    color: #888;
}

/* Success or failed */
.G-checkout_step .success-pic {
    background: url('../images/success-pic.png');
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.G-checkout_step .description {
    font-size: 18px;
    text-align: center;
    margin: 20px 20px;
}

.G-checkout_step .description span {
    display: inline-block;
}

.G-checkout_step .download-ticket {
    width: 80%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;

}

.G-checkout_step .download-ticket .ticket {
    width: 70%;
    height: 80px;

    background: #ffde00;

    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.G-checkout_step .download-ticket .ticket .text {
    font-size: 18px;
    width: 50%;
}

.G-checkout_step .download-ticket .ticket .text span {
    font-weight: bold;
}


.checkout_sales_popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.checkout_sales_popup .popup {
    background: white;
    padding-bottom: 10px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkout_sales_popup .popup .fizetendo {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.checkout_sales_popup .popup .price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.checkout_sales_popup .popup .L-button.red {
    margin-left: 20px;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 1000px) {
    .G-checkout_steps .steps_content {
        padding-left: 0px;
    }

    .G-summary-container {
        flex-direction: column-reverse;
    }

    .G-summary-container .summary-box {
        width: 100%;
    }

    .G-summary-container .summary-box:nth-child(even) {
        width: 100%;
    }
}

/*MEDIA QUERY*/
@media only screen and (max-width: 1300px) {
    .G-checkout_step {
        text-align: center;
    }

    .G-checkout_step header {
        text-align: center;
    }

    .G-checkout_step .L-back {
        right: auto;
    }

    .G-checkout_step .inputs {
        max-width: 50%;
        margin: 0 auto;
        text-align: left;
    }

    .G-checkout_step .inputs {
        max-width: 80%;
        margin: 0 auto;
        text-align: left;
    }
}

@media only screen and (max-width: 500px) {
    .G-checkout_step header {
        text-align: right;
    }
}

@media only screen and (max-width: 800px) {
    .G-checkout_step .L-back {
        right: 80%;
    }

    .G-checkout_step .inputs {
        max-width: 90%;
    }

    .G-checkout_step .summary-content .room-info {
        max-width: auto;
        text-align: left;
    }

    .G-checkout_step .summary-content .room-info .room-info, .more-info {
        text-align: left;
    }
}

.strike {
    color: red;
    text-decoration: line-through;
    font-size: 80%;
}

.simplepay-logo {
    max-width: 400px !important;
    width: 100%;
}
