:root {
  --hu-theme-color-white: #ffffff;
  --hu-theme-color-black: #000000;

  --hu-theme-color-light-grey: #ebebec;
  --hu-theme-color-mid-grey: #767676;
  --hu-theme-color-dark-grey: #292929;

  --hu-theme-color-primary: var(--hu-theme-color-black);
  --hu-theme-color-secondary: var(--hu-theme-color-white);

  --hu-theme-color-menu-background: var(--hu-theme-color-black);
  --hu-theme-color-border-divider: #ddd;
}

#cart__itemcount {
    display: inline-block;
    border-radius: 50%;
}

.bg-hu-primary { background-color: var(--hu-theme-color-primary); }
.bg-hu-secondary { background-color: var(--hu-theme-color-secondary); }
.bg-hu-body-background { background-color: var(--hu-theme-color-black); }
.text-hu-primary { color: var(--hu-theme-color-primary); }
.text-hu-secondary { color: var(--hu-theme-color-secondary); }

.container-flex {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-flex.container-flex--centered {
    justify-content: center;
    align-items: center;
}
.container-flex.container-flex--relative {
    position: relative;
}

@media (min-width: 1150px) {
    .container-flex.container-flex--relative.container-flex--desktop--relative {
        position: relative;
    }
}

@media (min-width: 1400px) {
    .hidden--large-desktop { display: none !important; }
}

@media (max-width: 1399px) {
    .hidden--small-desktop { display: none !important; }
}

@media (max-width: 1149px) {
    .hidden--tablet { display: none !important; }
}

@media (max-width: 1149px) {
    .visible--tablet { display: block !important; }
    .visible--tablet--inline-block { display: inline-block !important; }
    .visible--tablet--flex { display: flex !important; }
}

.extramenubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    padding: 5px 0;
}
    .extramenubar__item.extramenubar__item--leftmenu {
        font-size: 12px;
        font-weight: bold;
        color: #000;
    }
        .extramenubar__item.extramenubar__item--leftmenu > ul {
            display: flex;
            margin-bottom: 0;
        }
        .extramenubar__item.extramenubar__item--leftmenu > ul > li + li {
            margin-left: 30px;
        }
    .extramenubar__item.extramenubar__item--rightmenu {
        font-size: 12px;
        font-weight: 300;
    }
        .extramenubar__item.extramenubar__item--rightmenu a {
            color: var(--hu-theme-color-black);
        }
        .extramenubar__item.extramenubar__item--rightmenu a:hover {
            color: var(--hu-theme-color-mid-grey);
        }
        .extramenubar__item.extramenubar__item--rightmenu > ul {
            display: flex;
            margin-bottom: 0;
        }
        .extramenubar__item.extramenubar__item--rightmenu > ul > li + li {
            margin-left: 30px;
        }

.topmenubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    min-height: 80px;
    user-select: none;
}
    .topmenubar__item.topmenubar__item--leftmenu {
        user-select: none;
        width: calc(50% - 100px);
    }
    .topmenubar__item.topmenubar__item--logo {
        padding: 5px 0;
        height: 100%;
        width: 200px;
    }
        .topmenubar__item.topmenubar__item--logo img {
            object-fit: contain;
            min-width: 150px;
        }
    .topmenubar__item.topmenubar__item--rightmenu {
        user-select: none;
        width: calc(50% - 100px);
    }
        .topmenubar__item.topmenubar__item--rightmenu li > button {
            background: transparent;
            border: none;
            margin-bottom: 0;
        }
        .topmenubar__item.topmenubar__item--rightmenu,
        .topmenubar__item.topmenubar__item--rightmenu li > button,
        .topmenubar__item.topmenubar__item--rightmenu li > a {
            color: #000;
            transition: all 0.3s ease;
        }
        .topmenubar__item.topmenubar__item--rightmenu li > button:hover,
        .topmenubar__item.topmenubar__item--rightmenu li > a:hover {
            acolor: var(--hu-theme-color-black);
            color: var(--hu-theme-color-mid-grey);
        }
        .topmenubar__item.topmenubar__item--rightmenu li.text-item {
            margin-right: 15px;
        }
        .topmenubar__item.topmenubar__item--rightmenu li.text-item > a {
            font-weight: normal;
            font-size: 14px;
            font-weight: 300;
            font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        }
        .topmenubar__item.topmenubar__item--rightmenu .topmenubar__item--rightmenu__icon {
            display: block;
            font-size: 32px;
            height: 32px;
            width: 32px;
            text-align: center;
        }
        .topmenubar__item.topmenubar__item--rightmenu > ul {
            display: flex;
            margin-bottom: 0;
            justify-content: flex-end;
        }
        .topmenubar__item.topmenubar__item--rightmenu > ul > li {
            display: flex;
            align-items: center;
        }
        .topmenubar__item.topmenubar__item--rightmenu > ul > li + li {
            margin-left: 15px;
        }
        .topmenubar__item.topmenubar__item--rightmenu > ul > li + li .topmenubar__item--rightmenu__iconwrapper,
        .topmenubar__item.topmenubar__item--rightmenu > ul > li + li .topmenubar__item--rightmenu__iconwrapper {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
        .topmenubar__item.topmenubar__item--rightmenu > ul > li span {
            margin-left: 10px;
        }

    .topmenubar__cart {
        position: relative;
        z-index: 120;
    }
        .topmenubar__cart .topmenubar__cart__label {
            position: relative;
            cursor: pointer;
        }
        .topmenubar__cart .topmenubar__cart__label a {
            color: #000;
            display: block;
        }
        .topmenubar__cart:hover .topmenubar__cart__label a {
            color: var(--hu-theme-color-mid-grey);
        }
        .topmenubar__cart .topmenubar__cart__label .topmenubar__cart__label__itemcount {
            position: absolute;
            display: inline-block;
            top: -8px;
            right: 0;
            pointer-events: none;
        }
        .topmenubar__cart .topmenubar__cart__label .topmenubar__cart__label__itemcount > span {
            display: inline-block;
            height: 26px;
            width: 26px;
            line-height: 26px;
            font-size: 16px;
            color: #721c24;
            border-radius: 15px;
            background-color: var(--hu-theme-color-mid-grey);
            text-align: center;
            color: #fff;
            font-weight: bold;
        }
        .topmenubar__cart .topmenubar__cart__contents {
            position: absolute;
            right: 0;
            width: auto;
            top: 32px;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            transform: translate3d(0, 10px, 0);
            padding-top: 10px;
        }
        .topmenubar__cart:hover .topmenubar__cart__contents {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0px, 0);
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__wrapper {
            background: #fff;
            border-radius: 15px;
            padding: 20px;
            color: #222;
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
        }
        .topmenubar__cart .topmenubar__cart__contents .btn {
            margin-bottom: 0;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__overview {
            min-width: 400px;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__overview li {
            display: flex;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__overview li + li {
            margin-top: 15px;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__overview .topmenubar__cart__contents__overview__image {
            width: 25%;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__overview .topmenubar__cart__contents__overview__description {
            width: 75%;
            padding: 0 15px;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__controls {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #ccc;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

    .topmenubar__dropdown {
        position: relative;
        z-index: 120;
    }
        .topmenubar__dropdown .topmenubar__dropdown__label {
            position: relative;
            display: flex;
            align-items: center;
            cursor: pointer;
        }
        .topmenubar__dropdown:hover .topmenubar__dropdown__label {
            color: var(--hu-theme-color-mid-grey);
        }
        .topmenubar__dropdown .topmenubar__dropdown__contents {
            position: absolute;
            right: 0;
            top: 32px;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            transform: translate3d(0, 10px, 0);
            padding-top: 10px;
            width: 250px;
        }
        .topmenubar__dropdown:hover .topmenubar__dropdown__contents {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0px, 0);
        }
        .topmenubar__dropdown .topmenubar__dropdown__contents > ul {
            background: #fff;
            border-radius: 15px;
            padding: 16px 20px;
            color: #222;
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
        }
        .topmenubar__dropdown .topmenubar__dropdown__contents > ul > li + li {
            margin-top: 4px;
        }
        .topmenubar__dropdown .topmenubar__dropdown__contents > ul > li > a {
            color: var(--hu-theme-color-primary);
            display: block;
            padding: 2px 0;
            font-weight: 400;
            font-size: 16px;
        }
        .topmenubar__dropdown .topmenubar__dropdown__contents > ul > li > a:hover {
            color: var(--hu-theme-color-mid-grey);
        }

@media (min-width: 1150px) {
    .topmenubar {
        position: relative;
    }
}
@media (min-width: 1300px) {
}
@media (max-width: 1149.97px) {
    .topmenubar {
        flex-wrap: wrap;
        padding: 10px 0;
    }
        .topmenubar__item.topmenubar__item--leftmenu {
            display: none;
        }
        .topmenubar__item.topmenubar__item--logo {
            width: auto;
        }
        .topmenubar__item.topmenubar__item--rightmenu {
            width: auto;
        }
        .topmenubar__cart {
        }
            .topmenubar__cart .topmenubar__cart__label a {
                pointer-events: none;
            }
}

@media (max-width: 699.97px) {
    .topmenubar {
        position: relative;
        padding: 0;
    }
        .topmenubar__item.topmenubar__item--logo {
            width: 100%;
            text-align: center;
            padding: 20px 0;
        }
        .topmenubar__item.topmenubar__item--rightmenu {
            width: 100%;
            padding-bottom: 15px;
        }
        .topmenubar__item.topmenubar__item--rightmenu > ul {
            width: 100%;
            justify-content: space-between;
        }

    .topmenubar__cart {
        position: static;
    }
        .topmenubar__cart .topmenubar__cart__contents {
            position: absolute;
            right: 0;
            left: 0;
            top: 110px;
            width: auto;
        }
        .topmenubar__cart .topmenubar__cart__contents .topmenubar__cart__contents__overview {
            min-width: 0;
        }

    .topmenubar__dropdown {
        position: static;
    }
        .topmenubar__dropdown .topmenubar__dropdown__contents {
            position: absolute;
            right: 0;
            left: 0;
            top: 110px;
            width: auto;
        }

    .topmenubar__item.topmenubar__item--rightmenu > ul > li + li.topmenubar__dropdown {
        margin-left: 0;
    }
}

.mainmegamenu {
}
    .mainmegamenu ul {
        margin-bottom: 0;
    }
    .mainmegamenu__item a {
        color: var(--hu-theme-color-white);
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .mainmegamenu__item a:hover {
        color: var(--hu-theme-color-mid-grey);
    }
    .mainmegamenu__item .mainmegamenu__item__topcontent a {
        color: var(--hu-theme-color-primary);
        font-weight: normal;
    }
    .mainmegamenu__item .mainmegamenu__item__topcontent a:hover {
        color: var(--hu-theme-color-mid-grey);
    }
    .mainmegamenu__item__topcontent__section__products {
    }
        .mainmegamenu__item__topcontent__section__products > * + * {
            margin-top: 15px;
        }
        .mainmegamenu__item__topcontent__section__product {
            display: flex;
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__image {
            width: 30%;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__image a {
            display: flex;
            aspect-ratio: 1;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__image img {
            object-fit: contain;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__description {
            width: 70%;
            padding: 15px;
            display: flex;
            flex-direction: column;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__title {
            font-size: 16px;
            line-height: 120%;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__price {
            font-size: 16px;
            color: var(--hu-theme-color-primary);
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__price .mainmegamenu__item__topcontent__section__product__price__old {
            color: #EC5624;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__price .mainmegamenu__item__topcontent__section__product__price__old__value {
            text-decoration: line-through;
        }
        .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__btn {
            position: absolute;
            right: 15px;
            bottom: 15px;
        }
        .mainmegamenu__item__topcontent__section__product a.btn {
            color: #fff;
            margin: 0;
        }
        .mainmegamenu__item__topcontent__section__product a.btn:hover {
            color: #c50058;
        }


@media (min-width: 1150px) and (max-width: 1450px) {
    .mainmegamenu {
    }
        .mainmegamenu__item__topcontent__section__products {
        }
            .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__image {
                width: 40%;
            }
            .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__description {
                width: 60%;
            }
            .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__title {
                font-size: 14px;
                max-height: 35px;
                overflow: hidden;
                text-overflow: ellipsis;
            }
}
@media (min-width: 1150px) and (max-width: 1300px) {
    .mainmegamenu {
    }
        .mainmegamenu__item__topcontent__section__products {
        }
            .mainmegamenu__item__topcontent__section__product .mainmegamenu__item__topcontent__section__product__btn {
                display: none;
            }
}

@media (min-width: 1150px) {
    .mainmegamenu {
        user-select: none;
        max-width: 1600px;
        width: 100%;
    }
        .mainmegamenu__container {
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 1600px;
            gap: 3vw;
        }
        .mainmegamenu__container.mainmegamenu__container--full {
            gap: initial;
            justify-content: space-between;
            width: 100%;
        }
        .mainmegamenu__close {
            display: none;
        }
        .mainmegamenu__back {
            display: none;
        }
        .mainmegamenu__item {
        }
        /*.mainmegamenu__item + .mainmegamenu__item {
            margin-left: 1.5%;
        }*/
        .mainmegamenu__item .mainmegamenu__item__toplabel {
            position: relative;
            z-index: 100;
        }
        .mainmegamenu__item .mainmegamenu__item__toplabel > * {
            position: relative;
            display: inline-block;
            font-weight: 700;
            letter-spacing: 0.8px;
            font-size: 20px;
            padding: 20px 10px;
            color: var(--hu-theme-color-white);
            cursor: pointer;
            white-space: nowrap;
            font-family: 'Roboto Condensed';
        }
        .mainmegamenu__item .mainmegamenu__item__toplabel > *::before {
            content: ' ';
            display: block;
            position: absolute;
            height: 3px;
            width: 20px;
            bottom: 5px;
            left: 50%;
            margin-left: -10px;
            background: var(--hu-theme-color-secondary);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        .mainmegamenu__item:hover .mainmegamenu__item__toplabel > * {
            color: var(--hu-theme-color-secondary);
        }
        .mainmegamenu__item:hover .mainmegamenu__item__toplabel > *::before {
            opacity: 1;
            visibility: visible;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent {
            display: flex;
            position: absolute;
            left: 0;
            right: 0;
            justify-content: center;
            align-items: flex-start;
            /*min-height: 250px;*/
            background: var(--hu-theme-color-light-grey);
            z-index: 99;
            box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            /*transform: translate3d(0, -10px, 0);*/
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__body {
            max-width: 1600px;
            width: 100%;
            padding: 0 15px;
            display: flex;
        }
        .mainmegamenu__item:hover .mainmegamenu__item__topcontent {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0px, 0);
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section {
            margin: 30px 0;
            width: 100%;
            max-width: 12.6875%; /* 2036px at 1600 */
            padding-right: 30px;
            border-left: 1px solid transparent;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section.mainmegamenu__item__topcontent__section--first {
            max-width: 10.8125%; /* 173px at 1600 */
            padding-right: 0;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section.mainmegamenu__item__topcontent__section--tablet {
            display: none;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section.mainmegamenu__item__topcontent__section--2 {
            max-width: 27.25%; /* 436px at 1600 */
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section--first ~ .mainmegamenu__item__topcontent__section {
            margin-left: 30px;
            padding-left: 30px;
            padding-right: 0;
            border-left: 1px solid var(--hu-theme-color-border-divider);
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section + .mainmegamenu__item__topcontent__section.mainmegamenu__item__topcontent__section--spacer {
            border-left: 1px solid transparent;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__title {
            font-weight: bold;
            margin-bottom: 10px;
            color: var(--hu-theme-color-primary);
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__title a {
            font-weight: bold;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__list {
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__list li {
            margin-bottom: 10px;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__list li a {
            font-weight: normal;
        }
}

@media (max-width: 1149.97px) {
    .mainmegamenu {
        position: fixed;
        top: 15px;
        left: 15px;
        bottom: 15px;
        z-index: 9999;
        border-radius: 15px;
        display: flex;
        width: 0;
        flex-direction: column;
        transition: all .3s ease;
        overflow-x: hidden;
        opacity: 0;
        visibility: hidden;
        padding: 30px 0;
    }
        .mainmegamenu.mainmegamenu--active {
            width: 450px;
            opacity: 1;
            visibility: visible;
            background: var(--hu-theme-color-light-grey);
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
        }
        .mainmegamenu > * {
            display: none;
        }
        .mainmegamenu.mainmegamenu--active > * {
            display: block;
        }
        .mainmegamenu__container {
            overflow-y: auto;
            width: 390px;
            margin-left: 30px;
            margin-right: 30px;
            user-select: none;
            position: relative;
            height: 100%;
        }
        .mainmegamenu__close {
            font-size: 18px;
            color: #000;
            padding-bottom: 15px;
            border-bottom: 1px solid var(--hu-theme-color-border-divider);
            margin-bottom: 15px;
            cursor: pointer;
            width: 390px;
            margin-left: 30px;
            margin-right: 30px;
            text-align: right;
        }
        .mainmegamenu__close .fa {
            color: var(--hu-theme-color-mid-grey);
            padding-right: 5px;
        }
        .mainmegamenu__back {
            cursor: pointer;
            margin-bottom: 10px;
            color: var(--hu-theme-color-dark-grey);
        }
        .mainmegamenu__back .fa {
            color: var(--hu-theme-color-mid-grey);
            padding-right: 5px;
        }
        .mainmegamenu__item {
            transition: all .3s ease;
        }
        .mainmegamenu__item .mainmegamenu__item__toplabel {
            font-size: 28px;
            line-height: 46px;
            font-weight: 500;
            position: relative;
            transition: all .3s ease;
            cursor: pointer;
        }
        .mainmegamenu__item .mainmegamenu__item__toplabel a {
            pointer-events: none;
        }
        .mainmegamenu__item .mainmegamenu__item__toplabel > * {
            display: block;
            color: var(--hu-theme-color-primary);
            font-weight: normal;
        }
        .mainmegamenu__item .mainmegamenu__item__toplabel > *::before {
            content: '\f105';
            font-family: 'FontAwesome';
            position: absolute;
            right: 0;
            color: var(--hu-theme-color-mid-grey);
            font-weight: 200;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent {
            opacity: 0;
            visibility: hidden;
            top: 0;
            left: 0;
            position: absolute;
            height: 0;
            width: 0;
            overflow: hidden;
            transition: all .3s ease;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section.mainmegamenu__item__topcontent__section--tablet {
            display: block;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__title {
            font-weight: bold;
            margin-bottom: 10px;
            color: var(--hu-theme-color-primary);
            margin: 30px 0 15px 0;
            font-size: 22px;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__title a {
            font-weight: bold;
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__list {
        }
        .mainmegamenu__item .mainmegamenu__item__topcontent__section .mainmegamenu__item__topcontent__section__list li {
            margin-bottom: 10px;
        }

        .mainmegamenu__container.mainmegamenu__container--viewsection {
            overflow-y: hidden;
        }
        .mainmegamenu__container.mainmegamenu__container--viewsection .mainmegamenu__item .mainmegamenu__item__toplabel {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        .mainmegamenu__container.mainmegamenu__container--viewsection .mainmegamenu__item.mainmegamenu__item--active .mainmegamenu__item__topcontent {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: auto;
            opacity: 1;
            visibility: visible;
            height: auto;
            width: auto;
        }
}

@media (max-width: 767px) {
    .mainmegamenu {
        top: auto;
        left: 15px;
        bottom: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 0;
    }
        .mainmegamenu.mainmegamenu--active {
            width: calc(100% - 30px);
            height: calc(100% - 30px);
        }
        .mainmegamenu__container {
            width: auto;
        }
        .mainmegamenu__close {
            width: auto;
        }
}



.mainmegamenu-overlay {
}

@media (max-width: 1149.97px) {
    .mainmegamenu-overlay {
    }
        .mainmegamenu-overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, .5);
            opacity: 0;
            transition: opacity .3s ease;
            visibility: hidden;
        }
        body.mainmegamenu-is-open {
            overflow: hidden;
        }
        body.mainmegamenu-is-open .mainmegamenu-overlay {
            opacity: 1;
            visibility: visible;
            z-index: 9998;
        }
}

.animate--pulse-secondary { animation: ani-pulse-secondary 1s 1; }
.animate--pulse-black--twice { animation: ani-pulse-secondary 2s 2; }

@keyframes ani-pulse-secondary {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	
	100% {
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
}
