	      			      div#QR img {width: 80%;}

input.ywgc-choose-image.ywgc-choose-template {
    display: none;
}

.mdc_delivery_info_title {
    background-color: #771503;
    color: white;
    padding-left: 10px;
}

div#QR {
    display: flex;
    flex-direction: column;
    align-items: center;
}
img.ajax-loading{
	width:unset !important;
	height: unset !important;
}
div#qr img {
    border: 10px solid;
	    border-color: rgb(255 255 255);

}

.woocommerce-info > a.button, .woocommerce-error > a.button, .woocommerce-message > a.button {
    background-color: #892903 !important;
	color: white !important;
    box-shadow: none;
    padding: 10px !important;
    color: #3C4858;
}

div#passList {
	display: flex;
	flex-wrap: wrap;
}

.shop-item-title-link {
    text-decoration: none;
    text-wrap: pretty !important;
}


div#passButtonGroup {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin: 15px;
	/* height: 125px; */
}

span#passTitle{
	font-size: larger;
	font-weight: bolder;
}
span#passDate{
	font-size: medium;
	color: #681301;
}

span#passTicketID{}
span#passEventID{}


div#passText {
	width: 75%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-left: 6px;
}


li#pass {
	list-style: none;
	width: -webkit-fill-available;
}

div#passButton {
	padding:15px;
}

.passForm {
	padding: unset;
	margin: unset;
	flex-wrap: nowrap;
	/* margin-bottom:15px; */
}

input[type="image"] {
	padding: unset;
	margin: unset;
	vertical-align: middle;
	height: auto;
	width: min-content;
}

.passItem {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 30%;
	flex-direction: column;
	margin-bottom: 34px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid;
	border-radius: 10px;
	padding-top: 15px;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	div#passText {
		width:100%;
		}
	span#passTitle{
		    font-size: large !important;
		width:100% !important;

		font-weight: bolder;
	}
	span#passDate{
		color: #681301;
		    font-size: smaller !important;

		font-weight: bolder;
	}

	span#passTicketID{
		    font-size: smaller !important;

	}
	span#passEventID{
		    font-size: smaller !important;

	}
		.passItem {
		display: flex;
		align-items: baseline;
		flex-wrap: nowrap;
		width: unset !important;
		flex-direction: column;
		margin-bottom: 34px;
		margin-left: 10px;
		margin-right: 10px;
		border: 1px solid;
		border-radius: 10px;
		padding-top: 15px;
	}
			div#passButtonGroup {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		margin: 15px;
		/* height: 125px; */
	}
	
		div#passQR {
    padding: 15px;
    display: block !important;
    width: 40%;
}
}

@media (max-width: 768px){
	
	
div#passQR {padding: 15px;display: block !important;}

div#passQR img{
	width: 100%;
}
	
div#passButton {
	padding:5px;
}
	.passItem {
		display: flex;
		align-items: baseline;
		flex-wrap: nowrap;
		width: 100%;
		flex-direction: column;
		margin-bottom: 34px;
		margin-left: 10px;
		margin-right: 10px;
		border: 1px solid;
		border-radius: 10px;
		padding-top: 15px;
	}
	
		span#passTitle{
		font-size: large;
		font-weight: bolder;
	}
	span#passDate{
		font-size: large;
		color: #681301;
		width: 50%;
		font-weight: bolder;
	}

	span#passTicketID{
	}
	span#passEventID{
		width: 50%;
	}

	div#passText {
		width: -webkit-fill-available;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding-left: 15px;
		justify-content: space-evenly;
		align-items: baseline;
		margin: auto;
		padding-right: 15px;
	}
}

@media (min-width: 768px)
and (max-width: 990px){
	div#passButtonGroup {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		margin: 5px;
		/* height: 125px; */
	}
	div#passButton {
	padding: 2px;
}
	.passItem {
		display: flex;
		align-items: baseline;
		flex-wrap: nowrap;
		width: 45%;
		flex-direction: column;
		margin-bottom: 34px;
		margin-left: 10px;
		margin-right: 10px;
		border: 1px solid;
		border-radius: 10px;
		padding-top: 15px;
	}
}

@media (max-width: 768px){
		.passItem {
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		width: 100%;
		flex-direction: column;
		margin-bottom: 15px;
		margin-left: 10px;
		margin-right: 5px;
		border: 1px solid;
		border-radius: 10px;
		padding-top: 15px;
}
	div#passText {
		width: 75%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-left: 15px;
		justify-content: flex-start;
		align-items: baseline;
		margin: auto;
		padding-right: 15px;
		height: 100%;
		align-content: flex-start;
	}
	
		span#passTitle{
		font-size: x-large;
		font-weight: bolder;
	}
	span#passDate{
		font-size: large;
		color: #681301;
		font-weight: bolder;
	}

	span#passTicketID{
		font-size: medium;
	}
	span#passEventID{
	}
}

div#passTextWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    margin: auto;
}

div#passQR {padding: 15px;display: none;}

div#passQR img{
	width: 100%;
}
#ce4wp_checkout_consent_checkbox_field {display:none;}
.tc-extra-product-options{
	visibility: unset !important;
}

.cpf-section.tc-cell.tcwidth-100.section_popup {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
@media (max-width: 750px){

	td#event {
		font-size: large !important;
		line-height: inherit;
		vertical-align:top !important;
	}

	div#wallet {
		display: flex !important;
		align-items: flex-start !important;
		flex-wrap: nowrap !important;
		flex-direction: column-reverse !important;
	}

	div#qr {
		padding: 15px;
	}

	div#media {
		display: flex !important;
		flex-direction: column !important;
	}
}


.woocommerce ul.products li.product a {
	text-decoration: none;
	text-wrap: nowrap;
}

td#event {
	width: 70%;
}

td#event {
	font-size: x-large;
	line-height: inherit;
}

div#wallet {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}

div#qr {
	padding: 15px;
}

div#media {
	display: flex;
	flex-direction: column;
	padding: 15px;
}

td.wallet {
	align-content: center !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-evenly !important;
	flex-wrap: wrap !important;
	flex-direction: column !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--pre-orders a:before {
	content: "\f073" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 25px !important;
	display: inline-block;
}

table.have-thumnails div {
	display: flex;
	vertical-align: middle;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-evenly;
}

.wizard > .steps .current a{
	background-color: #d1bb2a;
}

.tm-fb {
	font-size: 12px;
	line-height: 10px;
	max-height: -webkit-fill-available;
	max-width: 200px;
	overflow-y: unset;
	overflow-x: unset;
}
.tm-floating-box {
	width: 250px;
	height: -webkit-fill-available;
	padding: 1em;
	position: fixed;
	background: rgb(166 162 162 / 50%);
	z-index: 9999;
	max-height: 100%;
	overflow: hidden;
	margin-top: 150px;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto;
}

#order_review {
	float: unset;
	clear: right;
	width: 100%;
	margin-right: 0;
}

img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
	max-width: 75% !important;
	height: auto;
	margin: 0 auto;
	display: block;
	width: 100%;
}

ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-product.tm-element-ul-product.element_0 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: col;
	align-items: flex-start;
}

p.stock.in-stock {
	display: none;
}
.woocommerce ul.products li.product .price{
	display:none !important;
}

div#mdc_subscription_event_title h3 {
	margin: unset !important;
}

.woocommerce-info{
	background-color: #681301 !important;
}

div#mdc_subscription_event_title {
	background-color: #681301;
	padding: 15px;
}

div#mdc_subscription_event_title h3{
	color: white;
}

div#mdc_subscription_wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

div.fooevents-attendee {
	width: 50% !important;
}

span.price {
	margin: unset !important;
}

h4.product-title {
	margin: unset !important;
}

div#notice_sub{
	font-size: large;
	font-weight: 500;

}

button#mdc_notice_cart {
	float: right;
}

.mdc_notice ul::before {
	font-size: x-large;
	display: block;
	padding-top: 15px;
}

.mdc_notice li {
	padding-left: 15px !important;
}

.mdc_notice span#title{
	font-size: large;
	font-weight:bold;
}

li.mdc_includes_list_item a:hover {
	color: #FF9800 !important;
}

div#mdc_time{
	font-size: medium;
}

div#mdc_includes{
	font-size: medium;
}

div#mdc_contact{
	margin-top: 15px !important;
	font-size: medium;
}

span.isb_scheduled_time {
	font-size: 10px !important;
}
.wcps-countdown-box {
	text-align: center;
	font-size: x-large;
	font-weight: 800;
	color: darkslategrey;
	background-color: darkorange;
	font-family: auto;
	text-transform: uppercase;
}

tr.variations-table-row {
	text-align: center;
}

td.addSelection button {
	width: -webkit-fill-available;
	height: 100px;
	font-size: larger !important;
}

td.addSelection {
	text-align: center;
}

.woocommerce.single-product .product .summary {
	padding-left: 60px !important;
	float: right !important;
	width: 55% !important;
}
a.woocommerce-button {
	background-color: #4A1207 !important;
}
.product-category.product a {
  height: -webkit-fit-content !important;
}

section.related.products {
    display: none;
}

@media (max-width: 767px){
.woocommerce.single-product .product .summary {
    padding-left: 5px !important;
    float: unset !important;
    width: 100% !important;
	}}