/*BEGIN RM*/
.woocommerce-billing-fields h3,.owner-info-wrap h5 {
  font-size: 20px;
  font-family: "Barlow", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #2D303A;
  margin: 0px;
  padding: 0px 5px 0 0;
}
.tc_modal_close_dialog i {
  color: initial;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  padding: 15px 25px;
  background: #cfffe4;
  border-radius: 5px;
  border: 1px solid #5ed994;
  margin-bottom: 25px !important;
}
.woocommerce.woocommerce ul.order_details li{
	font-size: 0.75em;
}
.woocommerce-order-received .woocommerce-table__line-item.order_item td {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #dcdcea !important;
}
.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
  padding: 20px 34px;
  border: 1px dashed #dcdcea;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #d8deea;
  margin-bottom: 34px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name.wc-bacs-bank-details-account-name{
	font-size:24px;
	font-weight: 500;
}
.woocommerce-bacs-bank-details {
  border-bottom: 1px solid #dcdcea;
  margin-bottom: 24px;
}
.woocommerce.woocommerce .woocommerce-customer-details address{
	border: 1px solid #dcdcea;
border-bottom-width: 1px;
border-right-width: 1px;
padding: 10px 20px;
}
tfoot tr:last-child > th, tfoot tr:last-child > td{
  border-bottom: 0px !important;
}
.woocommerce-order-received .wc-bacs-bank-details.order_details.bacs_details {
  padding: 20px 34px;
  border: 1px dashed #dcdcea;
  width: fit-content;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #d8deea;
  margin-bottom: 34px;
}
label {
  margin-bottom: 0px;
  cursor: default;
  font-size: 15px;
  font-weight: 500 !important;
  color: #8e99bd;
}
.lpl-calendar-bg-w {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.lines-vert {
  position: absolute;
  height: 100%;
  width: 100%;
}
.lines-vert .line:nth-child(1) {
  left: 3%;
}
.lines-vert .line:nth-child(2) {
  left: 23%;
}
.lines-vert .line:nth-child(3) {
  left: 43%;
}
.lines-vert .line:nth-child(4) {
  left: 63%;
}
.lines-vert .line:nth-child(5) {
  left: 83%;
}
/*
.intro-w .bubble:nth-child(1) {
  left: calc(3% - 3px);
  top: 20%;
}
.intro-w .bubble:nth-child(2) {
  left: calc(23% - 3px);
  top: 15%;
}
.intro-w .bubble:nth-child(3) {
  left: calc(23% - 3px);
  top: 75%;
}
.intro-w .bubble:nth-child(4) {
  left: calc(43% - 3px);
  top: 40%;
}
.intro-w .bubble:nth-child(5) {
    left: calc(63% - 3px);
    top: 15%;
}
.intro-w .bubble:nth-child(6) {
  left: calc(83% - 3px);
  top: 18%;
}
.intro-w .bubble:nth-child(7) {
  left: calc(83% - 3px);
  top: 95%;
}
.intro-w {
	position: fixed;
top: 0px;
left: 0px;
right: 0px;
height: 100vh;
z-index: -1;
overflow: hidden;
}
.bubble {
  width: 7px;
  height: 7px;
  border: 1px solid #5E89FF;
  background-color: #fff;
  position: absolute;
  border-radius: 8px;
}
*/
.intro-w {
	display:none;
}
.tickera_buyer_info.info_section ~ p {
  display: none;
}
.lines-vert .line {
  position: absolute;
  background-color: rgba(220, 232, 255, 0.16);
  height: 100%;
  width: 1px;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
	padding: 9px 10px !important;
  background-color: #fff;
border: 1px solid #d6d6e1 !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
transition: all 0.1s ease !important;
}
p {
  margin-bottom: 0 !important;
}
.content-wc{
	padding: 20px;
}
.woocommerce-billing-fields h3,.head-wc {
  position: relative;
}
.woocommerce-billing-fields h3:before{
	content: url('/wp-content/plugins/bridge-for-woocommerce/icons/icondetails.svg');
position: absolute;
left: 12px;
width: 20px;
height: auto;
margin-top: 1px;
filter: invert(14%) sepia(92%) saturate(6660%) hue-rotate(344deg) brightness(90%) contrast(102%);
}
.head-wc:before{
	content: url('/wp-content/plugins/bridge-for-woocommerce/icons/iconticket.svg');
position: absolute;
left: 12px;
width: 20px;
height: auto;
margin-top: 2px;
filter: invert(14%) sepia(92%) saturate(6660%) hue-rotate(344deg) brightness(90%) contrast(102%);
}
.woocommerce-billing-fields h3,.head-wc {   padding: 15px 20px 15px 40px !important;   border-bottom: 1px solid #e7eaf3; }
.select2-container--default .select2-selection--single {
  padding: 4px 3px !important;
  height: auto !important;
  background-color: #fff;
border: 1px solid #d6d6e1 !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table th {
font-weight: 600;
}
.select2-container--default .select2-selection--single:hover{
	border-color: #2652E4 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #d6d6e1 transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #d6d6e1 transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}
.tickera_owner_info.info_section {
  display: inline-grid;
  width: 100%;
}
.tc-form-ticket-fields-wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.owner-info-wrap {
  margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e0e1e8;
border-radius: 6px;
}
.woocommerce-billing-fields {
  margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e0e1e8;
border-radius: 6px;
}
.woocommerce-billing-fields__field-wrapper{
	padding: 20px;
}
tfoot {
  background: #fff;
}
thead {
  background: #fff;
}
.woocommerce.woocommerce table.shop_table{
	margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e0e1e8;
border-radius: 6px;
}
.cart_item br {
  display: none;
}
.cart_item .product-name {
  border-right: 1px solid #dcdcea !important;
}
th.product-remove,th.product-thumbnail,th.product-name,th.product-total,th.product-price,th.product-subtotal {
  border-bottom: 1px solid #dcdcea !important;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail,.woocommerce-cart-form__cart-item.cart_item .product-price,.woocommerce-cart-form__cart-item.cart_item .product-subtotal,.woocommerce-cart-form__cart-item.cart_item .product-remove{
	border-bottom: 1px solid #dcdcea !important;
	border-right: 1px solid #dcdcea !important;
}
#payment label {
  color: inherit;
}
#order_review_heading,.info_section h2{
	color: #FFF;
font-size: 26px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	border-bottom: 1px solid #ddcbb0 !important;
}
.cart_item td.product-name,.cart_item td.product-total {
}
.elementor-widget-text-editor{
	color: #08183f !important;
}
.cart_item .fa.fa-times {
  color: red;
}
#customer_details .col-2 {
  
}
.woocommerce-additional-fields h3, .woocommerce-additional-fields label {
  color: white !important;
}
#order_comments_field label {
  color: white !important;
}
#billing_country_field,#billing_state_field,#billing_phone_field,#billing_email_field {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 30px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100% !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 100% !important;
}
table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: hsl(210, 33.3%, 98.8%) !important;
}
table tbody tr > td, table tbody tr > th{
	background-color: hsl(210, 33.3%, 98.8%);
}
.product-quantity {
  background: #fff;
  color: #0d141a;
  border-radius: 4px;
  text-align: center;
    border-bottom: 1px solid #dcdcea !important;
border-right: 1px solid #dcdcea !important;
border-radius: 0;
}
.actions .button {
  background: #0064ff !important;
  color: white !important;
  padding: 12px 30px !important;
}
.actions .button:hover{
	border:0px !important;
	background: #0442d5 !important;
}
.coupon input {
  color: black !important;
  background: white !important;
  padding: 10px 10px !important;
  width: 200px !important;
  font-weight: 500 !important;
}
.input-text.qty {
  background: white !important;
  color: #0650ff !important;
}
.cart_item.cart_item .product-name {
  position: relative;
  display: block;
}
.cart_item.cart_item td.product-name,.cart_item.cart_item td.product-total {
  padding: 20px 15px;
  border-bottom: 1px solid #dcdcea !important;
}
tfoot tr th, tfoot tr td {
  border-bottom: 1px solid #dcdcea !important;
}
.cart_item.cart_item td.product-name {
  padding: 20px 15px;
}
.cart_item .product-name {
  position: relative;
}
.tc-single-cart-seat {
	margin-bottom: 5px;
  padding: 4px 3px !important;
height: auto !important;
background-color: #fff;
border: 1px solid #d6d6e1 !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
	border-top: none;
}
table td, table th{
	border: 0px !important;
}
#customer_details {
  margin-bottom: 15px;
}
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th{
	background-color: #fbfcfd !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	padding: 14px 12px !important;
background-color: #e70431 !important;
color: #fff !important;
border-radius: 6px !important;
text-decoration: none !important;
font-weight: 500;
display: inline-block;
box-shadow: none;
border: none;
cursor: pointer;
white-space: nowrap;
line-height: 1.2;
font-size: 1.2em !important;
margin-top: 15px;
}
input:focus-visible {
  outline: 1px solid #e70431 !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	outline: none;
color: #fff;
background-color:#c20027 !important;
box-shadow: none;
}
a:active, a:hover {
  color: #006ee4 !important;
}
.tc-checkout-button:active {
  color: white !important;
}
.btnbuymore.btnbuymore {
  padding: 10px 15px;
  background: #e70431;
  color: #fff;
  border-radius: 4px;
  float: right;
  text-decoration: none;
font-weight: 500;
}
a.btnbuymore:hover{
	color:#fff !important;
	background-color: #c20027 !important;
}
.tc-modal button.tc_cart_button, .tc-modal-woobridge button.tc_cart_button{
	background-color: #333 !important;
}
.tc-modal.tc-modal button.tc_cart_button:hover, .tc-modal button.tc_remove_from_cart_button:hover, .tc-modal.tc-modal button.tc_cart_button:active, .tc-modal-woobridge.tc-modal-woobridge button.tc_cart_button:hover, .tc-modal-woobridge.tc-modal-woobridge button.tc_cart_button:active{
	background: #E70431 !important;
color: #fff !important;
}
.btnbuymore svg {
  width: 12px;
  height: auto;
  fill: white;
  margin-right: 10px;
}
a.tc-checkout-button:hover {
  color: white !important;
  text-decoration: underline;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff5e9 !important;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 3px #f2e0c4;
  padding: 5px 15px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment#payment div.payment_box::before{
	border: 1em solid #f2e0c4;
	border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color:#f2e0c4 !important;
}
@media(max-width:768px){
	.tc-form-ticket-fields-wrap{
		grid-template-columns: 1fr;
	}
	.woocommerce-billing-fields__field-wrapper {
  grid-template-columns: 1fr;
}
}
/*END RM*/

.tc-hidden {
    display: none;
}

.tc-hidden-important {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.tc_warning_ticket_types_needed {
    background: yellow;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    border: 1px dashed;
    font-size: 14px;
    width: 100%;
}

.tc_cart_remove_icon {
    float: right;
    display: inline-block;
    opacity: 0.5;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    cursor: pointer;
}

.tc-age-check-error {
    color: red;
    display: block;
}

.tc_field_errors{
    color: #ff0000;
    font-weight: 600;
}

.tc_cart_remove_icon:hover {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}

.tc_event_data_widget {
    font-size: 0.8em;
    display: block;
}

.tc_event_date_title_front,
.tc_event_location_title_front {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 20px;
}

.tc_event_date_title_front .fa,
.tc_event_location_title_front .fa {
    padding-right: 5px;
}

.tc_the_content_pre {
    padding-bottom: 10px;
}

form#tickera_cart label.has-error, /* Tickera Standalone */
form.checkout label.has-error /* Woocommerce + Bridge for Woocommerce */
{
    color: red;
    padding-top: 5px;
}

form#tickera_cart .tickera-input-field.has-error:not( .buyer-field-checkbox ):not( .owner-field-checkbox ), /* Tickera Standalone */
form.checkout .tickera-input-field.has-error:not( .buyer-field-checkbox ):not( .owner-field-checkbox ) /* Woocommerce + Bridge for Woocommerce */
{
    border-left: 2px solid #ff0000;
}

form#tickera_cart .tickera-input-field.valid, /* Tickera Standalone */
form.checkout .tickera-input-field.valid /* Woocommerce + Bridge for Woocommerce */
{
    border-left: 2px solid #09a10f;
}

.tickera-payment-gateways {
    border: 1px solid #f1f1f1;
    padding: 6px 10px;
    float:left;
    width: 100%;
    margin-bottom: 15px;
}

.tickera-hide-button {
    display: none;
}

.tickera-payment-gateways .tc_gateway_form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -webkit-transition: max-height 0.5s linear;
}

.tickera-payment-gateways .tickera-height {
    max-height: 1000px;
    transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -webkit-transition: max-height 0.5s linear;
}

.tickera-payment-gateways .tickera-height.tc_gateway_form {
    margin: 30px 0;
}

.tickera-payment-gateways .plugin-title {
    font-size: 0.9em;
}

.tickera-payment-gateways .plugin-title label {
    margin-bottom: 0;
}

.tickera-payment-gateways .plugin-title img {
    vertical-align: middle;
}

.tickera-payment-options {
    margin-left: 15px;
}

.tc_cart_payment_methods th {
    padding: 20px 7px;
}

.tc_gateway_form thead  th {
    padding: 20px 7px;
}

.tickera_table {
    width: 100%;
}

.cart_success{
    color: green;
}

.tc_cart_billing {
    width: 100%;
    margin-bottom: 30px;
}

.tc_cart_billing th {
    margin: 10px 0;
}

.tc_gateway_form td {
    padding: 7px;
}

.info_section h2 {
    float: left;
    width: 100%;
}

.tickera input {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.tickera select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    max-width: 196px;
}

.tickera-input-field {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px;
}

.tc_cart_payment_methods {
    /*padding: 15px;*/
    width: 100%;
}

.tc-form-disable {
    position: absolute;
    top: -20px;
    bottom: -20px;
    left:-20px;
    right: -20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.tickera_owner_info .tc_cart_remove_icon {
    opacity: 1;
}

.tc-delete-loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #6b5f89;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: tcspin 2s linear infinite;
    z-index: 99;
    position: absolute;
}

@keyframes tcspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.ticket-info-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 40px 0;
    float:left;
    width: 100%;
}

.fields-wrap input {
    float: left;
}

.fields-wrap label {
    width: 100%;
}

.fields-wrap span {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.field-name {
    float: left;
}

.cart_error {
    color: red;
}

.tc-container {
    width: 100%;
    margin: 0 auto 0 auto;
}

.tickera-checkout {
    font-family: Helvetica, Arial, sans-serif;
    color: #555;
}

.tickera-checkout .ticket-price {
    text-align: center;
}

.tickera-checkout .ticket-quantity {
    text-align: center;
}

.ticket-quantity .quantity {
    width: 35px;
    height: 30px;
    border: none;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin: 0 3px;
    padding: 0 5px;
}

.ticket-quantity .plus {
    margin-left: -4px;
}

.ticket-quantity .tickera_button {
    background: none;
    border: none;
    color: #4187c9;
    font-size: 15px;
    height: 30px;
    outline: none;
    padding: 5px;
}

.ticket-quantity .tickera_button:hover {
    cursor: pointer;
    color: #555;
    background-color: transparent;
}

.ticket-quantity .tickera_button:hover,
.ticket-quantity .tickera_button:focus {
    background: transparent;
    border: none;
}

.tickera-checkout tr {
    border-bottom: 1px solid #e7e7e7;
}

.tickera-checkout tr th {
    font-size: 14px;
    font-weight: bold;
    padding:10px;
}

.tickera-checkout thead tr th:nth-child(2),
.tickera-checkout thead tr th:nth-child(3),
.tickera-checkout thead tr th:nth-child(4),
.tickera-checkout tbody tr td:nth-child(2),
.tickera-checkout tbody tr td:nth-child(3),
.tickera-checkout tbody tr td:nth-child(4){
    text-align: center;
}



.tickera-checkout tr th:first-child {
    text-align: left;
}

.tickera-checkout tr th:last-child, .ticket-total {
    text-align: right;
}

.tickera-checkout tbody tr td {
    padding: 14px 10px;
    vertical-align: top;
    line-height: 18px;
}

.tickera-checkout .tickera_update {
    float: right;
    transition: all linear 0.2s;
    margin-left: 5px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.tickera-button {
    border: none;
    color: #fff;
    padding: 13px 20px;
    background-color: #4187c9;
    border: none;
}

.tickera-button:hover {
    background-color: #285F96;
}

.tickera_checkout{
    float: right;
    margin: 30px 0 0 0;
}

.tickera_checkout:hover {
    background-color: #7cc576;
    color: #fff;
    cursor: pointer;
}

.coupon-code {
    font-size: 15px;
    border: 1px solid #e7e7e7;
    height: 34px;
    margin-bottom: 10px;
}

.tickera-checkout .ticket-total-all {
    font-weight: bold;
    text-align: right;
}

.ticket-total-all span {
    margin-bottom: 10px;
}

.tickera-checkout .last-table-row td {
    padding: 20px 10px;
}

.ticket-info-wrap p {
    line-height: 0;
    margin: 0;
}

#coupon_code {
    margin-bottom: 0;
}

.tickera_buyer_info {
	border-bottom: 1px solid #92b1d559;
    margin-bottom: 19px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.tickera_buyer_info h5 {
    float: left;
    width: 100%;
}

.tickera_additional_info label input {
    margin-left: 5px;
}

.tc_cart_payment_methods label {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.tc_cart_errors {
    color: #FA1010;
}

.tc_in_cart {
    width: 100%;
    display: block;
}

.order_details_title {
    font-weight: bold;
    display: inline-block;
    width: 130px;
}

span.total_item_title {
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
}

span.total_item_amount {
    display: inline-block;
    min-width: 85px;
    font-weight: normal;
}

span.cart_total_price_title,
span.cart_total_price {
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 0;
}

/* CART WIDGET */

.tc_widget_cart_button {
    text-align: center;
    float: right;
    margin-top: 20px;
}

.tc-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .tc-clearfix {
    display: block;
}

* html .tc-clearfix {
    height: 1%;
}


.payment-option-wrap {
    width: 33%;
    float:left;
    text-align: center;
    margin-bottom: 20px;
}

.payment-option-wrap:hover {
    cursor: pointer;
}

.payment-image-check {
    height: 70px;
    overflow: hidden;
}

.payment-option-wrap img {
    margin: -72px 0 0 0;
    width: auto !important;
}

.active-gateway img {
    margin: 0;
}

.tc_choose_gateway {
    margin-right: 7px;
}


.payment-option-wrap label img {
    /* fix */
    pointer-events: none;
    position: relative;
    max-width: none;
}

/* fix */
.payment-option-wrap label {
    display: inline-block;
    position: relative;
}
.payment-option-wrap label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.tc_redirect_message {
    display: none;
}

.tickera-payment-gateways .free_orders.plugin-title {
    display: none;
}

.woocommerce-checkout {
    position: relative;
}

.tc_checkout_error_info {
    color: red;
}

.tc-event-table-wrap {
    width: 100%;
    overflow-x: auto;
}

/* Email Verification */
.tc_email_verify {
    position: relative;
    width: 30% !important;
    left: -100px;
    top: 54px;
    background: #6b5f89;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 15px 18px;
    font-size: 1.05em;
    line-height: 1.6em;
    text-align: center;
}

/* Mobile Responsiveness */
@media only screen and ( max-width: 1270px ) {

    .tc-container {
        width: 100%;
    }
}

@media only screen and ( max-width: 1070px ) {

    .tc-container {
        width: 100%;
    }
}

@media only screen and ( max-width: 850px ) {

    .tc-container {
        width: 100%;
    }
}

@media only screen and ( max-width: 650px ) {

    .tc-container {
        width: 100%;
    }

    .tickera-checkout tr th {
        font-size: 14px;
    }

    .tickera-checkout tbody tr td,
    .event_tickets th,
    .event_tickets td {
        font-size: 13px;
    }
    .tc_gateway_form td {
        padding: 7px 2px;
    }

    .tc_gateway_form td {
        font-size: 14px;
    }

    .payment-option-wrap {
        width: 50%;
    }
}

@media only screen and ( max-width: 470px ) {

    .tc-container {
        width: 100%;
    }

    .ticket-price, .ticket-price-header {
        display: none;
    }

    .coupon-code {
        width: 200px;
        margin: 10px 0 10px 0;
    }

    .tickera_additional_info input[type=text],
    .tickera_additional_info input[type=password],
    .tickera_additional_info input[type=email] {
        width: 100%;
        margin: 8px 0 10px 0;
    }

    .tickera-checkout .tickera_update,
    .tickera_checkout {
        margin: 8px 0 10px 0;
        width: 100%;
    }
}

@media only screen and ( max-width: 320px ) {

    .tc-container {
        width: 100%;
    }

    .ticket-quantity .tickera_button {
        width: 100%;
        margin: 0;
    }

    .ticket-quantity .quantity {
        height: 23px;
    }

    .coupon-code {
        width: 248px;
        margin: 10px 0 10px 0;
    }
}
