ins.h2.price-soldout.closed {
	font-size: 17px;
}

.fooevents-variation-desc {
	font-weight: 600;
	color: #303133;
	margin-top: 18px;
}

/*AFTER*/
.after-link a {
	color: #d32133;
	font-weight: 400;
	margin-top: 9px;
	display: block;
}

/*Tarif sur place*/
span.tarif_sur_place {
	margin-left: 9px;
	font-weight: 600;
}

/*DONATION*/
div#donation-amounts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 36px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d32133;
}

div#donation-amounts a.active {
	color: #ffffff !important;
	background-color: #d32133 !important;
	border-color: #d32133 !important;
}

/*GIFT CARD*/
.gift_card_checker_inner {
	display: flex;
	align-items: center;
}

.gift_card_checker_action .btn i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
	transition: .25s;
}

.gift_card_checker_action a {
	position: relative;
	padding: 0!important;
	height: 40px!important;
	width: 40px;
	display: block!important;
}

div#gift-card-checker label {
	display: block;
}

.gift_card_checker_inner input {
	margin-top: 0;
}

.gift_card_checker_action {
	margin-left: 9px;
}

div#gift-card-checker.checking i.fa.fa-check {
	opacity: 0;
	visibility: hidden;
}

div#gift-card-checker.checking i.fa.fa-spinner {
	opacity: 1!important;
	visibility: visible!important;
}

.gift_card_checker_action a.success {
	pointer-events: none;
	background: none!important;
	border: none;
	color: #73d321!important;
}


.gift_card_checker_action a.error i.fa.fa-times1 {
	opacity: 1!important;
	visibility: visible!important;
	color: #9e0000;
}

.gift_card_checker_action a.error {
	pointer-events: none;
	background: none!important;
	border: none;
}

.gift_card_checker_msg{
	font-weight: 500;
	margin-top: 9px;
}

.gift_card_checker_msg.error {
	color: #9e0000;
}

.gift_card_checker_msg.success {
	color: #73d321;
}

div#gift-card-checker {
	padding: 18px 0;
	margin: 18px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

div#gift-card-checker label {
	font-size: 20px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 9px;
	display: inline-block;
}

/**/

.woocommerce-MyAccount-navigation-link--fooevents-tickets a:before {
	content: '\f145';
}

a.button.wc-backward{
	display: none;
}

/*CART*/
a.button.wc-forward.btn-link {
	color: #d32133;
}

/*CHEKOUT*/
span.woocommerce-input-wrapper span.optional {
	display: none;
}

form.checkout h2 {
	color: #d32133;
}

form.checkout .col-1 h2 {
	margin-bottom: 18px;
}

div#checkout-login-form h2 {
	margin-top: 0;
}

.woocommerce-form.woocommerce-form-login.login {
	padding-bottom: 0;
	border: none;
}

body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .input-text {
	border-color: #a9a9a9;
}

div#checkout-login-form {
	background: #f5f5f5;
	margin-bottom: 72px;
}

form.checkout.woocommerce-checkout.uncode-wc-form.processing:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	background: rgb(255 255 255 / 35%);
	cursor: wait;
}

.form-row.place-order {
	position: relative;
}

.processing div#order_review .form-row.place-order:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/wp-content/uploads/2022/02/sb-loading.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
	z-index: 1000000;
}

.woocommerce-shipping-fields {
	display: none;
}

.woocommerce-additional-fields__field-wrapper {
	width: 100%;
}

#customer_details .col-2 {
	margin-top: 0;
}

.woocommerce-additional-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-additional-fields h3 {
	width: 100%;
}

.fooevents-attendee,
.giftcard-recipient {
	width: 47%;
}

form.checkout .woocommerce-additional-fields h3:after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #d32133;
	margin-top: 8px;
}

.woocommerce-cart h2,
.woocommerce-checkout h2,
.woocommerce-cart h3,
.woocommerce-checkout h3,
.woocommerce-cart h4,
.woocommerce-checkout h4 {
	text-transform: uppercase;
}

fieldset#wc-stripe-cc-form {
	padding: 0;
	border: none;
}

fieldset#wc-stripe-cc-form .form-row-first, fieldset#wc-stripe-cc-form .form-row-last {
	margin: 0;
}

div#payment label{
	cursor: pointer;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
	background-color: rgba(255, 49, 0, 0.05);
	border-radius: 3px;
	color: #ff3100;
	list-style-type: none !important;
	margin-bottom: 36px;
	padding: 18px 27px !important;
}

.style-light input[type=radio], .style-dark .style-light input[type=radio] {
	border-color: #303133;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before{
	left: 1px;
}

.payment_methods li input[type=radio]{
	cursor: pointer;
}

div#ppc-button {
	margin-top: 27px;
}

@media (max-width: 570px){
	
	.fooevents-attendee,
	.giftcard-recipient {
		width: 100%;
	}

}

/*QTY*/

strong.product-quantity {
	color: #d32133;
}

.woocommerce .quantity input.qty {
	font-family: 'Fugaz One';
	font-size: 16px;
}

span.qty-minus {
	color: #d32133;
}

span.qty-minus i {
	font-weight: 600;
}

span.qty-plus i {
	font-weight: 600;
}

span.qty-plus {
	color: #d32133;
}

.woocommerce .shop_table .quantity {
	width: 100%;
}

.vertical-align-top .shop_table td.product-quantity input.qty {
	padding: 0!important;
}

.woocommerce .shop_table .quantity .qty-minus {
	left: 0;
}

.woocommerce .shop_table .quantity .qty-plus {
	right: 0;
}

.woocommerce .shop_table .quantity .qty-inset{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.vertical-align-top .shop_table td.product-quantity input.qty {
	height: 30px;
}

form.checkout .woocommerce-additional-fields h3 {
	margin-top: 36px;
}

.woocommerce-checkout-review-order .shop_table tbody td:first-child {
	width: 66%;
}

.woocommerce-checkout-review-order .shop_table tbody td:last-child {
	width: 33%;
}

.woocommerce .shop_table .quantity input[type="text"].qty, .woocommerce .quantity input[type="text"].qty{
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-quantity {
	min-width: 100px;
}

tbody td.product-quantity {
	padding-left: 9px;
	padding-right: 9px;
}

@media (max-width: 570px){

	.woocommerce .shop_table .quantity input[type="text"].qty, .woocommerce .quantity input[type="text"].qty{
		padding-right: 40px;
		padding-left: 40px;
	}

	.woocommerce .shop_table .quantity .qty-minus, .woocommerce .quantity .qty-minus {
		left: 10px;
	}

	.woocommerce .shop_table .quantity .qty-plus, .woocommerce .quantity .qty-plus {
		right: 10px;
	}

	div.product form.cart .single_variation .price {
		margin-bottom: 18px;
	}

	div.product form.cart .variations {
		margin-bottom: 18px;
	}

}

/*LOGIN - REGISTER*/

form.woocommerce-form.woocommerce-form-register.register .form-row-first input{
	margin-top: 9px!important;
}
form.woocommerce-form.woocommerce-form-register.register .form-row-last {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

body.woocommerce-account .woocommerce-notices-wrapper {
	position: absolute;
	top: -126px;
	left: 0;
	width:1128px;
	max-width:none;
}

body.woocommerce-account .uncode-wc-account-forms.woocommerce {
	position: static;
}

/*GLOBAL*/

.row-container.row-message .row-parent.limit-width.double-top-padding.no-bottom-padding {
	padding-top: 9px;
}

@media (max-width: 569px){

	.woocommerce-message.wc-notice {
		display: flex;
		flex-direction: column-reverse;
	}

	.woocommerce-message.wc-notice * {
		width: 100%;
		text-align: right;
	}

	.woocommerce-message.wc-notice a {
		transform: none;
	}

	.btn:not(input):not(.checkout-button):not(.btn-no-scale), .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
		transform: none;
	}

}

/*MY ACCOUNT*/

.woocommerce-MyAccount-content .order-details h3 {
	text-transform: uppercase;
}

.woocommerce-MyAccount-content table.order_details tr th, 
.woocommerce-MyAccount-content table.order_details tr th span {
	background: none;
}

.woocommerce-MyAccount-content td {
	padding: 8px 18px 7px 18px;
}

.woocommerce-MyAccount-content .woocommerce-Price-amount.amount {
	font-size: inherit;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders, .woocommerce-MyAccount-content table.woocommerce-table--order-downloads{
	margin-top: 18px;
}

.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders thead th, .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th {
	padding: 8px 18px 7px 18px;
}

.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number, .woocommerce-MyAccount-content table.woocommerce-table--order-downloads td.woocommerce-orders-table__cell-order-number {
	background-color: transparent;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 8px 18px 7px 18px;
	font-weight: 600;
	border-color: #eaeaea;
}
.woocommerce-MyAccount-navigation a:before {
	font-weight: 500;
}

.woocommerce-MyAccount-content .vertical-align-top .shop_table th{
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #eaeaea;
}

.woocommerce-MyAccount-content .vertical-align-top .shop_table td {
	background-color: transparent;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 8px 18px 7px 18px;
	font-weight: 600;
	border-color: #eaeaea;
}

.woocommerce-MyAccount-content .vertical-align-top .shop_table td:last-child {
	border-right: 1px solid #eaeaea;
}

body.textual-accent-color .post-content > div nav.woocommerce-MyAccount-navigation  ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn) {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #020203!important;
	font-size: 13px;
}

body.textual-accent-color .post-content > div nav.woocommerce-MyAccount-navigation ul:not(.menu-smart):not(.nav-tabs):not(.pagination) li.is-active a:not(.btn) {
	color: #d32133!important;
}

.woocommerce-MyAccount-content table tr th, .woocommerce-MyAccount-content table tr th span {
	background: #d32133;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .5px;
}

.woocommerce-MyAccount-content h1 {
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation-link--sb-gift-cards a:before {
	content: '\f06b';
}

table#my-account-tickets-list td:last-child i {
	margin-right: 10px;
}

@media (max-width: 569px){
	
	table#my-account-tickets-list td:first-child {
		display: none;
	}

	table#my-account-tickets-list td:last-child i {
		margin-left: 10px;
	}

	table#my-account-tickets-list td:last-child span {
		display: none;
	}

}

/*PRODUCT*/
.fooevent-product-linueup-description li {
	font-size: inherit;
}
.fooevent-product-linueup-description ul {
	list-style: initial;
	padding-left: 18px;
}

.woocommerce-variation-description {
	color: #d32133;
	margin-top: 9px;
}

.woocommerce-variation-add-to-cart {
	margin-top: 9px;
}

div.product span.price ins, div.product p.price ins {
	line-height: normal;
	margin: 0;
}

div.product form.cart .single_variation .price {
	margin: 9px 0px 9px 0px;
}

.style-light form.cart .variations td.label label {
	font-size: 20px;
	color: #777777;
}

div.product form.cart .variations select {
	font-weight: 600;
	color: #444;
	font-size: 20px;
}

/*---- NAV ----*/

@media (max-width: 959px){

	.product.type-product .col-lg-6:first-child {
		margin-bottom: 18px;
	}

}

@media (max-width: 569px){

	.navigation .page-prev {
		padding-right: 18px;
		margin-left: -18px;
	}

	.single-product .main-container .row-container .double-top-padding {
		padding-top: 36px;
	}

	.single-product .pagination .page-prev .btn span, .navigation .page-prev .btn span {
		display: block;
	}

	.single-product .pagination .page-next .btn span, .navigation .page-next .btn span {
		display: block;
	}

	.single-product nav.post-navigation a.btn {
		display: flex;
		align-items: start;
		justify-content: end;
	}

	.pagination .page-prev i, .navigation .page-prev i,
	.single-product .pagination .page-next i, .navigation .page-next i  {
		top: -2px;
	}

	.single-product ul.navigation {
		display: flex;
		align-items: start;
		margin-left: 18px;
	}

	.single-product .pagination .page-prev, .navigation .page-prev {
		width: 50%!important;
	}

	.single-product .pagination .page-next, .navigation .page-next {
		width: 50%!important;
		display: flex;
		align-items: start;
		justify-content: end;
	}

	.single-product .main-container .row-navigation .row-parent nav.post-navigation {
		padding-bottom: 0;
		margin-top: -18px;
	}

}


/*NYP*/
.nyp span.woocommerce-Price-currencySymbol {
	display: none;
}

.nyp span {
	color: #303133;
	font-weight: 600;
	font-size: 25px;
	position: relative;
	top: 2px;
}

.product .nyp .nyp-input {
	font-size: 20px;
	min-width: initial;
	width: 110px;
}