html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

body {
    font-size: 16px;
    font-weight: 300;
}

strong {
    font-weight: bold !important;
}

address {
    font-style: normal;
}

mark {
    background: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
select,
textarea {
    font-family: 'HalisGR', sans-serif;
    color: #000000;
    letter-spacing: 0.45px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}

select {
    font-size: 1em;
    -webkit-appearance: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    font-size: 1em;
    font-weight: 300;
    padding: 1em;
    width: calc(100% - 2em);
}

p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
}

h1 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.1;
}

h2 {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.1;
}

h3 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.1;
}

h4 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.1;
}

a:focus-visible {
    outline: 3px solid #0d0dff;
    outline-offset: 2px;
    border-radius: 3px;
}

.nbk-skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white;
    opacity: 0;
}

.nbk-skip-link:focus {
    left: 10% !important;
    top: 10px !important;
    transform: translateX(-50%);
    opacity: 1;
}

.nbk-reset-wp-widgets li {
    display: block;
}

.nbk-main,
#primary {
    min-height: calc(50vh - 100px);
}

.nbk-main,
#primary {
    transition: 0.5s;
    opacity: 1;
}
.nbk-ajax-loading .nbk-main,
.nbk-ajax-loading #primary {
    opacity: 0.2 !important;
}

.nbk-main {
    overflow-x: hidden;
}


.nbk-d-none {
    opacity: 0;
    pointer-events: none;
}


/* ---- LAYOUT ---- */
.nbk-layout-content {
    max-width: 1200px;
    margin: 0 auto;
}

.nbk-layout-tight-content {
    max-width: 900px;
    margin: 0 auto;
}



/* ---- WP CONTENT ---- */
.nbk-wp-content p {
    margin-bottom: 1em;
}



/* ---- HEADER ---- */
.nbk-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
    -webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0);
    box-shadow: 0px 0px 17px 5px rgba(0,0,0,0);
    transition: 0.2s;
}

.nbk-has-shadow-header .nbk-main-header {
    -webkit-box-shadow: 0px 0px 73px 50px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 73px 50px rgba(0,0,0,0.08);
}

.nbk-nav-modal-open .nbk-main-header {
    -webkit-box-shadow: 0px 0px 73px 50px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px 73px 50px rgba(0,0,0,0) !important;
}

.nbk-main-header-spacer {
    height: 92px;
}

.nbk-nav-modal-open .nbk-main-header {
    background-color: transparent;
}

.nbk-main-header .nbk-logo-container {
    position: relative;
    height: 60px;
    z-index: 12;
}

.nbk-main-header .nbk-logo-container img {
    width: 121px;
    height: 121px;
}

.nbk-main-header .nbk-header-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 2em;
}

.nbk-main-header .nbk-navigation-and-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nbk-main-header .nbk-navigation-and-actions .nbk-navigation-top {
    display: flex;
    justify-content: center;
}

.nbk-main-header .nbk-navigation-and-actions .nbk-navigation-top .nbk-desktop-navigation {
    margin-right: 2em;
}

.nbk-main-header .nbk-hamburger-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 35px;
    height: 25px;
    cursor: pointer;
}

.nbk-main-header .nbk-hamburger-container .nbk-hamburger-line {
    position: relative;
    top: 0;
    background-color: #5C5C5C;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    transform: rotate(0deg);
    opacity: 1;
    transition: 0.5s;
}

.nbk-nav-modal-open .nbk-main-header .nbk-hamburger-container {
    position: relative;
    z-index: 12;
}

.nbk-nav-modal-open .nbk-main-header .nbk-hamburger-container .nbk-hamburger-line {
    background-color: #fff;
}

.nbk-nav-modal-open .nbk-main-header .nbk-hamburger-container .nbk-hamburger-line:nth-child(1) {
    transform: rotate(45deg);
    top: 10.5px;
}

.nbk-nav-modal-open .nbk-main-header .nbk-hamburger-container .nbk-hamburger-line:nth-child(2) {
    width: 0%;
}

.nbk-nav-modal-open .nbk-main-header .nbk-hamburger-container .nbk-hamburger-line:nth-child(3) {
    transform: rotate(-45deg);
    top: -10.5px;
}

.nbk-main-header .nbk-navigation-and-actions .nbk-navigation-bottom {
    position: absolute;
    top: 5em;
    right: 0px;
    background-color: #fff;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px 0px 150px 150px;
    z-index: 1;
    transition: 0.4s;
}

.nbk-nav-modal-open .nbk-main-header .nbk-navigation-and-actions .nbk-navigation-bottom {
    background-color: transparent;
}

.nbk-main-header .nbk-navigation ul {
    display: flex;
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.nbk-nav-modal-open .nbk-main-header .nbk-navigation ul {
    display: none;
}

.nbk-main-header .nbk-navigation ul li {
    display: block;
    margin: 0em 0.5em;
}

.nbk-main-header .nbk-navigation ul li a  {
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #5C5C5C;
    margin-bottom: 5px;
    transition: 0.5s;
}
.nbk-main-header .nbk-navigation ul li a:hover {
    color: #D71D23;
    opacity: 1;
}

.nbk-main-header .nbk-navigation.nbk-desktop-navigation .sub-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    background-color: #d40f13;
    margin-left: -16px;
    border-radius: 20px;
    padding: 20px;
}

.nbk-main-header .nbk-navigation.nbk-desktop-navigation .nbk-sub-menu-visible .sub-menu {
    display: flex !important;
}

.nbk-main-header .nbk-navigation.nbk-desktop-navigation .sub-menu li {
    margin-bottom: 0.5em;
}

.nbk-main-header .nbk-navigation.nbk-desktop-navigation .sub-menu li a {
    text-transform: none;
    color: white;
}

.nbk-mini-cart {
    display: flex;
    position: relative;
    z-index: 12;
    max-height: 40px;
}

.nbk-mini-cart .nbk-cart-container {
    margin-right: 1em;
}

.nbk-nav-modal-open .nbk-main-header .nbk-mini-cart {
    position: relative;
    z-index: 12;
}

.nbk-nav-modal-open .nbk-main-header .nbk-mini-cart .nbk-cart-container {
    background-color: white;
}

.nbk-nav-modal-open .nbk-main-header .nbk-mini-cart  .nbk-cart-container span {
    color: #D30F14;
}

.nbk-nav-modal-open .nbk-main-header .nbk-mini-cart .nbk-myaccount-icon-container circle:nth-child(2) {
    fill: #fff;
}

.nbk-nav-modal-open .nbk-main-header .nbk-mini-cart .nbk-myaccount-icon-container circle:nth-child(3) {
    fill: #D30F14;
}

.nbk-nav-modal-open .nbk-main-header .nbk-mini-cart .nbk-myaccount-icon-container path {
    fill: #fff;
}

.nbk-nav-modal-open .nbk-main-header .nbk-mini-cart .nbk-cart-icon-container path {
    fill: #D30F14;
}

.nbk-mini-cart .nbk-cart-container {
    background-color: #D30F14;
    display: flex;
    align-items: center;
    padding: 0.5em 1.5em;
    border-radius: 100px;
    text-decoration: none;
    height: fit-content;
    transition: 0.5s;
}

.nbk-mini-cart .nbk-cart-container .nbk-cart-totals-container {
    margin-right: 0.5em;
}

.nbk-mini-cart .nbk-cart-container:hover {
    background-color: #AC161B;
}

.nbk-mini-cart .nbk-cart-container span {
    color: #fff;
    text-decoration: none;
}

.nbk-mini-cart .nbk-cart-amount-mobile {
    display: none;
}

.nbk-mini-cart.nbk-empty .nbk-cart-amount {
    display: none;
}

.nbk-mini-cart .nbk-cart-amount-container {
    display: flex;
    align-items: center;
}

.nbk-mini-cart .nbk-myaccount-icon-container {
    display: flex;
}

.nbk-mini-cart .nbk-cart-amount-container .nbk-cart-icon-container {
    display: flex;
    margin-right: 0.4em;
}



/* -- FULL SCREEN MODAL -- */
.nbk-navigation-hello-item.nbk-mobile {
    display: none;
}

.nbk-navigation-hello-item.nbk-desktop {
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 1em;
}

.nbk-nav-modal-open {
    height: 100vh;
    overflow: hidden;
}

.nbk-fs-navigation-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #d40f13;
}

.nbk-nav-modal-open .nbk-fs-navigation-modal {
    display: flex;
}

.nbk-fs-navigation-modal .nbk-layout-content {
    width: 100%;
}

.nbk-fs-navigation-modal .nbk-desktop-navigation-container {
    display: flex;
    justify-content: space-between;
}

.nbk-fs-navigation-modal li {
    display: block;
    margin-bottom: 1em;
}

.nbk-fs-navigation-modal li a {
    color: #fff;
    opacity: 1;
    transition: 0.5s;
    text-decoration: none;
}
.nbk-fs-navigation-modal li a:hover {
    opacity: 0.7;
}

.nbk-fs-navigation-modal .nbk-nav-main li a {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}

.nbk-fs-navigation-modal li.nbk-swk-teaser a {
    font-size: 1.05em;
    background-color: #BB9451;
    padding: 1em;
    display: inline-block;
    border-radius: 5px;
}
.nbk-fs-navigation-modal li.nbk-swk-teaser a:hover {
    opacity: 1;
}

.nbk-fs-navigation-modal .nbk-nav-shop .sub-menu {
    background-color: rgba(0,0,0,0.08);
    padding: 2em 1.5em;
    border-radius: 1.5em;
    margin-top: 1em;
}

.nbk-fs-navigation-modal .nbk-nav-shop li a {
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
}

.nbk-fs-navigation-modal .nbk-nav-shop .sub-menu a {
    text-transform: none;
    font-weight: 400;
}

.nbk-fs-navigation-modal .nbk-nav-shop .sub-menu a::before {
    content: '';
    background-image: url(/wp-content/themes/naber-kaffee/assets/icons/nav-arrow-right.svg);
    height: 0.6em;
    width: 1em;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

.nbk-fs-navigation-modal .nbk-nav-compliance .nbk-navigation-naber-title {
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.nbk-fs-navigation-modal .nbk-nav-compliance .nbk-navigation-naber-title * {
    color: #fff;
    text-decoration: none;
}

.nbk-fs-navigation-modal .nbk-nav-compliance li a {
    font-size: 1.1em;
    text-transform: uppercase;
}

.nbk-mobile-language-switcher {
    display: none;
}


/* ---- FOOTER ---- */
.nbk-footer .nbk-payment-methods {
    padding-top: 4em;
    padding-bottom: 3em;
    max-width: 900px;
    margin: 0 auto;
}

.nbk-footer .nbk-navigation {
    padding-bottom: 4em;
}

.nbk-footer .nbk-navigation .menu {
    display: flex;
    margin-left: -1em;
    margin-right: -1em;
    flex-wrap: wrap;
    justify-content: center;
}

.nbk-footer .nbk-navigation .menu li {
    display: block;
    margin: 0em 1em;
}

.nbk-footer .nbk-navigation .menu li a {
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.nbk-footer .nbk-navigation .menu li a:hover {
    color: #D30F14;
}

.nbk-footer .nbk-navigation .menu li:before {
    content: '|';
    margin-right: 1em;
}

.nbk-footer .nbk-navigation .menu li:first-child:before {
    display: none;
}

.nbk-footer .nbk-social {
    padding-bottom: 3em;
    max-width: 200px;
    margin: 0 auto;
}

.nbk-footer .nbk-social img {
    height: 25px;
    width: 25px;
}



/* -- FIXED NAVIGATION -- */
.nbk-fixed-nav {
    position: absolute;
    top: 30vh;
    left: -2.8em;
    z-index: 7;
    transform: rotate(-90deg);
}

.nbk-wc-is-cart-page .nbk-fixed-nav,
.nbk-wc-is-checkout-page .nbk-fixed-nav,
.nbk-wc-is-account-page .nbk-fixed-nav {
    display: none;
}

.nbk-fixed-nav li {
    display: block;
    padding: 0.5em 1em;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 29px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 29px 5px rgba(0,0,0,0.07);
}

.nbk-fixed-nav li a:after {
    content: '+';
    font-size: 2.2em;
    margin-left: 0.5em;
}

.nbk-fixed-nav a {
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}



/* ---- FRONT PAGE ---- */
.nbk-is-front-page .nbk-block-hero-intro .nbk-button-container .nbk-button {
    background-color: #D71D23;
    border: #D71D23;
    color: #fff;
}
.nbk-is-front-page .nbk-block-hero-intro .nbk-button-container .nbk-button:hover {
    background-color: #AC161B;
}

.nbk-has-negative-header .nbk-main-header {
    background-color: transparent;
}

.nbk-has-negative-header .nbk-main-header .nbk-navigation-and-actions .nbk-navigation-bottom {
    background-color: transparent;
}

.nbk-is-front-page .nbk-main {
    margin-top: -95px;
}

.nbk-has-negative-header .nbk-main-header .nbk-navigation ul li a {
    color: #fff;
    opacity: 1;
    transition: 0.5s;
}
.nbk-has-negative-header .nbk-main-header .nbk-navigation ul li a:hover {
    opacity: 0.7;
}

.nbk-main-header .nbk-navigation ul li.nbk-contact-item a {
    position: relative;
    top: -0.35em;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.10);
    font-size: 0.9em;
    padding: 0.5em 1em;
}

.nbk-main-header .nbk-navigation ul .current-menu-item a {
    color: #D71D23;
}
.nbk-main-header .nbk-navigation ul li.nbk-contact-item.current-menu-item a {
    color: #5C5C5C;
}

.nbk-has-negative-header .nbk-main-header .nbk-navigation ul li.nbk-contact-item a {
    background: rgba(255, 255, 255, 0.10);
}

.nbk-main-header .nbk-navigation ul li.lang-item a {
    font-size: 0.9em;
    border: solid 2px #5C5C5C;
    padding: 3px 10px;
    border-radius: 18px;
    display: flex;
    line-height: unset;
    position: relative;
    top: -3px;
}

.nbk-has-negative-header .nbk-main-header .nbk-navigation ul li.lang-item a {
    border: solid 2px #fff;
}

.nbk-has-negative-header .nbk-main-header .nbk-hamburger-container .nbk-hamburger-line {
    background-color: #fff;
}

.nbk-is-front-page .nbk-block-3-columns-teaser-column {
    position: relative;
    top: -40px;
}



/* ---- POSTS PAGE ---- */
.nbk-posts-overview-header {
    background-size: cover;
    background-position: center;
}

.nbk-posts-overview-header-layer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background-color: rgba(0,0,0,0.2);
}

.nbk-posts-overview-header .nbk-title {
    font-size: 2.8em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.nbk-posts-overview-header .nbk-subtitle {
    font-size: 5em;
    color: #fff;
    text-align: center;
}

.nbk-pagination-container {
    text-align: center;
}

.nbk-post-cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
    row-gap: 2em;
    margin-top: 4em;
    margin-bottom: 4em;
}

.nbk-post-cards .nbk-post-card {
    width: calc(33.33% - 1em);
    max-width: calc(33.33% - 1em);
    margin: 0em 0.5em;
}

.nbk-post-card a {
    text-decoration: none;
}

.nbk-post-card .nbk-thumbnail-image-container {
    width: 100%;
    margin-bottom: 1em;
    height: 250px;
    background-color: #F6F6F8;
}

.nbk-post-card .nbk-thumbnail-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nbk-post-card .nbk-post-title {
    font-weight: 700;
    color: #D71D23;
    margin-bottom: 0.5em;
}

.nbk-post-card .nbk-post-date {
    margin-bottom: 0.5em;
}

.nbk-post-card .nbk-excerpt-container {
    margin-bottom: 1.5em;
}

.nbk-post-card .nbk-read-more-container {
    display: block;
    background-color: #D71D23;
    color: #fff;
    border-radius: 3em;
    padding: 0.7em 1.9em;
    border: #D71D23;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: 0.5s;
}

.nbk-post-card .nbk-read-more-container:hover {
    background-color: #AC161B;
}



/* ---- SINGLE POST ---- */
.nbk-single-post-header {
    background-size: cover;
    background-position: center;
    max-width: 1180px;
    margin: 0 auto;
}

.nbk-single-post-header-layer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    background-color: rgba(0,0,0,0.5);
}

.nbk-single-post-header .nbk-title {
    font-size: 2.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.nbk-single-post-date-container .nbk-single-post-date {
    position: relative;
    top: -1.5em;
    display: inline-block;
    padding: 1em 1.5em;
    background-color: #d31014;
    color: #fff;
    font-weight: 800;
    border-radius: 0.5em;
    margin-bottom: -1.5em;
    font-size: 0.9em;
}

.nbk-single-post-content {
    margin-top: 4em;
    margin-bottom: 4em;
}

.nbk-single-post-related-posts {
    padding-top: 4em;
    padding-bottom: 4em;
}

.nbk-single-post-related-posts h2 {
    text-align: center;
    margin-bottom: 1em;
}

.nbk-single-post-related-posts-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
}

.nbk-single-post-related-posts-grid .nbk-post-card {
    width: calc(33.33% - 2em);
    margin: 1em;
}

.nbk-single-post-share {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.nbk-single-post-share a {
    margin: 1em;
}

.nbk-single-post-share .nbk-single-post-share-icon {
    height: 30px;
    width: 30px;
}


/* ---- POST TYPE | LEGAL ---- */
.nbk-p-type-legal .nbk-fixed-nav {
    display: none;
}

.nbk-p-type-legal .nbk-main {
    margin-top: 100px;
}

.nbk-p-type-legal .nbk-main h1 {
    margin-bottom: 40px;
}



/* ---- WOOCOMMERCE ---- */
form.cart .button,
.nbk-wc-tabs-container #review_form_wrapper input[type=submit],
.woocommerce-button,
.woocommerce-Button,
.woocommerce-address-fields .button,
.checkout-button,
#place_order {
    display: block;
    background-color: #D71D23;
    color: #fff;
    border-radius: 3em;
    padding: 0.85em 1.9em;
    border: #D71D23;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: 0.5s;
}

form.cart .button:hover,
.nbk-wc-tabs-container #review_form_wrapper input[type=submit]:hover,
.woocommerce-button:hover,
.woocommerce-Button:hover,
.woocommerce-address-fields .button:hover,
.checkout-button:hover,
#place_order:hover {
    background-color: #AC161B;
}

.woocommerce-Input,
.input-text {
    padding: 1em;
    width: calc(100% - 2em);
    border-radius: 0px;
    border: solid 1px #000;
    background: transparent;
    font-size: 1em;
}

.woocommerce-form-row,
.form-row {
    display: flex;
    flex-direction: column;
}

.woocommerce-form-row label,
.form-row label {
    margin-bottom: 0.5em;
}

.woocommerce-form .woocommerce-form-row {
    margin-bottom: 1em;
}

.woocommerce-notices-wrapper li {
    display: block;
    margin-bottom: 1em;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #000;
    border-radius: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #D30F14;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.13em;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.13em;
}

.address-field .screen-reader-text {
    clip: auto;
    -webkit-clip-path: unset;
    clip-path: unset;
    height: auto;
    margin: 0px;
    overflow: visible;
    position: relative !important;
    width: auto;
    margin-bottom: 0.5em;
}

.blockOverlay {
    background-color: rgba(246, 246, 248) !important;
}



/* ---- SHORTCODE | CONTACT FORM ---- */
.nbk-contact-form--is-ski .nbk-contact-form-type {
    display: none;
}

.nbk-contact-form-flex-container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
    row-gap: 2em;
}

.nbk-contact-form--is-ski .nbk-contact-form-flex-container {
    display: block;
    margin: 0;
}


.nbk-contact-form-type {
    display: flex;
    justify-content: center;
    margin-left: -0.5em;
    margin-right: -0.5em;
    row-gap: 1em;
    margin-bottom: 3em;
}

.nbk-contact-form-type-item {
    display: inline-block;
    text-decoration: none;
    padding: 0.8em 1em;
    border: solid 1px #3d6c8a;
    color: #3d6c8a;
    border-radius: 10px;
    cursor: pointer;
    margin: 0em 0.5em;
}

.nbk-contact-form-type-item span {
    color: inherit;
}

.nbk-cf-type-corporate .nbk-contact-form-type-item.nbk-cf-type-corporate,
.nbk-cf-type-private .nbk-contact-form-type-item.nbk-cf-type-private {
    background: #3d6c8a;
    color: #fff;
}

.nbk-contact-form-flex-container .nbk-contact-form-textarea-container {
    margin-left: 2em;
}

.nbk-contact-form--is-ski .nbk-contact-form-textarea-container {
    margin: 1em -0.5em 0 -0.5em;
}

.nbk-contact-form-flex-container .nbk-contact-form-input-container,
.nbk-contact-form-flex-container .nbk-contact-form-textarea-container,
.nbk-contact-form-flex-container .nbk-contact-form-checkbox-container {
    flex: 1;
}

.nbk-contact-form-flex-container .nbk-contact-form-input-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
    row-gap: 1em;
}

.nbk-contact-form-flex-container .nbk-contact-form-input-container input {
    padding: 1em 1.5em;
    width: calc(50% - 4em);
    margin: 0em 0.5em;
    border-radius: 20px;
    border: none;
    background-color: #F6F6F8;
}

.nbk-contact-form-flex-container .nbk-contact-form-input-container input::-ms-input-placeholder,
.nbk-contact-form-flex-container .nbk-contact-form-textarea-container textarea::-ms-input-placeholder,
.nbk-contact-form-flex-container .nbk-contact-form-textarea-container textarea::placeholder {
    color: #3D6C8A;
}

.nbk-contact-form-flex-container .nbk-contact-form-textarea-container textarea {
    padding: 1em 1.5em;
    width: calc(100% - 3em);
    border-radius: 20px;
    border: none;
    background-color: #F6F6F8;
    height: calc(100% - 2em);
    min-height: 200px;
}

.nbk-contact-form-flex-container .nbk-contact-form-checkbox-container {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    flex: 1;
    max-width: 50%;
    margin-top: 1em;
}

.nbk-security-quiz-container input {
    padding: 1em 1.5em;
    width: 50px;
    margin: 0em 0.5em;
    border-radius: 20px;
    border: none;
    background-color: #F6F6F8;
}

.nbk-security-quiz-container img {
    height: 24px;
    position: relative;
    top: 8px;
}

.nbk-contact-form .nbk-contact-form-submit-container {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.nbk-contact-form .nbk-contact-form-submit-container button {
    padding: 1em 1.5em;
    font-weight: bold;
    background-color: #3D6C8A;
    color: white;
    border-radius: 30px;
    border: none;
    font-size: 1em;
    cursor: pointer;
}



/* ---- SHORTCODE | NEWSLETTER FORM ---- */
.nbk-newsletter-form-input-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
    row-gap: 1em;
    gap: 1em;
    margin-bottom: 1em;
}

.nbk-newsletter-form-input-container input {
    padding: 1em 1.5em;
    width: calc(50% - 4.5em);
    margin: 0em 0.5em;
    border-radius: 20px;
    border: none;
    background-color: #fff;
}

.nbk-newsletter-form-submit-container {
    display: flex;
    justify-content: center;
}

.nbk-newsletter-form-submit-container button {
    background-color: #D71D23;
    color: #fff;
    border-radius: 3em;
    padding: 0.85em 1.9em;
    border: #D71D23;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 2em;
    text-transform: uppercase;
}



/* ---- 404 ---- */
.nbk-404 {
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAF5F3;
}

.nbk-404 * {
    text-align: center;
}

.nbk-404 h1 {
    color: #5C5C5C;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}




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

    body {
        font-size: 15px;
    }

    .nbk-layout-content {
        max-width: none;
        margin: unset;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* -- HEADER -- */
    .nbk-main-header .nbk-navigation-and-actions .nbk-navigation-bottom {
        margin-right: 0px;
    }


    /* -- HOME PAGE -- */
    .nbk-is-front-page .nbk-block-3-columns-teaser-column {
        margin-top: 0px;
    }

    /* ---- POSTS PAGE ---- */
    .nbk-posts-overview-header .nbk-subtitle {
        font-size: 2.6em;
    }


}




@media screen and (max-width: 940px)  {
    .nbk-layout-tight-content {
        max-width: none;
        margin: unset;
        padding-left: 20px;
        padding-right: 20px;
    }


    /* -- POSTS PAGE -- */
    .nbk-post-cards .nbk-post-card {
        width: calc(50% - 0.8em);
        max-width: calc(50% - 0.8em);
    }


    /* -- SHORTCODE | CONTACT FORM -- */
    .nbk-contact-form-flex-container .nbk-contact-form-input-container,
    .nbk-contact-form-flex-container .nbk-contact-form-textarea-container,
    .nbk-contact-form-flex-container .nbk-contact-form-checkbox-container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        flex: none;
    }
    .nbk-contact-form-flex-container {
        margin-left: 0em;
        margin-right: 0em;
    }
    .nbk-contact-form-flex-container .nbk-contact-form-textarea-container {
        margin-left: 0em;
    }
    .nbk-contact-form-flex-container .nbk-contact-form-input-container input {
        width: calc(100% - 3em);
        margin-left: 0em;
        margin-right: 0em;
    }

    /* ---- SHORTCODE | NEWSLETTER FORM ---- */
    .nbk-newsletter-form-input-container input {
        width: calc(100% - 3.5em);
        max-width: 100%;
    }


}



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

    body {
        font-size: 14.5px;
    }

    /* -- HEADER -- */
    .nbk-main-header-spacer {
        height: 74px;
    }
    .nbk-navigation-hello-item.nbk-desktop {
        display: none;
    }
    .nbk-navigation-hello-item.nbk-mobile {
        font-size: 1.3em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        display: block;
        margin-bottom: 1em;
    }
    .nbk-main-header .nbk-header-inner {
        padding-top: 1em;
    }
    .nbk-main-header .nbk-navigation.nbk-desktop-navigation {
        display: none;
    }
    .nbk-main-header .nbk-navigation-and-actions {
        flex-direction: row-reverse;
        align-items: center;
        padding-bottom: 1em;
    }
    .nbk-main-header .nbk-mini-cart .nbk-myaccount-icon-container {
        display: none;
    }
    .nbk-nav-modal-open .nbk-main-header .nbk-mini-cart .nbk-myaccount-icon-container {
        display: flex !important;
    }
    .nbk-main-header .nbk-navigation-and-actions .nbk-navigation-bottom {
        position: relative;
        margin-top: 0em;
        background-color: transparent;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        top: 0px;
    }
    .nbk-main-header .nbk-logo-container img {
        height: 75px;
        width: 75px;
    }
    .nbk-nav-modal-open .nbk-main-header .nbk-logo-container img {
        display: none;
    }
    .nbk-nav-modal-open .nbk-main-header {
        background: rgb(212,15,19);
        background: -moz-linear-gradient(0deg, rgba(212,15,19,0) 0%, rgba(212,15,19,0.5144651610644257) 23%, rgba(212,15,19,0.9878545168067226) 81%);
        background: -webkit-linear-gradient(0deg, rgba(212,15,19,0) 0%, rgba(212,15,19,0.5144651610644257) 23%, rgba(212,15,19,0.9878545168067226) 81%);
        background: linear-gradient(0deg, rgba(212,15,19,0) 0%, rgba(212,15,19,0.5144651610644257) 23%, rgba(212,15,19,0.9878545168067226) 81%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d40f13",endColorstr="#d40f13",GradientType=1);
    }
    .nbk-fs-navigation-modal {
        overflow: scroll;
        align-items: unset;
    }
    .nbk-fs-navigation-modal .nbk-desktop-navigation-container {
        flex-direction: column;
    }
    .nbk-fs-navigation-modal .nbk-navigation {
        margin-bottom: 1.5em;
    }
    .nbk-fs-navigation-modal .nbk-navigation.nbk-nav-shop {
        order: 1;
        margin-top: 10em;
    }
    .nbk-fs-navigation-modal .nbk-navigation.nbk-nav-main {
        order: 2;
    }
    .nbk-fs-navigation-modal .nbk-navigation.nbk-nav-compliance {
        order: 3;
        margin-bottom: 8em;
    }
    .nbk-nav-modal-open .nbk-mobile-language-switcher {
        position: fixed;
        top: 17px;
        left: 15px;
        display: block;
        z-index: 1000;
    }
    .nbk-mobile-language-switcher li {
        display: block;
    }
    .nbk-mobile-language-switcher li a {
        text-decoration: none;
        display: inline-block;
        padding: 8px 13px;
        padding-top: 9px;
        border: solid 1px #fff;
        color: #fff;
        line-height: unset;
        border-radius: 20px;
        background-color: #d40f14;
    }


    /* -- SINGLE POST -- */
    .nbk-single-post-related-posts-grid {
        margin-left: 0em;
        margin-right: 0em;
    }

    .nbk-single-post-related-posts-grid .nbk-post-card {
        width: 100%;
        margin: 0em;
        margin-bottom: 2em;
    }


    /* -- FOOTER -- */
    .nbk-footer .nbk-payment-methods .wp-block-group {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nbk-footer .nbk-payment-methods .wp-block-group img{
        transform: scale(0.8);
    }
    .nbk-footer .nbk-navigation .menu {
        margin-left: -1em;
        margin-right: -1em;
        row-gap: 1em;
    }
    .nbk-footer .nbk-navigation .menu li {
        margin: 0em 1em;
    }
    .nbk-footer .nbk-navigation .menu li:before {
        display: none;
    }

}




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

    /* -- FIXED NAV -- */
    .nbk-fixed-nav {
        left: -3.21em;
    }
    .nbk-fixed-nav li {
        padding: 0em 1em;
    }


    /* -- POSTS PAGE -- */
    body.blog .nbk-fixed-nav {
        display: none;
    }
    .nbk-posts-overview-header-layer {
        height: 50vh;
    }
    .nbk-posts-overview-header .nbk-title {
        font-size: 2.2em;
    }
    .nbk-post-cards .nbk-post-card {
        width: 100%;
        max-width: 100%;
    }


    /* -- SINGLE PAGE -- */
    body.single-post .nbk-fixed-nav {
        display: none;
    }
    .nbk-single-post-header-layer {
        height: 400px;
    }

}



@media screen and (max-width: 450px)  {
    /* -- HEADER -- */
    .nbk-main-header .nbk-navigation-and-actions .nbk-navigation-bottom {
        padding-right: 15px;
    }
}



@media screen and (max-width: 350px)  {
    /* -- HEADER -- */
    .nbk-mini-cart .nbk-cart-container .nbk-cart-totals-container {
        display: none;
    }
}



@media screen and (min-width: 800px) and (max-height: 700px) {
    /* -- HEADER -- */
    .nbk-fs-navigation-modal {
        overflow-y: scroll;
        align-items: unset;
    }
    .nbk-fs-navigation-modal .nbk-desktop-navigation-container {
        margin-top: 230px;
    }
}


@media screen and (min-width: 1240px) {
    .nbk-main-header .nbk-navigation-and-actions .nbk-navigation-bottom {
        right: calc(50vw - 610px);
    }
}


/* -- WITHDRAWAL REQUEST -- */
.nbk-footer .wcoc-withdrawal-request-btn {
    display: block;
    margin: 0 auto 60px auto;
    max-width: 180px;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    background: #000000;
    color: #ffffff;
    border-radius: 20px;
}
.woocommerce-order-details .wcoc-withdrawal-request-btn {
    display: block;
    margin-top: 20px;
    max-width: 180px;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    background: #000000;
    color: #ffffff;
    border-radius: 20px;
}
.woocommerce-orders-table__cell-order-actions .wcoc-withdrawal-request-btn {
    display: block;
    color: #D71D23;
    background-color: #fff;
    border-radius: 3em;
    padding: 0.4em 1em;
    border: solid 1px #D71D23;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
}
@media (min-width: 1240px) {
    .wcoc-withdrawal-request-modal__inner {
        border-radius: 20px;
    }
}
.wcoc-withdrawal-request__field input,
.wcoc-withdrawal-request__field textarea {
    border-radius: 20px;
    border: none;
    background-color: #F6F6F8;
    border: solid 1px rgba(0,0,0,0.075)
}
.wcoc-withdrawal-request__field textarea {
    width: calc(100% - 2em);
}
.wcoc-withdrawal-request button[type="submit"] {
    padding: 12px 30px;
    border-radius: 20px;
    border: none;
}