/*****************************************************************************
 *
 *  Marketing Header - Copernicus
 *  (introduced in MKTG-1395)
 *
 *****************************************************************************/

/* New */
#container {
    padding-top: 0;
}

.wrapper-header li.hdr-prod-top {
    position: relative;
    line-height: normal;
    font-size: 12px;
    font-family: "Proxima Nova Light";
    text-align: center;
}

.wrapper-header li.hdr-prod > ul {
    white-space: normal;
    padding: 16px;
    border-bottom: none;
    box-sizing: border-box;
}
.wrapper-header .hdr-menu > ul > li > ul.hoverDelay {
    display: block;
    height: auto;
}
.wrapper-header .hdr-menu .hdr-prod ul span,
.wrapper-header .hdr-menu .hdr-prod ul ul {
    z-index: 10;
}

.wrapper-header .hdr-menu .hdr-prod-top span:first-of-type {
    position: relative;
    top: 20px;
    left: 20px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.wrapper-header .hdr-menu .hdr-prod-top > span:first-of-type {
    min-height: 38px;
}

.wrapper-header .hdr-menu .hdr-prod-top a > span:first-of-type {
    left: auto;
    margin-bottom: -25px;
    text-align: center;
    position: relative;
    display: block;
}

.wrapper-header .hdr-menu .hdr-prod ul span b {
    font-family: "Proxima Nova Bold";
    display: block;
}

.wrapper-header ul.hdr-prod-product { 
    position: relative;
    display: block;
    margin: auto;
    text-align: justify;
    padding: 50px 0 25px;
    box-sizing: border-box;
}

.locale-ja_JP .wrapper-header ul.hdr-prod-product { 
    padding: 40px 0 25px;
}

.wrapper-header .hdr-prod-everyday > ul {
    max-width: 520px;
}

.wrapper-header .hdr-prod-active > ul {
    max-width: 260px;
}

.wrapper-header .hdr-prod-performance > ul,
.wrapper-header .hdr-prod-scale > ul {
    max-width: 131px;
    text-align: center;
}

.wrapper-header ul.hdr-prod-product:after { 
    content: '';
    width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
}

.wrapper-header .hdr-menu .hdr-prod > ul > li:nth-child(-n+4) img{
    max-height: 130px;
    vertical-align: bottom;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    display: inline-block;
}

.wrapper-header .hdr-prod  li.hdr-prod-top {
    display: block;
    float: left;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "Proxima Nova Light", Arial, sans-serif;
    border: 4px solid transparent;
}

.wrapper-header .hdr-prod > ul > li:nth-child(1) {
    border-width: 0px 4px 0px 0px;
}

.wrapper-header .hdr-prod > ul > li:nth-child(2),
.wrapper-header .hdr-prod > ul > li:nth-child(3) {
    border-width: 0px 4px;
}

.wrapper-header .hdr-prod > ul > li:nth-child(4) {
    border-width: 0px 0px 0px 4px;
}

.wrapper-header .hdr-prod > ul > li:after,
.wrapper-header .hdr-prod li.hdr-prod-extras > ul > li:after {
    content: '';
    background: linear-gradient(#c3c8c9,#e2e1e1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: -1;
}

.wrapper-header .hdr-menu li.hdr-prod-everyday { width: 45%; }
.wrapper-header .hdr-menu li.hdr-prod-everyday:after { background: #00b0b9; }

.wrapper-header .hdr-menu li.hdr-prod-active { width: 25%; }
.wrapper-header .hdr-menu li.hdr-prod-active:after { background: #006ba6; }

.wrapper-header .hdr-menu li.hdr-prod-performance { width: 15%; }
.wrapper-header .hdr-menu li.hdr-prod-performance:after { background: #003447 }

.wrapper-header .hdr-menu li.hdr-prod-scale { width: 15%; }
.wrapper-header .hdr-menu li.hdr-prod-scale:after { background: #576569; }

.wrapper-header ul.hdr-prod-product > li {
    display: inline-block;
}

.wrapper-header li.hdr-prod li.hdr-prod-top a {
    width: auto;
    vertical-align: bottom;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.wrapper-header .hdr-menu img,
.wrapper-header .hdr-menu a,
.wrapper-header li.hdr-prod-top a:hover .hdr-prod-new {
    transition: all .2s;
}

.wrapper-header li.hdr-prod-top a:hover img,
.wrapper-header li.hdr-prod-top a:hover .hdr-prod-new {
    transform: translate(0, -20px);
    -ms-transform: translate(0, -20px); /* IE 9 */
    -webkit-transform: translate(0, -20px); /* Safari */
}

.wrapper-header .hdr-prod li.hdr-prod-top a:after {
    content: '';
    width: 105%;
    border-radius: 50%;
    position: absolute;
    height: 2px;
    bottom: 37px;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    box-shadow: 0 25px 15px 5px rgba(50,50,50,.6);
    display: block;
    transition: all .2s;
}

.wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li > ul > li > a:hover:after {
    width: 60%;
    box-shadow: 0 25px 15px 5px rgba(50,50,50,.8);
}

.wrapper-header .hdr-menu > ul > li > ul > li.hdr-prod-all {
    display: none;
}

.wrapper-header .hdr-prod-extras {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

.wrapper-header .hdr-prod > ul > li.hdr-prod-extras:after {
    background: transparent;
}

.wrapper-header .hdr-prod-extras ul {
    background: red;
}

.wrapper-header .hdr-prod-extras ul li {
    display: block;
    width: 50%;
    float: left;
    position: relative;
    border: 3px solid transparent;
    box-sizing: border-box;
    height: 170px;
}

.wrapper-header .hdr-prod-extras ul li.full {
    width: 100%;
}

.wrapper-header .hdr-prod-extras ul li:first-child {
    border-width: 3px 3px 3px 0;
}

.wrapper-header .hdr-prod-extras ul li:last-child {
    border-width: 3px 0 3px 3px;
}

.wrapper-header .hdr-prod-extras a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 10;
}

.wrapper-header .hdr-prod-extras a span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    height: 20%;
}

.wrapper-header .hdr-prod-extras a span b {
    line-height: 50px;
}

.wrapper-header .hdr-prod-extras a img {
    height: 120px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.wrapper-header .hdr-prod-extras a:hover img {
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
}




.wrapper-header .hdr-menu-links > li:nth-child(n+2) li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
    font-size: 18px;
    font-family: "Proxima Nova Light", Arial, sans-serif;
}

.locale-ja_JP .wrapper-header .hdr-menu-links > li:nth-child(n+2) li{
    padding: 0 15px;
}

.wrapper-header .hdr-menu-links > li:nth-child(n+2) li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #626161;
}

.wrapper-header .hdr-menu-links > li:nth-child(n+2) ul {
    text-align: center;
    padding: 30px 0; 
}



.wrapper-header .hdr-prod-compare {
    display: block;
    position: absolute;
    height: 60px;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    left: 0;
    text-align: center;
}

.wrapper-header .hdr-prod-compare a {
    color: #ee3d6e;
    font-family: "Proxima Nova Bold";
    margin: 0 0 0 5px;
}

.wrapper-header .hdr-prod-compare a:hover {
    color: #00b0b9;
    text-decoration: none;
}

.wrapper-header .hdr-prod-compare a:after {
    font-family: FontAwesome;
    content: '\f138';
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    left: 5px;
}


.wrapper-header .hdr-prod-new {
    position: absolute;
    top: -18px;
    left: 65px;
    padding: 3px 5px 3px;
    background-color: #ef3d6f;
    border-radius: 3px;
    font-family: "Proxima Nova Bold",Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.locale-fr_FR .wrapper-header .hdr-prod-new,
.locale-it_IT .wrapper-header .hdr-prod-new {
    font-size: 11px;
}

.wrapper-header .hdr-prod-active .hdr-prod-new {
    left: 75px;
}

.wrapper-header .hdr-prod-new:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 18px;
    border: 4px solid;
    border-color: #ef3d6f transparent transparent #ef3d6f;
}

/* End: New */



body {
    margin: 0;
    padding: 0;
    min-width: 0 !important;
}

.wrapper-header .logo {
    display: inline-block;
    line-height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    width: 123px;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
}
.wrapper-header .logo .brand-cont {
    display: block;
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    margin: auto;
    height: 30px;
    width: 116px;
    background: url(109d9919a44b792ebe64e520c3b57dc2.svg) no-repeat 0 0;
    background-size: cover;
}

.wrapper-header ul,
.wrapper-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-header {
    font-size: 1.6em;
    height: 60px;
    position: relative;
}

.wrapper-header .wrapper-header-inner,
.wrapper-footer .wrapper-footer-inner {
    margin: 0 auto;
    padding: 0 10px;
}

.wrapper-header .hdr-menu * {
    box-sizing: content-box;
}


.wrapper-header .hdr-menu > ul > li {
    line-height: 60px;
    font-family: "Proxima Nova Regular", Arial, sans-serif;
}

.wrapper-header .hdr-menu li.hdr-prod-top a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #626161;
}
.wrapper-header .hdr-menu > ul > li > ul > li:hover a {
    text-decoration: none;
    color: #4ac0c0;
}
.wrapper-header .hdr-menu > ul.hdr-menu-actions > li a {
    color: #576569;
}
.wrapper-header .hdr-menu > ul > li.hdr-cart {}
.wrapper-header .hdr-menu > ul > li.hdr-cart > ul {
    text-align: center;
    padding: 30px 0;
}
.wrapper-header .hdr-menu > ul > li.hdr-cart > ul > li {
    font-family: "Proxima Nova Light", Arial, san-serif;
    font-size: 24px;
    color: #626161;
}
.wrapper-header .hdr-menu > ul > li.hdr-cart > ul > li > a.call-btn {
    display: inline-block;

    font-family: "Proxima Nova Bold", Arial, san-serif;
    font-size: 14px; line-height: 18px ;
    color: #ee3d6e;
    text-transform: uppercase;

    background: none;

    width: auto; height: auto;
    min-width: 115px;
    padding: 7px 10px;
    margin: 0 10px;

    border: 2px solid #ee3d6e;
    -webkit-border-radius: 30px;
    border-radius: 30px;

    vertical-align: middle;
}
.wrapper-header .hdr-menu > ul > li.hdr-cart > ul > li > a.call-btn:hover {
    color: #ffffff;
    background: #ee3d6e;
}

.wrapper-header .hdr-menu > ul > li.hdr-store a,
.wrapper-header .hdr-menu > ul a.cart-indicator {
    color: #ec3b6b;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    width: 100%;
    display: block;
    position: relative;
    height: 60px;
}
.wrapper-header .hdr-menu > ul > li.hdr-store:hover a {
    color: #4ac1c0;
}
.wrapper-header .hdr-menu > ul a.cart-indicator > span{
    color: #fff;
    position: absolute;
    top: -3px;
    left: -2px;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.wrapper-header .hdr-menu > ul a.cart-indicator:after {
    display: inline-block;
    width: 30px;
    height: 60px;
    content: " ";
    background: url(cart.0d26936452ef845241f190816b981bdf.png) no-repeat center;
    background-size: contain;
}
.wrapper-header .hdr-menu > ul > li.cart-empty a.cart-indicator:after  {
    background: url(cart-empty.fd0fc1c2aaf62f9370590cac6f28192a.png) no-repeat center;
    background-size: contain;
}

.wrapper-header .hdr-menu > ul > li.hdr-cart:hover a.cart-indicator:after {
    background: url(cart_hover.c649372cb5114863995abc24c6414a8e.png) no-repeat center;
    background-size: contain;
}
.wrapper-header .hdr-menu > ul > li.cart-empty:hover a.cart-indicator:after {
    background: url(cart-empty-hover.06941c04b18aaaad79ccf46e9318484d.png) no-repeat center;
    background-size: contain;
}



/* Show localized text instead of vector logo if available */
.wrapper-header .hdr-menu > ul > li span.hdr-menu-item {
    display: inline;
}

.wrapper-header .hdr-menu > ul > li:hover {
    color: #00afb8;
}

.wrapper-header .hdr-menu > ul > li span.hdr-menu-item:hover:after {
    color: #00afb8;
}

.wrapper-header .hdr-menu .hdr-menu-actions {
    float: right;
}

.wrapper-header .hdr-menu .active > ul {
    display: block;
}


/* MKTG-495 EU Cookie Law */
.cookie-alert {
    background-color: #e5e5e5;
    text-align: center;
    opacity: 0;
    height:0;
}

.cookie-content {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.cookie-content img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 54px;
}

.cookie-content p {
    display: inline-block;
    font-family: 'Proxima Nova Regular';
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 26px;
    color: #102429;
    margin: 27px 0;
}

.cookie-content p a {
    color: #102429;
    text-decoration: none;
    border-bottom: 1px solid #bec0c0;
}

.cookie-content .cookie-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 22px;
    color: #5e5e5e;
}
@media (min-width: 1025px) {
    .wrapper-header .hdr-menu > ul > li.hdr-plus:after {
        display: inline-block;
        content: "\f107";
        opacity: 0.5;
        color: #102429;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .wrapper-header .hdr-prod  li.hdr-prod-top {
        min-height: 276px;
    }
}

@media (max-width: 1024px) {
    .wrapper-header .mobile-hide {
        display: none !important;
    }

    .wrapper-header .hdr-prod > ul > li:after,
    .wrapper-header .hdr-prod li.hdr-prod-extras > ul > li:after {
        z-index: 1;
    }
    .wrapper-header .hdr-prod-everyday > ul {
        max-width: 90%;
    }
    .wrapper-header .hdr-prod-active > ul {
        max-width: 80%;
    }

    .wrapper-header .hdr-prod-performance > ul, .wrapper-header .hdr-prod-scale > ul {
        max-width: 50%;
    }
    .wrapper-header .hdr-menu .hdr-prod-top span {
        font-size: 14px;
        text-align: center;
        left: 0;
        width: 100%;
    }

    .wrapper-header .hdr-menu .hdr-prod-top a > span:first-of-type {
        font-size: 9px;
    }

    .wrapper-header .hdr-prod li.hdr-prod-top a:after {
        bottom: 25px;
    }

    .wrapper-header .hdr-menu .hdr-prod-top span:first-of-type {
        left: auto;
        text-align: center;
        font-size: 14px;
    }

    .wrapper-header .hdr-menu:before {
        content: '\f0c9';
        position: absolute;
        font-size: 2em;
        top: -60px;
        right: 20px;
        line-height: 60px;
        color: #4ac0c0;
        cursor: pointer;
    }
    .hdr-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
    }
    .wrapper-header .hdr-menu > ul > li span.hdr-menu-item {
        display: block;
    }
    .wrapper-header .hdr-menu > ul > li.active .hdr-menu-item {
        color: #4ac1c0;
    }
    .wrapper-header .hdr-menu .hdr-menu-item {
        padding-left: 20px;
        font-size: 23px;
        overflow: auto;
        display: block;
    }
    .wrapper-header .hdr-menu > ul {
        position: relative;
        display: none;
        float: left;
        z-index: 100000;
        width: 100%;
        background-color: #EBEBEB;
        overflow: hidden;
    }
    .wrapper-header .hdr-menu.active > ul {
        display: block;
    }
    .wrapper-header .hdr-menu > ul > li {
        display: block;
        border-top: 1px solid #c5c5c5;
        position: relative;
    }
    .wrapper-header .hdr-prod.active {
        padding-bottom: 70px;
    }
    .wrapper-header .hdr-prod-compare {
        background: #fff;
        line-height: 25px;
        overflow: auto;
        padding: 10px 0 0 0;
        color: #000;
    }
    .wrapper-header .hdr-prod-compare a {
        display: block;
    }
    .wrapper-header .hdr-menu > ul > li:hover {
        /*background-color: #fefefe;*/
        cursor: pointer;
    }
    .wrapper-header .hdr-menu > ul > li.highlight {
        background-color: #fefefe;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-store a {
        width: 80%;
        float: left;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-store a.cart-indicator {
        width: 30px;
        height: 60px;
        display: inline-block;
        float: right;
        margin-right: 18px;
        overflow: hidden;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-store a:after {
        margin-right: 19px;
    }
    .wrapper-header .hdr-menu > ul > li > ul {
        display: block;
        line-height: 3em;
    }
    .hdr-prod-everyday .hdr-prod-product > li:first-child img {
        height: 60px !important;
    }
    .wrapper-header .hdr-menu .hdr-prod > ul > li:nth-child(-n+4) img {
        max-height: 75px;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul {
        overflow: hidden;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li.hdr-prod-scale i {
        padding-left: 20px;
    }
    .wrapper-header .hdr-prod-extras {
        float: right;
        padding-right: 2px;
    }

    .wrapper-header .hdr-prod-extras a img {
        height: 80px;
        margin: 54px 0 0 0;
    }
    .wrapper-header .hdr-menu .hdr-plus:after {
        content: "+";
        position: absolute;
        top: 0;
        right: 18px;
        font-size: 60px;
        line-height: 1em;
        font-family: "Proxima Nova ThinT", Arial, sans-serif;
        color: #4ac0c0;
    }

    .wrapper-header .hdr-menu .hdr-plus.active {
        color: #4ac0c0;
        background-color: #fefefe;
    }
    .wrapper-header .hdr-menu .hdr-plus.active:after {
        content: "\2212";
    }
    .wrapper-header .hdr-menu .hdr-plus > ul {
        display: none;
    }
    .wrapper-header .hdr-menu .hdr-plus:hover > ul {
        display: none;
    }
    .wrapper-header .hdr-menu .hdr-plus.active > ul {
        display: block;
        background-color: #fefefe;
        padding: 0 16px;
    }
    .wrapper-header .hdr-menu .hdr-plus > ul > li > a {
        padding-left: 40px;
    }

    .wrapper-header .hdr-menu-links > li:nth-child(n+2) li {
        display: block;
        text-align: left;
        font-size: 15px;
        padding: 0 10px;
    }

    .locale-ja_JP .wrapper-header .hdr-menu-links > li:nth-child(n+2) li {
        padding: 0 10px;
    }

    .wrapper-header .hdr-menu .hdr-plus > ul > li:before {
        display: inline-block;
        position: absolute;
        content: "\f105";
        font-family: "Proxima Nova Bold", Arial, sans-serif;
        left: 20px;
        padding: 15px 0;
        color: #626161;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .wrapper-header .hdr-menu .hdr-prod-top span.hdr-prod-new {
        width: auto;
        left: auto;
        font-size: 12px;
    }

    .locale-ja_JP .wrapper-header .hdr-prod-new:before {
        display:none;
    }

    .locale-ja_JP .wrapper-header .hdr-menu .hdr-prod-top span.hdr-prod-new {
        right:0;
    }

    /* MKTG-495 EU Cookie Law */
    .cookie-content {
        max-width: 768px;
    }

    .cookie-content p {
        font-size: 14px;
    }

}
@media (max-width: 767px) {
    .wrapper-header {
        height: 38px;
    }
    .wrapper-header .logo {
        line-height: 38px;
    }
    .wrapper-header .hdr-prod-active > ul {
        max-width: 90%;
    }
    .wrapper-header .hdr-menu {
        top: 38px;
    }
    .wrapper-header .hdr-menu .hdr-plus.active > ul {
        padding: 0;
    }
    .wrapper-header .hdr-menu > ul > li {
        line-height: 38px;
    }
    .wrapper-header .hdr-menu > ul > li > ul {
        top: 38px;
    }
    .wrapper-header .hdr-menu:before {
        top: -38px;
        right: 20px;
        line-height: 38px;
    }
    .wrapper-header .hdr-menu.active:before {
        font-size: 32px;
        right: 20px;
    }
    .wrapper-header .hdr-menu .hdr-menu-item {
        height: 45px;
        overflow: auto;
    }
    .wrapper-header li.hdr-prod > ul{
        padding: 0;
    }
    .wrapper-header .hdr-menu > ul > li {
        line-height: 45px;
    }
    .wrapper-header .hdr-prod-extras{
        margin: 0;
        padding-right: 0;
    }
    .wrapper-header .hdr-prod-extras ul li {
        width: 100%;
        border: none;
    }
    .wrapper-header .hdr-prod-extras a img {
        height: 105px;
        margin: 35px 0 0 0;
    }
    .wrapper-header .hdr-menu > ul > li > span,
    .wrapper-header .hdr-menu .hdr-menu-item {
        padding-left: 10px !important;
        font-size: 16px !important;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-store a {
        height: 38px;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-store a.cart-indicator {
        width: 24px;
        height: 45px;
        display: inline-block;
        float: right;
        overflow: hidden;
        margin-right: 11px;
    }
    .wrapper-header .hdr-menu > ul a.cart-indicator > span {
        font-size: 10px;
        margin-top: 1px;
    }
    .wrapper-header .hdr-menu > ul a.cart-indicator:after {
        width: 17px;
        height: 39px;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-store a:after {
        height: 45px;
        width: 24px;
        margin-right: 9px;
    }
    .wrapper-header .hdr-menu .hdr-plus:after {
        line-height: 1.5em;
        right: 15px;
        font-size:30px;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li.hdr-prod-scale i {
        padding-left: 0px;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li.hdr-prod-active > ul > li,
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li.hdr-prod-performance > ul > li {
        width: 48%;
        text-align: center;
    }
    .wrapper-header .hdr-menu > ul > li > ul > li i {
        position: absolute;
        left: 10px;
        top: 0.5em;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul {
        white-space: normal;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li {
        width: 100%;
        vertical-align: top;
        position: relative;
        border: 0;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li.hdr-prod-active,
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li.hdr-prod-performance {
        width: 50%
    }
    .wrapper-header .hdr-menu .hdr-plus > ul > li > a {
        padding-left: 20px;
    }
    .wrapper-header .hdr-menu .hdr-plus > ul > li:before {
        left: 10px;
    }

    .wrapper-header .hdr-prod-compare {
        font-size: 14px;
    }

    /* MKTG-495 EU Cookie Law */
    .cookie-content img {
        width: 25px;
        margin-right: 15px;
        vertical-align: baseline;
    }

    .cookie-content p {
        font-size: 14px;
        line-height: 18px;
        max-width: 220px;
        margin: 7px 0;
    }

    .cookie-content .cookie-close {
        position: relative;
        left: 10px;
        top: -10px;
    }

}
@media (max-width:1025px) and (min-width: 768px) {
    .wrapper-header .hdr-prod  li.hdr-prod-top {
        min-height: 207px;
    }
}
@media (min-width: 1025px) {
    .wrapper-header .mobile-show {
        display: none !important;
    }
    .wrapper-header .hdr-menu {
        display: inline;
    }
    .wrapper-header .hdr-menu > ul {
        display: inline-block;
    }
    .wrapper-header .hdr-menu > ul > li {
        display: block;
        float: left;
        padding: 0 1.05em;
        cursor: pointer;
    }
    .wrapper-header .hdr-menu > ul.hdr-menu-actions > li{
        float:right;
    }
    body.locale-fr_FR .wrapper-header .hdr-menu > ul > li,
    body.locale-it_IT .wrapper-header .hdr-menu > ul > li {
        padding: 0 0.8em;
    }
    body.locale-fr_FR .wrapper-header .hdr-menu > ul > li.hdr-cart {
        padding: 0;
    }
    body[class*="locale-es"] .wrapper-header .hdr-menu > ul > li,
    body[class*="locale-de"] .wrapper-header .hdr-menu > ul > li {
        padding: 0 .6em;
    }
    body[class*="locale-es"] .wrapper-header .hdr-menu > ul > li .hdr-menu-item,
    body[class*="locale-de"] .wrapper-header .hdr-menu > ul > li .hdr-menu-item,
    body.locale-fr_FR .wrapper-header .hdr-menu > ul > li .hdr-menu-item,
    body.locale-it_IT .wrapper-header .hdr-menu > ul > li .hdr-menu-item {
        font-size: 15px;
    }
    .wrapper-header .hdr-menu > ul > li > ul {
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #E1E1E1;
        background: linear-gradient(#E1E1E1,#FFFCFA);
        border-bottom: 2px solid #C5C5C5;
        z-index: 100000;
        display: none;
        padding: 15px 15px 80px;
    }
    .wrapper-header .hdr-menu > ul > li.hdr-prod > ul > li > ul > li a:hover:after {
        -webkit-transition: .2s;
        transition: .2s;
    }
}

/*# sourceMappingURL=app.layouts.baseMarketing.copernicus.css.b247fc58d51704a1138696efd7bc4684.css.map*/