/* 
Theme Name: Hello Elementor OVMF
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("./fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("./fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}

@media (inverted-colors: inverted) {
    :root {
        color-scheme: light !important;
    }

}


.OrchestreJeuxVidéo,
.Musiquedejeuxvidéo {
    color: var(--e-global-color-f4235a5);
    text-transform: uppercase;
}

.OrchestreFilms,
.Musiquedefilms {
    color: var(--e-global-color-b820672);
    text-transform: uppercase;
}

.Choeur {
    color: var(--e-global-color-d185d7e);
    text-transform: uppercase;
}

.sort-filter-container {
    gap: 32px;
    margin: 114px 12px;
	justify-content: space-between;
	@media (max-width: 1199.98px) {
		justify-content: flex-start;
		column-gap: 75px;
	}
	& > div > p {
		margin-bottom: 8px;
	}
}

/** SELECT2 **/

.select2-container .select2-selection--single {
    height: auto !important;
    background-color: transparent !important;
    color: var(--e-global-color-text) !important;
    padding: 10px 15px 10px 10px;
    border: 1px solid var(--e-global-color-text) !important;
    border-radius: 0 !important;
}

.select2-container ul,
.select2-search__field {
    color: #000 !important;
}

.select2-dropdown {
    border-radius: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #aaa !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-selection.select2-selection--single::before {
    content: '\f150';
    font-family: 'FontAwesome';
    position: absolute;
    right: 7px;
}

/** END SELECT2 **/

.search {
    align-self: end;
    position: relative;
}

.search input {
    background-color: transparent;
    padding: 10px 0 10px 58px !important;
    border-width: 1px !important;
    border-color: var(--e-global-color-text) !important;
    width: 100%;
}

.seeeearch:before {
    content: '\f002';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 400;
    transform: translate(19px, 160%);
    font-size: 20px;
    color: #FFF;
    width: 0%;
}

.search::before {
    content: '\f002';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 400;
    transform: translateY(50%);
    font-size: 20px;
    color: #FFF;
    /* width: 0%; */
    position: absolute;
    left: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--e-global-color-text) !important;
    line-height: var(--e-global-typography-text-line-height) !important;
}

.search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--e-global-color-text);
    opacity: 1;
    /* Firefox */
}

.search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--e-global-color-text);
}

.search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--e-global-color-text);
}

.ovmf-product-grid-outer {
    position: relative;
    min-height: 550px;
    margin-bottom: 144px;
}

.loading-overlay {
    position: absolute;
    width: 100%;
    height: 550px;
    background-color: #FFFFFFAA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-overlay i {
    font-size: 64px;
    color: #000;

}

.filter_by_orchestre input,
.filter_time_period input {
    display: none;
}

.filter_time_period label,
.filter_by_orchestre label {
    border: 1px solid var(--e-global-color-text);
    padding: 10px;
    margin-right: 10px;
	min-width: 100px;
	text-align: center;
	cursor: pointer;
}

.filter_time_period .time_periods {
	display: flex;
}

.filter_time_period label {
	margin: 0px;
}

.filter_by_orchestre label:last-child {
    margin-right: 0;
}

.filter_time_period label.active,
.filter_by_orchestre label.active {
    color: #151824;
    background-color: #FFF;
}

.filter-date span {
    width: 170px !important;
}

.sort-by {
    align-self: end;
	& > form {
		min-width: 215px;
	}
}

.sort-by form {
    margin-bottom: 0px !important;
}

.sort-by select {
    padding: 11px 10px !important;
    border-width: 1px !important;
    border-color: var(--e-global-color-text) !important;
    border-radius: 0 !important;
    background-color: transparent;
    color: var(--e-global-color-text);
	cursor: pointer;
    line-height: var(--e-global-typography-text-line-height) !important;
}

.sort-by option {
    color: initial;
}

.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.orderby::-ms-expand {
    display: none;
}

.woocommerce-ordering {
    position: relative;
}

.woocommerce-ordering:before {
    content: '\f150';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}

.product-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 114px;
    cursor: pointer;
}

.product-card .product-image {
	margin-bottom: 36px;
	img {
		width: 355px;
		height: 355px;
		object-fit: contain;
	}
}


.product-card .orchestre-display {
    font-family: "General Sans Regular", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #FFF;
}

.product-card .orchestre-display p {
    margin-bottom: 8px;
}

.product-card:hover h3 {
    text-decoration: underline;
}

.product-card h3,
.product-card .product-exceprt {
    margin-bottom: 30px;
    flex-grow: 1;
}

.product-card .product-additional-infos {
    padding-left: 0;
    list-style-type: none;
}

.product-card .product-additional-infos li {
    margin-bottom: 16px;
}

.product-card .product-additional-infos i {
    font-size: 24px;
	width: 24px;
    margin-right: 10px;
    vertical-align: middle;
	&.fa-microphone-lines,
	&.fa-hourglass {
		margin-right: 5px;
	}
}

.product,
.product-card {
	&.outofstock,
	&.full,
	&.passed {
		.woocommerce-product-gallery__image,
		.product-image,
		.woocommerce-LoopProduct-link {
			position: relative;
			overflow: hidden;
			&::after {
				position: absolute;
				top: 65%;
				left: 0;
				transform: translateY(-65%);
				color: #ec182a;
				padding: 10px 15px;
				text-transform: uppercase;
				background-color: white;
				font-size: 50px;
				line-height: 1;
				font-weight: bold;
				text-align: center;
				width: 355px;
				max-width: 100%;
				@media (max-width: 500px) {
					font-size: 40px;
				}
			}
		}
		.woocommerce-LoopProduct-link, 
		.woocommerce-product-gallery__image {
			&::after {
				width: 100%;
			}
		}
		.woocommerce-LoopProduct-link::after {
			top: 45% !important;
			transform: translateY(-45%) !important;
			font-size: 40px !important
		}
	}
	&.outofstock > .woocommerce-LoopProduct-link::after,
	&.full .product-image::after,
	&.full .woocommerce-product-gallery__image::after {
		content: 'Complet';
	}
	&.passed .product-image::after,
	&.passed .woocommerce-product-gallery__image::after {
		content: 'Terminé';
	}
}

.site-main .product input {
    background: transparent;
    border-radius: 0;
}

.tooltip {
    position: relative;
    display: inline-block;
    margin-left: 16px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    border: none;
    background-color: transparent;
}

.woocommerce table.shop_table {
    margin-bottom: 64px;
}

.woocommerce table.shop_table td {
    padding: 16px 12px;
}

.gradient-border-top::before {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 11.98%, rgba(255, 255, 255, 0.3) 88.02%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    display: block;
}

.gradient-border.absolute,
.gradient-border-top.absolute {
    position: relative;
}

.gradient-border.absolute:after,
.gradient-border-top.absolute:before {
    position: absolute;
    width: 100%;
    left: 0;
}

.gradient-border-top.absolute:before {
    top: 0;
}

.gradient-border.absolute:after {
    bottom: 0;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 56px;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    font-weight: 600;
}


.woocommerce div.product .product_title {
    font-family: 'General Sans Regular', sans-serif;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.25px;
    margin-top: 4px;
    margin-bottom: 56px;
}

.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 200px;
    padding-top: 96px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 11.98%, rgba(255, 255, 255, 0.3) 88.02%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    display: block;
    border: none;
    top: 0;
    width: 120%;
    left: -15%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border-radius: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-top: 2px solid #FFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: var(--e-global-color-text);
}

.woocommerce a.remove {
    color: #FFF !important;
    width: 18px;
    display: inline-block;
}

.woocommerce a.remove:hover {
    color: var(--e-global-color-text) !important;
    background: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 91px;
}

.woocommerce table.shop_table th {
    font-size: 16px;
    line-height: 24px;
    color: var(--e-global-color-text);
    font-weight: 400;

    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce table.shop_table .product-name a,
.order-item-name {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    text-decoration: none;
    color: var(--e-global-color-text);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.woocommerce table.shop_table .product-name dl {
    margin-left: 16px;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.woocommerce table.shop_table .product-thumbnail a {
    display: inline-block;
    height: auto;
}

.woocommerce table.shop_table .product-thumbnail a img {
    vertical-align: middle;
}

.woocommerce table.shop_table #coupon_code {
    width: 229px;
    padding: 10px 24px;
    background: transparent;
    border-radius: 0;
    border-color: var(--e-global-color-text);
    color: var(--e-global-color-text);
    margin-right: 24px;
}

.woocommerce table.shop_table #coupon_code::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--e-global-color-text);
    opacity: 1;
    /* Firefox */
}

.woocommerce table.shop_table #coupon_code:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--e-global-color-text);
}

.woocommerce table.shop_table #coupon_code::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--e-global-color-text);
}

.woocommerce .cart .button,
.woocommerce div.product form.cart .button,
.woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.fooevents_seating_select_seats,
.side-cart-container .woocommerce-mini-cart__buttons a,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
    padding: 12px 48px;
    background: transparent;
    border-radius: 0;
    border-color: #FFF;
    border-width: 1px;
    border-style: solid;
    color: #FFF;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03px;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce .cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
.side-cart-container .woocommerce-mini-cart__buttons a:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
    background: #FFF;
    color: var(--e-global-color-secondary);
}

.woocommerce div.product form.cart .button {
    width: 50%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background: transparent;
    color: #FFF;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 16px;
}

.woocommerce .cart .button:disabled,
.woocommerce .cart input.button:disabled {
    padding: 12px 48px;
}

.woocommerce table.shop_table .actions {
    padding-top: 32px;
    padding-bottom: 32px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    background: transparent;
}

#add_payment_method .cart-collaterals .cart_totals tr:hover td,
#add_payment_method .cart-collaterals .cart_totals tr:hover th,
.woocommerce-cart .cart-collaterals .cart_totals tr:hover td,
.woocommerce-cart .cart-collaterals .cart_totals tr:hover th,
.woocommerce-checkout .cart-collaterals .cart_totals tr:hover td,
.woocommerce-checkout .cart-collaterals .cart_totals tr:hover th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    background: transparent;
}

#add_payment_method .cart-collaterals .cart_totals tr:hover td,
#add_payment_method .cart-collaterals .cart_totals tr:hover th,
.woocommerce-cart .cart-collaterals .cart_totals tr:hover td,
.woocommerce-cart .cart-collaterals .cart_totals tr:hover th,
.woocommerce-checkout .cart-collaterals .cart_totals tr:hover td,
.woocommerce-checkout .cart-collaterals .cart_totals tr:hover th,
#add_payment_method table.cart tr:hover td,
#add_payment_method table.cart tr:hover th,
.woocommerce-cart table.cart tr:hover td:not(.actions),
.woocommerce-checkout table.cart tr:hover td:not(.actions),
.woocommerce-checkout table.cart th {
    background-color: hsla(0, 0%, 50.2%, .1019607843);
}

.cart_totals {
    margin-top: 48px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: none;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.wc-proceed-to-checkout {
    margin-top: 56px;
}

.woocommerce-info {
    background: transparent;
    border: 1px solid var(--e-global-color-f4235a5);
    border-radius: 0;
    color: var(--e-global-color-text);
}

.e-wc-error-notice .woocommerce-error {
    background: transparent;
    border: 1px solid var(--e-global-color-b820672);
    border-radius: 0;
    color: var(--e-global-color-text);
}

.woocommerce-message {
    background: transparent;
    border: 1px solid #55E07A;
    border-radius: 0;
    color: var(--e-global-color-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-message::before {
    top: initial;
    color: #55E07A;
}

.woocommerce-message .button,
.woocommerce-message .restore-item {
    order: 1;
}

.woocommerce form.checkout_coupon {
    border-radius: 0;
}

.woocommerce form.checkout_coupon button {
    padding: 16px;
    text-align: center;
}

.checkout_coupon.woocommerce-form-coupon input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.wc-stripe-elements-field {
    background-color: transparent;
    padding: 16px 24px !important;
    border-width: 1px !important;
    border-color: var(--e-global-color-text) !important;
    border-radius: 0;
    color: var(--e-global-color-text);
}

.checkout_coupon.woocommerce-form-coupon input::placeholder,
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder,
.woocommerce form .form-row select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--e-global-color-text);
    opacity: 1;
    /* Firefox */
}

.checkout_coupon.woocommerce-form-coupon input:-ms-input-placeholder,
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce form .form-row select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--e-global-color-text);
}

.checkout_coupon.woocommerce-form-coupon input::-ms-input-placeholder,
.woocommerce form .form-row input.input-text::-ms-input-placeholder,
.woocommerce form .form-row textarea::-ms-input-placeholder,
.woocommerce form .form-row select::-ms-input-placeholder {
    color: var(--e-global-color-text);
}

.woocommerce-form-coupon-toggle .showcoupon,
.e-wc-error-notice .woocommerce-error .wc-backward {
    margin-left: 16px;
}

.e-wc-error-notice .woocommerce-error .wc-backward {
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
    font-family: "FontAwesome";
    content: '\f05a';
    color: var(--e-global-color-f4235a5);
    font-size: 24px;
    top: auto;
    left: 1em;
}

.woocommerce {
    max-width: var(--content-width);
    margin: auto;
}

.tooltip {
    cursor: help;
}

.woocommerce div.product form.cart div.quantity {
    display: block;
    float: none;
    margin-bottom: 24px;
	& > label + div {
		display: flex;
		align-items: center;
		gap: 10px;
	}
}

.woocommerce div.product form.cart div.quantity.concert {
    margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity input {
   /* display: none; */
}

table.variations {
	margin-bottom: 50px !important;
	tr:hover {
		background-color: transparent !important;
		th.label {
			background-color: transparent !important;
		}
	}
	th.label {
		text-align: left;
		vertical-align: middle !important;
		padding: 0;
		label {
			font-size: 20px;
		}
		@media (max-width: 767.98px) {
			display: flex !important;
			align-items: center;
		}
	}
	td.value {
		padding: 0;
	}
	select#pa_type-de-billets {
		color: white !important;
		background-color: var(--e-global-color-c340310);
		outline: none;
	}
	@media (max-width: 420px) {
		tr {
			display: flex;
			flex-direction: column;
			gap: 12px;
		}
	}
}

.woocommerce .product-type-variable form.cart .single_variation_wrap {
	.woocommerce-variation-add-to-cart {
		display: flex !important;
		gap: 20px;
		@media (max-width: 400px) {
			flex-direction: column;
		}
	}
}

.woocommerce-variation-price {
	margin-bottom: 20px !important;
}

.woocommerce .quantity {
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	input[type=number] {
		-moz-appearance:textfield; /* Firefox */
	}
}


.woocommerce .quantity .qty {
    padding: 10px;
    width: 5em;
    background: transparent;
    border: 1px solid var(--e-global-color-text);
    color: var(--e-global-color-text);
	outline: none;
}

.qty-counter-plus,
.qty-counter-minus {
    cursor: pointer;
    color: #FFF;
    font-weight: 900;
}

.qty-counter-plus.disabled,
.qty-counter-minus.disabled {
    cursor: not-allowed;
    color: var(--e-global-color-text);
    opacity: 0.5;
}

.qty-counter-plus i,
.qty-counter-minus i {
    padding: 10px;
    font-size: 16px;
}

.woocommerce-checkout .fooevents-eventname,
.woocommerce-checkout .fooevents-attendee {
    display: none;
}

.concert-meta,
.album-meta {
    margin-bottom: 56px;
	i {
		font-size: 24px;
		width: 24px;
		margin-right: 10px;
		color: #FFF;
	}
	span,
	div {
		display: inline-flex;
		align-items: center;
		width: 50%;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.03px;
	}
	span {
		font-family: "General Sans Medium", sans-serif;
	}
	div {
		margin-top: 16px;
	}
}

.album-meta {
	display: flex;
	flex-direction: column;
}

.product .product-content {
    margin-bottom: 56px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-variation-price {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 64px;
}

input.pa_type-de-billets {
    border-color: var(--e-global-color-text) !important;
    border-width: 1px !important;
    padding: 16px 24px !important;
    color: var(--e-global-color-text) !important;
}

td.product-quantity .quantity > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	@media screen and (max-width: 768px) {
		justify-content: flex-end;
	}
}

.qty-counter-minus {
	background-image: url(/wp-content/uploads/2024/09/minus_white.svg);
	width: 13px;
	height: 2px;
}

.qty-counter-plus {
	background-image: url('/wp-content/uploads/2024/09/plus_white.svg');
	width: 12px;
	height: 12px;
}

.pa_type-de-billets .qty-counter-minus {
	position: relative;
	right: 10px;
	top: 14px;
	@media screen and (max-width: 1024px) {
		top: 11px;
	}
}

.pa_type-de-billets .qty-counter-plus {
	position: relative;
	right: -10px;
	top: 9px;
	@media screen and (max-width: 1024px) {
		top: 6px;
	}
}


.label-billet {
    padding-left: 5px;
}

.label-billet label {
    font-size: 18px;
    width: 100%;
}

.billet-price {
    color: var(--e-global-color-text);
}

table tbody>tr:nth-child(2n+1)>td,
table tbody>tr:nth-child(2n+1)>th {
    background-color: transparent;
}

table tbody>tr:nth-child(2n+1):hover>td,
table tbody>tr:nth-child(2n+1):hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843);
}

.additional-informations {
    margin: 64px 0;
}

.additional-informations:after {
    bottom: -32px !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 0 0 1em;
}

.ui-dialog {
    color: #000;
}

.ui-dialog button {
    border: 2px solid #000 !important;
    color: #000 !important;
}

.ui-dialog button:hover {
    color: var(--e-global-color-secondary) !important;
}

.fooevents_seating_chart {
    padding: 12px 48px !important;
    background: transparent !important;
    border-radius: 0 !important;
    border-color: #FFF !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #FFF !important;
    width: 50%;
    display: block;
    margin-top: 16px;

    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.03px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-align: center !important;
}

.fooevents_seating_chart u {
    text-decoration: none;
}

.fooevents_seating_chart:hover {
    background: #FFF !important;
    color: var(--e-global-color-secondary) !important;
}

.sous-titre-choix-billets {
    margin-bottom: 32px;
}

.header-product-page {
    margin-bottom: 114px;
}

.header-product-page .inner {
    background-image: url('/wp-content/uploads/2023/05/2022-06-11-Concert-Castelvania-54.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 380px;
}

.header-product-page .inner:before {
    content: '';
    background-color: #0B0D12;
    opacity: 0.6;
    display: block;
    width: 100%;
    height: 100%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    margin-top: 44px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: transparent;
    padding: 0;
    color: var(--e-global-color-text);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

#choeur,
#jeux-video,
#films {
    cursor: pointer;
}

body:not(.elementor-editor-active) #membres-choeur,
body:not(.elementor-editor-active) #membres-films,
body:not(.elementor-editor-active) #membres-jeux-video {
    display: none;
}

#fooevents_seating_dialog .fooevents_seating_chart_view_row_name,
#fooevents_seating_dialog .fooevents_seating_chart_view_row {
    text-align: center;
}

.woocommerce-thankyou-order-details {
    padding: 24px 0;
    margin: 96px 0;
    display: flex;
    justify-content: space-between;
}

.woocommerce-thankyou-order-details div strong {
    display: block;
    color: #FFF;
}

.purchased-tickets,
.purchased-type {
    margin-top: 8px;
    padding-left: 16px;
}

.purchased-tickets p {
    margin-bottom: 0;
}

.basket-item-count {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -9px;
    border-radius: 50%;
    background-color: #DD0C3E;
    width: 18px;
    height: 18px;
    line-height: 1em;
    font-weight: 900;
}

.basket-item-count span {
    display: block;
    text-align: center;
}

/*
* List of orchestra's musicians
*/
.orchestra-member-list {
    margin: 64px 0 64px 44px;
    display: flex;
}

.orchestra-member-list::after {
    bottom: -64px !important;
}

.orchestra-member-list .orchestra-instrument {
    display: inline-block;
    width: 35%;
    align-self: center;
}

.orchestra-member-list .orchestra-instrument img {
    display: inline-block;
    width: 72px;
    height: auto;
    vertical-align: middle;
}

.orchestra-member-list .orchestra-instrument h3 {
    display: inline-block;
    margin: 0;
    margin-left: 24px;
    vertical-align: middle;
}

.orchestra-member-list .orchestra-members {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 16px;
    width: 64%;
}

.orchestra-member-list .orchestra-members>span {
    flex: 0 1 26%;
    /*grow | shrink | basis */
}

#form-field-email {
    border-right-width: 0px;
}

.woocommerce-MyAccount-downloads-file {
    background: transparent !important;
    border: none !important;
    text-decoration: underline !important;
    padding: 0 !important;
}

.wc-stripe-elements-field {
    color: var(--e-global-color-text);
}

.payment_methods,
.payment_methods fieldset {
    border: none !important;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    width: 100%;
    float: none;
    margin: 0;
}

#customer_details .col-2 {
    background-color: var(--e-global-color-9f7a587);
    padding: 64px 32px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
    margin-top: 48px;
    width: 100%;
}

.woocommerce-checkout-review-order-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce-checkout-review-order-flex div {
    flex: 1 0 50%;
    color: #FFF;
}

.woocommerce-checkout-review-order-flex .product-name {
	flex: 1 0 60%;
}

.woocommerce-checkout-review-order-flex .product-total {
	flex: 1 0 40%;
	text-align: right;
}

.woocommerce-checkout-review-order-flex .gradient-border.order-border-top::after {
	width: 200% !important;
}

.woocommerce-checkout-review-order-flex .product-name .variation .variation-Billet,
.woocommerce-checkout-review-order-flex .product-name .variation .variation-Billet p {
    display: inline;
}

.woocommerce-checkout-review-order-flex .product-name .variation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 15px;
	column-gap: 10px;
}

.woocommerce-checkout-review-order-flex .product-name .variation dt {
   
    flex-flow: row-reverse;
}

.woocommerce-checkout-review-order-flex .product-name .variation dd {
    margin: 0;
   
}

.woocommerce-checkout-review-order-flex .product-name .variation dd p {
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-flex .product-name.gradient-border::after,
.woocommerce-checkout-review-order-flex .gradient-border.order-border-top::after {
    width: 170%;
    margin: 32px 0;
}

.woocommerce-checkout-review-order-flex .product-total,
.woocommerce-checkout-review-order-flex .order-subtotal,
.woocommerce-checkout-review-order-flex .order-total {
    justify-content: end;
    display: flex;
}

.woocommerce-checkout-review-order .product-title {
    margin-top: 0;
    color: var(--e-global-color-text);
}

.woocommerce-checkout-review-order .product-title::after {
    margin: 20px 0 32px !important;
}

.woocommerce-checkout-review-order-flex .delimiter,
.woocommerce-checkout-review-order-flex .delimiter::after {
    width: 100% !important;
}

.order-total,
.order-total-title {
    color: var(--e-global-color-primary);
    font-family: "General Sans Regular", Sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 48px 0;
}

.partition-list {
    list-style: decimal;
}

.woocommerce table.shop_attributes td {
    padding-left: 32px;
}

.woocommerce-LoopProduct-link .price {
    color: #FFF !important;
    text-decoration: none !important;
}

.woocommerce-LoopProduct-link .price del {
    color: var(--e-global-color-text) !important;
    text-decoration: line-through !important;
}

.woocommerce span.onsale {
    background-color: #DE5C60;
    font-family: 'General Sans Regular';
}

.woocommerce-cart-form .product-quantity {
    text-align: center;
}

.woocommerce-cart-form__cart-item.from-season-pass .product-quantity .quantity {
	display: none;
}

.related.products h2 {
    margin-bottom: 32px;
}

.related.products .products,
.related.products .products .product {
    display: flex;
}

.related.products .products {
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
}

.related.products .products .product {
    flex-direction: column;
    flex-basis: 25%;
    gap: 16px;
	&.outofstock {
		order: 1;
	}
	&:not(.outofstock) {
		order: -1;
	}
}

.related.products .products .product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px;
}

.related.products .products .product a {
    text-decoration: none;
}

.related.products .products .product a.button {
    text-align: center;
}

.related.products .products div.product span.price {
    font-size: 16px;
    margin-bottom: 0;
}

.related.products .product h3 {
    font-size: 24px;
    line-height: 30px;
    flex-grow: 1;
}

.related.products .products .product .woocommerce-LoopProduct-link img {
    width: 100%;
}

.ticket-info-table {
    margin-bottom: 32px;
}

.ticket-info-table .ticket-info-item {
    margin-bottom: 16px;
}

.ticket-info-item .ticket-name {
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
}

.ticket-info-item .ticket-price {
    font-size: 18px;
}

.external-icon {
    margin-left: 16px;
}

.single_add_to_cart_button:hover .external-icon {
    color: #000 !important;
    transition: all .3s;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.disabled {
    display: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.selected {
    background: #ebe9eb;
    color: #8a7e88;
}

.album-files-informations th {
    text-align: left;
}

.concert-location-tab-info {
    display: flex;
    gap: 32px;
}

.concert-location-tab-info .concert-location,
.concert-location-tab-info .maps {
    flex-basis: 50%;
}

.concert-location-tab-info .concert-location h3 {
    margin-top: 32px;
}

.season-pass-concerts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    padding: 32px 0;
}

.season-pass-concerts a {
    text-decoration: none;
    font-family: "General Sans Regular", sans-serif;
    color: #FFF;
}

.season-pass-concerts a:hover {
    text-decoration: none;
    font-family: "General Sans Regular", sans-serif;
    color: var(--e-global-color-text);
}

.season-pass-concerts h4 {
    font-size: 24px;
    text-decoration: none;
}

.woocommerce div.product div.images .wp-post-image {
    min-height: 500px;
    object-fit: contain;
}

.default-product-archive .products {
    margin-top: 80px !important;
}

.default-product-archive .products.columns-3 {
    display: flex;
    gap: 32px;
}

.default-product-archive .products>div {
    flex-basis: 33%;
}

.default-product-archive .products .product {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.default-product-archive .products .product .price {
    font-size: 16px;
}

.default-product-archive .products .product a {
    text-decoration: none;
}

.default-product-archive .products .product img {
    width: 100%;
}

.default-product-archive .products .product .button {
    text-align: center;
}

.side-cart-content__product-title span {
    color: var(--e-global-color-text);
    font-weight: 400;
    font-size: 16px;
}


/**
*
*   COTISATION FORM
*
**/

.form-container .steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

.steps .step {
    font-size: 24px;
    font-weight: 700;

    border: 1px solid #FFF;
    border-radius: 50%;

    width: 48px;
    height: 48px;

    line-height: 44px;
    text-align: center;
}

.steps .step.active {
    background-color: #FFF;
    color: #000;
}

.step::after {
    width: 18px;
    border: 1px solid #FFF;
    height: 1px;
    content: "";
    display: block;

    position: relative;
    bottom: 50%;
    transform: translateY(50%);
}

.step:first-child:after {
    left: 100%;
}

.step:last-child:after {
    transform: translate(-100%, 50%);
}

.form-container {
    width: 550px;
    margin: auto;
}

.pr-8 {
    padding-right: 8px !important;
}

.form-container input {
    width: 100%;
}

.form-container .row {
    padding: 8px 0;
    box-sizing: border-box;
}

.form-container .row.justify-center {
    justify-content: center;
}

.form-container #step-2 {
    display: none;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 32px;
}

.form-container select {
    height: auto;
    background-color: transparent;
    color: var(--e-global-color-text);
    padding: 16px 24px !important;
    border: 1px solid var(--e-global-color-text);
    border-radius: 0;
}

.form-container input {
    background-color: transparent !important;
    padding: 16px 24px !important;
    border-width: 1px !important;
    border-color: var(--e-global-color-text) !important;
    border-radius: 0 !important;
    color: var(--e-global-color-text) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    outline: 0 !important;
    line-height: normal !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
}

.form-container input::placeholder {
    opacity: 1;
}

.form-container button {
    margin-top: 16px;
    width: 100%;
}

.form-container .error-container {
    text-align: center;
    color: red;
}

.cotisation-form-loading {
    position: absolute;
    width: 100%;
    height: 120%;
    top: -10%;
    left: 0;
    background-color: #FFFFFF4D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cotisation-form-loading span {
    height: fit-content;
}

.cotisation-form-loading.closed {
    display: none;
}

.cotisation-form-loading i {
    color: #000;
    font-size: 48px;
}

@media (max-width: 750px) {
    .form-container {
        width: 100%;
    }

    .form-container .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .form-container input {
        width: 100%;
    }

    .form-container .first-name {
        padding-right: 0 !important;
        padding-bottom: 16px !important;
    }
}


/** Partitions **/

.concerts-wrapper {
	display: flex;
	flex-direction: column;

	@media screen and (min-width: 769px) {
		margin-top: -85px;
	}

	.no-folder,
	.no-concerts,
	.no-concerts-admin {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.no-concerts-admin {
		font-size: 24px;
		order: 0;
	}

	.concert-admin-options {
		
		display: flex;
		column-gap: 100px;
		row-gap: 40px;
		flex-wrap: wrap;
		order: 1;
		margin-bottom: 60px;
		
		.concert-admin-option {
			max-width: 100%;
			form {
				display: flex;
				flex-direction: column;
				margin-top: 20px;
				button {
					transition: all 0.5s ease-in-out;
				}
				button.disabled {
					pointer-events: none;
					opacity: 0.5;
					color: white;
					background-color: rgba(255,255,255,15%);
					transition: all 0.5s ease-in-out;
				}
			}
			#zip-upload-form {
				display: flex;
				gap: 15px;	
				button {
					align-self: flex-start;
				}
			}
			#delete-concerts-form {
				button {
					margin-top: 15px;
				}
			}
			#upload-status,
			#delete-status {
				margin-top: 5px;
			}
		}
		
		#concerts-upload-form {
			order: 1;
		}
	}

	.concerts {
		order: 2;
		h2 {
			margin-bottom: 30px;
		}
		.concert {
			color: white;
			summary {
				cursor: pointer;
				outline-color: white;	
			}
			.song {
				margin-left: 20px;
				summary:hover {
					color: var(--e-global-color-text);
				}
				.file {
					display: block;
					margin-left: 25px;
					outline-color: white;
					text-decoration: none;
					line-height: 1.5;
					@media (max-width: 600px) {
						padding-bottom: 8px;
						&:first-of-type {
							padding-top: 8px;
						}
					}
					
					&:not(.file-empty):hover {
						color: var(--e-global-color-text);
					}
				}
			}
		}
		
	}
}

.post-password-form {
	display: flex;
	flex-direction: column;
	justify-self: center;
	margin: 0 15px;
	p {
		width: auto;
	}
	input[type="submit"] {
		height: 58px;
	}
}