{
    % comment %
}

V4.0.1 - May 2020This liquid snippet is used by Discount Ninja,
an app from Limoni AppsDo not modify or remove this snippet,
this snippet can be overwritten when the app is upgraded {
    % endcomment %
}

@charset "UTF-8";

/*! Discount Ninja CSS:do not modify the content of this asset,it is overwritten regularlyAdd your custom CSS to the CSS section (Settings > General > Css) of the app instead*/
/*!* animate.css -https://daneden.github.io/animate.css/* Version - 3.7.2* Licensed under the MIT license - http://opensource.org/licenses/MIT** Copyright (c) 2019 Daniel Eden*/
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -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-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -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-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-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% {
        -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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(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% {
        -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)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -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)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-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% {
        -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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    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)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    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)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    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: translateZ(0);
        transform: translateZ(0)
    }

    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-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-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% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    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% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(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% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    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% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -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% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    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 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% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    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)
    }
}

.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% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    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: translateZ(0);
        transform: translateZ(0)
    }
}

@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% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    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: translateZ(0);
        transform: translateZ(0)
    }
}

.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% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    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: translateZ(0);
        transform: translateZ(0)
    }
}

@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% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    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: translateZ(0);
        transform: translateZ(0)
    }
}

.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% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    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% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    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% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 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% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 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% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.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 {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    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);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    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 {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    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);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    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 {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -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 {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-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-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -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% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@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% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.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-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    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% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    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-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

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

@keyframes rollOut {
    0% {
        opacity: 1
    }

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 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)
    }

    60% {
        opacity: 1;
        -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)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -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)
    }

    to {
        opacity: 0;
        -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)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -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)
    }

    to {
        opacity: 0;
        -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)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -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)
    }

    to {
        opacity: 0;
        -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)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -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)
    }

    to {
        opacity: 0;
        -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)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    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
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

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

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

/*! v4.3.3 - Discount Ninja - Building Blocks */
.limoniapps-popup {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    outline: 0;
    height: 100%;
    word-break: break-word;
    font-size: 1rem
}

.Polaris-Preview-Mobile .limoniapps-popup {
    position: unset
}

.limoniapps-popup .limoniapps-popup-vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%
}

.limoniapps-popup-vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

@media(max-width:501px) {
    .limoniapps-popup-vertical-align-center {
        vertical-align: top
    }
}

.limoniapps-popup .limoniapps-content-inner {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    width: 100%
}

@media(max-width:501px) {
    .limoniapps-popup .limoniapps-content {
        margin-top: .625em
    }
}

.limoniapps-popup:not(.limoniapps-size-fullscreen) .limoniapps-popup-vertical-align-center {
    padding: 0 .9375em
}

.limoniapps-popup .limoniapps-content {
    position: relative;
    margin: 0 auto;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center
}

.limoniapps-popup .limoniapps-body {
    width: 100%;
    display: block;
    padding: 1.25em;
    z-index: 1;
    text-align: center;
    height: calc(100% + 6px)
}

.limoniapps-popup:not(.limoniapps-action-hanging) .limoniapps-body {
    position: relative
}

@media(max-width:501px) {
    .limoniapps-popup {
        font-size: .6rem
    }

    .limoniapps-popup .limoniapps-body {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media(max-width:31.25em) and (max-height:37.55em) {
    .limoniapps-popup {
        font-size: .6rem
    }

    .limoniapps-popup .limoniapps-body {
        max-height: 28.125em
    }
}

@media(max-width:31.25em) and (max-height:43.75em) and (min-height:601px) {
    .limoniapps-popup {
        font-size: .7rem
    }

    .limoniapps-popup .limoniapps-body {
        max-height: 34.375em
    }
}

@media(max-width:31.25em) and (max-height:50em) and (min-height:43.76em) {
    .limoniapps-popup {
        font-size: .8rem
    }

    .limoniapps-popup .limoniapps-body {
        max-height: 40.625em
    }
}

.Polaris-Preview-Mobile .limoniapps-popup {
    font-size: .6rem
}

.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-body {
    justify-content: center
}

.limoniapps-popup .limoniapps-close {
    position: absolute;
    padding: 0;
    height: 1.5em;
    width: 1.5em;
    top: 5px;
    right: 10px;
    background-color: transparent;
    border-width: 0;
    outline: 0;
    display: none;
    z-index: 2;
    text-align: right;
    font-weight: 100
}

.limoniapps-popup .limoniapps-close .limoniapps-close-x {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.limoniapps-popup.closeable .limoniapps-close {
    display: flex
}

.limoniapps-popup .limoniapps-middle-pane {
    display: inline-block;
    margin-bottom: .625em
}

.limoniapps-popup.limoniapps-size-small .limoniapps-middle-pane {
    width: 100%;
    height: 9.375em
}

.limoniapps-popup.limoniapps-size-medium .limoniapps-middle-pane {
    width: 100%;
    height: 12.5em
}

.limoniapps-popup.limoniapps-size-large .limoniapps-middle-pane {
    width: 100%;
    height: 18.75em
}

.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-middle-pane {
    width: 100%;
    height: 18.75em
}

.limoniapps-popup.limoniapps-size-small.limoniapps-align-left .limoniapps-middle-pane,
.limoniapps-popup.limoniapps-size-small.limoniapps-align-right .limoniapps-middle-pane {
    height: 8.75em;
    width: 100%
}

.limoniapps-popup.limoniapps-size-medium.limoniapps-align-left .limoniapps-middle-pane,
.limoniapps-popup.limoniapps-size-medium.limoniapps-align-right .limoniapps-middle-pane {
    height: 12.5em;
    width: 100%
}

.limoniapps-popup.limoniapps-size-large.limoniapps-align-left .limoniapps-middle-pane,
.limoniapps-popup.limoniapps-size-large.limoniapps-align-right .limoniapps-middle-pane {
    height: 260px;
    width: 100%
}

.limoniapps-popup .limoniapps-image {
    padding-top: 50%;
    padding-bottom: 50%
}

.limoniapps-popup.limoniapps-align-left .limoniapps-body {
    padding: 1.25em;
    text-align: left
}

.limoniapps-popup.limoniapps-align-right .limoniapps-body {
    padding: 1.25em;
    text-align: right
}

@media(min-width:25em) {
    .limoniapps-popup.limoniapps-size-small.limoniapps-align-right .limoniapps-body {
        margin-left: 50%
    }

    .limoniapps-popup.limoniapps-size-small.limoniapps-align-left .limoniapps-body,
    .limoniapps-popup.limoniapps-size-small.limoniapps-align-right .limoniapps-body {
        width: 50%
    }
}

@media(min-width:34.375em) {
    .limoniapps-popup.limoniapps-size-medium.limoniapps-align-right .limoniapps-body {
        margin-left: 50%
    }

    .limoniapps-popup.limoniapps-size-medium.limoniapps-align-left .limoniapps-body,
    .limoniapps-popup.limoniapps-size-medium.limoniapps-align-right .limoniapps-body {
        width: 50%
    }
}

@media(min-width:37.55em) {
    .limoniapps-popup.limoniapps-size-large.limoniapps-align-right .limoniapps-body {
        margin-left: 50%
    }

    .limoniapps-popup.limoniapps-size-large.limoniapps-align-left .limoniapps-body,
    .limoniapps-popup.limoniapps-size-large.limoniapps-align-right .limoniapps-body {
        width: 50%
    }

    .limoniapps-popup.limoniapps-size-fullscreen.limoniapps-align-right .limoniapps-body {
        margin-left: 50%
    }

    .limoniapps-popup.limoniapps-size-fullscreen.limoniapps-align-left .limoniapps-body,
    .limoniapps-popup.limoniapps-size-fullscreen.limoniapps-align-right .limoniapps-body {
        width: 50%
    }
}

.limoniapps-popup.limoniapps-size-small .limoniapps-content {
    max-width: 21.875em
}

.limoniapps-popup.limoniapps-size-small.limoniapps-shape-square .limoniapps-content {
    min-height: 21.875em
}

.limoniapps-popup.limoniapps-size-small.limoniapps-shape-rectangle .limoniapps-content {
    min-height: 175px
}

.limoniapps-popup.limoniapps-size-medium .limoniapps-content {
    max-width: 31.25em
}

.limoniapps-popup.limoniapps-size-medium.limoniapps-shape-square .limoniapps-content {
    min-height: 31.25em
}

.limoniapps-popup.limoniapps-size-medium.limoniapps-shape-rectangle .limoniapps-content {
    min-height: 15.625em
}

.limoniapps-popup.limoniapps-size-large .limoniapps-content {
    max-width: 40.625em
}

.limoniapps-popup.limoniapps-size-large.limoniapps-shape-square .limoniapps-content {
    min-height: 40.625em
}

.limoniapps-popup.limoniapps-size-large.limoniapps-shape-rectangle .limoniapps-content {
    min-height: 20.3125em
}

@media(max-width:501px) {

    .limoniapps-popup.limoniapps-size-small .limoniapps-content,
    .limoniapps-popup.limoniapps-size-small.limoniapps-shape-rectangle .limoniapps-content,
    .limoniapps-popup.limoniapps-size-small.limoniapps-shape-square .limoniapps-content,
    .limoniapps-popup.limoniapps-size-medium .limoniapps-content,
    .limoniapps-popup.limoniapps-size-medium.limoniapps-shape-square .limoniapps-content,
    .limoniapps-popup.limoniapps-size-medium.limoniapps-shape-rectangle .limoniapps-content {
        max-width: 100%;
        max-height: 60%;
        min-height: 50%
    }

    .limoniapps-popup.limoniapps-size-large .limoniapps-content,
    .limoniapps-popup.limoniapps-size-large.limoniapps-shape-square .limoniapps-content,
    .limoniapps-popup.limoniapps-size-large.limoniapps-shape-rectangle .limoniapps-content {
        max-width: 100%;
        max-height: 80%;
        min-height: 80%
    }
}

.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-small .limoniapps-content,
.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-small.limoniapps-shape-rectangle .limoniapps-content,
.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-small.limoniapps-shape-square .limoniapps-content,
.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-medium .limoniapps-content,
.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-medium.limoniapps-shape-square .limoniapps-content,
.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-medium.limoniapps-shape-rectangle .limoniapps-content {
    max-width: 100%;
    max-height: 60%;
    min-height: 50%
}

.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-large .limoniapps-content,
.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-large.limoniapps-shape-square .limoniapps-content,
.Polaris-Preview-Mobile .limoniapps-popup.limoniapps-size-large.limoniapps-shape-rectangle .limoniapps-content {
    max-width: 100%;
    max-height: 80%;
    min-height: 80%
}

.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-content {
    width: 100%;
    height: 100%
}

.limoniapps-popup .limoniapps-footer-inner {
    width: 100%
}

.limoniapps-popup .limoniapps-footer-outer {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3
}

.limoniapps-popup .limoniapps-email-pane {
    margin: .9375em 0 1.875em 0
}

.limoniapps-popup.limoniapps-size-fullscreen .limoniapps-email-pane {
    margin: 1.875em 0 1.875em 0
}

.limoniapps-popup .limoniapps-email-pane input {
    border-width: 0 0 .0625em 0;
    border-style: solid;
    padding: .3125em 0;
    line-height: 2.1875em;
    height: 2.1875em;
    max-width: 18.75em;
    outline: 0;
    width: 100%
}

.limoniapps-popup .limoniapps-action {
    white-space: nowrap;
    margin: 0 -.3125em
}

.limoniapps-popup.limoniapps-action-hanging .limoniapps-action {
    position: absolute;
    display: inline-block;
    bottom: -1.25em;
    right: 1.25em;
    margin-bottom: 0
}

.limoniapps-action-btn {
    padding: 1em 2.5em 1em 2.5em;
    outline: 0;
    margin: 0 .6em;
    cursor: pointer;
    border-style: solid
}

.limoniapps-action-btn.small {
    padding: .4em .8em .4em .8em;
    height: 2em;
    line-height: 1em;
    min-width: 100px
}

.limoniapps-action-btn.medium {
    padding: .5em 1em .5em 1em;
    height: 3em;
    line-height: 1em;
    min-width: 150px
}

.limoniapps-action-btn.large {
    padding: .6em 1.2em .6em 1.2em;
    height: 4em;
    line-height: 1em;
    min-width: 200px
}

.limoniapps-action-btn:hover {
    opacity: .8
}

.limoniapps-action-btn.limoniapps-action-btn-iconleft {
    position: relative
}

.limoniapps-action-btn.limoniapps-action-btn-iconleft .limoniapps-fa-icon {
    background-color: #000;
    opacity: .2;
    display: inline-block;
    padding-right: .625em;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.limoniapps-action-btn.small.limoniapps-action-btn-iconleft .limoniapps-fa-icon {
    width: 1.875em
}

.limoniapps-action-btn.medium.limoniapps-action-btn-iconleft .limoniapps-fa-icon {
    width: 2.5em
}

.limoniapps-action-btn.large.limoniapps-action-btn-iconleft .limoniapps-fa-icon {
    width: 3.125em
}

.limoniapps-action-btn.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa {
    position: absolute
}

.limoniapps-action-btn.small.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa {
    font-size: 1.6em;
    position: absolute;
    left: calc(50% - .5em);
    top: calc(50% - .5em)
}

.limoniapps-action-btn.medium.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa {
    font-size: 1.8em;
    position: absolute;
    left: calc(50% - .5625em);
    top: calc(50% - .5625em)
}

.limoniapps-action-btn.large.limoniapps-action-btn-iconleft .limoniapps-fa-icon .fa {
    font-size: 2em;
    position: absolute;
    left: calc(50% - .625em);
    top: calc(50% - .625em)
}

.limoniapps-action-btn.small.limoniapps-action-btn-iconleft .limoniapps-action-btn-label {
    padding-left: 1.875em
}

.limoniapps-action-btn.medium.limoniapps-action-btn-iconleft .limoniapps-action-btn-label {
    padding-left: 2.5em
}

.limoniapps-action-btn.large.limoniapps-action-btn-iconleft .limoniapps-action-btn-label {
    padding-left: 3.125em
}

.limoniapps-popup.limoniapps-action-hanging .limoniapps-lnk-dismiss,
.limoniapps-popup.limoniapps-action-hanging .limoniapps-action-link {
    position: absolute;
    display: block;
    bottom: -3.25em;
    right: 1.25em
}

.limoniapps-popup .limoniapps-action-link {
    padding-bottom: .0625em;
    display: block;
    cursor: pointer
}

.limoniapps-popup .limoniapps-action-link span,
.limoniapps-popup .limoniapps-lnk-dismiss span {
    color: unset;
    text-decoration-line: underline
}

.limoniapps-popup .limoniapps-box {
    width: 100%;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    padding: .3125em
}

.limoniapps-popup.limoniapps-overlay-4 .limoniapps-content:before {
    background-color: rgba(0, 0, 0, .2);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-3 .limoniapps-content:before {
    background-color: rgba(0, 0, 0, .4);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-2 .limoniapps-content:before {
    background-color: rgba(0, 0, 0, .6);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-1 .limoniapps-content:before {
    background-color: rgba(0, 0, 0, .8);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-5 .limoniapps-content:before {
    background-color: rgba(255, 255, 255, 0);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-6 .limoniapps-content:before {
    background-color: rgba(255, 255, 255, .2);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-7 .limoniapps-content:before {
    background-color: rgba(255, 255, 255, .4);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-8 .limoniapps-content:before {
    background-color: rgba(255, 255, 255, .6);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup.limoniapps-overlay-9 .limoniapps-content:before {
    background-color: rgba(255, 255, 255, .8);
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limoniapps-popup .limoniapps-message-body-content {
    display: table
}

.limoniapps-popup .limoniapps-message-body-row-texttop {
    display: flex;
    flex-direction: row;
    height: 100%
}

.limoniapps-popup .limoniapps-message-body-row-texttop-inner {
    display: block
}

.limoniapps-popup input[type="email"] {
    height: 40px;
    line-height: 40px;
    padding: 5px
}

.limoniapps-popup input[type="email"].limoniapps-full {
    width: 100%
}

.limoniapps-popup input[type="email"].limoniapps-large {
    width: 200px
}

.limoniapps-popup input[type="email"].limoniapps-medium {
    width: 150px
}

.limoniapps-popup input[type="email"].limoniapps-small {
    width: 100px
}

.limoniapps-popup .limoniapps-message-body-row-email .limoniapps-email {
    width: 100%
}

.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-small {
    display: flex;
    flex-direction: row;
    height: calc(60% - 40px + 18px)
}

.limoniapps-popup.limoniapps-actions .limoniapps-message-body-row-texttop.limoniapps-size-small {
    display: flex;
    flex-direction: row;
    height: calc(60% - 40px + 18px)
}

.limoniapps-popup.limoniapps-actions.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-small {
    display: flex;
    flex-direction: row;
    height: calc(60% - 80px + 18px)
}

.limoniapps-popup.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-small {
    display: flex;
    flex-direction: row;
    height: calc(60% - 80px + 18px)
}

.limoniapps-popup.limoniapps-actions.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-small {
    display: flex;
    flex-direction: row;
    height: calc(60% - 120px + 18px)
}

.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-medium {
    display: flex;
    flex-direction: row;
    height: calc(80% - 40px + 18px)
}

.limoniapps-popup.limoniapps-actions .limoniapps-message-body-row-texttop.limoniapps-size-medium {
    display: flex;
    flex-direction: row;
    height: calc(80% - 40px + 18px)
}

.limoniapps-popup.limoniapps-actions.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-medium {
    display: flex;
    flex-direction: row;
    height: calc(80% - 80px + 18px)
}

.limoniapps-popup.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-medium {
    display: flex;
    flex-direction: row;
    height: calc(80% - 80px + 18px)
}

.limoniapps-popup.limoniapps-actions.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-medium {
    display: flex;
    flex-direction: row;
    height: calc(80% - 120px + 18px)
}

.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-large {
    display: flex;
    flex-direction: row;
    height: calc(100% - 40px + 18px)
}

.limoniapps-popup.limoniapps-actions .limoniapps-message-body-row-texttop.limoniapps-size-large {
    display: flex;
    flex-direction: row;
    height: calc(100% - 40px + 18px)
}

.limoniapps-popup.limoniapps-actions.limoniapps-email .limoniapps-message-body-row-texttop.limoniapps-size-large {
    display: flex;
    flex-direction: row;
    height: calc(100% - 80px + 18px)
}

.limoniapps-popup.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-large {
    display: flex;
    flex-direction: row;
    height: calc(100% - 80px + 18px)
}

.limoniapps-popup.limoniapps-actions.limoniapps-email.limoniapps-consent .limoniapps-message-body-row-texttop.limoniapps-size-large {
    display: flex;
    flex-direction: row;
    height: calc(100% - 120px + 18px)
}

.limoniapps-popup .limoniapps-message-body-row-actions {
    display: flex;
    flex-direction: row;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: center
}

.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-email {
    display: flex;
    flex-direction: row;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px
}

.limoniapps-popup.limoniapps-email .limoniapps-message-body-row-consent {
    display: flex;
    flex-direction: row;
    height: 40px;
    margin-top: 10px
}

input.limoniapps-email-consent-checkbox {
    display: inline;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom
}

.limoniapps-email-consent {
    line-height: 12px
}

.limoniapps-email-consent-message {
    display: inline;
    margin-left: 5px
}

.limoniapps-email-consent-message p {
    display: inline
}

.limoniapps-email-privacypolicy {
    display: block
}

.limoniapps-popup .limoniapps-message-body-row-textbottom {
    display: flex;
    flex-direction: row;
    height: 0
}

.limoniapps-popup .limoniapps-image-top,
.limoniapps-popup .limoniapps-image-bottom {
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat
}

.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-small .limoniapps-image-top,
.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-small .limoniapps-image-bottom {
    height: 20%
}

.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-medium .limoniapps-image-top,
.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-medium .limoniapps-image-bottom {
    height: 35%
}

.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-large .limoniapps-image-top,
.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-large .limoniapps-image-bottom {
    height: 50%
}

.limoniapps-popup .limoniapps-image-top {
    margin: -1.25em -1.25em 0 -1.25em
}

.limoniapps-popup .limoniapps-image-bottom {
    margin: 0 -1.25em -1.25em -1.25em
}

.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-small .limoniapps-box,
.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-small .limoniapps-box {
    height: calc(80% + 18px) !important
}

.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-medium .limoniapps-box,
.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-medium .limoniapps-box {
    height: calc(65% + 18px) !important
}

.limoniapps-popup.limoniapps-imageposition-top.limoniapps-imagesize-large .limoniapps-box,
.limoniapps-popup.limoniapps-imageposition-bottom.limoniapps-imagesize-large .limoniapps-box {
    height: calc(50% + 18px) !important
}

.limoniapps-popup .limoniapps-image-left,
.limoniapps-popup .limoniapps-image-right {
    height: calc(100% + 2.5em);
    width: 100%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    display: inline-block
}

.limoniapps-popup .limoniapps-image-left {
    margin: -1.25em 0 -1.25em -2.5em
}

.limoniapps-popup .limoniapps-image-right {
    margin: -1.25em -2.5em -1.25em 0
}

.limoniapps-message-body-content-row {
    display: table-row
}

.limoniapps-message-body-content-text {
    display: table-cell
}

.limoniapps-message-body-cell {
    display: table-cell;
    vertical-align: middle
}

.limoniapps-message-body-inner-table {
    display: table
}

.limoniapps-message-body-inner-row {
    display: table-row;
    height: 100%
}

.limoniapps-body-inner-left {
    height: 100%;
    width: 100%
}

.limoniapps-body-inner-right {
    height: 100%;
    width: 0
}

.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-small .limoniapps-image-left,
.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-small .limoniapps-image-right {
    width: 30%
}

.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-medium .limoniapps-image-left,
.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-medium .limoniapps-image-right {
    width: 40%
}

.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-large .limoniapps-image-left,
.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-large .limoniapps-image-right {
    width: 50%
}

.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-small .limoniapps-box,
.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-small .limoniapps-box {
    width: 70%
}

.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-medium .limoniapps-box,
.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-medium .limoniapps-box {
    width: 60%
}

.limoniapps-popup.limoniapps-imageposition-left.limoniapps-imagesize-large .limoniapps-box,
.limoniapps-popup.limoniapps-imageposition-right.limoniapps-imagesize-large .limoniapps-box {
    width: 50%
}

.limoniapps-body-inner-right-table {
    display: table
}

.limoniapps-body-inner-right-headerrow {
    display: table-row;
    height: 20%
}

.limoniapps-message-body-content-right-headercell {
    display: table-cell;
    vertical-align: middle
}

.limoniapps-body-inner-right-bodyrow {
    display: table-row;
    height: 20%
}

.limoniapps-body-inner-right-bodycell {
    display: table-cell;
    vertical-align: middle
}

.limoniapps-body-inner-right-footerrow {
    display: table-row;
    height: 20%
}

.limoniapps-message-body-content-right-footercell {
    display: table-cell;
    vertical-align: middle
}

.limoniapps-body-inner-left-table {
    display: table
}

.limoniapps-body-inner-left-headerrow {
    display: table-row;
    height: 20%
}

.limoniapps-message-body-content-left-headercell {
    display: table-cell;
    vertical-align: middle
}

.limoniapps-body-inner-left-bodyrow {
    display: table-row;
    height: 20%
}

.limoniapps-message-body-content-left-bodycell {
    display: table-cell;
    vertical-align: middle
}

.limoniapps-body-inner-left-footerrow {
    display: table-row;
    height: 20%
}

.limoniapps-message-body-content-left-footercell {
    display: table-cell;
    vertical-align: middle
}

.limoniapps-popup .limoniapps-message-body-content {
    display: table
}

.limoniapps-popup .limoniapps-message-header-row {
    height: 20%;
    display: flex
}

.limoniapps-popup .limoniapps-message-body-row {
    height: 60%;
    display: block;
    padding: .625em 0
}

.limoniapps-popup .limoniapps-message-footer-row {
    height: 20%;
    display: flex
}

.limoniapps-popup.limoniapps-nofooter .limoniapps-message-footer-row {
    height: 0;
    display: none
}

.limoniapps-popup.limoniapps-noheader .limoniapps-message-header-row {
    height: 0;
    display: none
}

.limoniapps-popup.limoniapps-noheader .limoniapps-message-body-row,
.limoniapps-popup.limoniapps-nofooter .limoniapps-message-body-row {
    height: 80%;
    display: block
}

.limoniapps-popup.limoniapps-noheader.limoniapps-nofooter .limoniapps-message-body-row {
    height: 100%;
    display: block
}

.limoniapps-popup .limoniapps-verticalalign-flex-start {
    align-items: flex-start
}

.limoniapps-popup .limoniapps-verticalalign-center {
    align-items: center
}

.limoniapps-popup .limoniapps-verticalalign-flex-end {
    align-items: flex-end
}

.limoniapps-popup .limoniapps-horizontalalign-flex-start {
    justify-content: flex-start
}

.limoniapps-popup .limoniapps-horizontalalign-center {
    justify-content: center
}

.limoniapps-popup .limoniapps-horizontalalign-flex-end {
    justify-content: flex-end
}

.limoniapps-message-header-row .limoniapps-fa-icon {
    display: inline-block
}

.limoniapps-notification {
    border-style: solid;
    font-size: 1rem;
    line-height: 1.25rem;
    width: 350px;
    box-sizing: border-box;
    position: fixed;
    word-break: break-word;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position-x: right;
    background-position-y: top;
    z-index: 99960 !important;
    display: inline-block;
    margin: 0 auto;
    transition: all .5s ease-in-out 0s
}

.limoniapps-notification.minimized {
    width: 200px
}

.limoniapps-notification.active.minimized[data-notify-position="bottom-left"],
.limoniapps-notification.active.minimized[data-notify-position="bottom-right"],
.limoniapps-notification.active.minimized[data-notify-position="bottom-center"] {
    bottom: -10px !important;
    top: unset !important
}

.limoniapps-notification.active[data-notify-position="top-right"],
.limoniapps-notification.active[data-notify-position="bottom-right"] {
    left: unset !important
}

.limoniapps-notification.active.minimized[data-notify-position="bottom-left"] .limoniapps-col-info,
.limoniapps-notification.active.minimized[data-notify-position="bottom-right"] .limoniapps-col-info,
.limoniapps-notification.active.minimized[data-notify-position="bottom-center"] .limoniapps-col-info {
    padding: 10px !important;
    padding-bottom: 5px !important
}

.limoniapps-notification.active.minimized[data-notify-position="top-left"],
.limoniapps-notification.active.minimized[data-notify-position="top-right"],
.limoniapps-notification.active.minimized[data-notify-position="top-center"] {
    bottom: unset !important;
    top: -10px !important
}

.limoniapps-notification.active.minimized[data-notify-position="top-left"] .limoniapps-col-info,
.limoniapps-notification.active.minimized[data-notify-position="top-right"] .limoniapps-col-info,
.limoniapps-notification.active.minimized[data-notify-position="top-center"] .limoniapps-col-info {
    padding: 10px !important;
    padding-top: 5px !important
}

.limoniapps-offercount-minimized {
    position: fixed;
    display: none;
    z-index: 99960
}

@media(max-width:501px) {
    .limoniapps-notification {
        width: calc(100% - 40px);
        max-width: initial;
        font-size: .875rem;
        line-height: .875rem;
        left: 20px !important;
        right: 20px !important
    }

    .limoniapps-offercount-minimized.minimized {
        display: flex
    }

    .limoniapps-notification.minimized .limoniapps-offercount {
        display: none
    }

    .limoniapps-notification.minimized {
        margin-left: 0 !important
    }

    .limoniapps-notification.minimized.limoniapps-hasoffercount .limoniapps-box {
        display: none
    }

    .limoniapps-notification.active.minimized.limoniapps-hasoffercount {
        width: 100% !important;
        border: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        box-shadow: none !important
    }

    .limoniapps-notification.active.minimized.limoniapps-mobile .limoniapps-offercount {
        display: none
    }

    .limoniapps-notification.active.minimized[data-notify-position="bottom-left"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="bottom-right"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="bottom-center"] .limoniapps-offercount {
        bottom: 15px !important;
        top: auto !important
    }

    .limoniapps-offercount-minimized[data-notify-position="bottom-left"],
    .limoniapps-offercount-minimized[data-notify-position="bottom-right"],
    .limoniapps-offercount-minimized[data-notify-position="bottom-center"] {
        bottom: 5px !important;
        top: auto !important
    }

    .limoniapps-notification.active.minimized[data-notify-position="top-left"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="top-right"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="top-center"] .limoniapps-offercount {
        bottom: auto !important;
        top: 15px !important
    }

    .limoniapps-offercount-minimized[data-notify-position="top-left"],
    .limoniapps-offercount-minimized[data-notify-position="top-right"],
    .limoniapps-offercount-minimized[data-notify-position="top-center"] {
        bottom: auto !important;
        top: 5px !important
    }

    .limoniapps-notification.active.minimized[data-notify-position="bottom-left"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="bottom-center"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="top-left"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="top-center"] .limoniapps-offercount,
    .limoniapps-offercount-minimized[data-notify-position="bottom-left"],
    .limoniapps-offercount-minimized[data-notify-position="bottom-center"],
    .limoniapps-offercount-minimized[data-notify-position="top-left"],
    .limoniapps-offercount-minimized[data-notify-position="top-center"] {
        left: 5px !important;
        right: auto !important
    }

    .limoniapps-notification.active.minimized[data-notify-position="bottom-right"] .limoniapps-offercount,
    .limoniapps-notification.active.minimized[data-notify-position="top-right"] .limoniapps-offercount,
    .limoniapps-offercount-minimized[data-notify-position="bottom-right"],
    .limoniapps-offercount-minimized[data-notify-position="top-right"] {
        left: auto !important;
        right: 5px !important
    }
}

.limoniapps-notification .limoniapps-box {
    display: flex;
    border-radius: inherit;
    overflow: hidden
}

.limoniapps-notification .limoniapps-col-image,
.limoniapps-notification.minimized .limoniapps-col-image,
.limoniapps-notification.maximized .limoniapps-col-image,
.limoniapps-notification.minimized .limoniapps-col-image.minimized,
.limoniapps-notification.maximized .limoniapps-col-image.maximized {
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-style: solid;
    border-width: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.limoniapps-notification.limoniapps-noimage .limoniapps-col-image.maximized {
    display: none
}

.limoniapps-notification .limoniapps-col-image>.limoniapps-image {
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    border-style: solid;
    width: 100%;
    height: 100%
}

.limoniapps-notification .limoniapps-col-info {
    padding: .9375em;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-self: center
}

.limoniapps-notification .limoniapps-title {
    margin-bottom: .3125em
}

.limoniapps-notification.closeable .limoniapps-title {
    margin-right: 1.25em
}

.limoniapps-notification .limoniapps-title.minimized .text-wrapper {
    display: block;
    transform: translateY(-3px)
}

.limoniapps-notification .limoniapps-actions .limoniapps-action-btn {
    margin: .9375em .625em 0 0;
    outline: 0
}

.limoniapps-notification .limoniapps-actions .limoniapps-action-btn:last-child {
    margin-right: 0
}

.limoniapps-notification .limoniapps-actions .limoniapps-action-btn:hover {
    cursor: pointer
}

.limoniapps-notification-buttons {
    position: absolute;
    padding: 0;
    height: 25px;
    width: 25px;
    line-height: 24px;
    top: 0;
    right: 20px;
    outline: 0;
    text-align: right;
    width: 50px;
    height: 50px
}

.limoniapps-notification-buttons .limoniapps-notification-button-left {
    position: relative;
    float: right;
    cursor: pointer
}

.limoniapps-notification-buttons .limoniapps-notification-button-right {
    position: relative;
    float: right;
    cursor: pointer
}

.limoniapps-notification ul {
    margin-bottom: 0
}

.limoniapps-notification .limoniapps-minimize {
    display: none
}

.limoniapps-notification.limoniapps-minimizable .limoniapps-minimize {
    display: block
}

.limoniapps-notification .limoniapps-minimize-min {
    display: none;
    text-align: right
}

.limoniapps-notification .limoniapps-minimize-max {
    display: none;
    text-align: right
}

.limoniapps-notification.limoniapps-minimizable.minimized .limoniapps-minimize-max {
    display: block
}

.limoniapps-notification.limoniapps-minimizable.maximized .limoniapps-minimize-min {
    display: block
}

.limoniapps-notification .limoniapps-close {
    display: none;
    text-align: right;
    font-weight: 100;
    cursor: pointer
}

.limoniapps-notification .limoniapps-close .limoniapps-close-x {
    text-align: right
}

.limoniapps-notification.closeable .limoniapps-close {
    display: block
}

.limoniapps-notification .limoniapps-minimize {
    top: 0;
    position: absolute;
    text-align: right;
    right: 0;
    font-weight: 100;
    cursor: pointer
}

.limoniapps-notification[data-notify-position='top-left'] .limoniapps-notification-buttons,
.limoniapps-notification[data-notify-position='top-right'] .limoniapps-notification-buttons {
    margin-top: 5px
}

.limoniapps-notification[data-notify-position='top-left'].minimized .limoniapps-box,
.limoniapps-notification[data-notify-position='top-right'].minimized .limoniapps-box {
    margin-top: 10px;
    margin-bottom: -10px
}

.limoniapps-notification .limoniapps-offercount,
.limoniapps-offercount-minimized {
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px
}

.limoniapps-notification .limoniapps-offercount {
    position: absolute;
    display: inline-flex
}

.limoniapps-notification[data-notify-position="bottom-left"] .limoniapps-offercount,
.limoniapps-notification[data-notify-position="bottom-center"] .limoniapps-offercount {
    right: -15px;
    top: -15px
}

.limoniapps-notification[data-notify-position="bottom-right"] .limoniapps-offercount {
    left: -15px;
    top: -15px
}

.limoniapps-notification[data-notify-position="top-left"] .limoniapps-offercount,
.limoniapps-notification[data-notify-position="top-center"] .limoniapps-offercount {
    right: -15px;
    bottom: -15px
}

.limoniapps-notification[data-notify-position="top-right"] .limoniapps-offercount {
    left: -15px;
    bottom: -15px
}

.limoniapps-notification[data-notify-position="top-left"],
.limoniapps-notification[data-notify-position="top-center"],
.limoniapps-notification[data-notify-position="top-right"] {
    bottom: auto
}

.limoniapps-notify-default ul {
    padding-inline-start: 0
}

.limoniapps-notify-default li {
    list-style-type: none
}

.limoniapps-notification .maximized {
    display: block
}

.limoniapps-notification .minimized {
    display: none;
    height: 20px
}

.limoniapps-notification.minimized .maximized,
.limoniapps-notification.maximized .minimized {
    display: none
}

.limoniapps-notification.minimized .minimized,
.limoniapps-notification.maximized .maximized {
    display: block
}

.limoniapps-body-item .limoniapps-col-info {
    display: none
}

.limoniapps-notification.limoniapps-imageperitem .limoniapps-body-item .limoniapps-col-info {
    display: block
}

.limoniapps-notification .limoniapps-body-item .limoniapps-col-info {
    padding: 5px 5px 5px 0;
    width: unset;
    margin-right: 10px
}

.limoniapps-notification .limoniapps-body-item .limoniapps-image {
    transform: unset;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: solid
}

.limoniapps-notification .limoniapps-body-item {
    display: flex;
    align-items: center
}

.limoniapps-sticky-bar {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    word-break: break-word;
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 1.25rem
}

.limoniapps-sticky-bar-pusher {
    height: 0;
    overflow: hidden;
    position: relative;
    flex: none;
    display: none
}

.limoniapps-discountninja-stickybar-nopusher #limoniapps-discountninja-stickybar-pusher {
    height: 0 !important
}

@media(max-width:501px) {
    .limoniapps-sticky-bar {
        font-size: .875rem;
        line-height: 1rem
    }
}

.limoniapps-sticky-bar .limoniapps-box {
    width: 100%;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    -o-background-size: initial;
    -moz-background-size: initial;
    -webkit-background-size: initial;
    background-origin: initial;
    background-clip: initial
}

@media(max-width:501px) {

    .limoniapps-sticky-bar .limoniapps-box,
    .limoniapps-sticky-bar.closeable .limoniapps-box {
        padding-right: 0
    }
}

@media(min-width:501px) {
    .limoniapps-sticky-bar .limoniapps-box {
        display: flex
    }
}

.limoniapps-sticky-bar .limoniapps-box .limoniapps-content.narrow {
    max-width: 1040px;
    margin: 0 auto
}

.limoniapps-sticky-bar .limoniapps-box .limoniapps-content {
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.limoniapps-sticky-bar .limoniapps-box .limoniapps-content.narrow {
    max-width: 1040px;
    margin: 0 auto
}

.limoniapps-sticky-bar .limoniapps-box .limoniapps-content.narrow {
    max-width: 1040px;
    margin: 0 auto
}

.limoniapps-sticky-bar .limoniapps-close {
    position: absolute;
    padding: 0;
    height: 1.5em;
    width: 1.5em;
    top: 0 !important;
    right: 0 !important;
    background-color: transparent;
    border-width: 0;
    outline: 0;
    display: none;
    z-index: 1;
    text-align: right;
    font-weight: 100
}

.limoniapps-sticky-bar .limoniapps-close .limoniapps-close-x {
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: right
}

.limoniapps-sticky-bar.closeable .limoniapps-close {
    display: flex
}

.limoniapps-sticky-bar .limoniapps-close:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, .9)
}

.limoniapps-sticky-bar .limoniapps-col-image {
    padding: 5px;
    box-sizing: border-box
}

@media(max-width:501px) {
    .limoniapps-sticky-bar .limoniapps-col-image {
        min-width: 4em
    }
}

.limoniapps-sticky-bar .limoniapps-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.limoniapps-sticky-bar.limoniapps-image-circle .limoniapps-image {
    border-radius: 50%
}

@media(max-width:501px) {
    .limoniapps-sticky-bar .limoniapps-image {
        width: 45px;
        height: 45px
    }
}

.limoniapps-sticky-bar .limoniapps-col-info {
    width: 100%;
    padding: 5px 5px 5px 10px;
    display: flex;
    align-items: center
}

.limoniapps-sticky-bar .limoniapps-col-info .limoniapps-info {
    width: 100%
}

.limoniapps-sticky-bar .limoniapps-col-info .limoniapps-info .limoniapps-title {
    margin-bottom: .3125em;
    width: 100%
}

.limoniapps-sticky-bar .limoniapps-col-info .limoniapps-info .limoniapps-message {
    width: 100%
}

.limoniapps-sticky-bar.closeable .limoniapps-col-info {
    padding-right: 1.5rem
}

.limoniapps-sticky-bar .limoniapps-col-image {
    display: none
}

.limoniapps-sticky-bar.hasimage .limoniapps-col-image {
    display: block
}

.limoniapps-sticky-bar .limoniapps-col-actions {
    display: none
}

.limoniapps-sticky-bar.hasaction1 .limoniapps-col-actions,
.limoniapps-sticky-bar.hasaction2 .limoniapps-col-actions {
    display: flex
}

.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action.button1 {
    display: none
}

.limoniapps-sticky-bar.hasaction1 .limoniapps-col-actions .limoniapps-action.button1 {
    display: block
}

.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action.button2 {
    display: none
}

.limoniapps-sticky-bar.hasaction2 .limoniapps-col-actions .limoniapps-action.button2 {
    display: block
}

.limoniapps-sticky-bar.hasimage .limoniapps-col-info {
    padding-left: 0
}

.limoniapps-sticky-bar.hasaction1 .limoniapps-col-info,
.limoniapps-sticky-bar.hasaction2 .limoniapps-col-info {
    padding-right: 0
}

.limoniapps-sticky-bar .limoniapps-col-actions {
    white-space: nowrap;
    padding: .625rem 1rem;
    padding-left: 5px;
    display: flex;
    align-items: center
}

.limoniapps-sticky-bar.closeable .limoniapps-col-actions {
    padding-right: 1rem
}

.limoniapps-sticky-bar-row {
    max-width: 1280px;
    display: flex;
    min-height: 50px;
    margin: 0 auto
}

.limoniapps-sticky-bar-column-1of3 {
    width: 33%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 5px
}

.limoniapps-sticky-bar-column-1of2 {
    width: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 5px
}

.limoniapps-sticky-bar-column-border-both {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff
}

.limoniapps-sticky-bar-column-border-right {
    border-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #fff
}

.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action {
    display: inline-flex;
    padding: 0;
    padding-right: 5px;
    align-self: center
}

.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action .limoniapps-action-btn {
    outline: 0
}

.limoniapps-sticky-bar .limoniapps-col-actions .limoniapps-action-btn:first-child {
    margin-left: 0
}

.limoniapps-background-twocolors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    overflow: hidden
}

.limoniapps-background-singlecolor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    overflow: hidden
}

#limoniapps-discountninja-stickybar-wrapper {
    width: 100%;
    box-sizing: border-box;
    z-index: 99950;
    overflow: hidden
}

.limoniapps-stick-to-top,
.limoniapps-stick-to-top_page_sticky {
    top: 0;
    left: 0;
    position: fixed
}

.limoniapps-stick-to-top_page,
.limoniapps-stick-to-top_header {
    top: 0;
    left: 0;
    position: relative
}

.limoniapps-sticky-bar-wrapper {
    overflow: hidden;
    z-index: 99951;
    width: 100%
}

.limoniapps-stick-to-bottom {
    bottom: 0;
    position: fixed;
    left: 0
}

#limoniapps-discountninja-stickybar-wrapper p,
#limoniapps-discountninja-stickybar-wrapper span {
    margin: 0;
    padding: 0
}

.limoniapps-notification p,
.limoniapps-notification span,
.limoniapps-notification ul,
.limoniapps-notification li {
    margin: 0;
    padding: 0
}

.limoniapps-popup p,
.limoniapps-popup span {
    margin: 0;
    padding: 0
}

a.limoniapps-poweredby:visited,
a.limoniapps-poweredby:hover {
    text-align: right !important;
    font-size: 1em !important;
    margin: 0 !important;
    color: #fff !important;
    opacity: 1 !important;
    text-decoration-line: underline !important;
    text-decoration: underline !important;
    display: block
}

.limoniapps-poweredby {
    text-align: right !important;
    font-size: 1em !important;
    margin: 0 !important;
    color: #fff !important;
    opacity: .2 !important;
    text-decoration-line: underline !important;
    text-decoration: underline !important;
    display: block
}

.limoniapps-notify-poweredby {
    margin-bottom: -12px;
    margin-top: .3125em
}

.limoniapps-stickybar-poweredby {
    margin-bottom: -10px;
    margin-top: .3125em;
    position: absolute;
    bottom: .625em;
    right: .625em
}

.limoniapps-popup-poweredby {
    position: absolute;
    top: -22px;
    right: 0
}

.limoniapps-poweredby-hidden {
    display: none !important
}

@-webkit-keyframes animationLimoniAppsBlock {
    0% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    99% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    100% {
        opacity: 1;
        pointer-events: all;
        cursor: unset
    }
}

@-moz-keyframes animationLimoniAppsBlock {
    0% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    99% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    100% {
        opacity: 1;
        pointer-events: all;
        cursor: unset
    }
}

@-o-keyframes animationLimoniAppsBlock {
    0% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    99% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    100% {
        opacity: 1;
        pointer-events: all;
        cursor: unset
    }
}

@keyframes animationLimoniAppsBlock {
    0% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    99% {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed
    }

    100% {
        opacity: 1;
        pointer-events: all;
        cursor: unset
    }
}

@-webkit-keyframes animationLimoniAppsHide {
    0% {
        visibility: visible
    }

    99% {
        visibility: visible
    }

    100% {
        visibility: hidden
    }
}

@-moz-keyframes animationLimoniAppsHide {
    0% {
        visibility: visible
    }

    99% {
        visibility: visible
    }

    100% {
        visibility: hidden
    }
}

@-o-keyframes animationLimoniAppsHide {
    0% {
        visibility: visible
    }

    99% {
        visibility: visible
    }

    100% {
        visibility: hidden
    }
}

@keyframes animationLimoniAppsHide {
    0% {
        visibility: visible
    }

    99% {
        visibility: visible
    }

    100% {
        visibility: hidden
    }
}

@-moz-keyframes animationLimoniAppsSpinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationLimoniAppsSpinner {
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes animationLimoniAppsSpinner {
    to {
        transform: rotate(360deg)
    }
}

@keyframes animationLimoniAppsSpinner {
    to {
        transform: rotate(360deg)
    }
}

.limoniapps-discountninja-checkoutbutton.limoniapps-discountninja-block {
    animation: animationLimoniAppsBlock 7s ease
}

.limoniapps-discountninja-block .limoniapps-discountninja-spinner.button:before,
.limoniapps-discountninja-block .limoniapps-discountninja-spinner.price:before {
    visibility: hidden;
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    opacity: 1 !important
}

.limoniapps-discountninja-block .limoniapps-discountninja-spinner.button:before {
    top: calc(50% + .3125em);
    left: 50%;
    margin-top: -10px;
    margin-left: -10px
}

.limoniapps-discountninja-block .limoniapps-discountninja-dots-wrapper {
    position: relative
}

.limoniapps-discountninja-block .limoniapps-discountninja-dots {
    left: 50%;
    top: 50%;
    position: absolute;
    width: .625em;
    height: .625em;
    border-radius: .3125em;
    background-color: #bbb;
    color: #bbb;
    animation: animationLimoniAppsDots ease;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    visibility: hidden
}

.limoniapps-discountninja-block .limoniapps-discountninja-dots::before,
.limoniapps-discountninja-block .limoniapps-discountninja-dots::after {
    content: '';
    top: 0;
    position: absolute;
    width: .625em;
    height: .625em;
    border-radius: .3125em;
    background-color: #bbb;
    color: #bbb
}

.limoniapps-discountninja-block .limoniapps-discountninja-dots::before {
    left: -1em;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.limoniapps-discountninja-block .limoniapps-discountninja-dots::after {
    left: .9375em;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

@keyframes animationLimoniAppsDots {
    0% {
        background-color: #eee
    }

    100% {
        background-color: #bbb
    }
}

@-webkit-keyframes animationLimoniAppsPricesBlock {
    0% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    99% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    100% {
        color: unset;
        text-shadow: unset;
        cursor: unset
    }
}

@-moz-keyframes animationLimoniAppsPricesBlock {
    0% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    99% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    100% {
        color: unset;
        text-shadow: unset;
        cursor: unset
    }
}

@-o-keyframes animationLimoniAppsPricesBlock {
    0% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    99% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    100% {
        color: unset;
        text-shadow: unset;
        cursor: unset
    }
}

@keyframes animationLimoniAppsPricesBlock {
    0% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    99% {
        color: transparent;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        cursor: progress
    }

    100% {
        color: unset;
        text-shadow: unset;
        cursor: unset
    }
}

a.limoniapps-targetlink {
    color: inherit;
    text-decoration-line: underline;
    text-decoration: underline
}

a.limoniapps-targetlink:hover {
    color: inherit;
    opacity: .8;
    text-decoration-line: underline;
    text-decoration: underline
}

a.limoniapps-targetlink:visited,
a.limoniapps-targetlink:link {
    color: inherit;
    text-decoration-line: underline;
    text-decoration: underline
}

.limoniapps-notification li {
    list-style-type: none;
    margin-bottom: 5px
}

.limoniapps-notification li::before {
    content: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important
}

.limoniapps-message.limoniapps-message-footer {
    padding-top: .3125em
}

.limoniapps-message.limoniapps-message-timerfooter {
    padding-top: 0
}

.alert-limoniapps-notification-testmodeoutput {
    display: inline-block;
    margin: 0 auto;
    position: fixed;
    transition: all .5s ease-in-out 0s;
    z-index: 999999 !important;
    top: 1.25em;
    left: 1.25em;
    animation-iteration-count: 1;
    background: #fff;
    color: #000;
    border: .0625em solid #000;
    width: 18.75em;
    opacity: .9;
    padding: .625em
}

.alert-limoniapps-notification-testmodeoutput .close {
    color: #000;
    position: absolute;
    right: .3125em;
    top: .3125em;
    border: 0;
    background: none;
    padding: 0;
    min-width: 1.25em;
    max-width: 1.25em;
    font-size: 2em
}

.alert-limoniapps-notification-testmodeoutput [data-notify="icon"] {
    color: #008000
}

.alert-limoniapps-notification-testmodeoutput [data-notify="title"] {
    font-weight: 600;
    color: #008000
}

.limoniapps-discountninja-strikethrough {
    text-decoration-line: line-through !important;
    -webkit-text-decoration-line: line-through !important;
    text-decoration: line-through !important
}

.limoniapps-discountninja-strikethrough span {
    text-decoration-line: line-through !important;
    -webkit-text-decoration-line: line-through !important;
    text-decoration: line-through !important
}

.limoniapps-discountninja-strikethrough-diagonal {
    position: relative
}

.limoniapps-discountninja-strikethrough-diagonal::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    height: 60%;
    width: 115%;
    transform: rotateZ(-10deg);
    border-top: 2px solid;
    border-color: inherit
}

.limoniapps-discountninja-badge-wrapper {
    pointer-events: none
}

.limoniapps-discountninja-badge {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    font-size: 1rem
}

.limoniapps-discountninja-badge.left {
    left: 0
}

.limoniapps-discountninja-badge.right {
    right: 0
}

.limoniapps-discountninja-badge.top {
    top: 0
}

.limoniapps-discountninja-badge.bottom {
    bottom: 0
}

.limoniapps-discountninja-badge .limoniapps-discountninja-badge-inner {
    background-color: #eee
}

.limoniapps-discountninja-badge .limoniapps-discountninja-badge-inner p {
    display: inline-flex;
    margin: 0;
    padding: 0
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].small {
    width: 6em;
    height: 6em
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].medium {
    width: 7.5em;
    height: 7.5em
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].large {
    width: 9em;
    height: 9em
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"] {
    overflow: hidden
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"] .limoniapps-discountninja-badge-inner {
    position: relative;
    top: 21%;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].right .limoniapps-discountninja-badge-inner {
    left: -8.6%
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].left .limoniapps-discountninja-badge-inner {
    left: -32%
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].right .limoniapps-discountninja-badge-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].left .limoniapps-discountninja-badge-inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].small .limoniapps-discountninja-badge-inner {
    width: 8.48em;
    height: 2em
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].medium .limoniapps-discountninja-badge-inner {
    width: 10.6em;
    height: 2.5em
}

.limoniapps-discountninja-badge[data-style="diagonalribbon"].large .limoniapps-discountninja-badge-inner {
    width: 12.73em;
    height: 3em
}

.limoniapps-discountninja-badge[data-style="circle"] {
    border-radius: 50%
}

.limoniapps-discountninja-badge[data-style="circle"].small {
    width: 3em;
    height: 3em
}

.limoniapps-discountninja-badge[data-style="circle"].medium {
    width: 4em;
    height: 4em
}

.limoniapps-discountninja-badge[data-style="circle"].large {
    width: 5em;
    height: 5em
}

.limoniapps-discountninja-badge[data-style="circle"] .limoniapps-discountninja-badge-inner {
    line-height: initial;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.limoniapps-discountninja-badge[data-style="rectangle"].small {
    width: 4em;
    height: 1.5em
}

.limoniapps-discountninja-badge[data-style="rectangle"].medium {
    width: 6em;
    height: 2em
}

.limoniapps-discountninja-badge[data-style="rectangle"].large {
    width: 8em;
    height: 2.5em
}

.limoniapps-discountninja-badge[data-style="rectangle"] .limoniapps-discountninja-badge-inner {
    line-height: unset;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-small {
    top: -.25em
}

.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-medium {
    top: -.5em
}

.limoniapps-discountninja-badge[data-style="rectangle"].limoniapps-vertical-offset-large {
    top: -1em
}

.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-small {
    right: -.25em
}

.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-medium {
    right: -.5em
}

.limoniapps-discountninja-badge[data-style="rectangle"].right.limoniapps-horizontal-offset-large {
    right: -1em
}

.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-small {
    left: -.25em
}

.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-medium {
    left: -.5em
}

.limoniapps-discountninja-badge[data-style="rectangle"].left.limoniapps-horizontal-offset-large {
    left: -1em
}

.limoniapps-discountninja-cart-item-variant {
    display: none
}

.limoniapps-discountninja-cart-discountcode-wrapper {
    display: block !important
}

.limoniapps-countdownclock-container {
    display: inline-block
}

.limoniapps-trigger-button-badge {
    position: fixed;
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
    z-index: 99950;
    height: 50px;
    font-size: 1.125em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-sizing: content-box;
    transition: all .3s ease
}

.limoniapps-trigger-button-badge.limoniapps-bg-1 {
    background-color: #fff
}

.limoniapps-trigger-button-badge.limoniapps-bg-2 {
    background-color: #eee
}

.limoniapps-trigger-button-badge.limoniapps-bg2 {
    background-color: #07c25f
}

.limoniapps-trigger-button-badge .limoniapps-minimal-box:hover {
    cursor: pointer
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box {
    display: none;
    text-align: center;
    flex-direction: row
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info {
    padding-top: 15px;
    flex-grow: 1;
    position: relative;
    min-width: 280px;
    display: flex;
    flex-direction: column
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-action {
    padding: 10px 15px
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-action .limoniapps-action-btn {
    padding: 10px;
    outline: 0;
    font-size: 0.875em;
    border-radius: 3px;
    cursor: pointer;
    width: 100%
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-image {
    min-width: 120px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-close {
    position: absolute;
    font-size: 1.25em;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 29px;
    top: 0;
    border-width: 0;
    color: rgba(0, 0, 0, .7);
    border-top-right-radius: 5px;
    outline: 0;
    z-index: 2
}

.limoniapps-trigger-button-badge .limoniapps-icon {
    height: 50px
}

.limoniapps-trigger-button-badge .limoniapps-icon img {
    width: 50px;
    height: 50px
}

.limoniapps-trigger-button-badge .limoniapps-image {
    height: 120px
}

.limoniapps-trigger-button-badge .limoniapps-image img {
    width: 120px;
    height: 120px
}

.limoniapps-trigger-button-badge.left-top .limoniapps-subtle-box .limoniapps-info .limoniapps-close,
.limoniapps-trigger-button-badge.left-middle .limoniapps-subtle-box .limoniapps-info .limoniapps-close,
.limoniapps-trigger-button-badge.left-bottom .limoniapps-subtle-box .limoniapps-info .limoniapps-close {
    top: 0;
    left: 0
}

.limoniapps-trigger-button-badge.right-top .limoniapps-subtle-box .limoniapps-info .limoniapps-close,
.limoniapps-trigger-button-badge.right-middle .limoniapps-subtle-box .limoniapps-info .limoniapps-close,
.limoniapps-trigger-button-badge.right-bottom .limoniapps-subtle-box .limoniapps-info .limoniapps-close {
    top: 0;
    right: 0
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-close:hover {
    color: #000;
    cursor: pointer
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-title {
    font-weight: 700;
    font-size: 1em;
    margin: 0 0 5px 0;
    padding: 0 15px
}

.limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info .limoniapps-description {
    font-size: 0.875em;
    margin-bottom: 15px;
    padding: 0 15px;
    flex-grow: 1
}

.limoniapps-trigger-button-badge.limoniapps-subtled {
    height: auto;
    max-height: 1000px;
    width: 400px;
    max-width: 100%
}

.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box {
    display: flex;
    position: relative
}

.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-minimal-box {
    display: none
}

.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box .limoniapps-info .limoniapps-promotion-intro,
.limoniapps-trigger-button-badge.limoniapps-subtled .limoniapps-subtle-box .limoniapps-info .limoniapps-response {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    padding-top: 15px;
    display: flex;
    flex-direction: column
}

.limoniapps-trigger-button-badge.limoniapps-subtled.limoniapps-submitted .limoniapps-subtle-box .limoniapps-info .limoniapps-promotion-intro {
    display: none
}

.limoniapps-trigger-button-badge.limoniapps-subtled:not(.limoniapps-submitted) .limoniapps-subtle-box .limoniapps-info .limoniapps-response {
    display: none
}

.limoniapps-trigger-button-badge .limoniapps-minimal-box {
    display: flex;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    align-items: center;
    justify-content: center
}

.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-icon {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center
}

.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-title-pane {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    flex-grow: 1;
    overflow: hidden
}

.limoniapps-trigger-button-badge .limoniapps-minimal-box .limoniapps-title-pane .limoniapps-title {
    padding: 0 15px
}

.limoniapps-trigger-button-badge.minimized:not(.limoniapps-subtled) {
    width: 50px
}

.limoniapps-trigger-button-badge.maximized:not(.limoniapps-subtled) {
    width: 250px
}

.limoniapps-trigger-button-badge.minimized .limoniapps-minimal-box .limoniapps-title-pane {
    width: 0
}

.limoniapps-trigger-button-badge.maximized .limoniapps-minimal-box .limoniapps-title-pane {
    width: 200px
}

.right-top {
    right: 44px;
    top: 70px;
    border-right-width: 0
}

.right-middle {
    right: 44px;
    top: 50%;
    margin-top: -25px;
    border-right-width: 0
}

.right-bottom {
    right: 44px;
    bottom: 70px;
    border-right-width: 0
}

.left-bottom {
    left: 44px;
    bottom: 70px;
    border-left-width: 0
}

.left-bottom .limoniapps-minimal-box,
.left-bottom .limoniapps-subtle-box {
    flex-direction: row-reverse
}

.left-middle {
    left: 44px;
    top: 50%;
    margin-top: -25px;
    border-left-width: 0
}

.left-middle .limoniapps-minimal-box,
.left-middle .limoniapps-subtle-box {
    flex-direction: row-reverse
}

.left-top {
    left: 44px;
    top: 70px;
    border-left-width: 0
}

.left-top .limoniapps-minimal-box,
.left-top .limoniapps-subtle-box {
    flex-direction: row-reverse
}

.limoniapps-trigger-button-badge .limoniapps-minimal-box {
    position: relative
}

@media(max-width:400px) {
    .limoniapps-trigger-button-badge .limoniapps-subtle-box .limoniapps-info {
        min-width: calc(100vw - 120px)
    }
}

.limoniapps-discountninja-countdownclock-digit-wrapper {
    font-size: 1rem;
    box-sizing: border-box;
    display: inline-block
}

.limoniapps-discountninja-cartdiscountfield-wrapper,
.limoniapps-discountninja-cartdiscountfield-placeholder {
    margin-bottom: 20px;
    display: block;
    text-align: right;
    font-size: 1rem;
    box-sizing: border-box
}

.limoniapps-discountninja-cartdiscountfield-placeholder p {
    margin: 0;
    padding: 0
}

.limoniapps-discountninja-cartdiscountfield-inputandbutton {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end
}

.limoniapps-discountninja-cartdiscountfield-discountcodes {
    display: block;
    text-align: right;
    margin-top: 5px
}

.limoniapps-discountninja-cartdiscountfield-feedback {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    justify-items: flex-end;
    align-items: center;
    align-content: center
}

input.limoniapps-discountninja-cartdiscountfield-apply.disabled,
button.limoniapps-discountninja-cartdiscountfield-apply.disabled {
    pointer-events: none;
    opacity: .5
}

.limoniapps-discountninja-presuffix.prefix {
    margin-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    height: 26px
}

.limoniapps-discountninja-presuffix.prefix.small {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    height: 26px
}

.limoniapps-discountninja-presuffix.prefix.medium {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    height: 32px
}

.limoniapps-discountninja-presuffix.prefix.large {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    height: 36px
}

.limoniapps-discountninja-presuffix.prefix.xlarge {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    height: 42px
}

.limoniapps-discountninja-presuffix.suffix {
    margin-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    height: 26px
}

.limoniapps-discountninja-presuffix.suffix.small {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    height: 26px
}

.limoniapps-discountninja-presuffix.suffix.medium {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    height: 32px
}

.limoniapps-discountninja-presuffix.suffix.large {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    height: 36px
}

.limoniapps-discountninja-presuffix.suffix.xlarge {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    height: 42px
}

.limoniapps-discountninja-presuffix.superscript {
    margin-top: -40px
}

.limoniapps-discountninja-discountedprice {
    display: flex;
    align-items: center
}

.limoniapps-discountninja-shortcode-discounted_price+.limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-shortcode-original_price+.limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-shortcode-discounted_subtotal,
.limoniapps-discountninja-shortcode-subtotal {
    margin-left: 7px
}

.limoniapps-discountninja-product-label+.limoniapps-discountninja-shortcode {
    margin-left: 5px
}

.limoniapps-discountninja-presuffix {
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.limoniapps-discountninja-cartdiscountfield-discountcode {
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(113, 113, 113, .11);
    color: #717171;
    font-size: 0.875em;
    line-height: 14px;
    padding: 10px;
    overflow: hidden
}

.limoniapps-discountninja-cartdiscountfield-discountcode.limoniapps-discountninja-discountcode-invalid {
    text-decoration-line: line-through;
    color: #de3618
}

.limoniapps-discountninja-cartdiscountfield-discountcode-close {
    stroke: rgba(113, 113, 113, .9);
    width: 12px;
    height: 12px;
    vertical-align: middle;
    fill: currentColor;
    margin-left: 10px;
    cursor: pointer
}

.limoniapps-discountninja-cartdiscountfield-discountcode-code {
    text-transform: uppercase
}

.limoniapps-discountninja-promotioncard-productpage p {
    margin: 0
}

#LimoniApps-DiscountNinja-Checkout .limoniapps-content {
    display: table;
    min-height: 150px;
    width: 300px;
    border: none;
    border-radius: 5px
}

#LimoniApps-DiscountNinja-Checkout .limoniapps-popup-vertical-align-center {
    vertical-align: middle
}

#LimoniApps-DiscountNinja-Checkout .limoniapps-body {
    padding-left: 20px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle
}

#LimoniApps-DiscountNinja-Checkout-Dots {
    position: absolute !important;
    font-size: 3.125em !important;
    line-height: 50px !important;
    color: rgba(0, 0, 0, .3) !important;
    bottom: 30px !important;
    left: 130px !important
}

#LimoniApps-DiscountNinja-Checkout p {
    color: #3a3a3a
}

svg.limoniapps-discountninja-icon-discount {
    height: 16px;
    width: 16px;
    padding-top: 3px
}

.limoniapps-discountninja-cart-subtotal-comment p,
.limoniapps-discountninja-cart-product-comment p {
    margin: 0
}

.limoniapps-discountninja-cart-item-quantity-hide {
    visibility: hidden
}

.limoniapps-discountninja-cart-item-quantity-disable {
    cursor: not-allowed
}

.limoniapps-discountninja-cart-item-quantity-disable span,
.limoniapps-discountninja-cart-item-quantity-disable button,
.limoniapps-discountninja-cart-item-quantity-disable a,
.limoniapps-discountninja-cart-item-quantity-disable div {
    pointer-events: none;
    color: #aaa !important
}

.limoniapps-discountninja-cart-item-quantity-disable input {
    pointer-events: none;
    color: #aaa !important;
    background-color: #eee !important
}

input.limoniapps-discountninja-cart-item-quantity-disable {
    pointer-events: none;
    color: #aaa !important
}

input.limoniapps-discountninja-cart-item-quantity-disable::-webkit-outer-spin-button,
input.limoniapps-discountninja-cart-item-quantity-disable::-webkit-inner-spin-button,
.limoniapps-discountninja-cart-item-quantity-disable input::-webkit-outer-spin-button,
.limoniapps-discountninja-cart-item-quantity-disable input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.limoniapps-discountninja-cart-item-quantity-disable[type=number],
.limoniapps-discountninja-cart-item-quantity-disable input[type=number] {
    -moz-appearance: textfield
}

.limoniapps-discountninja-align-center .limoniapps-discountninja-discountedprice {
    justify-content: center
}

.limoniapps-discountninja-align-left .limoniapps-discountninja-discountedprice {
    justify-content: left
}

.limoniapps-discountninja-align-right .limoniapps-discountninja-discountedprice {
    justify-content: right
}

input.limoniapps-discountninja-cartdiscountfield-input,
input[type='text'].limoniapps-discountninja-cartdiscountfield-input {
    font-size: .8em;
    height: 45px;
    min-width: unset;
    line-height: unset
}

input.limoniapps-discountninja-cartdiscountfield-apply,
input[type='button'].limoniapps-discountninja-cartdiscountfield-apply,
button.limoniapps-discountninja-cartdiscountfield-apply,
button[type='button'].limoniapps-discountninja-cartdiscountfield-apply {
    font-size: .8em;
    height: 45px;
    min-width: unset;
    line-height: unset
}

.limoniapps-giftbox-button {
    position: fixed;
    z-index: 10000
}

.limoniapps-giftbox-button.limoniapps-right-bottom {
    right: 30px;
    bottom: 30px
}

.limoniapps-giftbox-button.limoniapps-left-bottom {
    left: 30px;
    bottom: 30px
}

.limoniapps-giftbox-button.limoniapps-right-top {
    right: 30px;
    top: 30px
}

.limoniapps-giftbox-button.limoniapps-left-top {
    left: 30px;
    top: 30px
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-sm {
    height: 40px;
    width: 40px
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-md {
    height: 60px;
    width: 60px
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-lg {
    height: 80px;
    width: 80px
}

.limoniapps-giftbox-button .limoniapps-icon {
    position: absolute
}

.limoniapps-giftbox-button .limoniapps-icon-collapsed {
    height: 30px
}

.limoniapps-giftbox-button .limoniapps-icon-open {
    opacity: 1;
    transform: rotate(0deg);
    transition: transform .16s linear 0s, opacity .08s linear 0s
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed .limoniapps-icon-open {
    opacity: 0;
    transform: rotate(-30deg);
    transition: transform .16s linear 0s, opacity .08s linear 0s
}

.limoniapps-giftbox-button .limoniapps-icon-collapsed {
    opacity: 0;
    transform: rotate(30deg) scale(0);
    transition: transform .16s linear 0s, opacity .08s linear 0s
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed .limoniapps-icon-collapsed {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    transition: transform .16s linear 0s, opacity .08s linear 0s
}

.limoniapps-giftbox-button .limoniapps-giftbox {
    position: fixed;
    background-color: #fff;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    max-height: 100vh;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-animation-done .limoniapps-giftbox {
    display: none
}

.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed):not(.limoniapps-animation-done) .limoniapps-giftbox {
    opacity: 0
}

.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header {
    padding: 15px 50px 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center
}

.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close {
    font-size: 1.875em;
    position: absolute;
    right: 10px;
    border-radius: 3px;
    padding: 2px 15px 5px 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:active,
.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:focus,
.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close:hover {
    background-color: rgba(0, 0, 0, .1)
}

.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details {
    flex: 1
}

.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details .limoniapps-title {
    font-size: 1em;
    font-weight: 600
}

.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-header-details .limoniapps-subtitle {
    margin-top: 5px;
    font-size: 0.75em
}

.limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-list {
    padding: 0 10px;
    border-bottom: 10px solid #fff;
    overflow-y: auto
}

.limoniapps-giftbox-button .limoniapps-list-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px
}

.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-img-container {
    width: 65px;
    display: flex;
    flex-direction: column
}

.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-img-container img {
    width: 100%
}

.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details {
    flex: 1;
    padding-left: 15px
}

.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details .limoniapps-item-title {
    font-weight: 600
}

.limoniapps-giftbox-button .limoniapps-list-item .limoniapps-item-details .limoniapps-item-description {
    font-size: 0.75em
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(0, -40px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(0, -40px, 0);
        opacity: 0
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        transform: translate3d(0, -40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(0, 40px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(0, 40px, 0);
        opacity: 0
    }
}

.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-right-bottom .limoniapps-giftbox,
.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-left-bottom .limoniapps-giftbox {
    display: flex;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-right-top .limoniapps-giftbox,
.limoniapps-giftbox-button:not(.limoniapps-giftbox-button-collapsed).limoniapps-left-top .limoniapps-giftbox {
    display: flex;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-right-bottom .limoniapps-giftbox,
.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-left-bottom .limoniapps-giftbox {
    animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown
}

.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-right-top .limoniapps-giftbox,
.limoniapps-giftbox-button.limoniapps-giftbox-button-collapsed.limoniapps-left-top .limoniapps-giftbox {
    animation-name: fadeOutUp;
    -webkit-animation-name: fadeOutUp
}

.limoniapps-giftbox-button .limoniapps-notification-count {
    position: absolute;
    right: -2px;
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 0.6875em;
    line-height: 11px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: #f00;
    z-index: 1
}

.limoniapps-giftbox-button.limoniapps-right-bottom .limoniapps-notification-count,
.limoniapps-giftbox-button.limoniapps-left-bottom .limoniapps-notification-count {
    top: -2px
}

.limoniapps-giftbox-button.limoniapps-right-top .limoniapps-notification-count,
.limoniapps-giftbox-button.limoniapps-left-top .limoniapps-notification-count {
    bottom: -2px
}

.limoniapps-giftbox-button .limoniapps-giftbox-trigger {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 8px 0
}

@media(min-width:576px) {
    .limoniapps-giftbox-button .limoniapps-giftbox {
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, .16) 0 5px 40px;
        max-height: 330px;
        width: 300px;
        position: absolute
    }

    .limoniapps-giftbox-button.limoniapps-right-bottom .limoniapps-giftbox {
        bottom: calc(100% + 30px);
        right: 0;
        left: auto;
        top: auto
    }

    .limoniapps-giftbox-button.limoniapps-left-bottom .limoniapps-giftbox {
        bottom: calc(100% + 30px);
        left: 0;
        right: auto;
        top: auto
    }

    .limoniapps-giftbox-button.limoniapps-right-top .limoniapps-giftbox {
        top: calc(100% + 30px);
        right: 0;
        left: auto;
        bottom: auto
    }

    .limoniapps-giftbox-button.limoniapps-left-top .limoniapps-giftbox {
        top: calc(100% + 30px);
        left: 0;
        right: auto;
        bottom: auto
    }

    .limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-title {
        text-align: center
    }

    .limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-subtitle {
        text-align: center
    }

    .limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header {
        padding: 20px
    }

    .limoniapps-giftbox-button .limoniapps-giftbox .limoniapps-giftbox-header .limoniapps-giftbox-close {
        display: none
    }
}

.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced,
.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced {
    display: inline-block;
    text-align: right
}

.limoniapps-discountninja-productprice-replaced p {
    margin: 0
}

.limoniapps-discountninja-subtotalcomment-summary-table {
    width: 100%;
    text-align: right;
    display: inline-block;
    font-size: 1rem;
    box-sizing: border-box
}

.limoniapps-discountninja-subtotalcomment-summary-header {
    padding: 10px;
    text-align: left
}

.limoniapps-discountninja-subtotalcomment-summary-body {
    padding: 10px;
    text-align: left
}

.limoniapps-discountninja-subtotalcomment-summary-body-row {
    text-align: right
}

.limoniapps-discountninja-subtotalcomment-summary-footer {
    padding: 10px;
    text-align: left
}

.limoniapps-discountninja-cartdiscountfield-footer {
    border-bottom: 1px dashed;
    display: inline-block;
    cursor: help;
    position: relative;
    height: 20px
}

.limoniapps-discountninja-cartdiscountfield-footer-onhover {
    width: 200px;
    min-height: 75px;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    position: absolute
}

.limoniapps-discountninja-cartdiscountfield-footer-onhover p {
    color: #fff;
    line-height: 16px
}

.limoniapps-discountninja-cartdiscountfield-link {
    text-decoration-line: underline;
    cursor: pointer
}

.limoniapps-discountninja-promotioncard-productpage p {
    color: unset;
    line-height: unset
}

.limoniapps-discountninja-drawercart-root.limoniapps-discountninja-zindex {
    z-index: 99980
}

.limoniapps-discountninja-drawercart-wrapper.limoniapps-discountninja-zindex {
    z-index: 99970
}

.limoniapps-discountninja-cart-item-product-price {
    display: inline-block
}

.limoniapps-discountninja-cart-item-line-price {
    display: inline-block
}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-subtotalcomment-summary-table {
    width: 100%
}

.limoniapps-discountninja-spinner {
    display: inline-flex;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    min-width: 20px;
    min-height: 20px;
    border: 3px solid rgba(150, 150, 150, .2);
    border-left: 3px solid #969696;
    -webkit-animation: limoniapps-discountninja-spinner-animation 1.2s infinite linear;
    animation: limoniapps-discountninja-spinner-animation 1.2s infinite linear
}

@-webkit-keyframes limoniapps-discountninja-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes limoniapps-discountninja-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.limoniapps-discountninja-buynowbutton {
    display: none
}

.limoniapps-discountninja-progressbar-bar-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.limoniapps-discountninja-progressbar-bar-inner {
    height: 4px;
    border-radius: 6.5px;
    transition: all 200ms ease-in-out
}

.limoniapps-discountninja-progressbar-bar-outer {
    width: 100%;
    flex: 0 1 auto;
    height: 10px;
    border-radius: 6.5px;
    border: 1px solid;
    padding: 2px
}

.limoniapps-discountninja-cart-promotionsummary {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end
}

.limoniapps-discountninja-hidethirdpartybadges .smbdg_item,
.limoniapps-discountninja-hidethirdpartybadges .sticker,
.limoniapps-discountninja-hidethirdpartybadges .sale_banner {
    display: none
}

button .limoniapps-discountninja-productprice {
    display: inline-block
}

.limoniapps-discountninja-collectionbadge {
    position: relative
}

/*! v4.3.0 - Discount Ninja - Building Blocks - Default Notification style */
.limoniapps-notification .limoniapps-col-image {
    width: 0
}

.limoniapps-notification {
    border-style: solid;
    border-radius: 6px;
    border-color: #323232;
    border-width: 1px;
    background-color: #fff;
    left: 20px;
    bottom: 10px
}

.limoniapps-notification .limoniapps-col-info {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px
}

.limoniapps-notification .limoniapps-title.maximized .text-wrapper {
    color: #000
}

.limoniapps-notification .limoniapps-title.minimized .text-wrapper {
    color: #000
}

.limoniapps-notification .limoniapps-message-body .text-wrapper {
    color: #000
}

.limoniapps-notification .limoniapps-message-footer .text-wrapper {
    color: #000
}

.limoniapps-notification .limoniapps-message-timerfooter .text-wrapper {
    color: #000
}

.limoniapps-notification .limoniapps-close {
    color: #fff;
    font-size: 0
}

.limoniapps-notification .limoniapps-minimize {
    color: #323232;
    font-size: 1.75em
}

.limoniapps-notification .limoniapps-offercount {
    background-color: #ff0404;
    color: #fff;
    border-style: solid;
    border-radius: 100%;
    border-color: #fff;
    border-width: 2px;
    font-size: .875em
}

.limoniapps-svg-notification-arrow {
    width: 16px;
    height: 16px
}

.limoniapps-svg-notification-arrow-up {
    transform: scale(1, -1) translateY(-560px)
}

/*! v4.3.0 - Discount Ninja - Building Blocks - Default Stickybar style */
.limoniapps-sticky-bar .limoniapps-box {
    background-color: black
}

.limoniapps-sticky-bar .limoniapps-close {
    color: #fff;
    font-size: 1.5em
}

/*! v4.3.0 - Discount Ninja - Building Blocks - Badge for checkout test */
.limoniapps-discountninja-badge[data-token='CHECKOUTTEST_OFFER_1'] .limoniapps-discountninja-badge-inner {
    background-color: rgb(250, 54, 58);
    color: white
}

.limoniapps-discountninja-block-lookupcode {
    -webkit-animation: animationLimoniAppsBlock 10s ease-out;
    -moz-animation: animationLimoniAppsBlock 10s ease-out;
    -o-animation: animationLimoniAppsBlock 10s ease-out;
    animation: animationLimoniAppsBlock 10s ease-out;
    position: relative
}

/*! Discount Ninja promotion summary style start */
.limoniapps-discountninja-subtotalcomment-summary-table {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    width: 350px;
    border-style: dashed;
    border-radius: 3px;
    border-color: rgb(100, 100, 100);
    border-width: 1px
}

.limoniapps-discountninja-subtotalcomment-summary-header {
    border-bottom: dashed rgb(100, 100, 100) 1px;
    ;
    background-color: rgb(255, 255, 255)
}

.limoniapps-discountninja-subtotalcomment-summary-body {
    background-color: #ffffff
}

.limoniapps-discountninja-subtotalcomment-summary-footer {
    border-top: dashed rgb(100, 100, 100) 1px;
    ;
    background-color: rgb(248, 255, 248)
}

/*! Discount Ninja promotion summary style end */
/*! Discount Ninja notification style start */
.limoniapps-notification {
    animation-iteration-count: 1
}

/*! Discount Ninja notification style end */
/*! Discount Ninja Dynamic Pricing Style Start */
.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 1rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .limoniapps-discountninja-shortcode-discounted_price .money {
    color: rgb(255, 8, 8) !important;
    font-size: 1rem !important;
    font-weight: 700 !important
}

.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .prefix {}

.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage .suffix {}

.limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 1rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
    color: rgb(255, 0, 0) !important;
    font-size: 1rem !important;
    font-weight: 398 !important
}

.limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .prefix {}

.limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .suffix {}

.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 1rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
    color: rgb(255, 0, 0) !important;
    font-size: 1rem !important;
    font-weight: 400 !important
}

.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .prefix {}

.limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .suffix {}

.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 1rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
    color: #000000 !important;
    font-size: 1rem !important;
    font-weight: 700 !important
}

.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .prefix {}

.limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .suffix {}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
    color: rgb(250, 54, 58) !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important
}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .prefix {}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .suffix {}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
    color: rgb(250, 54, 58) !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important
}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .prefix {}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-item-line-price .limoniapps-discountninja-productprice-replaced .suffix {}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money {
    color: rgb(250, 54, 58) !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important
}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .prefix {}

.limoniapps-discountninja-drawercart-root .limoniapps-discountninja-cart-subtotal-price .limoniapps-discountninja-productprice-replaced .suffix {}

.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-original_price,
.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-original_price .money {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 1rem !important;
    font-weight: 300 !important
}

.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-discounted_price,
.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-discounted_price .money {
    color: rgb(255, 8, 8) !important;
    font-size: 1rem !important;
    font-weight: 700 !important
}

.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .prefix {}

.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .suffix {}

/*! Discount Ninja Dynamic Pricing Style End */
/*! Discount Ninja border settings style start */
.limoniapps-discountninja-borderstyle-1 {
    border-style: solid;
    border-radius: 0;
    border-color: rgb(0, 0, 0);
    border-width: 2px
}

.limoniapps-discountninja-borderstyle-2 {
    border-style: solid;
    border-radius: 5px;
    border-color: rgb(0, 0, 0);
    border-width: 2px
}

.limoniapps-discountninja-borderstyle-3 {
    border-style: dashed;
    border-radius: 5px;
    border-color: rgb(255, 0, 0);
    border-width: 2px
}

.limoniapps-discountninja-borderstyle-4 {
    border-style: double;
    border-radius: 5px;
    border-color: rgb(0, 255, 0);
    border-width: 2px
}

.limoniapps-discountninja-borderstyle-5 {
    border-style: dotted;
    border-radius: 0;
    border-color: rgb(0, 0, 255);
    border-width: 2px
}

/*! Discount Ninja border settings style end */
/*! Discount Ninja countdown digit style start */
.limoniapps-discountninja-countdownclock-container.style1 .limoniapps-discountninja-countdownclock-digit {
    text-align: center;
    display: inline-block
}

.limoniapps-discountninja-countdownclock-container.style2 .limoniapps-discountninja-countdownclock-digit {
    text-align: center;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 3px;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    font-size: 1em;
    min-width: 22px;
    line-height: 26px
}

.limoniapps-discountninja-countdownclock-container.style3 .limoniapps-discountninja-countdownclock-digit {
    text-align: center;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(0, 0, 0);
    border-style: none;
    border-radius: 3px;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    font-size: 1em;
    min-width: 22px;
    line-height: 26px
}

.limoniapps-discountninja-countdownclock-container.style4 .limoniapps-discountninja-countdownclock-digit {
    text-align: center;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: rgb(65, 75, 220);
    color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 3px;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    font-size: 1em;
    min-width: 22px;
    line-height: 26px
}

.limoniapps-discountninja-countdownclock-container.style5 .limoniapps-discountninja-countdownclock-digit {
    text-align: center;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 3px;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    font-size: 1em;
    min-width: 22px;
    line-height: 26px
}

/*! Discount Ninja countdown digit style end */
/*! Discount Ninja countdown container style start */
.limoniapps-discountninja-countdownclock-container.style1 {
    text-align: center;
    display: inline-block
}

.limoniapps-discountninja-countdownclock-container.style2 {
    text-align: center;
    display: inline-block
}

.limoniapps-discountninja-countdownclock-container.style3 {
    text-align: center;
    display: inline-block
}

.limoniapps-discountninja-countdownclock-container.style4 {
    text-align: center;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(0, 0, 0);
    border-style: dashed;
    border-radius: 0;
    border-color: rgb(65, 75, 220);
    border-width: 2px;
    font-size: 0.75em;
    min-width: 18px;
    line-height: 38px
}

.limoniapps-discountninja-countdownclock-container.style5 {
    text-align: center;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(0, 0, 0);
    border-style: dashed;
    border-radius: 20px;
    border-color: rgb(50, 50, 50);
    border-width: 1px;
    font-size: 0.75em;
    min-width: 18px;
    line-height: 38px
}

/*! Discount Ninja countdown container style end */
/*! Discount Ninja Badge for promotion 35AVP start */
.limoniapps-discountninja-badge[data-token='35AVP'] .limoniapps-discountninja-badge {
    transform: translate(0px, 0px)
}

.limoniapps-discountninja-badge[data-token='35AVP'] .limoniapps-discountninja-badge-inner {
    background-color: rgba(97, 0, 255, 0.8);
    transform: translate(0px, 0px)
}

.limoniapps-discountninja-badge[data-token='35AVP'] .limoniapps-discountninja-badge-inner span {
    color: rgb(255, 255, 255)
}

/*! Discount Ninja Badge for promotion 35AVP end */
/*! Custom css */