@charset "UTF-8";
@media screen and (min-width: 1px) {
    .h-notOnMobile {
        display: none !important
    }

    .h-onDesktop {
        display: none
    }

    .h-notOnDesktop {
        display: inline-block
    }

    .h-fitWidth {
        width: 100%
    }

    .h-fitHeight {
        height: 100%
    }

    .h-linkNoUnderline {
        border-bottom: none !important
    }

    .h-hidden {
        display: none
    }

    .h-fixed {
        position: fixed;
        z-index: 99
    }

    .h-centerText {
        text-align: center
    }

    .h-superScript {
        font-size: 9px;
        vertical-align: super
    }

    .m-skipMenu {
        position: relative;
        background-color: #FFFFFF
    }

    .m-skipMenu .m-skipList {
        padding: 0px
    }

    .m-skipMenu .m-skipList:focus-within {
        padding: 1em
    }

    .m-skipMenu .m-skipList:focus-within li {
        height: 20px;
        margin-bottom: 10px
    }

    .m-skipMenu .m-skipList:focus-within a {
        z-index: 99999;
        position: absolute;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        border-bottom: none
    }

    .m-skipMenu .m-skipList a {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        overflow: hidden;
        height: 1em;
        font-size: 16px;
        font-weight: bold;
        color: #4B4B4B;
        text-align: center;
        text-decoration: underline
    }

    .m-skipMenu .m-skipList a:hover, .m-skipMenu .m-skipList a:focus {
        text-decoration: none
    }

    .m-skipMenu .m-skipList a:active, .m-skipMenu .m-skipList a:focus {
        z-index: 99999;
        position: absolute;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        border-bottom: none
    }

    .m-nav {
        height: 50px;
        width: 100%;
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 1px
    }

    .MAD-Bar {
        display: flex;
        justify-content: flex-end
    }

    .mad-section {
        margin-top: -3px
    }

    .m-header-madbar {
        width: 100%;
        height: auto;
        display: block;
        border-top: #ccc;
        padding: 0px;
        position: relative;
        border-top-style: solid;
        border-top-width: 1px
    }

    .m-header {
        padding: 10px 15px;
        height: 30px;
        line-height: 30px;
        background-color: #FFFFFF;
        width: calc(100% - 30px)
    }

    .m-header_logo {
        width: 30px;
        display: inline-block;
        text-decoration: none
    }

    .m-header_search {
        display: inline-block;
        width: calc(100% - 120px);
        position: relative;
        height: 30px;
        line-height: 30px
    }

    .m-header_searchbar {
        border-radius: 15px !important;
        border: 0.25px solid #979797;
        background-color: #FAFAFA;
        font-size: 16px;
        color: #4B4B4B;
        padding: 6px 30px 5px 15px
    }

    .m-header_searchbar:placeholder {
        font-weight: 200;
        font-size: 10px;
        color: #393636;
        opacity: 0.6
    }

    .m-header_searchbutton {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 18px;
        background-color: #4B4B4B;
        border: none;
        height: 100%;
        border-radius: 0px 15px 15px 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 12px
    }

    .m-header_overlay {
        display: none
    }

    .m-header_menu {
        width: 20px;
        display: inline-block
    }

    .m-header_menuIcn {
        font-size: 14px
    }

    .m-header_menuIcn.MMM--icn_close {
        font-size: 17px
    }

    .m-header_hiddenIcn {
        display: none
    }

    .m-header.is-searching {
        z-index: 99;
        position: absolute
    }

    .m-header.is-searching .m-header_logo {
        display: none
    }

    .m-header.is-searching .m-header_search {
        width: calc(100% - 56px);
        z-index: 99
    }

    .m-header.is-searching ~ .m-header_overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 98;
        display: inline-block;
        top: 0px;
        left: 0px
    }

    .m-header.is-searching .m-header_menuLink {
        display: none
    }

    .m-header.is-searching .m-header_hiddenIcn {
        display: inline-block
    }

    .m-header.is-searching.is-navigating ~ .m-header_overlay {
        background-color: rgba(0, 0, 0, 0.7)
    }

    .m-btn, .m-btn:visited {
        border-radius: 2px;
        border: 1px solid #4B4B4B;
        font-size: 14px;
        font-weight: bold;
        color: #606060;
        letter-spacing: 0px;
        text-align: center;
        background: #FFFFFF;
        padding: 10px
    }

    .m-btn:hover {
        background: #F2F2F2;
        cursor: pointer;
        border-bottom: 1px solid #4B4B4B;
        color: #606060
    }

    .m-btn--close {
        background: none;
        border: none
    }

    .m-btn--red, .m-btn--red:visited {
        background: #FF0000;
        color: #FFFFFF;
        border: none;
        font-weight: normal
    }

    .m-btn--red:hover:not(:disabled) {
        background: #C80000;
        border-bottom: none;
        color: #FFFFFF
    }

    .m-btn--light {
        border: 0.5px solid #E6E6E6 !important;
        color: #606060;
        font-weight: normal
    }

    .m-btn--light:hover, .m-btn--light:focus {
        background-color: #FFFFFF;
        text-decoration: underline;
        color: #606060
    }

    .m-btn--free, .m-btn--free:hover {
        border: none;
        background-color: transparent
    }

    .m-btn--fullWidth {
        display: block
    }

    .m-btn.is-header_mad {
        padding: 6px 10px 6px 6px
    }

    .m-navbar {
        width: 100vw;
        height: calc(100vh - 50px);
        left: 0px;
        top: 50px;
        visibility: visible;
        position: absolute;
        z-index: 97;
        background-color: #fff;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: #f2f2f2;
        box-shadow: 2px 2px 6px rgba(204, 204, 204, 0.35)
    }

    .m-navbar_nav {
        background-color: #F2F2F2;
        padding: 30px 15px;
        height: 100%;
        z-index: 97
    }

    .m-navbar_login {
        height: 55px
    }

    .m-navbar_loginBtn {
        margin: 7px 15px 8px auto;
        float: right
    }

    .m-navbar_loginProfile {
        float: left;
        margin-top: 7px
    }

    .m-navbar_loginProfile .m-navbar_loginBtn {
        height: 17px;
        margin: 0px 0px 0px 15px;
        padding: 9px 20px 11px 15px
    }

    .m-navbar_loginBtn.m-navbar_profileBtn {
        margin: 0px;
        padding-left: 15px
    }

    .m-navbar_loginBtn.m-navbar_profileBtn.is-header_mad {
        margin: 0px;
        padding-top: 8px !important
    }

    .m-navbar_profIcn {
        vertical-align: middle;
        top: -3px;
        position: relative;
        margin-right: 10px
    }

    .m-navbar_profIcn:before {
        font-size: 23px
    }

    .m-navbar_link {
        /*width: 100%;*/
        margin-bottom: 15px;
        border: none;
        border-radius: 2px;
        color: #000000 !important;
        font-size: 16px;
        background-color: #FFFFFF;
        letter-spacing: 0;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block
    }

    .m-navbar_link:after {
        content: '\e977';
        font-family: '3MThemeIconFont';
        speak: none;
        float: right;
        transform: rotate(-90deg)
    }

    .m-navbar_link:hover {
        border-bottom: none !important
    }

    .m-navbar_localization {
        margin: 50px auto 0px auto;
        width: 100%;
        font-size: 14px;
        position: absolute;
        text-align: center;
        bottom: 65px
    }

    .m-navbar_localGlobe {
        height: 18px;
        font-size: 18px;
        position: relative;
        top: -2px
    }

    .m-navbar_localOverlay, .m-navbar_profileOverlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 99;
        top: 0px;
        left: 0px
    }

    .m-navbar_signInOverlay {
        position: absolute;
        height: calc(100% - 91px);
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 89;
        top: 91px;
        left: 0px
    }

    .m-navbar_signInPopup {
        height: auto;
        max-height: none;
        min-height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 41px;
        right: 0;
        z-index: 200;
        background-color: #FFFFFF;
        box-shadow: 0 7px 10px 0;
        text-align: center
    }

    .m-navbar_signInPopup_heading {
        padding: 30px 25px 15px 10px
    }

    .m-navbar_signInPopup_heading span {
        font-size: 14px;
        color: #606060;
        font-weight: bold
    }

    .m-navbar .m-overlay.is-signInToggle {
        top: 91px
    }

    .m-navbar_profilePopup {
        max-height: none;
        max-width: 230px;
        min-height: 165px;
        width: 70%;
        height: auto;
        margin: 28% auto 0 auto;
        padding: 15px
    }

    .m-navbar_profilePopup_heading {
        padding: 30px 25px 15px 10px
    }

    .m-navbar_profilePopup_heading span {
        font-size: 14px;
        color: #606060;
        font-weight: bold
    }

    .m-navbar_profilePopup.mad-menu-container {
        max-height: none;
        min-height: auto;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 200;
        background-color: #FFFFFF;
        box-shadow: 0 7px 10px 0
    }

    .m-navbar_profilePopup.mad-menu-container_heading {
        padding: 30px 25px 15px 10px
    }

    .m-navbar_profilePopup.mad-menu-container_heading span {
        font-size: 14px;
        color: #606060;
        font-weight: bold
    }

    .m-navbar-localClose {
        float: right;
        font-size: 14px
    }

    .m-navbar_popupTitle {
        margin: 50px auto 20px auto
    }

    .m-navbar_popupOption {
        display: block;
        padding: 10px 20px;
        background: linear-gradient(to right, #F9F9F9 50%, #fff 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: .35s linear
    }

    .m-navbar_popupOption:hover, .m-navbar_popupOption:focus {
        background-color: #F9F9F9
    }

    .m-navbar_popupOption:hover {
        background-position: left bottom;
        transition: all .35s linear;
        text-decoration: underline
    }

    .m-navbar_popupOptions {
        border-top: 2px solid #F2F2F2;
        border-bottom: 2px solid #F2F2F2;
        padding: 20px;
        margin: 0px 20px 30px 20px;
        text-align: left
    }

    .m-navbar_popupOptions.m-navbar_profileOptions {
        padding: 20px 0px;
        border-bottom: none
    }

    .m-navbar_localeSave {
        display: block;
        margin: 30px auto 40px auto;
        font-weight: 200;
        width: 90px;
        font-size: 14px
    }

    .m-navbar_popup, .m-navbar_localPopup {
        background-color: #FFFFFF;
        box-shadow: 0 5px 10px 0;
        border-radius: 2px;
        height: auto;
        min-height: 310px;
        max-width: 265px;
        width: 70%;
        margin: 17% auto 0 auto;
        padding: 15px 15px 30px 15px;
        text-align: center
    }

    .MMM--themeWrapper .m-navbar_profileOverlay {
        position: absolute;
        height: calc(100% - 162px);
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 89;
        top: 162px;
        left: 0px
    }

    .m-navbar-profile {
        height: 0;
        width: 100%;
        position: absolute;
        right: 0px;
        left: auto;
        top: 99px;
        border: none
    }

    .no-wpthemeHeader {
        top: -9px !important
    }

    .no-wpthemeHeaderOverlay {
        top: 91px !important;
        height: calc(100% - 91px) !important
    }

    .mad-nav-arrow {
        margin-left: 10px;
        font-size: 20px;
        margin-right: 0 !important
    }

    .MyLogOut a {
        margin: 0 auto;
        width: 50%;
        display: block
    }

    .signIn-linkBox a {
        color: #4B4B4B;
        text-decoration: none;
        border-bottom: none
    }

    .m-navbar_level-1 {
        height: 100%;
        padding-top: 1px
    }

    .large-icn {
        font-weight: bold;
        font-size: 19px;
        position: relative;
        right: 5px;
        top: -3px
    }

    .is-signInToggle .large-icn {
        font-size: 22px;
        right: 5px;
        top: 3px
    }

    .m-footer {
        width: 100%;
        border-top: 1px solid #F2F2F2 !important;
        padding-top: 1px
    }

    .m-footer a:not(.m-footer_expHead):not(.MMM--btn):hover {
        text-decoration: underline;
        border-bottom: none
    }

    .m-footer_categories {
        padding: 25px;
        font-size: 14px
    }

    .m-footer_category {
        border-bottom: 2px solid #F2F2F2
    }

    .m-footer_expHead, .m-footer_heading {
        font-weight: 200;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        margin: 20px 0px;
        cursor: pointer;
        font-size: 14px
    }

    .m-footer_expHead:after {
        content: '\e977';
        font-family: '3MThemeIconFont';
        speak: none;
        float: right;
        font-weight: bold;
        color: #767676;
        font-size: 15px
    }

    .m-footer_expHead.is-open {
        border-bottom: none
    }

    .m-footer_expHead.is-open:after {
        transform: rotate(180deg)
    }

    .m-footer_expHead.is-open + .m-footer-expLinks {
        display: block
    }

    .m-footer-expLinks {
        display: none
    }

    .m-footer-link {
        margin: 30px 0px;
        font-weight: 200;
        font-size: 16px
    }

    .m-footer_legal {
        padding: 0px 25px;
        font-weight: 200;
        margin-top: 5px;
        height: 75px;
        display: flex;
        align-items: center
    }

    .m-footer_legal--logo {
        margin-right: 25px
    }

    .m-footer_legalLinks {
        height: 12px
    }

    .m-footer_legalLink, .m-footer_legalSpan {
        float: left;
        margin-right: 5px;
        color: #4B4B4B !important;
        border-bottom: none;
        font-size: 13px
    }

    .m-footer_legalLink:hover, .m-footer_legalLink:active, .m-footer_legalLink:visited, .m-footer_legalSpan:hover, .m-footer_legalSpan:active, .m-footer_legalSpan:visited {
        color: #4B4B4B !important;
        text-decoration: none;
        border-bottom: none
    }

    .m-footer_copyRight {
        float: left;
        color: #4B4B4B;
        opacity: 0.6;
        padding-top: 7px;
        width: 100%;
        font-size: 13px
    }

    .m-footer_socialContainer {
        padding: 45px 25px 80px 25px;
        background-color: #f2f2f2
    }

    .m-footer-social {
        margin: auto;
        display: flex;
        width: 100%;
        max-width: 375px;
        justify-content: space-between
    }

    .m-footer-socialIcn {
        font-size: 35px;
        border-bottom: none;
        position: relative
    }

    .m-footer-socialIcn i.MMM--socialIcn {
        background: #FFFFFF;
        border-radius: 20px
    }

    .m-footer-socialIcn:hover, .m-footer-socialIcn:visited, .m-footer-socialIcn:focus {
        color: #FF0000;
        border-bottom: none;
        text-decoration: none;
        outline: none
    }

    .m-footer-socialIcn--outline:before {
        font-family: '3MThemeIconFont';
        content: "\e97a";
        color: #FFFFFF;
        font-size: 40px;
        position: absolute;
        left: -3px;
        top: -10px;
        stroke-width: thick;
        -webkit-text-stroke-width: thick
    }

    .m-footer-socialIcn:hover .m-footer-socialIcn--outline:before, .m-footer-socialIcn:focus .m-footer-socialIcn--outline:before {
        color: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 18px
    }

    .m-footer-socialIcn:hover i, .m-footer-socialIcn:focus i {
        color: #000000
    }

    .m-footer_disclosure {
        font-size: 12px;
        color: #4B4B4B;
        font-weight: 200;
        margin-top: 50px;
        text-align: center
    }

    .m-dropdown-list {
        display: none;
        height: 100%
    }

    .m-dropdown-list_header {
        border-bottom: 1px solid #DDDDDD
    }

    .m-dropdown-list_backBtn {
        background: none;
        border: none;
        float: left;
        position: absolute;
        width: 50px;
        height: 45px
    }

    .m-dropdown-list_title {
        display: flex;
        justify-content: center;
        padding: 15px
    }

    .m-dropdown-list_title label {
        display: none
    }

    .l-img {
        width: 100%;
        height: 100%
    }

    .l-smallMarginRight {
        margin-right: 30px
    }

    .l-centerVertically {
        line-height: 100%;
        vertical-align: middle
    }

    .l-margin--top {
        margin-top: 40px
    }

    .l-dropdown-list {
        border-bottom: 1px solid #DDDDDD
    }

    .l-dropdown-list a:not(.m-btn) {
        color: #4b4b4b;
        padding: 20px 25px;
        display: block;
        font-size: 16px;
        font-weight: 200
    }

    .l-dropdown-list a:not(.m-btn):active {
        text-decoration: underline;
        color: #C80000
    }

    .l-dropdown-list a:not(.m-btn):focus {
        text-decoration: underline;
        outline: none
    }

    .l-dropdown-list a:not(.m-btn):hover {
        text-decoration: underline
    }

    .l-dropdown-list_container {
        overflow-y: scroll;
        height: 93%;
        display: none
    }

    .l-dropdown-list--brands {
        display: block
    }

    .l-dropdown-list--brands > li:not(:last-child) {
        width: calc(50% - 2px);
        float: left;
        text-align: center;
        height: 190px;
        border: 1px solid #F2F2F2
    }

    .l-dropdown-list--brands > li:last-child {
        width: 100%;
        text-align: center;
        height: 300px;
        float: right;
        padding-top: 45px
    }

    .l-dropdown-list--brands > li:last-child a {
        font-size: 18px;
        font-weight: 200;
        border-bottom: none;
        text-decoration: underline;
        color: #003CE6
    }

    .l-dropdown-list--brands > li:last-child a:visited {
        border-bottom: none
    }

    .l-dropdown-list--brands > li:last-child a:hover {
        border-bottom: none;
        text-decoration: none
    }

    .l-dropdown-list--brands > li:last-child a:active {
        color: #C80000;
        text-decoration: underline
    }

    .l-dropdown-list--products > li:last-child a {
        font-size: 18px;
        font-weight: 200;
        border-bottom: none;
        text-decoration: underline;
        color: #003CE6
    }

    .l-dropdown-list--products > li:last-child a:visited {
        border-bottom: none
    }

    .l-dropdown-list--products > li:last-child a:hover {
        border-bottom: none;
        text-decoration: none
    }

    .l-dropdown-list--products > li:last-child a:active {
        color: #C80000;
        text-decoration: underline
    }

    .l-dropdown-list--industries > div:last-child {
        margin-top: 150px
    }

    .l-dropdown-list--industries > div:last-child > * {
        display: none
    }

    .l-dropdown-list_last-item {
        display: flex;
        justify-content: space-around;
        padding: 20px 25px 150px 25px;
        align-items: center
    }

    .l-dropdown-list_last-item a {
        font-size: 18px;
        font-weight: 200;
        border-bottom: none;
        text-decoration: underline;
        color: #003CE6
    }

    .l-dropdown-list_last-item a:visited {
        border-bottom: none
    }

    .l-dropdown-list_last-item a:hover {
        border-bottom: none;
        text-decoration: none
    }

    .l-dropdown-list_last-item a:active {
        color: #C80000;
        text-decoration: underline
    }

    .l-dropdown-list_industries-image {
        margin-top: 150px
    }

    .l-dropdown-list_industries-image > * {
        display: none
    }

    .l-dropdown-logo_container {
        position: relative;
        height: 100px
    }

    .l-dropdown-logo_sprite {
        width: calc(100% - 100px);
        height: calc(100% - 25px);
        padding: 10px 50px
    }

    .l-dropdown-logo_sprite img {
        max-width: 100%;
        max-height: 100%
    }

    .l-dropdown-logo_label {
        font-weight: 200;
        font-size: 12px;
        color: #4A4646;
        bottom: 0px;
        position: absolute;
        width: calc(100% - 30px);
        padding: 0px 15px;
        left: 0px
    }

    .l-dropdown-links_container {
        padding: 10px 15px
    }

    .l-dropdown-links_container .m-btn:only-child {
        margin-top: 40px
    }

    .l-dropdown-links_container .m-btn {
        padding: 7px 10px;
        font-size: 12px;
        margin-top: 5px
    }

    .l-dropdown-links_container .m-btn .MMM--icn_arrowJump {
        transform: rotate(-135deg)
    }

    .link {
        font-size: 14px
    }

    .link--dark, .link--dark:hover, .link--dark:active, .link--dark:visited {
        color: #4B4B4B;
        text-decoration: none;
        border-bottom: none
    }

    .color--white {
        color: #FFFFFF
    }

    .color--red {
        color: #FF0000
    }

    .color--darkslategrey {
        color: #4B4B4B
    }

    .color--darkerslategrey {
        color: #413E3E
    }

    .color--silver {
        color: #C2C2C2
    }

    .color--iconGray {
        color: #767676
    }

    .font--size {
        font-size: 14px
    }

    .font--standard {
        font-size: 16px;
        color: #4B4B4B
    }

    .m-radioInput {
        -webkit-appearance: none
    }

    .m-radioInput + .m-radioInput_label + br + .m-radioInput {
        margin-top: 20px
    }

    .m-radioInput:focus {
        outline: none;
        border: none
    }

    @supports (-ms-ime-align: auto) {
        .m-radioInput:focus {
            outline: 1px dotted #767676
        }
    }.m-radioInput:after {
         width: 14px;
         height: 14px;
         border-radius: 14px;
         top: 2px;
         position: relative;
         background-color: #FFFFFF;
         content: '';
         display: inline-block;
         visibility: visible;
         border: 1px solid #4B4B4b
     }

    .m-radioInput:hover:after {
        border: 1px solid #000000
    }

    .m-radioInput:checked:after {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        position: relative;
        background-color: #FFFFFF;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 4px solid #0099FF
    }

    .m-radioInput:checked:focus:after, .m-radioInput:checked:hover:after {
        /*box-shadow: 0px 0px 0px 1px #000000;*/
        /*border: 3px solid #0099FF;*/
        /*margin-right: 1px;*/
        /*margin-left: 1px;*/
        /*margin-bottom: 2px;*/
        /*top: 3px*/
    }

    .m-radioInput_label {
        padding: 0px 0px 0px 5px
    }

    .m-navbar_cart {
        border: none;
        background-color: transparent;
        float: right;
        padding-right: 0px;
        margin-top: 0px
    }

    .m-navbar_cart:hover, .m-navbar_cart:focus, .m-navbar_cart:active {
        background-color: #FFFFFF;
        border-bottom: none
    }

    .m-navbar_cartBadge {
        font-size: 13px;
        color: #ff0000;
        position: absolute;
        display: inline-flex;
        justify-content: center;
        padding: 5px
    }

    .m-navbar_cartBadge--hidden {
        display: none
    }
}

@media screen and (min-width: 1px) and (prefers-reduced-motion: reduce) {
    .m-navbar_popupOption, .m-navbar_popupOption:hover, .m-navbar_popupOption:focus {
        transition: none
    }
}

@media screen and (min-width: 768px) {
    .h-onMobile {
        display: none
    }

    .h-notOnMobile {
        display: inline-block
    }

    .h-notOnTablet {
        display: none !important
    }

    .m-nav {
        height: 70px
    }

    .mad-section {
        margin-top: -1px
    }

    .m-header {
        padding: 17px 30px;
        height: 36px;
        line-height: 36px;
        background-color: #FFFFFF;
        width: calc(100% - 60px)
    }

    .m-header_logo {
        width: 50px
    }

    .m-header_search {
        height: 36px;
        line-height: 30px;
        width: calc(100% - 166px)
    }

    .m-header_searchbar {
        border-radius: 18px !important;
        padding-right: 40px
    }

    .m-header_searchbar:placeholder {
        font-weight: normal;
        font-size: 16px
    }

    .m-header_searchbutton {
        width: 24px;
        border-radius: 0px 18px 18px 0px;
        font-size: 15px
    }

    .m-header_menu {
        width: 28px
    }

    .m-header_menuIcn, .m-header_menuIcn:before {
        font-size: 28px
    }

    .m-header_menuIcn, .m-header_menuIcn:before {
        font-size: 24px
    }

    .m-header_menuIcn.MMM--icn_close, .m-header_menuIcn.MMM--icn_close:before {
        font-size: 28px
    }

    .m-header.is-searching {
        z-index: unset
    }

    .m-header.is-searching .m-header_search {
        width: calc(100% - 166px)
    }

    .m-header.is-searching .m-header_logo, .m-header.is-searching .m-header_menu, .m-header.is-searching .m-header_menuLink {
        display: inline-block
    }

    .m-header.is-searching .m-header_hiddenIcn {
        display: none
    }

    .m-header.is-searching.is-navigating {
        z-index: 99
    }

    .m-header.is-searching.is-navigating .m-header_hiddenIcn {
        display: inline-block
    }

    .m-header.is-searching.is-navigating .m-header_menuLink {
        display: none
    }

    .m-navbar {
        width: 50%;
        right: 0px;
        left: auto;
        top: 70px
    }

    .m-navbar_profilePopup {
        max-height: none;
        max-width: 260px;
        min-height: 245px;
        height: auto;
        margin: 125px auto 0 auto
    }

    .m-navbar_signInOverlay {
        position: absolute;
        height: calc(100% - 114px);
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 89;
        top: 114px;
        left: 0px
    }

    .m-navbar_signInPopup {
        max-width: 40%;
        min-width: 300px;
        width: 40%;
        max-height: none;
        min-height: auto;
        height: auto;
        margin: 0 auto;
        float: right;
        padding: 0;
        position: absolute;
        right: 0;
        top: 43px;
        z-index: 200
    }

    .m-navbar_profilePopup.mad-menu-container {
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 42px;
        box-shadow: 0 5px 10px 0;
        border-radius: 2px;
        height: auto;
        min-height: auto;
        min-width: 265px;
        max-height: none;
        margin: 0 auto;
        right: -1px;
        z-index: 200;
        background-color: #FFFFFF;
        padding: 0
    }

    .m-navbar_overlay {
        width: 50%;
        position: absolute;
        right: auto;
        left: 0px;
        background-color: rgba(1, 1, 1, 0.6);
        height: 100vh
    }

    .m-navbar_profileOverlay {
        position: absolute;
        height: calc(100% - 161px);
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 89;
        top: 161px;
        left: 0px
    }

    .is-signInToggle .large-icn {
        font-size: 22px;
        right: 5px;
        top: 4px
    }

    .m-navbar-profile {
        height: 0;
        width: 50%;
        position: absolute;
        right: 0px;
        left: auto;
        top: 119px;
        box-shadow: none;
        border: none
    }

    .no-wpthemeHeader {
        top: -5px !important
    }

    .no-wpthemeHeaderOverlay {
        top: 114px !important;
        height: calc(100% - 114px) !important
    }

    .m-navbar_profileBtn {
        margin: 0px;
        padding-top: 6px !important
    }

    .m-footer_categories {
        padding: 15px 45px 30px 35px;
        display: flex;
        justify-content: space-between
    }

    .m-footer_category {
        border-bottom: none;
        max-width: 155px
    }

    .m-footer_expHead, .m-footer_heading {
        cursor: default
    }

    .m-footer_expHead:after {
        content: '';
        display: none
    }

    .m-footer-expLinks {
        display: block
    }

    .m-footer-link {
        font-size: 11px;
        margin: 10px 0px
    }

    .m-footer_legal {
        padding: 0px 5px 0px 35px;
        float: left
    }

    .m-footer_legalLink, .m-footer_legalSpan {
        margin-right: 20px;
        font-size: 11px
    }

    .m-footer_legalLink, .m-footer_legalLink:hover, .m-footer_legalLink:active, .m-footer_legalLink:visited, .m-footer_legalSpan, .m-footer_legalSpan:hover, .m-footer_legalSpan:active, .m-footer_legalSpan:visited {
        color: #4B4B4B
    }

    .m-footer_copyRight {
        font-size: 11px
    }

    .m-footer_socialContainer {
        width: 265px;
        background-color: transparent;
        float: right;
        margin: 0px 45px 40px 0px;
        position: relative;
        padding: 0px
    }

    .m-footer-social {
        width: 200px;
        position: absolute;
        right: 0px;
        margin-top: 0px
    }

    .m-footer-socialIcn {
        font-size: 30px
    }

    .m-footer-socialIcn--outline:before {
        color: #FFFFFF;
        font-size: 35px;
        top: -8px
    }

    .m-footer_disclosure {
        margin-top: 55px;
        text-align: right
    }

    .l-smallMarginRight {
        margin-right: 40px
    }
}

@media screen and (min-width: 960px) {
    .h-onDesktop {
        display: inline-block
    }

    .h-notOnDesktop {
        display: none !important
    }

    .h-notOnTablet {
        display: inline-block !important
    }

    .m-header {
        width: 90%;
        padding: 15px 5% 0px 5%;
        /* wegen dem Einsatz von Bootstrap und der änderen des Boxmodels muss der Kopf entsprechend erhöht werden */
        height: 40px;
        /*height: 55px;*/
        line-height: 40px
    }

    .m-header_container {
        position: relative;
        z-index: 100
    }

    .m-header.is-searching {
        position: relative
    }

    .m-header.is-searching.is-navigating {
        z-index: unset
    }

    .m-header.is-searching.is-navigating ~ .m-header_overlay {
        background-color: rgba(0, 0, 0, 0.2)
    }

    .m-header_logo {
        width: auto;
        max-height: 40px
    }

    .m-header_logoImg {
        height: 33px
    }

    .m-header_search {
        max-width: 56%;
        height: 100%;
        line-height: 100%
    }

    .m-header_searchbar {
        border-radius: 20px !important;
        border-color: #D6D6D6;
        padding-right: 60px;
        border-width: thin
    }

    .m-header_searchbar:placeholder {
        font-size: 14px;
        color: #AEAEAE
    }

    .m-header_searchbar:focus {
        border-color: #D6D6D6
    }

    .m-header_searchbutton {
        width: 43px;
        font-size: 18px;
        border-radius: 0px 20px 20px 0px;
        font-size: 20px;
        padding-left: 4px;
        padding-right: 8px
    }

    .m-nav {
        height: 125px;
        position: relative;
        z-index: 100;
        background-color: #FFFFFF
    }

    .m-navbar {
        display: contents;
        width: 100%;
        height: 70px;
        top: -12px;
        border: none;
        box-shadow: none
    }

    .m-navbar_container {
        width: 100%;
        position: relative;
        display: inline-block
    }

    .m-navbar_login {
        float: right;
        margin-right: 5%
    }

    .m-navbar_loginProfile {
        margin-top: 0px
    }

    .m-navbar_loginProfile .m-navbar_loginBtn {
        margin-top: 20px;
        margin-left: 0px;
        padding: 9px 25px 11px 25px
    }

    .m-navbar_profIcn {
        padding-right: 10px;
        margin-right: 0px
    }

    .m-navbar_loginBtn {
        padding: 10px 20px;
        margin: 20px 0px 0px 0px
    }

    .m-navbar_profileBtn.m-navbar_loginBtn {
        padding-right: 0px;
        margin: 20px 0px 0px 0px
    }

    .m-navbar_login + .m-navbar_login {
        margin-right: 15px
    }

    .m-navbar_nav {
        background-color: #FFFFFF;
        padding: 15px 15px 0px 0px;
        padding-left: calc(5% - 15px);
        height: 55px
    }

    .m-navbar_listItem {
        float: left;
        padding-top: 5px
    }

    .m-navbar_link {
        margin-bottom: 0px;
        font-size: 16px;
        color: #4B4B4B !important;
        font-weight: normal;
        text-align: center;
        position: relative
    }

    .m-navbar_link:hover, .m-navbar_link:focus, .m-navbar_listItem .is-active {
        color: #C80000;
        padding-bottom: 13px;
        border-bottom: none
    }

    .m-navbar_link:after, .m-navbar_listItem .is-active:after {
        border-bottom: 3px solid #C80000;
        content: '';
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -2px;
        transform: scaleX(0)
    }

    .m-navbar_link:hover:after, .m-navbar_link:focus:after, .m-navbar_listItem .is-active:after {
        transform: scaleX(1);
        transition: transform .3s ease-in-out;
        display: block
    }

    .m-navbar_localization {
        position: absolute;
        top: -27px;
        margin-top: 0px;
        right: 5%;
        font-size: 12px;
        width: 110px;
        text-align: right
    }

    .m-navbar_localOverlay, .m-navbar_profileOverlay {
        position: relative;
        height: auto;
        width: auto;
        background-color: none
    }

    .m-navbar_profileOverlay {
        display: block
    }

    .m-navbar_profileOverlay.h-hidden {
        display: none
    }

    .m-navbar_localPopup, .m-navbar_popup {
        position: absolute;
        top: -15px;
        right: calc(5% - 16px);
        padding: 0px;
        width: 230px;
        margin-top: 0px;
        box-shadow: 0 5px 10px 0;
        z-index: 105
    }

    .m-navbar_signInOverlay {
        position: absolute;
        height: calc(100% - 127px);
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 89;
        top: 127px;
        left: 0px
    }

    .m-navbar_signInPopup {
        top: 126px;
        right: 0;
        margin: 0 auto 0 auto;
        padding: 0px;
        min-height: 135px;
        max-height: none;
        height: auto;
        width: auto;
        min-width: 30%;
        max-width: 30%;
        display: block;
        position: absolute
    }

    .m-navbar_profilePopup.m-navbar_popup {
        top: 65px;
        right: calc(5% - 5px);
        margin: 0 auto 0 auto;
        padding: 0px;
        min-height: 165px;
        max-height: none;
        height: auto;
        min-width: 230px;
        width: auto;
        max-width: 350px
    }

    .m-navbar_profilePopup.mad-menu-container {
        top: 126px;
        right: 0;
        margin: 0 auto 0 auto;
        padding: 0px;
        min-height: 165px;
        max-height: auto;
        height: auto;
        width: auto;
        min-width: auto;
        display: flex;
        justify-content: space-between
    }

    .m-navbar_profileOption.m-navbar_popupOptions {
        border: none;
        padding: 30px 20px 40px 20px;
        margin: 0px
    }

    .m-navbar_popup:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFFFFF;
        border-width: 12px;
        margin-left: -12px
    }

    .m-navbar_popup:after, .m-navbar_popup:before {
        top: -19px;
        right: 0px;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
        border-bottom: 10px solid #FFFFFF;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent
    }

    .m-navbar_popupTitle {
        margin: 30px auto 30px auto
    }

    .m-navbar .m-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 99;
        top: 0px;
        left: 0px
    }

    .MMM--themeWrapper .m-navbar_profileOverlay {
        position: absolute;
        height: calc(100% - 126px);
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 89;
        top: 126px;
        left: 0px
    }

    .m-navbar-profile {
        height: 0;
        width: 50%;
        position: absolute;
        right: 0px;
        left: auto;
        top: 119px
    }

    .m-overlay.is-profileToggle {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 99;
        top: 173px;
        left: 0px
    }

    .no-wpthemeHeader {
        top: 127px !important
    }

    .no-wpthemeHeaderOverlay {
        top: 114px !important;
        height: calc(100% - 114px) !important
    }

    .is-signInToggle .large-icn {
        font-size: 22px;
        right: 5px;
        top: -3px
    }

    .signIn-linkBox a {
        text-decoration: underline;
        border-bottom: none
    }

    .m-footer {
        position: relative;
        display: flex;
        flex-direction: column
    }

    .m-footer_container {
        position: relative;
        display: flex;
        flex-direction: column
    }

    .m-footer_categories {
        width: calc(70% - 70px);
        float: left;
        padding: 20px 0px 45px 70px
    }

    .m-footer_category {
        max-width: 200px
    }

    .m-footer_expHead {
        margin: 30px 0px
    }

    .m-footer-link {
        margin: 15px 0px;
        font-size: 13px;
        line-height: 16px
    }

    .m-footer-link a:hover {
        color: #C80000;
        text-decoration: underline
    }

    .m-footer_legal {
        float: left;
        width: calc(75% - 140px);
        padding: 0 70px 20px;
        height: auto
    }

    .m-footer_legalLink, .m-footer_legalSpan {
        margin-right: 5px;
        font-size: 12px
    }

    .m-footer_copyRight {
        font-size: 12px
    }

    .m-footer_socialContainer {
        position: absolute;
        right: 0px;
        width: calc(30% - 185px);
        min-width: 170px;
        margin: 0px;
        padding: 50px 70px 0px 105px;
        height: calc(100% - 65px);
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }

    .m-footer-social {
        position: relative;
        width: 100%;
        margin-top: 20px;
        float: left
    }

    .m-footer_disclosure {
        width: 265px;
        position: absolute;
        text-align: left;
        bottom: 27px;
        right: 70px
    }

    .m-footer_heading {
        margin: 0px
    }

    .m-dropdown-list_overlay {
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 100;
        left: 0px
    }

    .l-smallMarginRight {
        margin-right: 50px
    }

    .l-dropdown-list {
        border-bottom: none;
        width: auto
    }

    .l-dropdown-list a:not(.m-btn) {
        padding: 10px 7px;
        background: linear-gradient(to right, #F9F9F9 49%, #fff 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: .35s linear
    }

    .l-dropdown-list a:not(.m-btn):hover {
        background-position: left bottom;
        transition: all .35s linear
    }

    .l-dropdown-list_container {
        display: block;
        line-height: 18px;
        column-width: 280px;
        overflow: visible;
        padding: 20px 5%;
        position: absolute;
        z-index: 98;
        background-color: #FFFFFF;
        height: auto;
        /* wegen dem Einsatz von Bootstrap und der änderen des Boxmodels muss die Breite entsprechend angepasst werden */
        width: 90%;
        /*width: 100%;*/
        /* wegen dem Einsatz von Bootstrap und der änderen des Boxmodels muss die Position entsprechend angepasst werden */
        top: 72px;
        /*top: 70px;*/
        padding-bottom: 62px
    }

    .l-dropdown-list--brands {
        column-width: auto;
        padding: 0px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap
    }

    .l-dropdown-list--brands > li:not(:last-child) {
        border: none;
        height: 240px;
        width: 240px;
        position: relative
    }

    .l-dropdown-list--brands > li:not(:last-child):first-child {
        margin-top: 0px
    }

    .l-dropdown-list--brands > li:not(:last-child) .m-btn {
        opacity: 0;
        display: inline;
        font-size: 14px;
        width: calc(50% - 21px);
        float: left;
        border-radius: 0px;
        margin-top: 45px
    }

    .l-dropdown-list--brands > li:not(:last-child):hover {
        background-color: #F9F9F9
    }

    .l-dropdown-list--brands > li:not(:last-child):hover .l-dropdown-logo_container {
        padding-top: 0px;
        transition-duration: 0.4s
    }

    .l-dropdown-list--brands > li:not(:last-child):hover .m-btn, .l-dropdown-list--brands > li:not(:last-child):focus .m-btn {
        opacity: 100
    }

    .l-dropdown-list--brands > li:last-child {
        width: 480px;
        height: 75px;
        padding-top: 0px;
        flex-grow: 2
    }

    .l-dropdown-list--brands > li:last-child a {
        position: absolute;
        bottom: 20px;
        right: 45px
    }

    .l-dropdown-list--products {
        max-height: 495px;
        min-height: 380px
    }

    .l-dropdown-list--products > li:last-child a {
        position: absolute;
        bottom: 20px;
        right: 45px
    }

    .l-dropdown-list--industries {
        /* wegen dem Einsatz von Bootstrap und der änderen des Boxmodels muss die Breite entsprechend angepasst werden */
        width: 50%;
        /*width: 100%;*/
        padding-right: 45%;
        padding-bottom: 170px;
        padding-top: 30px;
        column-fill: auto;
        /* wegen dem Einsatz von Bootstrap und der änderen des Boxmodels muss die Breite entsprechend angepasst werden */
        height: 280px;
        /*height: 480px;*/
        column-width: 230px
    }

    .l-dropdown-list--industries > div:last-child {
        display: block;
        right: 55px;
        position: absolute;
        top: 5%;
        width: 330px;
        margin-top: 0px
    }

    .l-dropdown-list--industries > div:last-child > * {
        display: inline-block
    }

    .l-dropdown-list_industries-image {
        display: block;
        right: 55px;
        position: absolute;
        top: 5%;
        width: 330px;
        margin-top: 0px
    }

    .l-dropdown-list_industries-image > * {
        display: inline-block
    }

    .l-dropdown-logo_container {
        padding-top: 38px;
        height: 145px;
        transition-duration: 0.4s
    }

    .l-dropdown-logo_sprite {
        width: calc(100% - 100px);
        height: calc(100% - 33px);
        padding: 10px 50px
    }

    .l-dropdown-logo_label {
        font-size: 16px;
        padding: 0px 20px;
        width: calc(100% - 40px)
    }

    .l-dropdown-list--brands .l-dropdown-links_container {
        padding: 0px;
        position: absolute;
        bottom: 0px;
        width: 100%
    }

    .l-dropdown-list--brands .l-dropdown-links_container:focus-within .m-btn {
        opacity: 100;
        background: #FFFFFF;
        color: #4B4B4B;
        border: 0.5px solid #E6E6E6;
        line-height: 25px;
        width: calc(50% - 22px)
    }

    .l-dropdown-list--brands .l-dropdown-links_container:focus-within .m-btn:focus {
        text-decoration: underline;
        outline: none
    }

    .l-dropdown-list--brands .l-dropdown-links_container .m-btn {
        opacity: 0;
        line-height: 26px
    }

    .l-dropdown-list--brands .l-dropdown-links_container .m-btn:focus {
        opacity: 100;
        background: #FFFFFF;
        color: #4B4B4B;
        border: 0.5px solid #E6E6E6;
        line-height: 25px;
        text-decoration: underline;
        outline: none;
        width: calc(50% - 22px)
    }

    .l-dropdown-list--brands .l-dropdown-links_container .m-btn:only-child {
        margin-top: 45px
    }

    .l-dropdown-list--brands .l-dropdown-links_container .m-btn--light {
        line-height: 25px
    }

    .l-dropdown-list--brands .l-dropdown-links_container .m-btn--light:only-child {
        float: right
    }

    .m-dropdown-list_header, .l-dropdown-list_last-item .js-backtoTopBtn {
        display: none
    }
}

@media screen and (min-width: 960px) and (prefers-reduced-motion: reduce) {
    .m-navbar .m-navbar_link:hover:after, .m-navbar .m-navbar_listItem .is-active:after {
        transform: scaleX(1);
        transition: none;
        display: block
    }

    .l-dropdown-list a:not(.m-btn), .l-dropdown-list a:not(.m-btn):hover {
        transition: none
    }

    .l-dropdown-list--brands > li:not(:last-child):focus-within .l-dropdown-logo_container, .l-dropdown-list--brands > li:not(:last-child):hover .l-dropdown-logo_container {
        padding-top: 0px;
        transition-duration: none
    }

    .l-dropdown-logo_container {
        padding-top: 0px;
        transition-duration: none
    }
}

@media screen and (min-width: 960px) {
    .m-navbar_cart {
        margin-top: 15px
    }
}

@media screen and (min-width: 1440px) {
    .m-header_search {
        max-width: 60%
    }

    .m-navbar_signInPopup {
        min-width: 300px;
        max-width: 20%;
        right: 0;
        position: absolute
    }

    .m-footer_category {
        max-width: 250px
    }

    .l-dropdown-list--industries > div:last-child {
        right: 70px
    }

    .l-dropdown-list_industries-image {
        right: 70px
    }
}
