.big-cart-carticon {
    font-size: 20px;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    /* padding: 3px; */
    width: 40px;
    height: 40px;
    /* margin: auto; */

    text-align: center;
    padding-top: 5px;
    text-align: left;
    /* border-left: 1px solid #fff; */
    padding-left: 0px;
    /* margin-bottom: 10px; */
    cursor: pointer;
}

.big-cart-closeicon{
    font-size: 20px;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    /* padding: 3px; */
    width: 40px;
    height: 40px;
    /* margin: auto; */

    text-align: center;
    padding-top: 5px;
    text-align: left;
    /* border-left: 1px solid #fff; */
    padding-left: 7px;
    /* margin-bottom: 10px; */
    cursor: pointer;
    display:none;
}

.big-cart-closeicon:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 10px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gm-navbar-sticky-toggle .big-cart-carticon, .gm-navbar-sticky-toggle .big-cart-closeicon{
    color:var(--main-color);
}
.big-cart-carticon:hover, .big-cart-closeicon:hover{
    color:#f9a639;
}
.gm-navbar-sticky-toggle .big-cart-carticon:after,.gm-navbar-sticky-toggle .big-cart-closeicon:after{
    border-color:var(--main-color);
}

/*.bigcart {*/
/*    font-family: "Jost", sans-serif;*/
/*    font-weight: 500;*/
/*    color: #555;*/
/*    padding: 15px;*/
/*    border-radius: 0px;*/
/*    box-sizing: border-box;*/
/*    background: #701522;*/
/*    background: -moz-linear-gradient(117deg, #701522 0%, #aa2f41 100%);*/
/*    background: -webkit-linear-gradient(117deg, #701522 0%, #aa2f41 100%);*/
/*    background: linear-gradient(117deg, #701522 0%, #aa2f41 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#701522",endColorstr="#aa2f41",GradientType=1);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/


/*}*/
.big-cart{
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #555;
    /* width: 100%; */
    /* height: 100%; */
    /* position: fixed; */
    /* right: 5%; */
    z-index: 9999999999999;
    /* top: 5%; */
    position: relative;
    right: 0px;
}

.bigcart__container {
    max-width: 450px;
    min-width: 300px;
    max-height: 70vh;
    width: 50vw;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    padding: 15px;
    /* padding-right: 3px; */
    right: 0;
    position: absolute;
    height: auto;
    background-color: #e7e7e7;
    z-index: 10000000;
    border: #fff solid 2px;
    display: none;
}
.bigcart__container.active{
    display: block;
}
.bigcart__container__inner {
    width: 100%;
    position: relative;
}
.bigcart__container__inner__data {
    width: 100%;
    position: relative;
}
.bigcart__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bigcart__close {
    font-size: 16px;
    cursor: pointer;
    color: var(--main-color);
}
.bigcart__close:hover {
    color: #000;
}
.bigcart__details {
    font-size: 16px;
    cursor: pointer;
    color: var(--main-color);
}
.bigcart__details:hover {
    color: #000;
}
.bigcart__title {
    font-size: 20px;
}
.bigcart__list__item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    -o-transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bigcart__list__item:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.bigcart__list__item__image {
    width: 60px;
    background-color: #aa4352;
    color: #fff;
    font-size: 35px;
    text-align: center;
    position: relative;
    height: 60px;
    border-radius: 4px;
    margin-right: 10px;
}

.bigcart__list__item__image i{
    top: 0 !important;
    left: 0 !important;
}
.bigcart__list__item__stub {

    flex-grow:2;
}
.bigcart__list__item__stub__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bigcart__list__ticket {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    -o-transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
}
.bigcart__list__ticket:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.bigcart__list__ticket__image {
    background-image: url("https://mk0bartertheatruifqo.kinstacdn.com/wp-content/uploads/2020/03/Banner_GraceGlorie_2000x613.jpg");
    background-size: cover;
    width: calc(100% + 20px);
    padding-top: 30%;
    left: -10px;
    top: -10px;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.bigcart__list__ticket__stub {
    width: 100%;
}
.bigcart__list__ticket__stub__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bigcart__itemheading__primary {
    line-height: 14px;
    font-size: 18px;
    padding-top: 5px;
    color: #aa4342;
    font-weight: 500;
}
.bigcart__itemheading__secondary {
    font-size: 10px;
    color: #a7a7a7;
}
.bigcart__itemheading__date{
    font-weight: 600;
    color:#777777;
}
.bigcart__itembuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding-right: 5px;
    color: #aa4352;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start;
    cursor: pointer
;
}
.bigcart__itembuttons *{
    -webkit-transition:-webkit-transform .2s;
    transition:-webkit-transform .2s;
    -o-transition:transform .2s;
    transition:transform .2s;
    transition:transform .2s, -webkit-transform .2s;
    cursor: pointer;
}
.bigcart__itembuttons__edit:hover {
    color: #000;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bigcart__itembuttons__delete:hover {
    color: #000;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bigcart__footer {
    font-size: 22px;
    border-top: 1px solid var(--main-color);
    padding: 15px 0 0 0;
    position: relative;
}
.bigcart__footer .small {
    font-size: 16px !important;
}
.bigcart__footer__totals__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bigcart__footer__button {
    padding: 15px 10px;
    background-color: var(--main-color);
    font-weight: 500 !important;
    min-height: 60px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
    border-radius: 4px;
    color: #edab36;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: sticky;
    bottom: -3px;
    border: 2px solid #edab36;
    -webkit-box-shadow: 0 0 20px #e7e7e7;
    box-shadow: 0 0 20px #e7e7e7;
    -webkit-transition: color 0.2s, background-color 0.2s, -webkit-transform .2s;
    transition: color 0.2s, background-color 0.2s, -webkit-transform .2s;
    -o-transition: color 0.2s, background-color 0.2s, transform .2s;
    transition: color 0.2s, background-color 0.2s, transform .2s;
    transition: color 0.2s, background-color 0.2s, transform .2s, -webkit-transform .2s;
    -webkit-appearance: none;
}
/*.bigcart__footer__button:after {*/
/*    content: "";*/
/*    -webkit-transform: translateZ(-1px);*/
/*    transform: translateZ(-1px);*/
/*    background-color: #e7e7e7;*/
/*    width: calc(100% + 20px);*/
/*    height: calc(100% + 10px);*/
/*    position: absolute;*/
/*    left: -10px;*/
/*    top: 5px;*/
/*}*/
.bigcart__footer__button:hover {
    color: var(--main-color);
    background-color: #fff;
    border: 2px solid var(--main-color);
    -webkit-transform:scale(1.04);
    -ms-transform:scale(1.04);
    transform:scale(1.04);
}

.bigheading {
    margin-bottom: 5px;
}

.small {
    font-size: 12px;
    font-weight: 400 !important;
}

.bold {
    font-weight: 600 !important;
    color: #000;
}

.right {
    text-align: right;
}

.dataheading {
    font-size: 10px;
    color: #acacac;
    width: 100%;
}

.shadow {
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.shadow:hover {
    -webkit-box-shadow: 0 4.8px 4.2px rgba(0, 0, 0, 0.034), 0 8.7px 8.3px rgba(0, 0, 0, 0.048), 0 17.5px 15px rgba(0, 0, 0, 0.06), 0 28.3px 22.9px rgba(0, 0, 0, 0.072), 0 51.8px 38.4px rgba(0, 0, 0, 0.086), 0 110px 90px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4.8px 4.2px rgba(0, 0, 0, 0.034), 0 8.7px 8.3px rgba(0, 0, 0, 0.048), 0 17.5px 15px rgba(0, 0, 0, 0.06), 0 28.3px 22.9px rgba(0, 0, 0, 0.072), 0 51.8px 38.4px rgba(0, 0, 0, 0.086), 0 110px 90px rgba(0, 0, 0, 0.12);
}

.sshadow {
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}
.sshadow:hover {
    -webkit-box-shadow: 0 4.8px 4.2px rgba(0, 0, 0, 0.044), 0 9.7px 8.3px rgba(0, 0, 0, 0.068), 0 17.5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4.8px 4.2px rgba(0, 0, 0, 0.044), 0 9.7px 8.3px rgba(0, 0, 0, 0.068), 0 17.5px 15px rgba(0, 0, 0, 0.1);
}
.sshadow:hover .ticket-on-demand-logo {
    top: 14px;
    -webkit-filter: drop-shadow(2px 2px 3px #222);
    filter: drop-shadow(2px 2px 3px #222);
}
.sshadow:hover .ticket-type-img {
    top: 14px;
    -webkit-filter: drop-shadow(2px 2px 3px #222);
    filter: drop-shadow(2px 2px 3px #222);
}

.cartcard {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin: 20px 0;
    border: 2px solid #bbb;
}

.cartcard:first-of-type {
    margin-top: 0;
}

.cart-ondemand {
    background-color: #333;
    color: #fff;
}
.cart-specials {
    background-color: #08444c;
    color: #fff;
}
.cart-specials .bigcart__itemheading__primary {
    color: #fff !important;
}
.cart-specials .bigcart__itembuttons__delete {
    color: #a7a7a7;
}
.cart-specials .bigcart__itembuttons__delete:hover {
    color: #fff;
}
.cart-ondemand .bigcart__itemheading__primary {
    color: #fff !important;
}
.cart-ondemand .bigcart__itembuttons__delete,
.cart-ondemand .bigcart__itembuttons__edit {
    color: #a7a7a7;
}
.cart-ondemand .bigcart__itembuttons__delete:hover,
.cart-ondemand .bigcart__itembuttons__edit:hover {
    color: #fff;
}

.ticket-on-demand-logo {
    position: absolute;
    top: 5px;
    right: 5px;
    width:85px;
    z-index: 1000;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    -webkit-transition: top 0.3s, -webkit-filter 0.2s;
    transition: top 0.3s, -webkit-filter 0.2s;
    -o-transition: top 0.3s, filter 0.2s;
    transition: top 0.3s, filter 0.2s;
    transition: top 0.3s, filter 0.2s, -webkit-filter 0.2s;
}

.ticket-type-img{
    position: absolute;
    top: 5px;
    width:85px;
    right: 5px;
    z-index: 1000;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    -webkit-transition: top 0.3s, -webkit-filter 0.2s;
    transition: top 0.3s, -webkit-filter 0.2s;
    -o-transition: top 0.3s, filter 0.2s;
    transition: top 0.3s, filter 0.2s;
    transition: top 0.3s, filter 0.2s, -webkit-filter 0.2s;
}
.bigcart__container::-webkit-scrollbar {
    width: 6px;
}

.bigcart__container::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 0 10px 10px 0;
    margin: 13px 0;
}

.bigcart__container::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
    border: 2px solid #e7e7e7;
    border-left: 0;
}







.bigcart-item-subitems {
    width: 100%;
}
.bigcart-item-subitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    /* padding-bottom: 5px; */
    /* margin-bottom: 6px; */
    /* padding-top: 5px; */
    /* margin-top: 15px; */
    /* width: 100%; */
    font-weight: 400;
    /* background: #eeeeee; */
    /* margin: 10px 0; */
    padding: 5px;
    /* border-radius: 4px; */
}
.bigcart-item-subitem-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.bigcart-item-subitem-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}
.bigcart-item-subitem-detail:first-of-type {
    border-right: 1px solid #777;
    margin-right:10px;
    padding-right:10px;
}
.bigcart-item-subitem-slider{
    width:100%;
}
.bigcart-item-subitem-value {
    /* padding: 0 10px; */
    padding-left: 10px;
}
.bigcart-item-subitem-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    /* padding-right: 20px; */
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: 600;
    text-transform: uppercase;
}
.bigcart-item-subitem-name-section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.bigcart-item-subitem-question-responses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.big-cart-number {
    position: absolute;
    color: var(--main-color);
    background-color: #fff;
    border-radius: 500px;
    width: 17px;
    height: 17px;
    font-size: 9px;
    pointer-events: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 5px;
    border: var(--main-color) solid 2px;
    z-index: 2;
}

.bigcart-item-subitem-choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #e7e7e7;
    padding: 10px;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.bigcart-item-subitem-choices-header {
    font-size: 12px;
    /* position: absolute; */
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.bigcart-item-subitem-choice:hover {
    background-color: #f1bf1f;
    color: #333;
}
.bigcart-item-subitem-choice {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    width: 40%;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #333;
}
span.choice-premium {
    color: var(--main-color);
    font-weight: 700;
}
.bigcart-item-inner-total {
    padding-top: 15px;
    font-size: 14px;
    border-top: 1px solid #333;
    /* font-weight: 400; */
}
.bigcart__subitembuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    font-size: 20px;
    color: #aa4352;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px;
}
.bigcart__subitembuttons div {
    padding-left:10px;
}
.bigcart__noitems {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (max-width: 650px) {
    .bigcart__container {
        max-width: 100%;
        min-width: 90vw;
        max-height: 70vh;
        width: 90vw;
        margin: 0 auto;
        margin: 0px 4%;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 4px;
        padding: 15px;
        /* padding-right: 3px; */
        /* right: 12px; */
        position: fixed;
        height: auto;
        background-color: #e7e7e7;
        z-index: 10000000;
        border: #fff solid 2px;
        display: none;
    }
}

.moonlite-ticket-no-show {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bigcart__list__ticket__stub__pricing {
    position: relative;
    height: 50px;
}

.bigcart__itembuttons__edit{
    display:none;
}

.traditional .bigcart-item-subitem-name-row:before {
    content: 'Row';
    /* left: 10px; */
    text-align: right;
    font-size: 8px;
    /* padding-right: 20px; */
     top: -4px;
    padding-right: 3px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    position: absolute;
}

.parking .bigcart-item-subitem-name-row:before {
    content: 'Parking Spot';
    /* left: 10px; */
    text-align: right;
    font-size: 8px;
    /* padding-right: 20px; */
    white-space: nowrap;
    /* top: 0px; */
    padding-right: 3px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    position: absolute;
}

input.bigcart-promocode {

}

.bigcart-promoenter {
    position: absolute;
    top: 29px;
    right: 0px;
    font-size: 10px;
    background-color: #8c8c8c69;
    padding: 17px;
    cursor: pointer;
    color: #fff;
}
.bigcart-promoenter:hover{
    background-color: #fff;
    color: #7c7c7c;
}

label.bigcart-promo-label {
    font-size: 10px;
    padding: 0px;
    line-height: .5;
}

.bigcart-promo {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--main-color);
    /*display: none;*/
}

.bigcart-promostatus {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    background-color: #6fbd6f;
    color: #fff;
    padding: 5px;
    display: none;
}

.bigcart-promostatus.promofail{
    display: none;
    background-color: #b90000;
}

.bigcart-promostatus.promosuccess{
    display: none;
}
.bigcart-item-subitem-container.parking {
    width: 100%;
}
.bigcart-item-subitem-remove {
    width: 20px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50px;
    height: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    -webkit-transition: height .2s, line-height .1s;
    -o-transition: height .2s, line-height .1s;
    transition: height .2s, line-height .1s;
    margin-left: 10px;
    cursor: pointer;
}
.bigcart-item-subitem-name {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 4px;
    padding-bottom: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.bigcart-item-subitem-name-section {
    font-size: 12px;
}
.bigcart-item-subitem-header {
    margin-top: 10px;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 10px;
}
.bigcart__list__ticket__stub__pricing {
    position: relative;
    height: 40px;
    padding: 0 5px;
}
.bigcart__list__ticket__image {
    position: sticky;
    top: -2px;
    z-index: 10;
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    padding-top: 32%;
}
.bigcart-item-subitems {
    background-color: #f1f1f1;
    padding: 0 10px;
    margin-bottom: 10px;
}
.bigcart-item-subitem-container.tickets {
    padding: 10px 0;
}
.bigcart-item-subitem-remove:hover {
    background-color: #fff;
    color: var(--main-color);
    /* width: 15px; */
    height: 20px;
    /* padding: 10px; */
    font-weight: 700;
    line-height: 1.4;
    border: 2px solid var(--main-color);
}

.traditional .bigcart-item-subitem-name {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 7px 0;
    margin-bottom: -1px;
}
.traditional .bigcart-item-subitem-name:last-of-type {
    border-top: 1px solid #cacaca;
    padding: 5px 0;
    margin-bottom: 18px;
}
.bigcart-item-subitem-container {
    width: 100%;
}
.bigcart-item-subitem-name-seat {
    position: relative;
    top: 3px;
}
.bigcart-item-subitem-name-row {
    position: relative;
    top: 3px;
}
.bigcart-item-subitem-name-convert {
    background-color: var(--main-color);
    border-radius: 35px;
    color: #fff;
    font-size: 8px;
    padding: 3px 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /* height: 15px; */
    line-height: 1;
    /* flex-grow: 1; */
    width: 78px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}

.bigcart-item-subitem-name-convert:hover{
    background-color: #fff;
    border-radius: 35px;
    color: var(--main-color);
    width: 80px;
}
.bigcart-item-subitem-name.youth {
    background-color: #fff1de;
}
.youth .bigcart-item-subitem-name{
    background-color: #fff;
    color:var(--main-color);
}

.covid-warning-cart {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    color: #ff0000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.covid-warning-cart-epp {
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.covid-warning-cart-epp a {
    color: #fff;
    text-decoration: underline;
}
.covid-warning-cart a {
    color: #ff0000;
    text-decoration: underline;
}

.bigcart__footer__button__guest {
    padding: 10px;
    background-color: #ffffff;
    font-weight: 500 !important;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
    border-radius: 4px;
    color: var(--main-color);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: sticky;
    bottom: -3px;
    border: var(--main-color) solid 2px;
    -webkit-box-shadow: 0 0 20px #e7e7e7;
    box-shadow: 0 0 20px #e7e7e7;
    -webkit-transition: color 0.2s, background-color 0.2s, -webkit-transform .2s;
    transition: color 0.2s, background-color 0.2s, -webkit-transform .2s;
    -o-transition: color 0.2s, background-color 0.2s, transform .2s;
    transition: color 0.2s, background-color 0.2s, transform .2s;
    transition: color 0.2s, background-color 0.2s, transform .2s, -webkit-transform .2s;
    display: none;
}
.bigcart__footer__button__guest:hover {
    color: #fff;
    background-color: var(--main-color);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.bigcart__subscriptionnotif{
    background-color: #ffffff;
    color: #8a2332;
    padding: 10px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
}
.bigcart__subscriptionnotif.disable{
    display: none;
}

.nocost .bigcart__list__ticket__image{
    display: none;
}
.big-ord-order{
    display: none;
}

.big-ord-text{
    display: none;
}
.big-cart .bigcart-promo {
    display: none;
}
.bigcart-item-subitem-name-row:before {
    content: 'row';
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 8px;
}
.bigcart-item-subitem-name-row {
    padding: 0 10px;
}
.bigcart-item-subitem-name-seat:before {
    content: 'seat';
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 8px;
}
.bigcart-item-subitem-name-seat {
    padding: 0 10px;
}
.checkout-neg-notif{
    padding: 20px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 50px;
    text-align: center;
    display: none;
}
.checkout-neg-notif-header{
    font-size: 20px;
    font-weight: 600;
}
.checkout-neg-notif-header a{
    color: #fff;
    text-decoration: underline;
}
.checkout-neg-notif-body{
    padding-top:20px;
}







.big-ord .bigcart__itembuttons__delete{
    display: none;
}

.cartcard img.ticket-on-demand-logo {
    max-width: 25%;
    padding: 10px;
}



.bigcart__list__ad {
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    margin-top: 30px;
    cursor: pointer;
    min-height: 120px;
}

.list__ad__note {
    position: relative;
    line-height: 1;
    top: 25px;
    color: #999;
    text-align: center;
    padding-top: 15px;
    font-size:11px;
}
.bigcart__list__ad img {
    width: 100%;
    margin-bottom: -5px;
    border-radius: 6px;
}
.big-disabled{
    pointer-events: none;
    opacity: 1;
    background-color: #d1d1d1 !important;
    border: 1px solid #fff;
}