@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: Clarins, Times;
    margin-bottom: .25em
}

.efheader--subtitle {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: 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: 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: 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: 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: 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: 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: 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: 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*/
/*@media (max-width: 660px){
    .efgrid--smallitem{
        width: 114px;
    }
    .efgrid--smallitem .efgrid--title{
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 761px){
    .efroutine--ss--title{
        display: contents;
    }
}*/

/***DTW EDITS***/
@media only screen and (max-width: 761px){
    .efslider--item{
        display: block;
    }
    .efslider--percent{
        margin-top: 15px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
    .efslider--percent{
        margin-top: 30px;
    }
   /* .efslider--item{
        display: block;
    }*/
    .efslider--percent{
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1024px){
.dtw_width2{
    width: 750px!important;
    margin-left: auto;
    margin-right: auto;
}
}

@-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;
    }
}


   
/**DTW EDITS**/
@media only screen and (min-width: 1024px){
    .efheader--kicker{
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 761px){
    .efroutine--ss--title{
        margin: 20px auto;
    }
}
@media screen and (max-width: 1111px) {
.efslider--item.dtw_width2 {
    position: relative;
    /*left: 140px;*/
}
.efslider--quote-c.dtw_width2 {
    position: relative;
    left: -411px;
    top: 103px;
}
.dtw_width2 .efslider--percent{
    width: 275px;
}

}

@media only screen and (max-width: 761px){
.efslider--item {
    display: grid;
}
.efslider--item.dtw_width2 {
    position: relative;
    left: 48px;
}
.efslider--item.dtw_width2 {
    position: relative;
    left: 48px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: 46px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: 46px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: 46px;
}
.efslider--percent-num{
    font-size: 3rem!important;
}
.efslider--item{
grid-template-areas:"a b c"!important;
}
.efslider--item.dtw_width2 {
    position: relative;
    left: 79px;
}
.efslider--quote-c.dtw_width1 {
    position: absolute;
    left: 3px;
    top: 155px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: -5px;
}
.efslider--quote-c.dtw_width2{
   left: -191px;
    top: 0px;
}

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .efslider--item {
    display: grid;
    }
    .efslider--item.dtw_width2,
    .efslider--quote-c.dtw_width2 {
        left: unset !important;
    }
      .efslider--item {
        grid-template-areas: "a a a" "b b b" "d d d"
    }
    .efslider--percent{
        width: 256px;
    }

}

@media only screen 
and (min-device-width : 834px) 
and (max-device-width : 1112px) 
and (orientation : portrait) {
    .efslider--item{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 4em 0;
    }
    .efslider--quote-c.dtw_width2{
        left: -411px !important;
    }
    /*.efslider--item.dtw_width2{
        left: 140px !important;
    }*/

}

.efslider--slider .slick-next:after {
    background-position: 0px 73.8%;
}
.efslider--slider .slick-prev:after {
    background-position: 51.411765% 56.426523%;
}

@media only screen and (max-width: 761px){
.efslider--item {
    display: grid;
}
.efslider--item.dtw_width2 {
    position: relative;
    left: 48px;
}
.efslider--item.dtw_width2 {
    position: relative;
    left: 48px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: 46px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: 46px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: 46px;
}
.efslider--percent-num{
    font-size: 3rem!important;
}
.efslider--item{
grid-template-areas:"a b c"!important;
}
.efslider--item.dtw_width2 {
    position: relative;
    left: 79px;
}
.efslider--quote-c.dtw_width1 {
    position: absolute;
    left: 3px;
    top: 155px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: -5px;
}
.efslider--quote-c.dtw_width2{
   left: -191px;
    top: 0px;
}
.dtw_width2 .efslider--percent {
    width: 124px;
}
.efslider--item.dtw_width1 {
    position: relative;
    left: 79px;
}
.efslider--quote-c {
    width: 280%;
    margin-right: 99px;
}
.efslider--item.dtw_width2 .efslider--quote-c {
    position: relative;
    left: 30px;
}
.efslider--percent {
    margin-top: 15px;
}
.efslider--item.dtw_width1 .efslider--quote-c {
    position: relative;
    left: -14px;
}
.efslider--percent-num {
    font-size: 2.8rem!important;
    margin: 5px;
}
}

/***DTW EDITS FOR PDP***/
.efptourn:before {
    bottom: 25%;
}
.mobileshade{
    display:none;
}
@media only screen and (max-width:761px) {
    .thirdimage{
        margin-top: -352px!important;
    }
    a.efbtn.efbtn__smaller{
        margin-top: 250px!important;
    }
    .efphead--in {
        margin-top: 34px;
    }
    .mobileshade{
    display:block;
    }
    .efpproduct--b2{
        display: none;
    }
    .efphead {
    margin-top: -136px;
    }
}


/***DTW EDITS FOR MERCH***/
.efheader--title {
    font-size: 3rem;
    margin-bottom: -0.75em;
}
.efheader--subtitle {
    font-size: 33px;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
}
.efheader--kicker {
    margin-bottom: -1.5em;
}

.section{
    background-color:#e7cab8; 
}


#sectiontwo{
   padding: 0px!important; 
}
img.producttwo {
    top: 98px;
    position: relative;
}

.effocus--in .effocus--txt.-txt1 {
    text-align: left;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
img.producttwo {
    top: -179px;
    position: relative;
}
}

/*CUSTOM REQUEST CSS*/
.custom-req-tile {
    margin-left: 9%;
    /* margin: 0; */
    padding: 0;
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px;
    /* margin-bottom: 60px; */
    position: relative;
}

.tiles {
    width: 100%;
    font-size: 11pt;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    display: block;
}

.tile-item {
    color: #000;
    width: 23%;
    margin: 0.4%;
    margin-bottom: 8px;
    border: 1px solid #e28c62;
    /*    box-shadow: 2px 2px 5px #e28c62;*/
    height: 325px;
    min-width: 225px;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .tile-item {
        width: 28%;
    }

    .custom-req-tile {
        margin-top: 10%;
    }
}

@media screen and (max-width: 710px) {
    .tile-item {
        width: 49%;
    }
}

@media screen and (max-width: 500px) {
    .tile-item {
        width: 100%;
    }
}


.custom-req-header {
    width: 100%;
    box-sizing: border-box;
    max-height: 4.8em;
    font-size: 14pt;
    overflow: hidden;
}

.title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #e28c62;
    font-weight: 500;
}

.contents {
    margin-top: 3.2em;
    line-height: 1.1em;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

.content_tile {
    font-size: 11pt;
    line-height: 1.2em;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .custom-req-tile {
        margin-left: 2%;
        margin-top: 16%;
    }
    .tile-item {
        width: 32%;
    }
    .protection {
        margin-left: 260px;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .protection {
        margin-left: 305px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .custom-req-tile {
        margin-top: 35%;
    }
}

.dtwBTN {
    width: 190px !important;
}

@media screen and (max-width: 761px) {
    .tile-item {
        width: 95%;
        margin-left: -10%;
    }
}
.dtwBTN {
    margin-top: 20px;
}
}

/*DONUT CHART*/

@media screen and (min-width: 1250px) {
    .MyContent .MyFullWidthBlock {
        margin-left: calc(-50vw + 625px + 10px);
        width: calc(100vw - 20px);
    }
}

/*-------------------------------------------*/

.extra-firming-h2 {
    color: #fff;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    text-align: center;
}

.extrafirming-strong {
    color: #fff;
}



/*-------------------------------------------*/
#EXTRA-FIRMING-FULLWIDTH {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    background-color: #e7cab8;
    padding-bottom: 220px;
    padding-top: 50px;
}

@media screen and (min-width: 1250px) {
    #EXTRA-FIRMING-FULLWIDTH {
        display: inline-grid;
        margin-left: -375px;
        width: 2000px;
    }
}

@media screen and (max-width: 761px) {
    #EXTRA-FIRMING-FULLWIDTH {
        display: block;
    }
}

#EXTRA-FIRMING-FULLWIDTH .flexItem img {
    display: block;
    max-width: 100%;
}

.MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {

    color: #FFF;
    flex-basis: 100%;
    max-width: 726px;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 761px) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        padding: 20px;
    }

}

#EXTRA-FIRMING-FULLWIDTH .DesktopOnly {
    display: block;
}

@media screen and (max-width: 1023px) and (min-width: 762px) {

    #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        padding: 30px;
        max-width: 360px;

    }

    #EXTRA-FIRMING-FULLWIDTH .jcarousel-pagination {
        bottom: 0px;
    }
}


@media screen and (max-width: 1023px) {
    #EXTRA-FIRMING-FULLWIDTH .DesktopOnly {
        display: none;
    }
}

#EXTRA-FIRMING-FULLWIDTH .jcarousel li {
    border: 0px solid;
}


#EXTRA-FIRMING-FULLWIDTH .jcarousel {
    display: none;
}

@media screen and (max-width: 1023px) {
    #EXTRA-FIRMING-FULLWIDTH .jcarousel {
        display: block;
    }
}

.MyBlock #EXTRA-FIRMING-FULLWIDTH h2 {
    color: #fff;
    font-family: ClarinsRegular, Clarins;
    font-size: 35px;
    line-height: 1em;
    font-weight: normal;
    margin: 0;
    box-sizing: border-box;
    padding-top: 20px;
    margin-bottom: 40px;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px;
    margin-bottom: 60px;
    position: relative;

}

@media screen and (max-width: 761px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-bottom: 30px;
    }
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock h3 {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    margin: 0;
    padding: 15px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: #f691ad;
    z-index: 2;
    position: relative;
    min-width: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#EXTRA-FIRMING-FULLWIDTH .dark-style-result h3 {
    color: #803344;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
    content: " ";
    border: 1px solid #fff;
    width: calc(100% - 2px);
    top: 17px;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 120px;
}

#EXTRA-FIRMING-FULLWIDTH .dark-style-result .List .Item {
    color: #803344;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
    font-size: 30px;
    width: 107px;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

#EXTRA-FIRMING-FULLWIDTH .dark-style-result .Num {
    color: #803344;
}

#EXTRA-FIRMING-FULLWIDTH .Mentions {
    font-size: 11px;
    line-height: 1em;
    opacity: 0.7;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

#EXTRA-FIRMING-FULLWIDTH .jcarousel-control-prev,
#EXTRA-FIRMING-FULLWIDTH .jcarousel-control-next {
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

@media screen and (max-width: 761px) {

    #EXTRA-FIRMING-FULLWIDTH .jcarousel-control-next,
    #EXTRA-FIRMING-FULLWIDTH .jcarousel-control-prev {
        display: block !important;

    }
}

/*-------------------------------------------*/


.svg-stat circle {
    stroke: #e59162;
    stroke-width: 3px;
}

.dark-style-result circle {
    stroke: #803344;
}

.svg-stat .bar {
    stroke-dasharray: 340;
    stroke: #ffffff;
    stroke-dashoffset: 340;
    transition: stroke-dashoffset 2s ease-in-out;
}

.dark-style-result .svg-stat .bar {
    stroke: #ea526f;
}

.MyBlock svg {
    position: absolute;
    left: calc(50% - 60px);
    top: -5px;
}

.Selected .stat-1 .svg-stat .bar {
    stroke-dashoffset: 34;
}

.Selected .stat-2 .svg-stat .bar {
    stroke-dashoffset: 20;
}

.Selected .stat-3 .svg-stat .bar {
    stroke-dashoffset: 17;
}

.Selected .stat-4 .svg-stat .bar {
    stroke-dashoffset: 10;
}

.Selected .stat-5 .svg-stat .bar {
    stroke-dashoffset: 262;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-1 .svg-stat .bar {
    stroke-dashoffset: 34;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-2 .svg-stat .bar {
    stroke-dashoffset: 36;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-3 .svg-stat .bar {
    stroke-dashoffset: 37;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-4 .svg-stat .bar {
    stroke-dashoffset: 10;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-5 .svg-stat .bar {
    stroke-dashoffset: 26;
}

/*-------------------------------------------*/

/*DTW CUSTOM CHANGES*/
#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
    font-size: 30px;
}

@media screen and (width: 1024px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 60px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
        width: calc(120% - 62px);
        margin-left: 5px;

    }
}


@media screen and (max-width: 1023px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
        display: none;
    }

}


@media only screen and (max-width: 761px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
        display: none;
    }
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
    min-width: 110px;
}


/***DTW EDITS***/
@media only screen and (min-width: 1024px) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        /*max-width: 955px;*/
        max-width: 1500px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        padding: 0 8px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        width: 160px;
        min-width: unset;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        max-width: 1060px;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .Selected .stat-1 .svg-stat .bar {
        stroke-dasharray: 320;
        stroke-dashoffset: 360;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-2 .svg-stat .bar {
        stroke-dashoffset: 415;
    }

    .Selected .stat-3 .svg-stat .bar {
        stroke-dasharray: 305;
        stroke-dashoffset: 360;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-4 .svg-stat .bar {
        stroke-dashoffset: 435;
    }

    .Selected .stat-5 .svg-stat .bar {
        stroke-dashoffset: 440;
    }
}

@media only screen and (max-width: 761px) {
    .Selected .stat-1 .svg-stat .bar {
        stroke-dasharray: 320;
        stroke-dashoffset: 360;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-2 .svg-stat .bar {
        stroke-dashoffset: 415;
    }

    .Selected .stat-3 .svg-stat .bar {
        stroke-dasharray: 305;
        stroke-dashoffset: 360;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-4 .svg-stat .bar {
        stroke-dashoffset: 435;
    }

    .Selected .stat-5 .svg-stat .bar {
        stroke-dashoffset: 440;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        max-width: 1040px;
    }
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-1 .svg-stat .bar {
    stroke-dashoffset: 390;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-2 .svg-stat .bar {
    stroke-dashoffset: 405;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-3 .svg-stat .bar {
    stroke-dashoffset: 425;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-4 .svg-stat .bar {
    stroke-dashoffset: 430;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-5 .svg-stat .bar {
    stroke-dashoffset: 435;
}

/*#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-3 .svg-stat .bar{        
  stroke-dasharray: 340;  
  stroke-dashoffset: 415; 
  animation-direction: reverse; 
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-1 .svg-stat .bar{
  stroke-dasharray: 340;  
  stroke-dashoffset: 545; 
  animation-direction: reverse; 
}*/

#EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
    display: none;
}

.svg-stat circle {
    stroke-width: 30px;
}

#EXTRA-FIRMING-FULLWIDTH svg {
    /*overflow: overlay;*/
    overflow: visible;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
    font-size: 17px;
    line-height: 1.3em;
    margin: 20px auto;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
    padding-bottom: 20px;
    color: #fff;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        max-width: 955px;
    }
}

@media only screen and (min-width: 1024px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        width: 217px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        padding: 0 25px;
    }
}
/*-------------------------------------------*/

#EXTRA-FIRMING-FULLWIDTH {
    padding-bottom: 20px;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 280px;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 350px;
    }
}

@media (min-width: 661px) {
    .efconcent--title {
        padding-right: 0px;
    }
}

.effocus--desc2 {
    top: 75%;
    right: 70%;
    margin-left: 120px;
    position: absolute;
    display: flex;
    width: 68%;
    font-size: 14px;
    text-align: left;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1.6em;
}

.efftitle {
    display: contents;
    color: #be0f34;
}

.effocus--b1 {
    position: relative;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    margin-top: -160px;
    display: -ms-flexbox;
    display: flex;
    margin-left: 200px;
}

@media (max-width: 990px) {
    .effocus--b1 {
        width: 50%;
        margin: auto;
        margin-bottom: 180px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .effocus--b1 {
        width: 100%;
        padding: 40px 20px 0;
        text-align: center;
        margin-bottom: 80px;
    }

    .effocus--desc2 {
        top: 75%;
        right: auto;
        margin-left: auto;
        position: inherit;
        display: flex;
        width: 100%;
        font-size: 14px;
        text-align: center;
        line-height: 1.4285714286;
        font-weight: 400;
        letter-spacing: .02em;
        margin-bottom: 1.6em;
    }
}



@media only screen and (max-width: 761px) {
    .efheader--kicker {
        margin-bottom: 0.5em;
    }
    .section {
        height: 650px;
    }
    /*img.producttwo {
        top: -122px;
    }*/
    .effocus--imgc .headerproduct{
       top:70px;
       position: relative;
    }
    #sectiontwo {
    top: 191px;
    }
    /*img.producttwo {
        top: -549px;
    }*/
    img.sunflowerimg {
        position: relative;
        left: -5%;
        top: -29px;
    }
}


@media only screen
   and (max-width : 360px)
   and (max-height : 640px) {
    .tile-item {
        width: 95%;
        margin-left: -15%;
    }
    .effocus--imgc .headerproduct{
        max-width: 150%;
    }
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-left: 117px;
    }
    .effocus--desc2 {
        top: 75%;
        left: -206px;
        position: relative;
        width: 122%;
        text-align: center;
    }
    img.producttwo {
        /*top: -549px;*/
        max-width: 250%;
        left: -68%;
    }
    img.sunflowerimg {
        position: relative;
        left: -27%;
        top: -11px;
    }
    .effocus--desc2 {
        top: 60px;
        height: 150px;
        left: -206px;
    }
 
}


/***DTW EIDTS 05-09***/
@media only screen and (min-width:1024px) {
    .efasc {
        margin-bottom: -100px;
    }
    .efconcent--title {
        width: 193%;
    }
    #banner {
        margin-left: 180px;
    }
    .svg-stat circle {
        stroke-width: 25px;
    }
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
        font-size: 26px;
    }
    .effocus--desc2 {
        top: 62%;
    }
    .efroutine--navitem.seconditem {
        margin-left: -160px;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
    #banner {
        margin-left: -219px;
    }
}

/***IPAD 3rd GEN***/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
    .efheader--kicker {
        margin-bottom: unset;
    }
    .custom-req-tile {
        margin-left: 2%;
        margin-top: -15%;
    }
    .efasc {
        margin-bottom: -116px;
    }
    img.headerproduct {
        position: relative;
        top: 30px;
    }
    .efroutine--navitem {
        margin-left: 37px;
    }
    #sectiontwo {
        height: 14px;
    }
    img.producttwo {
        top: 218px;
    }
    #sectiontwo {
        height: 24px;
    }
}


/***LAPTOP***/
@media only screen
and (max-width: 1366px)
and (max-height: 768px) {
    #banner {
        margin-left: -102px;
    }
}

/***IPAD PRO***/
@media only screen
and (min-device-width : 1024px)
and (max-device-width : 1366px)
and (orientation : portrait) {
#sectiontwo {
    height: 464px;
} 
img.producttwo {
    top: 117px;
}
.efconcent--title {
    width: 130%;
}
#banner {
    margin-left: -140px;
    margin-bottom: 114px;
}
}


/***IPAD***/
@media only screen and (max-width: 768px) and (max-height: 1024px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-left: 88px;
    }
    .efheader--kicker {
        margin-bottom: unset;
    }
    .custom-req-tile {
        margin-left: 2%;
        margin-top: -15%;
    }
    .efasc {
        margin-bottom: -116px;
    }
    img.headerproduct {
        position: relative;
        top: 30px;
    }
    .efroutine--navitem {
        margin-left: 37px;
    }
    #sectiontwo {
        height: 14px;
    }
    /*img.producttwo {
        top: 218px;
    }*/
    #sectiontwo {
        height: 24px;
    }
}


  #EXTRA-FIRMING-FULLWIDTH .Mentions {
        opacity: unset;
        font-weight: bold;
    }




/***DTW EDITS***/ 

@media only screen and (max-height:1111px) {
    .efheader--textmobile .efheader--title {
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 768px) and (max-height:1024px) {
    .desktop{
        left: -399px;
        position: relative;
    }
    .efheader--b1 img {
        position: absolute;
        width: 199%;
}
}

/***MOBILE***/
@media only screen and (max-width: 761px) {
    #banner {
        margin-left: unset;
    }
    /*.effocus--imgc .headerproduct {
        top: -5px;
    }*/
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 200px;
    }
    /*img.producttwo {
        top: -126px;
    }*/
    .section {
        /*height: 760px;*/
        height: 600px;
    }
    #sectiontwo {
        top: 325px;
    }
    /*img.producttwo {
        top: -74px;
    }*/
    .efheader--b1 img{
        width: unset;
    }
    .efheader--b1 {
        background: unset;
    }
    .efheader--in {
        margin-top: -20px;
    }
    .efheader--textmobile .efheader--title {
        margin-bottom: 1em;
    }
    /*.efconcent--subtitle {
        margin-top: 40em;
    }*/
    /*.effocus--imgc .headerproduct {
        top: -610px;
    }*/
    /*.effocus--imgc .headerproduct {
        top: -745px;
    }*/
    #banner .effocus--b1 {
        margin-bottom: -480px;
    }
}


/***DTW EDITS 06-25***/
@media only screen and (min-width:1024px) {
    .effocus--title {
        margin-bottom: 0.50em;
    }
    .effocus--b1 {
        width: 46%;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #sectiontwo .efconcent--subtitle {
        margin-top: unset!important;
    }
    .effocus--b1 img.producttwo {
        top: 244px!important;
    }
}


@media only screen and (max-width: 761px) {
    /*img.producttwo {
        top: -215px;
    }*/
}

/*-------------- DTW Responsive layout ---------------------*/
@media only screen and (min-width : 320px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
    top: -832px;
}
.efconcent--subtitle {
        margin-top: 24em;
    }
    .custom-req-tile {
    margin-left: 7.7%;
    margin-top: 55%;
    width: 100%;
}
.tile-item {
    width: auto;
}
#EXTRA-FIRMING-FULLWIDTH .inlineBlock {
    margin-left: 20%;
}
}

@media only screen and (min-width : 321px) and (max-width: 761px){
    img.producttwo {
    max-width: 210%;
    left: -45%;
}
}

@media only screen and (min-width : 345px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
    margin-top: 33%;
    width: 130%;
}
img.producttwo {
    margin-top: -40px;
}
    }

@media only screen and (min-width : 350px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
    width: 120%;
    margin-top: 60%;
}
    }

    @media only screen and (min-width : 361px) and (max-width: 761px){
    .custom-req-tile {
    margin-left: 5.3%;
}
.effocus--desc2 {
    top: 75%;
    left: -206px;
    position: relative;
    width: 122%;
    text-align: center;
}
    }


    @media only screen and (min-width : 375px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
    width: 60%;
    margin-top: 13%;
}
#EXTRA-FIRMING-FULLWIDTH .inlineBlock {
    margin-left: 23%;
}
.effocus--desc2 {
    top: 75%;
    right: auto;
    margin-left: auto;
    position: inherit;
    display: flex;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1.6em;
    left:auto;
}
img.producttwo {
    max-width: 90%;
    left: -2%;
    margin-top: -75px;
}
    }


     @media only screen and (min-width : 401px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
        width: 60%;
    margin-top: 28%;
}
.custom-req-tile {
    margin-top: 23%;
}
    }

     @media only screen and (min-width : 440px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
    width: 60%;
    margin-top: 33%;
}
img.producttwo {
    max-width: 80%;
    left: -2%;
    margin-top: -75px;
}
    }

     @media only screen and (min-width : 443px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
    width: 60%;
    margin-top: 33%;
}
    }
     @media only screen and (min-width : 480px) and (max-width: 761px){
    .effocus--imgc .headerproduct {
    width: 60%;
    margin-top: 33%;
}

    }
