nav .nav-body,nav .nav-top {
    z-index: 2;
    position: relative
}

main,nav ul ul {
    background-color: #fff
}

*,.footer-menu a,nav a {
    transition: background-color .3s
}

a:not([href]) {
    cursor: default;
}

.highlight, header .header-table {
    background-color: var(--opacity-color)
}

.menu-item-container>:last-child,nav .nav-body .container {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius)
}

section {
    position: relative;
}

*,.loading {
    box-sizing: border-box
}

.page > footer .footer-main, .page > header {
    background-attachment: fixed
}

.block .block-month,.cookie-stripe button,.status,nav .nav-content,nav ul {
    text-transform: uppercase
}

.menu-category-container,form.wpcf7-form {
    grid-template-columns: repeat(auto-fill,minmax(min(100%,30rem),1fr))
}

@font-face {
    font-family: Archivo;
    src: url('../fonts/Archivo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Archivo;
    src: url('../fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Archivo;
    src: url('../fonts/Archivo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Archivo;
    src: url('../fonts/Archivo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Archivo;
    src: url('../fonts/Archivo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: fallback
}

:root {
    --text: #333333;
    --text-description: #999999;
    --polygon: 15px;
    --green: #299a29;
    --red: #ca3737;
    --radius: 5px;
    --opacity-color: #00000038;
    --opacity-color-dark: #00000050;
    --color: #252525;
    --color-dark: #1C1C1C;
    --color-border: #efefef;
    --box-shadow: 0 0 10px 0 #00000050
}

#wpadminbar,.hide {
    display: none!important
}

html {
    margin: 0!important
}

body,h1,h2,h3,h4,h5,h6,html {
    margin: 0
}

a,body,button,html,input,select,textarea,* {
    font-family: Archivo !important;
}

body,html {
    overflow-x: hidden;
    color: var(--text);
    line-height: 1.5
}

button svg {
    fill: white!important
}

svg {
    fill: currentColor
}

a {
    text-decoration: none;
    transition: color .3s;
    cursor: pointer;
    color: var(--text);
}

ol li,ul li {
    list-style-type: none
}

img {
    max-width: 100%;
    height: auto
}

.container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%
}

.highlight, header .header-bottom span {
    width: max-content;
    border-radius: var(--radius);
    color: #fff
}

.page > header {
    min-height: 100vh;
    position: relative;
    box-shadow: 0 0 30px 40px #0000001f;
    /* height: 100vh; */
    display: flex;
    align-items: center;
}

.page > header:not(.header-big) {
    height: 60vh;
    min-height: 30rem;
    padding-bottom: 2rem
}

.page > header:not(.header-big) .header-right {
    display: none !important;
}

.page >header img, .page >header video {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100vh;
    object-fit: cover;
    width: 100%
}

.page > header>* {
    z-index: 1;
    position: relative
}

.page > header .header-table {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    border-radius: var(--radius);
    padding: 1.5rem clamp(1rem,4rem,5vw);
    width: 100%;
    text-align: center;
    max-width: 35rem;
    color: #fff;
    font-weight: 500
}

.page > header .header-left {
    text-align: left;
    flex-basis: min(100%, 30rem);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}

.page > header .header-left img {
    max-width: 35rem
}

.page > header .header-left h1 {
    font-size: clamp(3rem, 4rem, 10vw);
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

.page > header .header-left .header-description {
    color: #fff;
    font-size: 1.2rem
}

.page > header .header-left .highlight {
    font-size: 1.5rem
}

.page > header .header-table h3 {
    color: #fff;
    text-align: center;
    font-size: 2.5rem
}

.page > header .header-table .header-table-row {
    display: flex;
    justify-content: space-between;
    background-color: var(--opacity-color);
    border-radius: var(--radius);
    padding: .4rem 1rem;
    color: #fff;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap
}

.page > header .header-bottom span,header .header-bottom::after,nav .nav-top,nav::after,section .container > h2 svg {
    background-color: var(--color)
}

.page > header .header-table .header-table-row.active {
    background-color: #000000ab
}

.page > header .header-table .header-table-row-key {
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    gap: .3rem;
    align-items: center;
    flex-wrap: wrap
}

.page > header .header-table .header-table-row-key .header-table-row-key-date {
    font-size: .9rem;
    color: #d9d9d9;
    margin-top: 2px
}

.page > header .header-table .header-table-row-value {
    display: flex;
    gap: .6rem
}

.page > header .header-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.page > header .header-bottom span {
    z-index: 1;
    padding: .6rem 1.5rem;
    font-weight: 800;
    margin: 0 auto;
    left: 0;
    display: block;
    position: relative;
    font-size: 1.5rem
}

.page > header .header-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100vw;
    height: .7rem;
    bottom: 0
}

main {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 6rem;
    background-image: url('../images/background.svg');
    background-repeat: no-repeat;
    background-position: top center
}

nav .nav-top {
    padding: .5rem 1rem;
    box-shadow: 0 0 10px 0 #00000091;
    scrollbar-color: #8b8b8b var(--color);
    overflow-x: auto
}

nav .nav-top .container {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between
}

nav .nav-body .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    transition: box-shadow .3s,background-color .3s
}

.status,nav .nav-logo {
    align-items: center;
    display: flex
}

nav.fixed .nav-body {
    background-color: #00000085;
    backdrop-filter: blur(9px);
    box-shadow: 0 0 10px 0 #00000091
}

nav.fixed .nav-body img {
    max-width: 6rem
}

nav .nav-body img {
    max-width: 10rem;
    transition: max-width .3s
}

.status {
    color: #fff;
    gap: 10px;
    font-weight: 600;
    font-size: .8rem
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

nav::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: blur(7px);
    opacity: .9
}

nav .nav-content,nav ul {
    margin: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0
}

nav li {
    padding: 0;
    margin: 0
}

nav ul ul {
    display: none;
    position: absolute;
    min-width: 20rem;
    flex-direction: column;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.285);
    padding: 0;
    gap: 0;
    margin-top: .5rem
}

nav ul ul a {
    color: var(--text);
    padding: .5rem 1.2rem;
    display: block;
    transition: color .3s,background-color .3s
}

nav ul ul a:hover {
    background-color: var(--orange);
    color: #fff
}

nav li:hover ul {
    display: flex
}

.footer-menu a,nav a {
    color: #fff;
    position: relative;
    padding: .4rem 1rem;
    border-radius: var(--radius);
    font-weight: 400
}

nav .nav-hours {
    color: #fff;
    line-height: normal;
    font-size: .9rem;
    transition: font-size .3s
}

nav.fixed .nav-hours {
    font-size: .6rem
}

nav .nav-logo {
    gap: .5rem
}

nav a svg {
    width: 1rem;
    line-height: normal;
    display: block
}

.footer-menu a:hover,nav a.active,nav a:hover {
    background-color: #00000057
}

.page > header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3
}

.page > footer, .page > footer .footer-main,section .section-body {
    position: relative
}

header .container {
    display: flex;
    gap: 2rem;
    align-items: center;
    height: 100%;
    max-width: 100rem;
    flex-wrap: wrap;
    padding: 2rem;
    justify-content: center;
    padding-top: 5rem;
    min-height: 100%;
}

header .container .header-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 35rem;
    max-width: 35rem;
}

section .container > h2, .tribe-tickets__commerce-checkout-header h3, .tribe-common .tribe-common-h2, .event-title {
    text-align: center !important;
    font-size: 3rem !important;
    margin-top: 2.5rem !important;
    margin-bottom: 1.5rem !important;
    font-weight: 800 !important;
    display: flex!important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    color: var(--color) !important;
    flex-wrap: wrap !important;
}

section h2 svg {
    width: 3.5rem;
    fill: white;
    padding: .75rem .9rem;
    border-radius: var(--radius)
}

.tab_content,section .section-body .loading~* {
    display: none
}

.highlight {
    padding: .3rem 1.4rem;
    font-weight: 500;
    display: flex;
    gap: .5rem;
    align-items: center
}

.indicator {
    background-color: var(--green);
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    font-weight: 500
}

.indicator:not(:empty) {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    padding-top: 1px
}

.gallery img,.tab_content.active {
    display: block
}

.indicator.indicator-red {
    background-color: var(--red)
}

.indicator.indicator-big {
    border-radius: var(--radius);
    width: auto;
    padding: .5rem .8rem .4rem;
    font-size: .7rem;
    font-weight: 500
}

.tab_head {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem
}

.cookie-stripe,.loading {
    right: 0;
    margin: 0 auto;
    left: 0
}

.tab_head a {
    transition: border-color .3s;
    color: inherit;
    font-size: 1.2rem;
    padding: .6rem 1.2rem;
    border-bottom: 3px solid var(--color-border);
    font-weight: 600
}

.tab_head a.active {
    border-color: var(--color)
}

.tab_content:not(.extended) {
    max-height: 25rem;
    overflow: hidden
}

.tab_content:not(.extended)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5rem;
    width: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%)
}

.menu-item-container>:first-child {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius)
}

.tab_content[data-name=menu] .menu-item-container>:first-child .menu-item-name::before {
    content: 'Polévka: ';
    font-weight: 600
}

.menu-category-container {
    display: grid;
    gap: 1rem
}

.menu-category-container>* {
    flex-basis: 25rem;
    flex-grow: 1;
    align-items: stretch
}

.menu-category .menu-item-container {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.menu-category .menu-category-head {
    background-color: var(--color);
    padding: .5rem 1rem;
    color: #fff;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    margin-bottom: 1rem;
    width: 100%
}

.menu-category .menu-category-date {
    margin-left: .5rem;
    font-size: .8rem
}

.menu-item-container .menu-item {
    display: flex;
    justify-content: space-between;
    padding: .5rem 1rem;
    gap: 1rem
}

.block .block-body,.block .block-head {
    padding: 1rem;
    transition: box-shadow .3s
}

.menu-item-container .menu-item:hover {
    background-color: #f7f7f7
}

.event-state.badge {
    margin-top: 1rem;
}

.block .block-body p {
    margin: 0;
}

.event-content > p {
    display: none !important;
}

.block .block-head,.page > footer {
    background-color: var(--color)
}

.menu-item-container .menu-item .menu-item-price {
    white-space: nowrap;
    font-weight: 600
}

.menu-item-container .menu-item .menu-item-quantity {
    color: var(--text-description);
    font-weight: 500;
    font-size: .8rem
}

.menu-item-container .menu-item .menu-item-alergens {
    color: var(--text-description);
    font-size: .7rem;
    font-weight: 600
}

.menu-item-container .menu-item .menu-item-number {
    background-color: var(--color);
    color: #fff;
    border-radius: var(--radius);
    text-align: center;
    padding: .25rem .4rem .15rem;
    font-size: .8rem;
    display: inline-block;
    width: 20px
}

.block-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(30rem,100%),1fr));
    gap: 2rem
}

.block-list .block-disabled {
    filter: opacity(0.5);
}

.block {
    display: flex;
    align-items: stretch;
    border-radius: var(--radius);
    transition: box-shadow .3s;
    gap: 1rem;
    flex-wrap: wrap
}

.block:hover :is(.block-body,.block-head) {
    box-shadow: 0 0 20px 0 #00000012
}

.block .block-head {
    color: #fff;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    width: 9rem;
    min-width: 9rem;
    flex-grow: 1
}

.block .block-body {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background-color: #fff;
    flex-grow: 99999999;
    flex-basis: 15rem
}

.block .block-number {
    font-size: 2.5rem
}

.block .block-month {
    font-size: 1.2rem
}

.block .block-title {
    font-weight: 600;
    font-size: 1.4rem;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: normal;
    margin: 0.4rem 0;
}

.block .block-attachment {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-description);
}

.block .block-attachment svg {
    width: 1rem;
}

.block .block-description,.feature .feature-description {
    color: var(--text-description);
    font-weight: 300
}

.block .block-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: .8rem
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(100%,20rem),1fr));
    gap: 2rem;
    align-items: self-start
}

.gallery img {
    border-radius: var(--radius);
    object-fit: cover;
    width: 100%;
    transition: transform .3s
}

.gallery .gallery-image {
    position: relative;
    transform: var(--radius);
    overflow: hidden;
    border-radius: var(--radius)
}

.feature:hover .feature-image a:first-child img,.floating-links a:hover svg,.gallery .gallery-image:hover img {
    transform: scale(1.1)
}

.feature .feature-image a::after,.gallery .gallery-image::after {
    content: '';
    background-color: #000;
    position: absolute;
    opacity: .2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius)
}

.loading {
    width: 48px;
    height: 48px;
    border: 5px solid var(--color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: 1s linear infinite rotation;
    position: absolute
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.page > footer {
    color: #fff
}

.page > footer .footer-logo {
    align-self: center
}

.page > footer .footer-logo img {
    max-width: 15rem;
    margin: auto
}

.page > footer .footer-main {
    padding: 2rem 0;
    background-image: url('../images/background.webp');
    background-size: cover;
    background-position: top
}

.page > footer .footer-main::after {
    content: '';
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.page > footer .footer-main .container {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
    position: relative
}

.page > footer .footer-main .footer-menu, .page > footer .footer-menu .footer-text {
    flex-grow: 1
}

.page > footer .footer-text {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center
}

.page > footer .footer-text a {
    color: white;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page > footer .footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center
}

.page > footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.page > footer .footer-links a:hover svg {
    fill: #151515
}

.page > footer .footer-main svg {
    width: 3rem;
    fill: var(--color-dark);
    transition: fill .3s
}

.page > footer .footer-copyright {
    background-color: var(--color-dark);
    padding: 1rem 0;
    text-align: center;
    position: relative;
    font-size: .9rem
}

.cookie-stripe {
    background: linear-gradient(135deg,#00000062,#00000031);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    bottom: 1rem;
    width: calc(100% - 1rem);
    max-width: 77rem;
    min-height: 5rem;
    padding: 1rem 1.5rem;
    display: none;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    z-index: 99999;
    border-radius: var(--radius);
    flex-wrap: wrap;
    gap: 1rem
}

.cookie-stripe.active {
    display: flex;
    width: calc(100% - 36px);
    bottom: 1rem
}

.cookie-stripe .cookie-stripe-text {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem
}

.cookie-stripe .cookie-stripe-buttons {
    display: flex;
    gap: 1rem
}

.cookie-stripe button {
    padding: .6rem 1.2rem;
    background-color: var(--opacity-color);
    border-width: 0;
    outline: 0;
    color: #fff;
    border-radius: var(--radius);
    font-size: 1rem;
    transition: background-color .3s;
    cursor: pointer
}

.cookie-stripe button:hover {
    background-color: var(--opacity-color-dark)
}

.feature {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap
}

.list,form.wpcf7-form,form.wpcf7-form label {
    display: grid
}

.list.list-bordered {
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background-color: white;
}

.list.list-bordered .feature {
    padding: 1.5rem;
}

.feature.feature-right {
    text-align: right;
    flex-direction: row-reverse
}

.feature .feature-image {
    flex-basis: 15rem;
    border-radius: var(--radius);
    position: relative;
    flex-grow: 1;
    height: 15rem;
    overflow: hidden;
    min-width: min(100%,24rem)
}

.feature .feature-image a:not(.active) {
    z-index: -1;
    visibility: hidden
}

.feature .feature-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.feature .feature-image img {
    border-radius: var(--radius);
    display: block;
    width: 100%;
    transition: transform .3s
}

.feature .feature-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 99999999999;
    flex-basis: 20rem;
    flex-wrap: wrap
}

.feature .feature-title {
    font-size: 2rem;
    font-weight: 800
}

.feature .feature-price {
    font-weight: 800;
    font-size: 1.6rem
}

.gap-1 {
    gap: 1rem
}

.gap-2 {
    gap: 2rem
}

.gap-3 {
    gap: 3rem
}

.gap-4 {
    gap: 4rem
}

input:not([type=radio],[type=checkbox]),textarea {
    border: 1px solid var(--color-border);
    padding: .8rem 1.2rem;
    border-radius: var(--radius);
    font-family: Archivo;
    width: 100%;
    font-size: 1rem
}

.button,.wpcf7 form .wpcf7-response-output,input[type=submit], .event-tickets .tribe-tickets__commerce-order-footer-link {
    border-width: 0 !important;
    color: #fff !important;
    padding: .5rem 1.2rem !important;
    border-radius: var(--radius) !important;
}

form.wpcf7-form {
    gap: 1.5rem
}

form.wpcf7-form label {
    gap: .3rem
}

form.wpcf7-form label.form_textarea {
    grid-column: 1/3
}

@media (max-width: 62rem) {
    form.wpcf7-form .form-submit,form .wpcf7-response-output,form label.form_textarea {
        grid-column:1/1!important
    }
}

form.wpcf7-form .form-submit {
    grid-column: 1/3;
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: relative;
    height: 33px
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 10rem
}

.button,.tab_content iframe,input[type=submit] {
    margin: 0 auto;
    left: 0;
    width: max-content;
    right: 0
}

.wpcf7 form .wpcf7-response-output {
    background-color: var(--red);
    width: max-content;
    margin: 0;
    grid-column: 1/3;
    max-width: 100%
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--green)
}

.button,input[type=submit], .event-tickets .tribe-tickets__commerce-order-footer-link {
    cursor: pointer !important;
    font-family: Archivo !important;
    background-color: var(--color) !important;
    z-index: 9 !important;
    position: absolute !important;
    font-weight: 500 !important;
    transition: background-color .3s !important;
    font-size: 1rem !important;
}

.button:hover, input[type=submit]:hover, .event-tickets .tribe-tickets__commerce-order-footer-link:hover {
    background-color: var(--color-dark) !important;
}

.tab_content~.button {
    margin-top: -1rem
}

.tab_content iframe {
    position: relative;
    display: block;
    min-height: 100vh;
    max-width: 100%;
    min-width: 60vw
}

.floating-links {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 8
}

.floating-links a {
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius);
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1877f2;
    box-shadow: var(--box-shadow)
}

.floating-links a svg {
    fill: white;
    width: 1.85rem;
    max-height: 1.85rem;
    transition: transform .2s
}

.floating-links .link-whatsapp {
    background-color: #25d366
}

.floating-links .link-instagram {
    background: #833ab4;
    background: linear-gradient(to right,#833ab4,#fd1d1d,#fcb045)
}

nav.nav-mobile:not(.active) {
    transform: translateX(21rem)
}

nav.nav-mobile.active {
    transform: translateX(0)
}

@media (max-width: 80rem) {
    nav:not(.nav-mobile) .menu-primary-container {
        display:none
    }

    nav .nav-mobile-button {
        display: block!important
    }

    header {
        padding-top: 4rem;
        height: 100%;
        padding-bottom: 3rem;
    }

    header .header-left {
        text-align: center;
        justify-content: center;
        align-items: center
    }
}

nav.nav-mobile {
    width: 20rem;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #00000085;
    backdrop-filter: blur(9px);
    box-shadow: 0 0 10px 0 #00000091;
    z-index: 100;
    padding: 2rem 0;
    transition: transform .3s
}

nav.nav-mobile ul {
    flex-direction: column;
    gap: 0
}

nav.nav-mobile li {
    width: 100%
}

nav.nav-mobile ul a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 1rem 1.5rem
}

@media (max-width: 37rem) {
    header .header-bottom {
        display:none
    }
}


.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-2 {
    gap: 0.5rem;
}

.items-center {
    align-items: center;
}

.mt-4 {
    margin-top: 1rem;
}
































.tec-tickets__commerce-checkout .woocommerce-message {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #065f46;
}

.event-tickets .tribe-tickets__commerce-checkout, .tribe-common .tribe-tickets__commerce-checkout {
    width: 100% !important;
    max-width: 100% !important;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-footer, .tribe-common .tribe-tickets__commerce-checkout-cart-footer,
.event-tickets .tribe-tickets__commerce-checkout-cart-item, .tribe-common .tribe-tickets__commerce-checkout-cart-item {
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius) !important;
    background-color: white !important;
    padding: 1rem !important;
}

.tribe-tickets__commerce-checkout-cart {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tribe-tickets__commerce-checkout-header-link-back-to-event {
    display: none !important;
}

.tribe-tickets__notice {
    background-color: #fceff1 !important;
}

.event-tickets .tec-tickets-commerce-checkout-cart__coupons .tec-tickets-commerce-checkout-cart__coupons-add-link, .tribe-common .tec-tickets-commerce-checkout-cart__coupons .tec-tickets-commerce-checkout-cart__coupons-add-link {
    color: var(--text) !important;
    font-weight: 600;
    text-decoration: underline;
}

.tec-tickets-commerce-checkout-cart__coupons {
    padding-top: 0 !important;
}

.event-tickets .tribe-tickets__commerce-checkout-stripe-card-element--compact {
    margin-bottom: 0 !important;
}

.event-tickets .tribe-tickets__commerce-checkout-cart, .tribe-common .tribe-tickets__commerce-checkout-cart {
    margin: 1rem 0 !important;
}

.event-tickets .tribe-tickets__commerce-checkout-stripe-card-element--compact {
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius) !important;
    background-color: white !important;
}

.event-tickets .tribe-tickets__tickets-form {
    max-width: 100% !important;
}

.tribe-common-h4.tribe-common-h--alt.tribe-tickets__tickets-title {
    margin-top: 0 !important;
}

.event-single {
    max-width: none !important;
    padding: 0 !important;
}

.event-tickets .tribe-tickets__commerce-order {
    max-width: none !important;
}

.tribe-link-view-attendee {
    display: none !important;
}

.event-tickets .tribe-tickets__tickets-form {
    border-width: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.event-tickets .tribe-tickets__tickets-item {
    border-radius: var(--radius) !important;
    background-color: white !important;
    border: 1px solid var(--color-border) !important;
    padding: 1rem !important;
}

.event-tickets .tribe-common-h4 {
    text-align: left !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-toggle, .tribe-common .tribe-tickets__commerce-checkout-cart-item-details-toggle {
    display: none !important;
}

.tribe-common-b2.tribe-tickets__form.tec-tickets-commerce-checkout-cart__coupons {
    display: none !important;
}

.tribe-tickets__commerce-checkout-cart-footer-total, .tribe-tickets__commerce-checkout-cart-footer-quantity {
    margin-top: 0 !important;
}

.event-tickets .tribe-tickets__tickets-item-details-content, .event-tickets .tribe-tickets__tickets-item-extra-available {
    margin-bottom: 0 !important;
}

.tribe-tickets__commerce-checkout-cart-header {
    display: none !important;
}

.tribe-common-b2[role="alert"] {
    color: #e75252 !important;
    margin-top: 0.5rem;
}

.tribe-tickets__notice.tribe-tickets__notice--error.tribe-tickets__commerce-checkout-notice {
    background-color: #e75252 !important;
    padding-left: 1.5rem !important;
}

.tribe-tickets__notice.tribe-tickets__notice--error.tribe-tickets__commerce-checkout-notice div {
    color: white !important;
    line-height: normal;
}

.tribe-tickets__notice.tribe-tickets__notice--error.tribe-tickets__commerce-checkout-notice::before {
    display: none;
}

.tribe-common-c-btn {
    background-color: var(--color) !important;
}

.tribe-common-c-btn:hover {
    background-color: var(--color-dark) !important;
}

.tribe-tickets__commerce-checkout {
    position: initial !important;
}

.tribe-tickets-loader__dots.tribe-common-c-loader {
    z-index: 5 !important;
}

.order-success h3 {
    margin-bottom: 0.5rem;
}

#tribe-tickets__tickets-form {
    position: initial !important;
}