*:focus { 
  outline: 0 !important;
  box-shadow:
    0 0 0 1px #fff, /* use site bg color to create whitespace for faux focus ring */
    0 0 0 2px #069 !important; /* faux focus ring color */
}

*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

.woolentor-checkout__button{
	background-color: #005a9c !important;
}

.wp-element-button{
	background-color: #005a9c !important;
	color: white !important;
}

.woolentor-checkout__box .select2-container--default .select2-selection--single {
    height: 55px !important;
	padding: 0;
}

.woocommerce-page .select2-container .select2-search__field {
	height: inherit !important;
}

.elementor-12 .elementor-element.elementor-element-52da0cf .select2-selection--single{
	 height: 55px !important;
	padding: 0;
}
.woocommerce-page table.shop_table{
	width: 100% 
}

.thwepo-extra-options.thwepo_simple{
	 padding-bottom: 30px;
}

.label.abovefield{
	padding: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #004aad !important
}

/*start css for season pass seating chart*/
.tc_seating_map_button{
	padding: 15px;
	width: auto;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #005C9E;
	border-radius: 10px;
	min-height: auto;
	margin-bottom: 0;
	transition: transform .3s;
	border:0;
}
.tc_seating_map_button:hover{
	transform: scale(0.9);
		cursor: pointer;
}
.tc-full-screen .fa-times{
	color: #000000 !important;
}
.tc-checkout-button{
	background-color: #005C9E !important;
}
/*end css for season pass seating chart*/

/*start css for seating chart form*/
.tc-form-ticket-fields-wrap h2{
	font-size: 25px;
	text-decoration:underline;
}
.tc-owner-field{
	display: block;
	border-radius:5px;
	font-size: 15px;
	padding: 20px 10px;
	box-sizing: border-box;
  width: 100%;
	line-height: 1;
}
.tc-owner-field:hover{
	cursor: text !important;
}
.owner-field-select{
	border-radius:5px;
	padding: 10px 5px;
	font-size: 15px;
}
.owner-field-select:hover{
	cursor: pointer !important;
}
.owner-field-radio:hover{
	cursor: pointer !important;
}
/*end css for seating chart form*/

/*start ticket column in My Account*/
.shadow-table{
	background-color: #fff;
	padding: 16px 30px 3px 30px;
	border: 1px solid #d5d8dc;
	border-radius: 3px;
}