*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open sans", sans-serif;
}

body {
    line-height: 1.5;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #ededed;
}

body::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 10px;
}


.vc {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 110px);
}
.vc-mobile-actions {
    display: none;
}
.vc-header {
    display: flex;
    align-items: flex-start;
    padding: 0 0 0 20px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 84px;
}
.vc-header--no-logo {
    padding: 0;
}
.vc-header-main {
    display: flex;
    flex-grow: 1;
    max-width: 90%;
    word-wrap: break-word;
}
.vc-header-logo-wrapper {
    border-radius: 5px;
    min-width: 120px;
    min-height: 120px;
    max-width: 208px;
    max-height: 128px;
    margin-bottom: -58px;
    border: 4px solid #fff;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vc-header-logo-wrapper--no-banner {
    border: none;
    margin-bottom: 0;
}
.vc-header-logo {
    max-width: 200px;
    max-height: 120px;
    max-width: 200px;
    max-height: 120px;
    border-radius: 5px;
}
.vc-header-title {
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    color: #484848;
    margin-left: 30px;
    margin-top: 26px;
    margin-bottom: 10px;
    padding-right: 29px;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    word-wrap: break-word;
    max-width: calc(100% - 240px);
}
.vc-header-title--no-logo {
    margin-left: 0;
}
.vc-social-media {
    min-height: 26px;
    display: flex;
    flex-direction: row-reverse;
}
.vc-social-media-icon:last-child {
    margin-left: 10px;
}
.vc-banner {
    margin-top: 15px;
}
.vc-banner-no-img {
    height: 10px;
    width: 100%;
    border-bottom: 4px solid #e6e9ed;
}
.vc-banner-img {
    width: 100%;
    border: 1px solid #e6e9ed;
    border-radius: 5px;
}
.vc-description {
    padding-top: 55px;
}
.vc-description-title {
    font-size: 24px;
    color: #484848;
    word-wrap: break-word;
    font-weight: 600;
    margin-bottom: 12px;
}
.vc-description-text {
    font-size: 14px;
    color: #606060;
    line-height: 160% !important;
    word-wrap: break-word;
}
.vc-contact {
    display: flex;
    height: 300px;
    border-radius: 5px;
    padding-top: 55px;
}
.vc-contact-address-phone {
    width: 300px;
    box-sizing: border-box;
    padding: 0 24px;
}
.vc-contact-opening-hours {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 280px;
    box-sizing: border-box;
}
.vc-contact-address-phone {
    width: 320px;
    padding: 0 24px;
}
.vc-contact-opening-hours-content {
    overflow: auto;

    display: flex;
    flex-direction: column;
}

.vc-contact-opening-hours-content::-webkit-scrollbar {
    width: 6px;
    height: 7px;
}

.vc-contact-opening-hours-content::-webkit-scrollbar-track {
    background: #ededed;
    border-radius: 7px;
}

.vc-contact-opening-hours-content::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 7px;
}

.vc-contact-no-opening-hours {
    color: #8b8b8b;
    font-size: 14px;
}
.vc-contact-map {
    flex-grow: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vc-contact-map .mk-map-view {
    border-radius: 5px;
}
.vc-contact-title {
    font-size: 20px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 18px;
}
.vc-contact-weekday {
    display: flex;
    margin: 3px 0;
}
.vc-contact-value {
    color: #484848;
    font-size: 14px;
}
.vc-contact-value--address {
    display: flex;
    flex-direction: column;
}
.vc-contact-address {
    margin-bottom: 24px;
}
.vc-weekday-name {
    color: #8b8b8b;
    font-size: 14px;
    min-width: 110px;
}
.vc-weekday-hours {
    color: #484848;
    font-size: 14px;
}
.vc-weekday-closed {
    color: #acacac;
}

.vc-widget {
    margin-top: 55px;
}

.vc-widget-container {
    padding: 0;
    margin-bottom: 55px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.vc-widget-container:last-child {
    margin-bottom: 80px;
}

.vc-widget-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #484848;
}

.vc-footer {
    height: 50px;
}

.vc .ql-editor {
    padding: 0;
}

.footer {
    background: #f8f8f8;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    width: 100%;
    bottom: 0;
}

.footer-content {
    width: 1200px;
    display: flex;
    justify-content: flex-end;
}

.footer-logo {
    width: 140px;
}

.d-none {
    display: none;
}

.address-value {
    word-break: break-word;
}

.vc-navbar {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background: white;
    padding: 5.5px calc((100vw - 1200px) / 2);
    border-bottom: 1px solid #F2F2F2;
}

.vc-navbar-btn-container {
    display: flex;
    gap: 24px;
}

.vc-navbar-btn {
    min-height: 32px;
    border-radius: 4px;
    color: #484848;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    padding: 0 16px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.vc-navbar-btn--reserve {
    border: 1px solid #484848;
    color: #484848;
}

.vc-navbar-btn--reserve:hover {
    background-color: #484848;
    color: #FFFFFF;
}

.vc-navbar-btn--standalone-reserve,
.vc-navbar-btn--call,
.vc-navbar-mobile-menu {
    display: none;
}

.vc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.3s ease;
}

.vc-overlay.show {
    visibility: hidden;
}
