body,
html {
    margin: 0;
    padding: 0;
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12pt;
    background: #f9f9f9;
}


/* normalize */
h2 {
    margin-bottom: 25px;
    font-size: 15pt;
    font-weight: 400;
    user-select: none;
    text-transform: uppercase;
}

a {
    -webkit-tap-highlight-color: transparent;
    color: #000;
    user-select: none;
}

strong {
    font-weight: 400;
}

/* loader */
body>.progress {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    border-radius: 5px;
}

body>.progress:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    z-index: 1000;
    margin-top: -35px;
    margin-left: -25px;
    border-bottom: 0.45em solid #001e5b;
    border-left: 0.45em solid #001e5b;
    border-right: 0.45em solid #cacaca;
    border-top: 0.45em solid #cacaca;
    border-radius: 100%;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


/* form */

/* wrapper */
div.input,
span.input {
    position: relative;
    display: block;
    margin: 5px 0 12px;
    scroll-margin: 50px;
}

/* label */
label {
    font-weight: 400;
    margin-bottom: 2px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    pointer-events: none;
    transition: top 200ms, color 200ms, font-size 200ms, font-weight 200ms;
    color: #232323;
}

/* focused */
div.input.error input+label,
input:focus+label,
input:not(:placeholder-shown)+label,
select:focus+label,
select:not(:placeholder-shown)+label {
    font-weight: normal;
    font-size: 8pt;
    top: 8px;
    color: #404040;
}

/* input */
input,
select {
    border-radius: 5px;
    outline: none;
    border-color: inherit;
    color: #000;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
    width: 100%;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    padding: 25px 15px 5px;
    font-size: 11pt;
    appearance: none;
}

select {
    background: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23404040' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 30.727 30.727' style='enable-background:new 0 0 30.727 30.727;' xml:space='preserve'><g ><path d='M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z'/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 18px;
}

div.input .error {
    color: #b90303;
    position: absolute;
    position: absolute;
    top: 23px;
    left: 15px;
    font-weight: 400;
    font-size: 10pt;
    display: none;
    pointer-events: none;
}

div.input.error .error {
    display: block;
}

div.input.error label,
div.input.error select {
    color: #b90303 !important;
}

div.input.error input,
div.input.error select {
    border: 1px solid #b90303 !important;
}

button {
    width: 100%;
    background: #001e5b;
    color: #fff;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 10px;
    font-size: 11pt;
    text-transform: uppercase;
    margin-top: 20px;
    box-sizing: border-box;
    transition: background-color 250ms;
    letter-spacing: 1pt;
    margin-bottom: 20px;
}

button:hover,
button.progress {
    cursor: pointer;
    background: #131313;
}

button.progress:after,
.sections>.payment.processing button:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    z-index: 1000;
    margin-left: 10px;
    margin-top: -2px;
    border-bottom: 0.15em solid #ffffff;
    border-left: 0.15em solid #ffffff;
    border-right: 0.15em solid #404040;
    border-top: 0.15em solid #404040;
    border-radius: 100%;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}



/* items */
nav {
    background: #1d1d1d;
    color: #fff;
    text-align: center;
    top: 0px;
    width: 100%;
    position: fixed;
    display: flex;
    height: 40px;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

body.loading nav {
    display: none;
}

nav a {
    color: #a7a7a7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: 400;
    margin: 0px 15px;
    transition: color 200ms, opacity 200ms;
    opacity: 1;
}

body[data-cart-type="detailed"] nav a[data-cart-type="simple"],
body[data-cart-type="simple"] nav a[data-cart-type="detailed"] {
    display: none;
}

nav a span {
    pointer-events: none;
}

body nav a.disabled {
    opacity: .3;
    pointer-events: none;
}

body.section-confirmation nav a:not(.close) {
    opacity: 0;
    pointer-events: none;
}

/* close iframe */
nav a.close {
    position: absolute;
    right: 8px;
    content: " ";
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-image: url("data:image/svg+xml;utf8,<svg height='9pt' viewBox='0 0 329.26933 329' width='9pt' xmlns='http://www.w3.org/2000/svg'><path d='m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 7px;
    margin: 0;
    display: none;
}

body[data-iframe="1"] nav a.close {
    display: block;
}

/* hight light */
body.section-items nav a[data-action="items"],
body.section-billing nav a[data-action="billing"],
body.section-payment nav a[data-action="payment"],
nav a:hover {
    color: #fff;
}

/* sections */
.sections {
    position: relative;
    width: 50%;
    min-height: 100%;
    background: #f9f9f9;
    float: left;
    box-sizing: border-box;
    margin-top: 40px;
}

/* toggle */
body.section-items .sections>.items,
body.section-billing .sections>.billing,
body.section-payment .sections>.payment,
body.section-confirmation .sections>.confirmation {
    display: block;
}


/* items */
.sections>.items {
    position: relative;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    display: none;
}

@media screen and (max-width: 500px) {
    .sections>.items {
        padding: 20px 20px;
    }
}


.sections>.items .description {
    font-size: 11pt;
    line-height: 1.5em;
    margin-bottom: 30px;
    display: none;
}

.sections>.items .item {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

/* disabled */
.sections>.items .item.disabled .input {
    opacity: .2;
    pointer-events: none;
}

/* disabled */
.sections>.items .item.disabled .price {
    text-decoration: line-through;
    color: #a5a1a1;
}

.sections>.items:not(.category) .item:first-of-type {
    border-top: none;
    margin-top: -20px;
}

.sections>.items .item .info {
    font-size: 11pt;
    flex: 2;
    margin-right: 20px;
}

.sections>.items .item .info strong {
    font-size: 14pt;
    display: block;
    margin-bottom: -10px;
}


.sections>.items .item .price {
    align-items: center;
    justify-content: center;
    width: 100px;
    text-align: right;
    font-size: 14pt;
    font-weight: 400;
    margin-right: 20px;
}

.sections>.items .item .input {
    width: 55px;
}

.sections>.items .item .input select {
    text-align-last: center;
    padding-left: auto;
    padding-right: auto;
    background: none;
}

.sections>.items .item .input.progress:before {
    position: absolute;
    content: " ";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    background: #ffffff;
    border-radius: 5px;
}

.sections>.items .item .input.progress label {
    display: none;
}

.sections>.items .item .input.progress:after {
    position: absolute;
    content: " ";
    height: 15px;
    width: 15px;
    z-index: 1000;
    left: 16px;
    top: 15px;
    border-bottom: 0.15em solid #ffffff;
    border-left: 0.15em solid #ffffff;
    border-right: 0.15em solid #404040;
    border-top: 0.15em solid #404040;
    border-radius: 100%;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}


/* error */
.sections>.items .error {
    background: #b90303;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-size: 12pt;
    margin-top: 20px;
    display: none;
}

/* category */
.sections>.items .input.category {
    display: none;
}

.sections>.items.category .input.category {
    display: block;
}




/* billing */
.sections>.billing {
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    display: none;
}

@media screen and (max-width: 500px) {
    .sections>.billing {
        padding: 20px 20px;
    }
}


/* paymnet */
.sections>.payment {
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    display: none;
}

@media screen and (max-width: 500px) {
    .sections>.payment {
        padding: 20px 20px;
    }
}

/* button */
.sections>.payment .button {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 11pt;
}

.sections>.payment .button p {
    margin-top: -5px;
    font-size: 9pt;
    opacity: 0;
    transition: opacity 250ms;
}

/* processing */
.sections>.payment.processing button {
    background-color: #000;

}

.sections>.payment.processing p {
    opacity: 1;
}


.sections>.payment .billing {
    position: relative;
    font-size: 13pt;
    color: #000000;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #eaeaea;
    line-height: 1.4em;
    border-radius: 5px;
}

.sections>.payment .contact {
    position: relative;
    font-size: 13pt;
    color: #000000;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.5em;
    text-align: right;
    border-radius: 5px;
    margin-top: 20px;
}

body:not([data-cart-type="detailed"]) .payment .billing,
body:not([data-cart-type="detailed"]) .sections>.payment .contact {
    display: none;
}

body:not([data-cart-type="simple"]) .checkout_simple {
    display: none;
}

body[data-cart-type="simple"] .checkout_simple {
    margin-bottom: 40px;
}

.sections>.payment .contact strong {
    position: absolute;
    left: 20px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #000000;
    font-size: 12pt;
}

.sections>.payment .input {
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 20px;
}

.sections>.payment .input h3 {
    margin-bottom: 10px;
    font-size: 13pt;
}

/* input */
#card-element {
    border: 1px solid #cfcfcf !important;
    border-radius: 5px;
    padding: 10px 15px 10px;
    box-sizing: border-box;
    background: #f9f9f9;
}

/* error */
#card-errors {
    text-align: center;
    background: #b90303;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-size: 12pt;
    margin-top: 20px;
    display: none;
    scroll-margin: 20px;
}

/* terms */
.terms {
    line-height: 1.5em;
    position: relative;
    padding-left: 45px;
    box-sizing: border-box;
    margin: 40px 0 20px;
    font-size: 11pt;
    text-align: justify;
}

.sections>.payment input[type=checkbox] {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline;
    border: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    padding: 4px 12px;
    border-radius: 5px;
    outline: none;
    overflow: visible;
    background-color: #d0cdcd;
}

.sections>.payment input[type=checkbox]:checked::after {
    position: absolute;
    content: '';
    margin-left: 2px;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    background-color: #000000;
    border-radius: 5px;
}

.sections>.payment input[type=checkbox]:checked::after {
    top: 2px;
    left: 2px;
}




/* confirmation */
.sections>.confirmation {
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    line-height: 1.5em;
    display: none;
}



.sections>.confirmation>a {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    background: #001e5b;
    color: #fff;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    text-decoration: none;
    font-weight: 400;
    margin: 20px 0;
}

.downloadtickets_print,
.sections>.confirmation:not(.download) #downloadtickets {
    display: none;
}

.sections>.confirmation:not(.download) .note {
    margin-bottom: 25px;
}

.sections>.confirmation>a.print {
    background: #3c3b3b;
}


.sections>.confirmation .payment,
.sections>.confirmation .billing {
    position: relative;
    font-size: 13pt;
    color: #000000;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.5em;
    text-align: right;
    border-radius: 5px;
}


.sections>.confirmation .payment strong {
    position: absolute;
    left: 20px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #000000;
    font-size: 11pt;
}

.sections>.confirmation .billing {
    background: #eaeaea;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14pt;
    line-height: 1.4em;
    text-align: left;
}

.sections>.confirmation .note {
    font-size: 12pt;
    padding: 0 .5rem;
    box-sizing: border-box;
}

.sections>.confirmation .policy {
    font-size: 10pt;
    margin-top: 20px;
    line-height: 1.6em;
    text-align: center;
    color: #8b8b8b;
}

.sections>.confirmation .policy a {
    color: #8b8b8b;
}



/* order */
.order {
    position: relative;
    width: 50%;
    background: #eaeaea;
    float: right;
    box-sizing: border-box;
    padding: 20px 40px;
    padding-top: 40px;
    display: block;
    min-height: 100%;
    user-select: none;
}

@media screen and (min-width: 801px) {
    .order {
        margin-top: 20px !important;
    }

    .order:before {
        position: fixed;
        right: 0px;
        content: " ";
        background: #eaeaea;
        width: 50%;
        height: 100%;
        z-index: -1;
    }
}

body.loading .order {
    display: none;
}

.order .priceline {
    text-align: right;
    width: 100%;
    font-weight: 400;
}

.order .priceline span {
    position: absolute;
    left: 0px;
    font-weight: normal;
    margin-top: 2px;
}

.order .item {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 11pt;
    pointer-events: none;
}

.order .item strong {
    font-size: 12pt;
}

.order .item p {
    margin-top: 5px;
    font-size: 10pt;
}

.order .sums {
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 30px 0;
    pointer-events: none;
}

.order .sums div {
    margin: 15px 0;
}

.order .total {
    position: relative;
    font-size: 16pt;
    font-weight: 400;
    box-sizing: border-box;
    text-transform: uppercase;
    pointer-events: none;
}

.order .total span {
    font-weight: normal;
    font-size: 14pt;
    font-weight: 400;
}

/* desktop */
.order .viewsummary,
.order .total span.mobile {
    display: none;
}


/* promo code*/
.promocode {
    display: none;
}

.promocode form {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: -6px;
    padding-bottom: 10px;
}

.promocode .input {
    flex: 2;
}

.promocode button {
    position: relative;
    height: 100%;
    width: 100px;
    display: block;
    min-width: 80px;
    display: block;
    margin: 0;
    margin-top: 6px;
    margin-left: 10px;
    padding: 15px;
}

body.section-confirmation .promocode button {
    display: none;
}

.promocode button.progress {
    color: #000;
}

.promocode button.progress:after {
    left: 50%;
    margin-left: -7px;
}

/* access / intro */
body .access,
body .intro {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    z-index: 1000;
    top: 0px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: none;
}

body.section-access .access,
body.section-intro .intro {
    display: flex;
}

body .access>div,
body .intro>div {
    overflow: auto;
}

body .access>div h2,
body .intro>div h2 {
    font-size: 20pt;
}

body .access>div .content,
body .intro>div .content {
    line-height: 1.5em;
}

body .access>div>div,
body .intro>div>div {
    position: relative;
    max-width: 400px;
    text-align: left;
}


/* close iframe */
body .access a.close,
body .intro a.close {
    position: absolute;
    top: 15px;
    right: 15px;
    content: " ";
    background: #cacaca;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-image: url("data:image/svg+xml;utf8,<svg height='9pt' viewBox='0 0 329.26933 329' width='9pt' xmlns='http://www.w3.org/2000/svg'><path d='m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 7px;
    margin: 0;
    display: none;
}

body[data-iframe="1"] .access a.close,
body[data-iframe="1"] .intro a.close {
    display: block;
}

/* mobile */
@media screen and (max-width: 800px) {

    /* items */
    nav a {
        display: inline-block;
        margin: 0px 1vw;
        font-size: 10pt;
    }

    /* sections */
    .sections {
        position: relative;
        width: 100%;
        min-height: 100%;
        background: #f9f9f9;
        float: left;
        box-sizing: border-box;
        padding-top: 0px;
        margin-top: 0;
    }

    /* order */
    .order {
        position: relative;
        width: 100%;        
        padding: 20px 20px;
    }

    .order {
        position: sticky;
        float: none;
        height: auto;
        margin-top: -155px;
        transition: margin-top 500ms;
        padding-top: 40px;
    }

     .sections>.confirmation {
         padding: 20px 20px;
    }

    /* logo */
    body.section-confirmation .order:before {
        content: "";
        background-image: url('https://checkout.grandbizarreresto.com/merchants/grandbizarreresto/img/logo_w_m.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        width: 200px;
        display: block;
        height: 0px;
        -webkit-print-color-adjust: exact;
    }


    .order:not(.open).disableanimation {
        transition: none;
    }

    .order.open {
        margin-top: 0px !important;
    }

    /* hide */
    .order:not(.open) .total span:not(.mobile) {
        opacity: 0;
        transition: opacity 500ms;
    }

    .order.open .total span:not(.mobile) {
        opacity: 1;
    }

    .order.open .total span.mobile {
        opacity: 0;
    }

    /* show */
    .order .viewsummary,
    .order:not(.open) .total span.mobile {
        display: block;
        opacity: 1;
        transition: opacity 500ms;
    }

    .order .total span.mobile {
        transition: opacity 500ms;
        opacity: 1;
    }

    /* toggle summary */
    .order .viewsummary {
        position: relative;
        margin-top: 5px;
        text-align: right;
    }

    .order .viewsummary a {
        position: relative;
        text-decoration: none;
        top: 3px;
        right: 0px;
        font-size: 10pt;
        color: #0e0e0e;
        text-transform: uppercase;
    }

    .order .viewsummary a span {
        pointer-events: none;
        transition: opacity 500ms;
    }

    .order .viewsummary a span:last-child {
        position: absolute;
        right: 0px;
        white-space: nowrap;
    }

    .order:not(.open) .viewsummary a span:first-child {
        opacity: 1
    }

    .order.open .viewsummary a span:first-child {
        opacity: 0
    }

    .order:not(.open) .viewsummary a span:last-child {
        opacity: 0
    }

    .order.open .viewsummary a span:last-child {
        opacity: 1
    }




}

/* full content */
.fullcontent {
    position: fixed;
    z-index: 2000;

}

.fullcontent>div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    max-width: 900px;
    height: calc(100% - 100px);
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0px 20px 30px;
    line-height: 1.5em;
    font-size: 11pt;
    z-index: 2001;
    border-radius: 5px;
}

.fullcontent>div>div {
    overflow: auto;
    height: 100%;
    padding-right: 20px;
}

.fullcontent>div>div p:first-child {
    margin-top: 0;
}

.fullcontent:after {
    position: fixed;
    top: 0px;
    left: 0px;
    content: " ";
    background: #030303b3;
    width: 100%;
    height: 100%;
}

/* close iframe */
.fullcontent>div>a.close {
    position: absolute;
    top: -12px;
    right: -12px;
    content: " ";
    background: #292727;
    border: 2px solid #acacac;
    width: 26px;
    height: 26px;
    border-radius: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg height='9pt' fill='%23FFFFFF' viewBox='0 0 329.26933 329' width='9pt' xmlns='http://www.w3.org/2000/svg'><path d='m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 7px;
    margin: 0;
}

/* mobile */
@media screen and (max-width: 500px) {


    /* items */
    nav a {
        margin: 0px 3vw;
    }

    nav a span {
        display: none;
    }

    nav a.close {
        right: 8px;
    }

}

/* tablet item */
@media screen and (max-width: 1000px) {


    .sections>.items .item {
        margin-bottom: 44px;
        display: block;

    }

    .sections>.items .item .info {
        font-size: 11pt;
        margin: 0;
    }

    .sections>.items .item .info p {
        display: block;
        margin-bottom: 30px;
    }

    .sections>.items .item .info strong {
        margin-bottom: -10px;
        display: block;
    }

    .sections>.items .item .price {
        text-align: right;
        width: calc(100% - 70px);
    }

    .sections>.items .item .input {
        position: absolute;
        bottom: -23px;
        right: 0px;
    }

}


/* mobile */
@media screen and (max-width: 600px) {

    input,
    select {
        font-size: 16px;
    }

    .input.category select {
        padding-right: 45px !important;
    }

    button {
        margin-bottom: 140px;
    }
}


/* print */
@media print {

    body,
    .order {
        background: #fff;
    }

    .order h2 {
        margin-top: 0px;
    }

    /* logo */
    .order:before {
        content: "";
        background-image: url('https://checkout.grandbizarreresto.com/merchants/grandbizarreresto/img/logo_w_m.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        width: 200px;
        display: block;
        height: 80px;
        -webkit-print-color-adjust: exact;
    }


    .order h2 {
        padding-top: 19px;
    }

    .order .sums {
        position: relative;
        border-top: 1px solid #ccc;
        border-bottom: none;
        padding: 5px 0;
        margin: 30px 0 -7px;
        pointer-events: none;
    }

    .order .sums div {
        margin: 10px 0;
    }

    body.section-confirmation .promocode {
        display: none !important;
    }

    nav,
    .sections>.confirmation>a {
        display: none;
    }

   

    .sections>.confirmation .payment,
    .sections>.confirmation .billing {
        width: 50%;
        float: left;
        padding: 10px 10px;
        font-size: 12pt;
        line-height: 1.5eml
    }

    .sections>.confirmation h2 {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin-top: 0px;
    }

    .sections>.confirmation .billing {
        background: #fff;
        padding: 25px 0 26px 50px;
        margin-top: 0px;
    }

    .sections>.confirmation .policy {
        content: "";
        clear: both;
        display: table;
        border-top: 1px solid #ccc;
        padding-top: 20px;
        font-size: 8pt;
        text-align: justify;
    }

    .sections>.confirmation.download .downloadtickets_print {
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 0px 0px;
        margin-top: 24px;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .downloadtickets_print strong {
        display: block;
        text-transform: uppercase;
    }

    .sections {
        width: 100%;
        background: #fff;
        margin-top: -20px;
    }

    .order {
        position: relative;
        margin-top: 0px !important;
        width: 100%;
        background: none;
        background: #fff;
    }

}