/*
/=============================================================================\
 ## Default values and default elements CSS
\=============================================================================/ 
*/
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

:root {
    --rgb-split-color: #ff9d00;
}

body {
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 300;
    color: #888;
}

h1 {
    margin: 20px 0;
    padding: 0;
    font-size: 45px;
}

h2 {
    margin: 12px 0;
    font-size: 40px;
}

h3 {
    margin: 6px 0;
    font-size: 34px;
}

h4 {
    margin: 0;
    font-size: 16px;
}

a {
    color: #66d2ff;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #52a8cc;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.stretch {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.pink {
    color: #fa2f67;
}

.bold {
    font-weight: 400;
}

.extra-bold {
    font-weight: 800;
}

.sub-title {
    font-size: 18px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

svg.thousand80-logo,
svg.fourK-logo {
    width: 100%;
}

.fourK-logo-gray .fourK-logo-letters path {
    fill: #999;
}

.fourK-logo-gray .fourK-logo-border {
    stroke: #999;
}

.fourK-logo-pink .fourK-logo-letters path,
.thousand80-logo-pink .thousand80-logo-letters path {
    fill: #fa2f67;
}

.fourK-logo-pink .fourK-logo-border,
.thousand80-logo-pink .thousand80-logo-border {
    stroke: #fa2f67;
}

/*
/=============================================================================\
 ## Site backbone and main structures
\=============================================================================/ 
*/
/* -----====// Header [] */
#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#header-top-row {
    height: 70px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}

#site-header .width-center {
    position: relative;
    margin: auto !important;
}

#header-bottom-row {
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, .7);
}


#site-header #aesweets-logo {
    margin: 0 0 0 20px;
    font-size: 35px;
    line-height: 70px;
    color: #8a8a8a
}

#site-header #aesweets-logo,
#aesweets-logo-footer {
    float: left;
    padding: 0;
    font-weight: 800;
}

#site-header #aesweets-logo a,
#aesweets-logo-footer a {
    color: #8a8a8a;
}

#site-header #aesweets-logo span,
#aesweets-logo-footer span {
    color: #fff;
}

.accept-cookies-policy {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #fa2f67;
    color: #fff;
    font-size: 16px;
    z-index: 999999;
}

.accept-cookies-policy .accept-cookies-policy-text {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.accept-cookies-policy .accept-cookies-policy-button,
.accept-cookies-policy a {
    background-color: #fff;
    color: #fa2f67;
    padding: 10px 15px;
    cursor: pointer;
}


/* -----====// Main Menu [] */
#main-menu {
    float: right;
    height: 70px;
    line-height: 70px;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#main-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#main-menu ul li {
    display: inline-block;
    margin-right: 10px;
}

#main-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .3s cubic-bezier(.9, 0, .1, 1);
    transition: all .3s cubic-bezier(.9, 0, .1, 1);
}

#main-menu ul li a:hover {
    color: #999;
}

#main-menu ul li#main-menu-selected a {
    color: #fa2f67;
}

/* -----====// Page path [] */
#page-path,
#sub-menu {
    float: left;
    line-height: 40px;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#page-path ul,
#sub-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#page-path ul li,
#sub-menu ul li {
    display: inline-block;
    margin-right: 10px;
    color: #ccc;
}

#page-path ul li a,
#sub-menu ul li a {
    color: #ccc;
    -webkit-transition: all .3s cubic-bezier(.9, 0, .1, 1);
    transition: all .3s cubic-bezier(.9, 0, .1, 1);
}

#page-path ul li a:hover,
#sub-menu ul li a:hover {
    color: #999;
}

#page-path ul li::after {
    margin-left: 10px;
    content: '/';
    opacity: .5;
}

#page-path ul li:last-child::after {
    content: none;
}

#sub-menu {
    float: right;
    margin-right: 10px;
}

#cart-info {
    display: inline-block;
    width: 70px;
    color: #fa2f67;
    font-weight: 400;
}

#cart-info-bubble {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 230px;
    padding: 10px;
    background-color: #2fc591;
    opacity: 0;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    z-index: 1;
}

#cart-info-text-top,
#cart-info-text-bottom {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

#cart-info-arrow {
    position: absolute;
    right: 86px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2fc591;
}

#cart-info-circle {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 10px auto;
    border: 2px solid #fff;
    border-radius: 41px;
    overflow: hidden;
}

#cart-info-icon {
    position: absolute;
    width: 40px;
    height: 32px;
    top: 22px;
    left: 19px;
}

@-webkit-keyframes cart-in-keyframe {

    0%,
    50% {
        left: 100px
    }

    100% {
        left: 19px
    }
}

@keyframes cart-in-keyframe {

    0%,
    50% {
        left: 100px
    }

    100% {
        left: 19px
    }
}

@-webkit-keyframes cart-dash-t-in-keyframe {

    0%,
    50% {
        left: 64px;
        width: 0px
    }

    75% {
        left: 30px;
        width: 16px
    }

    100% {
        left: 23px;
        width: 2px
    }
}

@keyframes cart-dash-t-in-keyframe {

    0%,
    50% {
        left: 64px;
        width: 0px
    }

    75% {
        left: 35px;
        width: 16px
    }

    100% {
        left: 23px;
        width: 2px
    }
}

@-webkit-keyframes cart-dash-b-in-keyframe {

    0%,
    50% {
        left: 60px;
        width: 0px
    }

    75% {
        left: 29px;
        width: 16px
    }

    100% {
        left: 19px;
        width: 2px
    }
}

@keyframes cart-dash-b-in-keyframe {

    0%,
    50% {
        left: 60px;
        width: 0px
    }

    75% {
        left: 34px;
        width: 16px
    }

    100% {
        left: 19px;
        width: 2px
    }
}

.cart-in-animation {
    -webkit-animation: cart-in-keyframe .6s ease-out;
    animation: cart-in-keyframe .6s ease-out;
}

.cart-in-animation::after {
    position: absolute;
    left: 23px;
    top: 10px;
    width: 0px;
    height: 2px;
    content: "";
    background-color: #fff;
    -webkit-animation: cart-dash-t-in-keyframe .8s ease-out;
    animation: cart-dash-t-in-keyframe .8s ease-out;
}

.cart-in-animation::before {
    position: absolute;
    left: 19px;
    top: 14px;
    width: 0px;
    height: 2px;
    content: "";
    background-color: #fff;
    -webkit-animation: cart-dash-b-in-keyframe .8s ease-out;
    animation: cart-dash-b-in-keyframe .8s ease-out;
}

#site-footer {
    margin-top: 100px;
    padding: 20px 0 40px 0;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#site-footer-content {
    width: 920px;
    margin: auto;
    color: #666;
}

#site-footer-content a {
    color: #aaa;
}

#site-footer-content a:hover {
    color: #ccc;
}

#site-footer-content h2 {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
}

#site-footer-content nav {
    display: inline-block;
    vertical-align: top;
}

#site-footer-content ul {
    display: block;
}

#site-footer-content ul li {
    display: block;

}

#footer-top-row {
    height: 32px;
    padding-bottom: 20px;
    line-height: 32px;
    border-bottom: 1px solid #999;
}

#site-footer-content #aesweets-logo-footer {
    font-size: 20px;
    margin: 0;
}

#footer-social {
    float: right;
    height: 32px;
}

#footer-social h2 {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    line-height: 32px;
}

#footer-social ul {
    display: inline-block;
    height: 32px;
}

#footer-social ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

#footer-social ul li a {
    display: block;
    width: 32px;
    height: 32px;
}

#footer-social ul li a:hover svg g g {
    fill: #999;
}

#site-footer-content #footer-mid-row nav {
    margin: 20px 50px 20px 0;
}

#site-footer-content #footer-bot-row ul {
    float: right;
}

#site-footer-content #footer-bot-row ul li {
    display: inline-block;
    margin-left: 10px;
}


/* -----====// Default paralax [] */
.paralax-box {
    position: relative;
}

.paralax-box-background {
    position: absolute;
    left: 0;
    z-index: 1;
}

.paralax-box-content {
    position: relative;
    z-index: 2;
}

.paralax-box-content.rgb-split svg {
    max-width: 240px;
}


/*
/=============================================================================\
 ## Homepage
\=============================================================================/ 
*/
/* -----====// Paralax one [] */
#aesweets-paralax {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

#aesweets-paralax .paralax-box-background {
    top: -400px;
    width: 100%;
    height: 800px;
    background: #000 url(../core-skin/aesweets-paralax-bg.jpg) center top no-repeat;
}

#aesweets-paralax .paralax-box-content {
    height: 330px;
    padding-top: 135px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

#aesweets-paralax .paralax-box-content h1 {
    margin: 0;
    font-size: 45px;
    color: #fff;
}

/* -----====// Paralax two [] */
#subscribe-paralax {
    width: 100%;
    height: 260px;
    margin: 100px 0;
    overflow: hidden;
}

#subscribe-paralax .paralax-box-background {
    top: -200px;
    width: 100%;
    height: 400px;
    background: #fff url(../core-skin/subscribe-paralax-bg.jpg?v2) center top no-repeat;
}


/*
/=============================================================================\
 ## Reusable elements
\=============================================================================/ 
*/
/* -----====// Products [] */
#products {
    /*width: 960px;*/
    margin: 50px auto 100px;
    text-align: center;
}

#products h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    color: #888;
}

#products p.sub-text {
    font-size: 22px;
    color: #bebebe;
}

.products-list-background {
    background-color: #222222;
}

#products ul {
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    word-spacing: 0px;
    margin: 20px auto 0;
    padding-top: 30px;
}

#products ul li {
    list-style: none;
    position: relative;
    width: 304px;
    word-spacing: normal;
    vertical-align: text-top;
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    margin: 0 24px 30px 0;
    transition: box-shadow 0.3s cubic-bezier(.51, .03, .21, .97);
}

#products ul li:nth-child(3n+0) {
    margin-right: 0;
}

#products ul li:hover {
    box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 1);
}

#products ul li:not(.motion-bites):hover .body-box {
    border-width: 13px 0 0 0;
}

#products ul li:not(.motion-bites):hover .header-box {
    background-color: transparent;
}

#products ul li:hover .header-box .product-bf-discount {
    opacity: 0;
}

#products ul li:hover video {
    opacity: 1;
}

#products ul li:hover .product-list-title.sweet {
    color: #fe2e68;
}

#products ul li:hover .product-list-title.easy {
    color: #ffc707;
}

#products ul li:hover .product-list-title.halftone {
    color: #8a00c0;
}

#products ul li:hover .product-list-title.lines-creator {
    color: #24d8e3;
}

#products ul li:hover .product-list-title.colorize-tool {
    color: #00d77f;
}

#products ul li:hover .product-list-title.glitch {
    color: #7ed321;
}

#products ul li:hover .product-list-title.hot-dog {
    color: #4C285B;
}

#products ul li:hover .product-list-title.rgb-split {
    color: var(--rgb-split-color);
}

#products ul li:hover .product-list-title.fold {
    color: #3341f2;
}

#products ul li:hover .product-list-title.snap {
    color: #ae93c3;
}

.header-box {
    height: 170px;
    position: relative;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s cubic-bezier(.51, .03, .21, .97);
}

/*-= banner mb  =-*/
.header-box.mb-banner {
    height: auto;
    background-color: #fff;
}

.header-box.mb-banner img {
    margin-bottom: 5px;
}

.motion-bites {
    display: inline-flex;
    flex-direction: column;
}

li.motion-bites .body-box {
    height: auto !important;
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.mb-svg svg {
    width: 200px;
    height: auto;
}

li.motion-bites .body-box .product-list-price {
    font-weight: bold;
    font-size: 18px;
}

li.motion-bites .body-box .body-box-footer a {
    background-color: #b457ff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 22px;
}

li.motion-bites .body-box .body-box-footer a:hover {
    background-color: #9854e8;
    box-shadow: 0 5px 8px 0 rgba(152, 84, 232, 0.27);
}

/*-= second banner-card  =-*/

#creators-needed-banner-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

#creators-needed-banner-card img {
    max-width: 960px;
}

.header-box.rgb-split svg {
    max-width: 240px;
}

/*-= banner mb end  =-*/
.header-box .product-bf-discount {
    position: absolute;
    top: 10px;
    left: -7px;
    transition: all 0.3s cubic-bezier(.51, .03, .21, .97);
}

.header-box .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 1px 6px;
    color: #a8a8a8;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 400;
}

.header-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.51, .03, .21, .97);
}

.product-list-title {
    margin: 0 auto 20px;
    padding: 15px 0 0 0;
    font-size: 28px;
    position: relative;
}

.product-list-title:after {
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    content: '';
    width: 17px;
    height: 2px;
    background-color: #d5d5d5;
}

.product-sub-text {
    font-size: 14px;
    margin-bottom: 4px;

}

.product-list-price {
    display: inline-block;
    /*align-self: flex-end;*/
    margin-bottom: 16px;
    color: #6d6d6d;
    font-size: 18px;
    /*    font-weight: bold;*/
}

.discount-applied {
    margin-left: 10px;
}

.body-box {
    padding: 0 10px;
    border: 0;
    height: 238px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-style: solid;
    transition: border-width 0.3s cubic-bezier(.51, .03, .21, .97);
    box-sizing: border-box;
}

.price-old {
    text-decoration: line-through;
    text-decoration-color: #fe2e68;
}

.line-through {
    position: relative;
}

.line-through:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background-color: #6d6d6d;
    background-color: #fe2e68;
    top: 50%;
    left: -5%;
    transform: rotate(-8deg);
}

/*  COLOR HOVER LINE  */

.body-box.sweet {
    border-color: #fe2e68;
}

.body-box.easy {
    border-color: #ffc707;
}

.body-box.hot-dog {
    border-color: #4C285B;
}

.body-box.rgb-split {
    border-color: var(--rgb-split-color);
}

.body-box.halftone {
    border-color: #8a00c0;
}

.body-box.lines-creator {
    border-color: #24d8e3;
}

.body-box.colorize-tool {
    border-color: #00d77f;
}

.body-box.glitch {
    border-color: #7ed321;
}

.body-box.fold {
    border-color: #3341f2;
}

.body-box.snap {
    border-color: #ae93c3;
}

.body-box-footer {
    align-self: flex-end;
    margin-bottom: 16px;
}

.body-box-footer a {
    margin: 0 5px;
    display: inline-block;
    padding: 10px 14px;
    color: #fff;
    background-color: #6d6d6d;
    border-radius: 11px;
    transition: all 0.3s cubic-bezier(.51, .03, .21, .97);
}

.body-box-footer a:hover {
    background-color: #2cdb93;
    box-shadow: 0 5px 8px 0 rgba(44, 219, 147, 0.27);
}

/*  COLOR HEADERS   */
.header-box.sweet {
    background-color: #fe2e68;
}

.header-box.hot-dog {
    background-color: #4C285B;
}

.header-box.rgb-split {
    background-color: var(--rgb-split-color);
}

.header-box.easy {
    background-color: #ffc707;
}

.header-box.halftone {
    background-color: #8a00c0;
}

.header-box.lines-creator {
    background-color: #24d8e3;
}

.header-box.colorize-tool {
    background-color: #00d77f;
}

.header-box.glitch {
    background-color: #7ed321;
}

.header-box.fold {
    background-color: #3341f2;
}

.header-box.snap {
    background-color: #ae93c3;
}

/* -----====// Quotes [] */
#quotes-wrapper {
    position: relative;
    margin: 100px 0;
    padding: 40px 0 20px 0;
    background-color: #2fbcc5;
    color: #fff;
}

#quotes-wrapper .quote-svg {
    display: block;
    margin: 20px auto;
    width: 76px;
    height: 76px;
    text-align: center;
}

#quotes-wrapper h2 {
    font-size: 40px;
    margin: 0px 0 10px 0;
    padding: 0;

    text-align: center;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
}

#quotes-mask {
    position: relative;
    width: 960px;
    height: 145px;
    overflow: hidden;
    margin: 0 auto;
}

#quotes-mask-container {
    position: relative;
    height: 145px;
    left: 0
}

#quotes-wrapper blockquote {
    position: absolute;
    width: 960px;
    margin: 0;
    padding: 0;
}

#quotes-wrapper blockquote p {
    padding: 0;
    margin: 20px auto;
    font-size: 24px;
    width: 960px;

    color: #fff;
    text-align: center;
    font-weight: 300;
    letter-spacing: -1px;
}

#quotes-wrapper blockquote footer,
#quotes-wrapper blockquote footer a {
    font-size: 16px;

    color: #fff;
    text-align: center;
    text-decoration: none;
}

#quotes-wrapper blockquote footer a:hover {
    color: #fff;
    text-decoration: none;
}



/* -----====// Info Boxes [] */
#info-box-wrapper {
    width: 960px;
    margin: 200px auto;
    text-align: center;
}

#info-box-wrapper .info-box-vertical-line {
    display: inline-block;
    width: 0;
    height: 270px;
    margin: 0 80px;
    border-right: 1px solid #ddd;
}

#info-box-wrapper .info-box {
    display: inline-block;
    width: 270px;
    text-align: center;
    vertical-align: top;
}

#info-box-wrapper .info-box .info-box-icon {
    width: 78px;
    height: 78px;
    margin: auto;
}

#info-box-wrapper .info-box h2 {
    color: #888;
    font-size: 22px;
    margin: 20px 0 10px 0;
}

#info-box-wrapper .info-box p {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    font-size: 15px;
    color: #aaa;
}

#info-box-wrapper .info-box a {
    color: #66d2ff;
    font-family: Arial, sans-serif;
}

#info-box-wrapper .info-box a:hover {
    color: #52a8cc;
}


/* -----====// Subscribe [] */
#subscribe-form-wrapper {
    position: relative;
    height: 110px;
    margin-top: 60px;
    color: #fff;
}

#subscribe-form-wrapper h2 {
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .15);
}

#subscribe-form {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
}

#subscribe-form-inner {
    position: relative;
    display: inline-block;
}

#subscribe-form #subscribe-form-input,
#subscribe-form #subscribe-form-submit {
    position: relative;
    display: inline-block;
    width: 340px;
    padding: 20px;
    border: 1px solid #fff;
    outline: none;
    line-height: 15px;
    font-size: 13px;
    background-color: #fff;
    color: #333;
}

#subscribe-form-input {
    -webkit-transition: all .7s cubic-bezier(.9, 0, .1, 1);
    transition: all .7s cubic-bezier(.9, 0, .1, 1);
}

#subscribe-form #subscribe-form-submit {
    width: 130px;
    margin-left: 5px;
    color: #f8a600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}

#subscribe-form #subscribe-form-submit:hover {
    background-color: #cafefe;
    color: #3dd8d8;
}

#subscribe-form-submit-animation {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    width: 172px;
    height: 57px;
    ;
    overflow: hidden;
    cursor: default;
}

#subscribe-form-submit-animation .triangle-cover {
    position: absolute;
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    -webkit-transition: all .7s cubic-bezier(.9, 0, .1, 1);
    transition: all .7s cubic-bezier(.9, 0, .1, 1);
}

#subscribe-form-submit-animation .triangle-cover-left {
    left: -242px;
    top: -71px;
    background-color: #f7a503;
}

#subscribe-form-submit-animation .triangle-cover-right {
    left: 214px;
    top: -71px;
    background-color: #fff;
}

#subscribe-form-submit-animation .triangle-cover-top {
    left: -14px;
    top: -242px;
    background-color: #3cd8d8;
}

#subscribe-form-submit-animation .triangle-cover-bottom {
    left: -14px;
    top: 100px;
    background-color: #f13555;
}

#subscribe-form-submit-animation .triangle-cover-center {
    left: -14px;
    top: -71px;
}

#subscribe-form-submit-animation .triangle-cover-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 57px;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .7s cubic-bezier(.9, 0, .1, 1);
    transition: all .7s cubic-bezier(.9, 0, .1, 1);
}

#subscribe-form-submit-animation .triangle-cover-text-one {
    visibility: visible;
    opacity: 1;
}

#subscribe-form-submit-animation .triangle-cover-text-two {
    visibility: visible;
    color: #f8a600;
    opacity: 1;
}

@-webkit-keyframes shake {
    0% {
        left: 0;
    }

    25% {
        left: -10px;
    }

    50% {
        left: 4px;
    }

    75% {
        left: -2px;
    }

    100% {
        left: 0;
    }
}

@keyframes shake {
    0% {
        left: 0;
    }

    25% {
        left: -10px;
    }

    50% {
        left: 4px;
    }

    75% {
        left: -2px;
    }

    100% {
        left: 0;
    }
}

#subscribe-form #subscribe-form-input.input-error {
    color: #e00;
    -webkit-animation: shake .3s;
    animation: shake .3s;
}


#facebook-page-wrapper {
    width: 600px;
    margin: 140px auto;
}



@-webkit-keyframes message-roll-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes message-roll-in {
    0% {
        line-height: 0px;
    }

    100% {
        line-height: 20px;
    }
}

.content-message {
    margin: auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    background-color: #2fc591;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-animation: message-roll-in .5s ease-out;
    animation: message-roll-in .5s ease-out;
}

.content-message a {
    color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.content-message a:hover {
    color: #145E44;
}


.width-center {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.button-round {
    display: inline-block;
    padding: 20px 25px;
    line-height: 15px;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.button-round-small {
    display: inline-block;
    padding: 5px 10px;
    line-height: 13px;
    font-size: 13px;
    border-radius: 10px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* -----====// Product Overlay [] */
#product-overlay {
    position: fixed;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s, height 0s linear;
    transition: opacity .3s ease-in-out, visibility .3s, height 0s linear;
}

#product-center {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 956px;
    height: 600px;
    padding: 20px;
    margin: auto;
    background-color: #fff;
    font-size: 15px;
}

#product-center h2 {
    width: 800px;
    height: 22px;
    line-height: 1;
    font-size: 22px;
    color: #888;
    margin: 0;
    padding: 0;
}

#product-center h2 span {
    color: #f13555;
}

#product-center h2 .thousand80-logo-pink,
#product-center h2 .fourK-logo-pink {
    float: right;
}

#product-video {
    width: 800px;
    height: 450px;
    margin: 20px 0;
}

#product-video-frame {
    opacity: 0;
    background-color: #fff;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#product-center aside {
    position: absolute;
    top: 62px;
    right: 20px;
    width: 136px;
}

#product-center aside h3 {
    margin: 0 0 10px 0;
    padding: 0 0 8px 0;
    line-height: 1;
    border-bottom: 1px solid #999;
    font-size: 15px;
    font-weight: normal;
    color: #888;
}

#product-center aside .product-related-button {
    display: block;
    margin: 9px 0;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#product-center aside .product-related-button:hover {
    opacity: .7;
}

#product-center aside .product-related-button img {
    display: block;
}

#product-add-to-cart {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #2fc591;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

#product-add-to-cart:hover {
    background-color: #20795a;
}

#product-overlay-cart {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #bebebe;
    color: #2fc591;
}

#product-overlay-cart span {
    display: inline-block;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #2fc591;
    color: #fff;
    text-align: center;

}

#product-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    visibility: hidden;
}

@-webkit-keyframes fade-away {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-away {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
    }
}

#product-cover.hide_cover {
    -webkit-animation: fade-away .5s ease-in;
    animation: fade-away .5s ease-in;
}

@keyframes rotate90 {
    0% {}

    100% {
        transform: rotate(90deg);
    }
}

@-webkit-keyframes rotate90 {
    0% {}

    100% {
        -webkit-transform: rotate(90deg);
    }
}

#product-overlay .button-x {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.button-x .x-fill-color {
    -webkit-transition: fill .3s ease-out;
    transition: fill .3s ease-out;
}

.button-x:hover {
    -webkit-animation: rotate90 .5s cubic-bezier(.57, -0.56, .31, 1.46);
    animation: rotate90 .5s cubic-bezier(.57, -0.56, .31, 1.46);
}

.button-x:hover .x-fill-color {
    fill: #fa2f67;
}




@keyframes pop {
    0% {
        transform: scale(1, 1)
    }

    30% {
        transform: scale(1.2, 1.2)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(1, 1)
    }

    30% {
        -webkit-transform: scale(1.2, 1.2)
    }

    100% {
        -webkit-transform: scale(1, 1)
    }
}

.popAnimation {
    -webkit-animation: pop .2s ease-out;
    animation: pop .2s ease-out;
}





/* -----====// Sliding Box [] */
.sliding-box {
    position: relative;
    width: 960px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;

    padding-bottom: 40px;
}

.sliding-box .sliding-box-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sliding-box .sliding-box-slide {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: left .7s ease-in-out;
    transition: left .7s ease-in-out;
    visibility: hidden;
}

.sliding-box .sliding-box-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
}

.sliding-box .sliding-box-nav ul {
    display: inline-block;
    width: 100%;
    height: 10px;
    margin: 0 auto;
    text-align: center;
}

.sliding-box .sliding-box-nav ul li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.sliding-box .sliding-box-nav ul li span {
    display: inline-block;
    width: 8px;
    height: 8px;

    margin: 0 auto;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
}

.sliding-box .sliding-box-nav ul li:hover span {
    border-color: #666;
    background-color: #999;
}

.sliding-box .sliding-box-nav ul li.sliding-box-nav-selected span {
    border-color: #333;
    background-color: #666;
}


@media print {

    html,
    body {
        background-color: #fff;
    }

    #site-header {
        position: absolute;
    }
}


.important-area {
    background-color: #e6e6e6;
    color: #888;
    padding: 40px 0 60px 0;
    margin: 100px 0;
    text-align: center;
}

.important-area h2 {
    font-size: 40px;
    margin: 0;
    color: #888;
}

.important-area a {
    display: inline-block;
    color: #fff;
    background-color: #b8b8b8;
    margin: 20px 10px;
}

.important-area a:hover {
    color: #b8b8b8;
    background-color: #fff;
}

a.button-hot,
span.button-hot {
    color: #fff;
    background-color: #2fc591;
}

a.button-hot:hover,
span.button-hot:hover {
    color: #2fc591;
    background-color: #fff;
}

.fsd-layout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fsd-layout.inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.fsd-layout.vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.fsd-layout.horizontal-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fsd-layout.vertical-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.fsd-layout.nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.fsd-layout.wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.fsd-layout.start {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.fsd-layout.center,
.fsd-layout.center-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.fsd-layout.end {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.fsd-layout.baseline {
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline
}

.fsd-layout.start-justified {
    -webkit-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start
}

.fsd-layout.center-justified,
.fsd-layout.center-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.fsd-layout.end-justified {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.fsd-layout.around-justified {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around
}

.fsd-layout.between-justified {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.fsd-layout.evenly-justified {
    -webkit-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly
}

.fsd-layout .self-start {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start
}

.fsd-layout .self-center {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center
}

.fsd-layout .self-end {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end
}

.fsd-layout .self-stretch {
    -webkit-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch
}

.fsd-layout .self-baseline {
    -webkit-align-self: baseline;
    -ms-align-self: baseline;
    align-self: baseline
}

.fsd-layout.start-aligned {
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.fsd-layout.end-aligned {
    -webkit-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.fsd-layout.center-aligned {
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.fsd-layout.between-aligned {
    -webkit-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
    -webkit-align-items: space-between;
    -ms-align-items: space-between;
    align-items: space-between
}

.fsd-layout.around-aligned {
    -webkit-align-content: around-between;
    -ms-align-content: around-between;
    align-content: around-between;
    -webkit-align-items: around-between;
    -ms-align-items: around-between;
    align-items: around-between
}