/*----- HEADER -----*/
header .header-content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100vw;
}

.header-content-wrapper {
    padding-top: 50px;
}
.header-content-wrapper-left {
    width: 140px;
    padding-left: calc((100vw - 1200px) / 2);
}

.primary-menu-wrapper, .secondary-menu-wrapper {
    padding-right: calc((100vw - 1200px) / 2);
}

@media (max-width: 1260px) {
    .header-content-wrapper-left {
        padding-left: 30px;
    }

    .primary-menu-wrapper, .secondary-menu-wrapper {
        padding-right: 30px;
    }
}

/*----- LEFT SIDE -----*/

/*----- LOGO -----*/
.header-content-wrapper-left .header-content {
    position: relative;
    height: 105px;
    width: 140px;
}

header .logo-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

header .logo-wrapper .logo {
    width: 140px;
    z-index: 99;
}

/*----- RIGHT SIDE -----*/
header .header-content-wrapper-mobile {
    display: none;
}

header .mega-menu .mega-sub-menu {
    border: 0 !important;
    box-shadow: 0 0 20px 0px rgba(17, 17, 17, 0.2) !important;
}

header .mega-menu .mega-sub-menu .mega-menu-item {
    border: 0 !important;
}

header .mega-menu .mega-menu-item .mega-sub-menu a:not([href]) {
    cursor: default !important;
}

header .mega-menu .mega-sub-menu .mega-menu-item .mega-menu-link:before {
    content: "";
    position: absolute !important;
    left: 15px;
    bottom: 0;
    height: 0;
    width: calc(100% - 30px) !important;
    border-bottom: 1px solid #CCCCCC;
}

header .mega-menu .mega-sub-menu .mega-menu-item:last-child .mega-menu-link:before {
    border: 0 !important;
}

header .mega-sub-menu > .mega-menu-item > .mega-menu-link:hover:before {
    border-bottom-color: #0A246A;
}

header .primary-menu #mega-menu-primary > .mega-menu-item.mega-toggle-on > .mega-menu-link {
    opacity: 0.7 !important;
}

/* ACTIVE MENU ITEMS */
header .primary-menu #mega-menu-primary > .mega-current-menu-ancestor > .mega-menu-link {
    opacity: 0.7;
}

header .secondary-menu #mega-menu-secondary > .mega-current-menu-item > .mega-menu-link,
header .secondary-menu #mega-menu-secondary > .mega-current-menu-ancestor > .mega-menu-link {
    color: #EA2D49 !important;
}

header .primary-menu #mega-menu-primary > .mega-current-menu-item > .mega-menu-link,
header .primary-menu #mega-menu-primary > .mega-current-menu-ancestor > .mega-menu-link {
    opacity: 0.8 !important;
}
header .primary-menu #mega-menu-primary > .mega-menu-item:last-child.mega-current-menu-item > .mega-menu-link {
    opacity: 1 !important;
    color: #fff !important;
    background: #EA2D49 !important;

}

header .mega-menu .mega-sub-menu .mega-current-menu-item > a.mega-menu-link,
header .mega-menu .mega-sub-menu .mega-current-menu-parent > a.mega-menu-link,
header .mega-menu .mega-sub-menu .mega-current-menu-ancestor > a.mega-menu-link {
    background: #0A246A !important;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
}
header .mega-menu .mega-sub-menu .mega-current-menu-item > a.mega-menu-link:before,
header .mega-menu .mega-sub-menu .mega-current-menu-parent > a.mega-menu-link:before,
header .mega-menu .mega-sub-menu .mega-current-menu-ancestor > a.mega-menu-link:before {
    border-bottom-color: #0A246A !important;
}
header .mega-menu .mega-sub-menu .mega-current-menu-item > .mega-menu-link > .mega-indicator,
header .mega-menu .mega-sub-menu .mega-current-menu-parent > .mega-menu-link > .mega-indicator,
header .mega-menu .mega-sub-menu .mega-current-menu-ancestor > .mega-menu-link > .mega-indicator {
    content: url("../images/Arrow-Right-Navigation-Hover.svg") !important;
}

/*----- TOP BAR -----*/

/*----- SECONDARY MENU -----*/
.header-content-top {
    display: flex;
    justify-content: flex-end;
}

.secondary-menu {
    height: 40px;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 5px;
}

header .secondary-menu #mega-menu-secondary > .mega-menu-item .mega-menu-link {
    font-size: 17px !important;
    padding: 0 15px 0px !important;
}

header .secondary-menu-wrapper #mega-menu-secondary > .mega-menu-item:hover > .mega-menu-link {
    color: #EA2D49 !important;
}

header .secondary-menu #mega-menu-secondary > .mega-menu-item:last-child .mega-menu-link {
    padding-right: 0 !important;
}

header .secondary-menu ul > .mega-menu-item > .mega-menu-link {
    color: #111;
}

/*----- LANGUAGE SWITCHER -----*/
header .secondary-menu ul > .mega-menu-item.mega-wpml-ls-item ul {
    max-width: 120px !important;
}
header .secondary-menu ul > .mega-menu-item.mega-wpml-ls-item ul .mega-menu-link {
    min-width: 120px !important;
    max-width: 120px !important;
}

/*----- CART ICON -----*/
nav.secondary-menu > #cart-menu-item {
    display: none;
}

#cart-menu-item {
    padding: 0 15px !important;
}

.mega-menu-cart .cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    color: #111;
    font-size: 18px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    vertical-align: bottom;
}

.mega-menu-cart .cart-contents:hover {
    text-decoration: none;
}
.mega-menu-cart .cart-contents:hover:before {
    color: #EA2D49;
}

.mega-menu-cart .cart-contents-count {
    color: #fff;
    background-color: #0A246A;
    font-weight: bold;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

/*----- SEARCH -----*/
header .secondary-menu #mega-menu-secondary > .mega-menu-item:last-child {
    position: static !important;
}
/*----- ICON -----*/
header .secondary-menu #mega-menu-secondary > .mega-menu-item:last-child a {
    padding: 0 0 0 15px !important;
}
header .secondary-menu #mega-menu-secondary > .mega-menu-item:last-child a svg {
    margin-top: -2px !important;
}
.is-menu .search-icon-path {
    fill: #111 !important;
}

/*----- FORM -----*/
#mega-menu-secondary .is-menu.sliding.open form {
    width: 100% !important;
}

#mega-menu-secondary .is-menu form, .is-menu.sliding form  {
    transition: .5s ease;
    height: 40px;
    top: 0 !important;
    left: unset !important;
    right: 0 !important;
    display: flex;
    justify-content: flex-end;
}

#mega-menu-secondary .is-menu form label {
    width: 80%;
}

#mega-menu-secondary .is-menu form label .is-search-input {
    width: 100%;
    outline: none;
}
#mega-menu-secondary .is-menu form label .is-search-input:focus, #mega-menu-secondary .is-menu form label .is-search-input:active {
    border: solid 1px #0A246A;
}

#mega-menu-secondary .is-menu form .is-search-submit {
    width: 20%;
    position: relative !important;
    outline: none;
    border: solid 2px #0A246A;
}
#mega-menu-secondary .is-ajax-search .is-loader-image {
    right: 5px !important;
}

/*----- RESULTS -----*/
.mCSB_container {
    margin-right: 16px !important;
}

.is-ajax-search-result {
    padding: 0 !important;
}

.is-ajax-search-result .is-ajax-search-post {
    border-bottom: 0;
    padding-bottom: 0;
}

.is-ajax-search-result .is-ajax-search-post .is-search-sections {
    padding-bottom: 15px;
    border-bottom: solid 1px #0A246A;
}

.is-ajax-search-result .is-ajax-search-post:last-child .is-search-sections {
    border-bottom: 0;
}

.is-ajax-search-result .is-ajax-search-post .is-search-sections .thumbnail img {
    height: auto !important;
}

.is-ajax-search-result .is-ajax-search-post .is-title a {
    color: #0A246A;
    font-size: 20px;
    font-family: 'Barlow';
}

.is-ajax-search-result .is-ajax-search-post .is-search-content div {
    color: #111111;
    font-family: 'Lato';
}

/*----- BOTTOM BAR -----*/
.header-content-bottom {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    height: 65px;
}

/*----- SOCIAL MEDIA ICONS -----*/
header .social-media-icons-wrapper {
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    width: 140px;
}

.social-media-icons {
    margin-bottom: 0;
    width: 100%;
    padding: 10px 10px 10px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.social-media-icon {
    background-color: #0A246A;
    border: solid 2px #0A246A;
    border-radius: 30px;
    margin: 0 5px;
    transition: all .3s ease;
}

.social-media-icon:hover {
    background-color: #fff;
}
.social-media-icon:hover a {
    color: #0A246A;
}

.social-media-icon a {
    width: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.social-media-icon a i {
    vertical-align: middle;
}

header .header-content-top .social-media-icons-wrapper {
    height: 40px;
    display: none;
}
header .header-content-top .social-media-icons-wrapper .social-media-icons {
    padding: 0px 10px 10px 10px;
}

/*----- PRIMARY MENU -----*/
header .primary-menu-wrapper {
    background: #EA2D49;
    height: 100%;
    box-sizing: border-box;
    border-left: 10px solid #fff;
    border-bottom: 65px solid transparent;
}

header .primary-menu {
    padding: 12.5px 0 12.5px 0;
    height: 65px;
}

header .primary-menu #mega-menu-primary > .mega-menu-item > .mega-menu-link {
    font-size: 22px !important;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

header .primary-menu #mega-menu-primary > .mega-menu-item:hover > .mega-menu-link {
    opacity: 0.8;
}

/*----- SUB NAV ICON -----*/
header .mega-sub-menu .mega-menu-item-has-children .mega-menu-link span.mega-indicator {
    float: none !important;
    content: url("../images/Arrow-Right-Navigation.svg") !important;
    width: 14px !important;
    margin-left: 15px !important;
    margin-top: 0 !important;
}
header .mega-sub-menu > .mega-menu-item-has-children > .mega-menu-link:hover > .mega-indicator {
    content: url("../images/Arrow-Right-Navigation-Hover.svg") !important;
}

/*----- BUTTON -----*/
header .primary-menu #mega-menu-primary > .mega-menu-item:last-child {
    margin-left: 20px !important;
}

header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link {
    color: #111 !important;
    background: #fff !important;
    border: solid 2px #fff !important;
    line-height: 36px !important;
}
header .primary-menu #mega-menu-primary > .mega-menu-item:last-child:hover .mega-menu-link {
    opacity: 1 !important;
}

/*----- BUTTON ANIMATION -----*/
header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link {
    display: inline-block !important;
    vertical-align: middle !important;
    -webkit-transform: perspective(1px) translateZ(0) !important;
    transform: perspective(1px) translateZ(0) !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
    position: relative !important;
    -webkit-transition-property: color !important;
    transition-property: color !important;
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
}
header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin-right: 0px !important;
    background: #EA2D49 !important;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 0 50% !important;
    transform-origin: 0 50% !important;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}
header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:hover, header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:focus, header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:active {
    color: #fff !important;
}
header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:hover:before, header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:focus:before, header .primary-menu #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:active:before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

/*----- MOBILE HEADER -----*/
.header-content-wrapper-mobile {
    padding-right: 5px;
}

.header-content-wrapper-mobile .container {
    display: flex;
    justify-content: flex-end;
}

.header-content-wrapper-mobile .mobile-header-list {
    display: flex;
    justify-content: flex-end;
}

.header-content-wrapper-mobile .mobile-header-list li {
    padding-right: 10px;
    padding-left: 10px;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown {
    width: unset !important;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown ul > li {
    padding: 0 !important;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown a {
    border: 0 !important;
    line-height: 1.2 !important;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown a:focus,
.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: #111111 !important;
    background: transparent !important;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown a:hover {
    text-decoration: none !important;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown a.hide {
    padding-right: 10px !important;
}
.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown a.hide:after {
    display: none;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-native {
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    outline: none;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu {
    height: 50px;
    width: 100px !important;
    border-top: 0 !important;
    box-shadow: 0 0 20px 0px rgba(17, 17, 17, 0.2) !important;
}
.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu > li,
.header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu > li a {
    height: 50px !important;
    line-height: 40px !important;
}

.mobile-menu .mobile-language-switcher ul li.wpml-ls-current-language > a {
    padding-left: 0 !important;
}
.mobile-menu .mobile-language-switcher ul li.wpml-ls-current-language > ul.wpml-ls-sub-menu {
    left: -10px !important
}

/*----- CART ICON -----*/
#cart-menu-item-mobile {
    padding-top: 6px;
    padding-bottom: 6px;
}
#cart-menu-item-mobile a {
    padding-right: 10px;
}
#cart-menu-item-mobile .cart-contents:before {
    font-size: 20px;
}

/*----- SEARCH -----*/

/*----- ICON -----*/
.header-content-wrapper-mobile .mobile-header-list {
    list-style: none;
    margin-bottom: 0 !important;
    position: static !important;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-menu-search-icon {
    position: static !important;
}

.header-content-wrapper-mobile .mobile-header-list .mobile-menu-search-icon svg {
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

/*----- FORM -----*/
.header-content-wrapper-mobile .mobile-menu-search-icon form {
    position: fixed;
    height: 0;
    background-color: #fff;
    top: 60px !important;
    left: 0 !important;
    width: 100% !important;
    transition: height .3s ease-out;
    flex-wrap: wrap;
}

.header-content-wrapper-mobile .is-menu.sliding.open form {
    height: 200px !important;
    padding: 60px 18px 30px 18px !important;
    -webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
}

.header-content-wrapper-mobile label {
    position: relative;
    width: 100% !important;
}

.header-content-wrapper-mobile form .is-search-input {
    width: 100%;
    font-size: 22px !important;
    outline: none;
    border: none;
    border-bottom: solid 1px #0A246A !important;
    -webkit-appearance: none;
}

.header-content-wrapper-mobile form .is-search-submit {
    position: relative !important;
    height: auto !important;
    border: solid 2px #0A246A !important;
    background-color: #0A246A !important;
    color: #fff !important;
    padding: 5px 20px !important;
    margin-right: 12px !important;
    font-size: 20px !important;
    -webkit-appearance: none;
}
.header-content-wrapper-mobile form .is-search-submit:hover {
    background-color: #fff !important;
    color: #0A246A !important;
}

/*----- MOBILE MENU -----*/
header .mobile-menu #mega-menu-mobile {
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
    display: flex !important;
    flex-direction: column !important;
    padding-bottom: 20px !important;
}

header .mobile-menu #mega-menu-mobile > li,
header .mobile-menu #mega-menu-mobile > div {
    width: 100% !important;
}

header #mega-menu-mobile .logo-wrapper-mobile-nav {
    padding: 10px 0 20px 10px;
    text-align: left;
}
header #mega-menu-mobile .logo-wrapper-mobile-nav img {
    width: 70px;
    height: 70px;
}

header .mobile-menu #mega-menu-mobile .mega-menu-item-has-children {
    z-index: 1000 !important;
}
header .mobile-menu #mega-menu-mobile .mega-menu-item-has-children .mega-menu-item-has-children,
header .mobile-menu #mega-menu-mobile ul.mega-sub-menu ul.mega-sub-menu {
    z-index: 1111 !important;
}
header .mobile-menu #mega-menu-mobile .mega-menu-item-has-children .mega-menu-item-has-children .mega-menu-item-has-children,
header .mobile-menu #mega-menu-mobile ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    z-index: 1222 !important;
}
/*
header .mobile-menu #mega-menu-mobile .mega-menu-item > a.mega-menu-link:before {
    content: "";
    position: absolute !important;
    left: 15px;
    bottom: 0;
    height: 0;
    width: calc(100% - 30px) !important;
    border-bottom: 1px solid #CCCCCC;
}
*/
header #mega-menu-wrap-mobile #mega-menu-mobile a.mega-menu-link {
    display: block !important;
    padding: 0 15px;
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #fff !important;
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #fff !important
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link {
    color: #fff !important;
}

header .mobile-menu #mega-menu-mobile > li.mega-menu-item:nth-child(2) > a.mega-menu-link,
header .mobile-menu #mega-menu-mobile > li.mega-menu-item:nth-child(3) > a.mega-menu-link,
header .mobile-menu #mega-menu-mobile > li.mega-menu-item:nth-child(4) > a.mega-menu-link,
header .mobile-menu #mega-menu-mobile > li.mega-menu-item:nth-child(5) > a.mega-menu-link {
    font-size: 18px !important;
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav {
    position: relative;
    padding-top: 20px;
    padding-bottom: 54px;
    margin-top: auto;
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav > li.mega-menu-item > a.mega-menu-link {
    line-height: 30px !important;
    height: 30px !important;
    display: block !important;
    padding: 0 10px 0 15px !important;
    font-size: 16px !important;
    color: #738290 !important;
}

header #mega-menu-mobile > .mobile-secondary-nav > .mega-menu-item-has-children > .mega-menu-link > .mega-indicator {
    margin-top: 8px !important;
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #01295f !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    padding-left: 25px !important;
    height: 30px !important;
    line-height: 30px !important;
}
header #mega-menu-mobile > .mobile-secondary-nav > .mega-menu-item-has-children.mega-toggle-on > .mega-menu-link > .mega-indicator {
    margin-top: 12px !important;
}

header .mobile-menu #mega-menu-mobile > .mobile-secondary-nav > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    color: #738290 !important;
}

header .mobile-menu #mega-menu-mobile .mega-current-menu-item > a.mega-menu-link,
header .mobile-menu #mega-menu-mobile .mega-current-menu-parent > a.mega-menu-link,
header .mobile-menu #mega-menu-mobile .mega-current-menu-ancestor > a.mega-menu-link {
    background: #0A246A !important;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
}
/*
header .mobile-menu #mega-menu-mobile .mega-current-menu-item > a.mega-menu-link:before,
header .mobile-menu #mega-menu-mobile .mega-current-menu-parent > a.mega-menu-link:before,
header .mobile-menu #mega-menu-mobile .mega-current-menu-ancestor > a.mega-menu-link:before,
header .mobile-menu #mega-menu-mobile .mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
    border-bottom-color: #0A246A !important;
}
*/

header .mobile-menu #mega-menu-mobile > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 25px !important;
}
header .mobile-menu #mega-menu-mobile > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 35px !important;
}
header .mobile-menu #mega-menu-mobile > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item-has-children > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 45px !important;
}

header .mobile-menu #mega-menu-mobile .mega-sub-menu {
    box-shadow: none !important;
    margin-bottom: 5px !important;
}

header .mobile-menu #mega-menu-mobile .mega-sub-menu .mega-menu-item .mega-menu-link:before {
    display: none !important;
}

header .mobile-menu #mega-menu-mobile .mega-current-menu-item > .mega-menu-link > .mega-indicator,
header .mobile-menu #mega-menu-mobile .mega-current-menu-parent > .mega-menu-link > .mega-indicator,
header .mobile-menu #mega-menu-mobile .mega-current-menu-ancestor > .mega-menu-link > .mega-indicator {
    content: url("../images/Arrow-Right-Navigation-Hover.svg") !important;
}

header .mobile-menu #mega-menu-mobile .mega-menu-item .mega-menu-link {
    padding-left: 15px !important;
}

header #mega-menu-mobile .mega-menu-item-has-children > .mega-menu-link > .mega-indicator {
    content: url("../images/Arrow-Right-Navigation.svg") !important;
    width: 14px !important;
    margin-left: 15px !important;
    margin-top: 15px;
    vertical-align: middle;
}
header #mega-menu-mobile .mega-menu-item-has-children.mega-toggle-on > .mega-menu-link > .mega-indicator {
    content: url("../images/Arrow-Right-Navigation-Hover.svg") !important;
}

header #mega-menu-mobile .mobile-secondary-nav ul.social-media-icons {
    justify-content: flex-start !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    padding-left: 10px;
    transform: translate(0) !important;
}
header #mega-menu-mobile .mobile-secondary-nav ul.social-media-icons .social-media-icon a i {
    vertical-align: inherit;
    margin-top: 1px !important;
}

/*----- RESPONSIVE -----*/
@media (max-width: 1200px) {
    header .header-content-top .social-media-icons-wrapper {
        display: block;
    }

    header .header-content-bottom .social-media-icons-wrapper {
        display: none;
    }

    header .primary-menu #mega-menu-primary > .mega-menu-item > .mega-menu-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1000px) {
    header .primary-menu #mega-menu-primary > .mega-menu-item:last-child {
        display: none !important;
    }
    header .primary-menu #mega-menu-primary > .mega-menu-item:nth-child(4) > .mega-menu-link {
        padding-right: 0 !important;
    }

    header .header-content-top .social-media-icons-wrapper {
        display: none;
    }

    /* Pers submenu if button Inschrijven is gone */
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item-54.mega-menu-flyout ul.mega-sub-menu {
        transform: translate(-42px, 10px);
    }
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item-54.mega-toggle-on > ul.mega-sub-menu {
        transform: translate(-42px, 0);
    }
}

@media (max-width: 800px) {
    header .primary-menu #mega-menu-primary > .mega-menu-item > .mega-menu-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 768px) {
    header .header-content-wrapper-right {
        display: none;
    }
    header .header-content-wrapper-mobile {
        display: block;
        width: calc(100% - 100px);
    }
    header .header-content-wrapper-left {
        width: 100px;
    }

    .header-content-wrapper {
        padding-top: 10px;
    }

    /*----- LOGO -----*/
    .header-content-wrapper-left .header-content {
        height: 55px;
        width: 70px;
    }

    header .logo-wrapper .logo {
        width: 70px;
    }
}

@media (max-width: 350px) {
    .header-content-wrapper-mobile .mobile-header-list .mobile-language-switcher .wpml-ls-native {
        font-size: 20px;
        line-height: 1.4 !important;
    }
}