.hidden {
	display: none;
}


#library-group .library-filter h5 {
	margin: 0 0 0.9375rem 0;
	font-weight: 700;
	color: #cc2e43;
	text-transform: initial;
}


.variation-Baseprice {
	display: none;
}

.variation dt {
	float: left;
}

.variation dd {
	margin-bottom: 0;
}


.loader {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	animation: rotate 1s linear infinite;
	display: block;
	top: calc(50% - 150px);
}

.loader::before,
.loader::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 5px solid #bebebe;
	animation: prixClipFix 2s linear infinite;
}

.loader::after {
	border-color: #ff3d00;
	animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
	inset: 6px;
}

@keyframes rotate {

	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes prixClipFix {

	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
	}

	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
	}

	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
	}

	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	}

	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
	}
}


#spinner {
	position: fixed;
	display: inline-flex;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.7);
	display: none;
}

.error {
	border: 1px solid red;
}


.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
}

.quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}


.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
}

.quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}


.nothire {
	display: none !important;
}



/* Account sections */

/* Basic styling so it doesn't look forgotten */


table.shop_table_responsive.my_account_orders .order-actions {
	text-align: right;
}

table.shop_table_responsive.my_account_orders .order-actions::before {
	display: none;
}


.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
}

@media only screen and (max-width: 40.063em) {

	.woocommerce-MyAccount-navigation ul {
		padding: 0 !important;
	}
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	padding-left: 6px;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
	padding: 0.875em 0;
	display: block;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
	padding: 0.6180469716em 0.875em;
	font-size: 0.875em;
	margin-right: 0.236em;
}

.woocommerce-MyAccount-content h2 {
	font-size: 2em;
	font-weight: 600;
}

.woocommerce-MyAccount-content #payment .payment_methods {
	margin-bottom: 1.618em !important;
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
	text-align: center;
}

@media (min-width: 768px) {

	.woocommerce-MyAccount-content .form-row-first {
		width: 38.4615384615%;
		float: left;
		margin-right: 7.6923076923%;
	}

	.woocommerce-MyAccount-content .form-row-last {
		width: 53.8461538462%;
		float: right;
		margin-right: 0;
	}

	.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
		width: 76.4705882353%;
		float: left;
		margin-right: 5.8823529412%;
	}

	.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
		width: 17.6470588235%;
		float: right;
		margin-right: 0;
	}

	.page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
		width: 46.6666666667%;
		float: left;
		margin-right: 6.6666666667%;
	}

	.page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
		width: 46.6666666667%;
		float: right;
		margin-right: 0;
	}

	.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
		width: 100%;
	}

	.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
		width: 46.6666666667%;
		float: left;
		margin-right: 6.6666666667%;
	}

	.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
		width: 46.6666666667%;
		float: right;
		margin-right: 0;
	}
}

.woocommerce-MyAccount-navigation a {
	color: #e6312e;
	font-weight: bold;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active {

	background-color: #e6312e;
	font-weight: bold;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a {
	color: #fff;
}

.woocommerce-MyAccount-content a {
	color: #e6312e;
	font-weight: bold;
	text-decoration: none;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
	justify-content: right;

}

.woocommerce-MyAccount-content .woocommerce-Button--next {
	margin-right: 10px;
}

.woocommerce-MyAccount-content .woocommerce-Button--previous {
	margin-right: 10px;
}

body.woocommerce-account .woocommerce-orders-table tr:nth-child(even) {
	background-color: #f2f2f2;
}


body.woocommerce-account h2 {
	font-size: 24px;
}

.woocommerce-column {
	width: 46.6666666667%;
	float: right;
	margin-right: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details th,
body.woocommerce-account .woocommerce-MyAccount-content .shop_table th {
	background-color: #f2f2f2;
}

body.woocommerce-account .wc-item-meta li,
.woocommerce-table--order-details .wc-item-meta li p,
.shop_table .wc-item-meta li p {
	font-size: 13px;
}

body.woocommerce-account .wc-item-meta li,
.woocommerce-table--order-details .wc-item-meta li,
.shop_table .wc-item-meta li {
	list-style: none;
	padding: 0;
}

body.woocommerce-account ul.wc-item-meta {
	margin: 0;
}

body.woocommerce-account td.woocommerce-table__product-total.product-total,
.shop_table td.woocommerce-table__product-total.product-total {
	text-align: center;
}

body.woocommerce-account td.woocommerce-table__product-total.product-total,
.shop_table .product-total {
	text-align: center;
}


body.woocommerce-account tfoot td {
	text-align: center;
}

body.woocommerce-account mark {
	background-color: transparent;
	font-weight: bold;
}


body.woocommerce-account form {
	width: 100%;
	padding: 30px 15px;
	border-radius: 4px;
	background-color: #fff;
}

body.woocommerce-account label {
	display: inline-block;
	margin: 0.5rem 0;
	color: #3d3935;
	letter-spacing: 0.2px;
	font-size: 1rem;
}

body.woocommerce-account input:not([type="checkbox"]) {
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #3d3935;
	border-radius: 4px;
	background-color: #fff;
	color: #3d3935;
	outline: 0;

}

body.woocommerce-account input::placeholder {
	color: #867d6c;
	background:none;
}

body.woocommerce-account textarea {
	width: 100%;
	min-height: 10ch;
	max-height: 120ch;
	padding: 10px;
	resize: none;
}

body.woocommerce-account fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.woocommerce-MyAccount-content {
	margin-bottom: 10px;
}

body.woocommerce-account ul.woocommerce-PaymentMethods {
	margin: 0;
}

body.woocommerce-account #payment {
	margin: 0;
	background: transparent;
}

form.add_payment_method {
	padding: 0;
}

form.add_payment_method fieldset {
	border: 0;
}

.show-password-input::after {
	font-family: "Font Awesome\ 5 Free";
	content: "\f06e";

	font-weight: 900;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 5px;
	color: rgba(0, 0, 0, 0.2);
}

.password-input {
	position: relative;
}

form.woocommerce-form-login input {
	width: auto !important;
}


/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 100px;
}

.slider::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 100%;
}

input:checked + .slider {
	background-color: #e6312e;
}

input:focus + .slider {
	box-shadow: 0 0 1px #e6312e;
}

input:checked + .slider::before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round::before {
	border-radius: 50%;
}


#course-block .course-side .tabs .tab-switch:checked + label + .tab-content .details-choose {

	width: 100%;
}

input[type=radio].location {
	display: none !important;
}

.locations .details-choose label.active {
	width: 100%;

	/* background-color: #e6312e;*/
	color: white;
	padding: 4px 4px 4px 10px;
	cursor: pointer;
}

.locations .details-choose label {
	width: 100%;

	/* background-color: #d2d3d3; */
	color: black;
	padding: 4px 4px 4px 10px;
	cursor: pointer;
}

#course-block .course-side .tabs .tab-switch:checked + label + .tab-content .details-choose div {

	margin: 0 !important;
}

label.slot_reference {
	padding-top: 7px;

	/* background-color: #f2f2f2 !important;*/
}

.dates label.slot_reference {
	padding-top: 0;

	/*background-color: #f2f2f2 !important;*/
}

.addons_Visit {
	padding: 0.9375rem 1.875rem;
	border: 0;
	background: #e6312e;
	color: #fff;
	font-weight: bold;
	transition: all ease-out 0.3s;
	float: right;
}

.overview_Visit {
	padding: 0.9375rem 1.875rem;
	border: 0;
	background: #e6312e;
	color: #fff;
	font-weight: bold;
	transition: all ease-out 0.3s;
	float: right;
}

.error {
	background-color: pink;
}

.showAllDates {
	cursor: pointer;
}
