.text-center{
    text-align: center;
}
#tickets{
    position: relative;
}
.ec-center-block{
    display: block;
}
ul#eventcal-tab li.tickets-tab{
    float: right;
}
ul#eventcal-tab li.tickets-tab a{
    background: #78e08f;
    color: #fff;
    margin: 0;
    padding: 10px 20px 10px 20px;
    border-bottom: none;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 30px;
}
ul#eventcal-tab li.tickets-tab a:hover,
ul#eventcal-tab li.tickets-tab a:focus,
ul#eventcal-tab li.tickets-tab a.active{
    color: #fff;
    background: #60a3bc;
    border-bottom: none;
}
ul#eventcal-tab li.tickets-tab a i{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: -2px;
}
table.ec-tickets-table{
    position: relative;
    border:  1px solid #f0f0f0;
    width: 98%;
}
table.ec-tickets-table.ec-checkout-table{
    margin-top: 0;
}
#tickets .spinner{
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
    opacity: 0;
    z-index: 999;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#tickets:before{
    position: absolute;
    content: '';
    left: -1%;
    width: 102%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -991;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#tickets.wait .spinner{
    opacity: 1;
}
#tickets.wait:before{
    opacity: 1;
    visibility: visible;
    z-index: 991;
}
table.ec-tickets-table th{
    border:1px solid #f0f0f0;
    padding: 10px 15px;
}
table.ec-tickets-table th.ec-ticket-name{
    width: 57%;
}
table.ec-tickets-table th.ec-ticket-price{
    width: 20%;
}
table.ec-tickets-table th.ec-ticket-quantity{

text-align:  center;
}
tr.ec-show-on-add{
    display: none;
    border:  none;
}
tr.ec-cart-total-section td:last-child{
    border-right: 1px solid #f0f0f0 !important;
}
tr.ec-cart-total-section h3{
    margin: 0 !important;
}
tr.ec-show-on-add th,
tr.ec-show-on-add td{
    border-bottom: none !important;
    border-top: none;
}
tr.ec-cart-button td{
    border: none !important;
    padding: 25px 0 !important;
    text-align:  center;
}
tr.ec-cart-button:last-child td{
    padding: 0 !important;
    vertical-align: middle;
}
tr.ec-cart-button button.ec-add-cart{
    width: 150px;
    border: none;
    background: #f19066;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    display: none;
}
tr.ec-cart-button.sc-on-event-single button.ec-add-cart{
    float: none;
}
tr.ec-cart-button button.ec-checkout{
    width: 150px;
    border: none;
    background: #9980FA;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    display: inline-block;
    margin: 21px 15px;
}
tr.ec-cart-button button.ec-go-cart{
    width: 150px;
    border: none;
    cursor: pointer;
    background: #5352ed;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    margin: 15px 0;
}
tr.ec-cart-button.ec-show-on-add button.ec-go-cart{
    display: none;
}
tr.ec-cart-button button.ec-add-cart:focus{
    outline: none;
}
table.ec-tickets-table tbody tr th,
table.ec-tickets-table tbody tr td{
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    border: 1px solid #f0f0f0;
}
table.ec-tickets-table tbody h3{
    margin:0;
    text-align:center;
}
table.ec-tickets-table tbody tr.ec-cart-total-section th, 
table.ec-tickets-table tbody tr.ec-cart-total-section td{
    border-bottom: none;
    border: none;
    /* border-right: 1px solid #f0f0f0; */
}
table.ec-tickets-table tbody tr td input[type=number]{
    margin:0 auto;
}
.ec-ticket-qty{
    height: 35px;
    width: 55px !important;
    padding: 6px 7px !important;
    margin-top: 8px;
    margin-bottom: 8px !important;
    border: 1px solid #ddd;
}
p.ec-cart-total{
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 13px !important;
    font-weight: 700;
    padding: 0;
}
.ec-cart-event-title h4{
    font-size: 17px !important;
    margin: 0 !important;
    line-height: 0px;
    padding: 10px 0px !important;
    display: inline;
}
.ec-cart-event-title .remove-from-cart{
    font-size: 10px;
    font-weight: 300;
    display: inline;
    color: red !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
.ec-cart-event-title .remove-from-cart:hover{
    border-bottom: none !important;
}
.ec-cart-event-title p{
    font-weight: 300;
    font-size: 11px;
    color: #999;
    margin-bottom: 0px;
    font-style: italic;
}
.ec-cart-event-title p b{
    color: #777;
}

/*---- Cart Page ------*/
.cart-page-empty{
    text-align: center;
    padding: 40px 0 20px;
}
.cart-page-empty img{
    width: 200px;
}

/*--- Checkout Page --------*/
.ec-row.ec-form-row{
    margin-left: -10px;
    margin-right: -10px;
}
form.ec-checkout-form .ec-checkout-form-field{
    padding: 8px 5px 8px 15px;
    background: #fcfcfc;
    border: 1px solid #f2f2f2 !important;
    border-radius: 3px !important;
    height: 46px;
    margin: 0 0 20px 0 !important;
    font-weight: normal;
    font-size: inherit;
    margin-right: 0px;
    width: 100%;
}
form.ec-checkout-form textarea.ec-checkout-form-field{
    height: 150px;
}
form.ec-checkout-form input[type="submit"].ec-checkout-form-submit{
    background: #40407a;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    color: #fff;
    width: 270px;
    max-width: 100%;
    height: 75px;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
form.ec-checkout-form input[type="submit"].ec-checkout-form-submit:hover,
form.ec-checkout-form input[type="submit"].ec-checkout-form-submit:focus{
    background: #218c74;
    outline: none;
}
.ec-checkout-alerts{
    position: fixed;
    bottom: -150%;
    left: 50px;
    z-index: 9999999;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.ec-checkout-alerts.show{
    bottom: 50px;
}
.ec-checkout-alerts .error{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
    border-radius: 5px;
    background: #e55039;
}
.ec_payment_methods{
    display:  flex;
    background:  #f7f7f7;
    margin-bottom:  25px;
    padding: 10px 5px;
    border-radius:  3px;
    position: relative;
}
.ec_payment_methods input[type='radio']{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 20%;
}
.ec_payment_methods input[type='radio'] + label{
    flex: auto;
    margin:  0 5px;
    padding: 10px 20px;
    background:  #fff;
    text-align: center;
    border-radius:  5px;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.ec_payment_methods input[type='radio'] + label:hover{
    cursor: pointer;
    background: #82ccdd;
    color: #fff;
}
.ec_payment_methods input[type='radio']:checked + label{
    background: #60a3bc;
    color: #fff;

}
#ec-orders-invoice{
    border: 1px dashed #ccc;
}
.ec-invoice-basic-info{
    padding: 40px;
}
.ec-invoice-details h4{
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.ec-invoice-total h5{
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.ec-invoice-info p{
    margin-top: 0px;
    margin-bottom: 10px;
}
table.ec-order-tickets{
    margin: 1%;
    width: 98%;
}
table.ec-order-tickets tbody{
    
}
table.ec-order-tickets tbody tr{
    border-top: 1px dashed #ccc;
}
table.ec-order-tickets tbody tr.ec-order-tickets-each{
}
table.ec-order-tickets tbody tr.ec-order-tickets-each th{
    border-bottom: none;
    border-top: 1px dashed #ccc;
    padding: 20px 40px;
}
table.ec-order-tickets tbody tr.ec-order-tickets-each th h4{
    margin: 15px 0 0 !important;
    font-size:  19px;
    color: #999;
}
table.ec-order-tickets tbody tr.ec-order-tickets-each th p{
    font-size:  12px;
    font-weight:  normal;
    font-style: italic;
    color: #ccc;
}
table.ec-order-tickets tbody tr.ec-order-tickets-each td{
    border-bottom: none;
    border-top:  1px dashed #ccc;
}
/*
--------------------- Download PDF ---------------
*/
.invoice-action{
    margin: 30px 0;
    text-align: center;
}
#downloadsegment{
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}
#download_pdf{
    display:  inline-block;
    border:  none;
    background:  #0984e3;
    color:  #fff;
    padding: 15px 30px 15px 50px;
    margin: 5px;
    border-radius:  30px;
    font-weight:  600;
    position:  relative;
}
#download_pdf i{
    color:  #fff;
    font-weight: normal;
    font-size: 22px;
    position:  absolute;
    left: 20px;
    top: 17px;
}
#download_pdf:focus{
    outline: none;
}
#print_invoice{
    display:  inline-block;
    border:  none;
    background:  #78e08f;
    color:  #fff;
    padding: 15px 30px 15px 50px;
    margin: 5px;
    border-radius:  30px;
    font-weight:  600;
    position:  relative;
}
#print_invoice i{
    color:  #fff;
    font-weight: normal;
    font-size: 22px;
    position:  absolute;
    left: 20px;
    top: 17px;
}
#print_invoice:focus{
    outline: none;
}
.ec-show-on-add th,
.ec-show-on-add td{
    border:none !important;

}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding: 0 15px 0 15px !important; 
}