/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wc-block-components-quantity-selector {
    pointer-events: none;
    background-color: #ccc;
}

.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    margin-left: auto;
    background: #000;
}


 /* General */
 .mb-0 {
	margin-bottom: 0px !important;
 }

 .button {
	background-color: #009cf5;
	color: #fff;
	border: 0px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: .5s all ease;
	display: inline-block;
 }

 .link {
	background-color: transparent;
	border: 0px;
	text-decoration: underline;
 }

.link:hover {
	cursor: pointer;
}

.hidden {
	display: none;
}

.course-info {
	color: #023a8c;
}

.course-info .course-info__title {
	color: #f28b00;
  font-size: 30px;
	margin-bottom: 20px;
}

.course-info .course-info__price span {
	font-size: 30px;
  font-weight: bold;
}

/* Course table */
.course-table {
	margin: 30px 0px;
	overflow-x: auto;
}

.course-table .course-table__table {
	width: 100%;
}

.course-table .course-table__table thead tr td {
	padding: 7.5px;
	background-color: #e5ebf3;
  color: #023a8c;
  font-weight: bold;
}

.course-table .course-table__table thead tr td svg {
	stroke-width: 2px;
	position: relative;
	top: 4px;
}

.course-table .course-table__table tbody tr {
	border-bottom: 1px #ccd5de solid;
}

.course-table .course-table__table tbody tr td {
	padding: 7.5px;
}

.course-button__enroll {
	background-color: #009cf5;
	color: #fff;
	border: 0px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: .5s all ease;
	display: inline-block;
}

.course-button__enroll:hover {
	background-color: #0179bd;
	color: white;
}

.course-table .course-table__table thead tr td:nth-child(1) {
	min-width: 200px;
}

.course-table .course-table__table thead tr td:nth-child(2) {
	min-width: 120px;
}

.course-table__more-info svg {
	width: 25px;
	stroke-width: 1px;
	position: relative;
	top: 2px;
	left: 5px;
}

/* Single course */
.course-info {
	background-color: #e5ebf3;
	color: #023a8c;
	padding: 25px;
	width: 100%;
}

.course-info .course-info__title {
	color: #023a8c;
	margin-bottom: 0px;
	margin-top: 0px;
}

.course-info .course-info__price span {
	font-size: 20px;
	margin-top: 5px;
}

.course-day svg {
	width: 20px;
	top: 3.5px;
	position: relative;
}

.course-info__days {
	margin: 25px 0px;
}

.course-info__appointments strong {
	display: block;
	margin-top: 25px;
}

.course-info__appointments select {
	font-size: 16px;
  color: #023a8c;
  margin-top: 5px;
}

.course-info__free-places {
	margin-top: 10px;
}

.course-info__calendar {
	margin-top: 25px;
	background-image: url('../images/KaartNederlandLocatiesBHVoke.png');
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-color: #4e6585;
	color: #fff;
	padding: 20px;
	max-width: 430px;
	padding-right: 75px;
}

.single-course .course-description {
	margin-bottom: 25px;
}

.course-description__enroll {
	margin-top: 25px;
}

/* Enroll form */
.enroll-block {
	margin-top: 30px;
	padding: 20px;
	background-color: #e5ebf3;
	color: #000;
}

.enroll-form .enroll-form__label {
	margin-bottom: .3rem;
	display: block;
}

.enroll-form .enroll-form__input {
	margin-bottom: 1rem;
	display: block;
	height: 35px;
	font-size: 16px;
	color: #009cf5;
}

.enroll-form .enroll-form__input--error {
	border: 1px solid red;
}

.enroll-form .enroll-form__input--textarea {
	height: 150px;
	width: 100%;
	padding: 10px 15px;
}

.enroll-form .enroll-form__input--checkbox {
	margin: 0px;
	margin-right: 5px;
}

.enroll-form__checkbox--error ~ label {
	color: red;
}

.enroll-form__input-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.enroll-form .enroll-form__label.enroll-form__label--required:after {
	content: "*";
	color: red;
	margin-left: 5px;
}

.enroll-block .enroll-block__heading {
	margin-bottom: 1rem;
	margin-top: 0px;
}

.appointment-enroll {
	margin-bottom: 25px;
}

.enroll-add-student {
	text-align: right;
}

.button:disabled {
	background-color: #ccc;
	color: #fff;
	cursor: not-allowed;
}

.enroll-student__remove--hidden {
	display: none;
}

.enroll-block__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.button--enroll {
	margin-top: 1rem;
}

/* Cancellation table */
.cancellation-table {
	margin-bottom: 1rem;
}

.cancellation-table tr td {
	padding-right: 15px;
}