@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Light.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Book.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Book.woff) format("woff");
    font-weight: 400;
    font-style: 400
}

@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Thin.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Thin.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Medium.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Clarins;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Regular.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Clarins;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Italic.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

.extrafirming-extralight {
    font-weight: 100
}

.extrafirming-thin {
    font-weight: 200
}

.extrafirming-light {
    font-weight: 300
}

.extrafirming-normal {
    font-weight: 400
}

.extrafirming-regular {
    font-weight: 400
}

.extrafirming-medium {
    font-weight: 500
}

.extrafirming-semibold {
    font-weight: 600
}

.extrafirming-bold {
    font-weight: 700
}

.extrafirming-extrabold {
    font-weight: 800
}

.extrafirming-black {
    font-weight: 900
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.ef-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.ef-contain[position=top] {
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: contain; object-position: top;'
}

.ef-contain[position=right] {
    -o-object-position: right;
    object-position: right;
    font-family: 'object-fit: contain; object-position: right;'
}

.ef-contain[position=bottom] {
    -o-object-position: bottom;
    object-position: bottom;
    font-family: 'object-fit: contain; object-position: bottom;'
}

.ef-contain[position=left] {
    -o-object-position: left;
    object-position: left;
    font-family: 'object-fit: contain; object-position: left;'
}

.ef-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.ef-cover[position=top] {
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;'
}

.ef-cover[position=right] {
    -o-object-position: right;
    object-position: right;
    font-family: 'object-fit: cover; object-position: right;'
}

.ef-cover[position=bottom] {
    -o-object-position: bottom;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;'
}

.ef-cover[position=left] {
    -o-object-position: left;
    object-position: left;
    font-family: 'object-fit: cover; object-position: left;'
}

.efheader--in {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:700px) {
    .efheader--in {
        min-height: 68vw
    }
}

.efheader--b1 {
    position: relative;
    width: calc(50% + 50px);
    background: #c1aa9a
}

@media (max-width:900px) {
    .efheader--b1 {
        width: calc(50% + 20px)
    }
}

.efheader--b1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: right;
    object-position: right;
    font-family: 'object-fit: cover; object-position: right;'
}

@media (max-width:1100px) {
    .efheader--b1 img {
        font-family: 'object-fit: cover;';
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;'
    }
}

@media (max-width:700px) {
    .efheader--b1 img {
        font-family: 'object-fit: contain;';
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: contain; object-position: center;'
    }
}

.efheader--b2 {
    position: relative;
    width: calc(50% - 50px);
    padding-right: 20px;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:900px) {
    .efheader--b2 {
        width: calc(50% - 20px)
    }
}

.efheader--pack {
    width: 240px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

@media (max-width:900px) {
    .efheader--pack {
        width: 100%
    }
}

.efheader--pack picture {
    margin: auto
}

.efheader--pack img {
    display: block;
    max-width: 100%;
    margin: auto
}

@media (max-width:700px) {
    .efheader--pack img {
        width: 85%
    }
}

@media (max-width:660px) {
    .efheader--pack img {
        width: 80%
    }
}

.efheader--legend {
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400
}

.efheader--text {
    width: 360px;
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:900px) {
    .efheader--text {
        display: none
    }
}

.efheader--kicker {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #be0f34;
    margin-bottom: .5em
}

.efheader--title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    margin-bottom: .25em
}

.efheader--subtitle {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
}

.efheader--textmobile {
    display: none;
    padding: 40px 20px 0;
    text-align: center
}

@media (max-width:900px) {
    .efheader--textmobile {
        display: block
    }
}

.efasc {
    text-align: center;
    padding: 50px 0
}

.efasc--item {
    display: inline-block
}

.efasc--svgc {
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    background: #dedede;
    transition: .35s cubic-bezier(.19, 1, .22, 1)
}

.efasc--svgc svg {
    margin: auto;
    width: 80px;
    height: 80px
}

.efasc--item:hover .efasc--svgc {
    background: #be0f34
}

.efasc--text {
    margin-top: .5em;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.1818181818;
    font-weight: 500;
    text-transform: uppercase;
    color: #d3d2d2;
    transition: .35s cubic-bezier(.19, 1, .22, 1)
}

.efasc--item:hover .efasc--text {
    color: #be0f34
}

.efconcent {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:660px) {
    .efconcent {
        display: block
    }
}

.efconcent--b1 {
    width: 41.6666666667%;
    text-align: right;
    padding: 20px 50px 20px 20px
}

.efconcent--b1 img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%
}

@media (max-width:1100px) {
    .efconcent--b1 {
        width: 31.25%;
        padding: 20px 30px 20px 20px
    }
}

@media (max-width:1000px) {
    .efconcent--b1 {
        width: 41.6666666667%
    }
}

@media (max-width:660px) {
    .efconcent--b1 {
        width: 100%;
        padding: 20px;
        text-align: center
    }
}

.efconcent--b2 {
    width: 60.4166666667%
}

@media (max-width:1100px) {
    .efconcent--b2 {
        width: 66.6666666667%
    }
}

@media (max-width:1000px) {
    .efconcent--b2 {
        width: 58.3333333333%
    }
}

@media (max-width:660px) {
    .efconcent--b2 {
        width: 100%;
        text-align: center
    }
}

.efconcent--title {
    margin-top: 1em;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    color: #be0f34;
    margin-bottom: .5em
}

@media (min-width:661px) {
    .efconcent--title {
        padding-right: 40px
    }
}

.efconcent--subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: .5em
}

.efconcent--price {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: .15em
}

.efgrid {
    margin: -5px;
    margin-top: 30px;
    text-align: center;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1000px) {
    .efgrid {
        display: block
    }
}

.efgrid--targets:after,
.efgrid--targets:before {
    content: "";
    display: table
}

.efgrid--targets:after {
    clear: both
}

.efgrid--items {
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.efgrid--items:after,
.efgrid--items:before {
    content: "";
    display: table
}

.efgrid--items:after {
    clear: both
}

@media (max-width:1000px) {
    .efgrid--items {
        max-width: 400px
    }
}

@media (max-width:660px) {
    .efgrid--items {
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }
}

.efgrid--title {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.2727272727;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width:400px) {
    .efgrid--title {
        font-size: 10.5px;
        font-size: .65625rem
    }
}

.efgrid--bigitem .efgrid--title {
    margin-bottom: 16px
}

.efgrid--smallitem .efgrid--title {
    position: absolute;
    top: 54px;
    width: 100%;
    text-align: center;
    padding: 0 10px
}

@media (max-width:660px) {
    .efgrid--smallitem .efgrid--title {
        left: 4px;
        right: 4px
    }
}

.efgrid--bigitem {
    display: none;
    cursor: pointer;
    padding: 24px 24px 0;
    border: 1px solid #e28c62;
    position: relative;
    margin: 5px;
    width: 303px;
    height: 286px;
    overflow: hidden
}

.efgrid--bigitem.js-active {
    display: block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:1000px) {
    .efgrid--bigitem {
        width: 353px
    }
}

@media (max-width:660px) {
    .efgrid--bigitem {
        margin: 5px auto;
        width: 300px
    }
}

.efgrid--cross {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px
}

.efgrid--cross div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background: #e28c62
}

.efgrid--cross div:nth-child(1) {
    transform: rotate(45deg)
}

.efgrid--cross div:nth-child(2) {
    transform: rotate(-45deg)
}

.efgrid--text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-bottom: 1em
}

.efgrid--smallitem {
    cursor: pointer;
    margin: 5px;
    width: 111px;
    height: 138px;
    border: 1px solid #e28c62;
    transition: .35s cubic-bezier(.19, 1, .22, 1) box-shadow;
    position: relative
}

@media (max-width:660px) {
    .efgrid--smallitem {
        width: 94px
    }
}

.efgrid--smallitem.js-inactive {
    display: none
}

.efgrid--smallitem:hover {
    box-shadow: 0 0 0 3px inset #e28c62
}

.efgrid--smallitem svg {
    position: absolute;
    fill: #e28c62;
    width: 10px;
    height: 14px;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%)
}

.efslider {
    background: #f2bda3;
    text-align: center;
    padding: 30px 0 10px;
    color: #fff;
    margin: 60px 0
}

@media (max-width:940px) {
    .efslider .slick-arrow {
        display: none!important
    }
}

.efslider--title {
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    color: #fff;
    padding: 0 20px
}

.efslider--slider {
    max-width: 100%;
    width: 800px;
    margin: auto
}

.efslider--slider .slick-prev {
    left: -50px
}

.efslider--slider .slick-prev:after {
    background-position: 51.411765% 60.426523%
}

.efslider--slider .slick-next {
    right: -50px
}

.efslider--slider .slick-next:after {
    background-position: 0 78.8%
}

.efslider--slider .slick-dots li {
    background: #fff;
    cursor: pointer;
    margin: 0 6px
}

.efslider--slider .slick-dots li.slick-active {
    background: #000
}

.efslider--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 4em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:800px) {
    .efslider--item {
        display: block;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "a a" "b c" "d d"
    }
}

.efslider--percent {
    width: 256px;
    padding-bottom: 70px
}

@media (max-width:800px) {
    .efslider--percent {
        width: 100%;
        padding-bottom: 0
    }
}

.efslider--percent-num {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.02em
}

.efslider--percent-num span {
    vertical-align: super;
    font-size: .5em
}

.efslider--percent-legend {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    font-weight: 400;
    margin-top: 1em;
    letter-spacing: .02em
}

.efslider--quote {
    width: 256px;
    position: relative
}

@media (max-width:800px) {
    .efslider--quote {
        width: 100%;
        grid-area: a;
        max-width: 70%;
        margin: auto
    }
}

.efslider--quote-q {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    letter-spacing: .02em;
    position: absolute;
    top: -.225em;
    left: -.5em
}

.efslider--quote-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: .8em
}

.efslider--quote-who {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.8181818182;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 2em
}

.efslider--quote-c {
    font-size: 9px;
    font-size: .5625rem;
    line-height: 1.3333333333;
    font-weight: 400;
    letter-spacing: .02em;
    opacity: .6
}

@media (max-width:800px) {
    .efslider--quote-c {
        width: 100%;
        grid-area: d;
        margin: 40px auto 0
    }
}

.efroutine {
    padding: 0 20px
}

.efroutine .efroutine--select,
.efroutine .sbHolder {
    width: 100%;
    margin-bottom: 2em;
    display: none
}

@media (max-width:700px) {
    .efroutine .efroutine--select,
    .efroutine .sbHolder {
        display: block
    }
}

.efroutine--closecont {
    text-align: center;
    margin-top: 2em
}

.efroutine--close {
    display: none;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.8181818182;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: underline;
    margin-bottom: 1.6em
}

.efroutine--close.js-active {
    display: inline-block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:700px) {
    .efroutine--close.js-active {
        display: none
    }
}

.efroutine--close:hover {
    opacity: .5
}

.efroutine--title {
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    margin-bottom: 1.6em
}

.efroutine--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: justify;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

.efroutine--nav.js-inactive {
    display: none
}

@media (max-width:700px) {
    .efroutine--nav {
        display: none
    }
}

.efroutine--navitem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer
}

.efroutine--navitem-text {
    margin: auto;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 26px;
    padding: 20px;
    min-width: 190px;
    text-align: center;
    height: 54px;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.2727272727;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #cbcbcb;
    transition: .5s cubic-bezier(.19, 1, .22, 1)
}

.efroutine--navitem:hover .efroutine--navitem-text {
    background: #efaf90;
    color: #fff
}

.efroutine--ss {
    display: none
}

.efroutine--ss.js-active {
    display: block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

.efroutine--ss .slick-list {
    padding-bottom: 2em
}

.efroutine--ss--item {
    text-align: center
}

.efroutine--ss--visu {
    display: -ms-flexbox;
    display: flex
}

.efroutine--ss--visu img {
    margin: auto auto 0;
    display: inline-block
}

.efroutine--ss--title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    letter-spacing: .02em;
    margin-top: 1.5em;
    margin-bottom: .85em
}

.efroutine--ss--price {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    margin-bottom: .5em
}

.efroutine--ss--btn {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #e5e5e5;
    display: inline-block;
    cursor: pointer;
    color: #000
}

.efroutine--ss--btn:hover {
    border: 2px solid #767676;
    color: #000
}

.effocus {
    padding: 0 20px 20px;
    margin: 150px auto 80px;
    background: #fcefe8
}

@media (max-width:990px) {
    .effocus {
        margin: 40px auto 80px
    }
}

.effocus--in {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (max-width:990px) {
    .effocus--in {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.effocus--b1 {
    position: relative;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    margin-top: -160px;
    display: -ms-flexbox;
    display: flex;
    margin-left: 160px
}

@media (max-width:990px) {
    .effocus--b1 {
        width: 100%;
        margin: auto;
        margin-bottom: -80px
    }
}

@media (max-width:1300px) and (min-width:1130px) {
    .effocus--b1 {
        margin-left: 180px
    }
}

@media (max-width:1130px) and (min-width:991px) {
    .effocus--b1 {
        margin-left: 160px
    }
}

.effocus--imgc {
    margin: auto;
    position: relative
}

.effocus--imgc img {
    vertical-align: middle;
    max-width: 100%
}

.effocus--b2 {
    position: relative;
    width: 50%;
    padding: 90px 0 180px
}

@media (max-width:990px) {
    .effocus--b2 {
        width: 100%;
        padding: 40px 20px 0;
        text-align: center
    }
}

.effocus--b2-in {
    max-width: 360px
}

@media (max-width:990px) {
    .effocus--b2-in {
        max-width: 660px;
        margin: auto
    }
}

.effocus--title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    margin-bottom: 1.6em
}

@media (max-width:990px) {
    .effocus--title {
        margin-bottom: .6em
    }
}

.effocus--desc {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1.6em
}

.effocus--info {
    border: 1px solid #be0f34;
    color: #be0f34;
    font-size: 16px;
    font-size: 1rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute
}

.effocus--info:hover {
    opacity: .6
}

.effocus--info.-info1 {
    top: 58%;
    right: 70%
}

.effocus--info.-info2 {
    top: 80%;
    left: 86%
}

.effocus--txt {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em
}

.effocus--in .effocus--txt {
    width: 270px;
    position: absolute;
    transition: 1s;
    opacity: 0
}

@media (max-width:990px) {
    .effocus--in .effocus--txt {
        display: none
    }
}

.effocus--in .effocus--txt.js-active {
    opacity: 1
}

.effocus--in .effocus--txt.-txt1 {
    top: calc(58% + 40px);
    right: 70%;
    text-align: right
}

@media (max-width:1130px) and (min-width:991px) {
    .effocus--in .effocus--txt.-txt1 {
        width: 220px
    }
}

.effocus--in .effocus--txt.-txt2 {
    top: calc(80% + 40px);
    left: 86%;
    width: 330px;
    text-align: left
}

.effocus--txtmobile {
    display: none;
    text-align: center;
    max-width: 660px;
    padding: 0 20px;
    margin: auto
}

@media (max-width:990px) {
    .effocus--txtmobile {
        display: block
    }
}

.effocus--txtmobile .effocus--txt {
    display: none
}

.effocus--txtmobile .effocus--txt.js-active {
    display: block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

.efvid {
    padding: 0 20px;
    margin: 80px auto 0
}

.efvid img,
.efvid video {
    display: block;
    max-width: 100%;
    width: 566px;
    height: auto;
    margin: auto
}

.efvid--title {
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    margin-bottom: 1.6em
}

.efvid--desc {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1.6em
}

.efp--title {
    margin-top: 0;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: ClarinsRegular, Clarins, Times;
    margin-bottom: .75em
}

.efp--text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 2em
}

.efphead {
    background: #fcefe8;
    padding: 80px 60px
}

@media (max-width:799px) {
    .efphead {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .efphead {
        padding: 20px
    }
}

.efphead img {
    display: block;
    width: 100%;
    margin: auto
}

.efphead--in {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:799px) {
    .efphead--in {
        display: block
    }
}

.efphead--b1 {
    text-align: right;
    width: 50%;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.efphead--b1 .efp--txtcontent {
    max-width: 360px
}

@media (max-width:799px) {
    .efphead--b1 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 4em
    }
    .efphead--b1 .efp--txtcontent {
        margin: auto;
        max-width: 100%
    }
}

.efphead--b2 {
    width: 50%;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:799px) {
    .efphead--b2 {
        text-align: center;
        width: 100%;
        padding: 0
    }
}

.efptourn {
    position: relative;
    z-index: 1;
    padding: 40px 60px 0
}

.efptourn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fcefe8;
    z-index: -1;
    bottom: 34%
}

@media (max-width:1100px) and (min-width:800px) {
    .efptourn:before {
        bottom: 20%
    }
}

@media (max-width:799px) {
    .efptourn:before {
        bottom: 25%
    }
}

@media (max-width:799px) {
    .efptourn {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .efptourn {
        padding: 20px
    }
}

.efptourn img {
    display: block;
    max-width: 100%;
    margin: auto
}

.efptourn--in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:799px) {
    .efptourn--in {
        display: block
    }
}

.efptourn--b1 {
    width: 50%;
    padding-left: 20px
}

.efptourn--b1 .efp--text {
    max-width: 360px
}

@media (max-width:799px) {
    .efptourn--b1 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 4em
    }
    .efptourn--b1 .efp--text {
        margin: auto;
        max-width: 100%
    }
}

.efptourn--b2 {
    width: 40%;
    padding-right: 36px;
    margin-left: 50px;
    margin-top: -100px
}

@media (max-width:1100px) and (min-width:800px) {
    .efptourn--b2 {
        margin-top: -60px;
        width: 38%;
        padding-right: 20px;
        margin-left: 0
    }
}

@media (max-width:799px) {
    .efptourn--b2 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0
    }
    .efptourn--b2 img {
        width: 300px
    }
}

.efpproduct {
    padding: 40px 60px
}

@media (max-width:799px) {
    .efpproduct {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .efpproduct {
        padding: 20px
    }
}

.efpproduct img {
    display: block;
    max-width: 100%
}

.efpproduct--in {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:799px) {
    .efpproduct--in {
        display: block
    }
}

.efpproduct--b1 {
    text-align: right;
    width: calc(50% + 40px);
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.efpproduct--b1 .efp--txtcontent {
    max-width: 360px
}

@media (max-width:799px) {
    .efpproduct--b1 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 4em
    }
    .efpproduct--b1 .efp--txtcontent {
        margin: auto;
        max-width: 100%
    }
}

.efpproduct--b2 {
    width: calc(50% - 40px);
    padding-left: 20px;
    margin-top: -140px
}

@media (max-width:1100px) and (min-width:800px) {
    .efpproduct--b2 {
        margin-top: -60px;
        width: 38%;
        padding-right: 20px;
        margin-left: 0
    }
}

@media (max-width:799px) {
    .efpproduct--b2 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0
    }
    .efpproduct--b2 img {
        width: 300px;
        margin: auto
    }
}

.ef-container {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    opacity: 0
}

.ef-container * {
    box-sizing: inherit
}

.ef-container.js-active {
    opacity: 1;
    transition: 1s
}

.efbtn {
    display: inline-block;
    padding: 20px 54px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    letter-spacing: .1em;
    transition: .35s cubic-bezier(.19, 1, .22, 1)
}

.efbtn.efbtn__smaller {
    padding: 20px 24px
}

@media (max-width:660px) {
    .efbtn.efbtn__smaller {
        padding: 20px
    }
}

.efbtn:hover {
    color: #fff;
    opacity: .7
}

.efcenter {
    width: 990px;
    max-width: 100%;
    margin: auto
}

.ef-brmobile {
    display: none
}

@media (max-width:660px) {
    .ef-brmobile {
        display: block
    }
}

@keyframes effadin {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/*---------------- DTW Edits --------------------*/

.efroutine--ss--title {
   height:50px;
}

@media screen and (max-width: 1024px) {
    .efroutine--ss--title {
    width: 206px;
    margin-left:17px;
    height:78px;
}
}

@media screen and (max-width: 1023px) {
    .efroutine--ss--title {
    width: 206px;
    margin-left:17px;
}
}


@media screen and (max-width: 761px) {
.efroutine--ss--title {
    width: 125px;
    height:110px;
}

.efgrid--smallitem .efgrid--title {
        left: 0px;
        
    }

    .efgrid--smallitem {
        width: 123px
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
body, html
{ overflow-y : initial !important; }
.additional-data-tab img
{ width : initial; }

.ie_custom{
margin-top:93px;
height:227px;
}

.ie_custom2{
margin-top:93px;
height:138px;
}
.effocus--b2 {
    margin-left:53px;
}

}

/*DTW_EDIT*/
h4.efroutine--title {
    font-size: 24px;
}
.efgrid--smallitem {
    width: 128px;
}
.efgrid--items {
    max-width: 553px;
}
.efroutine--ss--title {
     width: 165px;
    margin-left: 69px;
    min-height: 61px;
}

.efasc--item:nth-child(1) {
    position: relative;
    top: 25px;
    }
    .efasc--item:nth-child(2){
    position: relative;
    left: 3px;
    }
/*Desktop*/
@media only screen and (min-width: 1024px){
.efasc--item {
    padding: 0 10px;
}
.efconcent--title {
    padding-right: 84px;
}
.efasc--svgc {
    width: 132px;
    height: 121px;
    }
    .efasc--item:nth-child(2) .efasc--svgc {
    position: relative;
    left: 0px;
}
.efasc--item:nth-child(3) .efasc--svgc {
    position: relative;
    left: 0px;
}
.efasc--item:nth-child(3) {
    position: relative;
    left: 7px;
}
.ef-container h3 {
    position: relative;
    bottom: 29px;
    font-size: 29px;
}
.slick-slide .efslider--quote-q {
    display: none;
}
}


/*Ipad Air 3 Landscape*/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
.efasc--svgc {
    width: 132px;
    height: 121px;
    }
.efroutine--title {
    position: relative;
    left: 32px;
}
.efroutine--ss--title {
    width: 165px;
    margin-left: 53px;
    min-height: 61px;
}
.efroutine {
    position: relative;
    left: 2px;
}
.efasc--item:nth-child(3) {
    position: relative;
    left: 7px;
}
}

/*Ipad Air 3 Portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
.efroutine--ss--title {
    margin-left: 50px;
}
.efasc--svgc {
    width: 132px;
    height: 121px;
    }
.efasc--item:nth-child(1) {
    position: relative;
    top: 25px;
    right: 12px;
}
.efasc--item:nth-child(2){
    position: relative;
    left: 8px;
    }
.efasc--item:nth-child(2) .efasc--svgc {
    position: relative;
    left: 0px;
}
.efasc--item:nth-child(3) {
    position: relative;
    left: 26px;
}
.efasc--item:nth-child(3) .efasc--svgc {
    position: relative;
    left: 0px;
}

}
/*Iphone Portrait*/
@media screen and (max-width: 761px) {
.effocus--info.-info2 {
    top: 76%;
}
    .efslider--percent {
        position: relative;
        width: 50%;
        padding-bottom: 70px;
        left: 16%;
    }
    .efslider--percent-legend {
        height: 1px;
    }
    .efroutine--ss--title {
     width: 125px;
    margin-left: 12%;
    min-height: 61px;
}
.efasc--item {
    padding: 0 -16px!important;
}
.efasc--text {
    font-size: 8px!important;
}
.efasc--item:nth-child(1) {
    right: 16px;
    top: 18px;
}
.efasc--item:nth-child(2) {
    position: relative;
    left: 0px;
}
.efasc--item:nth-child(2) .efasc--svgc {
    position: relative;
    left: 0px;
}
.efasc--item:nth-child(3){
    position: relative;
    left: 17px;
    }
.efasc--item:nth-child(3) .efasc--svgc {
    position: relative;
    left: 0px;
}
.efconcent--title {
    padding-right: 1px;
}
}

@-moz-document url-prefix() {
     .efroutine--ss--visu{
        display: ruby-text;
    }

    .efroutine--ss--item{
    margin-top: 340px !important;
    }
    .efroutine--ss--title{
    margin-top: 3.5em !important;
    }
}

.breadcrumb {
    display: block !important;
}
#main:not(.main-homepage) {
    margin-top: 21px !important;
}