h1, h2, h3, h4, h5, h6, p, span {
    margin: 0;
    padding: 0;
}

input {
    font-size: 15px;
    height: 2.5em;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 8px;
}

input[type="text"] {
    border-radius: 5px;
    padding: 7px 5px;
}

.consent-container {
    background-color: #e8eaef;
    display: inline-block;
    padding: 25px;
    border-top: 1px solid rgb(231,231,231);
    margin-top: 1.5em;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #0b1c24;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}    

.large-text {
    color: #333;
    font-size: 20px;
    padding: 2em 0;
}

.medium-text {
    display: -webkit-box;
    font-weight: 500;
    padding: 10px 20px;
}

.bg-section {
    background: #e8eaef;
    display: inline-block;
    padding: 1.5em 0;
}

.ticket-container {
    background: #e8eaef;
    display: inline-block;
    padding: 25px;
}

.margin-top {
    display: inline-block;
    margin-top: 1em;
}   

.space {
    padding: 0.75em 0;
}

.company {
    background: #ddd;
    padding: 10px;
    height: 100%;
    display: flex;
}

.company-logo {
    float: left;
    width: 7%;
    margin:1em;
}

.media-body {
    float: left;
}

.ticket-container {
    margin-top: 1.5em;
}

.ticket-text {
    font-size: 16px;
    padding-top: 1em;
}

.t-holders {
    padding-top: 1em;
}

.muted {
    font-size: 16px;
    padding: 10px 0;
}

.order-textblock {
    padding-top: 1em;
    color: #69757b;
}

.ticket-quant {
    border-left: none;
    position: relative;
    vertical-align: middle;
    width: 120px;
}

.ticket-tab {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-top: 1em;
    padding: 10px 0;
    -webkit-box-shadow:0px 3px 15px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 3px 15px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    width: 100%;
}

.thumbnail {
    float: left;
    margin-right: 20px;
}

.img-thumbnail {
    width: 400px;
    height: 517px;
    object-fit: contain;
}
.ticket-name {
    font-size: 16px;
    font-weight: bold;
    margin-top : 5px;
}
.ticket-description {
    font-size: 12px;
    font-weight: normal;
    margin-top : 5px;
}

.btn-round {
    background: #69757b;
    border-radius: 50%;
    color: #fff;
    outline: none;
    padding: 7px 0;
    width: 30px;
    vertical-align: middle;
}

.btn-round.red {
    background: #3b9de0;
}

input.js-qty-input {
    background: none;
    border: none;
    outline: none;
    text-align: center;
}

.price {
    position: relative;
    vertical-align: middle;
}

.price p {
    font-size: 13px;
}

.price p span {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 15px;
    padding: 5px 5px 0 5px;
}

.dividerContainer {
    float: left;
    position: relative;
    top: 2px;
    width: 20px;
}

.divider {
    border-left:1px solid #ececec; 
    height: 55px;
}

.receipt-table {
    font-size: 14px;
    width: 100%;
    table-layout: auto;
    -webkit-box-shadow:0px 3px 15px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 3px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.5);

}

.total-table {
    margin-top: 2em;
    width: 100%;
}

.total-table p {
    font-size: 15px;
    text-align: center;
}

.receipt-table tr {
    border-top: 1px solid #757575;
}

.receipt-table td {

}

.my-subtotal {
    padding-right:5px;
}

.my-subtotal {
    text-align: right;
}

.item-desc {

}

.order-total {
    font-size: 18px;
    padding: 1em 0;
    font-weight: bold;
}
.order-right {
    text-align: right;
}

.row.ticket {
    background: rgba(226, 226, 226, 0.45);
    display: block;
    margin: 0px 5px 10px 5px;
}
.payment-errors {
    color: #f44336;
}

.consent-container {
    margin-bottom: 2em;
}

.mobile-view {
    display: none;
}

.cart-container {
    margin-top:110px;
    position: static;
    display: block;
    margin-bottom: 10px;
    padding: 25px;
    color: #69757b;
    background-color: #FFFFFF
}
.cart-container label {
    color: #69757b;
    font-size: .80em;
}
.remove a{
    color:#2A1FAA;
}
div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 120px;
}
.payment-selector {
    width: 16%;
    height: 30px;
    margin-left: 0;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 0;
}
input[type="checkbox"] {
    display: inline;
    height: 1em;
    width: 1em;
    margin-right: .5em;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.cart-error, .cart-errmsg {
    color: #D8000C;
    background: #FFBABA;
    border: 1px solid;
    padding: 5px;
    border-radius:10px;
}
#cc {
    background: url("/img/cards/cards.png") no-repeat right 5px center;
}
.next-checkout-button {
    margin-top: 10px;
    width:100px;
    border-radius: 5%;
}
.product-title {
    font-family: Helvetica Neue;
    font-size: 41px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.product-price {
    margin-top: 16px;
    height: 31px;
    font-family: HelveticaNeue;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #4b44ed;
}
.product-text p {
    font-family: serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.add-to-cart {
    font-family: Helvetica Neue;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    background-color: #FFA000;
    padding: 9px;
    border-radius: 10px;
}
.button-div {
    margin-top: 26px;
    width: 10rem;
    height: 38px;
    border-radius: 10px;
    background-color: #FFA000;
}
.product-options {
    margin-top: 26px;
    font-family: Helvetica Neue;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
}