/*
Theme Name: Althard Business Center
Author: Portalworks
Version: 1.0.0
*/
/***************************************************************
                        FONTS
***************************************************************/
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'); 
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2'); 
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2');
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2'); 
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/playfair-display-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/***************************************************************
                        ROOT
***************************************************************/

:root {
    --primary-font: 'Montserrat', sans-serif;
	--secondary-font: 'Playfair Display', sans-serif;
    --primary-color: rgba(0, 0, 0, 1);
	--body-background: #ffff;
    --secondary-color: rgba(47, 47, 47, 1);
    --third-color: rgba(250, 250, 250, 1);
    --light-grey: rgba(242, 243, 245, 1);
}

/***************************************************************
                    PRE-DEFINED CLASSES
***************************************************************/
.my_account_bookings tbody tr {
	transition: all 0.3s ease-in-out;
}
.my_account_bookings tbody tr.cancelled {
	background: rgba(255, 99, 71, 0.1);
}
.seats-display {
	position: absolute;
	top: 37px; 
	right: 37px;
	display: flex;
	justify-content: center;
	align-items: center; 
	background: #fff;
	gap: 8px;
	padding: 13px 13px 13px 10px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.seats-display .img-box {
	width: 22px;
	height: 20px;
	min-width: 22px;
}
.seats-display .img-box img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}
.seats-text {
	color: rgba(102, 102, 102, 1);
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
}

.languages, .time-block-box {
	position: relative;
}
.languages::before,
.time-block-box::before{
	position: absolute;
	display: block;
	content: '';
	width: 14px; 
	height: 8px; 
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(images/chevron.svg);
	background-position: center; 
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	color: #000;
}
.time-block-box::before {
	right: 20px;
}
.lang-select {
	color: #000;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 16px;
	padding: 0;
	appearance: none;
	padding-right: 20px;
}

.section-padding-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-padding-top {
    padding-top: 40px;
}

.box-title {
    font-size: 24px;
    line-height: 1.5;
    color: #2F2F2F;
    padding-top: 22px;
	font-weight: 400;
}

.color-site {
    color: var(--primary-color);
}

.offcanvas.offcanvas-end {
	width: 100%;
}
.offcanvas-header {
	padding: 20px 15px 20px 12px;
}

input:focus-visible {
	outline: 0;
}

p a {
	color: #000;
}

.color-primary {
    color: var(--secondary-color);
}

.wc-block-components-notice-banner.is-info > svg {
    background-color: rgb(249, 171, 1) !important;
}

.wc-block-components-notice-banner.is-info {
    background-color: rgba(249, 215, 136, 0.15) !important;
    border-color: rgba(249, 215, 136, 0.15) !important;
}

.cover-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.color-secondary {
    color: var(--third-color);
}

.color-white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-light-grey {
    background: var(--light-grey);
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.woocommerce {
    max-width: 1440px;

}

#customer_login {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#customer_login.pwd-wrap {
	padding-left: 12px !important;
    padding-right: 12px !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-radius: 0;
	border: 1px solid #DEDEDE !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	height: 50px;
	color: #000;
	padding: 12px 16px;
}

.font700 {
    font-weight: 700;
}

.font600 {
    font-weight: 600;
}

.font500 {
    font-weight: 500;
}

.uppercase-transform {
    text-transform: uppercase;
}

.border-white {
    border: 1px solid #fff;
}

.border-secondary {
    border: 1.71px solid var(--secondary-color);
}

.btn {
    padding: 15px 50px !important;
    border-radius: 0px;
    font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.btn:hover {
    color: var(--secondary-color);
    background: #fff;
    border-color: var(--primary-color) !important;
}

.btn-zurick-checkout {
    color: #fff;
}

.btn-primary {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: transparent !important;
    color: var(--primary-color);
}

.btn-secondary {
    background: var(--primary-color);
    box-shadow: 0px 5px 32px 8px rgba(47, 47, 47, 0.05);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: transparent;
    color: var(--primary-color);
}
.wc-bookings-booking-form-button {
	font-size: 16px !important;
}
.editor a {
    color: var(--primary-color);
}

.editor p,
.editor ul,
.editor ol {
    font-size: 16px;
    line-height: 1.5;
}

.editor ul li {
    position: relative;
}

.editor h4 {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 35px;
}
.editor ul {
    padding-left: 25px;
}

.editor .btn {
    color: #fff;
}

.editor .btn:hover,
.editor .btn:focus {
    color: var(--primary-color);
}


/***************************************************************
                        PASSWORD PAGE CSS
***************************************************************/
.pwd-wrap h2,
.pwd-wrap p{
	text-align: center;
}
.post-password-form input[type="submit"] {
	padding: 13.5px 30px !important;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	background: var(--primary-color);
	color: #fff;
	transition: 0.3s all;
	border: 1px solid var(--primary-color);
	font-family: var(--primary-font);
	min-width: 272px;
}
@media (min-width: 768px){
	.post-password-form input[type="submit"] {
		min-width: unset;
	}
}
.post-password-form input:not([type="submit"]) {
	border: 1px solid #DEDEDE !important;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	color: #000 !important;
	height: 53px;
	padding: 14px 18px !important;
	border-radius: 0 !important;
	font-size: 18px !important;
	border: 1px solid rgba(222, 222, 222, 1) !important;
	font-family: var(--secondary-font) !important;
	
}
.post-password-form *:last-child {
	display: flex;
/* 	flex-direction: column; */
	justify-content: center; 
	align-items: center;
	flex-wrap: wrap;
}
.post-password-form input[type="submit"]:hover {
    color: var(--secondary-color);
    background: #fff;
    border-color: var(--primary-color) !important;
	
}

/***************************************************************
                       HTML AND BODY
***************************************************************/

body {
    font-family: var(--primary-font);
	background-color: #fff;
    color: var(--secondary-color);
    padding-top: 76px;
}
body.home {
	background-color: var(--body-background);
}

/***************************************************************
                        NAVIGATION
***************************************************************/
nav.navbar {
	background-color: var(--body-background);
}
nav.not-home-navbar {
	background-color: #fff;	
}


.customize-support nav.navbar {
	top: 46px;
}
.customize-support .offcanvas.offcanvas-end {
	top: 46px;
}
nav.navbar .container{
	position: relative;
	
	&::after{
		content: "";
		width: calc(100% - 24px);
		height: 1px;
		background: rgba(222, 222, 222, 1);
		position: absolute;
		left: 50%;
		bottom: -15px;
		transform: translatex(-50%);
		transition: 0.3s all;
	}
}

nav.navbar.scrollUp .container{

	&::after{
		opacity: 0;
		visibility: hidden;
	}
}

nav.navbar .btn-secondary {
    background: transparent !important;
    color: var(--primary-color);
}



nav.navbar .btn-secondary:hover,
nav.navbar .btn-secondary:focus {
    color: #fff;
    background: var(--primary-color) !important;
}

nav.navbar {
    padding: 15px 0px;
    transition: 0.3s all;
}

nav.navbar .navbar-brand {
    font-size: 16px;
    line-height: 1;
}

.offcanvas-title {
    font-size: 16px;
    line-height: 1;
    padding: 5px 0px;
}

nav.navbar.scrollUp .navbar-brand,
nav.not-home-navbar .navbar-brand {
    color: var(--secondary-color);
}

nav.navbar ul.navbar-nav {
    gap: 10px;
}
nav.navbar .btn {
	padding: 10px 15px !important;
}
nav.navbar ul li.nav-item a {
    font-size: 20px;
    color: var(--secondary-color) !important;
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}

.navbar-toggler-icon {
    background-image: url(images/bars-solid-black.svg);
}

nav.navbar.scrollUp .navbar-toggler-icon,
nav.not-home-navbar .navbar-toggler-icon {
    background-image: url(images/bars-solid-black.svg);
}

nav .btn-close {
    background-image: url(images/x-solid.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    padding: 5px !important;
    opacity: 1;
}

nav .btn-close:hover,
nav .btn-close:focus {
    box-shadow: none;
    opacity: 1;
}

.woocommerce-Button[name="save_account_details"] {
    padding: 13.5px 30px !important;
    border-radius: 32px !important;
    font-size: 14px !important;
    transition: 0.3s all;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
}

.woocommerce-Button[name="save_account_details"]:hover,
.woocommerce-Button[name="save_account_details"]:focus {
    background: transparent !important;
    color: var(--primary-color) !important;
}

.btn-box-form-submit {
    gap: 16px;
}

.btn-box-form-submit button {
    padding: 13px 32px !important;
    width: auto !important;
}

.btn-box-form-submit button:first-child {
    color: var(--primary-color) !important;
    background: transparent !important;
}

.btn-box-form-submit button:first-child:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
}

nav.woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.field-description {
	font-family: var(--secondary-font);
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
	color: #000;
}

.woocommerce-EditAccountForm.edit-account input {
    height: 50px !important;
    padding: 14px 18px !important;
	border-radius: 0 !important;
	font-size: 18px !important;
    border: 1px solid rgba(222, 222, 222, 1) !important;
	font-family: var(--secondary-font) !important;
}

.woocommerce-EditAccountForm.edit-account label {
    font-size: 12px;
	color: #000;
	font-family: var(--secondary-font);
	text-transform: none;
}

.woocommerce-EditAccountForm.edit-account label span {
    font-size: 12px;
}

.woocommerce-EditAccountForm.edit-account fieldset {
    padding-top: 30px;
}

.woocommerce-EditAccountForm.edit-account fieldset legend {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
	text-transform: uppercase;
}

.woocommerce-EditAccountForm.edit-account button.button {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 400 !important;
    padding: 15px !important;
    min-width: 300px;
    border-radius: 0px !important;
    margin-top: 30px;
	text-transform: uppercase;
}

.woocommerce-EditAccountForm.edit-account button.button:hover {
    color: var(--primary-color) !important;
}

.woocommerce-button--next {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 600 !important;
    padding: 15px !important;
    border-radius: 0px !important;
    margin-top: 30px;
    background: var(--primary-color) !important;
    text-align: center !important;
    border: 1px solid var(--primary-color) !important;
    transition: 0.3s all;
}

.woocommerce-button--next:hover,
.woocommerce-button--next:focus {
    background: transparent !important;
    color: var(--primary-color) !important;
}

.urlpdf {
    gap: 10px;
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 2.3px;
    padding: 7px 16px;
    text-decoration: none
}

.urlpdf:hover,
.urlpdf:focus {
    text-decoration: underline;
}

.urlpdf .text {
    font-size: 12px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
}

.urlpdf .icon-box {
    width: 15px;
    height: 15px;
}

.urlpdf .icon-box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
	display: none !important;
	border-top: 0;
	padding: 32px 40px 32px 70px;
	text-transform: uppercase;
	background: #ECECEC;
	&::before {
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
		content: "";
		width: 20px;
		height: 20px;
		background-image: url('/wp-content/themes/businesscenter/images/info-i.svg');
		background-size: contain; 
		background-repeat: no-repeat;
		background-position: center;
	}
	a {
		color: #000 !important;
	}
}
.page-id-738, .page-id-32 {
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		display: inline-block !important;
	}
}
.woocommerce-message {
	display: none;
	align-items: center;
}
.woocommerce-message:has(.button.wc-forward){
	padding-bottom: 70px;
}
.woocommerce-message:has(.button.wc-forward)::before {
	top: 52px;
}
.button.wc-forward {
	position: absolute !important;
	bottom: 20px;
	right: 40px;
}

@media (min-width: 768px){

	.woocommerce-message:has(.button.wc-forward)::before {
		top: 50%;
	}
	.button.wc-forward {
		position: absolute !important;
		right: 40px;
		bottom: unset;
	}
	.woocommerce-message:has(.button.wc-forward) {
		padding-right: 300px;
		padding-bottom: 32px;
	}
}
/***************************************************************
                          HERO
***************************************************************/
.editor-section {
    min-height: 540px;
}

.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100svh;
}

.hero-section .arrow-block {
    left: 0;
    bottom: 0;
}

.hero-section .arrow-block a img {
    animation: MoveUpDown 1.3s linear infinite;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        bottom: 14px;
    }
}

.hero-section .text-box {
    z-index: 1;
}

.hero-section .text-box {
    max-width: 1070px;
}

.hero-section .text-box h1 {
    font-size: 36px;
}

.hero-section .text-box p {
    font-size: 18px;
}

.question-div {
    font-size: 24px;
    line-height: 1.5;
    color: rgba(47, 47, 47, 1);
    font-size: 24px;
    margin-top: 48px;
}

.modal-header {
    border: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/***************************************************************
                    LOGIN / REGISTER
***************************************************************/
#customer_login {
	padding-top: 0 !important;
}
#customer_login h2 {
    color: #000000;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
	text-transform: uppercase;
}
#customer_login p {
	font-size: 16px; 
	font-family: var(--secondary-font);
}

form.woocommerce-form {
    box-shadow: 0px 0px 8px 0px rgba(194, 198, 204, 0.6);
    border: none !important;
    border-radius: 0px !important;
    padding: 45px !important;
}
form.woocommerce-form label {
	text-transform: uppercase;
	font-size: 16px;
}	
form.woocommerce-form input {
    padding: 12px 16px;
	border-radius: 0px !important;

}

#customer_login form.woocommerce-form input {
	border: 1px solid #DEDEDE !important;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	color: #000 !important;
	padding: 12px 16px;
}
#customer_login form.woocommerce-form label,
#customer_login .woocommerce-LostPassword a{
	font-family: var(--primary-font);
}

#customer_login .woocommerce-LostPassword a{
	color: #828282 !important;
	text-decoration: none;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 50%;
    transform: translateY(-50%);
}

button.woocommerce-button[name="login"],
button.woocommerce-button[name="register"] {
    padding: 13.5px 30px !important;
    border-radius: 0px;
    font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s all;
    border: 1px solid var(--primary-color);
	font-family: var(--primary-font);
}
.woocommerce-privacy-policy-text {
	p {
		color: #828282;
		font-family: var(--primary-font) !important;
	}
}
button.woocommerce-button[name="login"]:hover,
button.woocommerce-button[name="login"]:focus,
button.woocommerce-button[name="register"]:hover,
button.woocommerce-button[name="register"]:focus {
    background: transparent;
    color: var(--primary-color);
}

/* form.woocommerce-form p:nth-child(3).form-row {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}
 */

form.woocommerce-form-login p:nth-child(3) {
	display: flex !important;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	width: 100%;
}
form.woocommerce-form-login p:nth-child(3).form-row::before,
form.woocommerce-form-login p:nth-child(3).form-row::after {
	content: none;
}
form.woocommerce-form-register p:last-child.form-row {
	display: flex;
	justify-content: end;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin-right: 0;
}
#customer_login .woocommerce-form-login p:nth-child(3) {
    display: inline-block
}

.woocommerce-LostPassword a {
    color: var(--secondary-color) !important;
    transition: 0.3s all;
}

.woocommerce-LostPassword a:hover,
.woocommerce-LostPassword a:focus {
    color: var(--primary-color) !important;
}

#rememberme {
    accent-color: var(--primary-color);
}

.woocommerce form .form-row {
    padding: 3px 0px !important;
	text-transform: uppercase;
}

.woocommerce-privacy-policy-link {
    color: var(--secondary-color) !important;
    transition: 0.3s all;
}

.woocommerce-privacy-policy-link:hover,
.woocommerce-privacy-policy-link:focus {
    color: var(--primary-color) !important;
}

#customer_login,
form.woocommerce-ResetPassword,
body.woocommerce-account .woocommerce,
.wp-block-woocommerce-checkout {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

/***************************************************************
                      FORGET PASSWORD
***************************************************************/
.woocommerce-ResetPassword input {
    padding: 12px 16px !important;
}

.woocommerce-ResetPassword .woocommerce-Button {
    padding: 13.5px 30px !important;
    border-radius: 32px !important;
    font-size: 14px !important;
    background: var(--primary-color) !important;
    background-color: none !important;
    color: #fff !important;
    transition: 0.3s all;
    border: 1px solid var(--primary-color) !important;
}

.woocommerce-ResetPassword .woocommerce-Button:hover,
.woocommerce-ResetPassword .woocommerce-Button:focus {
    background: transparent !important;
    color: var(--primary-color) !important;
}

/***************************************************************
                      MY ACCOUNT PAGE
***************************************************************/
body.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    list-style-type: none;
    gap: 38px;
    padding: 0;
}

.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--dashboard {
    display: none !important;
}
.woocommerce-MyAccount-navigation-link {
	padding-bottom: 11px;
}
.woocommerce-MyAccount-navigation-link.is-active {
    border-bottom: 3px solid var(--primary-color);
}

.woocommerce-MyAccount-navigation-link a {
    color: var(--primary-color) !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
	text-transform: uppercase;
}

.wc-block-must-login-prompt a {
    color: var(--primary-color);
    transition: 0.3s all;
}

.wc-block-must-login-prompt a:hover,
.wc-block-must-login-prompt a:focus {
    color: var(--primary-color);
}

.woocommerce-Message--info .woocommerce-Button {
    display: none !important;
}

.woocommerce-info {
    border-top-color: var(--primary-color);
	display: none;
}

.woocommerce-info::before {
    color: var(--primary-color);
}
.booking-cancel.cancellable {
	text-align: center;
}
a.button.cancel {
    padding: 10px 30px !important;
    border-radius: 0px;
    font-size: 16px;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff;
    transition: 0.3s all;
	font-weight: 400;
	text-transform: uppercase;
	font-family: var(--primary-font);
}

a.button.cancel:hover,
a.button.cancel:focus {
    background: transparent !important;
    color: var(--primary-color);
}

td.booked-product a,
td.order-number a {
    pointer-events: none;
    color: var(--secondary-color);
    text-decoration: none;
}

th.booking-id,
td.booking-id {
    display: none;
}

.img-box-checkout img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-box-checkout {
    width: 100%;
    height: 100%;
}

/***************************************************************
                        THANK YOU 
***************************************************************/

#thank-you,
#review {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-top: 15px;
    margin-bottom: 50px;
}

#thank-you tbody {
    display: table !important;
}

td.booking-status,
th.booking-status {
    display: none !important;
}

.my_account_bookings td.booking-status,
.my_account_bookings th.booking-status {
    display: table-cell !important;
}
.booking-status
.box-order {
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 0px rgba(194, 198, 204, 0.6);
    padding: 45px;
}

.box-order .btn.btn-primary {
    color: #fff !important;
}

.box-order .btn.btn-primary:hover,
.box-order .btn.btn-primary:focus {
    color: var(--primary-color) !important;
}

#thank-you tr,
#review tr {
    padding: .35em;
}

#thank-you th,
#thank-you td,
#review th,
#review td {
    padding: .625em 0;
    text-align: start;
}

#thank-you td:last-child {
    padding: .625em 0;
    text-align: end;
	color: #000;
}

#review td:last-child {
    padding: .625em 0;
    text-align: start;
}

#thank-you td:first-child,
#review td:first-child {
    padding-right: 10px;

}

#thank-you td:first-child {
    color: #666;
}

#thank-you th,
#review th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.thank-you-title {
    border-bottom: 1px solid rgba(222, 222, 222, 1);
    font-size: 36px;
    line-height: 1.5;
}

.lower-title-box {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
	text-transform: uppercase;
	color: var(--primary-color);
}

@media screen and (max-width: 575px) {

    #thank-you,
    #review {
        border: 0;
    }

    #review td:last-child {
        padding: .625em 0;
        text-align: end;
    }

    .box-order {
        padding: 15px;
    }

    #thank-you caption,
    #review caption {
        font-size: 1.3em;
    }

    #thank-you thead,
    #review thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #thank-you tr,
    #review tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    #thank-you td,
    #review td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    #thank-you td::before,
    #review td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    #thank-you td:last-child,
    #review td:last-child {
        border-bottom: 0;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color);
    top: 85px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
}

.vscomp-wrapper .checkbox-icon.checked::after {
    border-color: #A8343A;
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}

.vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
    border-color: #A8343A;
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}

#submitdate {
    height: auto;
}

.buttons-section #submitdate {
    height: unset !important;
}

.vscomp-ele-wrapper {
    height: 100%;
}

.time-check-box {
    font-size: 14px;
}

#start-date-second {
    padding: 10px;
}

.btn-filter {
    background: transparent;
    color: rgba(102, 102, 102, 1);
    border: none;
    padding: 5px 10px;
    border: 1px solid rgba(222, 222, 222, 1);
    transition: 0.3s all;
    cursor: pointer;
    font-size: 12px;
}

.btn-filter:hover,
.btn-filter:focus {
    background: rgba(102, 102, 102, 1);
    color: #fff;
}

.select-block {
    gap: 16px;
}

#display-time-selected {
    gap: 10px;
}

.background-ajax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    visibility: hidden;

}

.no-free-offices-message {
    font-size: 24px;
    font-weight: 700;
}

.time-wrapper {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 100;
    background: #fff;
    width: 50px;
}

.slider-section {
    border-bottom: 0.5px solid transparent;
}

.date-box > div {
    width: calc(100%/7);
    border-top: 0.5px solid transparent;
    border-right: 0.5px solid transparent;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
}

.date-box {
    text-align: center;
}

.time-wrapper div {
    border-left: 1px solid transparent;
    border-right: 0.5px solid transparent;
    border-top: 0.5px solid transparent;
    text-align: center;
    height: 25px;
}

.time-wrapper div div {
    position: relative;
    top: -10px;
    font-size: 12px;
}

.time-wrapper div:last-child {
    border-bottom: 1px solid transparent;
}

.name-office {
    text-align: center;
    border-top: 0.5px solid transparent;
    border-right: 0.5px solid transparent;
}

.time-wrapper div:first-child {
    height: 144px;
}

.head-content-box {
    width: 100%;
    height: 144px;
}

.swiper-slide:last-child .content-avb-box {
    border-left: 1px solid transparent;
}

.img-box-office {
    width: 100%;
    height: 120px;
    padding: 5px;
    border-top: 0.5px solid transparent;
    border-right: 0.5px solid transparent;
}

.img-box-office img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.time-wrapper div:nth-child(2) {
    height: 50px;
}

.empty-box-row {
    width: 100%;
    height: 25px;
    display: flex;
}

.empty-box-row:last-child a {
    border-bottom: 0.5px dashed rgba(190, 196, 206, 1);
}

.empty-box-row a {
    width: calc(100%/7);
    height: 100%;
    border-top: 0.5px dashed rgba(190, 196, 206, 1);
    border-right: 0.5px dashed rgba(190, 196, 206, 1);
    position: relative;
    background: rgba(100, 204, 98, 0.2);
}

.empty-box-row a:first-child {
    border-left: 0.5px dashed rgba(190, 196, 206, 1);
}

.filterSwiper {
    margin-left: 25px;
    padding-right: 50px;
    margin-right: 25px;
    padding-bottom: 25px;
}

.content-avb-box {
    border-bottom: 0.5px dashed transparent;
    border-left: 0.5px dashed transparent;
}

.swiper-wrapper-content {
    margin-left: 50px;
    margin-right: 50px;
}

.booked-item {
    position: relative !important;
}

.grey-background {
    background: rgba(249, 246, 242, 0.66) !important;
}

@media only screen and (min-width: 568px) {

    .time-check-box {
        font-size: 24px;
    }

}

/***************************************************************
                        CHECKOUT
***************************************************************/

.status-complete,
.status-paid {
    display: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .wc-block-components-notice-banner,
.checkout.woocommerce-checkout table {
    display: none;
}

.checkout.woocommerce-checkout #review {
    display: block;
}

.checkout.woocommerce-checkout #review td:first-child {
    padding-right: 26px;
	font-size: 16px;
    font-weight: 400;
	color: var(--primary-color);
}

.checkout.woocommerce-checkout #review td {
    padding-bottom: 6px;
	color: #666666;
}

#payment .form-row.place-order {
    margin: 0px;
    padding: 0px !important;
    height: 100%;
}

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

#order_review {
    gap: 15px;
}

.woocommerce-page #payment #place_order {
    float: left;
    padding: 15px 30px !important;
    font-size: 16px;
    color: #fff;
    border: 1px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
    transition: 0.3s all;
    height: 100%;
    border-radius: 0;
	line-height: 1.5;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce-page #payment #place_order:hover,
.woocommerce-page #payment #place_order:focus {
    background: transparent !important;
    color: var(--primary-color);
}

.btn.checkout-back {
    color: var(--primary-color) !important;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
}

.btn.checkout-back:hover,
.btn.checkout-back:focus {
    color: #fff !important;
    background: var(--primary-color) !important;
}

h1.checkout-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: rgba(47, 47, 47, 1);
}

.woocommerce-checkout table tbody {
    width: 100% !important;
    display: inline-block !important;
}

nav.woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
}

/***************************************************************
                        POST HERO
***************************************************************/

.post-hero-section {
    padding-top: 60px;
    padding-bottom: 15px;
}

.post-hero-section h2 {
    font-size: 30px;
    line-height: 1.4;
}

/***************************************************************
                        BUTTONS SECTION
***************************************************************/

section.buttons-section {
    padding-top: 20px;
    padding-bottom: 35px;
}

.btn-nex-box {
    gap: 10px;
}

.buttons-section .button-block {
    gap: 10px;
}

.time-wrap {
    gap: 22px;
}

.buttons-section .button-block a {
    min-width: 140px;
    padding: 11px 16px;
    border-radius: 2.3px;
    gap: 10px;
    transition: 0.3s all;
    text-decoration: none;
    color: rgba(102, 102, 102, 1);
    font-size: 12px;
    border: 1px solid rgba(222, 222, 222, 1);
    min-width: 135px;
}

.filter-one-section {
    min-height: 500px;
}

.buttons-section .button-block a img {
    filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(87%) contrast(74%);
    object-fit: contain;
    max-width: 100%;
    width: auto;
    height: 100%;
}

.buttons-section .button-block a .img-box {
    width: 21px;
    height: 21px;
}

.buttons-section .button-block a.active img,
.buttons-section .button-block a:hover img,
.buttons-section .button-block a:focus img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7477%) hue-rotate(261deg) brightness(105%) contrast(110%);
}

.buttons-section .button-block a:hover,
.buttons-section .button-block a:focus,
.buttons-section .button-block a.active {
    background: rgba(102, 102, 102, 1);
    color: #fff;
    border: 1px solid rgba(222, 222, 222, 1);
}

#booking-form {
    gap: 15px;
}

#booking-form input[type=date],
#booking-form input[type=time],
#time-block{
    min-height: 50px;
    border: 1px solid #DEDEDE;
    background: transparent;
/*     opacity: 40%; */
    padding: 8px 16px;
    font-size: 13px;
	color: var(--primary-color);
	appearance: none;
	text-align: start;
	border-radius: 0;
}


#booking-form input[type=time] {
    border-top: none;
}

#booking-form input[type=submit] {
    min-height: 50px;
}



.under-title-modal {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(51, 51, 51, 1);
}

#filterModal .modal-dialog {
    width: 300px;
    max-width: unset;
}

#filterModal .select-box {
    gap: 12px;
}

.label-text-booking {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.33px;
    color: var(--primary-color);
}

#filterModalLabel {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
}

#start-booking-hours-second,
#start-booking-minutes-second,
#end-booking-hours-second,
#end-booking-minutes-second {
    color: rgba(102, 102, 102, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    background: transparent;
    padding: 10px;
}

.start-text-modal {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
}

#start-hours-display,
#start-minutes-display,
#end-hours-display,
#end-minutes-display,
#display-time-selected span {
    font-size: 16px;
    font-weight: 700;
    color: rgba(173, 156, 131, 1);
}

#display-time-selected {
    border-top: 1px solid rgba(242, 242, 242, 1);
    padding-top: 22px;
}

/***************************************************************
                        FILTER ONE
***************************************************************/
.points-wrap {
    gap: 40px;
}
.points-wrap .points-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.point-box .point {
    gap: 10px;
}

.point-box .img-box {
    width: 22px;
    height: 20px;
    min-width: 22px;
}

.point-box .img-box img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.point-box .point .point-text {
    color: rgba(102, 102, 102, 1);
    line-height: 1.5;
	font-size: 13px;
	font-family: var(--secondary-font);
}

.room-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.room-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.room-text {
	padding: 0px 20px;
}
.room-wrap {
    padding-top: 22px;
    padding-bottom: 145px;
    padding-left: 22px;
    padding-right: 22px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

form.cart {
    bottom: 17px;
    right: 22px;
}

/***************************************************************
                         FOOTER
***************************************************************/
footer .footer-logo {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

footer {
    padding-top: 35px;
    padding-bottom: 15px;
}

footer .link-wrap a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
}

footer ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: 4%;
	position: relative;
}
footer ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	height: 1px;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out;
	transform-origin: left;
}
footer ul li a:hover::before {
	transform: scaleX(1);
}
footer ul {
    gap: 40px;
	list-style: none;
}

footer .wincasa-div {
    position: relative;
    max-width: 320px;
    height: auto;
    text-align: center;
}

footer .wincasa-div img {
    object-fit: contain;
    width: auto;
    max-width: 320px;
}

footer .rights-box {
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: 4%;
}

.wc-bookings-booking-form {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}

footer .kontaktiren-title {
    font-weight: 600;
    font-size: 24px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
}

footer .footer-block .link-wrap a {
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.56px;
}

.footer-contact-info .footer-info-title {
	font-size: 24px;
	color: #fff;
	line-height: 1;
}
.footer-contact-info .footer-info-text, .footer-contact-info .footer-info-text a {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 4%;
	text-decoration: none;
}
.footer-contact-info .footer-info-text a {
	position: relative;
	&::before {
		content: '';
		position: absolute;
		bottom: 0;
		background: #fff;
		left: 0;
		width: 100%;
		height: 1px;
		transform: scaleX(0);
		transform-origin: left;
		transition: all 0.3s ease-in-out;
	}
	
}
.footer-contact-info .footer-info-text a:hover {
	&::before {
		transform: scaleX(1);
	}
}

.room-wrap .first-form {
    width: 100%;
    height 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.room-wrap .first-button {
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    background: transparent !important;
    color: transparent !important;
    border: none;
    position: absolute;
}

.woocommerce table.shop_table {
	border-radius: 0;
	border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	font-weight: 400;
	padding: 15px 8px;
	border: 1px solid #DEDEDE;
}

.woocommerce table.shop_table th {
	text-transform: uppercase;
}

.woocommerce table.shop_table td {
	padding: 35px 8px;
	font-family: var(--secondary-font);
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}
/***************************************************************
                        RESPONSIVE
***************************************************************/
/***************************************************************
                      RESPONSIVE SM
***************************************************************/
@media only screen and (min-width: 576px) {
	.container {
		max-width: 1464px;
	}
	form.woocommerce-form-login p:nth-child(3) {
		flex-direction: row;
	}
    /*******************************
              HTML AND BODY
*******************************/
    body {
        padding-top: 99px;
    }

    /*******************************
              NAVIGATION
*******************************/
    nav.navbar {
        padding: 22px 0px;
    }
	nav.navbar .container{
		&::after{
			bottom: -22px;
		}
	}
    nav.navbar.scrollUp {
        padding: 15px 0px;
    }

    nav.navbar .navbar-brand {
        font-size: 16px;
    }

    nav.navbar ul li.nav-item a {
        font-size: 16px;
        color: var(--primary-color) !important;
    }

    nav.navbar.scrollUp ul li.nav-item a,
    nav.not-home-navbar ul li.nav-item a {
        color: var(--secondary-color) !important;
    }

    nav.navbar ul li.nav-item:last-child a {
        padding: 13px 30px !important;
        border-radius: 32px;
        border: 1px solid #fff;
    }

    nav.navbar.scrollUp ul li.nav-item:last-child a,
    nav.not-home-navbar ul li.nav-item:last-child a {
        border: 1px solid var(--secondary-color);
    }

    nav.navbar ul li.nav-item a:hover {
        color: var(--secondary-color) !important;
    }

    nav.navbar.scrollUp ul li.nav-item:last-child a:hover,
    nav.not-home-navbar ul li.nav-item:last-child a:hover {
        color: #fff !important;
    }

    nav.navbar.scrollUp ul li.nav-item:last-child a:hover,
    nav.not-home-navbar ul li.nav-item:last-child a:hover {
        background: var(--secondary-color);
    }

    nav.navbar ul li.nav-item:last-child a:hover {
        background: #fff;
    }

    nav.not-home-navbar ul li.nav-item:last-child a:hover {
        background: var(--secondary-color) !important;
    }

    nav.not-home-navbar li.nav-item a {
        color: var(--secondary-color) !important;
    }

    /*******************************
              MY ACCOUNT PAGE
*******************************/
    .woocommerce-MyAccount-navigation-link a {
        font-size: 18px;
    }

    /*******************************
              HERO
*******************************/
    .hero-section .text-box h1 {
        font-size: 40px;
    }

    /*******************************
              BUTTONS SECTION
*******************************/
    #filterModal .modal-dialog {
        width: 540px;
    }

    .modal-header {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .modal-body {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }

    /*******************************
              FOOTER
*******************************/
    footer .footer-logo {
        font-size: 20px;
    }

    footer .link-wrap a {
        font-size: 18px;
    }

    footer .wincasa-div {
        position: relative;
        max-width: 450px;
    }

    footer .rights-box {
        font-size: 13px;
    }
}

/***************************************************************
                      RESPONSIVE MD
***************************************************************/
@media only screen and (min-width: 768px) {

	form.cart {
		bottom: 37px;
	}

    /*******************************
              HTML AND BODY
*******************************/
    body {
        padding-top: 104px;
    }

    /*******************************
              PRE-DEFINED CLASSES
*******************************/
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-padding-top {
        padding-top: 60px;
    }

    h1.checkout-title {
        font-size: 36px;
    }
	.lower-title-box {
		padding-top: 30px !important;
	}
    .box-title {
        font-size: 24px;
    }

    /*******************************
              NAVIGATION
*******************************/
    nav.navbar {
        padding: 30px 0px 22px 0px;
    }
	nav.navbar .container{
		&::after{
			bottom: -22px;
		}
	}
	.customize-support nav.navbar {
		top: 32px;
	}
	.customize-support .offcanvas.offcanvas-end {
		top: 32px;
	}
    nav.navbar .navbar-brand {
        font-size: 24px;
    }

    /*******************************
              LOGIN / REGISTER
*******************************/
    #customer_login,
    form.woocommerce-ResetPassword,
    body.woocommerce-account .woocommerce,
    .wp-block-woocommerce-checkout {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /*******************************
              HERO
*******************************/
    .hero-section .text-box h1 {
        font-size: 48px;
    }

    .hero-section .text-box p {
        font-size: 20px;
    }

    /*******************************
              POST HERO
*******************************/
    .post-hero-section {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .post-hero-section h2 {
        font-size: 36px;
    }

    #customer_login h2 {
        font-size: 36px;
    }
	#customer_login p {
		font-size: 18px;
	}

    /*******************************
              BUTTONS SECTION
*******************************/

    section.buttons-section {
        padding-top: 40px;
        padding-bottom: 55px;
    }

    #filterModal .modal-dialog {
        width: 660px;
    }

    .modal-header {
        padding-top: 70px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .modal-body {
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 70px;
    }

    /*******************************
              FILTER
*******************************/
    .empty-box-row {
        height: 50px
    }

    .time-wrapper div {
        height: 50px;
    }

    .time-wrapper div div {
        font-size: 14px;
        top: -12px;
    }

    .no-free-offices-message {
        font-size: 36px;
    }

    #booking-form input[type=time] {
        border-top: 1px solid #DEDEDE;
        border-left: none !important;
    }

    #booking-form .form-block {
        gap: 10px;
    }
    
    #booking-form input[type=submit] {
        min-height: 50px;
        padding: 0px !important;
    }
    /*******************************
              FOOTER
*******************************/
/*
    footer .footer-logo {
        font-size: 24px;
    }
*/

    footer {
        padding-top: 55px;
        padding-bottom: 20px;
    }

    footer .link-wrap a {
        font-size: 20px;
    }
}

/***************************************************************
                      RESPONSIVE LG
***************************************************************/
@media only screen and (min-width: 992px) {

	nav.navbar ul li.nav-item a,
	.lang-select{
		font-size: 20px;
	}
	.filter-one-section {
		padding-bottom: 130px !important;	
	}
	.btn {

		font-size: 16px;

	}
	nav.navbar .btn {
		font-size: 20px;
	}
	.box-order {
		padding: 80px 45px;
	}
	
    /*******************************
              PRE-DEFINED CLASSES
*******************************/
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-padding-top {
        padding-top: 70px;
    }

    .editor p,
    .editor ul,
    .editor ol {
        font-size: 18px;
    }
	.editor h4 {
		font-size: 24px;
		margin-bottom: 28px;
		margin-top: 47px;
	}
    /*******************************
              NAVIGATION
*******************************/

    nav.navbar .navbar-brand {
        font-size: 32px;
    }

    /*******************************
              LOGIN / REGISTER
*******************************/
	.woocommerce form .form-row .input-text:focus-visible {
		outline: none;
	}
    #customer_login,
    form.woocommerce-ResetPassword,
    body.woocommerce-account .woocommerce,
    .wp-block-woocommerce-checkout {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /*******************************
              HERO
*******************************/
    .hero-section .text-box h1 {
        font-size: 72px;
    }

    .hero-section .text-box p {
        font-size: 24px;
    }

    .woocommerce-EditAccountForm.edit-account fieldset {
        padding-top: 60px;
    }

    /*******************************
              POST HERO
*******************************/
    .post-hero-section {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .post-hero-section h2 {
        font-size: 40px;
    }

    /*******************************
              BUTTONS SECTION
*******************************/
    section.buttons-section {
        padding-top: 50px;
        padding-bottom: 75px;
    }

    #booking-form input[type=date],
    #booking-form input[type=time],
	#time-block{
        min-height: 70px;
        border: 1px solid #DEDEDE;
        background: transparent;
/*         opacity: 40%; */
        padding: 8px 16px;
        font-size: 16px;
    }

    #booking-form input[type=submit] {
        min-height: 70px;
		font-size: 20px;
    }

    /*******************************
              FOOTER
*******************************/
    footer .footer-logo {
        font-size: 32px;
    }

    footer {
        padding-top: 75px;
    }

    footer .link-wrap a {
        font-size: 24px;
    }
}

/***************************************************************
                      RESPONSIVE XL
***************************************************************/
@media only screen and (min-width: 1200px) {

    /* 	.room-wrap{
		min-height: 500px;
	} */
    /*******************************
              FOOTER
*******************************/
    .second-foooter-block {
        margin-top: 20px;
		padding-top: 20px;
        border-top: 1px solid #fff;
    }

    footer .wincasa-div {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 300px;
        top: 16px;
    }

    footer .rights-box {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 12px;
    }

    footer ul {
        gap: 20px;
    }

    .footer-block {
        min-height: 168px;
        padding-bottom: 20px;
    }
	.container {
        max-width: 1464px;
    }
}

/***************************************************************
                      RESPONSIVE XXL
***************************************************************/
@media only screen and (min-width: 1400px) {

    /* 	.room-wrap{
		min-height: 600px;
	} */
    /*******************************
              FOOTER
*******************************/
    .second-foooter-block {
        margin-top: 30px;
		padding-top: 30px;
    }
	footer {
		padding-bottom: 30px;
	}
    footer .wincasa-div {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 450px;
        top: 21px;
    }

    footer .rights-box {
        font-size: 14px;
    }

    footer ul li a {
        font-size: 14px;
    }

    footer ul {
        gap: 40px;
    }




}
