/* === GLOBAL / BASE === */
body,
.site-header,
.wc-blocks-components-select .wc-blocks-components-select__container {
    background: #F9F3EE !important;
    font-weight: 400;
}

/* === HEADER === */
.header-bottom,
.header-main {
    border: 0;
}

header .current {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background-color: #F9F3EE;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

header .current svg {
    width: 10px;
    height: 7px;
    top: -1px;
    position: relative;
}

.header-currency,
.header-language {
    display: flex;
    gap: 4px;
    background-color: #E8E0D3;
    padding: 4px;
    border-radius: 8px;
}

.header-currency .woocs-flag {
    display: none;
}

.header-language {
    margin-left: -30px;
    border-radius: 0 8px 8px 0;
}

/* === CHECKOUT / SHIPPING === */
#shipping-country {
    padding-bottom: 0;
}

#easypack_block_type_geowidget {
    min-width: 250px;
    color: black;
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: 14px !important;
    box-shadow: none !important;
    font-weight: 400;
}

.wc-block-components-checkout-place-order-button {
    height: 42px !important;
}

/* === WPML LANGUAGE SWITCHER === */
/* Wrapper */
.wpml-ls-statics-footer.wpml-ls {
    display: flex;
    justify-items: center;
    width: 100%;
    align-content: center;
    flex-direction: row;
    justify-content: center;
}

.wpml-ls-statics-footer.wpml-ls>ul {
    display: inline-flex;
    background-color: #E8E0D3;
    padding: 4px;
    border-radius: 8px;
    margin: 0 auto;
    align-self: center;
}

/* List Reset */
.wpml-ls-statics-footer ul {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Links / Buttons */
.wpml-ls-statics-footer .wpml-ls-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #E8E0D3 !important;
    color: #3f3a36;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.wpml-ls-link:hover {
    background-color: #ffffff;
    transform: translateY(-1px);
}

/* Active / Current Language */
.wpml-ls-current-language .wpml-ls-link {
    background-color: #F9F3EE !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

/* Flag */
.wpml-ls-flag {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
}

/* Hide Description (English, German etc.) */
.wpml-ls-display {
    display: none;
}

/* === COMPONENTS === */
.glozin-button-text {
    position: relative;
    top: 2px;
}

#mobile-menu-panel .panel__header {
    background-color: #F9F3EE !important;
    color: #3f3a36;
}

#mobile-menu-panel .panel__header a {
    color: #3f3a36 !important;
}

#mobile-menu-panel .mobile-menu {
    margin-bottom: 12px;
}

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

    .header-logo>a img,
    .header-logo>a svg {
        height: 80px;
    }
}


@media screen and (min-width: 767px) {
    #menu-footer {
        flex-direction: row;
        gap: 32px !important;
    }
}