.content-spacer {
    height: 80px;
}

.btn i.fa {
    margin-right: .1em;
    font-size: .8em;
}

.ticket-section {
    /*padding-bottom: 2em;*/
    background: #efefef;
    margin: 0;
    margin-bottom: 2rem;
    border-radius: 1rem;
}

.ticket-section-content {
    padding: 0;
}

.ticket-section-body {
    margin:0;
}

.ticket-section.bordered {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
    padding: 1rem;
}

.ticket-section.ticket-section-cart{
    padding: 2rem 2rem;
}

.ticket-section.ticket-section-cart p{
    margin: 0;
    padding: 0;
}

.ticket-section h3.ticket-title {
    background: var(--blue-4);
    color: var(--grey-1);
    font-size: 1.4em;
    font-weight: 500;
    padding: .6em .9em;
    margin: 0;
    border-radius: 1rem;
}

.ticket-section p {
    margin: 0;
    padding: 0 2rem;
    font-style: italic;
}

.ticket-price-box {
    padding: 2rem 2rem 0 2rem;
}

.ticket-price-box hr {
    margin: 1em 0 1em 0;
}

.ticket-price-box h4 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 500;
    margin: 0;
    padding:0;
}

.ticket-price-box p {
    font-size: 1em;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.ticket-price-box p.price {
    font-size: 2.2em;
    line-height: .8em;
    font-weight: 700;
    color: #402d1c;
    margin: 0 0 1rem 0;
    padding: 1rem 0 0 0;
}

.ticket-price-box span.price-row {
    padding-bottom: 0.8em;
    display: inline-block;
    line-height: 1em;
}

.ticket-price-box p.price.sold-out {
    font-size: 1.5em;
    font-weight: 500;
}


.ticket-price-box a.btn,
.ticket-price-box span.btn {
    margin: 0;
    padding: .7rem 1.3rem;
    border: 0;
}

.ticket-price-box a.btn-cart-add {
    margin-left: 2rem;
}

.ticket-price-box span.ticket-counter {
    width: 4rem;
}

.ticket-price-box.inactive h4 {
    color: #bebebe;
}

.ticket-price-box.inactive p {
    color: #bebebe;
}

.ticket-counter {
    border: solid #a68b6a;
    border-width: 1px 0 1px 0;
    cursor: default;
}

.ticket-counter:hover {
    border: solid #a68b6a;
    border-width: 1px 0 1px 0;
    background: none;
    color: inherit;
}

.ticket-counter:active {
    box-shadow: none;
}

.ticket-counter.disabled {
    border: none;
    background: none;
    cursor: default;
}

.ticket-cart-item h4 {
    font-size: 1.3em;
    margin-bottom: .1em;
}

.ticket-cart-price,
.ticket-cart-price-sum {
    text-align: left;
}

.ticket-cart-price h4 {
    font-size: 1.5em;
    margin-bottom: .5em;
}

.ticket-cart-price-sum h3 {
    font-size: 2.1em;
    font-weight: 700;
}

.ticket-data-price-sum h3 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 0;
}

.ticket-cart-action {
    text-align: left;
}

#header_main header.shrinked .logo {
    width: 20.5%;
}

#ticket_alert_container {
    position: fixed;
    top: 0;
    z-index: 4500;
}

#ticket_alert {
    height: 200px;
    padding-top: 125px;
    background: #cc2e1c;
    transition: all 0.3s ease;
}

#ticket_alert.shrinked {
    height: 135px;
    padding-top: 65px;
}

#ticket_alert .left {
    padding-top: 28px;
    text-align: left;
}

#ticket_alert .right {
    padding-top: 20px;
    text-align: right;
}

#ticket_alert p {
    font-size: 1em;
    color: #fff;
}

#ticket_alert .btn-default {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}

#ticket_alert .btn-default:hover,
#ticket_alert .btn-default:active,
#ticket_alert .btn-default:focus {
    background: #c4b4a0;
    color: #fff;
    border: 1px solid #c4b4a0;
    outline: 0;
}

#ticket_alert.hidden-alert {
    height: 0 !important;
    padding-top: 0 !important;
}

#ticket-selector {
    margin-bottom: 2rem;
}


@media (min-width: 420px) {
    #header_main header.shrinked .logo {
        width: 17.5%;
    }

    #ticket_alert {
        height: 210px;
        padding-top: 140px;
    }

    #ticket_alert .left {
        padding-top: 27px;
    }

    #ticket_alert p {
        font-size: 1.1em;
    }

    .content-spacer {
        height: 70px;
    }
}

@media (min-width: 480px) {
    #header_main header.shrinked .logo {
        width: 15%;
    }

    #ticket_alert {
        height: 220px;
        padding-top: 150px;
    }

    #ticket_alert.shrinked {
        height: 140px;
        padding-top: 70px;
    }

    #ticket_alert .left {
        padding-top: 28px;
    }

    .content-spacer {
        height: 75px;
    }
}

@media (min-width: 600px) {

    #header_main header.shrinked .logo {
        width: 11.5%;
    }

    #ticket_alert {
        height: 250px;
        padding-top: 180px;
    }

    #ticket_alert.shrinked {
        height: 150px;
        padding-top: 75px;
    }

    #ticket_alert .left {
        padding-top: 29px;
    }

    #ticket_alert p {
        font-size: 1.2em;
    }

    .content-spacer {
        height: 75px;
    }

    .ticket-cart-action {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .btn i.fa {
        margin-right: .2em;
        font-size: .9em;
    }

    #header_main header.shrinked .logo {
        width: 12.5%;
    }

    #ticket_alert {
        height: 280px;
        padding-top: 205px;
    }

    #ticket_alert .left {
        padding-top: 28px;
    }

    #ticket_alert p {
        margin-left: 10px;
    }

    .content-spacer {
        height: 65px;
    }
    .ticket-price-box a.btn,
    .ticket-price-box span.btn {
        padding: .9rem 1.3rem;
    }
}

@media (min-width: 992px) {
    #header_main header.shrinked .logo {
        width: 16%;
    }

    #ticket_alert {
        height: 230px;
        padding-top: 155px;
    }

    #ticket_alert.shrinked {
        height: 155px;
        padding-top: 80px;
    }

    #ticket_alert .left {
        padding-top: 28px;
    }

    #ticket_alert p {
        font-size: 1.3em;
    }

    .ticket-price-box p.price {
        margin: 0;
    }

    .content-spacer {
        height: 60px;
    }

    .ticket-cart-price,
    .ticket-cart-price-sum {
        text-align: right;
    }

    .ticket-cart-price h4 {
        font-size: 1.5em;
        margin-bottom: .1em;
    }

    .ticket-cart-price-sum h3 {
        font-size: 1.5em;
        font-weight: 700;
    }

    .ticket-data-price-sum h3 {
        font-size: 1.5em;
        font-weight: 700;
    }

    .ticket-price-box p.price.sold-out {
        line-height: 2em;
    }

    .ticket-price-box span.price-row {
        line-height: 0;
    }

}

@media (min-width: 1200px) {
    .ticket-price-box p.price {
        margin: 0;
    }

    #header_main header.shrinked .logo {
        width: 17%;
    }

    #ticket_alert {
        height: 270px;
        padding-top: 190px;
    }

    #ticket_alert.shrinked {
        height: 192px;
        padding-top: 110px;
    }

    .content-spacer {
        height: 70px;
    }

    .ticket-cart-price-sum h3 {
        font-size: 2.1em;
        font-weight: 700;
    }

    .ticket-data-price-sum h3 {
        font-size: 2.1em;
        font-weight: 700;
    }

    .ticket-price-box p.price {
        padding: 0;
    }
}