/** Shopify CDN: Minification failed

Line 1042:0 Unexpected "}"
Line 1488:0 Unexpected "}"

**/
.menu__panel {
    width: 100% !important;
}

.menu {
    width: 100% !important;
}

.header__nav,
.header__vertical-nav {
    width: 100% !important;
}

.custom-header {
    position: static;
    border-bottom: 0;
    background: var(--theme-color-dark-grey-2)
}

.custom-header.desktop_menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

.custom-header .menu>ul {
    text-align: center;
    position: relative;
    margin: 0;
    list-style: none;
}

.custom-header .menu>ul>li {
    display: inline-block;
}

.custom-header .menu>ul>li a {
    font-size: 16px;
    display: block;
    font-weight: 600;
}

.header__heading {
    position: relative;
    z-index: 10;
}

.custom-header .sub-menu-wrapper {
    position: absolute;
    left: 0;
    background: #FFFCF1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-top: 1px solid #fff;
    z-index:-1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.98);
    transition: 
        opacity 0.50s ease,
        transform 0.50s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.50s;
    transform-origin: top center;
}

.custom-header .sub-menu {
    padding: 20px;
    flex: 20%;
}

.custom-header .sub-menu-heading {
    margin-bottom: 10px;
    cursor: initial;
}

.custom-header .menu>ul>li.has-sub-menu.nav-panel-active > .sub-menu-wrapper {
    z-index:99;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}


/* Hamburger Styling */
.custom-header .mobile-menu {
    display: flex;
    width: 30px;
    height: 25px;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    display: none;
}

.custom-header .bar {
    height: 3px;
    background: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.custom-header .mobile-menu.active .bar:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg);
    -moz-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    -o-transform: translateY(6px) rotate(-45deg);
}

.custom-header .mobile-menu.active .bar:nth-child(2) {
    transform: translateY(-6px) rotate(45deg);
    -webkit-transform: translateY(-6px) rotate(45deg);
    -moz-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    -o-transform: translateY(-6px) rotate(45deg);
}

.custom-header .mobile-menu.active .bar-none {
    display: none;
}


/* Media Queries */
@media screen and (max-width: 768px) {

    .custom-header .mobile-menu {
        display: flex;
        margin: 10px 0;
    }

    .custom-header .menu {
        position: absolute;
        height: calc(100vh - 46px);
        z-index: 9;
        background: #fff;
        left: -100%;
        width: calc(100% - 50px) !important;
        top: 46px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        box-shadow: 2px 3px 6px #ddd;
        overflow-y: auto;
    }

    .custom-header nav.menu.slideDraw {
        left: 0;
    }

    .custom-header .menu>ul>li {
        display: block;
        text-align: left;
        position: relative;
        padding: 10px 20px;
    }

    .custom-header .sub-menu a:hover {
        color: #333;
    }

    .custom-header .has-sub-menu>a {
        display: inline-block;
    }

    .custom-header .has-sub-menu>a::after {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .custom-header .sub-menu-wrapper {
        position: static;
        background: transparent;
        flex-direction: column;
        opacity: 1;
        display: none;
    }

    .custom-header .has-sub-menu:hover>.sub-menu-wrapper {
        opacity: initial;
    }

    .custom-header .sub-menu {
        width: 100%;
        padding: 10px 5px;
    }

    .custom-header .sub-menu-heading {
        border-color: #fff;
    }

    .custom-header .sub-menu-wrapper a {
        color: #fff;
    }
}

.custom-header .sub-menu-heading {
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}

.custom-header .sub-menu li.sub-menu-heading a {
    color: #012169;    
    text-align: left;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.custom-header .sub-menu-heading-bold .sub-menu li.sub-menu-heading a {
    font-weight: 600 !important;
}

.custom-header .sub-menu li.sub-menu-heading a:hover,
.custom-header .sub-menu li a:hover {
    text-decoration: underline;
}
.custom-header .sub-menu a img {
    width: 100%;
    max-width: 185px;
}

.custom-header .menu>ul>li a {
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.custom-header .sub-menu.sub-child {
    padding-left: 0;
}

.custom-header .sub-menu li a {
    color: #141414;
    font-weight: 400 !important;
}

.custom-header .sub-menu li.sub-menu-heading.outlet a {
    color: #f54337;
    font-family: 'Poppins', sans-serif;
}

.custom-header .sub-menu li.sub-menu-heading.ventes {
    position: relative;
}

.custom-header .sub-menu li.sub-menu-heading.ventes a:after {
    content: '';
    display: inline-block;
    background: #141414;
    width: 1px;
    height: 30px;
    bottom: -16px;
    transform: rotate(90deg);
    position: absolute;
    left: 15px;
}

.sub-menu-block.first {
    width: 20%;
}

.sub-menu-block.second {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: space-between;

}

.sub-menu-block.third {
    width: 20%;
}

.sub-menu-block.second.left-full-width {
    width: 80%;
}

.sub-menu-block.second.full-mega-menu-width {
    width: 100%;
    flex-wrap: nowrap;
    margin: 0px;
}

@media only screen and (max-width: 1200px) {
    nav ul li a {
        padding-left: 0;
        padding-right: 16px;
    }

    li.has-dropdown.nav-dropdown-open.nav-dropdown-active ul {
        padding-left: 0;
    }

    .dropdown-arrow {
        float: right;
    }
}

nav.menu ul .sub-menu-wrapper ul.sub-menu {
    display: block;
}

ul:not(.list-unstyled):not([list-unstyled]) li {
    text-align: left;
}

@media only screen and (min-width: 1200px) {
    nav.menu {
        display: flex;
        align-items: center;
        background-color: transparent;
        color: #fff;
    }

    nav.menu ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .custom-header .menu>ul>li {
        padding: 0 15px;
    }

    .custom-header .menu>ul>li:first-child {
        padding-left: 0;
    }

    .custom-header .menu>ul>li a {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #012169;
        text-decoration: none;
        position: relative;
    }

    .custom-header .menu>ul>li.has-sub-menu > a.header-main-nav-link:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-size: 12px;
        display: block;      
        transition: all .3s ease 0s;
        margin-left: 10px;
        line-height: 1.3;
    }
    .custom-header .menu>ul>li.has-sub-menu > a.header-main-nav-link:hover:after,
    .custom-header .menu>ul>li.has-sub-menu > a.nav-hover-active:after {
        transform:rotate(180deg);
    }
    .custom-header .menu>ul>li.has-sub-menu > a {
        border-bottom: solid 4px #231F20;
    }
    
    .custom-header .menu>ul>li.has-sub-menu > a.nav-hover-active {        
        border-color: #FB940F;
    }

    .custom-header .menu>ul>li.has-sub-menu > a.nav-current-active {
        border-color: #FB940F;
    }

    .custom-header .menu>ul>li.header-main-menu--style-3:not(.has-sub-menu) > a.header-main-nav-link {
        border-bottom: solid 4px #231F20;
    }

    .custom-header .menu>ul>li.header-main-menu--style-3:not(.has-sub-menu) > a.header-main-nav-link.nav-hover-active,
    .custom-header .menu>ul>li.header-main-menu--style-3:not(.has-sub-menu) > a.header-main-nav-link.nav-current-active {
        border-color: #FB940F;
    }

    .custom-header .container-new nav.menu {
        margin: 0 -15px;
    }

    .custom-header .sub-menu li i[class*=icon-f-] {
        font-size: 18px !important;
        margin-right: 10px;
    }
    .custom-header .menu svg {
        width: 15px;
        margin-right: 10px;
    }
    /* .custom-header .menu svg path {
        fill: white;
    } */

    nav.menu .menu_main_box {
        justify-content: space-between;
        width: 100%;
    }
}

@media only screen and (max-width: 1010px) {
    .js-header-tape .header__tape.header__tape--style-1.d-flex.py-5 {
        display: none !important;
    }
}

/* changes mega menu design - TR  */
.custom-header .sub-menu {
    padding: 20px;
}

.custom-header .sub-menu li {
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 16px;
}

.custom-header .sub-menu li a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.custom-header .menu>ul>li>a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding-bottom: 7px;
    padding-top: 10px;
    font-weight: 400;
}
.custom-header .menu>ul>li>a:hover {
    font-weight: 600;
}
.custom-header .menu>ul {
    text-align: center;
    position: static;
    margin: 0;

    list-style: none;
    padding-left: 0;
}

.sub-menu-inner {
    display: flex;
    margin: 0 auto;
    border-top: 0.1rem solid rgba(var(--color-foreground), .08);
}

.subchildmenu {
    position: absolute;
    display: none !important;
}

.sub-menu-heading:hover>.subchildmenu {
    display: flex !important;
    flex-direction: column;
}

.sub-menu-block.tab ul {
    gap: 20px;
}

.sub-menu-block.tab {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .sub-menu-block.tab .tab-content.current {
        display: block;
    }

    .sub-menu-block.tab .tab-content .sub-menu {
        width: 100%;
        max-width: 100%;
    }
}

.sub-menu-block.tab .tab-content .sub-menu .sub-menu-heading .sub-menu-link {
    font-weight: 600;
}

.desktop_menu ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.desktop_menu ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.desktop_menu ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.desktop_menu .tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}

.desktop_menu .tab-content.current {
    display: inherit;
}

.headerformplaceholderstyles .control {
    width: 500px;
    height: 50px;
    border: 1px solid rgb(255, 162, 0);
}

.headerformplaceholderstyles .control .tt-search-input {
    height: 48px;
    left: auto;
    margin: 0;
    padding: 0 115px 0 15px;
    width: 100%;
    border-radius: 0;
    position: relative;
    font-weight: 400;
    color: #404040 !important;
    border: 0;
}

.tt-search-opened-headtype1 .actions {
    bottom: 0;
    right: 0px;
    top: 0;
    overflow: hidden;
    position: absolute;
    background: linear-gradient(to right, #ffa200, #f2772b);
    width: 100px;
    padding-top: 5px;
}

.tt-search-opened-headtype1 .actions button span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    font-size: 14px;
    color: #fff;
}

.tt-search-opened-headtype1 .actions button i {
    color: white;
    font-size: .73em;
}

.stackbar span {
    display: flex;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

.stackbarClose span {
    display: flex;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;

}

.stackbarClose span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.stackbarClose span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: fixed;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    top: 0;
    left: 0;
    padding: 0;
    height: 100vh;
    margin: 0;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    z-index: 9900000000;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile_menu.open #menu {
    box-shadow: 0 0 10px #85888c;
    transform: none;
    background: #FFFCF1;
    padding-bottom:0px;
}
 
@media only screen and (min-width: 1200px) {

    nav[role="navigation"],
    .tt-stuck-nav.notshowinmobile.stuck {
        display: none !important;
    }

    .desktop_menu .stuck+.tt-desktop-header header.custom-header.test {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .desktop_menu .stuck+.tt-desktop-header header.custom-header.test .container-new {
        max-width: 1450px;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;

    }

    .custom-header .menu>ul>li a {
        transition: all 0.3s ease 0s;
    }

    .custom-header .menu>ul>li:hover>a,
    .custom-header .menu ul.sub-menu>li:hover>a {
        
    }

    .custom-header .menu>ul>li>a>.menu__item_arrow {
        width: auto;
        color: #fff;
        height: 22px;
        margin-left: 5px;
    }

    .custom-header .menu>ul>li>a>.menu__item_arrow svg {
        fill: #fff;
        width: 11px;
        height: 22px;
        margin-right: 0;
    }

    .custom-header .menu>ul>li:hover>a svg path {
        fill: rgb(242, 119, 43);
    }

    .custom-header .menu>ul>li:hover>a>.menu__item_arrow {
        transform: rotate(180deg);
        position: relative;
        top: 3px;
        height:16px;
    }

    .sub-menu-block {
        margin: 0 -20px;
    }

    .tt-header-holder {
        top: 15px;
    }

    .tt-account .tt-dropdown-menu .tt-dropdown-inner>ul {
        color: #fff;
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }

    .custom-header .menu>ul>li:last-child {
        padding-right: 0;
    }

    .tt-account .tt-dropdown-menu .tt-dropdown-inner>ul:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .tt-account .tt-dropdown-menu .tt-dropdown-inner>ul li {
        margin-bottom: 5px;
    }

    .tt-account .tt-dropdown-menu .tt-dropdown-inner>ul li:last-child {
        margin-bottom: 0;
    }

    .tt-account .tt-dropdown-menu .tt-dropdown-inner>ul li i {
        min-width: 25px;
        text-align: left;
        padding: 0;
    }

    .tt-account .tt-dropdown-menu .tt-dropdown-inner>ul li i.far.fa-user {
        padding-left: 3px;
        margin-right: 0px;
    }

    .sub-menu-block .tab-content {
        background: transparent;
        padding: 0;
    }

    .sub-menu-block .tab-content .sub-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .sub-menu-block ul.tabs .tab-link {        
        font-size: 16px;
        color: #012169;
        padding: 16px;
        font-weight: 600;
        border: solid 1px #012169;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        
    }

    .sub-menu-block ul.tabs .tab-link:hover,
    .sub-menu-block ul.tabs .tab-link.current {
        background: #012169;        
        color: #ffffff;        
    }

    .sub-menu-block.four .sub-menu .subchildmenu-wrapper,
    .sub-menu-block.second .sub-menu .subchildmenu-wrapper {
        position: relative;
    }

    .sub-menu-block.four .sub-menu .subchildmenu-wrapper i,
    .sub-menu-block.second .sub-menu .subchildmenu-wrapper i {
        font-size: 16px;
        margin-right: 10px;
    }

    .sub-menu-block.four .sub-menu .subchildmenu-wrapper:hover ul,
    .sub-menu-block.second .sub-menu .subchildmenu-wrapper:hover ul {
        display: block !important;
        left: 80%;
        background: #343232;
        padding: 0;
        top: 0;
        padding: 10px;
        border: 1px solid #000;
        margin-left: 10px;
        min-width: 200px;
    }

    .sub-menu-block.four .sub-menu .subchildmenu-wrapper a:hover,
    .sub-menu-block.second .sub-menu .subchildmenu-wrapper a:hover {
        text-decoration: underline;
    }

    .custom-header .sub-menu a img {
        max-width: 100%;
    }

    .custom-header .sub-menu-inner.sub-menu-image-inner {
        flex-wrap: wrap;
    }

    .custom-header .sub-menu-inner.sub-menu-image-inner .sub-menu {
        padding: 0;
    }

    .custom-header .sub-menu-inner.sub-menu-image-inner li.sub-menu-heading {
        text-align: center;
    }

    .custom-header .sub-menu-inner.sub-menu-image-inner li.sub-menu-heading a {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .custom-header .sub-menu-inner.sub-menu-image-inner .sub-menu {
        flex: auto;
        max-width: calc(20% - 16px);
        margin-right: 20px;
    }

    .custom-header .sub-menu-inner.sub-menu-image-inner .sub-menu:nth-child(5n) {
        margin-right: 0;
    }

    .sub-menu-block.tab.full-mega-menu-width {
        margin: 0;
    }

    .sub-menu-block.second .sub-menu .subchildmenu-wrapper .sub-menu-link svg {
        height: 12px;
        transform: rotate(-90deg);
    }
}

/* Mega menu style 3 - links + image banners */
.mega-menu-style-3 {
    align-items: stretch;
}

.mega-menu-style-3-inner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.mega-style-3-links {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 60%;
}

.mega-style-3-links .sub-menu {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 20px;
}

.mega-style-3-banners {
    flex: 0 0 40%;
    max-width: 440px;    
    padding: 6px 20px;
}

.custom-header .menu>ul>li a.mega-style-3-banner {
    position: relative;
    overflow: hidden;    
    display: block;
    box-shadow: 0 4px 4px #00000040;
}
.custom-header .menu>ul>li a.mega-style-3-banner:nth-child(n+2) {
    width: calc(50% - 8px);
    margin-top: 16px;
    float: left;
}
.custom-header .menu>ul>li a.mega-style-3-banner:nth-child(even) {
    margin-right: 8px;
}
.custom-header .menu>ul>li a.mega-style-3-banner:nth-child(odd):not(:first-child) {
    margin-left: 8px;
}
.custom-header .menu>ul>li a.mega-style-3-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-header .menu>ul>li a .mega-style-3-banner-btn {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 12px;    
    background: #012169;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1);
    transition: transform 0.4s ease;
}
.custom-header .menu>ul>li a .mega-style-3-banner-btn:hover {
    background: #01184A;
    transform: scale(1.01);
}
.custom-header .menu>ul>li a .mega-style-3-banner-btn svg {
    padding: 0;
    margin: 2px 0px 0px 0px;
    width: 16px;
    height: 16px;
}
.custom-header .menu>ul>li a .mega-style-3-banner-btn svg path {
    fill: #ffffff;
}

.header-main-menu--style-3 .header-main-nav-link {
    white-space: nowrap;
}

/* Mega menu style 4 - tabbed with right banners */
.mega-menu-style-4 {
    align-items: stretch;
}

.mega-menu-style-4-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mega-style-4-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.mega-style-4-links {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 60%;
}

.mega-style-4-links .sub-menu {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 20px;
}

.mega-style-4-banners {
    flex: 0 0 40%;
    max-width: 440px;    
    padding: 6px 20px;
}

.custom-header .menu>ul>li a.mega-style-4-banner {
    position: relative;
    overflow: hidden;    
    display: block;
    box-shadow: 0 4px 4px #00000040;
}
.custom-header .menu>ul>li a.mega-style-4-banner:nth-child(n+2) {
    width: calc(50% - 8px);
    margin-top: 16px;
    float: left;
}
.custom-header .menu>ul>li a.mega-style-4-banner:nth-child(even) {
    margin-right: 8px;
}
.custom-header .menu>ul>li a.mega-style-4-banner:nth-child(odd):not(:first-child) {
    margin-left: 8px;
}
.custom-header .menu>ul>li a.mega-style-4-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-header .menu>ul>li a .mega-style-4-banner-btn {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 12px;    
    background: #012169;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1);
    transition: transform 0.4s ease;
}
.custom-header .menu>ul>li a .mega-style-4-banner-btn:hover {
    background: #01184A;
    transform: scale(1.01);
}
.custom-header .menu>ul>li a .mega-style-4-banner-btn svg {
    padding: 0;
    margin: 2px 0px 0px 0px;
    width: 16px;
    height: 16px;
}
.custom-header .menu>ul>li a .mega-style-4-banner-btn svg path {
    fill: #ffffff;
}

.sub-menu-block.tab .tab-content .mega-style-4-links .sub-menu .sub-menu-heading .sub-menu-link {
    font-weight: 600 !important;
}
.mega-style-4-links.style4-tab-3-links {
    flex: 0 0 100%;
}

.mega-style-4-links.style4-tab-3-links .combined-device-wrapper {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 60px;
}
.mega-style-4-links.style4-tab-3-links .combined-device-wrapper .combined-device-content {
    width: 100%;
    display: inline-block;
    position: relative;
}

.mega-style-4-links.style4-tab-3-links .combined-device-wrapper .combined-device-content.combined-device-content--samsung:before {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    background: #012169;
    position: absolute;
    left: -30px;
    top: 25px;
}
.mega-style-4-links.style4-tab-3-links .combined-device-wrapper .combined-device-content .sub-menu {
    width: 32.5%;
    display: inline-block;
    align-items: start;
    vertical-align: top;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1229px) {
    .desktop_menu .stuck+.tt-desktop-header header.custom-header.test .container-new {
        max-width: 990px;
    }

    .custom-header .menu>ul>li {
        padding: 0 8px;
    }
}

.fa-shopping-basket-l {
    font-size: 48px;
}

@media only screen and (max-width: 1200px) {
    header {
        z-index: 11;
        position: relative;
    }

    header .tt-color-scheme-01 {
        display: none;
    }

    .tt-mobile-header .tt-header-row .tt-menu-toggle {
        padding-left: 0;
        padding-right: 0;
    }

    .tt-mobile-header-inline .tt-menu-toggle {
        padding: 0;
    }

    .tt-mobile-header-inline .tt-menu-toggle nav[role="navigation"] #menuToggle {
        top: 5px;
        left: 0;
    } 

    .mobileMenuWrapper .stackbarClose {
        display: flex;
        grid-template-columns: 1fr auto 1fr;
        margin: 15px;
        padding-bottom:15px;
        font-size: 18px;
        color: #000;
        align-items: center;
        border-bottom: 1px solid #012169;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 13;
        background: #FFFCF1;
        text-transform: none;
    }

    .mobileMenuWrapper .stackbarClose p {
        margin: 0;
    }

    .mobileMenuWrapper .stackbarClose .stackbar-text {
        justify-self: start;
        font-weight: 600;
        width: 100%;
        color: #012169;
        font-size: 24px;
    }

    .mobileMenuWrapper .stackbarClose .close {
        justify-self: end;
        display: flex;
        align-items: center;
        justify-content: end;
        width: 28px;
        height: 28px;
    }

    .mobileMenuWrapper .stackbarClose .close svg {
        width: 20px;
        height: 20px;
        display: block;
    }

    .mobileMenuWrapper .stackbarClose .close svg path {
        fill: #012169;
        stroke: #012169;
    }

    /* Back link (shown only when a submenu is open) */
    .mobileMenuWrapper .mobileMenuBack {
        display: none;
        justify-self: start;
        align-items: center;
        gap: 5px;
        color: #012169;
        text-decoration: none;
        font-weight: 600;
        margin-right: 30px;
        font-size: 16px;
    }

    html.mobileMenuSubActive .mobileMenuWrapper .mobileMenuBack {
        display: flex;
    }

    .mobileMenuWrapper .mobileMenuBack i {
        /* color: #000;
        display: inline-block;
        width: 20px;
        font-size: 18px;
        line-height: 1; */
        display: inline-block !important;
        width: 20px;
        color: #012169;
        font-size: 14px;
        text-align: left;
        font-weight: 600;
        margin-top: 3px;
    }
    }

    .mobileMenuWrapper .mobileMenuBack .mobileMenuBackArrow {
        color: #012169;
        display: inline-block;
        width: 10px;
        font-size: 20px;
        line-height: 14px;
        font-weight: 600;
        transform: translateY(-1px);
        border: none;
        background: none;
        height: 16px;
        margin: 0;
    }

    .mobileMenuWrapper .nav {
        margin: 0;
        padding: 0;
        overflow: hidden;
        list-style: none;
    }

    #menu .account-links {
        margin-top: 10px;
    }

    #menu .account-links,
    #menu .other-links {
        list-style: none;
        padding: 8px 0;
        margin: 15px;
        border-top: 1px solid #012169;
    }

    #menu .account-links .available-language:before,
    #menu .other-links .available-language:before {
        display: none;
    }


    #menu li h4,
    #menu li .main-mobileTitle{        
        padding: 32px 15px 15px;
        font-size: 16px;
        font-weight: 600;                        
        color: #012169;
        padding:0px;
        border-bottom: 1px solid #012169;
        padding-bottom: 8px;
        margin-bottom:10px;
      
        }

    /* Submenu title shown above nested links (e.g. "Auto") */
    #menu .mobileSubTitle{
        text-transform: none;
        padding: 32px 15px 15px;
        font-size: 16px;
        font-weight: 600;                
        color: #012169;
    }

    #menu .account-links li a,
    #menu .other-links li a {
        color: #012169;
        padding: 7px 0px;
        display: block;
        font-size: 16px;
        font-weight: 400;
    }

    .available-languages.other-links.list .available-language.active a {
        color: #012169 !important;
    }

    #menu .account-links li a i,
    #menu .other-links li a i {
        color: #012169;
        font-size: 18px;
        font-weight: 600;
        margin-right: 10px;
        vertical-align: top;
    }

    #menu li.nav__item,
    #menu li.nav__item .nav__sub {
        list-style: none;
    }

    #menu li.nav__item>.nav__sub,
    #menu li.nav__item>.nav__sub .grandchild {
        transition: all .3s ease 0s;
        right: 0%;
        width: 100%;
        position: absolute;
        background: #FFFCF1;
        top: 150px;
        padding: 0;
        height: 320px;
        z-index: 12;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        z-index: -1;
    }

    #menu li.nav__item>.nav__sub.is-active,
    #menu li.nav__item>.nav__sub .grandchild.is-active {
        right: 0;
        top: 59px;
        opacity: 1;
        z-index: 2;
        height: calc(100% + 45px);
    }

    .mobileMenuWrapper .nav li.nav__item a {
        padding: 15px;
        font-size: 16px;
        color: #012169;
        display: flex;
        font-weight: 600;
        justify-content: space-between;
        align-items: center;
    }

    .mobileMenuWrapper .nav li.nav__item a i {        
        display: inline-block !important;
        width: 20px;        
        color: #012169;
        font-size: 14px;
        text-align: right;
        font-weight: 600;
        margin-top: 3px;
    }

    .mobileMenuWrapper .nav li.nav__item a i svg {
        fill: #595a5d;
    }

    .mobileMenuWrapper .nav li.nav__item a i svg path {
        fill: #595a5d !important;
    }

    .mobileMenuWrapper .nav li.nav__item .nav__sub ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobileMenuWrapper .nav li.nav__item .nav__sub .nav__item a:hover,
    .mobileMenuWrapper .nav > li.nav__item > .nav__sub > li a:hover {
        text-decoration: underline;
    }

    .mobileMenuWrapper .nav li.nav__item .nav__sub ul.tabs{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 16px;
    }

    #menu li.nav__item>.nav__sub.mobileSubStyle4 .container {
        padding: 0px;
    }
    #menu li.nav__item>.nav__sub.mobileSubStyle4 .container .tabs {
        padding: 0px 15px ;
    }
    .mobileMenuWrapper .nav li.nav__item .nav__sub ul.combined-device-tabs {
        padding: 8px 16px;
        margin-bottom: 10px;
        border: none;
    }
    .mobileMenuWrapper .nav li.nav__item .nav__sub ul.combined-device-tabs li i {
        transition: all .3s ease 0s;
        width: 17px;
        height: 17px;
        padding: 2px;
        margin-left: 5px;
    }
    .mobileMenuWrapper .nav li.nav__item .nav__sub ul.combined-device-tabs li.current i {
        transform: rotate(180deg);
    }
    .mobileMenuWrapper .mobile-badge {
        display: none;
    }
    .mobile_menu ul.tabs li{
      	background: none;
        display: inline-block;
        cursor: pointer;
        font-size: 16px;
        color: #012169;
        padding: 16px;
        font-weight: 600;
        border: solid 1px #012169;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      }
      
      .mobile_menu ul.tabs li.current{
      	background: #012169;
      	color: #ffffff;
      }
      
      .mobile_menu .tab-content{
      	display: none;      	      	
      }
      
      .mobile_menu .tab-content.current{
      	display: inherit;
      }

    .mobileMenuWrapper .nav li.nav__item a.sub__close {
        border-bottom: 1px solid #ddd;
        align-items: center;
        display: flex;
        justify-content: flex-start; /* keep icon + label together */
        gap: 8px;
        color: #000 !important;
        font-weight: 600;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobileMenuWrapper .nav li.nav__item a.sub__close i {
        color: #000;
        height: auto;
        transform:rotate(180deg);
        width: 20px;
        flex: 0 0 auto;
    }

    #menu li.nav__item>.nav__sub.is-active>ul>li>a.nav__link {
        font-weight: 600;
    }


     /* Mobile language dropdown in menu footer */
    #menu .mobile-localization-dropdown.other-links {
        margin: 15px;
        padding: 8px 0px;        
    }
 
    #menu .mobile-localization-dropdown.other-links > summary {
        list-style: none;
    }
 
    #menu .mobile-localization-dropdown.other-links > summary::-webkit-details-marker {
        display: none;
    }
 
    #menu .mobile-localization-summary {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 12px;
        padding: 8px 0px;
        cursor: pointer;
        color: #012169;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
    }
 
    #menu .mobile-localization-current {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
 
    #menu .mobile-localization-current svg {
        width: 24px;
        height: auto;
        flex: 0 0 auto;
    }
 
    #menu .mobile-localization-current span {
        color: #012169;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
    }
 
    #menu .mobile-localization-chevron::before {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        color: #012169;
        display: block;
        transition: transform .2s ease;
    }
 
    #menu .mobile-localization-dropdown[open] .mobile-localization-chevron::before {
        transform: rotate(180deg);
    }   
 
    #menu .mobile-localization-panel .available-languages.list {
        list-style: none;
        margin: 0;
        padding: 6px 0 0;
    }
 
    #menu .mobile-localization-panel .available-languages.list .available-language {
        margin: 0;
        position: relative;
    }
 
    #menu .mobile-localization-panel .available-languages.list .available-language::before {
        display: none;
    }
 
    #menu .mobile-localization-panel .available-languages.list .available-language a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        color: #012169;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
    }
 
    #menu .mobile-localization-panel .available-languages.list .available-language.active a {        
        font-weight: 600 !important;
    }

}

.header_link--title {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}

@media only screen and (max-width: 1200px) {
    .custom-header.desktop_menu,
    .header_link--title {
        display: none;
    }

    html.mobileMenuActive {
        overflow: hidden !important;
    }    
}

@media only screen and (max-width: 1200px) {
    #menu {
        padding-bottom: 105px;
    }
    .mobileMenuWrapper .nav li.nav__item a.nav__link > svg {
        transform: rotate(-90deg);
    }
    #menu li.nav__item>.nav__sub.is-active .nav__link > svg {
        transform: rotate(90deg);
    }
    .mobileMenuWrapper .nav > li.nav__item > .nav__sub > li > ul > li > a.nav__link > svg {
        display: none;
    }
    .mobileMenuWrapper .nav > li.nav__item > .nav__sub > li > ul > li > a,
    .mobileMenuWrapper .nav > li.nav__item > .nav__sub > li a {
        padding: 8px 15px;
        font-weight: 400;
    }
    .mobileMenuWrapper .nav > li.nav__item > .nav__sub > li a i:before {
        display: none;
    }
    .mobileMenuWrapper .nav > li.nav__item > .nav__sub > li > ul > li > a.nav__link  {
        font-weight: 400;
    }
    
    .mobileMenuWrapper .nav>li.nav__item>.nav__sub>li>ul>li> ul > li > .childmenu_link svg {
        transform: rotate(-90deg) !important;
    }
    .nav__item.sub-menu-heading-bold .mobileSubStyle3 .parent-main-child .nav__link.parent-main-child-1{
        font-weight: 600;
    }
    #menu li.nav__item>.nav__sub.is-active,
    #menu li.nav__item>.nav__sub .grandchild.is-active {
        height: 100vh;
        padding-bottom: 80px;
    }
   nav.mobile_menu.open div#menu.sub-menu-open-active {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
    .sub-menu-block.tab .tab-content .sub-menu {
    margin-top: 20px !important;
    }
}

.sub-menu-block #style4-tab-1.tab-content .mega-style-4-links ul.sub-menu {
    flex: 0 0 25%;
    max-width: 25%;
}

#menu .mobile-localization-panel .available-languages.list .available-language.active {
    display: none;
}
/* Placeholder menu links should not look clickable */
.custom-header .menu a[href="#"],
.custom-header .menu a[href$="#"],
.mobile_menu a[href="#"],
.mobile_menu a[href$="#"] {
    cursor: default;
}

/* Real menu links should keep hand cursor */
.custom-header .menu a[href]:not([href="#"]):not([href$="#"]):not([href=""]),
.mobile_menu a[href]:not([href="#"]):not([href$="#"]):not([href=""]) {
    cursor: pointer;  
}

.custom-header .sub-menu li.sub-menu-heading a[href="#"]:hover,
.custom-header .sub-menu li.sub-menu-heading a[href$="#"]:hover,
.custom-header .sub-menu li a[href="#"]:hover,
.custom-header .sub-menu li a[href$="#"]:hover {
    text-decoration: none;
}