/*
Theme Name: Althard Business Center
Author: Portalworks
Version: 1.0.0
*/
/***************************************************************
                        FONTS
***************************************************************/

/* force hide login message */
.woocommerce-form-login-toggle {
	display: none;
}



/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/poppins-v20-latin-regular.woff2') format('woff2');
}

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

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

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

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

:root {
    --primary-font: 'Poppins', sans-serif;
    --primary-color: rgba(173, 156, 131, 1);
    --secondary-color: rgba(47, 47, 47, 1);
    --third-color: rgba(250, 250, 250, 1);
    --light-grey: rgba(242, 243, 245, 1);
}

/***************************************************************
                    PRE-DEFINED CLASSES
***************************************************************/

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

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

.box-title {
    font-size: 24px;
    line-height: 1.5;
    color: rgba(51, 51, 51, 1);
    padding-top: 22px;
}

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

.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;
}

.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: 13.5px 30px !important;
    border-radius: 0px;
    font-size: 14px;
}

.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);
}

.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 ul {
    padding-left: 25px;
}

.editor .btn {
    color: #fff;
}

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

.hour-div-title{
	white-space: nowrap;
}

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

body {
    font-family: var(--primary-font);
    color: var(--secondary-color);
    padding-top: 56px;
}

body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    display: none !important;
}
/***************************************************************
                        NAVIGATION
***************************************************************/
nav.navbar.scrollUp,
nav.not-home-navbar {
    background: #fff;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.18);
}

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 ul li.nav-item a {
    font-size: 14px;
    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.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);
}

.woocommerce-EditAccountForm.edit-account input {
    height: 50px;
    padding: 18px;
    border: 1px solid rgba(222, 222, 222, 1);
}

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

.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: 700;
    color: rgba(47, 47, 47, 1);
}

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

.woocommerce-MyAccount-content p:last-of-type{
	display: none !important;
}

.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;
}

.woocommerce-edit-account .woocommerce-error {
    padding: 1em 2em 1em 3.5em!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%;
}

/***************************************************************
                          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 h2 {
    color: rgba(47, 47, 47, 1);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

form.woocommerce-form {
    box-shadow: 0px 0px 8px 0px rgba(194, 198, 204, 0.6);
    border: none !important;
    border-radius: 10px !important;
    padding: 45px !important;
}

form.woocommerce-form input {
    padding: 12px 16px;
}

.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: 14px;
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s all;
    border: 1px solid var(--primary-color);
}

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;
}

#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;
}

.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: 30px;
    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.is-active {
    border-bottom: 2px solid var(--primary-color);
}

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

.wc-block-must-login-prompt a {
    color: var(--secondary-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);
}

.woocommerce-info::before {
    color: var(--primary-color);
}

a.button.cancel {
    padding: 13.5px 30px !important;
    border-radius: 0px;
    font-size: 14px;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff;
    transition: 0.3s all;
}

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: 25px;
}

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

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

.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;
}

#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: rgba(102, 102, 102, 1);
}

#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: 700;
    line-height: 1.5;
}

@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: 46px;
}

.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;
}

.btn-filter:disabled{
	opacity: 0.5;
	cursor: default;
}

.btn-filter:disabled:hover,
.btn-filter:disabled:focus{
	border: 1px solid rgba(222, 222, 222, 1);
	color: rgba(102, 102, 102, 1);
	background: transparent;
}

.minute-div-dots{
	font-weight: 700;
	font-size: 24px;
}

#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: 10px;
    font-weight: 700;
}

.checkout.woocommerce-checkout #review td {
    padding-bottom: 0.625em;
}

#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: 13.5px 30px !important;
    font-size: 14px;
    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;
}

.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: 700;
    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] {
    min-height: 50px;
    border: 1px solid var(--secondary-color);
    background: transparent;
    opacity: 40%;
    padding: 8px 16px;
    font-size: 13px;
}

#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: rgba(102, 102, 102, 1);
}

#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: 20px;
    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;
}

.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;
}

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

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

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

form.cart {
    bottom: 54px;
    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%;
}

footer ul {
    gap: 40px;
}

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

footer .wincasa-div img {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: 100%;
}

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;
}

.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;
}

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

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

    /*******************************
              NAVIGATION
*******************************/
    nav.navbar {
        padding: 25px 0px;
    }

    nav.navbar.scrollUp {
        padding: 15px 0px;
    }

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

    nav.navbar ul li.nav-item a {
        font-size: 14px;
        color: var(--third-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;
    }

}

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

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

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

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

    h1.checkout-title {
        font-size: 36px;
    }

    .box-title {
        font-size: 36px;
    }

    /*******************************
              NAVIGATION
*******************************/
    nav.navbar {
        padding: 35px 0px;
    }

    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;
    }

    /*******************************
              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 var(--secondary-color);
        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) {

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

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

    .editor p,
    .editor ul,
    .editor ol {
        font-size: 18px;
    }

    /*******************************
              NAVIGATION
*******************************/

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

    /*******************************
              LOGIN / REGISTER
*******************************/
    #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] {
        min-height: 70px;
        border: 1px solid var(--secondary-color);
        background: transparent;
        opacity: 40%;
        padding: 8px 16px;
        font-size: 16px;
    }

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

    /*******************************
              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 {
        padding-top: 20px;
        border-top: 1px solid #fff;
    }

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

    footer ul {
        gap: 20px;
    }

    .footer-block {
        min-height: 100px;
        padding-bottom: 20px;
    }
}

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

    /* 	.room-wrap{
		min-height: 600px;
	} */
    /*******************************
              FOOTER
*******************************/
    .second-foooter-block {
        padding-top: 25px;
    }

    footer .wincasa-div {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 450px;
        top: 15px;
    }
    footer .wincasa-div {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 300px;
        top: 16px;
    }
    footer ul li a {
        font-size: 14px;
    }

    footer ul {
        gap: 40px;
    }

    .footer-block {
        min-height: 200px;
        padding-bottom: 30px;
    }

    .container {
        max-width: 1320px;
    }
	footer .rights-box {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1600px) {
        /*******************************
              FOOTER
*******************************/
	footer .rights-box {
        font-size: 13px;
    }

    .container {
        max-width: 1440px;
    }
}