body {
  background: #E9E9E9 !important;
  color: #333;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
}
.mobile-ad img {
  width: 100%;
  margin: 15px 0;
}
.arrow-container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -175px;
  left: 122px;
  z-index: -1;
}
p.intro {
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway";
  padding: 30px 35px 0;
  color: #717171;
  line-height: 24px;
  text-align: center;
}
.arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
}
.arrow:before,
.arrow:after {
  background: #fbbd04;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 9px;
  width: 15px;
}
.gradient {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(at 300px 300px, rgba(159, 0, 191, 0.9) 0, #4D4FA7 70%);
}
.light-shine {
  display: none;
}
img.creditcard-checkout-type,
img.google-pay-checkout-type {
  position: absolute;
  top: 22px;
  width: 100px;
  right: 22px;
}
.btn {
  outline: none !important;
}
.ticket-content {
  padding-left: 80px;
}
.ticket:nth-child(1),
.ticket:nth-child(2) {
  margin-top: 180px;
}
.ticket:nth-child(1n) {
  z-index: 10;
}
.ticket {
  margin-left: 60px;
  z-index: 9;
}
.ticket {
  display: inline-block;
  height: 557px;
  width: 265px;
  margin-left: 60px;
  margin-top: 35px;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.ticket-inner {
  opacity: 1;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.22));
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.22));
  background-repeat: no-repeat;
  text-align: left;
  color: #161616;
  background-image: url("../images/ticket-container.svg");
}
.ticket .ticket-head {
  background-position: center;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  color: white;
  padding: 5px 15px 5px 30px;
  position: relative;
}
.ticket .ticket-head .ticket-title {
  position: relative;
  font-size: 28px;
  text-align: center;
  padding: 0;
  font-weight: 500;
  color: #333;
  width: 100%;
  z-index: 2;
}
.ticket .ticket-head .icon {
  display: inline-block;
  margin: 0 40px;
  transform: rotate(135deg) translate(25%, 25%);
}
.ticket .ticket-body {
  border-color: #ccc;
  padding: 5px 15px 5px 30px;
  max-height: 267px;
  overflow: hidden;
  position: relative;
}
.ticket .ticket-body .js-ticket-selection-visuals {
  min-height: 205px;
  display: flex;
}
.ticket .ticket-body .js-ticket-selection-visuals img {
  margin: 0 auto;
}
.ticket .ticket-body .js-ticket-selection-visuals img.google {
  top: initial;
  transform: initial;
}
.ticket .ticket-body .ticket-assignment {
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
  margin-top: 15px;
  position: absolute;
  bottom: 15px;
  line-height: 14px;
}
.ticket .ticket-body .ticket-assignment a {
  color: blue;
  font-weight: bold;
}
.ticket .ticket-footer {
  min-height: 150px;
  position: relative;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 20;
  margin-left: 0;
}
.ticket .ticket-footer span {
  width: 100%;
  display: block;
  margin-left: 0;
}
.ticket .ticket-footer a {
  cursor: pointer;
  margin: 8px auto;
  display: block;
  padding: 0 10px 0 26px;
  width: 100%;
}
.ticket .ticket-footer a img {
  cursor: pointer;
}
.ticket .ticket-footer .print.btn-default {
  background: white;
  border: 1px solid #BDC1C5;
  font-weight: 500;
  padding: 6px 0 6px 0;
  font-size: 12px;
  box-shadow: none;
}
.ticket .ticket-footer .print.btn-default:hover {
  background: #4A4A4A;
  color: white;
}
.ticket-title {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  margin-bottom: 6px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #55595C;
}
h3 {
  color: #333;
}
p,
small {
  font-family: 'Nunito', sans-serif;
  color: #55595C;
}
.purchase-process-container {
  background: white;
  overflow: hidden;
  margin-top: 0;
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  position: relative;
}
.page-header {
  border-bottom: none;
  font-weight: 400;
}
.btn {
  border-color: transparent;
  border-radius: 3px !important;
  border: none;
  text-shadow: none;
  font-weight: 600;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  font-weight: 500;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 12px 15px;
}
.has-sub-heading {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.sub-heading {
  font-size: 16px;
  color: #9B9B9B;
  margin-bottom: 20px;
}
.form-container {
  padding: 0 125px;
}
td.button-selection .input-group {
  margin-bottom: 0;
}
.shopping-cart-hidden {
  opacity: 0;
}
.footer-legal {
  padding: 10px 0;
  font-size: 12px;
}
.footer-legal a {
  font-weight: bold;
  text-decoration: underline;
}
.sidebar.shopping-cart {
  padding: 0 40px;
}
.shopping-cart {
  font-family: "Nunito";
}
.shopping-cart .table > thead > tr > th {
  font-weight: 700;
  padding: 10px;
}
.shopping-cart tbody {
  border-bottom: 5px solid #eee;
  margin-bottom: 30px;
}
.shopping-cart tbody tr:last-child > td {
  padding-bottom: 40px;
}
.shopping-cart .table > tbody > tr > td,
.shopping-cart .table > tbody > tr > th,
.shopping-cart .table > tfoot > tr > td,
.shopping-cart .table > tfoot > tr > th,
.shopping-cart .table > thead > tr > td,
.shopping-cart .table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}
.shopping-cart h3,
.shopping-cart h4 {
  font-family: "Nunito";
  color: #333;
}
.shopping-cart thead {
  background: #333;
  color: white;
}
.shopping-cart h3 {
  padding: 30px 0 10px;
  font-size: 22px;
  font-weight: 400;
}
.shopping-cart h4 {
  text-align: right;
  font-size: 16px;
  padding: 3px 0;
}
.shopping-cart b {
  font-weight: 700;
}
.shopping-cart h4.ticket-total {
  border-top: 2px solid #eeeeee;
  padding: 20px 0 0 0;
}
.google-pay-checkout-type {
  max-width: 70px;
}
span.quantity-bubble {
  position: absolute;
  left: 190px;
  top: 45px;
  font-size: 13px;
  font-weight: bold;
  background: #2781c6;
  padding: 5px;
  width: 22px;
  height: 19px;
  border-radius: 10px;
  text-align: center;
  line-height: 10px;
  color: white;
}
.is-mobile .shopping-cart-visible {
  height: auto;
}
.shopping-cart-visible {
  -webkit-animation: fadeInSlideSidebar 0.5s forwards;
  animation: fadeInSlideSidebar 0.5s forwards;
  background: #F8FAFB !important;
  height: 760px;
}
@keyframes fadeInSlideSidebar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
table#ticket-selection thead.thead-inverse {
  background: #4A4A4A;
  color: white;
}
table#ticket-selection thead.thead-inverse > tr > th {
  padding: 15px;
  border-bottom: none;
}
table#ticket-selection tbody label {
  font-weight: 500;
  margin-bottom: 0;
}
table#ticket-selection tbody > tr > td {
  border-color: #f8fafb;
}
table#ticket-selection tbody > tr > td > div input {
  text-align: center !important;
  font-size: 22px;
  width: 30px;
  line-height: 32px;
  border: none;
  box-shadow: none;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
table#ticket-selection tbody > tr > td button {
  padding: 10px;
  font-size: 14px;
  line-height: 11px;
  outline: none;
}
table#ticket-selection tbody > tr > td button .glyphicon {
  top: 0px;
}
table#ticket-selection tbody > tr > td .btn-danger {
  color: #d9534f;
  background-color: transparent;
  border: 1px solid;
  border-color: #d9534f;
  background-image: none;
  text-shadow: none;
}
table#ticket-selection tbody > tr > td .btn-success {
  color: #5cb85c;
  background-color: transparent;
  border: 1px solid;
  border-color: #5cb85c;
  background-image: none;
  text-shadow: none;
}
.ticket-quantity,
.ticket-total {
  text-align: right;
  color: #55595C;
  font-family: 'Nunito', sans-serif;
}
.promotion-input-container {
  padding: 15px;
}
.delivery-method > div > h3.page-header {
  margin-top: 20px;
}
.js-purchaser .form-group {
  height: 50px;
  overflow: hidden;
  position: relative;
}
.js-delivery-multiple .input-group {
  margin-bottom: 35px;
}
.js-delivery-multiple .nod-error-message {
  color: #c00;
  display: block;
  position: absolute;
  font-size: 11px;
  padding: 3px 0;
  width: 100%;
  left: 15px;
  bottom: -20px;
}
.js-delivery-multiple .form-group .nod-error-message {
  left: 15px;
  bottom: -5px;
}
#ticketShippingForm .js-delivery {
  margin-bottom: 30px;
}
#ticketShippingForm select.dropdown-toggle {
  height: 34px;
  width: 100%;
  border-radius: 0px !important;
  display: inline-block;
  border: 0px solid transparent;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: button;
}
.btn-success.btn[disabled] {
  background: #aaa !important;
  opacity: 1;
  z-index: 19;
}
.panel.panel-single:hover,
.panel.panel-single.panel-active {
  background-image: url("../images/panel-single.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: #f9f9f9;
}
.panel.panel-multiple:hover,
.panel.panel-multiple.panel-active {
  background-image: url("../images/panel-multiple.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: #f9f9f9;
}
.panel-body p {
  font-size: 15px;
}
.panel-body p.panel-content {
  width: 90%;
}
.input-group {
  margin-bottom: 15px;
}
.delivery-method .input-group[class*="col-"] {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}
.delivery-method .input-group-btn {
  width: 15%;
}
.delivery-method .input-group-btn i.fa {
  position: absolute;
  z-index: 3;
  top: 11px;
  right: 10px;
  font-size: 12px;
}
.delivery-method .input-group .form-control {
  width: 99%;
  border-radius: 4px !important;
}
.delivery-method .input-group-btn:last-child {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}
.delivery-method .input-group-btn:last-child button,
.delivery-method .input-group-btn:last-child a {
  width: 100%;
  text-align: left;
}
.panel {
  cursor: pointer;
  position: relative;
}
.panel b {
  color: #000;
}
.panel:hover {
  background: #f9f9f9;
}
.panel .input-group-addon {
  background: none;
  border: none;
  padding: 3px 20px;
}
.panel .panel-body {
  padding: 25px 15px;
  min-height: 160px;
}
.delivery-method .ticket-assignment-type.input-group-btn:last-child > button,
.delivery-method .dropdown-toggle {
  border: 1px solid #ccc !important;
  font-weight: 400;
  background-color: #f9f9f9 !important;
  width: 94%;
  background: transparent;
  margin-top: 0px;
  border-radius: 4 !important;
  height: 34px;
}
.delivery-method .ticket-assignment-type.input-group-btn:last-child button,
.delivery-method .ticket-assignment-type.input-group-btn:first-child button {
  background: #f9f9f9 !important;
}
.delivery-method .ticket-assignment-type.input-group-btn:last-child {
  box-shadow: none !important;
  font-weight: 400;
  border-right: 1px solid #ccc !important;
  display: block;
}
body.store-front-confirm div.sidebar {
  display: none;
}
.store-front-confirm .page-header,
.store-front-customer .page-header,
.store-front-index .page-header {
  margin: 40px 0 20px;
}
.panel-body .btn-default {
  background: white;
  border: 1px solid #BDC1C5;
}
.panel-body .btn-primary,
.panel-body .btn-warning {
  background: #ffffff !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.54);
  color: #3c4043;
  font-weight: 500 !important;
  border: none;
  padding: 8px 37px !important;
  font-size: 16px;
  border-radius: 5px !important;
}
.panel-body .btn-primary:hover:enabled,
.panel-body .btn-warning:hover:enabled {
  background-color: #f7f7f7 !important;
}
.panel-body .btn:hover {
  cursor: pointer !important;
}
.btn-default:hover {
  background: #eee;
}
.purchase-action {
  margin-top: 15px;
}
.sidebar-ad {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidebar {
  padding: 0;
}
.sidebar br {
  display: none;
}
#progressbar {
  z-index: 9;
  margin: 30px 0 30px;
  padding: 0;
  overflow: hidden;
  min-height: 45px;
}
#progressbar li {
  list-style-type: none;
  color: #D4D9DD;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
}
#progressbar li.active {
  color: #333;
}
#progressbar li.active {
  color: #55595C !important;
  font-weight: 600;
}
#progressbar li:after {
  content: '';
  width: 180%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: -90%;
  top: 40px;
  z-index: -1;
}
#progressbar li.active:after {
  content: '';
  width: 120%;
  height: 1px;
  background: #0083c0;
  position: absolute;
  left: -10%;
  top: 40px;
  z-index: 1;
}
.progress-bar-container {
  margin: 25px 0 0;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #1AABDF !important;
  color: white;
}
#ticketing-buttons {
  padding-top: 40px;
  padding-bottom: 40px;
}
#ticketing-buttons .btn-success {
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  background: #5CB85C;
  border: none;
  outline: none;
  text-shadow: none;
}
#ticketing-buttons .btn-link {
  outline: none;
}
#ticketing-buttons .btn-loading .text {
  display: none;
}
#ticketing-buttons .btn-loading .progress-loading {
  display: inline;
}
#ticketing-buttons .progress-loading {
  display: none;
}
#ticketing-buttons button.btn.btn-sm.btn-link.btn-block {
  text-align: left;
  color: #aaa;
  padding: 0;
  font-size: 14px;
  outline: none;
  font-weight: 500;
}
.nod-success > input {
  border-color: #4a9a4a;
  border: 1px solid #4a9a4a !important;
}
.nod-error > input {
  border-color: #c00;
  border: 1px solid #c00 !important;
}
.nod-error-message {
  color: #c00;
  display: block;
  font-size: 11px;
  padding: 3px 0;
}
.nod-success > label.required,
.nod-success > label.required:after {
  color: #4a9a4a;
}
label.required:after {
  content: "*";
  display: inline-block;
  padding: 0 2px;
  color: #c00;
}
.store-front-receipt .tickets-container {
  overflow: scroll;
  height: 800px;
  padding-bottom: 140px;
  padding-right: 17px;
}
.store-front-receipt .tickets-container::-webkit-scrollbar {
  display: none;
}
.store-front-receipt .ticket-type-header {
  width: 100%;
  color: #444444;
  font-family: Raleway;
  font-size: 26px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.store-front-receipt .ticket-assigned-to {
  width: 100%;
  font-family: "Nunito";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 0px 15px 0px;
  min-height: 40px;
  max-height: 40px;
  text-align: center;
  margin-bottom: 0px;
}
.store-front-receipt .ticket-assigned-to .user-assignment {
  color: #333333;
  overflow: hidden;
  font-weight: 700;
  width: 100%;
  display: block;
}
.store-front-receipt .once-you-have-used {
  color: #565656;
  font-family: "Nunito";
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  display: block;
  bottom: -3px;
  width: 265px;
  padding: 0 20px 0 32px;
  margin: 0 auto;
  left: 0;
  background-color: #fff;
}
.store-front-receipt .welcome-aboard {
  opacity: 0.84;
  color: #1AA9DD;
  font-family: Raleway;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 220px;
  line-height: 36px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#086787+0,1aa9dd+100 */
  background: #086787;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #086787 0%, #1aa9dd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #086787 0%, #1aa9dd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #086787 0%, #1aa9dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086787', endColorstr='#1aa9dd', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.store-front-receipt .choose-how-you-want {
  color: #323C5A;
  margin: 0;
  font-weight: 400;
  font-family: Raleway;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}
.store-front-receipt .select-the-ultimate {
  opacity: 0.84;
  color: #434F6D;
  font-family: Raleway;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  width: 90%;
}
.store-front-receipt .google-requirements {
  display: block;
  opacity: 0.84;
  color: #8c8c8c;
  font-size: 13px;
  line-height: 20px;
  width: 75%;
  margin-top: 10px;
}
.store-front-receipt .note-you-can-only-u {
  display: block;
  opacity: 0.84;
  color: #8c8c8c;
  font-size: 13px;
  line-height: 20px;
  width: 75%;
  margin-top: 10px;
}
.store-front-receipt .grow {
  transition: all 0.2s ease-in-out;
}
.store-front-receipt .ticket-is-assigned.grow:hover,
.store-front-receipt .ticket-is-assigned.grow:active {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.22));
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.22));
  z-index: 1;
}
.store-front-receipt .grow:hover,
.store-front-receipt .grow:active {
  filter: drop-shadow(42px 22px 21px rgba(0, 0, 0, 0.17));
  -webkit-filter: drop-shadow(42px 22px 21px rgba(0, 0, 0, 0.17));
  z-index: 99;
}
.store-front-receipt .grow:hover .light-shine,
.store-front-receipt .grow:active .light-shine {
  z-index: -1;
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  background: white;
  position: absolute;
  filter: blur(7vw);
  opacity: 0.5;
  display: block;
}
.store-front-receipt .purchase-process-container {
  background-image: url("../images/stepFourBg.jpg");
  min-height: 800px;
  background-size: cover;
  margin-top: 30px;
}
.store-front-receipt .sidebar {
  display: none;
}
.thecube {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.thecube .cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.thecube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thecube .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2BA0C7;
  -webkit-animation: foldthecube 2.4s infinite linear both;
  animation: foldthecube 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.thecube .c2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.thecube .c3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.thecube .c4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.thecube .c2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.thecube .c3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.thecube .c4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes foldthecube {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes foldthecube {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.loading {
  position: absolute;
  top: 280px;
  margin-bottom: 500px;
}
.loading h1 {
  font-size: 18px;
  line-height: 32px;
  padding: 40px;
  color: #333;
  display: block;
  margin: 0 auto;
}
.animate-reveal {
  opacity: 1;
}
.store-front-index .modal-body {
  position: relative;
  padding: 0;
}
p.intro {
  overflow: hidden;
}
p.intro span {
  display: block;
}
p.intro span:before,
p.intro span:after {
  content: " ";
  height: 1px;
  width: 10%;
  background: #fbbd04;
  display: block;
  position: absolute;
}
p.intro span:before {
  top: 13px;
  left: 30%;
}
p.intro span:after {
  top: 13px;
  right: 30%;
}
p.intro span {
  display: block;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  color: #fbbd04;
  text-transform: uppercase;
}
.ticket-content-divider {
  width: 100%;
  display: block;
  background: transparent;
  height: 5px;
}
.view-more-tickets {
  display: block;
  position: absolute;
  right: 40px;
  text-align: center;
  background: #1997d1;
  border-radius: 100%;
  width: 40px;
  line-height: 12px;
  cursor: pointer;
  height: 40px;
  padding: 10px 0;
  padding-top: 14px;
  z-index: 99999;
}
.view-more-tickets.down {
  bottom: 25px;
}
.view-more-tickets.up {
  bottom: 80px;
  padding-top: 12px;
}
.view-more-tickets:hover {
  background: #0f709c;
}
.view-more-tickets p {
  font-size: 13px;
  margin: 0;
  font-weight: bold;
  color: white;
}
.view-more-tickets i {
  color: white;
}
.hidden-xs.top-banner {
  margin-top: 20px;
}
.bottom-banner img,
.top-banner img {
  width: 100% !important;
}
.bottom-banner.desktop {
  margin-top: 15px;
}
.bottom-copy-container {
  padding: 15px 0 0;
}
input::placeholder {
  color: #424242 !important;
}
.top-copy-container p {
  padding: 15px 0;
  margin: 0;
}
@media screen and (min-width: 1330px) and (max-width: 3200px) {
  .container {
    width: 1330px;
  }
  #ticketing-buttons .btn:hover {
    cursor: pointer !important;
  }
  #ticketing-buttons .btn-success:hover {
    background: #62be62;
  }
  #ticketing-buttons .btn-success:active {
    background: #53a653;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #ticketing-buttons .btn:hover {
    cursor: pointer !important;
  }
  #ticketing-buttons .btn-success:hover {
    background: #62be62;
  }
  #ticketing-buttons .btn-success:active {
    background: #53a653;
  }
  .container {
    width: 100%;
  }
  .ticket:nth-child(1) {
    margin-top: 180px;
  }
  .ticket:nth-child(2) {
    margin-top: 180px;
  }
  .form-container {
    padding: 0 45px;
  }
  .ticket-content {
    padding-left: 80px;
  }
  .ticket {
    margin-left: 35px;
    z-index: 9;
  }
  .store-front-receipt .select-the-ultimate {
    width: 100%;
  }
  .store-front-receipt .welcome-aboard {
    margin-top: 120px;
  }
  .tickets-container > div {
    display: grid;
    width: 100%;
  }
  .tickets-container > div > .ticket {
    margin-left: auto;
    margin-right: auto;
  }
  table#ticket-selection tbody > tr > td > div input {
    line-height: 0px;
    padding: 0;
    width: 25px;
  }
  table#ticket-selection tbody > tr > td button {
    padding: 4px;
  }
  .col-sm-3-tablet {
    width: 30% !important;
  }
  .col-sm-7-tablet {
    width: 70% !important;
  }
  .shopping-cart-visible {
    height: auto !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .ticket-assignment .col-sm-6 {
    width: 50% !important;
    float: left;
  }
  #ticketing-buttons .btn:hover {
    cursor: pointer !important;
  }
  #ticketing-buttons .btn-success:hover {
    background: #62be62;
  }
  #ticketing-buttons .btn-success:active {
    background: #53a653;
  }
  .shopping-cart-visible {
    height: auto !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1074px) {
  .ticket:nth-child(2) {
    margin-top: 40px;
  }
  #ticketing-buttons .btn:hover {
    cursor: pointer !important;
  }
  #ticketing-buttons .btn-success:hover {
    background: #62be62;
  }
  #ticketing-buttons .btn-success:active {
    background: #53a653;
  }
  .shopping-cart-visible {
    height: auto !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding: 0;
    background: #f9f9f9 !important;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 5px 15px;
  }
  table#ticket-selection tbody > tr > td button {
    padding: 14px 16px!important;
  }
  .footer-container {
    background: #f9f9f9;
    padding: 0 0 40px 0;
  }
  .footer-container p {
    font-size: 11px;
    text-align: center;
  }
  .store-front-receipt .purchase-process-container {
    background-image: url(../images/stepFourBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .store-front-receipt .once-you-have-used {
    bottom: -3px;
  }
  .store-front-receipt .grow:hover,
  .store-front-receipt .grow:active {
    transform: none !important;
  }
  .mobile-logo-container {
    display: block;
    clear: both;
  }
  .ticket-content {
    padding-left: 0;
    padding-right: 0;
  }
  .store-front-receipt .purchase-process-container {
    min-height: initial;
  }
  .store-front-receipt .loading {
    position: relative;
    top: 0;
    margin-top: 150px;
  }
  .store-front-receipt .loading h1 {
    font-size: 14px;
    line-height: 30px;
    padding: 40px 0 0 0;
    width: initial;
  }
  .store-front-receipt .choose-how-you-want,
  .store-front-receipt .welcome-aboard,
  .store-front-receipt .once-you-have-used,
  .store-front-receipt .select-the-ultimate,
  .store-front-receipt .note-you-can-only-u,
  .store-front-receipt .google-requirements {
    width: inherit;
    text-align: center;
    clear: both;
    height: auto;
  }
  .store-front-receipt img.mobile-ticket-logo {
    display: block;
    width: 80px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .store-front-receipt .once-you-have-used {
    width: 100%;
  }
  .store-front-receipt .welcome-aboard {
    font-size: 20px;
    margin-top: 0px;
  }
  .store-front-receipt .choose-how-you-want {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .store-front-receipt .select-the-ultimate {
    font-size: 17px;
    line-height: 26px;
    padding: 0 40px;
  }
  .store-front-receipt .note-you-can-only-u,
  .store-front-receipt .google-requirements {
    font-size: 12px;
    line-height: 15px;
  }
  .store-front-receipt .tickets-container {
    overflow: visible;
    height: auto;
    padding-bottom: initial;
    padding-right: initial;
    margin-top: 15px;
    padding-bottom: 90px;
    padding-top: 30px;
  }
  .ticket:nth-child(2n) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ticket {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
  .ticket:nth-child(1),
  .ticket:nth-child(2) {
    margin-top: 15px;
  }
  span.quantity-bubble {
    top: 25px;
  }
  #ticketing-buttons .btn-success {
    padding: 25px;
  }
  .nod-error-message {
    color: #c00;
    display: block;
    position: absolute;
    font-size: 11px;
    padding: 3px 0;
    width: 100%;
    bottom: -5px;
  }
  .js-delivery-multiple .ticket-assignment-type {
    position: absolute;
    left: 0;
    border: 0px !important;
    top: 3px;
  }
  .js-delivery-multiple .ticket-assignment-type button {
    background: transparent;
    border: none !important;
    box-shadow: none;
  }
  .js-delivery-multiple .nod-error-message {
    color: #c00;
    display: block;
    position: absolute;
    font-size: 11px;
    padding: 3px 0;
    width: 100%;
    bottom: -24px;
  }
  img.client-logo.visible-xs {
    max-width: 58px;
    margin-top: 0px;
  }
  .mobile-header {
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
  .btn-success.btn[disabled] {
    background: #aaa !important;
    opacity: 1;
    z-index: 19;
  }
  .checkout-type-logo {
    position: absolute;
    right: 18px;
  }
  .checkout-type-logo.creditcard-checkout-type {
    width: 85px;
    top: 0;
  }
  .checkout-type-logo.google-pay-checkout-type {
    top: 2px;
    width: 50px;
  }
  .panel-body p {
    font-size: 15px;
  }
  .purchase-process-container {
    margin-top: 0;
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      bottom: -100px;
    }
    100% {
      opacity: 1;
      bottom: 0px;
    }
  }
  @keyframes fadeDownOut {
    0% {
      opacity: 1;
      bottom: 0px;
    }
    100% {
      opacity: 0;
      bottom: -100px;
    }
  }
  .delivery-method .input-group-btn:last-child {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .delivery-method .input-group .form-control {
    width: 115%;
    width: -webkit-fill-available;
    border-radius: 4px !important;
  }
  .delivery-method .input-group-btn {
    width: 32%;
  }
  .progress-bar-container {
    display: none;
  }
  .progress-container-mobile {
    position: relative;
    padding: 0;
    margin: 0 -15px;
    width: 110%;
  }
  .progress-container-mobile a {
    border-radius: 0 !important;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px;
    background: #5CB85C;
    border: none;
    text-shadow: none;
  }
  .progress-container,
  #ticketing-buttons {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .progress-container {
    position: fixed;
    bottom: 0px;
    /* opacity: 1; */
    left: 0;
    z-index: 9;
    width: 110%;
  }
  .progress-container .btn-success,
  .progress-container #ticketing-buttons .btn-success {
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0px !important;
    padding: 15px;
    margin-left: -15px;
    background: #5CB85C;
    border: none;
    text-shadow: none;
  }
  .footer-container {
    background: #fff;
  }
  .subtract-ticket,
  .add-ticket {
    z-index: 9;
  }
  .subtract-ticket button,
  .add-ticket button {
    z-index: 9;
  }
  .ticket-quantity-input {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
  }
  .btn-toolbar {
    position: relative;
  }
  .store-front-customer .input-group {
    margin: 45px 0;
  }
  .page-title {
    padding-bottom: 0 !important;
    margin: 22px 0 10px !important;
    font-size: 15px !important;
    color: #7d7d7d !important;
    font-weight: 700 !important;
    line-height: initial !important;
    text-align: right;
    width: 100% !important;
    font-family: "Nunito";
  }
  .page-title span {
    display: inline-block !important;
    font-weight: 700;
  }
  .page-title span:after {
    content: " ";
    white-space: pre;
  }
  .store-front-confirm .page-header,
  .store-front-customer .page-header,
  .store-front-index .page-header {
    padding-bottom: 0;
    margin: 40px 0 15px;
    font-size: 20px;
    font-weight: 600;
    width: 90%;
    line-height: 26px;
  }
  .store-front-confirm .page-header.page-header-first,
  .store-front-customer .page-header.page-header-first,
  .store-front-index .page-header.page-header-first {
    margin: 0px 0 15px;
  }
  .store-front-confirm .purchase-process-container,
  .store-front-receipt .purchase-process-container{
    margin-top: 30px;
  }
  table#ticket-selection tbody > tr > td > div input {
    font-size: 28px !important;
    line-height: 52px;
    width: 30px;
  }
  .store-front-receipt .ticket.animate-reveal {
    display: block !important;
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
  }
  table#ticket-selection .btn-toolbar > .input-group {
    margin-left: 0;
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 5px;
  }
  table#ticket-selection .btn-toolbar > .input-group button {
    float: right;
  }
  table#ticket-selection > tbody > tr > td {
    height: 80px;
  }
  .table#ticket-selection > tbody > tr > td.button-selection {
    font-weight: 500;
    vertical-align: bottom;
  }
  .form-container {
    padding: 0 15px 0;
  }
  #ticketShippingForm .js-delivery {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .delivery-method .ticket-assignment-type.input-group-btn:last-child {
    box-shadow: none !important;
    font-weight: 500;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
    border-right: none !important;
  }
  .delivery-method .input-group.js-delivery {
    border: none;
    padding: 0;
    margin: 40px 0px;
  }
  .delivery-method .ticket-assignment-type.input-group-btn:last-child button,
  .delivery-method .ticket-assignment-type.input-group-btn:first-child button {
    background: transparent !important;
    border: none !important;
    font-weight: 500;
    box-shadow: none;
  }
  .delivery-method .ticket-assignment-type.input-group-btn:last-child {
    box-shadow: none !important;
    font-weight: 500;
    border-right: none !important;
    display: block;
  }
  img.creditcard-checkout-type {
    top: 25px !important;
  }
  img.google-pay-checkout-type {
    top: 27px !important;
  }
  .top-copy-container p {
    padding: 15px 0;
    margin: 0;
  }
  .shopping-cart-visible {
    height: auto !important;
    padding-bottom: 50px !important;
  }
  .react-edit-page-component .nav-tabs > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .react-edit-page-component .header .title-container h2 {
    display: none;
  }
  .react-edit-page-component .nav.nav-tabs li a,
  .react-edit-page-component .nav-tabs > li.active > a {
    font-size: 12px !important;
  }
}

.discount {
  color: #f00 !important;
}
