@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700);

@font-face {
    font-family: 'mullerextrabold';
    font-weight: 400;
    font-style: normal;
    src: url(../font/fontfabric_-_muller-extrabold-webfont.woff2) format('woff2'), url(../font/fontfabric_-_muller-extrabold-webfont.woff) format('woff')
}

@font-face {
    font-family: 'mullernormal';
    font-weight: 400;
    font-style: normal;
    src: url(../font/fontfabric_-_muller-medium-webfont.woff2) format('woff2'), url(../font/fontfabric_-_muller-medium-webfont.woff) format('woff')
}

.font-AlfaSlabOne {
    font-family: 'Alfa Slab One'
}

.font-DancingScript {
    font-family: 'Dancing Script'
}

.font-FaunaOne {
    font-family: 'Fauna One'
}

.font-Graduate {
    font-family: 'Graduate'
}

.font-JuliusSansOne {
    font-family: 'Julius Sans One'
}

.font-Montserrat {
    font-family: 'Montserrat'
}

.font-Muli {
    font-family: 'Muli'
}

.font-NixieOne {
    font-family: 'Nixie One'
}

.font-OpenSans {
    font-family: 'Open Sans'
}

.font-Oxygen {
    font-family: 'Oxygen'
}

.font-Playfair display {
    font-family: 'Playfair Display'
}

.font-Prata {
    font-family: 'Prata'
}

.font-Quattrocento {
    font-family: 'Quattrocento'
}

.font-Questrial {
    font-family: 'Questrial'
}

.font-Raleway {
    font-family: 'Raleway'
}

.font-Rufina {
    font-family: 'Rufina'
}

.font-Slabo13px {
    font-family: 'Slabo 13px'
}

html {
    font-size: 10px
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    overflow-x: hidden;
    color: #1b3348
}

.quality-btn span, body.freeze, html.freeze {
    position: fixed;
    overflow: hidden;
    height: 100%
}

.wow {
    visibility: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'mullerextrabold'
}

.container {
    width: 100vw
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 128rem
    }
}

a {
    color: #0082ff
}

.title_blue_80 {
    font-size: 8rem;
    line-height: .8em;
    margin-bottom: 3rem;
    color: #0082ff
}

.title_blue_30 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #0082ff
}

#loader-wrapper, #loader-wrapper #loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#loader-wrapper {
    position: fixed;
    z-index: 1000111;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    opacity: 1;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

#loader-wrapper #loader {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 330px;
    height: 370px;
    transform-type: preserve-3d
}

#loader-wrapper #loader img {
    width: 50%
}

.account .box .box-actions .action, .cart-empty .btn_continue_shopping a, .primary-btn {
    font-size: 1.8rem;
    line-height: 45px;
    position: relative;
    display: inline-block;
    min-width: 195px;
    height: 45px;
    padding: 0 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background-color: #0082ff
}

.primary-btn::after, .primary-btn::before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background: url(../images/icons/sprinkle.svg) no-repeat
}

.primary-btn::before {
    top: -10px;
    left: -10px
}

.primary-btn::after {
    right: -10px;
    bottom: -10px
}

.primary-btn:hover {
    color: #fff;
    background-color: #0370d9
}

.primary-btn:hover::before {
    -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
    animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal
}

.primary-btn:hover::after {
    -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
    animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal
}

body.home.blue .primary-btn {
    color: #fff;
    background-color: #fbbd0e
}

body.home.blue .primary-btn::after, body.home.blue .primary-btn::before {
    background: url(../images/icons/sprinkle-yellow.svg) no-repeat
}

.on-yellow {
    color: #fff;
    background-color: #0082ff !important
}

.on-yellow::after, .on-yellow::before {
    background: url(../images/icons/sprinkle.svg) no-repeat !important
}

.btn-like-link {
    min-width: initial !important;
    vertical-align: top;
    text-decoration: underline !important;
    color: #fff !important;
    border: 0;
    background: 0 0 !important;
    background-color: none !important
}

.link-hover {
    position: relative;
    cursor: pointer
}

.link-hover::after, .link-hover::before {
    position: absolute;
    content: ''
}

.link-hover::before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    top: -10px;
    left: -10px;
    width: 9px;
    height: 9px;
    background: url(../images/icons/sprinkle.svg) no-repeat;
    background-size: contain
}

.link-hover::after {
    right: -5px;
    bottom: -15px;
    width: 50px;
    height: 12px;
    -webkit-transition: opacity .5s ease, background-position-x 1s ease-in-out;
    transition: opacity .5s ease, background-position-x 1s ease-in-out;
    opacity: 0;
    background: url(../images/icons/barres.svg) no-repeat;
    background-position-x: -50px;
    background-size: contain
}

.link-hover:hover {
    color: #0370d9 !important
}

.link-hover:hover::before {
    -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
    animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal
}

.link-hover:hover::after {
    opacity: 1;
    background-position-x: 50px
}

.article-btn {
    background-color: #1b3348
}

.quality-btn {
    color: #0082ff;
    background-color: #fff
}

.quality-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 30px;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.quality-btn svg {
    position: absolute;
    top: -26px;
    right: -15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    fill: #0082ff !important;
    stroke: #0082ff !important
}

.quality-btn::after {
    content: ''
}

.quality-btn:hover {
    color: #fff
}

.quality-btn:hover svg {
    fill: #fff !important;
    stroke: #fff !important
}

.scroll-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: arrowBounce 2s infinite;
    animation: arrowBounce 2s infinite
}

@media only screen and (min-width: 760px) {
    .scroll-arrow {
        bottom: 15px
    }
}

.flag::after {
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0;
    background: rgba(255, 255, 255, .1);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .1) 77%, rgba(255, 255, 255, .5) 93%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .1) 77%, rgba(255, 255, 255, .5) 93%, rgba(255, 255, 255, 0) 100%)
}

.flag:hover::after {
    top: -60%;
    left: -60%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .7s, .7s, .15s;
    transition-duration: .7s, .7s, .15s;
    -webkit-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
    opacity: 1
}

.flag:active::after {
    opacity: 0
}

@-webkit-keyframes glitter {
    0%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    10% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }
}

@keyframes glitter {
    0%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    10% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }
}

@-webkit-keyframes arrowBounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes arrowBounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0%, 50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
}

@keyframes headShake {
    0%, 50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

@keyframes tada {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0%, to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
}

@keyframes wobble {
    0%, to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: jello;
    animation-name: jello
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX, .flipInY, .flipOutX, .flipOutY {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY, .flipOutX, .flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX, .flipOutY {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        transform-origin: center;
        opacity: 0;
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        transform-origin: center;
        opacity: 0;
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: left bottom;
        opacity: 0;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: left bottom;
        opacity: 0;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: right bottom;
        opacity: 0;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: right bottom;
        opacity: 0;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: left bottom;
        opacity: 0;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: left bottom;
        opacity: 0;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin: right bottom;
        opacity: 0;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin: right bottom;
        opacity: 0;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

body.home {
    background-repeat: repeat;
    background-blend-mode: color-dodge;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

body.home.yellow {
    background-color: #fbbd0e
}

body.home.yellow .box-blue, body.home.yellow .box-red {
    display: none !important
}

body.home.yellow .intro-section {
    background-image: url(../images/home/boxs/box-fondjaune.png);
    background-repeat: no-repeat;
    background-position: center 15vh;
    background-size: 110%
}

@media only screen and (min-width: 760px) {
    body.home.yellow .intro-section {
        background-image: none
    }
}

body.home.blue {
    background-color: #0082ff
}

body.home.blue .box-red, body.home.blue .box-yellow {
    display: none !important
}

body.home.blue .menu-header .logo-wrapper svg .stl0 {
    fill: #fff !important
}

body.home.blue .menu-header .logo-wrapper svg .stl1 {
    fill: #f7cb1b !important
}

body.home.blue .menu-header .logo-wrapper svg .stl2 {
    fill: #fbbc11 !important
}

body.home.blue .menu-header .logo-wrapper svg .stl3 {
    fill: #ffd26b !important
}

body.home.blue .menu-header .logo-wrapper svg .stl4 {
    fill: #ffe46a !important
}

body.home.blue .intro-section {
    background-image: url(../images/home/boxs/box-fondbleu.png);
    background-repeat: no-repeat;
    background-position: center 15vh;
    background-size: 110%
}

@media only screen and (min-width: 760px) {
    body.home.blue .intro-section {
        background-image: none
    }
}

body.home.green {
    background-color: #34e1a8
}

body.home.red {
    background-color: #f15d4e
}

body.home.red .box-blue, body.home.red .box-yellow {
    display: none !important
}

#header.uncollapsed .store-tools--mobile .minicart-wrapper .icon-cart svg, body.home.red .menu-header .logo-wrapper svg .stl0 {
    fill: #fff !important
}

body.home.red .menu-header .logo-wrapper svg .stl1 {
    fill: #6f3bff !important
}

body.home.red .menu-header .logo-wrapper svg .stl2 {
    fill: #5c22ff !important
}

body.home.red .menu-header .logo-wrapper svg .stl3 {
    fill: #7a5fff !important
}

body.home.red .menu-header .logo-wrapper svg .stl4 {
    fill: #ad97ff !important
}

body.home.red .intro-section {
    background-image: url(../images/home/boxs/box-fondrouge.png);
    background-repeat: no-repeat;
    background-position: center 15vh;
    background-size: 110%
}

@media only screen and (min-width: 760px) {
    body.home.red .intro-section {
        background-image: none
    }
}

.rounded {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 300px
}

.rounded svg {
    width: 100vw;
    height: 100%;
    fill: #fff
}

.rounded.top {
    bottom: 100%;
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important
}

.rounded.top svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rounded.bottom {
    top: 100%;
    -webkit-transform-origin: top !important;
    transform-origin: top !important
}

body.home.yellow .quality {
    background-color: #fbbd0e !important
}

body.home.yellow .quality .rounded svg {
    fill: #fbbd0e !important
}

body.home.blue .quality {
    background-color: #0082ff !important
}

#header.uncollapsed .logo svg, #header.uncollapsed .logo svg path, #header.uncollapsed .minicart-wrapper .icon-cart svg, body.home.blue .quality .rounded svg {
    fill: #0082ff !important
}

body.home.green .quality {
    background-color: #34e1a8 !important
}

body.home.green .quality .rounded svg {
    fill: #34e1a8 !important
}

body.home.red .quality {
    background-color: #f15d4e !important
}

body.home.red .quality .rounded svg {
    fill: #f15d4e !important
}

#header {
    position: fixed;
    z-index: 2000;
    width: 100vw;
    padding: 1rem 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: 0 0
}

#header .container-fluid {
    padding-right: 0;
    padding-left: 0
}

#header .row, footer .pack-prefooter .container .row {
    margin-right: 0;
    margin-left: 0
}

#header a {
    cursor: pointer
}

@media only screen and (min-width: 760px) {
    #header {
        padding: 0
    }
}

#header .dropdown.open .dropdown-backdrop {
    z-index: 0 !important
}

#header .dropdown.open .icon-ico {
    color: #333 !important
}

#header.collapsed {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#header.uncollapsed {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background: #fff
}

#header.uncollapsed .do_it a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #0082ff !important;
    border: 1px solid #0082ff !important
}

#header.uncollapsed .do_it a:hover {
    color: #fff !important;
    border: 1px solid #0082ff !important;
    background-color: #0082ff !important
}

#header.uncollapsed .about-link a, #header.uncollapsed .account-wrapper a, #header.uncollapsed .contact-link a, #header.uncollapsed .icon-ico, #header.uncollapsed .nav-btn-mobile {
    color: #0082ff !important
}

#header.uncollapsed .logo-wrapper .minicart-wrapper, #header.uncollapsed .minicart-mobile .minicart-wrapper {
    visibility: visible !important
}

#header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
    border: none !important
}

#header.uncollapsed .store-tools--mobile .nav-main-links .about-link a, #header.uncollapsed .store-tools--mobile .nav-main-links .account-wrapper a, #header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
    color: #fff !important
}

.blue [data-toggle=dropdown] {
    position: relative;
    top: 4px;
    display: inline-block
}

.blue .lang-switcher .dropdown-selector {
    top: 0 !important
}

.blue-header #header .logo svg, .blue-header #header .logo svg g .box, .blue-header #header .logo svg g .letter, .blue-header #header .minicart-wrapper .icon-cart svg, .page-layout-1column-general #header .logo svg, .page-layout-1column-general #header .logo svg g .box, .page-layout-1column-general #header .logo svg g .letter, .page-layout-1column-general #header .minicart-wrapper .icon-cart svg, .page-layout-1column:not(.checkout-cart-index) #header .logo svg, .page-layout-1column:not(.checkout-cart-index) #header .logo svg g .box, .page-layout-1column:not(.checkout-cart-index) #header .logo svg g .letter, .page-layout-1column:not(.checkout-cart-index) #header .minicart-wrapper .icon-cart svg {
    fill: #0082ff
}

.blue-header #header .do_it a, .page-layout-1column-general #header .do_it a, .page-layout-1column:not(.checkout-cart-index) #header .do_it a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #0082ff;
    border: 1px solid #0082ff
}

.blue-header #header .do_it a:hover, .page-layout-1column-general #header .do_it a:hover, .page-layout-1column:not(.checkout-cart-index) #header .do_it a:hover {
    color: #fff;
    border: 1px solid #0082ff;
    background-color: #0082ff
}

.blue-header #header .about-link a, .blue-header #header .account-wrapper a, .blue-header #header .contact-link a, .blue-header #header .lang-switcher .icon-ico, .blue-header #header .nav-btn-mobile, .page-layout-1column-general #header .about-link a, .page-layout-1column-general #header .account-wrapper a, .page-layout-1column-general #header .contact-link a, .page-layout-1column-general #header .lang-switcher .icon-ico, .page-layout-1column-general #header .nav-btn-mobile, .page-layout-1column:not(.checkout-cart-index) #header .about-link a, .page-layout-1column:not(.checkout-cart-index) #header .account-wrapper a, .page-layout-1column:not(.checkout-cart-index) #header .contact-link a, .page-layout-1column:not(.checkout-cart-index) #header .lang-switcher .icon-ico, .page-layout-1column:not(.checkout-cart-index) #header .nav-btn-mobile {
    color: #0082ff
}

.blue-header #header .nav-btn-mobile::after, .page-layout-1column-general #header .nav-btn-mobile::after, .page-layout-1column:not(.checkout-cart-index) #header .nav-btn-mobile::after {
    background-color: #0082ff
}

.blue-header #header .store-tools--mobile .do_it a, .page-layout-1column-general #header .store-tools--mobile .do_it a, .page-layout-1column:not(.checkout-cart-index) #header .store-tools--mobile .do_it a {
    color: #fff;
    border: 1px solid transparent
}

.blue-header #header .store-tools--mobile .do_it a:hover, .page-layout-1column-general #header .store-tools--mobile .do_it a:hover, .page-layout-1column:not(.checkout-cart-index) #header .store-tools--mobile .do_it a:hover {
    background-color: transparent
}

.blue-header #header .store-tools--mobile .about-link a, .blue-header #header .store-tools--mobile .account-wrapper a, .blue-header #header .store-tools--mobile .contact-link a, .page-layout-1column-general #header .store-tools--mobile .about-link a, .page-layout-1column-general #header .store-tools--mobile .account-wrapper a, .page-layout-1column-general #header .store-tools--mobile .contact-link a, .page-layout-1column:not(.checkout-cart-index) #header .store-tools--mobile .about-link a, .page-layout-1column:not(.checkout-cart-index) #header .store-tools--mobile .account-wrapper a, .page-layout-1column:not(.checkout-cart-index) #header .store-tools--mobile .contact-link a {
    color: #fff
}

#header.isBlue .logo-wrapper svg, #header.isBlue .minicart-mobile .icon-cart svg, #header.isBlue .minicart-wrapper .icon-cart svg, .blue .logo-wrapper svg, .blue .minicart-mobile .icon-cart svg, .blue .minicart-wrapper .icon-cart svg, .page-layout-1column.checkout-cart-index .logo-wrapper svg, .page-layout-1column.checkout-cart-index .minicart-mobile .icon-cart svg, .page-layout-1column.checkout-cart-index .minicart-wrapper .icon-cart svg {
    fill: #fff !important
}

#header.isBlue .account-wrapper .links.dropdown-menu a, .blue .account-wrapper .links.dropdown-menu a, .page-layout-1column.checkout-cart-index .account-wrapper .links.dropdown-menu a {
    color: #0082ff !important
}

#header.isBlue .do_it a, .blue .do_it a, .page-layout-1column.checkout-cart-index .do_it a {
    color: #fff !important;
    border: 1px solid transparent !important
}

#header.isBlue .do_it a:hover, .blue .do_it a:hover, .page-layout-1column.checkout-cart-index .do_it a:hover {
    color: #0082ff !important;
    border: 1px solid transparent !important;
    background-color: transparent !important
}

#header.isBlue .nav-btn-mobile, .blue .nav-btn-mobile, .page-layout-1column.checkout-cart-index .nav-btn-mobile {
    color: #fff !important
}

@media (min-width: 950px) {
    #header.isBlue .about-link > a, #header.isBlue .account-wrapper > a, #header.isBlue .contact-link > a, .blue .about-link > a, .blue .account-wrapper > a, .blue .contact-link > a, .page-layout-1column.checkout-cart-index .about-link > a, .page-layout-1column.checkout-cart-index .account-wrapper > a, .page-layout-1column.checkout-cart-index .contact-link > a {
        position: relative;
        display: block;
        overflow: hidden;
        color: #fff !important
    }

    #header.isBlue .about-link > a::after, #header.isBlue .account-wrapper > a::after, #header.isBlue .contact-link > a::after, .blue .about-link > a::after, .blue .account-wrapper > a::after, .blue .contact-link > a::after, .page-layout-1column.checkout-cart-index .about-link > a::after, .page-layout-1column.checkout-cart-index .account-wrapper > a::after, .page-layout-1column.checkout-cart-index .contact-link > a::after {
        position: absolute;
        right: 0;
        bottom: 3px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: '';
        transition: transform, -webkit-transform;
        -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
        transition-timing-function: cubic-bezier(.6, .15, .4, 1);
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        background-color: #fff !important
    }

    #header.isBlue .about-link > a:hover, #header.isBlue .account-wrapper > a:hover, #header.isBlue .contact-link > a:hover, .blue .about-link > a:hover, .blue .account-wrapper > a:hover, .blue .contact-link > a:hover, .page-layout-1column.checkout-cart-index .about-link > a:hover, .page-layout-1column.checkout-cart-index .account-wrapper > a:hover, .page-layout-1column.checkout-cart-index .contact-link > a:hover {
        color: #fff !important
    }

    #header.isBlue .about-link > a:hover::after, #header.isBlue .account-wrapper > a:hover::after, #header.isBlue .contact-link > a:hover::after, .blue .about-link > a:hover::after, .blue .account-wrapper > a:hover::after, .blue .contact-link > a:hover::after, .page-layout-1column.checkout-cart-index .about-link > a:hover::after, .page-layout-1column.checkout-cart-index .account-wrapper > a:hover::after, .page-layout-1column.checkout-cart-index .contact-link > a:hover::after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    #header.isBlue .do_it a, .blue .do_it a, .page-layout-1column.checkout-cart-index .do_it a {
        color: #fff;
        border: 1px solid #fff !important
    }

    #header.isBlue .do_it a:hover, .blue .do_it a:hover, .page-layout-1column.checkout-cart-index .do_it a:hover {
        color: #0082ff !important;
        border: 1px solid #fff !important;
        background-color: #fff !important
    }

    #header.isBlue .lang-switcher .icon-ico, .blue .lang-switcher .icon-ico, .page-layout-1column.checkout-cart-index .lang-switcher .icon-ico {
        color: #fff
    }
}

#header.isBlue .store-tools--mobile a, .blue .store-tools--mobile a, .page-layout-1column.checkout-cart-index .store-tools--mobile a {
    color: #fff
}

#header.isBlue .store-tools--mobile .lang-switcher a, .blue .store-tools--mobile .lang-switcher a, .page-layout-1column.checkout-cart-index .store-tools--mobile .lang-switcher a {
    color: #333
}

#header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg .lang-switcher .icon-ico, #header.isBlue.uncollapsed .nav-btn-mobile, #header.isBlue.uncollapsed a, #header.isBlue.uncollapsed a:hover, .blue.uncollapsed .minicart-wrapper .icon-cart svg .lang-switcher .icon-ico, .blue.uncollapsed .nav-btn-mobile, .blue.uncollapsed a, .blue.uncollapsed a:hover, .page-layout-1column.checkout-cart-index.uncollapsed .minicart-wrapper .icon-cart svg .lang-switcher .icon-ico, .page-layout-1column.checkout-cart-index.uncollapsed .nav-btn-mobile, .page-layout-1column.checkout-cart-index.uncollapsed a, .page-layout-1column.checkout-cart-index.uncollapsed a:hover {
    color: #0082ff !important
}

#header.isBlue.uncollapsed a::after, .blue.uncollapsed a::after, .page-layout-1column.checkout-cart-index.uncollapsed a::after {
    background-color: #0082ff !important
}

#header.isBlue.uncollapsed .do_it a, .blue.uncollapsed .do_it a, .page-layout-1column.checkout-cart-index.uncollapsed .do_it a {
    border: 1px solid #0082ff !important
}

#header.isBlue.uncollapsed .do_it a:hover, .blue.uncollapsed .do_it a:hover, .page-layout-1column.checkout-cart-index.uncollapsed .do_it a:hover {
    color: #fff !important;
    background-color: #0082ff !important
}

#header.isBlue.uncollapsed .minicart-mobile .icon-cart svg, #header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg, #header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg .minicart-wrapper .icon-cart svg, .blue.uncollapsed .minicart-mobile .icon-cart svg, .blue.uncollapsed .minicart-wrapper .icon-cart svg, .blue.uncollapsed .minicart-wrapper .icon-cart svg .minicart-wrapper .icon-cart svg, .page-layout-1column.checkout-cart-index.uncollapsed .minicart-mobile .icon-cart svg, .page-layout-1column.checkout-cart-index.uncollapsed .minicart-wrapper .icon-cart svg, .page-layout-1column.checkout-cart-index.uncollapsed .minicart-wrapper .icon-cart svg .minicart-wrapper .icon-cart svg, .slideout #bottomBox.active .boxbox .stt0, .slideout #upperBox.active .coverbox .sttt1 {
    fill: #0082ff !important
}

.menu-header .sociallogin-welcome-msg {
    display: none
}

.menu-header .logo-wrapper {
    position: relative;
    z-index: 99999;
    visibility: hidden;
    max-width: 50%
}

.menu-header .logo-wrapper .logo {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 40px;
    margin-top: 15px;
    margin-left: 1rem;
    opacity: 1 !important
}

@media (min-width: 415px) {
    .menu-header .logo-wrapper .logo {
        overflow: visible;
        width: auto
    }
}

@media only screen and (min-width: 760px) {
    .menu-header .logo-wrapper .logo {
        margin-left: 1rem
    }
}

.menu-header .logo-wrapper .logo svg {
    height: 6rem;
    fill: #fff
}

@media only screen and (min-width: 1200px) {
    .menu-header .logo-wrapper .logo svg {
        height: 7rem
    }
}

.menu-header .logo-wrapper .logo svg g, .menu-header .store-tools .do_it a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.design_tools .btn-panel-wrapper .remove-color svg path, .menu-header .logo-wrapper .logo svg g .box, .menu-header .logo-wrapper .logo svg g .letter {
    fill: #fff
}

.menu-header .logo-wrapper .logo:hover svg, .menu-header .logo-wrapper .logo:hover svg g .box, .menu-header .logo-wrapper .logo:hover svg g .letter {
    fill: #0082ff
}

.menu-header .store-tools > * {
    display: none
}

@media (min-width: 950px) {
    .menu-header .store-tools {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 93px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.menu-header .store-tools > div {
    padding: 15px 10px
}

@media (min-width: 769px) and (max-width: 825px) {
    .menu-header .store-tools > div {
        padding: 9px
    }
}

.menu-header .store-tools .account-wrapper .current strong, .menu-header .store-tools a {
    padding: 5px 10px
}

.menu-header .store-tools .do_it {
    visibility: hidden
}

@media (min-width: 950px) {
    .menu-header .store-tools .do_it {
        display: inline-block
    }
}

.menu-header .store-tools .do_it a {
    padding: 5px 35px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px
}

.menu-header .store-tools .do_it a:hover {
    border: 1px solid #0082ff;
    background-color: #0082ff
}

@media (min-width: 950px) {
    .menu-header .store-tools .about-link, .menu-header .store-tools .contact-link {
        display: inline-block
    }
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu .cart__close span, .menu-header .store-tools .about-link a, .menu-header .store-tools .contact-link a {
    color: #fff
}

.bubble-box .wrap h3, .menu-header .store-tools .about-link a:hover, .menu-header .store-tools .account-wrapper a:hover, .menu-header .store-tools .contact-link a:hover, .packbox-wrapper .packbox .packbox-desc:hover h3, footer .pack-subnav ul li a:hover {
    color: #0082ff
}

.menu-header .store-tools .account-wrapper .customer-welcome .action.switch, .menu-header .store-tools .contact-link {
    display: none
}

.menu-header .store-tools .account-wrapper {
    position: relative;
    visibility: hidden
}

@media (min-width: 950px) {
    .menu-header .store-tools .account-wrapper {
        display: inline-block !important
    }
}

.menu-header .store-tools .account-wrapper [data-toggle=dropdown] {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: bottom
}

.menu-header .store-tools .account-wrapper :root [data-toggle=dropdown], .menu-header .store-tools .account-wrapper _::-webkit-full-page-media, .menu-header .store-tools .account-wrapper _:future {
    top: 0;
    display: none !important
}

.menu-header .store-tools .account-wrapper a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff
}

.menu-header .store-tools .account-wrapper a.dropdown {
    position: relative;
    display: inline-block
}

.menu-header .store-tools .account-wrapper .dropdown-menu {
    top: 47px;
    right: -34px;
    left: inherit
}

.menu-header .store-tools .account-wrapper .dropdown-menu a {
    color: #1b3348
}

.menu-header .store-tools .account-wrapper .dropdown-menu a:hover, .store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a:hover {
    color: #0370d9
}

.menu-header .store-tools .account-wrapper .customer-welcome {
    list-style: none
}

.menu-header .store-tools .account-wrapper .customer-welcome .customer-name {
    font-weight: 400
}

.menu-header .store-tools .account-wrapper .compare {
    display: none
}

.menu-header .minicart-wrapper, .menu-header .minicart-wrapper .dropdown {
    position: fixed;
    z-index: 999;
    top: 45px;
    /* right: 135px */
}

@media (min-width: 950px) {
    .menu-header .minicart-wrapper {
        position: relative;
        top: 2px;
        right: unset;
        display: inline-block;
        padding-right: 35px !important
    }
}
@media only screen and (max-width: 760px) {
    .menu-header .minicart-wrapper {
        left: 60vw;
    }
}

@media only screen and (min-width: 761px) and (max-width: 949px) {
    .menu-header .minicart-wrapper {
        right: 135px
    }
}

.menu-header .minicart-wrapper .dropdown {
    display: inline-block;
    min-width: 22px;
    min-height: 15px;
    padding: 0
}

@media (min-width: 950px) {
    .menu-header .minicart-wrapper .dropdown {
        position: relative;
        top: unset;
        right: unset
    }
}

.menu-header .minicart-wrapper .dropdown a.action {
    display: block;
    min-width: 22px;
    min-height: 15px
}

.menu-header .minicart-wrapper .dropdown #btn-minicart-close {
    top: 7px
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
    position: fixed;
    top: 100px;
    right: 0 !important;
    width: 100vw !important;
    min-width: 300px;
    min-height: 100px;
    padding: 15px
}

@media only screen and (min-width: 760px) {
    .menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
        top: 0;
        min-height: 68px;
        padding: 30px
    }
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu .cart__close {
    top: unset;
    right: 0;
    left: 0;
    margin: auto;
    text-transform: capitalize
}

@media only screen and (min-width: 760px) {
    .menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu .cart__close {
        top: 0;
        right: 20px;
        left: unset
    }
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu .cart__top span {
    font-size: 1.6em
}

@media only screen and (min-width: 760px) {
    .menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu .cart__top span {
        font-size: 3em
    }
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu .cart__item__info__qty input {
    width: 90px;
    height: 45px;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: 0;
    background: 0 0
}

.menu-header .minicart-wrapper .icon-cart svg {
    width: 22px;
    fill: #fff
}

.menu-header .minicart-wrapper .ui-widget.ui-widget-content {
    border: none;
    background: 0 0
}

.menu-header .minicart-wrapper .badge {
    font-size: 1.4rem;
    line-height: 2.2rem;
    position: absolute;
    z-index: 0;
    top: 3px;
    right: -8px;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent
}

.menu-header .minicart-wrapper .badge .counter-number {
    display: none !important
}

.menu-header .minicart-wrapper .badge.empty .counter-label {
    display: none
}

.menu-header .minicart-wrapper .badge .counter-label {
    font-size: 0;
    display: block
}

.menu-header .minicart-wrapper .badge .counter-label::before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: block;
    overflow: visible !important;
    width: 9px;
    height: 9px;
    content: '';
    border: 1px solid #fff;
    border-radius: 10px;
    background: #f15d4e
}

.menu-header .minicart-wrapper .badge .counter-label::after {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -6px;
    width: 21px;
    height: 21px;
    content: '';
    -webkit-animation: pulse 1s ease infinite;
    animation: pulse 1s ease infinite;
    opacity: 1 !important;
    border-radius: 30px;
    background-color: rgba(241, 93, 78, .2)
}

.menu-header .lang-switcher {
    position: relative;
    top: -3px;
    visibility: hidden;
    padding-right: 10px
}

@media (min-width: 950px) {
    .menu-header .lang-switcher {
        display: inline-block
    }
}

.config-bkg-selector .head span svg, .menu-header .lang-switcher img {
    width: 25px
}

.menu-header .lang-switcher .dropdown {
    display: inline-block !important;
    padding-bottom: 0;
    cursor: pointer
}

.menu-header .lang-switcher .dropdown .dropdown-selector {
    position: relative;
    z-index: 2
}

.menu-header .lang-switcher .dropdown .dropdown-menu {
    z-index: 1;
    top: -10px;
    left: -16px;
    width: 104px;
    min-width: 25px;
    padding: 45px 10px 15px 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: none
}

@media (min-width: 950px) {
    .menu-header .lang-switcher .dropdown .dropdown-menu {
        top: 9px;
        left: -1px
    }
}

@media (min-width: 1025px) {
    .menu-header .lang-switcher .dropdown .dropdown-menu {
        top: -5px;
        left: -15px
    }
}

.menu-header .lang-switcher .dropdown .dropdown-menu li {
    margin-bottom: 5px
}

.menu-header .lang-switcher .dropdown .dropdown-menu li a {
    padding: 5px 0;
    border: 0
}

.menu-header .lang-switcher .icon-ico {
    font-size: 1.8rem;
    position: relative;
    top: 5px;
    color: #fff
}

.nav-btn-mobile {
    position: absolute;
    z-index: 2 !important;
    top: 48px;
    right: 50px;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100)
}

@media (min-width: 950px) {
    .nav-btn-mobile {
        pointer-events: none;
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.nav-btn-mobile::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    transition: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-color: #fff
}

.nav-btn-mobile:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.store-tools--mobile {
    position: absolute !important;
    z-index: 1;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    pointer-events: all;
    background: #ff515b;
    background: -webkit-linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
    background: linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515b', endColorstr='#ff7857', GradientType=1)
}

@media (min-width: 950px) {
    .store-tools--mobile {
        display: none
    }
}

.store-tools--mobile.closed {
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0)
}

.store-tools--mobile .nav-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 85vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.store-tools--mobile .nav-main-links .about-link, .store-tools--mobile .nav-main-links .account-wrapper, .store-tools--mobile .nav-main-links .contact-link, .store-tools--mobile .nav-main-links .do_it {
    z-index: 999;
    width: 175px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px
}

.store-tools--mobile .nav-main-links .about-link a, .store-tools--mobile .nav-main-links .account-wrapper a, .store-tools--mobile .nav-main-links .contact-link a, .store-tools--mobile .nav-main-links .do_it a {
    display: block;
    cursor: pointer;
    color: #fff
}

.store-tools--mobile .nav-main-links .about-link:focus, .store-tools--mobile .nav-main-links .about-link:hover, .store-tools--mobile .nav-main-links .account-wrapper:focus, .store-tools--mobile .nav-main-links .account-wrapper:hover, .store-tools--mobile .nav-main-links .contact-link:focus, .store-tools--mobile .nav-main-links .contact-link:hover, .store-tools--mobile .nav-main-links .do_it:focus, .store-tools--mobile .nav-main-links .do_it:hover {
    border: 1px solid #0082ff;
    background-color: #0082ff
}

.breadcrumbs_block, .configurator-page .page-wrapper footer, .store-tools--mobile .nav-main-links .account-wrapper .customer-welcome .action.switch, .store-tools--mobile .nav-main-links .contact-link {
    display: none
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: inherit !important;
    height: 110px;
    margin: auto
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a, footer .pack-subnav ul li a {
    color: #1b3348
}

.store-tools--mobile .nav-main-links .account-wrapper .customer-welcome, .store-tools--mobile .nav-social-links ul li {
    list-style: none
}

.store-tools--mobile .nav-main-links .account-wrapper .customer-welcome .customer-name {
    font-weight: 400
}

.store-tools--mobile .nav-main-links .main-links-icons, .store-tools--mobile .nav-social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 175px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.store-tools--mobile .nav-social-links {
    padding-right: 20px;
    padding-left: 20px
}

.store-tools--mobile .nav-social-links ul {
    z-index: 2;
    width: 50%;
    min-width: 200px;
    height: 6vh;
    margin: auto;
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about .about-header .second-pan h2, .store-tools--mobile .nav-social-links ul li a {
    font-size: 3rem;
    color: #fff
}

footer {
    margin: 0
}

footer, footer .container {
    position: relative
}

@media only screen and (min-width: 760px) {
    footer .container {
        padding-left: 50px
    }
}

@media only screen and (min-width: 1200px) {
    footer .container {
        padding-left: 0
    }
}

footer .pack-prefooter, footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 760px) {
    footer ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width: 1024px) {
    footer ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.quality .quality-title a, footer ul li {
    display: inline-block
}

footer .pack-prefooter {
    position: relative;
    z-index: 2;
    overflow: visible;
    height: 230px;
    background-color: #fafafa;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .pack-prefooter h4 {
    font-size: 3rem;
    margin-bottom: 3.5rem
}

@media only screen and (min-width: 760px) {
    footer .pack-prefooter h4 {
        text-align: left
    }
}

@media only screen and (min-width: 1024px) {
    footer .pack-prefooter h4 {
        text-align: center
    }
}

footer .pack-social-links li {
    line-height: 55px;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 1.8rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%
}

footer .pack-social-links li:last-child, footer .pack-subnav ul li:last-child {
    margin-right: 0
}

footer .pack-social-links li a {
    font-size: 3rem;
    color: #0082ff
}

footer .pack-social-links li:hover {
    background-color: #0082ff
}

footer .pack-social-links li:hover a {
    color: #fff
}

footer .pack-subnav {
    font-size: 16px;
    position: relative;
    z-index: 2;
    min-height: 150px;
    padding: 40px 0;
    background-color: #fff
}

@media only screen and (min-width: 760px) {
    footer .pack-subnav {
        font-size: 13px
    }
}

@media only screen and (min-width: 1024px) {
    footer .pack-subnav {
        font-size: 16px
    }
}

footer .pack-subnav .row {
    margin-right: 0;
    margin-left: 0
}

footer .pack-subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 760px) {
    footer .pack-subnav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

footer .pack-subnav ul li {
    margin: 1rem 0
}

@media only screen and (min-width: 760px) {
    footer .pack-subnav ul li {
        margin: 0 2rem
    }
}

@media only screen and (min-width: 1200px) {
    footer .pack-subnav ul li {
        margin: 0 3.3rem
    }
}

.bubble-box {
    position: absolute;
    right: -60px;
    bottom: -113px;
    display: none;
    visibility: visible !important;
    overflow: hidden;
    width: 383px;
    height: 383px;
    -webkit-transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
    border-radius: 50%;
    background-color: #f7f3ea
}

@media only screen and (min-width: 1024px) {
    .bubble-box {
        display: block
    }
}

.bubble-box:hover {
    width: 410px;
    height: 410px
}

.bubble-box .wrap {
    position: absolute;
    z-index: 2;
    right: 110px;
    bottom: 195px
}

.bubble-box .box-alone {
    position: absolute;
    right: 155px;
    bottom: 135px;
    width: 467px;
    height: 289px;
    background-image: url(../images/footer/box-bulle.png);
    background-repeat: no-repeat;
    background-size: cover
}

.disclaimer {
    font-size: 1rem;
    line-height: 1em;
    margin-top: 3.5rem;
    text-align: center;
    color: #707070
}

.nl-box {
    position: absolute;
    z-index: 10;
    top: -15%;
    right: 0;
    left: 0;
    display: block;
    width: 230px;
    margin: auto;
    padding: 4rem 2rem;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 5px 9px -2px rgba(0, 0, 0, .29)
}

@media only screen and (min-width: 760px) {
    .nl-box {
        top: -20%;
        right: 10%;
        left: initial
    }
}

@media only screen and (min-width: 1024px) {
    .nl-box {
        top: -20%;
        right: initial;
        left: 10%
    }
}

.nl-box h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem
}

.nl-box p {
    font-weight: 300;
    line-height: 1.8rem;
    margin-bottom: 3.5rem
}

.nl-box .nl-input-wrap, .quality, .quality .container, .quality .quality-title {
    position: relative
}

.nl-box .nl-input-wrap input {
    font-family: 'Work Sans', sans-serif !important;
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background-color: #fbfbfb !important;
    box-shadow: inset 1px 2px 2px 0 #dbdbdb !important
}

.nl-box .nl-input-wrap button {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 47px;
    height: 47px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 47px;
    background-color: #0082ff
}

.nl-box .nl-input-wrap button:hover {
    background-color: #0370d9
}

.nl-box span {
    position: absolute;
    top: 22px;
    right: 12px;
    display: block;
    cursor: pointer;
    color: #1b3348
}

.quality {
    min-height: 670px;
    padding: 0 0 14rem;
    background-image: none
}

@media only screen and (min-width: 760px) {
    .quality .quality-title.row {
        margin-right: 0;
        margin-left: 0
    }
}

.quality .quality-title .quality-desc {
    z-index: 6;
    margin-top: 230px
}

@media only screen and (min-width: 760px) {
    .quality .quality-title .quality-desc {
        margin-top: 0
    }
}

.quality .quality-title h3 {
    font-size: 4rem;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .quality .quality-title h3 {
        font-size: 8rem;
        text-align: left
    }
}

.quality .quality-title p {
    font-size: 1.7rem;
    margin-bottom: 3.5rem;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .quality .quality-title p {
        text-align: left
    }
}

.quality .quality-title .wrap {
    position: relative;
    z-index: 3
}

.quality .packbox-container {
    position: absolute;
    width: 100%
}

.quality .packbox-container .packbox {
    position: absolute;
    display: block;
    -webkit-filter: drop-shadow(4px 20px 16px rgba(0, 0, 0, .05));
    filter: drop-shadow(4px 20px 16px rgba(0, 0, 0, .05))
}

.quality .packbox-container .packbox.size-s {
    z-index: 5;
    top: 180px;
    left: 50px;
    display: none;
    width: 105px
}

@media only screen and (min-width: 760px) {
    .quality .packbox-container .packbox.size-s {
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .quality .packbox-container .packbox.size-s {
        top: 320px;
        right: 235px;
        left: unset
    }
}

.quality .packbox-container .packbox.size-m {
    z-index: 2;
    top: 0;
    left: 50%;
    width: 290px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 760px) {
    .quality .packbox-container .packbox.size-m {
        top: 51px;
        left: -100px;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (min-width: 1200px) {
    .quality .packbox-container .packbox.size-m {
        z-index: 4;
        top: 225px;
        left: 973px
    }
}

.quality .packbox-container .packbox.size-l {
    z-index: 2;
    top: 96px;
    left: 55px;
    display: none;
    width: 335px
}

@media only screen and (min-width: 760px) {
    .quality .packbox-container .packbox.size-l {
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .quality .packbox-container .packbox.size-l {
        top: 236px;
        left: 55px
    }
}

.quality .packbox-container .packbox.size-xl {
    z-index: 1;
    top: -53px;
    left: 30px;
    display: none;
    width: 298px
}

@media only screen and (min-width: 760px) {
    .quality .packbox-container .packbox.size-xl {
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .quality .packbox-container .packbox.size-xl {
        top: 67px;
        left: 30px
    }
}

.configurator-page .configurator-page .bootstrap-select.grey > .dropdown-menu {
    overflow-x: auto
}

.configurator-page .bootstrap-select.grey > .dropdown-menu, .configurator-page .bootstrap-select.grey > .dropdown-menu > .dropdown-menu {
    overflow: auto;
    max-height: 290px !important
}

@media (max-height: 768px) {
    .configurator-page .bootstrap-select.grey > .dropdown-menu, .configurator-page .bootstrap-select.grey > .dropdown-menu > .dropdown-menu {
        max-height: 150px !important
    }
}

.configurator-page .gotopdf-btn, .configurator-page .product-options-wrapper, .configurator-page .tmp_ink {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important
}

@media (min-width: 950px) {
    .configurator-page .menu-header .store-tools .contact-link {
        display: inline-block !important
    }
}

@media (max-width: 950px) {
    .configurator-page .menu-header .store-tools--mobile .nav-main-links .contact-link {
        display: inline-block !important
    }
}

.configurator-page .do_it {
    display: none !important
}

body:not(.cms-index-index) #maincontent > .container, body:not(.cms-index-index) #pageContent > .container {
    padding-bottom: 0;
    border-bottom: 0
}

body.catalog-product-view {
    height: calc(100vh + 200px);
    min-height: 690px;
    margin: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%)
}

.product.configurator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    /* height: calc(100vh + 200px); */
    min-height: 80vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 760px){
    height: calc(100vh + 200px);
    min-height: 100vh;
}

.product.configurator::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.material-choose {
    padding: 0 0 5px
}

.material-choose .select-custom {
    display: inline-block !important
}

.select-thumbnail .dropdown-menu li a.with_img {
    height: 75px;
    padding-left: 80px !important
}

.select-thumbnail .dropdown-menu li a.with_img span.text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-thumbnail .dropdown-menu li a.mailer-box {
    background: url(../images/open-box/mailer-open.png) no-repeat;
    background-size: 70px
}

.select-thumbnail .dropdown-menu li a.rigid-box {
    background: url(../images/open-box/rigide-open.png) no-repeat;
    background-size: 70px
}

.select-thumbnail .dropdown-menu li a.folding-box {
    background: url(../images/open-box/folding-open.png) no-repeat;
    background-size: 70px
}

.select-thumbnail .dropdown-menu li a.shipping-box {
    background: url(../images/open-box/shipping-open.png) no-repeat;
    background-size: 70px
}

.select-thumbnail .dropdown-menu li a.White {
    background: url(../images/open-box/paper.jpg) no-repeat;
    background-size: 70px 100%
}

.select-thumbnail .dropdown-menu li a.SuperGloss {
    background: url(../images/open-box/supergloss.jpg) no-repeat;
    background-size: 70px 100%
}

.select-thumbnail .dropdown-menu li a.Kraft {
    background: url(../images/open-box/craft.jpg) no-repeat;
    background-size: 70px 100%
}

.select-thumbnail .dropdown-menu li a.Kemi {
    background: url(../images/open-box/gloss.jpg) no-repeat;
    background-size: 70px 100%
}

.select-thumbnail .dropdown-menu li a.Chip {
    background: url(../images/open-box/chipboard.jpg) no-repeat;
    background-size: 70px 100%
}

.slideout {
    position: relative;
    z-index: 1999;
    margin-top: 9.5rem;
    border: 1px solid #e3e2dd;
    background: #f9f8f3;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.slideout.left {
    width: 26rem;
    border-radius: 0 5px 0 0
}

.slideout.left .minus-left {
    right: 10px;
    display: none;
    float: right
}

@media only screen and (min-width: 760px) {
    .slideout.left .minus-left {
        display: block
    }
}

.slideout.left .minus-right {
    left: 10px;
    float: left;
    -webkit-transition: background .5s;
    transition: background .5s
}

.slideout.left.collapsed {
    left: 5vw
}

.slideout.left.collapsed .minus-left, .slideout.right .minus-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slideout.right {
    right: 10px;
    /*width: 35rem;*/
    border-radius: 5px 0 0 0
}

.slideout.right .minus-left {
    left: 10px;
    display: none;
    float: left
}

@media only screen and (min-width: 760px) {
    .slideout.right .minus-left {
        display: block
    }
}

.slideout.right .minus-right {
    right: 10px;
    float: right
}

.slideout.right.collapsed {
    right: 5vw
}

.slideout.right.collapsed .minus-left {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.slideout.closed {
    width: 56px
}

@media only screen and (min-width: 760px) {
    .slideout.closed {
        width: 74px
    }
}

.slideout.closed .minus-right {
    background: url(../images/configurator/plus_mobile.png);
    background-size: cover
}

@media only screen and (min-width: 760px) {
    .slideout.closed .minus-right {
        background: url(../images/configurator/plus.png)
    }
}

.slideout.closed .btn-box-folded {
    opacity: 1;
    filter: alpha(opacity=100)
}

.slideout .minus-left {
    position: relative;
    top: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.slideout .minus-right {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/configurator/minus_mobile.png);
    background-size: cover
}

@media only screen and (min-width: 760px) {
    .slideout .minus-right {
        width: 11px;
        height: 11px;
        background: url(../images/configurator/minus.png) no-repeat
    }
}

.slideout .btn-box-folded {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    width: 41px;
    height: 49px;
    margin: auto;
    opacity: 0;
    background-size: contain;
    filter: alpha(opacity=0)
}

.slideout .btn-box-folded img {
    width: 41px;
    cursor: pointer
}

.slideout .side-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 6rem;
    text-align: center;
    border-right: 1px solid #e3e2dd;
    background: #f9f8f3 0 0
}

.slideout .side-selector .box-side, .slideout .side-selector .box-side-nojs, .slideout .side-selector .top-side {
    height: 64px;
    cursor: pointer;
    border-bottom: 1px solid #e3e2dd
}

.slideout .side-selector .box-side svg, .slideout .side-selector .box-side-nojs svg, .slideout .side-selector .top-side svg {
    width: 50px;
    height: 50px;
    fill: none
}

.slideout .side-selector .box-side-nojs svg {
    stroke: #7b7b7b
}

.slideout .side-selector .box-side-nojs.active svg, .slideout .side-selector .box-side.active svg .edges, .slideout .side-selector .top-side.active svg .edges {
    stroke: #2b96fe
}

.slideout .side-selector .box-side svg .edges, .slideout .side-selector .top-side svg .edges {
    stroke: #7b7b7b;
    stroke-width: 4
}

.slideout .side-selector .box-side svg .sides, .slideout .side-selector .top-side svg .sides {
    -webkit-transition: fill .3s ease, opacity .3s ease;
    transition: fill .3s ease, opacity .3s ease;
    opacity: .5;
    fill: #7b7b7b
}

.slideout .side-selector .box-side svg .edges .base, .slideout .side-selector .top-side svg .edges .base {
    stroke-dasharray: 3, 7
}

.slideout .slideout_inner {
    position: relative;
    height: 100%;
    margin-top: 10px;
    padding-top: 2rem;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: all
}

@media only screen and (min-width: 760px) {
    .slideout .slideout_inner {
        margin-top: 0
    }
}

.slideout .slideout_inner.closed {
    max-height: 100px;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0)
}

@media only screen and (max-width: 450px) {
    .slideout.right {
        height: auto
    }

    .slideout.right .side-selector {
        height: 60vh;
        padding-bottom: 25px
    }
}

.tool_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.right .tool_box {
    box-sizing: content-box
}

.tool_box .wrapper-right {
    font-weight: 300;
    position: relative;
    box-shadow: 0 0 10px 1px #c0bfbf
}

.reduc_panel, .title_left_side {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #e3e2dd
}

.title_left_side {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
    color: #0082ff;
    background: #f9f8f3
}

.rangeslider--horizontal .rangeslider__handle {
    top: -7px
}

.reduc_panel {
    z-index: 1000;
    right: 0;
    left: 0;
    height: 30px;
    cursor: move;
    background: #f4f3ee
}

@media only screen and (min-width: 760px) {
    .reduc_panel {
        height: 20px
    }
}

.first_left_side, .first_right_side, .second_right_side, .thirst_right_side {
    margin-bottom: 5px;
    padding: 0 15px 5px
}

.first_left_side {
    margin-top: 4rem
}

.first_right_side {
    margin-top: 4rem;
    padding-bottom: 0;
    border-bottom: none
}

.irs {
    margin-top: -28px
}

.quantity_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 0 15px
}

.quantity-wrap {
    width: 70%;
    height: 55px;
    padding: 0 10px 20px;
    color: #666672;
    border: 1px solid #ccc;
    border-radius: 7px 0 0 7px;
    background: #fff
}

.quantity-wrap .q_content {
    text-align: left
}

.quantity-wrap .q_content span {
    font-size: 1.2rem
}

.quantity-wrap .price span {
    font-size: 1.6rem;
    line-height: 5.3rem
}

.quantity-wrap .irs-max, .quantity-wrap .irs-min, .quantity-wrap .irs-single {
    display: none !important
}

.quantity-wrap .irs-slider {
    top: 26px;
    width: 15px;
    height: 15px;
    border: 1px solid #0784ff;
    background: #fff 0 0;
    box-shadow: none
}

.quantity-wrap .irs-bar, .quantity-wrap .irs-bar-edge, .quantity-wrap .irs-line, .quantity-wrap .irs-line-left, .quantity-wrap .irs-line-mid, .quantity-wrap .irs-line-right {
    height: 1px
}

.quantity-wrap .irs-bar, .quantity-wrap .irs-bar-edge {
    border: 1px solid #0784ff;
    background: #0784ff 0 0
}

.quantity_show {
    font-size: 12px;
    font-weight: 500;
    width: 30%;
    height: 55px;
    padding: 10px 5px;
    color: #666672;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 7px 7px 0;
    background: #fff 0 0
}

.quantity-number {
    font-size: 1.6rem;
    position: relative;
    max-width: 100% !important;
    height: 100% !important;
    padding: 5px !important;
    text-align: center
}

.unit_price_wrapper {
    padding: 10px 2px
}

.unit_price {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    float: right;
    width: 100%;
    text-align: center;
    color: #0082ff
}

.unit_price_choose {
    padding: 0 15px
}

.unit_price_choose .bootstrap-select.btn-group .dropdown-menu li:first-child {
    display: none
}

.manage_font .add_text_wrapper_dropdown .select-custom, .unit_price_choose .bootstrap-select.btn-group {
    display: inline-block !important
}

.unit_price_choose .bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    width: 100%;
    text-align: justify;
    text-align-last: justify
}

.quote {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 15px;
    color: #aaa
}

.quote a {
    font-weight: 400;
    text-decoration: underline;
    color: gray
}

.quote a:hover {
    text-decoration: none
}

label.myUploadCustom input[type=file] {
    position: fixed;
    top: -1000px
}

.myUploadCustom {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 4rem;
    width: 100%;
    height: 40px;
    margin: 0;
    padding-left: 1rem;
    cursor: pointer;
    text-align: left;
    color: #fff;
    border: 1px solid #0084fd;
    border-radius: 7px;
    background: #47a2ff 0 0
}

.artwork_descr {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 5px;
    color: #a19fa0
}

.manage_font {
    display: inline-block;
    width: 100%;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #cecfc9;
    border-radius: 7px;
    background: #e7e8e3 0 0
}

.manage_font.open {
    background: #fff
}

.manage_font #add_text_dropdown_btn {
    line-height: 4rem;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    cursor: pointer;
    color: #707070
}

.manage_font #add_text_dropdown_btn span {
    position: absolute;
    top: 43%;
    right: 5%
}

.manage_font .add_text_wrapper_dropdown {
    position: relative;
    left: 0;
    box-sizing: inherit;
    width: 100%;
    padding: 1rem;
    border: 0;
    border-radius: 0 0 7px 7px;
    box-shadow: none
}

.manage_font .colorpicker-btn {
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0
}

.manage_font .btn-add-wrapper {
    width: 100%;
    padding: 10px 0
}

.manage_font .btn-add-wrapper .font-color-rounded {
    position: relative;
    top: 7px;
    float: left
}

.manage_font .btn-add-wrapper .font-color-rounded span {
    position: relative;
    top: 1px;
    color: #707070
}

.btn-add-text {
    float: right;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #0084fd;
    border-radius: 7px;
    background: #47a2ff 0 0
}

.canvas_editor, .design_tools {
    position: relative
}

.design_tools .btn-panel-wrapper {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #e7e7e2
}

.design_tools .btn-panel-wrapper .remove-color {
    width: 3rem;
    height: 3rem;
    margin-right: 4px;
    border: 1px solid red;
    background-color: #ff6b61;
    box-shadow: none
}

.design_tools .btn-panel-wrapper .remove-color svg {
    position: relative;
    top: 2px;
    left: -1px;
    width: 13px;
    color: #fff
}

.design_tools .btn-panel-wrapper .color-all-panel {
    font-size: 1.6rem;
    display: inline-block;
    width: 160px;
    height: 3rem;
    padding: 0 0 0 20px;
    text-align: left;
    color: #fff;
    border: 1px solid #0084fd;
    border-radius: 7px;
    background: #47a2ff 0 0;
    box-shadow: none
}

#colorpicker-popup {
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding: 0 0 0 1rem;
    cursor: pointer;
    text-align: left;
    color: #707070;
    border: 1px solid #cecfc9;
    border-radius: 7px;
    background: #e7e8e3 0 0
}

.colorpicker-btn span {
    font-weight: 300;
    display: inline-block;
    margin-right: 1rem
}

.colorpicker-btn span.pastille {
    position: relative;
    top: 6px;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid #cecfc9;
    border-radius: 50%;
    background: #ccc
}

.canvas_editor {
    width: 100%;
    height: 240px;
    border: 1px dashed #cecfc9
}

.canvas_editor .canvas-container {
    position: absolute !important;
    width: 100% !important
}

#canvasWrapper {
    position: relative;
    width: 100%;
    height: 100%
}

#canvasWrapper .canvas-container {
    top: 50%;
    left: 50%;
    width: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#canvasWrapper .canvas-container .lower-canvas {
    border: 1px solid #cecfc9
}

.box-3d {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translate(-50%);
    transform: translateY(-50%) translate(-50%)
}

.garbage_icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 3.2rem;
    height: 3.2rem;
    cursor: pointer;
    border: 1px solid red;
    border-radius: 5px;
    background-color: #ff6b61
}

.garbage_icon svg {
    width: 18px;
    margin-top: 4px;
    margin-left: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.garbage_icon svg path {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #fff
}

.garbage_icon:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.manage_canvas {
    margin-top: 15px;
    text-align: center
}

.manage_canvas input {
    font-weight: 300
}

.manage_canvas_button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    width: 75px;
    height: 25px;
    margin: 2px;
    padding: 0;
    cursor: pointer;
    color: #707070;
    border: 1px solid #cecfca;
    border-radius: 7px;
    background: #fff 0 0
}

.checkout_right_side {
    padding: 0;
    text-align: center;
    display: flex
}

.checkout_right_side .field.qty {
    display: none
}

.checkout_right_side .actions {
    float: none !important;
    text-align: center
}

.checkout_right_side .box-tocart {
    margin: 10px 0
}

.checkout_right_side .primary-btn {
    font-family: 'mullerextrabold';
    font-size: 2.5rem;
    line-height: 25px;
    display: inline-block;
    width: 15.5rem;
    height: 40px;
    letter-spacing: 1px;
    border: 0
}

@supports (-ms-ime-align:auto) {
    .checkout_right_side .actions {
        float: left !important
    }
}

.btn_zoom, .tocart.btn--xxl {
    font-weight: 700;
    cursor: pointer
}

.tocart.btn--xxl {
    height: 50px;
    border-radius: 7px;
    background: #47a2ff 0 0;
    font-size: 25px;
    margin: 2px 2px 2px 21px;
    padding: 8px 71px 7px 64px;
    color: #fff;
    border: 1px solid #0084fd
}

.btn_zoom {
    font-size: 20px;
    line-height: 2rem;
    display: block;
    width: 30px;
    margin: 0 auto;
    padding: 6px 0;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    color: #0082ff;
    border: 1px solid #cfd0cb;
    background: #fff 0 0
}

.btn_zoom:hover {
    border: 1px solid #0082ff
}

#zoom_in {
    border-radius: 2rem 2rem 0 0
}

#zoom_out {
    border-radius: 0 0 2rem 2rem
}

.zoom {
    padding: 6px;
    text-align: center
}

.side-head {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #707070;
    border-bottom: 1px solid #e3e2dd
}

.box-side h5, .box-side-nojs h5, .top-side h5 {
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    top: -12px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #707070
}

.die-side {
    height: 75px !important
}

.die-side svg {
    height: 4rem !important
}

.die-side h5 {
    font-size: 10px;
    top: -1px !important
}

.config-bkg-selector {
    position: fixed;
    z-index: 995;
    bottom: 10rem;
    left: 0;
    width: 9rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #e3e2dd;
    border-radius: 0 5px 0 0;
    background: #f9f8f3
}

@media only screen and (max-width: 760px){
    .config-bkg-selector {
        bottom: 40%;
    }
}

.config-bkg-selector.active, .config-bkg-selector:hover {
    width: 26rem
}

.config-bkg-selector .pastille-color.active::before, .config-bkg-selector .pastille-color:hover::before, .config-bkg-selector.active .head h3, .config-bkg-selector:hover .head h3 {
    opacity: 1
}

.config-bkg-selector.active .bkg-color-selector, .config-bkg-selector:hover .bkg-color-selector {
    max-height: 200px;
    opacity: 1
}

.config-bkg-selector .pastille-color {
    font-weight: 300;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #cecfc9;
    border-radius: 50%
}

.config-bkg-selector .pastille-color::before {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 32px;
    height: 32px;
    content: '';
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
    border: 1px solid #0082ff;
    border-radius: 50%
}

.config-bkg-selector .head, .img-replace {
    overflow: hidden
}

.config-bkg-selector .head .wrapper {
    border-bottom: 1px solid #e3e2dd
}

.config-bkg-selector .head h3 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top: -5px;
    display: inline;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    opacity: 0;
    color: #0082ff
}

.config-bkg-selector .head span {
    margin-right: 7px
}

.config-bkg-selector .bkg-color-selector {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.config-bkg-selector .bkg-color-selector .wrapper, .config-bkg-selector .head .wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 26rem;
    padding: 10px 15px
}

.img-replace {
    display: inline-block;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent
}

.btn-config {
    font-weight: 300;
    line-height: 40px;
    display: block;
    width: 15.5rem;
    height: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    text-align: center;
    text-decoration: none;
    color: #1b3348;
    border: 1px solid #0082fe;
    border-radius: 50em
}

@media only screen and (min-width: 1400px) {
    .btn-config {
        -webkit-transform: none;
        transform: none
    }
}

.btn-config svg {
    position: relative;
    top: 4px;
    margin-right: 3px
}

.btn-config.help-icon svg {
    max-width: 15px
}

.btn-config.save-icon svg, .btn-config.share-icon svg {
    max-width: 20px
}

.btn-config:hover {
    color: #fff;
    background: #0082fe
}

.btn-config:hover svg * {
    fill: #fff !important
}

.btn-config.mobile {
    width: 4rem;
    -webkit-transform: none;
    transform: none;
    pointer-events: all;
    margin-right: 20px;
	margin-top: auto;
}
#bottom-button-wrapper {
	display: flex;
	flex-flow: row;
    justify-content: center;
}

@media only screen and (max-width: 760px) {
    #bottom-button-wrapper {
        max-width: 100vw;
        /* display: flex;
	    flex-flow: row;
        justify-content: center; */
    }
}

.btn-config, .btn-config.mobile:hover {
    background: #fff
}

.btn-config.mobile.closed svg #XMLID_4_ {
    opacity: 0;
    filter: alpha(opacity=0)
}

@media only screen and (min-width: 1400px) {
    .btn-config.mobile {
        display: none;
        pointer-events: none
    }
}

.btn-config.mobile svg {
    top: 0;
    margin-right: 0
}

.bottom-side-container-links {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 220px;
    /* margin: auto auto 20px; */
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center 105%;
    transform-origin: center 105%;
    border: 1px solid #0082ff;
    border-radius: 25px;
    background-color: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media only screen and (min-width: 760px) {
    .bottom-side-container-links {
        margin: auto auto 20px;
        /* position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 220px;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center 105%;
    transform-origin: center 105%;
    border: 1px solid #0082ff;
    border-radius: 25px;
    background-color: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d */
    }
}


@media only screen and (min-width: 760px) {
    .bottom-side-container-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 600px;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.bottom-side-container-links a {
    /*display: block;*/
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #0082ff
}

.bottom-side-container-links a:last-of-type::after, .faq .faq-header .first-pan .faq-dropdown .faq-nav a:last-of-type::after {
    display: none
}

@media only screen and (min-width: 760px) {
    .bottom-side-container-links a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 1px;
        height: 100%;
        margin: auto;
        content: '';
        background-color: #0082ff
    }

    .bottom-side-container-links a {
        position: relative;
        padding: 6px 30px
    }
}

.bottom-side-container-links p {
    position: relative;
    margin: 0;
    padding: 6px 30px
}

@media only screen and (min-width: 760px) {
    .bottom-side-container-links p::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 1px;
        height: 100%;
        margin: auto;
        content: '';
        background-color: #0082ff
    }
}

.bottom-side-container-links #screenshot img {
    position: relative;
    bottom: 5px;
    width: 19px;
    height: 21px
}

.bottom-side-container-links::after {
    position: absolute;
    bottom: -6px;
    left: 223px;
    display: none;
    width: 10px;
    height: 10px;
    margin-top: .6em;
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #0082fe;
    border-right: 1px solid #0082fe;
    background-color: #fff
}

@media only screen and (min-width: 760px) {
    .bottom-side-container-links::after {
        display: inline-block
    }
}

.bottom-side-container-links.show {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0)
}

.bottom-side {
    position: fixed;
    /* bottom: 4rem; */
    
    width: 100%;
    margin: auto;
    
    text-align: center;
    
}

@media only screen and (max-width: 760px) {
    .bottom-side {
        top:60vh;
        max-width: 100vw;
        display: flex
    }
}

@media only screen and (min-width: 760px) {
    .bottom-side {
        bottom: 5rem;
        -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    }
}

.bottom-side-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* margin: auto; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-side-container > a {
    margin: 10px auto
}

@media only screen and (min-width: 1400px) {
    .bottom-side-container > a {
        margin: 0 4px 0 0
    }

    .bottom-side-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.saved-boxes {
    position: relative;
    width: 90%;
    margin: 4em auto;
    text-align: center;
    border-radius: .25em .25em .4em .4em;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.saved-boxes .cd-buttons {
    height: 0
}

.saved-boxes .cd-buttons:after {
    display: table;
    clear: both;
    padding: 0;
    content: ''
}

.saved-boxes .cd-buttons li {
    position: relative;
    bottom: 70px;
    float: left;
    width: 50%;
    height: 70px;
    list-style-type: none
}

.saved-boxes .cd-buttons a {
    line-height: 50px;
    display: block;
    width: 80%;
    height: 50px;
    margin-left: 10%;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

.saved-boxes .cd-buttons li:first-child a {
    border-radius: 50em;
    background: #bababa
}

.saved-boxes .cd-buttons li:last-child a {
    border-radius: 50em;
    background: #2480fa
}

.bold, .guidelines .dielines .die-selector .boxes-design option, .guidelines .dielines .die-selector .output option {
    font-weight: 700
}

.saved-boxes-dimensions {
    margin: 0;
    color: #2481fa;
    border-radius: .25em .25em 0 0;
    background-color: #dedede
}

.saved-boxes-img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0 0 .25em .25em
}

.saved-boxes-title {
    padding: 30px 30px 30px 50px;
    color: #1e3248;
    background-color: #fff
}

.saved-boxes-container {
    background-color: #fbfbfb
}

.canvas-loader {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease .1s;
    transition: opacity .5s ease .1s;
    opacity: 0;
    background-color: #fff
}

.canvas-loader img {
    position: absolute;
    top: 50%;
    left: 43%;
    width: 140px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading .canvas-loader {
    z-index: 1;
    opacity: 1
}

.mesg-checkout {
    line-height: 1em;
    display: none;
    padding: 1.5rem 1.5rem .5rem
}

.mesg-checkout p {
    margin: 0
}

.eye, .eye .eye-blinking, .heartbeat {
    position: relative;
    width: 110px;
    height: 90px
}

.eye, .heartbeat {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block
}

.heartbeat #heart {
    width: 100%;
    -webkit-animation: pulse 2.7s cubic-bezier(.445, .05, .55, .95) infinite both;
    animation: pulse 2.7s cubic-bezier(.445, .05, .55, .95) infinite both
}

.heartbeat #heart-spark-one {
    position: absolute;
    top: -15px;
    right: 0;
    width: 15px;
    -webkit-animation: spark_heart_one 3.7s infinite;
    animation: spark_heart_one 3.7s infinite;
    opacity: 0
}

.heartbeat #heart-spark-two {
    position: absolute;
    top: 10px;
    right: -45px;
    width: 40px;
    -webkit-animation: spark_heart_one 3.7s .5s infinite;
    animation: spark_heart_one 3.7s .5s infinite;
    opacity: 0
}

.eye .eye-blinking {
    display: block
}

.eye .eye-blinking img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #f6f3eb
}

.eye .eye-blinking img:nth-of-type(2) {
    -webkit-animation: eyeSequence 2.7s cubic-bezier(.6, .04, .98, .335) infinite;
    animation: eyeSequence 2.7s cubic-bezier(.6, .04, .98, .335) infinite
}

.eye .eye-trai1, .eye .eye-trai2 {
    position: absolute;
    z-index: 4;
    top: 40px;
    left: -10px;
    width: 23px;
    -webkit-animation: floatingLR 3s ease infinite both;
    animation: floatingLR 3s ease infinite both
}

.eye .eye-trai2 {
    top: 46px;
    left: -15px;
    width: 15px;
    -webkit-animation: floatingRL 3s ease infinite both;
    animation: floatingRL 3s ease infinite both
}

.eye .eye-trai3, .eye .eye-trai4 {
    position: absolute;
    z-index: 4;
    right: 10px;
    bottom: 10px;
    width: 17px;
    -webkit-animation: floatingLR 3s ease infinite both;
    animation: floatingLR 3s ease infinite both
}

.eye .eye-trai4 {
    right: 4px;
    bottom: 4px;
    width: 9px;
    -webkit-animation: floatingRL 3s ease infinite both;
    animation: floatingRL 3s ease infinite both
}

@-webkit-keyframes floatingLR {
    0%, to {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0)
    }
    50% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
}

@keyframes floatingLR {
    0%, to {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0)
    }
    50% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
}

@-webkit-keyframes floatingRL {
    0%, to {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    50% {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0)
    }
}

@keyframes floatingRL {
    0%, to {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    50% {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0)
    }
}

@-webkit-keyframes eyeSequence {
    0%, 10% {
        z-index: 0
    }
    98%, to {
        z-index: 2
    }
}

@keyframes eyeSequence {
    0%, 10% {
        z-index: 0
    }
    98%, to {
        z-index: 2
    }
}

@-webkit-keyframes play {
    to {
        background-position: -386px
    }
}

@keyframes play {
    to {
        background-position: -386px
    }
}

@-webkit-keyframes spark_heart_one {
    0%, 82% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    83% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
    93%, to {
        opacity: 0
    }
}

@keyframes spark_heart_one {
    0%, 82% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    83% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
    93%, to {
        opacity: 0
    }
}

@keyframes pulse {
    0%, to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animBox {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes animBox {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes animShadow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .6;
        filter: alpha(opacity=60)
    }
}

@keyframes animShadow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .6;
        filter: alpha(opacity=60)
    }
}

@-webkit-keyframes offset {
    5% {
        stroke-dashoffset: 0
    }
    15%, to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes offset {
    5% {
        stroke-dashoffset: 0
    }
    15%, to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes moveline {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    to {
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
}

@keyframes moveline {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    to {
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
}

@-webkit-keyframes movelinedeux {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movelinedeux {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.minicart-wrapper .ui-widget {
    font-family: 'Work Sans', sans-serif
}

.minicart-wrapper .dropdown-menu .minicart-items {
    padding: 20px 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.minicart-wrapper .dropdown-menu.slide-from-top {
    padding: 20px 0 15px;
    background-color: #0082ff
}

.minicart-wrapper .dropdown-menu .minicart-items-wrapper {
    height: auto !important;
    max-height: 430px
}

.minicart-wrapper .dropdown-menu .minicart-items-wrapper .options-wrapper:last-child {
    display: none
}

.minicart-wrapper .dropdown-menu .minicart-items-wrapper .label {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff
}

.minicart-wrapper .dropdown-menu .minicart-items-wrapper .label::after {
    content: ' :'
}

.minicart-wrapper .dropdown-menu .minicart-items-wrapper .label::first-letter {
    text-transform: uppercase
}

.minicart-wrapper .dropdown-menu .cart__bottom .cart__total .price-container span.price, .minicart-wrapper .dropdown-menu .cart__close:hover, .minicart-wrapper .dropdown-menu .minicart-items-wrapper .option {
    color: #fff
}

.minicart-wrapper .dropdown-menu .cart__item__info__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff
}

.minicart-wrapper .dropdown-menu .cart__item__info__title a {
    font-size: 1.6rem;
    color: #fff !important
}

.minicart-wrapper .dropdown-menu .cart__close {
    top: 12%;
    right: 20px
}

.minicart-wrapper .dropdown-menu .cart__close::before, .minicart-wrapper .dropdown-menu .cart__item__delete a::before, .minicart-wrapper .dropdown-menu .cart__item__edit a::before {
    content: none
}

.minicart-wrapper .dropdown-menu .cart__close span {
    font-size: 1.6rem;
    font-weight: 300;
    display: block
}

.about .artwork .artwork-wrapper .artwork-box .artwork-desc p, .minicart-wrapper .dropdown-menu .cart__item__info .info-label {
    font-weight: 300;
    color: #fff
}

.minicart-wrapper .dropdown-menu .cart__item__info__qty input {
    font-size: 2rem;
    font-weight: 700;
    width: 90px;
    height: 45px;
    color: #0082ff;
    border: 1px solid #d2d2ce;
    border-radius: 5px;
    background-color: #fff
}

.minicart-wrapper .dropdown-menu .cart__item__info__qty input[type=number]::-webkit-inner-spin-button, .minicart-wrapper .dropdown-menu .cart__item__info__qty input[type=number]::-webkit-outer-spin-button, input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.minicart-wrapper .dropdown-menu .cart__item__info__qty input[type=number] {
    cursor: inherit;
    pointer-events: none;
    -moz-appearance: textfield
}

.minicart-wrapper .dropdown-menu .cart__top {
    padding: 20px 30px
}

.minicart-wrapper .dropdown-menu .cart__top span {
    font-family: 'mullerextrabold';
    font-size: 3rem;
    text-transform: none
}

.minicart-wrapper .dropdown-menu .cart__item__image:hover {
    outline: 0
}

.minicart-wrapper .dropdown-menu .cart__item__edit {
    margin-right: 4px
}

.minicart-wrapper .dropdown-menu .cart__item__edit a span {
    font-size: 1.6rem;
    text-transform: none
}

.minicart-wrapper .dropdown-menu .cart__item__delete a svg {
    position: relative;
    top: -2px;
    width: 15px;
    fill: #fff
}

.minicart-wrapper .dropdown-menu .cart__item__delete a span {
    display: none !important
}

.minicart-wrapper .dropdown-menu .cart__item__control a {
    font-size: 1.6em;
    max-width: none;
    -webkit-transition: none;
    transition: none
}

.minicart-wrapper .dropdown-menu .btn-checkout {
    display: none
}

.minicart-wrapper .dropdown-menu .cart__bottom {
    margin: 20px 0 0;
    text-align: right;
    border-top: 0 !important
}

.minicart-wrapper .dropdown-menu .cart__bottom .cart__total {
    position: static;
    right: unset;
    display: inline-block;
    margin-right: 55px;
    padding: 6px 0 0;
    text-transform: none;
    color: #fff
}

.minicart-wrapper .dropdown-menu .cart__bottom .cart__total .label_total_price {
    font-size: 1.6rem;
    font-weight: 300;
    margin-right: 5px;
    text-transform: none
}

.minicart-wrapper .btn--ys {
    font-size: 1.6rem;
    width: auto;
    min-width: initial;
    height: 45px;
    padding: 0 3rem !important;
    vertical-align: top;
    color: #0082ff;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: 0 5px 9px -2px rgba(0, 0, 0, .29)
}

.minicart-wrapper .btn--ys:hover {
    color: #fff !important;
    background-color: #0370d9
}

.blog-index-index, .blog-post-view {
    background-color: #f6f3eb
}

.blog-index-index #centerColumn, .blog-post-view #maincontent > .container {
    padding: 0
}

@media only screen and (min-width: 1200px) {
    .blog-post-view #maincontent > .container {
        width: 100vw
    }
}

.blog-post-view #maincontent .row {
    margin: 0
}

@media only screen and (min-width: 1200px) {
    .post-view .content-ftimg-hld img {
        width: 100%
    }
}

.post-view .content-desc {
    padding: 25px
}

.post-view .content-desc .back:hover img {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.post-view .content-desc .share .share-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.post-view .content-desc .share p {
    display: inline-block;
    margin: 0
}

.post-view .content-desc .share li {
    height: 21px;
    list-style: none
}

.post-view .content-desc .share li span, .post-view .content-desc .share li svg {
    width: 21px !important;
    height: 21px !important
}

.post-view .content-desc .share:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.post-view .content-desc .back, .post-view .content-desc .share {
    display: block;
    text-transform: lowercase
}

.post-view .content-desc .back img, .post-view .content-desc .share img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-left: 10px;
    transition: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.post-view .content-desc .back a, .post-view .content-desc .content-text-hld h3, .post-view .content-desc .content-text-hld p, .post-view .content-desc .content-text-hld span, .post-view .content-desc .share a {
    color: #1b3348
}

.post-view .content-desc .content-text-hld {
    margin-top: 50px
}

@media only screen and (min-width: 1200px) {
    .post-view .content-desc .content-text-hld {
        margin-top: -30px
    }
}

.post-list .convert-emoji img, .post-nextprev-hld .convert-emoji img, .post-view .content-desc .content-text-hld .convert-emoji img {
    position: relative;
    width: 19px;
    height: 19px;
    margin-top: -2px
}

.post-view .content-desc .content-text-hld h3 {
    margin-bottom: 35px
}

.post-view .content-desc .content-text-hld p {
    margin: 35px auto
}

.post-view .content-desc .content-text-hld a {
    font-size: 1.8rem;
    line-height: 45px;
    position: relative;
    display: block;
    width: 195px;
    height: 45px;
    margin: 50px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background-color: #0082ff
}

.post-view .content-desc .content-text-hld a::after, .post-view .content-desc .content-text-hld a::before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background: url(../images/icons/sprinkle.svg) no-repeat
}

.post-view .content-desc .content-text-hld a::before {
    top: -10px;
    left: -10px
}

.post-view .content-desc .content-text-hld a::after {
    right: -10px;
    bottom: -10px
}

.modal-popup .modal-footer button:hover, .post-view .content-desc .content-text-hld a:hover {
    color: #fff;
    background-color: #0370d9
}

.post-view .content-desc .content-text-hld a:hover::before {
    -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
    animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal
}

.post-view .content-desc .content-text-hld a:hover::after {
    -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
    animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal
}

.post-view .post-bottom {
    padding-top: 50px;
    padding-bottom: 100px
}

@media only screen and (min-width: 760px) {
    .post-view .post-bottom {
        padding-top: 100px;
        padding-bottom: 200px
    }
}

.post-view .block.comments {
    max-width: 968px;
    margin: auto
}

.post-view .nextprev-link {
    font-family: 'mullerextrabold';
    font-size: 4rem;
    line-height: 1;
    display: inherit;
    text-align: center;
    color: #1b3348
}

@media only screen and (min-width: 760px) {
    .post-view .nextprev-link {
        font-size: 6rem
    }
}

@media only screen and (min-width: 1200px) {
    .post-view .nextprev-link {
        font-size: 8rem
    }
}

.post-view .nextprev-link--container {
    position: relative;
    min-height: 44px
}

@media only screen and (min-width: 760px) {
    .post-view .nextprev-link--container {
        min-height: 55px
    }
}

@media only screen and (min-width: 1200px) {
    .post-view .nextprev-link--container {
        min-height: 73px
    }
}

.post-view .nextprev-link--container.next {
    margin-top: 0
}

@media only screen and (min-width: 760px) {
    .post-view .nextprev-link--container.next {
        margin-top: 100px
    }
}

.blog .blog-header .first-pan .titles-container h1, .post-view .nextprev-link--container a {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center
}

.blog .blog-header .first-pan .titles-container h1.under, .post-view .nextprev-link--container a.under {
    z-index: 1
}

.blog .blog-header .first-pan .titles-container h1.over, .post-view .nextprev-link--container a.over {
    z-index: 3;
    opacity: .3;
    filter: alpha(opacity=30)
}

.post-view .post-nextprev-hld .post-holder {
    top: -20px
}

@media only screen and (min-width: 1200px) {
    .post-view .post-nextprev-hld .post-holder {
        top: -28px
    }
}

.blog .blog-header {
    position: relative;
    background-color: #f6f3eb
}

.blog .blog-header .first-pan {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .blog .blog-header .first-pan {
        margin-bottom: 0
    }
}

.blog .blog-header .first-pan .titles-container {
    position: relative;
    width: 100%;
    min-height: 0;
    margin-top: 200px
}

@media only screen and (min-width: 760px) {
    .blog .blog-header .first-pan .titles-container {
        min-height: 90px
    }
}

@media only screen and (min-width: 1200px) {
    .blog .blog-header .first-pan .titles-container {
        min-height: 122px
    }
}

.blog .blog-header .first-pan .titles-container h1 {
    font-size: 7rem;
    color: #1b3348
}

@media only screen and (min-width: 760px) {
    .blog .blog-header .first-pan .titles-container h1 {
        font-size: 14rem
    }
}

@media only screen and (min-width: 1200px) {
    .blog .blog-header .first-pan .titles-container h1 {
        font-size: 19rem
    }
}

.blog .blog-post-list {
    margin-bottom: 100px
}

@media only screen and (min-width: 760px) {
    .blog .blog-post-list {
        padding-right: 50px;
        padding-left: 50px
    }
}

.post-list .post-category, .post-nextprev-hld .post-category {
    color: #333
}

.post-list .post-holder, .post-nextprev-hld .post-holder {
    position: relative;
    z-index: 2;
    max-width: 100vw
}

.post-list .post-holder .post, .post-nextprev-hld .post-holder .post {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #1b3348
}

@media only screen and (min-width: 760px) {
    .post-list .post-holder .post, .post-nextprev-hld .post-holder .post {
        margin-bottom: 50px
    }
}

.post-list .post-holder .post h3, .post-nextprev-hld .post-holder .post h3 {
    font-size: 3rem;
    color: #1b3348
}

.post-list .post-holder .post .post-title-container, .post-nextprev-hld .post-holder .post .post-title-container {
    position: relative;
    z-index: 3;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

@media only screen and (min-width: 760px) {
    .post-list .post-holder .post .post-title-container, .post-nextprev-hld .post-holder .post .post-title-container {
        position: absolute;
        top: 25%
    }
}

.journal .articles-parallax .article .article-title .wrap, .post-list .post-holder .post .post-title-container .wrap, .post-nextprev-hld .post-holder .post .post-title-container .wrap {
    position: relative;
    top: 0;
    left: 0
}

.post-list .post-holder .post .post-img, .post-nextprev-hld .post-holder .post .post-img {
    position: relative;
    z-index: 2;
    padding: 0
}

.post-list .post-holder .post .post-img img, .post-nextprev-hld .post-holder .post .post-img img {
    position: relative;
    left: 0;
    width: 100%;
    max-height: 200px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 760px) {
    .post-list .post-holder .post .post-img img, .post-nextprev-hld .post-holder .post .post-img img {
        max-height: 581px
    }
}

.contact-main .main-block-info p a, .journal .articles-parallax .article:hover .article-title .wrap, .post-list .post-holder .post:hover .post-title-container h3, .post-nextprev-hld .post-holder .post:hover .post-title-container h3 {
    text-decoration: underline
}

.post-list .post-holder .post:hover .post-img img, .post-nextprev-hld .post-holder .post:hover .post-img img {
    border-radius: 55px
}

.about .believe-in .rounded svg, .home .menu-header .logo-wrapper svg, .home .menu-header .logo-wrapper svg g .box {
    fill: #fff
}

.home .menu-header .logo-wrapper svg g .letter {
    display: block;
    fill: #fff
}

.home .row {
    margin-right: 0;
    margin-left: 0
}

.home .rounded.bottom, .home .rounded.top {
    max-height: 75px
}

@media only screen and (min-width: 760px) {
    .home .rounded.bottom, .home .rounded.top {
        max-height: 150px
    }
}

@media only screen and (min-width: 1200px) {
    .home .rounded.bottom, .home .rounded.top {
        max-height: 300px
    }
}

@media (max-height: 700px) {
    .home .rounded.bottom, .home .rounded.top {
        max-height: 150px
    }
}

#bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100vh
}

.heading {
    height: auto
}

@media only screen and (min-width: 760px) {
    .heading {
        position: relative;
        height: 200vh;
        min-height: 800px
    }
}

.home-intro {
    max-width: 100vw;
    height: 100vh;
    padding: 75% 20px 0
}

@media only screen and (min-width: 760px) {
    .home-intro {
        position: absolute;
        z-index: 2;
        top: 50vh;
        left: 40vw;
        height: initial;
        margin: auto;
        padding: 0 20px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media only screen and (min-width: 1024px) {
    .home-intro {
        top: 51vh;
        left: 43vw
    }
}

@media only screen and (min-width: 1200px) {
    .home-intro {
        z-index: 2;
        top: 39%;
        left: 46%;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.home-intro h1 {
    font-size: 4rem;
    line-height: 4rem;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .home-intro h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 1200px) {
    .home-intro h1 {
        font-size: 9rem;
        line-height: 9rem
    }
}

.home-intro p {
    margin-bottom: 3.5rem;
    color: #fff
}

.packbox-wrapper {
    height: initial;
    min-height: 1600px
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper {
        position: relative;
        height: 200vh
    }
}

.packbox-wrapper .packbox-container {
    max-width: 1280px;
    height: 100vh
}

.packbox-wrapper .packbox {
    top: 0;
    max-width: 321px
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox {
        top: 30%;
        display: inline-block
    }
}

@media only screen and (min-width: 1024px) {
    .packbox-wrapper .packbox {
        max-width: 426px
    }
}

.packbox-wrapper .packbox .packbox-img {
    position: relative;
    visibility: hidden;
    height: 300px;
    margin-bottom: 1.5rem
}

.packbox-wrapper .packbox .packbox-img img {
    position: absolute;
    bottom: 0;
    display: block;
    max-width: none;
    -webkit-filter: drop-shadow(4px 20px 16px rgba(0, 0, 0, .05));
    filter: drop-shadow(4px 20px 16px rgba(0, 0, 0, .05))
}

.packbox-wrapper .packbox.size-s {
    z-index: 5;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox.size-s {
        -webkit-transform: translate(-147px, 25px);
        transform: translate(-147px, 25px)
    }
}

@media only screen and (min-width: 1024px) {
    .packbox-wrapper .packbox.size-s {
        -webkit-transform: translate(-187px, 1px);
        transform: translate(-187px, 1px)
    }
}

@media only screen and (min-width: 1200px) {
    .packbox-wrapper .packbox.size-s {
        -webkit-transform: translate(-10px, 150px);
        transform: translate(-10px, 150px)
    }
}

.packbox-wrapper .packbox.size-s .packbox-img img {
    left: 60px;
    width: 105px
}

.packbox-wrapper .packbox.size-m {
    z-index: 3;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox.size-m {
        -webkit-transform: translate(-475px, -42px);
        transform: translate(-475px, -42px)
    }
}

@media only screen and (min-width: 1024px) {
    .packbox-wrapper .packbox.size-m {
        -webkit-transform: translate(-645px, -42px);
        transform: translate(-645px, -42px)
    }
}

@media only screen and (min-width: 1200px) {
    .packbox-wrapper .packbox.size-m {
        -webkit-transform: translate(-200px, 110px);
        transform: translate(-200px, 110px)
    }
}

.packbox-wrapper .packbox.size-m .packbox-img img {
    left: -20px;
    width: 290px
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox.size-m .packbox-img img {
        left: -55px;
        max-width: inherit
    }
}

.packbox-wrapper .packbox.size-l {
    z-index: 2;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox.size-l {
        -webkit-transform: translate(5px, -640px);
        transform: translate(5px, -640px)
    }
}

@media only screen and (min-width: 1024px) {
    .packbox-wrapper .packbox.size-l {
        -webkit-transform: translate(-72px, -640px);
        transform: translate(-72px, -640px)
    }
}

@media only screen and (min-width: 1200px) {
    .packbox-wrapper .packbox.size-l {
        -webkit-transform: translate(-450px, 20px);
        transform: translate(-450px, 20px)
    }
}

.packbox-wrapper .packbox.size-l .packbox-img img {
    left: -20px;
    width: 275px
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox.size-l .packbox-img img {
        left: -77px;
        width: 335px;
        max-width: inherit
    }
}

@media only screen and (min-width: 1024px) {
    .packbox-wrapper .packbox.size-l .packbox-img img {
        left: -30px
    }
}

.packbox-wrapper .packbox.size-xl {
    z-index: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox.size-xl {
        -webkit-transform: translate(-265px, -740px);
        transform: translate(-265px, -740px)
    }
}

@media only screen and (min-width: 1024px) {
    .packbox-wrapper .packbox.size-xl {
        -webkit-transform: translate(-450px, -740px);
        transform: translate(-450px, -740px)
    }
}

@media only screen and (min-width: 1200px) {
    .packbox-wrapper .packbox.size-xl {
        -webkit-transform: translate(-622px, -90px);
        transform: translate(-622px, -90px)
    }
}

.packbox-wrapper .packbox.size-xl .packbox-img img {
    left: -20px;
    width: 298px
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox.size-xl .packbox-img img {
        left: -47px;
        max-width: inherit
    }
}

@media only screen and (min-width: 1024px) {
    .packbox-wrapper .packbox.size-xl .packbox-img img {
        left: 0
    }
}

.packbox-wrapper .packbox .packbox-desc {
    position: relative
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox .packbox-desc {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.packbox-wrapper .packbox .packbox-desc h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #fff
}

.packbox-wrapper .packbox .packbox-desc p {
    min-height: 90px;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .packbox-wrapper .packbox .packbox-desc p {
        margin-bottom: 1rem
    }
}

@media only screen and (min-width: 1200px) {
    .packbox-wrapper .packbox .packbox-desc p {
        margin-bottom: 3rem
    }
}

.packbox-wrapper .packbox .packbox-desc::after, .packbox-wrapper .packbox .packbox-desc::before {
    position: absolute;
    width: 50px;
    height: 12px;
    content: '';
    -webkit-transition: opacity .5s ease, background-position-x 1s ease-in-out;
    transition: opacity .5s ease, background-position-x 1s ease-in-out;
    opacity: 0;
    background: url(../images/icons/barres.svg) no-repeat;
    background-position-x: -50px;
    background-size: contain
}

.packbox-wrapper .packbox .packbox-desc::before {
    top: -20px;
    left: -5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.packbox-wrapper .packbox .packbox-desc::after {
    bottom: -20px;
    left: 100px
}

.blue .packbox .packbox-desc:hover::after, .blue .packbox .packbox-desc:hover::before, .packbox-wrapper .packbox .packbox-desc:hover::after, .packbox-wrapper .packbox .packbox-desc:hover::before {
    opacity: 1;
    background-position-x: 50px
}

.blue .packbox .packbox-desc::after, .blue .packbox .packbox-desc::before {
    background: url(../images/icons/barres-yellow.svg) no-repeat
}

.blue .packbox .packbox-desc::before {
    top: -20px;
    left: -5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blue .packbox .packbox-desc::after {
    bottom: -20px;
    left: 100px
}

.blue .packbox .packbox-desc:hover h3 {
    color: #fbbd0e
}

.howto {
    margin-top: 20rem;
    background-color: #fff
}

@media only screen and (min-width: 760px) {
    .howto {
        margin-top: 50rem
    }
}

@media only screen and (min-width: 1200px) {
    .howto {
        margin-top: 15rem
    }
}

.howto .howto-title {
    margin-bottom: 7.5rem;
    padding: 0 10px
}

.howto .howto-title h2 {
    font-size: 5rem;
    margin: 0 0 1rem;
    color: #0082ff
}

@media only screen and (min-width: 760px) {
    .howto .howto-title h2 {
        font-size: 8rem
    }
}

.about .believe-in h2 + p, .faq .faq-container-accordeon a:hover, .howto .howto-title p {
    color: #0082ff
}

.howto .howto-steps.container {
    width: initial
}

.howto .howto-steps h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #0082ff
}

.howto .howto-steps .step {
    margin-bottom: 6rem
}

.howto, .howto .howto-scheme, .journal .articles-parallax .article.omega .article-img img {
    position: relative
}

.howto .howto-scheme .num {
    font-size: 12rem;
    font-weight: 700;
    position: absolute;
    z-index: 4;
    color: #0082ff
}

@media only screen and (min-width: 760px) {
    .howto .howto-scheme .num {
        z-index: 1
    }
}

.howto .howto-scheme img {
    position: relative;
    z-index: 2;
    left: 15px;
    width: 100%
}

.howto .howto-scheme .pixelart {
    position: absolute;
    z-index: 3
}

.howto .howto-scheme .pixelart.spark {
    top: 0;
    left: 137px;
    width: 146px;
    height: 73px;
    background: url(../images/home/howto/shine.png) no-repeat;
    background-size: cover
}

.howto .howto-scheme .pixelart.pot {
    top: -29px;
    left: 12px;
    width: 126px;
    height: 126px;
    background: url(../images/home/howto/pot.png) no-repeat;
    background-size: 70%
}

@media only screen and (min-width: 760px) {
    .howto .howto-scheme .pixelart.pot {
        left: 42px;
        background-size: cover
    }
}

.howto .howto-scheme .pixelart.hand {
    right: -35px;
    bottom: 30px;
    width: 90px;
    height: 90px;
    background: url(../images/home/howto/main.png) no-repeat;
    background-size: cover
}

@media only screen and (min-width: 760px) {
    .howto .howto-scheme .pixelart.hand {
        right: 5px;
        bottom: -70px;
        width: 214px;
        height: 213px
    }
}

.howto .step1 .num {
    top: -65px;
    left: 22px
}

.howto .step2 .num {
    top: -125px;
    right: 10px
}

.howto .step2 .howto-scheme img {
    right: 25px
}

.howto .step2 .howto-desc {
    text-align: right
}

.howto .step3 .num {
    top: -100px;
    left: 4px
}

@media only screen and (min-width: 760px) {
    .howto .step3 .howto-desc {
        margin-top: -15px
    }
}

.howto .howto-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .howto .howto-desc {
        margin-top: 10px
    }
}

@media (min-width: 990px) {
    .howto .howto-desc {
        height: 328px
    }
}

.journal {
    padding: 15rem 0;
    background-color: #f6f3eb
}

@media only screen and (min-width: 760px) {
    .journal {
        padding: 30rem 0
    }
}

@media only screen and (min-width: 1200px) {
    .journal {
        padding: 37rem 0
    }
}

.journal .journal-title {
    margin-bottom: 12.5rem;
    padding: 0 10px
}

.journal .journal-title h2 {
    font-size: 5rem;
    margin: 0 0 1rem;
    color: #1b3348
}

@media only screen and (min-width: 760px) {
    .journal .journal-title h2 {
        font-size: 8rem
    }
}

.faq .faq-container-accordeon h2, .faq .faq-container-accordeon p, .journal .journal-title p {
    color: #1b3348
}

.journal .articles-parallax {
    position: relative;
    max-width: 100vw
}

.journal .articles-parallax .article {
    display: block;
    margin-bottom: 50px;
    color: #1b3348
}

@media only screen and (min-width: 760px) {
    .journal .articles-parallax .article:first-of-type {
        margin-bottom: 50px
    }
}

.journal .articles-parallax .article h3 {
    font-size: 3rem;
    color: #1b3348
}

.journal .articles-parallax .article .article-title {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 760px) {
    .journal .articles-parallax .article .article-title .wrap {
        top: 80px;
        left: 40px
    }
}

.journal .articles-parallax .article .article-img {
    position: relative;
    z-index: 2
}

.journal .articles-parallax .article .article-img img {
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 760px) {
    .journal .articles-parallax .article .article-img img {
        left: -70px
    }
}

.journal .articles-parallax .article.omega, .journal .articles-parallax .post-holder.omega {
    position: relative;
    top: -25px
}

.journal .articles-parallax .article:hover .article-img img, .journal .articles-parallax .post-holder .journal-ft-img:hover {
    border-radius: 55px
}

.journal .articles-parallax .article-btn {
    margin: auto;
    color: #fff
}

@media only screen and (min-width: 1200px) {
    .journal .articles-parallax .article-btn {
        position: relative;
        right: 0;
        bottom: 0
    }
}

.journal .articles-parallax .post-holder .journal-ft-img {
    width: 100%;
    height: 200px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-position: center;
    background-size: cover
}

@media only screen and (min-width: 760px) {
    .journal .articles-parallax .post-holder .journal-ft-img {
        height: 360px
    }
}

.gooey {
    position: relative;
    height: 100vh
}

.gooey canvas, .swiper-wrap .swiper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.half-rounded-top {
    position: relative;
    top: 0;
    left: 50%;
    width: 200vw;
    margin-left: -100vw;
    border-radius: 200vw 200vw 0 0
}

.half-rounded-bottom {
    position: relative
}

.half-rounded-bottom::after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 200vw;
    height: 300px;
    margin-left: -100vw;
    content: '';
    border-radius: 0 0 200vw 200vw
}

.swipeAnim {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media only screen and (min-width: 760px) {
    .swipeAnim {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.swipeAnim.blue-dark + .swiper-overlay {
    background-color: #1b3348
}

.swipeAnim.blue-pack + .swiper-overlay {
    background-color: #0082ff
}

.swiper-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.swiper-wrap .swiper-overlay {
    z-index: 1000;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.65, .05, .36, 1);
    transition: transform .4s cubic-bezier(.65, .05, .36, 1);
    transition: transform .4s cubic-bezier(.65, .05, .36, 1), -webkit-transform .4s cubic-bezier(.65, .05, .36, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    pointer-events: none;
    opacity: 1
}

.swiper-wrap.animate .swiper-overlay {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.blend-blue {
    background-color: #0082ff
}

.about {
    background-color: #0183ff
}

.about .rounded.bottom, .about .rounded.top {
    max-height: 75px
}

@media only screen and (min-width: 760px) {
    .about .rounded.bottom, .about .rounded.top {
        max-height: 150px
    }
}

@media only screen and (min-width: 1200px) {
    .about .rounded.bottom, .about .rounded.top {
        max-height: 300px
    }
}

.about .about-header {
    position: relative;
    overflow-x: hidden;
    color: #fff;
    background-color: #0081ff
}

.about .about-header .first-pan {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .about .about-header .first-pan {
        height: 70vh;
        min-height: 700px
    }
}

.about .about-header .first-pan h1 {
    font-size: 7rem;
    margin-top: 90px;
    text-align: center;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .about .about-header .first-pan h1 {
        font-size: 14rem;
        margin-top: 250px;
        text-align: right
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-header .first-pan h1 {
        font-size: 19rem
    }
}

.about .about-header .first-pan span {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    display: block;
    text-align: center
}

@media only screen and (min-width: 760px) {
    .about .about-header .first-pan span {
        font-size: 2.2rem;
        text-align: right
    }
}

.about .about-header .second-pan {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .about .about-header .second-pan {
        height: 100vh;
        min-height: 950px
    }
}

@small Desktop {
    min-height: 1100px
} .about .about-header .second-pan .row, .about .believe-in .container .row {
      margin-right: 0;
      margin-left: 0
  }

.about .about-header .second-pan p {
    font-weight: 400
}

.about .about-boites {
    position: absolute;
    -webkit-filter: drop-shadow(20px 17px 23px rgba(0, 0, 0, .38));
    filter: drop-shadow(20px 17px 23px rgba(0, 0, 0, .38))
}

.about .about-boites.boites_01 {
    top: -2vw;
    left: 50%;
    width: 120px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about .about-boites.boites_02 {
    top: 135px;
    right: -150px;
    display: none;
    width: 184px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_02 {
        right: 15vw;
        display: block
    }
}

.about .about-boites.boites_03 {
    top: 255px;
    left: -270px;
    width: 24vw;
    min-width: 333px;
    -webkit-transform: translateZ(0)
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_03 {
        left: -165px
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_03 {
        left: 25px
    }
}

.about .about-boites.boites_04 {
    display: none;
    width: 360px
}

@media only screen and (min-width: 1024px) {
    .about .about-boites.boites_04 {
        top: 35%;
        right: -35vw;
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_04 {
        top: 34%;
        right: -10px
    }
}

.about .about-boites.boites_05 {
    left: 100px;
    display: none;
    width: 387px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_05 {
        top: 46%;
        left: -140px;
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_05 {
        top: 44%;
        left: 100px
    }
}

@media only screen and (min-height: 760px) and (max-height: 800px) {
    .about .about-boites.boites_05 {
        top: 46%;
        left: 0;
        width: auto;
        max-height: 250px
    }
}

.about .about-boites.boites_06 {
    top: 34%;
    right: -90px;
    width: 135px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_06 {
        top: 45%;
        right: 10px
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_06 {
        top: 67%;
        right: 25px
    }
}

.about .about-boites.boites_07 {
    top: 74%;
    left: -74%;
    width: 340px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_07 {
        left: -80px
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_07 {
        top: 74%;
        left: 235px
    }
}

.about .about-boites.boites_08 {
    top: 82%;
    display: none;
    width: 410px
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_08 {
        right: 5px;
        display: block
    }
}

.about .about-boites.boites_09 {
    top: 0;
    right: -100px;
    display: none;
    width: 250px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_09 {
        right: 0;
        display: block
    }
}

.about .about-boites.boites_10 {
    z-index: 4;
    top: 25%;
    left: -250px;
    display: none;
    width: 29vw;
    min-width: 480px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_10 {
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_10 {
        left: -60px
    }
}

.about .about-boites.boites_11 {
    z-index: 4;
    top: 0;
    display: none;
    width: 29vw;
    min-width: 475px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_11 {
        left: -85px;
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_11 {
        left: 0
    }
}

.about .about-boites.boites_12 {
    top: 69%;
    display: none;
    width: 415px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_12 {
        right: 0;
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_12 {
        right: 12vw
    }
}

.about .about-boites.boites_13 {
    z-index: 2;
    top: 58%;
    left: 10vw;
    width: 148px
}

@media only screen and (min-width: 760px) {
    .about .about-boites.boites_13 {
        top: 78%
    }
}

@media only screen and (min-width: 1200px) {
    .about .about-boites.boites_13 {
        top: 75%;
        left: 10vw
    }
}

.about .believe-in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 650px;
    margin-bottom: 20rem;
    padding-top: 5rem;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .about .believe-in {
        height: 100vh;
        margin-bottom: 35rem;
        padding-top: 0
    }
}

@media only screen and (min-width: 1200px) {
    .about .believe-in {
        margin-top: 10rem;
        padding-top: 0
    }
}

.about .believe-in .title_blue_80 {
    font-size: 5rem;
    margin-bottom: 1rem
}

@media only screen and (min-width: 760px) {
    .about .believe-in .title_blue_80 {
        font-size: 8rem;
        margin-bottom: 3rem
    }
}

.about .believe-in .container {
    padding-right: 0;
    padding-left: 0
}

@media only screen and (min-width: 1200px) {
    .about .believe-in .container {
        margin-top: -10rem
    }
}

.about .believe-in .layout-flex-3cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 760px) {
    .about .believe-in .layout-flex-3cols {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.about .believe-in .layout-flex-3cols .col1, .about .believe-in .layout-flex-3cols .col2, .about .believe-in .layout-flex-3cols .col3 {
    width: 100vw;
    max-width: 400px;
    margin: auto auto 5rem;
    padding: 0 20px;
    text-align: center
}

@media only screen and (min-width: 760px) {
    .about .believe-in .layout-flex-3cols .col1, .about .believe-in .layout-flex-3cols .col2, .about .believe-in .layout-flex-3cols .col3 {
        width: 270px;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1200px) {
    .about .believe-in .layout-flex-3cols .col1, .about .believe-in .layout-flex-3cols .col2, .about .believe-in .layout-flex-3cols .col3 {
        width: 310px
    }
}

.about .believe-in .layout-flex-3cols .col1 .svg_anim, .about .believe-in .layout-flex-3cols .col2 .svg_anim, .about .believe-in .layout-flex-3cols .col3 .svg_anim {
    position: relative;
    margin-bottom: 2rem
}

.about .believe-in .layout-flex-3cols .col1 .svg_anim img, .about .believe-in .layout-flex-3cols .col2 .svg_anim img, .about .believe-in .layout-flex-3cols .col3 .svg_anim img {
    width: 120px;
    max-height: 165px
}

.about .believe-in .layout-flex-3cols .col1 .svg_anim img.animated, .about .believe-in .layout-flex-3cols .col2 .svg_anim img.animated, .about .believe-in .layout-flex-3cols .col3 .svg_anim img.animated, .page_not_found .pnf-box-svg img.animated {
    -webkit-animation: 2s animBox ease-in-out infinite alternate;
    animation: 2s animBox ease-in-out infinite alternate
}

.about .believe-in .layout-flex-3cols .col1 .svg_anim .ellipse, .about .believe-in .layout-flex-3cols .col2 .svg_anim .ellipse, .about .believe-in .layout-flex-3cols .col3 .svg_anim .ellipse {
    width: 100px;
    height: 20px;
    margin: 20px auto 0;
    border-radius: 50%;
    background: #cce6ff
}

.about .believe-in .layout-flex-3cols .col1 .svg_anim .ellipse.animated, .about .believe-in .layout-flex-3cols .col2 .svg_anim .ellipse.animated, .about .believe-in .layout-flex-3cols .col3 .svg_anim .ellipse.animated {
    -webkit-animation: 2s animShadow ease-in-out infinite alternate;
    animation: 2s animShadow ease-in-out infinite alternate
}

.about .believe-in .layout-flex-3cols .col1 .svg_anim img, .about .believe-in .layout-flex-3cols .col3 .svg_anim img {
    margin-left: 42px
}

.about .believe-in .layout-flex-3cols .col1 .trait .traitB, .about .believe-in .layout-flex-3cols .col2 .trait .traitB {
    fill: none;
    stroke: #0082ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.63px
}

.about .believe-in .layout-flex-3cols .col1 .trait.trait-bottom, .about .believe-in .layout-flex-3cols .col2 .trait.trait-bottom {
    position: absolute;
    top: 100px;
    left: 40px;
    overflow: hidden;
    width: 40px
}

.about .believe-in .layout-flex-3cols .col1 .trait.trait-bottom .linesContainer .traitB, .about .believe-in .layout-flex-3cols .col2 .trait.trait-bottom .linesContainer .traitB {
    -webkit-animation: moveline 3s infinite linear;
    animation: moveline 3s infinite linear
}

.about .believe-in .layout-flex-3cols .col1 .trait.trait-bottom .linesContainer .traitB:nth-child(1), .about .believe-in .layout-flex-3cols .col2 .trait.trait-bottom .linesContainer .traitB:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.about .believe-in .layout-flex-3cols .col1 .trait.trait-bottom .linesContainer .traitB:nth-child(3), .about .believe-in .layout-flex-3cols .col2 .trait.trait-bottom .linesContainer .traitB:nth-child(3) {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.about .believe-in .layout-flex-3cols .col1 .trait.trait-top, .about .believe-in .layout-flex-3cols .col2 .trait.trait-top {
    position: absolute;
    top: 10px;
    right: 40px;
    overflow: hidden;
    width: 40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about .believe-in .layout-flex-3cols .col1 .trait.trait-top .linesContainer .traitB, .about .believe-in .layout-flex-3cols .col2 .trait.trait-top .linesContainer .traitB {
    -webkit-animation: movelinedeux 2s ease-in-out alternate infinite;
    animation: movelinedeux 2s ease-in-out alternate infinite
}

.about .believe-in .layout-flex-3cols .col1 .trait.trait-top .linesContainer .traitB:nth-child(1), .about .believe-in .layout-flex-3cols .col2 .trait.trait-top .linesContainer .traitB:nth-child(1) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.about .believe-in .layout-flex-3cols .col1 .trait .groupe-trait, .about .believe-in .layout-flex-3cols .col2 .trait .groupe-trait {
    overflow: hidden;
    width: 40px
}

.about .believe-in .layout-flex-3cols .col2 .svg_anim .ellipse.animated, .about .believe-in .layout-flex-3cols .col2 .svg_anim img.animated {
    -webkit-animation-delay: -2s !important;
    animation-delay: -2s !important
}

.about .believe-in .layout-flex-3cols .col2 .sparkles {
    position: absolute
}

.about .believe-in .layout-flex-3cols .col2 .sparkles svg {
    position: absolute;
    width: 20px
}

.about .believe-in .layout-flex-3cols .col2 .sparkles svg:first-child {
    bottom: 90px;
    left: 68px;
    -webkit-animation: spark_heart_one 3.7s infinite;
    animation: spark_heart_one 3.7s infinite
}

.about .believe-in .layout-flex-3cols .col2 .sparkles svg:last-child {
    bottom: 70px;
    left: 50px;
    -webkit-animation: spark_heart_one 3.7s .5s infinite;
    animation: spark_heart_one 3.7s .5s infinite
}

.about .believe-in .layout-flex-3cols .col2 .sparkles + .trait {
    position: absolute;
    top: 50px;
    right: 50px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.about .believe-in .layout-flex-3cols .col3 .sparkles svg {
    position: absolute;
    top: 75px;
    right: 68px;
    width: 20px;
    -webkit-animation: spark_heart_one 3s 2s infinite;
    animation: spark_heart_one 3s 2s infinite
}

.about .believe-in .layout-flex-3cols .col3 .sparkles svg:last-child {
    top: -40px;
    right: 95px;
    -webkit-animation: spark_heart_one 3s 3s infinite;
    animation: spark_heart_one 3s 3s infinite
}

.about .believe-in .layout-flex-3cols .col3 .trait {
    position: absolute;
    top: 100px;
    left: 50px;
    overflow: hidden;
    width: 40px
}

.about .believe-in .layout-flex-3cols .col3 .trait .traitB {
    fill: none;
    stroke: #0082ff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.63px
}

.about .believe-in .layout-flex-3cols .col3 .trait .linesContainer .traitB {
    -webkit-animation: moveline 6s infinite linear;
    animation: moveline 6s infinite linear
}

.about .believe-in .layout-flex-3cols .col3 .trait .linesContainer .traitB:nth-child(1) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.about .believe-in .layout-flex-3cols .col3 .trait .linesContainer .traitB:nth-child(3) {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.about .artwork {
    position: relative;
    padding-bottom: 30rem;
    color: #fff;
    background-color: #0081ff
}

.about .artwork .artwork-wrapper > div, .about .artwork .container {
    padding-right: 0;
    padding-left: 0
}

.about .artwork .artwork-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 10rem;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .about .artwork .artwork-wrapper {
        height: 70vh
    }
}

@media only screen and (min-width: 1200px) {
    .about .artwork .artwork-wrapper {
        height: 100vh
    }
}

.about .artwork .artwork-wrapper .yellow-bkg {
    z-index: 2;
    background-color: #fbbd0e
}

.about .artwork .artwork-wrapper .diyline {
    position: absolute;
    top: -190px;
    right: -150px;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.about .artwork .artwork-wrapper .diyline.open {
    height: 596px
}

.about .artwork .artwork-wrapper .artwork-box {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 280px;
    padding: 0 20px;
    background-color: #fbbd0e
}

@media only screen and (min-width: 760px) {
    .about .artwork .artwork-wrapper .artwork-box {
        width: auto
    }
}

.about .artwork .artwork-wrapper .artwork-box .trousse {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 760px) {
    .about .artwork .artwork-wrapper .artwork-box .trousse {
        right: initial;
        left: 33%
    }
}

.about .artwork .artwork-wrapper .artwork-box .trousse img {
    vertical-align: bottom;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .58));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .58))
}

.about .artwork .artwork-wrapper .artwork-box .trousse .rubber {
    margin-right: 2rem
}

.about .artwork .artwork-wrapper .artwork-box .trousse .pen1 {
    margin-right: 5px
}

.about .artwork .artwork-wrapper .artwork-box .artwork-desc h4 {
    font-size: 5rem;
    margin-bottom: 1rem;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .about .artwork .artwork-wrapper .artwork-box .artwork-desc h4 {
        font-size: 8rem
    }
}

.about .artwork .artwork-wrapper .artwork-box.alpha .artwork-desc {
    position: relative;
    top: -55px
}

@media only screen and (min-width: 760px) {
    .about .artwork .artwork-wrapper .artwork-box.alpha .artwork-desc {
        top: -85px
    }
}

.about .artwork .artwork-wrapper .artwork-box.omega .artwork-desc {
    margin-top: 30px
}

.quality {
    background-color: #fbbd0e !important
}

.quality .rounded {
    max-height: 75px
}

@media only screen and (min-width: 760px) {
    .quality .rounded {
        max-height: 150px
    }
}

.quality .rounded svg {
    fill: #fbbd0e !important
}

.faq {
    background-color: #f6f3eb
}

.contact, .faq .faq-header {
    position: relative;
    background-color: #f6f3eb
}

.faq .faq-header .first-pan {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .faq .faq-header .first-pan {
        height: 70vh;
        min-height: 700px
    }
}

.faq .faq-header .first-pan h1 {
    font-size: 11rem;
    margin-top: 250px;
    text-align: center;
    color: #1b3348
}

.faq .faq-header .first-pan h1 span, .guidelines .guidelines-header .first-pan h1 span {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    top: -20px;
    display: block
}

@media only screen and (min-width: 760px) {
    .faq .faq-header .first-pan h1 {
        font-size: 14rem;
        text-align: right
    }
}

@media only screen and (min-width: 1200px) {
    .faq .faq-header .first-pan h1 {
        font-size: 19rem
    }
}

.faq .faq-header .first-pan .faq-dropdown {
    position: relative;
    z-index: 1;
    margin: 50px auto;
    padding: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.faq .faq-header .first-pan .faq-dropdown.sticky {
    position: fixed;
    top: -50px;
    right: 0;
    left: 0;
    width: 222px
}

@media only screen and (min-width: 760px) {
    .faq .faq-header .first-pan .faq-dropdown.sticky {
        top: 0;
        width: 722px;
        margin: auto
    }

    .faq .faq-header .first-pan .faq-dropdown {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }
}

.faq .faq-header .first-pan .faq-dropdown .btn {
    padding: 8px 70px;
    color: #707070;
    border: none;
    background-color: #fff
}

@media only screen and (min-width: 760px) {
    .faq .faq-header .first-pan .faq-dropdown .btn {
        display: none
    }
}

.faq .faq-header .first-pan .faq-dropdown .btn::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

@media only screen and (min-width: 760px) {
    .faq .faq-header .first-pan .faq-dropdown .faq-nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        box-sizing: border-box;
        padding: 0;
        border: none;
        border-radius: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.faq .faq-header .first-pan .faq-dropdown .faq-nav a {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #707070
}

.faq .faq-header .first-pan .faq-dropdown .faq-nav a:hover {
    background-color: #f3efe4
}

@media only screen and (min-width: 760px) {
    .faq .faq-header .first-pan .faq-dropdown .faq-nav a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 1px;
        height: 80%;
        margin: auto;
        content: '';
        background-color: #f3efe4
    }

    .faq .faq-header .first-pan .faq-dropdown .faq-nav a {
        position: relative;
        padding: 6px 30px
    }
}

.faq .faq-header .first-pan .faq-dropdown.open .faq-nav {
    display: block;
    width: 100%;
    margin: -6px auto;
    border: none
}

.faq .faq-header .first-pan .faq-dropdown.open .faq-nav a {
    padding: 10px 70px
}

.faq .faq-boites-container {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    min-height: 3815px;
    pointer-events: none
}

@media only screen and (min-width: 760px) {
    .faq .faq-boites-container {
        display: block
    }
}

.faq .faq-boites-container .faq-boites {
    position: absolute
}

.faq .faq-boites-container .faq-boites.boites_01 {
    display: none
}

@media only screen and (min-width: 760px) {
    .faq .faq-boites-container .faq-boites.boites_01 {
        top: 435px;
        left: -10%;
        display: block;
        min-width: 242px
    }
}

@media only screen and (min-width: 1200px) {
    .faq .faq-boites-container .faq-boites.boites_01 {
        left: 0
    }
}

.faq .faq-boites-container .faq-boites.boites_02 {
    top: 135px;
    right: -8%;
    display: none;
    min-width: 185px
}

@media only screen and (min-width: 1200px) {
    .faq .faq-boites-container .faq-boites.boites_02 {
        right: 0;
        display: block
    }
}

.faq .faq-boites-container .faq-boites.boites_03 {
    display: none
}

@media only screen and (min-width: 760px) {
    .faq .faq-boites-container .faq-boites.boites_03 {
        top: 30%;
        left: -10%;
        display: block;
        min-width: 237px
    }
}

@media only screen and (min-width: 1200px) {
    .faq .faq-boites-container .faq-boites.boites_03 {
        left: 0
    }
}

.faq .faq-boites-container .faq-boites.boites_04 {
    display: none
}

@media only screen and (min-width: 760px) {
    .faq .faq-boites-container .faq-boites.boites_04 {
        top: 50%;
        left: -3%;
        display: block;
        min-width: 157px
    }
}

@media only screen and (min-width: 1200px) {
    .faq .faq-boites-container .faq-boites.boites_04 {
        left: 0
    }
}

.faq .faq-boites-container .faq-boites.boites_05 {
    top: 50%;
    right: -2%;
    display: none;
    min-width: 58px
}

@media only screen and (min-width: 1200px) {
    .faq .faq-boites-container .faq-boites.boites_05 {
        right: 0;
        display: block
    }
}

.faq .faq-boites-container .faq-boites.boites_06 {
    top: 67%;
    right: -6%;
    display: none;
    min-width: 91px
}

@media only screen and (min-width: 1200px) {
    .faq .faq-boites-container .faq-boites.boites_06 {
        right: 0;
        display: block
    }
}

.faq .faq-boites-container .faq-boites.boites_07 {
    top: 75%;
    right: -6%;
    display: none;
    min-width: 103px
}

@media only screen and (min-width: 1200px) {
    .faq .faq-boites-container .faq-boites.boites_07 {
        right: 0;
        display: block
    }
}

.faq .faq-container-main {
    margin-bottom: 300px
}

.faq .faq-container-main .row {
    margin-right: 0;
    margin-left: 0
}

.faq .faq-container-accordeon {
    padding-bottom: 100px
}

.faq .faq-container-accordeon h2 {
    margin-bottom: 35px;
    padding-left: 0
}

.faq .faq-container-accordeon .panel-group {
    margin-bottom: -1px
}

.faq .faq-container-accordeon .panel {
    border-top: 1px solid #c8c6c0;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background-color: transparent
}

.faq .faq-container-accordeon .panel-heading {
    border-top: none;
    border-bottom: 1px solid #e9e7e0;
    background-color: transparent
}

.faq .faq-container-accordeon .panel-heading .panel-title a {
    font-style: 18px;
    z-index: 0;
    padding: 34px 25px 25px 0
}

.faq .faq-container-accordeon .panel-heading .panel-title::after {
    content: '\e145';
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    pointer-events: none;
    color: #108aff
}

.faq .faq-container-accordeon .panel-heading .panel-title.open::after {
    -webkit-transform: rotate(496deg);
    transform: rotate(496deg)
}

.contact {
    background-color: #0082ff !important
}

.contact h1, .contact p {
    color: #fff
}

.contact h1 {
    font-size: 45px
}

@media only screen and (min-width: 760px) {
    .contact h1 {
        font-size: 80px
    }
}

.contact .rounded {
    max-height: 75px
}

@media only screen and (min-width: 760px) {
    .contact .rounded {
        max-height: 150px
    }
}

@media only screen and (min-width: 1200px) {
    .contact .rounded {
        max-height: 300px
    }
}

.contact .rounded svg {
    fill: #0082ff !important
}

.contact .container {
    max-width: 100vw
}

.contact .container .row {
    margin-right: 0;
    margin-left: 0
}

.contact .contact-title {
    padding-bottom: 75px;
    text-align: center
}

.contact .contact-btn {
    margin: auto;
    color: #0082ff;
    background-color: #fff
}

.contact-index-index.page-layout-1column-wide #maincontent {
    background-color: #f9f9f9
}

.contact-index-index.page-layout-1column-wide #maincontent > .container {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.contact-index-index.page-layout-1column-wide #maincontent > .container > .row {
    width: 100%;
    margin: auto 0
}

.contact-index-index.page-layout-1column-wide #maincontent .col-xl-12 {
    padding: 0
}

.account .block-dashboard-addresses .block-content .box .box-title span, .checkout-cart-index .cart .action.update i, .page-title-wrapper {
    display: none
}

.contact-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 30vh;
    min-height: 400px;
    margin-bottom: 15%;
    background-color: #0082ff !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-top .contact-top-title {
    margin: 0
}

.contact-top h1, .contact-top p {
    text-align: center;
    color: #fff
}

.contact-top h1 {
    font-size: 45px;
    margin-top: 209px;
    margin-bottom: 0
}

@media only screen and (min-width: 760px) {
    .contact-top h1 {
        font-size: 80px
    }
}

.contact-top .rounded svg {
    max-height: 80px;
    -webkit-transition: all .5s;
    transition: all .5s;
    fill: #0082ff !important
}

@media only screen and (min-width: 1200px) {
    .contact-top .rounded svg {
        max-height: 250px
    }
}

.contact-main > .row {
    margin: auto;
    padding-right: 30px;
    padding-left: 30px
}

@media only screen and (min-width: 760px) {
    .contact-main .main-block-info {
        margin-bottom: 25px
    }
}

.contact-main .main-block-info p {
    padding-bottom: 25px;
    text-align: center;
    color: #0082ff
}

.contact-main .main-block-info p a:hover {
    color: #0068cc
}

.contact-main .main-block-info ul li {
    line-height: 22px;
    position: relative;
    padding-left: 40px;
    list-style: none;
    color: #0082ff
}

.contact-main .main-block-info ul li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    content: ''
}

.contact-main .main-block-info ul li:nth-child(1)::before {
    content: url(../images/icons/map.svg)
}

.contact-main .main-block-info ul li:nth-child(2) {
    padding-top: 15px;
    padding-bottom: 15px
}

.contact-main .main-block-info ul li:nth-child(2)::before {
    content: url(../images/icons/email.svg)
}

.contact-main .main-block-info ul li:nth-child(3)::before {
    content: url(../images/icons/tel.svg)
}

.contact-main form input[type=email], .contact-main form input[type=text], .contact-main form textarea {
    border: none
}

.contact-main form .response-field-file_upload .subtemplate-wrapper, .contact-main form input[type=email], .contact-main form input[type=text], .contact-main form textarea {
    font-family: 'Work Sans';
    font-weight: lighter;
    width: 100%;
    color: #000;
    border-radius: 4px;
    background-color: #fff
}

.contact-main form .response-field-file_upload .subtemplate-wrapper.mage-error, .contact-main form input[type=email].mage-error, .contact-main form input[type=text].mage-error, .contact-main form textarea.mage-error {
    border: 1px solid #fa6b6b
}

.contact-main form button {
    line-height: 0;
    margin: 25px auto;
    border: none
}

.contact-main form .btn.dropdown-toggle {
    height: 40px;
    margin-top: 0;
    border: 0 !important
}

.contact-main form .btn.dropdown-toggle .filter-option {
    font-weight: 100;
    overflow: visible;
    color: silver
}

.contact-main form .bootstrap-select .dropdown-menu[role=combobox] {
    top: 40px !important;
    border: 0 !important
}

.contact-main form .response-field-file_upload .subtemplate-wrapper {
    border: 1px dashed #0082ff
}

.contact-main form .response-field-file_upload .subtemplate-wrapper:after {
    position: absolute;
    top: 8px;
    right: 25px;
    width: 22px;
    height: 23px;
    content: url(../images/icons/download-icon.png)
}

.contact-main form .response-field-file_upload .subtemplate-wrapper input {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: .1px;
    height: .1px;
    opacity: 0
}

.contact-main form .response-field-file_upload .subtemplate-wrapper input + label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 20px;
    color: silver;
    background-color: #fff;
    cursor: pointer
}

.contact-main form .response-field-file_upload .subtemplate-wrapper input.has-focus + label, .contact-main form .response-field-file_upload .subtemplate-wrapper input:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.formbuilder-loading.ajax-loading {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0) url(../images/icons/anim-logo-loader.gif) no-repeat center center;
    background-size: cover
}

.page_not_found {
    background-color: #fcfcfc
}

.page_not_found .pnf-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-height: 800px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page_not_found .pnf-box-svg {
    position: relative;
    max-width: 320px
}

.page_not_found .pnf-box-svg img {
    width: 320px
}

.page_not_found .pnf-box-svg #linesContainer {
    position: absolute;
    top: -20px
}

.page_not_found .pnf-box-svg #linesContainer .line:nth-child(1) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation: offset 4s ease-in-out infinite forwards;
    animation: offset 4s ease-in-out infinite forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    stroke-dasharray: 17;
    stroke-dashoffset: 17
}

.page_not_found .pnf-box-svg #linesContainer .line:nth-child(2), .page_not_found .pnf-box-svg #linesContainer .line:nth-child(3), .page_not_found .pnf-box-svg #linesContainer .line:nth-child(4), .page_not_found .pnf-box-svg #linesContainer .line:nth-child(5) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: offset 4s ease-in-out infinite forwards;
    animation: offset 4s ease-in-out infinite forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    stroke-dasharray: 60;
    stroke-dashoffset: 60
}

.page_not_found .pnf-box-svg #linesContainer .line:nth-child(3), .page_not_found .pnf-box-svg #linesContainer .line:nth-child(4), .page_not_found .pnf-box-svg #linesContainer .line:nth-child(5) {
    stroke-dasharray: 40;
    stroke-dashoffset: 40
}

.page_not_found .pnf-box-svg #linesContainer .line:nth-child(4), .page_not_found .pnf-box-svg #linesContainer .line:nth-child(5) {
    stroke-dasharray: 70;
    stroke-dashoffset: 70
}

.page_not_found .pnf-box-svg #linesContainer .line:nth-child(5) {
    stroke-dasharray: 50s;
    stroke-dashoffset: 50s
}

.page_not_found .pnf-box-svg .ellipse {
    width: 100px;
    height: 20px;
    margin: -40px auto 0;
    border-radius: 50%;
    background: #cce6ff
}

.page_not_found .pnf-box-svg .ellipse.animated {
    -webkit-animation: 2s animShadow ease-in-out infinite alternate;
    animation: 2s animShadow ease-in-out infinite alternate
}

.page_not_found .pnf-message p {
    margin-bottom: 50px;
    text-align: center;
    color: #0082ff
}

.page_not_found .pnf-btn:nth-of-type(2) {
    text-decoration: underline
}

.page_not_found .pnf-btn:nth-of-type(2):hover {
    color: #0068cc
}

.guidelines {
    background: -webkit-radial-gradient(100% center ellipse, #ff958a 1%, #f15d4e 100%);
    background: radial-gradient(ellipse at 100% center, #ff958a 1%, #f15d4e 100%);
    background-color: #f15d4e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff958a', endColorstr='#f15d4e', GradientType=1)
}

.guidelines .row {
    margin-right: 0;
    margin-left: 0
}

.guidelines::after, .guidelines::before {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 50%;
    content: ''
}

.guidelines::before {
    top: 0;
    right: 0
}

.guidelines::after {
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(45deg, #ffbf90 0%, rgba(255, 191, 144, 0) 42%, rgba(255, 191, 144, 0) 100%);
    background: linear-gradient(45deg, #ffbf90 0%, rgba(255, 191, 144, 0) 42%, rgba(255, 191, 144, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf90', endColorstr='#00ffbf90', GradientType=1)
}

.guidelines, .guidelines .guidelines-header {
    position: relative
}

.guidelines .features .features-container, .guidelines .guidelines-header .first-pan {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guidelines .guidelines-header .first-pan {
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.guidelines .guidelines-header .first-pan h1 {
    font-size: 19rem;
    text-align: right;
    color: #fff
}

.guidelines .guidelines-header .first-pan canvas {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.guidelines .guidelines-header .first-pan .canvas-svg {
    width: 60%;
    height: 105px;
    /* padding-top: 300px */
}

@media (min-width: 1025px) {
    .guidelines .guidelines-header .first-pan .canvas-svg {
        padding-top: 200px;
    }
}

.guidelines .features {
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 760px) {
    .guidelines .features {
        margin-bottom: 15rem
    }
}

.guidelines .features .features-container {
    margin-bottom: 2rem
}

@media only screen and (min-width: 760px) {
    .guidelines .features .features-container {
        margin: 5rem 0;
        padding: 5rem 0
    }
}

@media only screen and (min-width: 1200px) {
    .guidelines .features .features-container {
        margin: 10rem 0;
        padding: 10rem 0
    }
}

.guidelines .features .features-container .container {
    position: relative
}

.guidelines .features .features-container:first-of-type .guidelines_desc p {
    margin-bottom: -20px
}

@media only screen and (min-width: 760px) {
    .guidelines .features .features-container:first-of-type .guidelines_desc p {
        margin-bottom: 0
    }
}

.guidelines .features .features-container:last-child {
    margin-top: 0;
    margin-bottom: 5rem;
    padding-bottom: 5rem
}

@media only screen and (min-width: 760px) {
    .guidelines .features .features-container:last-child {
        margin-top: 15rem
    }

    .guidelines .features .features-container:last-child .guidelines_desc {
        margin-top: -85%
    }
}

@media only screen and (min-width: 1024px) {
    .guidelines .features .features-container:last-child .guidelines_desc {
        margin-top: -55%
    }
}

@media only screen and (min-width: 1200px) {
    .guidelines .features .features-container:last-child .guidelines_desc {
        margin-top: 0
    }
}

@media only screen and (min-width: 760px) {
    .guidelines .features .features-container .cmyk-tone {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media only screen and (min-width: 1200px) {
    .guidelines .features .features-container .cmyk-tone {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }
}

@media (min-width: 1025px) {
    .guidelines .features .features-container .canvas-svg {
        display: none
    }
}

.guidelines .features .features-container.colors {
    margin-bottom: 150px
}

@media only screen and (min-width: 760px) {
    .guidelines .features .features-container.colors {
        margin-bottom: 0
    }
}

.guidelines .fonts-fabric .canvas-container {
    top: -345px;
    left: -40%;
    display: none
}

@media only screen and (min-width: 1200px) {
    .guidelines .fonts-fabric .canvas-container {
        position: absolute !important;
        display: block
    }
}

.guidelines .dielines {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    margin-bottom: 0;
    padding-bottom: 20rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .guidelines .dielines {
        padding-bottom: 42rem
    }
}

.guidelines .dielines .container {
    position: relative
}

.guidelines .dielines .dielines-img {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.guidelines .dielines .dielines-img.open {
    max-height: 700px
}

.guidelines .dielines .dielines-img.die_01 {
    top: -45%;
    left: -266px
}

.guidelines .dielines .dielines-img.die_02 {
    top: -55%;
    right: 0;
    display: none
}

@media only screen and (min-width: 760px) {
    .guidelines .dielines .dielines-img.die_02 {
        display: block
    }
}

.guidelines .dielines .die-selector {
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 760px) {
    .guidelines .dielines .die-selector {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.guidelines .dielines .die-selector .bootstrap-select {
    display: inline-block !important
}

.guidelines .dielines .die-selector .boxes-design, .guidelines .dielines .die-selector .output {
    display: inline-block;
    width: 100%;
    height: 40px;
    color: #707070;
    border: none;
    border-radius: 5px
}

@media only screen and (min-width: 1200px) {
    .guidelines .dielines .die-selector .boxes-design, .guidelines .dielines .die-selector .output {
        max-width: 225px
    }
}

.guidelines .dielines .die-selector .output {
    margin-top: 20px
}

@media only screen and (min-width: 760px) {
    .guidelines .dielines .die-selector .output {
        margin-top: 0
    }
}

.guidelines .dielines .die-selector .dropdown-menu.open {
    overflow-y: scroll !important;
    max-height: 121px !important
}

@media only screen and (min-width: 760px) {
    .guidelines .dielines .die-selector .dropdown-menu.open {
        max-height: 320px !important
    }
}

.guidelines .dielines a.download.primary-btn {
    top: 30px;
    height: 46px;
    margin: 0 auto;
    cursor: pointer;
    border: none
}

.guidelines .guidelines_desc h2 {
    font-size: 7rem;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .guidelines .guidelines_desc h2 {
        font-size: 8rem
    }
}

.guidelines .guidelines_desc h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #fff
}

.guidelines .guidelines_desc p {
    font-weight: 300;
    margin-bottom: 0;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .guidelines .guidelines_desc p {
        margin-bottom: 10rem
    }
}

.guidelines .popup-drag {
    position: relative;
    margin-top: 20rem;
    margin-bottom: 20rem
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-drag {
        margin-top: 10rem;
        margin-bottom: 20rem
    }
}

.guidelines .popup-macos {
    position: absolute;
    width: 174px
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-macos {
        width: 194px
    }
}

.guidelines .popup-macos img {
    width: 100%;
    background-size: 194px 230px
}

.guidelines .popup-macos:nth-child(1) {
    top: -165px;
    left: 120px
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-macos:nth-child(1) {
        top: -185px;
        left: 40%
    }
}

.guidelines .popup-macos:nth-child(2) {
    top: -55px;
    left: 0
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-macos:nth-child(2) {
        top: -125px;
        left: 10px
    }
}

.guidelines .popup-macos:nth-child(3) {
    top: -185px;
    left: -40px
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-macos:nth-child(3) {
        top: -25px;
        left: 165px
    }
}

.guidelines .popup-macos:nth-child(4) {
    position: relative;
    top: 160px;
    left: -40px
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-macos:nth-child(4) {
        top: 160px;
        left: 30px
    }
}

.guidelines .popup-macos:nth-child(5) {
    top: 90px;
    left: 100px
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-macos:nth-child(5) {
        top: 110px;
        left: 330px
    }
}

.guidelines .popup-macos .head {
    line-height: 28px;
    height: 28px;
    padding-left: 13px;
    cursor: -webkit-grab;
    cursor: grab;
    background-color: #dedede
}

.guidelines .popup-macos .head:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.guidelines .popup-macos .head .btn-mac {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.guidelines .popup-macos .head .btn-mac.orange {
    background-color: #f67a00
}

.guidelines .popup-macos .head .btn-mac.yellow {
    background-color: #ebc71f
}

.guidelines .popup-macos .head .btn-mac.green {
    background-color: #31bb37
}

.guidelines .popup-macos .head p {
    font-weight: 300;
    display: inline-block;
    margin: 0;
    margin-left: 1.5rem;
    padding: 0;
    color: #707070
}

.guidelines .popup-macos svg {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 58px;
    max-width: 58px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width: 760px) {
    .guidelines .popup-macos svg {
        top: 50%
    }
}

.quality.guidelines_footer {
    position: relative;
    z-index: 2;
    background-color: #5f26ff !important
}

.quality.guidelines_footer .wrap, .quality.guidelines_footer h3, .quality.guidelines_footer p {
    text-align: center
}

.quality.guidelines_footer .rounded svg {
    fill: #5f26ff !important
}

.quality.guidelines_footer .container {
    position: relative
}

.quality.guidelines_footer .quality-title {
    margin: 20rem auto 10rem
}

@media only screen and (min-width: 760px) {
    .quality.guidelines_footer .quality-title {
        margin: 30rem auto 20rem
    }
}

@media only screen and (min-width: 1200px) {
    .quality.guidelines_footer h3, .quality.guidelines_footer p {
        text-align: left
    }
}

.quality.guidelines_footer a {
    margin: auto
}

@media only screen and (min-width: 1200px) {
    .quality.guidelines_footer a {
        right: inherit;
        left: 0
    }
}

.quality.guidelines_footer .boites-img {
    position: absolute
}

.quality.guidelines_footer .boites-img img {
    -webkit-filter: drop-shadow(20px 17px 23px rgba(0, 0, 0, .38));
    filter: drop-shadow(20px 17px 23px rgba(0, 0, 0, .38))
}

.quality.guidelines_footer .boites-img.boite_01 {
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 75vw;
    max-width: 437px;
    margin: auto
}

@media only screen and (min-width: 760px) {
    .quality.guidelines_footer .boites-img.boite_01 {
        display: block
    }
}

.quality.guidelines_footer .boites-img.boite_02 {
    top: -22px;
    left: 53px;
    display: none
}

@media only screen and (min-width: 760px) {
    .quality.guidelines_footer .boites-img.boite_02 {
        top: 50%;
        left: -260px;
        display: block
    }
}

.quality.guidelines_footer canvas#c6, .quality.guidelines_footer canvas#fonts-fabric-canvas, .quality.guidelines_footer canvas.canvas-container {
    display: none;
    heigit: 0
}

@media only screen and (min-width: 1024px) {
    .quality.guidelines_footer canvas#c6, .quality.guidelines_footer canvas#fonts-fabric-canvas, .quality.guidelines_footer canvas.canvas-container {
        display: block
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes widen {
    0%, to {
        left: 130px;
        width: 210px;
        border-width: 2px
    }
    50% {
        left: 120px;
        width: 230px;
        border-width: 7px
    }
}

@keyframes widen {
    0%, to {
        left: 130px;
        width: 210px;
        border-width: 2px
    }
    50% {
        left: 120px;
        width: 230px;
        border-width: 7px
    }
}

.cmyk-tone {
    overflow: hidden;
    height: 320px;
    padding: 50px
}

@media only screen and (min-width: 760px) {
    .cmyk-tone {
        display: block;
        padding: 70px
    }
}

.colorWheelWrap {
    right: 0;
    left: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px)
}

.colorWheelWrap, ul.colorwheel, ul.colorwheel li {
    position: absolute;
    width: 240px;
    height: 240px
}

ul.colorwheel {
    list-style: none;
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite
}

ul.colorwheel li {
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: widen 10s ease infinite alternate;
    animation: widen 10s ease infinite alternate;
    border: 10px solid;
    border-radius: 50%;
    mix-blend-mode: screen
}

ul.colorwheel li:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: #fff
}

ul.colorwheel li:nth-child(2) {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    border-color: #ffe05f
}

ul.colorwheel li:nth-child(3) {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    border-color: #62e438
}

ul.colorwheel li:nth-child(4) {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
    border-color: #00b580
}

ul.colorwheel li:nth-child(5) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    border-color: #43adff
}

ul.colorwheel li:nth-child(6) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-color: #253cff
}

ul.colorwheel li:nth-child(7) {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
    border-color: #9654d3
}

ul.colorwheel li:nth-child(8) {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
    border-color: #ff4c99
}

ul.colorwheel li:nth-child(9) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    border-color: #f00029
}

ul.colorwheel li:nth-child(10) {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
    border-color: #ff7301
}

.minicart-wrapper.block {
    display: block
}

.checkout-cart-index #maincontent.page-main {
    background-color: #0082ff
}

.checkout-cart-index #maincontent > .container {
    padding-top: 8rem !important
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index #maincontent > .container {
        padding-top: 20rem !important
    }
}

.checkout-cart-index #maincontent .message {
    top: 75px
}

.checkout-cart-index .page-title-wrapper {
    display: block;
    text-align: left
}

.checkout-cart-index .page-title-wrapper h1 {
    margin: 0 0 3rem 4rem;
    text-transform: inherit;
    color: #fff
}

.checkout-cart-index .product-item-details {
    color: #fff
}

.checkout-cart-index .product-item-details .product-item-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    height: 2.7rem;
    margin: 0;
    text-transform: none
}

.checkout-cart-index .product-item-details .label {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff
}

.checkout-cart-index .product-item-details .label::after {
    content: ' :'
}

.checkout-cart-index .product-item-details .label::first-letter {
    text-transform: uppercase
}

.checkout-cart-index .product-item-details .option, .checkout-cart-index .shopping-cart-table a, .checkout-cart-index .shopping-cart-table a:hover {
    color: #fff
}

.checkout-cart-index .cart .action.update {
    font-weight: 300;
    display: none;
    text-decoration: underline;
    color: #fff;
    background-color: transparent
}

.checkout-cart-index .shopping-cart-table {
    padding: 15px 0;
    border-collapse: separate;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.checkout-cart-index .shopping-cart-table caption {
    padding-bottom: 15px;
    color: #fff
}

.checkout-cart-index .shopping-cart-table tbody:last-child .actions-toolbar {
    margin-bottom: 0 !important;
    border-bottom: 0 !important
}

.checkout-cart-index .shopping-cart-table tr {
    border: 0
}

.checkout-cart-index .shopping-cart-table td {
    padding: 15px 0;
    vertical-align: middle;
    border: 0
}

.checkout-cart-index .shopping-cart-table td.image {
    width: 40%
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.image {
        width: 15%
    }
}

.checkout-cart-index .shopping-cart-table td .product-image-photo {
    position: static
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td .product-image-photo {
        position: absolute
    }
}

.checkout-cart-index .shopping-cart-table td .product-image-wrapper {
    position: relative;
    display: inline
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td .product-image-wrapper {
        display: block
    }
}

.checkout-cart-index .shopping-cart-table td .product-image-wrapper img {
    width: 100%;
    height: auto
}

.checkout-cart-index .shopping-cart-table td.item {
    width: 60%
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.item {
        width: 15%
    }
}

.checkout-cart-index .shopping-cart-table td.price {
    width: 80%
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.price {
        width: 15%
    }
}

.checkout-cart-index .shopping-cart-table td.qty {
    width: 100%
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.qty {
        width: 15%
    }
}

.checkout-cart-index .shopping-cart-table td.qty .shopping-cart-table__input, .checkout-cart-index .shopping-cart-table td.subtotal {
    width: 100%;
    margin-top: 15px;
    text-align: left
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.qty .shopping-cart-table__input {
        margin-top: 0;
        text-align: center
    }
}

.checkout-cart-index .shopping-cart-table td.qty label {
    font-weight: 300;
    display: inline-block !important;
    margin-right: 22px;
    color: #fff
}

.checkout-cart-index .shopping-cart-table td.qty .control.qty {
    display: inline-block
}

.checkout-cart-index .shopping-cart-table td.qty .control.qty input {
    font-family: 'Work Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    width: 90px;
    height: 45px;
    text-align: left;
    color: #fff;
    border: none;
    border-radius: 0;
    background: 0 0
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.subtotal {
        width: 15%;
        margin-top: 0;
        text-align: center
    }
}

.checkout-cart-index .shopping-cart-table td.subtotal label {
    font-weight: 300;
    display: inline-block !important;
    margin-right: 15px;
    color: #fff
}

.checkout-cart-index .shopping-cart-table td.subtotal .price-excluding-tax {
    display: inline-block;
    width: auto
}

.checkout-cart-index .shopping-cart-table td.subtotal .price-excluding-tax .price {
    font-size: 2rem;
    font-weight: 700 !important;
    display: inline-block !important;
    color: #fff
}

.checkout-cart-index .shopping-cart-table td.item-actions {
    width: 100%;
    text-align: right
}

.checkout-cart-index .shopping-cart-table td.item-actions .actions-toolbar {
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 1px solid #fff
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.item-actions .actions-toolbar {
        margin-bottom: 0;
        text-align: right;
        border: 0
    }
}

.checkout-cart-index .shopping-cart-table td.item-actions .actions-toolbar .action-towishlist {
    position: relative;
    top: 3px
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .shopping-cart-table td.item-actions {
        width: 20%;
        padding-right: 3rem
    }
}

.checkout-cart-index .shopping-cart-table td.item-actions .action {
    display: inline-block
}

.checkout-cart-index .shopping-cart-table td.item-actions .action-edit {
    margin-right: 5px
}

.account #leftColumn:after, .account .saved_boxes .mysavedboxes-list-container .wrapper-item .custom-actions a.primary-btn::after, .account .saved_boxes .mysavedboxes-list-container .wrapper-item .custom-actions a.primary-btn::before, .cart-empty .btn_continue_shopping a::after, .checkout-cart-index .shopping-cart-table td.item-actions .action-delete::before, .checkout-cart-index .shopping-cart-table td.item-actions .action-edit::before, .checkout-index-index .opc-progress-bar li::before {
    content: none
}

.checkout-cart-index .shopping-cart-table td.item-actions .action-edit span {
    font-weight: 300;
    display: inline-block !important
}

.checkout-cart-index .shopping-cart-table td.item-actions .action-delete svg {
    position: relative;
    top: 2px;
    width: 15px;
    fill: #fff
}

.checkout-cart-index #discount-coupon-form .actions-toolbar {
    display: inline-block !important
}

.checkout-cart-index #discount-coupon-form .field {
    display: inline-block;
    width: 50%
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index #discount-coupon-form .field {
        width: auto
    }
}

.checkout-cart-index #discount-coupon-form .field .control {
    display: inline-block;
    width: 100%
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index #discount-coupon-form .field .control {
        width: auto
    }
}

.checkout-cart-index #discount-coupon-form .field label {
    display: block;
    margin: 0
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index #discount-coupon-form .field label {
        display: inline-block
    }
}

.checkout-cart-index #discount-coupon-form .field label span {
    position: relative;
    top: 0;
    margin-right: 2.5rem;
    color: #fff
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index #discount-coupon-form .field label span {
        top: -16px
    }
}

.checkout-cart-index #discount-coupon-form input {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 45px;
    margin-right: 1.5rem;
    color: #0082ff;
    border: 1px solid #d2d2ce;
    border-radius: 5px
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index #discount-coupon-form input {
        width: 145px
    }
}

.checkout-cart-index #subtotal-clone {
    position: relative;
    top: 9px;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center
}

.checkout-cart-index #subtotal-clone p, .checkout-cart-index #subtotal-clone span {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.checkout-cart-index #subtotal-clone span {
    font-weight: 300
}

.checkout-cart-index #subtotal-clone p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 15px
}

@media only screen and (min-width: 1024px) {
    .checkout-cart-index #subtotal-clone {
        display: inline-block;
        width: auto;
        margin-right: 9vw;
        vertical-align: top
    }
}

.checkout-cart-index .shopping_cart-aside {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important
}

.checkout-cart-index .btn--ys {
    font-size: 1.6rem;
    width: auto;
    min-width: initial;
    height: 45px;
    padding: 0 3rem;
    vertical-align: top;
    color: #0082ff;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: 0 5px 9px -2px rgba(0, 0, 0, .29)
}

.checkout-cart-index .btn-like-link {
    font-weight: 300;
    display: block;
    margin: 0 auto
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .btn-like-link {
        display: inline-block;
        width: 145px;
        margin-left: 11%
    }
}

.checkout-cart-index .action.checkout {
    display: block;
    width: 100%;
    margin-top: 2rem
}

@media only screen and (min-width: 760px) {
    .checkout-cart-index .action.checkout {
        display: inline-block;
        float: right;
        width: auto;
        margin-top: 0
    }

    .checkout-index-index .checkout-container {
        padding: 0 2rem
    }
}

.checkout-index-index .opc-progress-bar li {
    padding: 0 0 20px 20px;
    text-align: left
}

.checkout-index-index .opc-progress-bar li span {
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: inherit
}

.checkout-index-index .opc-progress-bar li::after {
    top: unset;
    bottom: 0;
    height: 9px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fff
}

.checkout-index-index .opc-progress-bar li._active a, .checkout-index-index .opc-progress-bar li._active span {
    color: #0082ff
}

.account .block-collapsible-nav .block-collapsible-nav-content .nav .item.current::after, .account .block-collapsible-nav .block-collapsible-nav-content .nav .item:hover::after, .checkout-index-index .opc-progress-bar li._active::after {
    border: 1px solid #0082ff;
    background-color: #0082ff
}

.checkout-index-index .opc-wrapper {
    position: relative
}

@media only screen and (min-width: 760px) {
    .checkout-index-index .opc-wrapper {
        width: 63%
    }

    .checkout-index-index .opc-wrapper::after {
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: 100%;
        content: '';
        background-color: #cdcdcd
    }
}

.checkout-index-index .step-title {
    font-size: 2rem;
    font-weight: 700;
    text-transform: inherit;
    color: #1b3348;
    border: none
}

@media only screen and (min-width: 760px) {
    .checkout-index-index .step-title {
        padding: 0
    }
}

.checkout-index-index .opc-wrapper fieldset legend {
    font-weight: 700;
    border: 0
}

.checkout-index-index .field input[type=email], .checkout-index-index .field input[type=number], .checkout-index-index .field input[type=text], .checkout-index-index .field select {
    height: 48px;
    padding-left: 17px;
    color: #1b3348;
    border: 1px solid #a6a6a6;
    border-radius: 13px
}

.checkout-index-index #checkout-shipping-method-load {
    overflow: hidden;
    margin-bottom: 5rem;
    border: 1px solid #a6a6a6;
    border-radius: 13px
}

.checkout-index-index #checkout-shipping-method-load table {
    margin-bottom: 0
}

.checkout-index-index #checkout-shipping-method-load table tr.row {
    border-bottom: 1px solid #a6a6a6
}

.checkout-index-index #checkout-shipping-method-load table tr.row:last-child {
    border: 0
}

.checkout-index-index #checkout-shipping-method-load table tr.row td {
    padding: 15px 5px
}

@media only screen and (min-width: 760px) {
    .checkout-index-index #checkout-shipping-method-load table tr.row td {
        padding: 15px
    }
}

.checkout-index-index .opc-block-summary {
    border-radius: 13px
}

.checkout-index-index .opc-block-summary .table-totals .mark {
    text-transform: none
}

.checkout-index-index .dfe_stripe .date .control {
    display: inline-block;
    vertical-align: middle
}

.checkout-index-index .checkout-payment-method .ccard > .field.cvv > .control {
    display: inline-block;
    width: 100px;
    padding-right: 20px
}

.checkout-index-index .checkout-payment-method .ccard > .field.cvv > .control input {
    padding: 10px
}

.checkout-index-index .checkout-payment-method .payment-option-title {
    padding-left: 0
}

.checkout-index-index .totals.shipping.excl + tr td {
    font-size: 2rem;
    font-weight: 700;
    padding: 0
}

.checkout-index-index .grandtotal span {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0082ff
}

.checkout-index-index .modal-popup .modal-inner-wrap {
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 80vh;
    margin: 0;
    padding: 10rem 2rem 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width: 768px) {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        width: 50vw;
        padding: 0
    }
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header {
    position: relative
}

.checkout-index-index .modal-popup .modal-inner-wrap .action-close:before {
    font-size: 51px
}

.checkout-index-index .custom-slide, .checkout-index-index .modal-popup.modal-slide {
    left: 0
}

.page-layout-1column-general {
    background-color: #f6f3eb
}

.page-layout-1column-general .general {
    padding-top: 28rem
}

.page-layout-1column-general h1 {
    font-size: 8rem;
    word-break: break-word
}

.page-layout-1column-general h2 {
    font-size: 3rem;
    margin-bottom: 5rem
}

.page-layout-1column-general h3 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem
}

.page-layout-1column-general h4 {
    font-size: 2rem
}

.page-layout-1column-general p {
    font-weight: 300;
    margin-bottom: 3.5rem
}

#maincontent {
    background-color: transparent
}

#maincontent .page-messages.messages .message, .modal-popup .modal-inner-wrap {
    border-radius: 20px
}

#maincontent .page-messages.messages .message.success {
    color: #fff;
    background: #34e1a8
}

.modal-popup .action-close {
    top: 10px;
    right: 10px
}

.modal-popup .modal-content {
    font-weight: 400;
    padding: 15px 20px
}

.modal-popup .modal-footer button {
    font-size: 1.8rem;
    display: block;
    height: 43px;
    margin: 0 auto 5px;
    text-transform: none;
    border-radius: 20px
}

@media only screen and (min-width: 760px) {
    .modal-popup .modal-footer button {
        display: inline-block
    }
}

.page-layout-1column #maincontent > .container {
    padding: 20rem 20px 15rem !important
}

.customer-account-login {
    background-color: #f8f6f0
}

.account input, .customer-account-login input {
    font-family: 'Work Sans', sans-serif;
    border: 0;
    border-radius: 5px
}

.customer-account-login .block-customer-login #block-customer-login-heading {
    font-family: 'mullerextrabold';
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #0082ff
}

@media only screen and (min-width: 760px) {
    .customer-account-login .block-customer-login {
        padding: 13px 40px;
        border-left: 1px solid #c8c6c0
    }
}

.customer-account-login .login-form-box {
    min-height: 335px;
    padding: 0;
    border: none
}

@media only screen and (min-width: 760px) {
    .customer-account-login .login-form-box {
        padding: 18px 20px
    }
}

.customer-account-login .actions-toolbar, .pslogin-block .pslogin-buttons ul {
    margin-top: 3rem
}

.customer-account-login .form.form-login .actions-toolbar {
    margin-top: 0
}

.customer-account-login .form.form-login .actions-toolbar .secondary {
    margin: 0 0 10px
}

.account {
    background-color: #f6f6f6
}

.account .limiter {
    display: none !important
}

.account #maincontent {
    padding: 8rem 0
}

@media only screen and (min-width: 760px) {
    .account #maincontent {
        padding: 13.5rem 0
    }
}

.account .block-collapsible-nav {
    position: static;
    margin-bottom: 0;
    border: 0
}

.account .block-collapsible-nav .block-collapsible-nav-content {
    display: block !important;
    border: solid 1px #e5e5e5
}

@media only screen and (min-width: 760px) {
    .account .block-collapsible-nav .block-collapsible-nav-content {
        border: none
    }
}

.account .block-collapsible-nav .block-collapsible-nav-content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 760px) {
    .account .block-collapsible-nav .block-collapsible-nav-content .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.account .block-collapsible-nav .block-collapsible-nav-content .nav .item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
    text-align: center
}

@media only screen and (min-width: 760px) {
    .account .block-collapsible-nav .block-collapsible-nav-content .nav .item {
        width: 18%;
        margin-right: 2rem;
        margin-bottom: 3.5rem
    }
}

.account .block-collapsible-nav .block-collapsible-nav-content .nav .item a {
    font-family: 'mullerextrabold';
    color: #1b3348
}

.account .block-collapsible-nav .block-collapsible-nav-content .nav .item::after {
    position: absolute;
    top: unset;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 9px;
    content: '';
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fff
}

.account .block-collapsible-nav .block-collapsible-nav-content .nav .item.current a, .account .block-collapsible-nav .block-collapsible-nav-content .nav .item.current strong, .account .block-collapsible-nav .block-collapsible-nav-content .nav .item:hover a, .account .block-collapsible-nav .block-collapsible-nav-content .nav .item:hover strong {
    font-family: 'mullerextrabold';
    color: #0082ff
}

.account .block-collapsible-nav .title {
    display: none !important;
    border: 0
}

.account .box {
    position: relative;
    height: auto;
    padding-bottom: 6.5rem;
    background-color: #fbfbfb
}

@media only screen and (min-width: 760px) {
    .account .box {
        min-height: 480px
    }
}

.account .box .box-title {
    font-family: 'mullerextrabold';
    font-size: 3rem;
    width: 100%;
    padding: 1rem;
    text-align: center;
    background-color: #fff
}

.account .box .box-title span {
    text-transform: inherit
}

.account .box .box-content {
    padding: 4rem 2.9rem 10rem;
    padding-b: 4rem
}

.account .box .box-actions {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.9rem 1.9rem 1rem
}

@media only screen and (min-width: 760px) {
    .account .box .box-actions {
        padding: 2.9rem 2.9rem 4rem
    }
}

.account .box .box-actions .action {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: inherit;
    box-shadow: 0 5px 11px 0 #e6e6e6
}

@media only screen and (min-width: 760px) {
    .account .box .box-actions .action {
        margin-bottom: 0
    }
}

.account .box .box-actions .action:hover {
    background-color: #0370d9
}

.account .block-dashboard-addresses, .account .saved_boxes {
    background-color: #fbfbfb
}

.account .block-dashboard-addresses .block-title {
    width: 100%;
    margin-bottom: 0 !important;
    padding: 2.15rem 10rem;
    background-color: #fff
}

.account .block-dashboard-addresses .block-title strong {
    font-family: 'mullerextrabold';
    font-size: 3rem;
    text-transform: none;
    color: #1b3348
}

.account .block-dashboard-addresses .block-title .action {
    color: #0082ff;
    background-color: #fbfbfb;
    box-shadow: 0 5px 11px 0 #e6e6e6
}

.account .block-dashboard-addresses .block-title .action:hover {
    color: #fff;
    background-color: #0082ff;
    box-shadow: 0 5px 11px 0 #e6e6e6
}

.account .block-dashboard-addresses .block-content {
    padding: 3rem 2rem
}

.account .block-dashboard-addresses .block-content .box {
    overflow: hidden;
    min-height: 335px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 1px #e6e6e6
}

.account .block-dashboard-addresses .block-content .box .box-title {
    height: 33px;
    margin-bottom: 0 !important;
    background-color: #dedede
}

.account .saved_boxes .title_wrapper {
    margin-bottom: 3rem;
    padding: 20px;
    background-color: #fff
}

@media only screen and (min-width: 760px) {
    .account .saved_boxes .title_wrapper {
        padding: 30px 115px
    }
}

.account .saved_boxes .title_wrapper h1 {
    margin: 0;
    padding: 0
}

.account .saved_boxes .mysavedboxes-list-container {
    padding: 0 2.5rem;
    list-style: none
}

.account .saved_boxes .mysavedboxes-list-container .saved-item {
    margin-bottom: 2.5rem
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item {
    overflow: hidden;
    height: 335px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 1px #e6e6e6
}

@media only screen and (min-width: 760px) {
    .account .saved_boxes .mysavedboxes-list-container .wrapper-item {
        height: 400px
    }
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item .saved-name {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #0082ff;
    background-color: #dedede
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item .saved-name a {
    color: #0082ff
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item img {
    width: auto;
    max-height: 200px;
    margin: 0 auto
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item .snapshot-box {
    width: 100%;
    height: 100%;
    background-position: center -55px;
    background-size: cover
}

@media only screen and (min-width: 760px) {
    .account .saved_boxes .mysavedboxes-list-container .wrapper-item .snapshot-box {
        background-position: center
    }
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item .custom-actions {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: .9
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item .custom-actions a.primary-btn {
    display: inline-block;
    margin-bottom: 5px
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item .custom-actions a:first-child {
    margin-right: 0
}

@media only screen and (min-width: 760px) {
    .account .saved_boxes .mysavedboxes-list-container .wrapper-item .custom-actions a:first-child {
        margin-right: 1rem
    }
}

.account .saved_boxes .mysavedboxes-list-container .wrapper-item .custom-actions a.grey {
    background-color: #707070
}

.pslogin-block .pslogin-buttons ul li {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 5px
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    font-size: 1.6rem;
    font-weight: 300;
    position: relative;
    top: 5px;
    width: 100%;
    background-color: transparent !important
}

.pslogin-block .pslogin-buttons ul li.facebook {
    background-color: #3b5998 !important
}

.pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto, .pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto {
    width: 100%;
    background: 0 0 !important
}

.pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto .pslogin-button-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/icons/icon-fb.png) no-repeat
}

.pslogin-block .pslogin-buttons ul li.twitter {
    background-color: #419bf1 !important
}

.pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto .pslogin-button-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/icons/icon-tw.png) no-repeat
}

.account-header {
    margin-bottom: 4rem;
    text-align: center
}

.account-header p {
    color: #919191
}

.account-header p a {
    text-decoration: underline;
    color: #0082ff
}

.customer-account-create {
    background-color: #f8f6f0
}

.customer-account-create .account, .customer-account-create form.account {
    background-color: transparent
}

.customer-account-create .create-account-block {
    padding: 0;
    border: 0
}

.customer-account-create legend {
    font-size: 1.6rem;
    text-transform: inherit
}

.customer-account-create input:not([type=checkbox]) {
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    border: 0;
    border-radius: 5px
}

.bootstrap-select {
    width: 100% !important
}

.bootstrap-select button {
    font-weight: 700;
    box-sizing: border-box;
    color: #707070 !important;
    border: 1px solid #cfcfca !important;
    outline: 0 !important;
    background-color: #fff !important;
    box-shadow: unset !important
}

.bootstrap-select button.dropdown-toggle, .bootstrap-select button:active, .bootstrap-select button:focus, .bootstrap-select button:hover {
    outline: none !important;
    background-color: #fff !important
}

.bootstrap-select .dropdown-menu[role=combobox] {
    top: 93%;
    margin: 0;
    padding: 0;
    border: 1px solid #cfcfca !important;
    border-top: 0;
    border-radius: 0 0 6px 6px !important;
    box-shadow: unset
}

.bootstrap-select .dropdown-menu[role=listbox], .bootstrap-select .dropdown-menu[role=listbox]:hover {
    border-radius: 0 0 6px 6px !important
}

.bootstrap-select .dropdown-menu[role=listbox] li.selected a, .bootstrap-select .dropdown-menu[role=listbox] li:hover a {
    background-color: #d1e8ff
}

.bootstrap-select .dropdown-menu[role=listbox] li:last-child a {
    border: 0
}

.bootstrap-select .dropdown-menu[role=listbox] li a {
    font-weight: 300;
    padding: 6px 12px;
    color: #707070;
    border-bottom: 1px solid #e7e7e4
}

.bootstrap-select .dropdown-toggle.dropdown-toggle, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:hover {
    outline: none !important;
    background-color: #fff !important
}

.page-layout-admin-login {
    background-color: #0082ff
}

.cd-popup-container .block {
    padding: 0 2rem
}

.cd-popup-container .input-text {
    border-radius: 5px
}

.cd-popup {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 154, 251, .8)
}

.cd-popup.is-visible {
    display: block;
    -webkit-transition: opacity .8s .3s;
    transition: opacity .8s .3s
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    text-align: center;
    border-radius: .25em .25em .4em .4em;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.cd-popup-container p {
    padding: 3em 1em
}

.cd-popup-container .cd-buttons:after {
    display: table;
    clear: both;
    padding: 0;
    content: ''
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    height: 70px;
    list-style-type: none
}

.cd-popup-container .cd-buttons a {
    line-height: 50px;
    display: block;
    width: 80%;
    height: 50px;
    margin-left: 10%;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

.cd-popup-container .cd-buttons li:first-child a {
    border-radius: 50em;
    background: #b9b9b9
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982
}

.cd-popup-container .cd-buttons li:last-child a {
    border-radius: 50em;
    background: #2480fa
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px
}

.cd-popup-container .cd-popup-close::after, .cd-popup-container .cd-popup-close::before {
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    content: '';
    background-color: #8f9cb5
}

.cd-popup-container .cd-popup-close::before {
    left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-popup-container .cd-popup-close::after {
    right: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto
    }
}

.loading-mask {
    background-color: #fff !important
}

.cart-empty svg {
    max-width: 250px
}

.cart-empty h3 {
    color: #fff
}

.ie11andabove, .overFlowBssTT {
    z-index: 3005;
    width: 100%;
    height: 100%
}

#social-login-popup {
    width: 100%;
    margin-top: 0 !important;
    padding: 1.5rem
}

@media only screen and (min-width: 760px) {
    #social-login-popup {
        top: 50%;
        width: 380px;
        margin-top: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

#social-login-popup .account {
    background-color: #fff
}

#social-login-popup .confirmation input, #social-login-popup .password input {
    border: 1px solid #e5e5e5;
    border-radius: 0
}

#social-login-popup .mfp-close:hover {
    color: #1b3348
}

.ie11andabove {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    background-color: rgba(65, 154, 251, .9)
}

.ie11andabove .iecontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 95%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 20px;
    background-color: #fff
}

.ie11andabove .iecontainer .wrapper {
    padding: 10px
}

.ie11andabove .iecontainer .bigtitle {
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    background-color: #0082ff
}

.ie11andabove .iecontainer .dil {
    display: inline-block
}

.ie11andabove .iecontainer a {
    display: inline-block;
    float: left;
    margin-right: 40px
}

.ie11andabove .iecontainer a:last-child {
    margin-right: 0
}

.ie11andabove .iecontainer a img {
    display: block;
    width: 100px
}

.panel_desactive {
    visibility: hidden
}

.colorpicker {
    position: absolute;
    z-index: 9999;
    top: 94%;
    left: 0;
    width: 100%;
    padding: 1rem 0 0;
    border: 1px solid #e7e7e2;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 5px -1px #bfbfbf
}

.colorpicker::after, .colorpicker::before {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.colorpicker::before {
    border-bottom: 6px solid #cecfc9
}

.colorpicker.colorpicker_font::after {
    bottom: 100%;
    left: 23%
}

.colorpicker.colorpicker_font::before {
    top: -7px;
    left: 23%
}

.colorpicker.colorpicker_panel {
    top: 103%
}

.colorpicker.colorpicker_panel::after {
    bottom: 100%;
    left: 76%
}

.colorpicker.colorpicker_panel::before {
    top: -7px;
    left: 76%
}

.panel-row {
    position: relative;
    margin-bottom: 10px;
    padding: 0 1rem
}

.panel-row:first-child {
    margin-top: 10px;
    margin-bottom: 6px
}

.panel-row:after {
    display: table;
    clear: both;
    content: ''
}

.panel-header {
    margin: 0 -10px 10px;
    padding: 8px;
    text-align: center;
    background: #fff
}

.panel-header.user-color-head {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 7px 0;
    text-align: center;
    color: #707070;
    border-top: 1px solid #cecfc9;
    border-bottom: 1px solid #cecfc9
}

.default-swatches .swatch {
    display: inline-block;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    margin-right: 13px;
    margin-bottom: 4px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #cecfc9;
    border-radius: 50%;
    background: #ccc
}

.default-swatches .swatch:hover {
    border: 1px solid #cecfc9
}

.default-swatches .swatch:nth-child(6n+6) {
    margin-right: 0
}

.spectrum-map {
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 160px
}

.spectrum-map .spectrum-cursor {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    padding: 0
}

.hue-map {
    position: absolute;
    top: 5px;
    right: 29px;
    bottom: 5px;
    width: 10px
}

.hue-map .hue-cursor {
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    padding: 0;
    pointer-events: none
}

.hue-map .hue-canvas {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.color-cursor, .hue-map .hue-canvas, .spectrum-canvas {
    position: absolute;
    background: #ccc
}

.color-cursor {
    z-index: 2;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none;
    border: 2px solid #fff;
    border-radius: 100%
}

.color-cursor.dragging {
    -webkit-transition: none;
    transition: none
}

.spectrum-canvas {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.button {
    font-size: 1rem;
    padding: 4px;
    cursor: pointer;
    color: #8b949a;
    border: 0;
    border-radius: 4px;
    outline: none;
    background: #2a3137;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.button:active {
    background: #262c31
}

.btn-user-swatches-wrapper {
    margin-top: 1rem;
    text-align: center
}

.btn-user-swatches-wrapper .add-swatch {
    font-size: 1.2rem;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #707070;
    border-radius: 7px;
    box-shadow: none
}

.btn-user-swatches-wrapper .add-swatch .color-indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #cecfc9;
    border-radius: 50%
}

.btn-user-swatches-wrapper .add-swatch, .btn-user-swatches-wrapper .add-swatch:hover {
    border: 1px solid #cecfc9;
    background: #f9f8f3 0 0
}

.button.mode-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 40px
}

.value-fields .field-group {
    display: inline-block;
    margin-right: .8rem
}

.value-fields .field-group:last-child {
    margin-right: 0
}

.value-fields .field-label {
    position: relative;
    top: 1px;
    display: inline-block;
    color: #707070
}

.value-fields .field-input {
    font-size: 1.3rem;
    line-height: 2.8rem;
    display: inline-block;
    width: 30px;
    height: 26px;
    padding: 0;
    text-align: center;
    color: #707070;
    border: 1px solid #cecfc9;
    background: #fff
}

.rgb-fields .field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.color-indicator, .rgb-fields .field-input {
    width: 42px;
    margin-right: 10px
}

.hex-field .field-input {
    width: 170px
}

.color-indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 4px;
    background: #ccc
}

.page-messages {
    position: absolute;
    z-index: 999999999999;
    top: 110px;
    right: 0;
    left: 0;
    margin: auto
}

.page-messages .message {
    top: 0
}

.btn-reset {
    border: 1px solid #ff6b61;
    cursor: pointer;
}

.btn-reset:hover {
    color: white;
    background: #ff6b61;
}

#cancelReset, #confirmReset {
    cursor: pointer;
}

.reset-link {
    position: inherit !important;
    display: inline !important;
    width: inherit !important;
    height: inherit !important;
    margin: inherit !important;
    text-align: inherit !important;
    border: inherit;
    color: #0082ff !important;
    border-radius: inherit !important;
    background: inherit !important;
    cursor: pointer;
    font-size: inherit !important;
    line-height: inherit !important;
}

.reset-link:hover {
    text-decoration: underline;
}
