.eventTitle{
    color: #fff;
    margin-bottom: 1px;
    margin-top: 20px;
    font-size: 1.4em;
    text-align: left;
}
.eventTitleSub{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #909090;
    margin-bottom: 5px;
    margin-top: 2px;
    font-size: 1.1em;
    text-align: left;
    font-weight: bold;
}
.eventTitleDark{
    color: #000;
    margin-bottom: 1px;
    margin-top: 20px;
    font-size: 1.4em;
    text-align: left;
}
.eventTitleSubDark{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #000;
    margin-bottom: 5px;
    margin-top: 2px;
    font-size: 1.1em;
    text-align: left;
    font-weight: bold;
}
.listTicketsH1 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.listTicketsH1b {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.listTicketsH2 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.listTicketsH2a {
    color: #9B30FF;
    font-size: 13px;
    font-weight: bold;
}
.listTicketsH3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
}
.listTicketsH3a {
    color: #FFFFFF;
    font-size: 12px;
}
.listTicketsH4 {
    color: #9B30FF;
    font-size: 19px;
    font-weight: bold;
}
.listTicketsH5 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    margin-top: 40px;
}
.listTicketsH6 {
    color: #AFAFAF;
    font-size: 25px;
    font-weight: bold;
    margin-top: 1px;    
}
.listTicketsH7 {
    color: #AFAFAF;
    font-size: 18px;
    border-top: 1px solid #AFAFAF;
}
.listTicketsH7NoBorder {
    color: #AFAFAF;
    font-size: 18px;
}
.listTicketsH7:hover {
    color: #AFAFAF;
    background-color: #9B30FF;
    cursor: pointer;
}
.listTicketsH7NoBorder:hover {
    color: #AFAFAF;
    background-color: #9B30FF;
    cursor: pointer;
}
.listTicketsH7SOLDOUT {
    color: #AFAFAF;
    font-size: 18px;
    background-color: #DC6567;
    cursor: pointer;
    border-top: 1px solid #AFAFAF;
}

.listTicketsH7small {
    color: #AFAFAF;
    font-size: 12px;
}
.listTicketsH7smallP {
    color: #AFAFAF;
    font-size: 12px;
}
.listTicketsH8 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
}
.listTicketsH9 {
    color: #AFAFAF;
    font-size: 19px;
    font-weight: bold;
    position: absolute; 
    right: 20px; 
    top:5px;
}
.listTicketsH10 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    margin-top: 2px;
}
.listTicketsH10a {
    color: #1D1D1D;
    font-size: 24px;
    font-weight: bold;
    margin-top: 2px;
    padding: 2px;
}
.listTicketsH11 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}
.listTicketsH12 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.listTicketsQTY {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #565656;
    text-align: center;
    margin-top: 5px;
    margin-bottom: auto;
    max-width: 90px;
}
.listTicketsLine1 {
    border-bottom: 1px solid #9C9C9C;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.listTicketsLine2 {
    border-bottom: 1px solid #9C9C9C;
    padding-bottom: 5px;
    margin-bottom: 5px;
} 
.listTicketButton {
      background: #9B30FF;
   background-image: -webkit-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -moz-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -ms-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -o-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -webkit-gradient(to bottom, #9B30FF, #6A18B7);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 12px;
   font-weight: 100;
   padding: 5px 9px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-top: 1px;
    margin-bottom: auto;
    width: 115px;
}
.listTicketButton:hover {
   border: solid #BA89E7 1px;
   background: #BA89E7;
   background-image: -webkit-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -moz-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -ms-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -o-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -webkit-gradient(to bottom, #BA89E7, #B072E9);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}
.listTicketButtonSOLD {
      background: #E74E38;
   background-image: -webkit-linear-gradient(top, #E74E38, #6A18B7);
   background-image: -moz-linear-gradient(top, #E74E38, #6A18B7);
   background-image: -ms-linear-gradient(top, #E74E38, #6A18B7);
   background-image: -o-linear-gradient(top, #E74E38, #6A18B7);
   background-image: -webkit-gradient(to bottom, #E74E38, #6A18B7);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 12px;
   font-weight: 100;
   padding: 5px 9px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-top: 1px;
    margin-bottom: auto;
    width: 115px;
}
.listTicketButtonDEL {
      background: #F2295B;
   background-image: -webkit-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -moz-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -ms-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -o-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -webkit-gradient(to bottom, #F2295B, #6A18B7);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 12px;
   font-weight: 100;
   padding: 5px 9px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-top: 1px;
    margin-bottom: auto;
    width: 115px;
}
.listTicketButtonDEL:hover {
   border: solid #F2295B 1px;
   background: #F2295B;
   background-image: -webkit-linear-gradient(top, #F2295B, #B072E9);
   background-image: -moz-linear-gradient(top, #F2295B, #B072E9);
   background-image: -ms-linear-gradient(top, #F2295B, #B072E9);
   background-image: -o-linear-gradient(top, #F2295B, #B072E9);
   background-image: -webkit-gradient(to bottom, #F2295B, #B072E9);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}
.listTicketButton3 {
   background: #FA268A;
   background-color: #FA268A!important;
   color: #FFFFFF!important;
   font-family: "Montserrat", Sans-serif!important;
   font-size: 16px!important;
   font-weight: 600;
   padding: 5px 9px;
   text-decoration: none;
   text-transform: uppercase;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-top: 1px;
    margin-bottom: auto;
    width: 100%;
    border: 2px solid #FA268A!important;
}
.listTicketButton3:hover {
   border: 2px solid #FA268A!important;
    background-color: #FFFFFF!important;
    color: #FA268A!important;
   text-decoration: none;
}

.checkoutTicketButton {
      background: #F2295B;
   background-image: -webkit-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -moz-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -ms-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -o-linear-gradient(top, #F2295B, #6A18B7);
   background-image: -webkit-gradient(to bottom, #F2295B, #6A18B7);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 16px;
   font-weight: 100;
   padding: 5px 9px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-top: 10px;
    margin-bottom: auto;
    width: 115px;
}
.checkoutTicketButton:hover {
   border: solid #F2295B 2px;
   background: #F2295B;
   background-image: -webkit-linear-gradient(top, #F2295B, #B072E9);
   background-image: -moz-linear-gradient(top, #F2295B, #B072E9);
   background-image: -ms-linear-gradient(top, #F2295B, #B072E9);
   background-image: -o-linear-gradient(top, #F2295B, #B072E9);
   background-image: -webkit-gradient(to bottom, #F2295B, #B072E9);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}

.cartIcon1 {
     color: #9B30FF;
    font-size: 26px;
    line-height: 0.9;
    font-weight: bold;

}
.cartIcon2 {
     color: #9B30FF;
    font-size: 39px;
    line-height: 0.9;
}
#countD {
     color: #9B30FF;
    font-size: 14px;
}

.DiscountBox1 {
    width: 600px;
    height: 100px;
    background-color: #3F3E3E;
    border-radius: 10px;
    padding: 10px;
}
.DiscountHead1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    
}
.DiscountInput1 {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
}

.DiscountItem1 {
    color: #C8383A;
    font-weight: bold;
}
.DiscountDel1 {
    color: #C8383A;
    font-weight: bold;
}

.DiscountButton {
   background-color: #FA268A!important;
   color: #FFFFFF!important;
   font-family: "Montserrat", Sans-serif;
   font-size: 16px;
   font-weight: 600;
   padding: 5px 9px;
   text-decoration: none;
   text-transform: uppercase;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-top: 1px;
    margin-bottom: auto;
    width: 100%!important;
    border: 2px solid #FA268A!important;
}
.DiscountButton:hover {
   border: 2px solid #FA268A!important;
    background-color: #FFFFFF!important;
    color: #FA268A!important;
   text-decoration: none;
}

.DiscountButton4 {
      background: #9B30FF;
   background-image: -webkit-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -moz-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -ms-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -o-linear-gradient(top, #9B30FF, #6A18B7);
   background-image: -webkit-gradient(to bottom, #9B30FF, #6A18B7);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 12px;
   font-weight: 100;
   padding: 5px 9px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-top: 1px;
    margin-bottom: auto;
    width: 115px;
}
.DiscountButton4:hover {
   border: solid #BA89E7 1px;
   background: #BA89E7;
   background-image: -webkit-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -moz-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -ms-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -o-linear-gradient(top, #BA89E7, #B072E9);
   background-image: -webkit-gradient(to bottom, #BA89E7, #B072E9);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}

.CheckoutBox1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #3F3E3E;
    border-radius: 10px;
    padding: 10px;
}
.CheckoutHead1 {
    width: 100%;
    text-align: center;
    color: #3F3E3E;
    font-size: 16px;
    font-weight: bold;
}
.CheckoutHead2 {
    width: 100%;
    text-align: center;
    color: #3F3E3E;
    font-size: 12px;
}

.CheckoutHead3 {
    color: #3F3E3E;
    font-size: 14px;
    font-weight: bold;
}
.card-fields-container {
    background-color: #C53F41!important;
}

.ticketsLeft {
    position: absolute;
    top:35%;
    width: 91%;
    height: 50px;
    background-color: #9B30FF;
    color: #000;
    opacity: 0.8;
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
}

.billingAddress p {
 color: #B8191C; 
}