/* Minification failed. Returning unminified contents.
(1992,27): run-time error CSS1038: Expected hex color, found '#87d53'
 */
@font-face {
  font-family: 'icomoon';
  src:  url('/content/fonts2/icomoon.eot?pqrdb5');
  src:  url('/content/fonts2/icomoon.eot?pqrdb5#iefix') format('embedded-opentype'),
    url('/content/fonts2/icomoon.ttf?pqrdb5') format('truetype'),
    url('/content/fonts2/icomoon.woff?pqrdb5') format('woff'),
    url('/content/fonts2/icomoon.svg?pqrdb5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic-smile:before {
  content: "\e900";
}
.icon-ic-tongue:before {
  content: "\e901";
}
.icon-ic-scent:before {
  content: "\e902";
}
.icon-ic-graph:before {
  content: "\e903";
}
.icon-ic-clock:before {
  content: "\e904";
}
.icon-ic-biceps:before {
  content: "\e905";
}
.icon-ic-pill:before {
  content: "\e906";
}
.icon-ic-apostrophe:before {
  content: "\61";
}
.icon-ic-arrow-right:before {
  content: "\63";
}
.icon-ic-arrow-left:before {
  content: "\64";
}
.icon-ic-arrow-2-bottom:before {
  content: "\65";
}
.icon-ic-star:before {
  content: "\67";
}
.icon-ic-bag:before {
  content: "\69";
}
.icon-ic-close:before {
  content: "\6c";
}
.icon-ic-leaf:before {
  content: "\6e";
}
.icon-ic-minus:before {
  content: "\6f";
}
.icon-ic-plus:before {
  content: "\71";
}
.icon-ic-cup-large:before {
  content: "\e907";
}
.icon-ic-cup-medium:before {
  content: "\e908";
}
.icon-ic-cup-small:before {
  content: "\e909";
}
body {
    background-color: #ddd;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

.outer-wrapper {
    max-width: 1600px;
    margin: auto;
    padding-top: 82px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #fff;
}

.fix-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
}

    .fix-header .outer-wrapper {
        padding-top: 0;
    }

.home-page .outer-wrapper {
    background-image: url('/Content/img/bg_desktop.jpg');
}

.e404-page .outer-wrapper {
    background-image: url('/Content/img/404/bg_desktop.jpg');
}

.productlist {
    background-image: url('/Content/img/productlist/bg_desktop.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #fff;
}

.product-page {
    background-image: url('/Content/img/product/bg_desktop.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #fff;
}

.whatis-page {
    background-image: url('/Content/img/whatis/bg_desktop.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #fff;
}

.facts-fiction {
    background-image: url('/Content/img/facts/bg_desktop.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1080px), (min-resolution: 192dpi) and (min-width: 1080px) {
    .whatis-page {
        background-image: url('/Content/img/whatis/bg_desktop@2x.jpg');
        background-size: auto 384px;
    }

    .productlist {
        background-image: url('/Content/img/productlist/bg_desktop@2x.jpg');
        background-size: auto 334px;
    }

    .facts-fiction {
        background-image: url(/Content/img/facts/bg_desktop@2x.jpg);
        background-size: auto 415px;
    }
}

.inner-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

.header {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #fff;
}

.header-divider {
    width: 100%;
    height: 1px;
    /*
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
    */
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 5px rgba(57, 63, 72, 0.3);
}

.main-menu {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

    .main-menu li {
        display: inline-block;
        margin-right: 20px;
    }

        .main-menu li a {
            color: #393e37;
            font-weight: 600;
            text-decoration: none;
        }

.e404-page .home-header .main-menu li a,
.home-page .home-header .main-menu li a {
    color: #fff;
}

.footer1 {
    background-color: #565c53;
}

.footer2 {
    background-color: #393e37;
    color: #899485;
}

    .footer2 .copy,
    .footer2 img {
        vertical-align: middle;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer2 img {
        height: 40px;
    }

.footer1 .link-block ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
}

.footer1 .link-block .label {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 600;
}

.footer1 .link-block a {
    color: #b2bbaf;
    text-decoration: none;
}

.footer1 .link-block.contact a {
    color: #89c745;
}

.footer1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-content {
    color: #fff;
    text-align: center;
}

.hp .banner-content {
    margin-bottom: 300px;
}

    .hp .banner-content h1 {
        font-size: 56px;
        font-weight: 600;
        line-height: 1.14;
        text-align: center;
        text-shadow: 0 0 16px rgba(57, 62, 55, 0.5);
        margin-top: 0;
        padding-top: 127px;
    }

    .hp .banner-content .desc {
        margin: 18px auto 0 auto;
        width: 640px;
        font-size: 20px;
        line-height: 1.4;
        text-shadow: 0 0 16px #393e37, 0 0 16px #393e37;
        max-width: 85%;
    }

    .hp .banner-content .link1 {
        margin: 38px auto 0 auto;
        width: 240px;
        border-radius: 24px;
        background-color: #ffffff;
        box-shadow: 0 0 16px 0 rgba(57, 62, 55, 0.1);
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        color: #393e37;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px;
        transition: box-shadow .2s ease-in-out;
    }

        .hp .banner-content .link1:hover {
            box-shadow: 0 0 32px 0 rgba(57,62,55,0.25);
        }

    .hp .banner-content .link2 {
        font-size: 15px;
        font-weight: 600;
        margin: 20px auto 190px auto;
        display: block;
        text-decoration: none;
        color: #fff;
    }

        .hp .banner-content .link2:hover {
            text-decoration: underline;
        }

.hp .intro {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    text-align: center;
    color: #b2bbaf;
    text-transform: uppercase;
    padding: 0;
    margin: auto;
}

.hp .gral {
    margin-top: 4px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    text-align: center;
    color: #393e37;
}

.hp .products {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.hp .after-products {
    max-width: 80%;
    width: 640px;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #565c53;
    margin: auto;
}

.hp .products img {
    max-width: 250px;
}

.hp .what-is {
    width: 200px;
    border-radius: 24px;
    background-color: #89c745;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #f5f5f5;
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    margin: 56px auto 0 auto;
    text-decoration: none;
    text-transform: uppercase;
}

.hp .bgr2 {
    background-image: url('/Content/img/hp/bg_desktop.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    margin-top: 60px;
}

    .hp .bgr2 .label1 {
        padding-top: 86px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.39;
        text-align: center;
        color: #ffffff;
        text-shadow: 0 0 16px #393e37;
        margin: 0 auto 0 auto;
        text-transform: uppercase;
    }

    .hp .bgr2 .label2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.22;
        text-align: center;
        color: #ffffff;
        text-shadow: 0 0 16px rgba(57, 62, 55, 0.5);
        margin: 4px auto 0 auto;
    }

    .hp .bgr2 .label3 {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #ffffff;
        text-shadow: 0 0 16px #393e37, 0 0 16px #393e37;
        margin: 28px auto 0 auto;
        max-width: 640px;
    }

.hp .energy-variants {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
    justify-content: center;
}


    .hp .energy-variants .variant-box {
        float: left;
        display: flex;
        /*order: 1;
    flex-grow: 1;
    flex-shrink: 1;*/
        text-decoration: none;
        flex-direction: row;
        width: 220px;
    }

    .hp .energy-variants .variant-box-inner {
        border-radius: 4px;
        background-color: #ffffff;
        text-align: center;
        padding: 13px 16px 50px 16px;
        box-sizing: border-box;
        margin: 0px 3px;
        vertical-align: top;
        width: 100%;
        position: relative;
        text-decoration: none;
    }

        .hp .energy-variants .variant-box-inner img {
            margin-bottom: 6px;
        }



    .hp .energy-variants .variant-box .variant-box-inner .variant-label1 {
        font-size: 16px;
        font-weight: 600;
        color: #565c53;
        text-align: center;
        margin-top: -4px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        height: 44px;
        margin-bottom: 10px;
    }

    .hp .energy-variants .variant-box .variant-box-inner .variant-label2 {
        font-size: 14px;
        line-height: 1.36;
        color: #899485;
        text-align: center;
        margin-top: 4px;
    }

    .hp .energy-variants .variant-box .variant-box-inner .variant-label3 {
        font-size: 14px;
        line-height: 1.36;
        color: #565c53;
        text-align: center;
        position: absolute;
        z-index: 0;
        bottom: 20px;
        width: 100%;
        margin-left: -16px;
        margin-right: -16px;
    }

    .hp .energy-variants .variant-box .variant-box-inner .variant-desc {
        font-size: 14px;
        font-style: italic;
        text-align: center;
        color: #899485;
        display: none;
        max-width: 188px;
        margin: 16px auto auto auto;
    }

    .hp .energy-variants .variant-box .variant-label3 > span {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        display: inline-block;
    }

.hp .bgr3 {
    background-color: #f9fef7;
    padding-bottom: 64px;
    text-align: center;
}

    .hp .bgr3 .label1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.39;
        text-align: center;
        color: #b2bbaf;
        text-transform: uppercase;
        padding-top: 70px;
    }

    .hp .bgr3 .label2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.22;
        text-align: center;
        color: #393e37;
        margin-top: 4px;
    }

    .hp .bgr3 .label3 {
        max-width: 640px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #565c53;
        margin: 28px auto 0 auto;
    }

        .hp .bgr3 .label3 a {
            font-weight: 600;
            color: #89c745;
            text-decoration: none;
        }

    .hp .bgr3 .product-list {
        text-align: center;
        padding-top: 40px;
    }

    .e404-page .product-item,
    .hp .bgr3 .product-item {
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

        .e404-page .product-item .name,
        .hp .bgr3 .product-item .name {
            font-size: 16px;
            text-align: center;
            color: #565c53;
            margin-top: 16px;
        }

        .e404-page .product-item .price,
        .hp .bgr3 .product-item .price {
            font-size: 16px;
            font-style: italic;
            text-align: center;
            color: #b2bbaf;
            margin-top: 4px;
        }

        .e404-page .product-item .visit,
        .hp .bgr3 .product-item .visit {
            font-size: 15px;
            font-weight: 600;
            text-align: left;
            color: #89c745;
            margin-top: 16px;
            text-align: center;
        }

    .e404-page .go-to-shop,
    .hp .bgr3 .go-to-shop {
        width: 200px;
        border-radius: 24px;
        background-color: #89c745;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        color: #f5f5f5;
        padding-top: 11px;
        padding-bottom: 11px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 56px auto 0 auto;
    }

.hp .bgr4 .label1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    text-align: center;
    color: #b2bbaf;
    padding-top: 64px;
    text-transform: uppercase;
}

.hp .bgr4 .label2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    text-align: center;
    color: #393e37;
    margin-top: 4px;
}

.hp .bgr4 .gallery-list .gallery-item {
    position: relative;
    display: inline-block;
}

    .hp .bgr4 .gallery-list .gallery-item .gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(57, 62, 55, 0.8);
        transition: opacity .2s ease-in-out;
    }

    .hp .bgr4 .gallery-list .gallery-item:hover .gallery-overlay {
        opacity: 1;
    }

    .hp .bgr4 .gallery-list .gallery-item .gallery-overlay .view {
        text-transform: uppercase;
        vertical-align: middle;
        display: inline-block;
        width: 160px;
        border-radius: 24px;
        background-color: #ffffff;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 12px;
        font-weight: 600;
        color: #393e37;
    }

    .hp .bgr4 .gallery-list .gallery-item a img {
        max-height: 168px;
        left: -20px;
        position: relative;
    }

    .hp .bgr4 .gallery-list .gallery-item a {
        display: block;
        height: 168px;
        width: 221px;
        overflow: hidden;
    }

figure {
    padding: 0;
    margin: 0;
}

.hp .bgr4 .gallery-list {
    text-align: center;
    padding-top: 49px;
}

.helper {
    height: 100%;
    width: 0px;
    vertical-align: middle;
    display: inline-block;
}

.hp .bgr4 .view-gallery {
    width: 200px;
    border-radius: 24px;
    background-color: #89c745;
    margin: 56px auto 64px auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #f5f5f5;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
}

.header .kratom-logo-white {
    width: 82.5px;
    height: 40px;
    object-fit: contain;
    vertical-align: middle;
}

.header .kratom-logo-green {
    width: 82.5px;
    height: 40px;
    object-fit: contain;
    vertical-align: middle;
}

.productlist .pl-label1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.14;
    text-align: center;
    color: #393e37;
    padding-top: 75px;
    margin: 0;
}

.productlist .pl-label2 {
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #565c53;
    margin: 20px auto 0 auto;
}

.productlist .pl-our-products {
    width: 240px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(57, 62, 55, 0.1);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #393e37;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    margin: 40px auto 0 auto;
    text-decoration: none;
}

    .productlist .pl-our-products:hover {
        box-shadow: 0 0 32px 0 rgba(57,62,55,0.25);
        transition: box-shadow .2s ease-in-out;
    }

.productlist .prodlist {
    padding-top: 90px;
    text-align: center;
    padding-bottom: 40px;
}

.productlist .productlist-item {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 40px 0 40px 0;
    width: 40%;
    box-sizing: border-box;
}

    .productlist .productlist-item img {
        max-width: 100%;
    }

    .productlist .productlist-item .name {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #565c53;
        margin: 24px auto 0 auto;
    }

    .productlist .productlist-item .desc {
        font-size: 16px;
        text-align: center;
        color: #899485;
        margin: 4px auto 0 auto;
    }

    .productlist .productlist-item .visit {
        width: 200px;
        border-radius: 24px;
        background-color: #89c745;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        color: #f5f5f5;
        text-transform: uppercase;
        margin: 24px auto 0 auto;
    }

.product-page .basic-info .label1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-align: left;
    color: #b2bbaf;
    text-transform: uppercase;
}

.product-page .basic-info .label2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    text-align: left;
    color: #393e37;
    margin-top: 8px;
    max-width: 492px;
}

.product-page .basic-info .desc {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #565c53;
    margin-top: 8px;
    max-width: 492px;
}

.product-page .basic-info .link1 {
    width: 200px;
    border-radius: 24px;
    background-color: #89c745;
    margin-top: 30px;
    margin-right: 40px;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #f5f5f5;
    text-transform: uppercase;
    text-decoration: none;
}

.product-page .basic-info .link2 {
    margin-top: 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #899485;
    text-decoration: none;
}

.product-page .store-info {
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.95em;
}

.product-page .basic-info .link2 span {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.map-info .block,
.map-info .img-block {
    max-width: 44%;
    display: inline-block;
    vertical-align: middle;
}

.map-info .img-block {
    text-align: right;
    max-width: 55%;
}

    .map-info .img-block img {
        max-width: 80%;
    }

.block h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #393e37;
}

.block .text p {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #565c53;
    margin-bottom: 30px;
}

.metrics-header {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #393e37;
    padding-top: 90px;
}

.metrics {
    max-width: 850px;
    margin: 42px auto 0 auto;
}

    .metrics .metric {
        width: 19%;
        text-align: center;
        display: inline-block;
    }

        .metrics .metric > span {
            color: #89c745;
            font-size: 1.3em;
        }

        .metrics .metric > .name {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.29;
            text-align: center;
            color: #899485;
            text-transform: uppercase;
        }

        .metrics .metric > .value {
            font-size: 26px;
            font-weight: 600;
            line-height: 0.69;
            text-align: center;
            color: #565c53;
            margin-top: 16px;
        }

    .metrics.seconds {
        max-width: 1050px;
        margin: 80px auto 0 auto;
        text-align: center;
        position: relative;
    }

        .metrics.seconds img,
        .metrics.seconds .metric {
            vertical-align: middle;
        }

        .metrics.seconds .metric {
            width: 23%;
        }

.recenze {
    width: 1080px;
    border-top: 1px solid #f0f1ef;
    margin: 90px auto 0 auto;
    position: relative;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 64px;
}

    .recenze .quotes {
        position: absolute;
        text-align: center;
        width: 84px;
        top: -18px;
        left: calc(50%-42px);
        font-size: 30px;
        color: #89c745;
        background-color: #fff;
    }

    .recenze .rec-text {
        max-width: 576px;
        font-size: 18px;
        font-style: italic;
        line-height: 1.78;
        text-align: center;
        color: #899485;
        margin-left: 40px;
        margin-right: 40px;
    }

    .recenze .rec-text,
    .recenze .icon-ic-arrow-left,
    .recenze .icon-ic-arrow-right {
        display: inline-block;
        vertical-align: middle;
    }

    .recenze .icon-ic-arrow-left,
    .recenze .icon-ic-arrow-right {
        font-size: 30px;
        color: #b2bbaf;
    }

    .recenze .author {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.38;
        color: #565c53;
        margin: 16px auto 0 auto;
    }

.det-bgr2 {
    background-color: #f9fef7;
    padding-top: 100px;
    padding-bottom: 108px;
}

    .det-bgr2 .infoblock h2 {
        width: 420px;
        font-size: 26px;
        font-weight: 600;
        text-align: left;
        color: #393e37;
    }

    .det-bgr2 .infoblock div {
        width: 447px;
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #565c53;
    }

.det-bgr3 {
    padding-top: 64px;
    padding-bottom: 64px;
}

    .det-bgr3 h2 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        color: #393e37;
    }

    .det-bgr3 .desc {
        font-size: 14px;
        line-height: 1.57;
        text-align: center;
        color: #565c53;
        max-width: 640px;
        margin: 16px auto 64px auto;
    }

        .det-bgr3 .desc p {
            margin-bottom: 15px;
        }

    .det-bgr3 .buy-in-shop {
        width: 200px;
        border-radius: 24px;
        background-color: #89c745;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        color: #f5f5f5;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        margin: 0 auto 0 auto;
    }

.e404-page h1 {
    padding-top: 140px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(57, 62, 55, 0.5);
    margin-top: 0;
    margin-bottom: 0;
}

.e404-page .desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.44;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 0 16px #393e37;
}

.e404-page .link1 {
    width: 240px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(57, 62, 55, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #393e37;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 150px;
    display: block;
}

.err-likes {
    text-align: center;
    margin-bottom: 64px;
}

.likes-label {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #393e37;
    padding-top: 64px;
    margin-bottom: 56px;
}

.err-likes .product-item {
    padding-left: 50px;
    padding-right: 50px;
}

.whatis-page .title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.14;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 16px rgba(57, 62, 55, 0.5);
    padding-top: 70px;
    margin-top: 0;
    margin-bottom: 0;
}

.whatis-page .desc {
    max-width: 640px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 16px #393e37, 0 0 16px #393e37;
    padding-bottom: 50px;
    margin: 20px auto 0 auto;
}

.cleaner {
    clear: both;
}

.whatis-page .content {
    margin-top: 64px;
    position: relative;
}

.whatis-page .content-title {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #393e37;
}

.whatis-page .plaintext {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #565c53;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .whatis-page .plaintext a {
        color: #89c745;
        text-decoration: none;
    }

.whatis-page .titleblock {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    text-align: center;
    color: #b2bbaf;
    margin-top: 128px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

.whatis-page .plaintext .bold {
    font-weight: 600;
    color: #393e37;
}

.whatis-page .name-switcher {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #899485;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .whatis-page .name-switcher > span {
        border-bottom: 1px solid #899485;
        padding-bottom: 2px;
        cursor: pointer;
    }

        .whatis-page .name-switcher > span:hover {
            color: #89c745;
        }

    .whatis-page .name-switcher .active {
        color: #89c745;
        border-bottom: none;
    }

.whatis-page .name-switcher-box > div {
    display: none;
    padding: 24px 32px 32px 32px;
    border-radius: 2px;
    border: solid 1px #f0f1ef;
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
}

    .whatis-page .name-switcher-box > div.active {
        display: block;
    }

.whatis-page .name-switcher-box .name {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.57;
    text-align: left;
    color: #565c53;
    margin-bottom: 5px;
}

.whatis-page .name-switcher-box .text {
    font-size: 14px;
    font-style: italic;
    line-height: 1.57;
    text-align: left;
    color: #899485;
}

.whatis-page .name-switcher-box .ear {
    position: absolute;
    top: -9px;
    left: 100px;
}

.whatis-page .color-selector {
    position: relative;
}

    .whatis-page .color-selector .switch {
        position: absolute;
    }

        .whatis-page .color-selector .switch > div {
            width: 70px;
            height: 70px;
            position: relative;
            text-align: center;
            cursor: pointer;
        }

            .whatis-page .color-selector .switch > div > span {
                font-size: 24px;
                display: inline-block;
                vertical-align: middle;
            }

            .whatis-page .color-selector .switch > div:nth-child(1n+0) {
                color: #ff4545;
            }

            .whatis-page .color-selector .switch > div:nth-child(2n+0) {
                color: #b2bbaf;
            }

            .whatis-page .color-selector .switch > div:nth-child(3n+0) {
                color: #89c745;
            }

            .whatis-page .color-selector .switch > div:nth-child(4n+0) {
                color: #f5d061;
            }

    .whatis-page .color-selector .shadow-remover {
        position: absolute;
        height: 280px;
        width: 10px;
        top: 0px;
        left: 70px;
        background-color: #fff;
    }

    .whatis-page .color-selector .switch .active {
        -webkit-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
        -moz-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
        box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
        background-color: #fff;
    }

    .whatis-page .color-selector .color-content {
        -webkit-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
        -moz-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
        box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
        background-color: #fff;
        margin-left: 70px;
        height: 280px;
        padding: 32px;
        box-sizing: border-box;
    }

        .whatis-page .color-selector .color-content > div {
            display: none;
        }

            .whatis-page .color-selector .color-content > div.active {
                display: block;
            }

        .whatis-page .color-selector .color-content .name {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.38;
            text-align: left;
            color: #565c53;
            margin-bottom: 16px;
        }

        .whatis-page .color-selector .color-content .text {
            font-size: 14px;
            line-height: 1.57;
            text-align: left;
            color: #565c53;
        }

.vertical-center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0px;
}

.whatis-page .origin-title {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #393e37;
    margin-top: 47px;
    margin-bottom: 16px;
}

.whatis-page .origin-divider {
    height: 1px;
    background-color: #f0f1ef;
    margin-top: 40px;
    margin-bottom: 40px;
}

.whatis-page .metrics-box > div {
    width: 33.3333%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    text-align: left;
    color: #899485;
}

    .whatis-page .metrics-box > div > span:nth-child(1n+0) {
        font-size: 20px;
        color: #89c645;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

    .whatis-page .metrics-box > div > div {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .whatis-page .metrics-box > div > span:nth-child(3n+0) {
        color: #565c53;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        font-size: 16px;
    }

.whatis-page .metrics-box {
    margin-top: 20px;
}

.whatis-page .origin-subbox {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #f0f1ef;
    padding: 32px;
    margin-top: 40px;
}

    .whatis-page .origin-subbox .origin-sub-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.38;
        text-align: left;
        color: #565c53;
    }

    .whatis-page .origin-subbox .metrics-box > div {
        width: 23%;
    }

        .whatis-page .origin-subbox .metrics-box > div > span:nth-child(1n+0) {
            font-size: 28px;
        }

        .whatis-page .origin-subbox .metrics-box > div > span:nth-child(2n+0) {
            font-size: 16px;
            color: #565c53;
        }

.whatis-page .form {
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
    box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
    padding: 32px;
    margin-bottom: 5px;
}

    .whatis-page .form .name {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.38;
        text-align: left;
        color: #565c53;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .whatis-page .form .text {
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #565c53;
    }

    .whatis-page .form img {
        vertical-align: middle;
        margin-right: 32px;
    }

    .whatis-page .form .forms-content {
        vertical-align: middle;
        display: inline-block;
        max-width: 480px;
    }

.whatis-page .howto {
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
    box-shadow: 0px 0px 5px 5px rgba(247,247,247,1);
    padding: 32px;
    margin-bottom: 5px;
}

    .whatis-page .howto .name {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.38;
        text-align: left;
        color: #565c53;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .whatis-page .howto .text {
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #565c53;
    }

.cups {
    margin-top: 20px;
}

    .cups > div {
        width: 33%;
        float: left;
    }

        .cups > div > img {
            vertical-align: middle;
            margin-right: 10px;
        }

    .cups .cup-info {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1.29;
        text-align: left;
        color: #565c53;
    }

        .cups .cup-info > h3 {
            font-size: 16px;
            font-weight: 600;
            text-align: left;
            color: #565c53;
            margin-bottom: 4px;
            margin-top: 0;
        }

.facts-fiction .ff-label1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.14;
    text-align: center;
    color: #393e37;
    padding-top: 70px;
    margin-top: 0px;
}

.facts-fiction .ff-label2 {
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #565c53;
    max-width: 640px;
    margin: 20px auto 40px auto;
}

.facts-fiction .ff-find-reply {
    width: 240px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(57, 62, 55, 0.1);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #393e37;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    margin: 40px auto 0 auto;
    text-decoration: none;
}

    .facts-fiction .ff-find-reply:hover {
        box-shadow: 0 0 32px 0 rgba(57,62,55,0.25);
        transition: box-shadow .2s ease-in-out;
    }

.facts-fiction-content {
    padding-top: 170px;
    padding-bottom: 50px;
}

    .facts-fiction-content > div {
        max-width: 450px;
        width: 45%;
    }

    .facts-fiction-content .facts {
        float: left;
        margin-left: 30px;
    }

    .facts-fiction-content .fiction {
        float: right;
        margin-right: 30px;
    }

    .facts-fiction-content .ff-icon-box {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 1px #f0f1ef;
        margin-bottom: 20px;
    }

        .facts-fiction-content .ff-icon-box span {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.39;
            text-align: center;
            color: #565c53;
            text-transform: uppercase;
            vertical-align: middle;
            padding-left: 5px;
        }

        .facts-fiction-content .ff-icon-box img {
            vertical-align: middle;
        }

    .facts-fiction-content .infos h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.38;
        text-align: left;
        color: #565c53;
        padding: 20px;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
    }

        .facts-fiction-content .infos h2 span {
            float: right;
            color: #b2bbaf;
        }

    .facts-fiction-content .divider {
        height: 1px;
        background-color: #f0f1ef;
    }

    .facts-fiction-content .infos .text {
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #565c53;
        padding: 0 15px 0 15px;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


    .facts-fiction-content .infos .active .text {
        max-height: 300px;
        padding: 15px;
    }

    .facts-fiction-content .infos .active h2 {
        background-color: #f0f1ef;
    }

    .facts-fiction-content .infos h2 span {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .facts-fiction-content .infos .active h2 span {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        margin-top: 5px;
    }

    .facts-fiction-content .mobile-tabs {
        display: none;
    }

.gallery-page {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05) inset;
}

    .gallery-page .gallery-label1 {
        font-size: 56px;
        font-weight: 600;
        line-height: 1.14;
        text-align: center;
        color: #393e37;
        margin-top: 0px;
        padding-top: 70px;
    }

    .gallery-page .gallery-label2 {
        font-size: 18px;
        line-height: 1.44;
        text-align: center;
        color: #565c53;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

        .gallery-page .gallery-label2 span {
            /*color: #89c745;*/
        }

    .gallery-page .hp {
        padding-bottom: 70px;
    }

.cowork .content-title {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #393e37;
}

.cowork .plaintext {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #565c53;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cowork .ff-label1 {
    margin-bottom: 330px;
}

.cowork {
    margin-bottom: 50px;
}

    .cowork .content {
        max-width: 90%;
        margin: auto;
    }

.gallery-list figcaption {
    display: none;
}

.hp .bgr3 .product-list img,
.err-likes .product-list img {
    max-width: 220px;
}















/* ---------------------- DESKTOP only -------------------------*/
@media only screen and (min-width: 1080px) {

    .header .kratom-logo-white {
        display: none;
    }

    .e404-page .header.home-header .kratom-logo-white,
    .home-page .header.home-header .kratom-logo-white {
        display: inline-block;
    }

    .e404-page .header.home-header .kratom-logo-green,
    .home-page .header.home-header .kratom-logo-green {
        display: none;
    }

    .e404-page .header.home-header,
    .home-page .header.home-header {
        background-color: transparent;
    }

    .menu-toggler,
    .main-menu-toggle,
    .main-menu-toggle-container {
        display: none;
    }

    .footer2 .eet {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        max-width: 60%;
        text-align: right;
        float: right;
        margin-top: 15px;
    }

    .footer1 .link-block {
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }

    .products > div {
        width: 100% !important;
    }

    .hp .energy-variants .variant-box:hover .variant-label3 > span {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    .hp .energy-variants .variant-box:hover .variant-desc {
        display: block;
    }

    .hp .energy-variants .variant-box:hover img {
        display: none;
    }

    .hp .energy-variants .variant-box:hover .variant-label1 {
        margin-top: 40px;
    }


    .product-page .main-image {
        margin-top: 53px;
        max-width: 500px;
    }

    .product-page .basic-info {
        padding-top: 112px;
        position: absolute;
        right: 0;
    }

    .metrics.seconds .metric.left {
        position: absolute;
        left: 0px;
        top: 55px;
    }

    .metrics.seconds .metric.right {
        position: absolute;
        right: 0px;
        top: 55px;
    }

    .det-bgr2 .infoblock {
        top: 70px;
        position: absolute;
        right: 0;
    }

    .whatis-content {
        background-image: url('/Content/img/whatis/cont-bgr.png');
        background-position: center center;
        background-repeat: repeat-y;
    }

        .whatis-content .float-menu {
            float: left;
            width: 240px;
            text-align: right;
        }

        .whatis-content .content {
            float: right;
            width: 713px;
            margin-right: 50px;
        }

    .float-menu {
        margin-top: 64px;
    }

        .float-menu a {
            font-size: 16px;
            line-height: 2;
            text-align: right;
            text-decoration: none;
            color: #899485;
        }

            .float-menu a.second {
                font-size: 14px;
                line-height: 1.71;
                padding-right: 15px;
                background-image: url('/Content/img/dash.png');
                background-position: center right;
                background-repeat: no-repeat;
            }

            .float-menu a:hover {
                text-decoration: underline;
                color: #565c53;
            }

        .float-menu .active {
            font-weight: bold;
            color: #393e37;
        }

    .product-page .green-wave {
        background-image: url('/Content/img/hp/greenwave_desktop.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: top;
        height: 78px;
        margin-top: 50px;
    }

    /* --------------------- HOVERS ----------------------- */


    .order-footer .create-order:hover {
        background-color: #f0f1ef;
        color: #b2bbaf;
    }

    .order-content .cart-content .item .count-edit:hover {
        background-color: #ff4545;
        border-color: #ff4545;
        color: #fff;
    }

    .order-content .cart-content .item .confirm .button:hover {
        background-color: #ff4545;
        border-color: #ff4545;
        color: #fff;
    }

    .buy-selected .buy-block .buttons .count-edit:hover {
        background-color: #ff4545;
        border-color: #ff4545;
        color: #fff;
    }

    .buy-list .item .buy-block .buttons .count-edit:hover {
        background-color: #ff4545;
        border-color: #ff4545;
        color: #fff;
    }

    .main-menu li a:hover,
    .footer1 .link-block a:hover,
    .product-page .basic-info .link2:hover,
    .e404-page .product-item:hover .visit,
    .hp .bgr3 .product-item:hover .visit,
    .hp .bgr3 .label3 a:hover,
    .whatis-page .plaintext a:hover {
        text-decoration: underline;
    }

    .hp .what-is:hover,
    .e404-page .go-to-shop:hover,
    .hp .bgr3 .go-to-shop:hover,
    .hp .bgr4 .view-gallery:hover,
    .productlist .productlist-item:hover .visit,
    .product-page .basic-info .link1:hover,
    .det-bgr3 .buy-in-shop:hover {
        background-color: #87d53;
    }

    /* --------------------- HOVERS end ----------------------- */

}

.block.small {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1.5em;
}

div.cups {
    margin-top: 2.5em;
}

    div.cups span[class^="icon-"] {
        font-size: 45px;
        color: #89c745;
    }

    div.cups div.cup-info {
        margin-top: -32px;
        margin-left: 15px;
    }

/*---------------GUARANA EXTENSIONS-----------------*/

.order a {
    text-decoration: none;
}

.order .position-relative {
    position: relative;
}

.order .over {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}

.order h1 {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #393e37;
    margin-top: 64px;
}

.order .order-info {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #565c53;
    margin-bottom: 16px;
}

.order-pane-left {
    float: left;
    width: 41.2%;
}

.order-pane-right {
    float: right;
    width: 45.8%;
}

.order-field {
    padding-right: 5px;
    padding-top: 24px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

    .order-field.half {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        float: left;
    }

    .order-field.two-third {
        display: inline-block;
        width: 70%;
        box-sizing: border-box;
        float: left;
    }

    .order-field.one-third {
        display: inline-block;
        width: 30%;
        box-sizing: border-box;
        float: left;
    }

    .order-field .label,
    .ship-pay-selector .label,
    .order-content .label,
    .order-coupon .label {
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: left;
        color: #393e37;
        margin-bottom: 8px;
    }

    .order-field input,
    .order-field textarea {
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: inset 0 0 4px 0 #b2bbaf;
        border: solid 1px #b2bbaf;
        padding: 16px 13px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: left;
        color: #393e37;
        display: block;
        width: 100%;
        box-sizing: border-box;
        outline: none;
    }

    .order-field textarea {
        height: 88px;
    }

    .order-field .warn-box, .order-field .warn-box-sk {
        display: none;
    }

    .order-field.invalid input, .order-field.invalid-sk input {
        border: solid 1px #ff4545;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: #ff4545;
    }

    .order-field.invalid .warn-box, .order-field.invalid-sk .warn-box-sk {
        display: block;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #ff4545;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        padding: 8px 16px;
    }

    .order-field.invalid .warn-box-sk {
        display: none;
    }

    .order-field.invalid-sk .warn-box-sk {
        display: block;
    }

.order-field-spacer {
    margin-bottom: 48px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b2bbaf;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #b2bbaf;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #b2bbaf;
}

:-moz-placeholder { /* Firefox 18- */
    color: #b2bbaf;
}

.ship-pay-selector {
    padding-top: 40px;
    float: left;
    width: 100%;
}

    .ship-pay-selector .radio-block {
        padding-top: 6px;
        cursor: pointer;
    }

        .ship-pay-selector .radio-block .rb {
            width: 16px;
            height: 16px;
            background-color: #ffffff;
            border: solid 1px #b2bbaf;
            border-radius: 8px;
            box-sizing: border-box;
            float: left;
            margin-top: 1px;
        }

        .ship-pay-selector .radio-block.checked .rb {
            border: solid 5px #89c745;
        }

        .ship-pay-selector .radio-block .value {
            float: left;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #565c53;
            padding-left: 8px;
            max-width: 70%;
        }

        .ship-pay-selector .radio-block .price {
            float: right;
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: right;
            color: #89c745;
            margin-top: -1px;
        }

        .ship-pay-selector .radio-block .radio-info {
            display: none;
            margin-left: 24px;
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.43;
            letter-spacing: normal;
            text-align: left;
            color: #393e37;
            border-radius: 3px;
            background-color: #f9fef7;
            border: solid 1px #f9fef7;
            padding: 16px;
            margin-top: 8px;
        }

        .ship-pay-selector .radio-block.checked .radio-info {
            display: block;
        }

.order .ship-pay-selector .radios, .order .order-content .cart-content {
    min-height: 4em;
}

.order-footer {
    border-top: 1px solid #f0f1ef;
    margin-top: 100px;
    padding-bottom: 66px;
}

.order-footer-right {
    float: right;
}

.order-footer .back-to-store {
    float: left;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #89c745;
    margin-top: 47px;
}

.order-footer .create-order {
    float: right;
    border-radius: 24px;
    background-color: #89c745;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9fef7;
    padding: 15px 35px;
    margin-top: 32px;
    text-transform: uppercase;
}

    .order-footer .create-order .icon-ic-refresh, .order .over .icon-ic-refresh {
        display: none;
        margin-left: 72px;
        margin-right: 72px;
        -webkit-animation: spin 3s linear infinite;
        -moz-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    .order-footer .create-order.waiting .text {
        display: none;
    }

.order .over .icon-ic-refresh {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    margin: 0px;
    display: block;
    padding: 0px;
    margin-left: -0.5em;
    margin-top: -0.5em;
}

.order-footer .create-order.waiting .icon-ic-refresh {
    display: inline-block;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.order-footer .laws-box .value, .order-footer .laws-box .gdprInfo {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #565c53;
}

.order-footer .laws-box .value {
    width: 90%;
}

.order-footer .laws-box {
    max-width: 360px;
}

    .order-footer .laws-box .gdprInfo {
        margin-top: 1em;
    }

        .order-footer .laws-box .gdprInfo a {
            text-decoration: underline;
            font-weight: bold;
            color: #89c745;
        }


.order-footer .laws-link {
    color: #89c745;
}

.order-footer .laws-box {
    float: right;
    padding-top: 20px;
    cursor: pointer;
}

.order-footer .value {
    display: inline-block;
    vertical-align: middle;
}

.chbox {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #89c745;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

    .chbox.checked {
        background-color: #89c745;
    }

        .chbox.checked:after {
            content: '✔︎';
            position: relative;
            top: -6px;
            left: 2px;
            font-size: 14px;
            color: #fff;
            vertical-align: middle;
        }

.coupon-link {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #89c745;
    padding-top: 12px;
    display: block;
}

.order-summary {
    margin-top: 35px;
}

    .order-summary .sum-divider {
        border-top: 1px solid #f0f1ef;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .order-summary .name {
        float: left;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #565c53;
    }

    .order-summary .value {
        float: right;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: right;
        color: #393e37;
    }

        .order-summary .value.total {
            font-size: 20px;
            line-height: 1.2;
            color: #89c745;
        }

.order-content .cart-content {
    background-color: #f9fef7;
    padding-top: 28px;
}

    .order-content .cart-content .item {
        padding-bottom: 28px;
        padding-left: 24px;
        padding-right: 24px;
    }

        .order-content .cart-content .item img {
            max-height: 72px;
            max-width: 65px;
            float: left;
        }

        .order-content .cart-content .item .price,
        .order-content .cart-content .item .price-sub {
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #89c745;
            display: inline-block;
            margin-right: 16px;
            vertical-align: middle;
        }

        .order-content .cart-content .item .price-sub {
            display: none;
        }

        .order-content .cart-content .item .icon-ic-close {
            color: #b2bbaf;
            vertical-align: middle;
            cursor: pointer;
        }

        .order-content .cart-content .item .tools {
            float: right;
            padding-top: 26px;
        }

        .order-content .cart-content .item .name {
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #565c53;
            margin-bottom: 8px;
        }

        .order-content .cart-content .item .count-edit {
            width: 32px;
            height: 24px;
            border-radius: 16px;
            background-color: #ffffff;
            border: solid 1px #899485;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            color: #b2bbaf;
            font-weight: bold;
            font-size: 20px;
            padding-top: 0px;
            line-height: 24px;
            cursor: pointer;
            user-select: none;
        }

        .order-content .cart-content .item .count {
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #393e37;
            width: 32px;
            text-align: center;
            display: inline-block;
        }

        .order-content .cart-content .item .name-count {
            padding-left: 24px;
            padding-top: 12px;
            float: left;
            width: 60%;
        }

        .order-content .cart-content .item .confirm {
            display: none;
            padding-left: 16px;
            padding-top: 40px;
        }

            .order-content .cart-content .item .confirm .text {
                float: left;
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: left;
                color: #393e37;
            }

            .order-content .cart-content .item .confirm .buttons {
                float: right;
                padding-top: 4px;
            }

            .order-content .cart-content .item .confirm .button {
                cursor: pointer;
                border-radius: 24px;
                background-color: #f9fef7;
                border: solid 2px #b2bbaf;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: center;
                color: #b2bbaf;
                padding: 7px 30px;
                display: inline-block;
                float: left;
                margin-left: 8px;
            }

.buy-page h1 {
    font-size: 56px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #393e37;
}

.buy-page-header {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #565c53;
    margin-bottom: 40px;
}

.buy-page a {
    text-decoration: none;
}

.buy-page-header a {
    color: #89c745;
}

.buy-selected-others,
.buy-selected-title {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #393e37;
    margin-bottom: 16px;
}

.buy-selected-others {
    margin-top: 40px;
}

.buy-selected {
    background-color: #f9fef7;
    padding: 40px;
}

    .buy-selected img {
        width: 33.3333%;
        display: inline-block;
        vertical-align: middle;
    }

    .buy-selected .info-box {
        padding-left: 74px;
        width: calc(66.6666% - 80px);
        display: inline-block;
        vertical-align: middle;
    }

        .buy-selected .info-box h2 {
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #565c53;
        }

        .buy-selected .info-box .desc {
            font-size: 18px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #899485;
            margin-top: 8px;
            margin-bottom: 24px;
        }

            .buy-selected .info-box .desc a {
                font-size: 16px;
                color: #89c745;
                display: block;
            }

        .buy-selected .info-box .price-box .piece-price {
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #899485;
            display: inline-block;
        }

        .buy-selected .info-box .price-box .piece-price-rec {
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #ff0000;
            text-decoration: line-through;
            display: inline-block;
            padding-right: 10px;
        }

        .buy-selected .info-box .price-box .total-price {
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            font-size: 36px;
            color: #89c745;
            display: inline-block;
            margin-right: 10px;
        }

    .buy-selected .divider {
        border-top: 1px solid #f0f1ef;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .buy-selected .buy-block .buttons {
        float: left;
    }

        .buy-selected .buy-block .buttons .count {
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #393e37;
            width: 48px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }

        .buy-selected .buy-block .buttons .count-edit {
            width: 64px;
            height: 48px;
            border-radius: 24px;
            background-color: #ffffff;
            border: solid 1px #899485;
            color: #b2bbaf;
            font-size: 32px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
            padding-top: 1px;
            box-sizing: border-box;
            cursor: pointer;
            user-select: none;
        }

    .buy-selected .buy-block .buy-button {
        float: right;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f5f5f5;
        display: block;
        padding: 15px 60px;
        border-radius: 24px;
        background-color: #89c745;
        cursor: pointer;
        user-select: none;
    }


.buy-filter {
    border-bottom: 1px solid #f0f1ef;
    margin-bottom: 40px;
}

    .buy-filter .item {
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #899485;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f1ef;
        display: inline-block;
        margin-right: 22px;
        margin-bottom: -1px;
        cursor: pointer;
    }

        .buy-filter .item.active {
            color: #393e37;
            border-bottom: 1px solid #89c745;
        }

.buy-list .item {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(57, 62, 55, 0.05);
    float: left;
    margin: 2.5px;
    width: calc(50% - 5px);
    padding: 40px 24px;
    box-sizing: border-box;
    min-width: 300px;
}

    .buy-list .item img {
        width: 26.8%;
        display: inline-block;
        vertical-align: middle;
    }

    .buy-list .item .info-box {
        padding-left: 26px;
        width: calc(73.2% - 32px);
        display: inline-block;
        vertical-align: middle;
    }

        .buy-list .item .info-box h2 {
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #565c53;
            height: 3em;
            overflow: hidden;
        }

        .buy-list .item .info-box .desc {
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #899485;
            margin-top: 4px;
            margin-bottom: 12px;
        }

            .buy-list .item .info-box .desc a {
                font-size: 14px;
                color: #89c745;
                display: block;
            }

        .buy-list .item .info-box .price-box .piece-price {
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #b2bbaf;
            display: inline-block;
        }

        .buy-list .item .info-box .price-box .piece-price-rec {
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #ff0000;
            display: inline-block;
            text-decoration: line-through;
            padding-right: 5px;
        }

        .buy-list .item .info-box .price-box .total-price {
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            font-size: 24px;
            color: #89c745;
            display: inline-block;
            margin-right: 8px;
        }

        .buy-list .item .info-box .price-box .variant-name {
            font-size: 14px;
        }

    .buy-list .item .divider {
        border-top: 1px solid #f0f1ef;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .buy-list .item .buy-block .buttons {
        float: left;
    }

        .buy-list .item .buy-block .buttons .count {
            font-size: 20px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #393e37;
            width: 48px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }

        .buy-list .item .buy-block .buttons .count-edit {
            width: 40px;
            height: 32px;
            border-radius: 16px;
            background-color: #ffffff;
            border: solid 1px #899485;
            color: #b2bbaf;
            font-size: 32px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
            padding-top: 12px;
            line-height: 0.1;
            box-sizing: border-box;
            cursor: pointer;
            user-select: none;
        }

    .buy-list .item .buy-block .buy-button {
        float: right;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f5f5f5;
        display: block;
        padding: 7px 18px;
        border-radius: 24px;
        background-color: #89c745;
        cursor: pointer;
        user-select: none;
    }

    .buy-list .item.help-item .height-helper {
        width: 0;
        height: 205px;
        vertical-align: middle;
        display: inline-block;
    }

    .buy-list .item.help-item .help-button {
        border-radius: 24px;
        background-color: #ffffff;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #393e37;
        padding: 10px 50px;
        text-transform: uppercase;
        margin-top: 12px;
        display: inline-block;
    }

    .buy-list .item.help-item .info-box .desc a {
        font-size: 16px;
        display: inline-block;
    }

    .buy-list .item.help-item .info-box {
        padding-left: 40px;
    }

        .buy-list .item.help-item .info-box h2 {
            color: #393e37;
        }

    .buy-list .item.item.help-item img {
        width: 13.7%;
        padding-left: 24px;
    }

    .buy-list .item.help-item:nth-child(2n+1) {
        width: calc(100% - 5px);
    }

        .buy-list .item.help-item:nth-child(2n+1) img {
            width: 8.86%;
            padding-left: 56px;
        }

        .buy-list .item.help-item:nth-child(2n+1) .info-box {
            padding-left: 80px;
        }

            .buy-list .item.help-item:nth-child(2n+1) .info-box h2 {
                font-size: 24px;
            }

            .buy-list .item.help-item:nth-child(2n+1) .info-box .desc {
                font-size: 16px;
            }

        .buy-list .item.help-item:nth-child(2n+1) .help-button {
            margin-top: 30px;
        }

    .buy-list .item .buy-block-mobile,
    .buy-selected .buy-block-mobile {
        display: none;
    }

    .buy-list .item .store-info {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.95em;
    }

#add-cart-dialog {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

    #add-cart-dialog .dialog {
        position: absolute;
        top: 0px;
        left: 0px;
        background: white;
    }

.main-menu-right {
    float: right;
}

    .main-menu-right .buy-button {
        border-radius: 24px;
        background-color: #89c745;
        display: inline-block;
        padding: 8px 40px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f5f5f5;
        margin-top: 12px;
        cursor: pointer;
        user-select: none;
    }

    .main-menu-right .divider {
        width: 1px;
        height: 32px;
        background-color: #f0f1ef;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-menu-right .cart-link {
        position: relative;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #393e37;
    }

        .main-menu-right .cart-link .icon-ic-bag {
            font-size: 24px;
            vertical-align: middle;
            display: inline-block;
            margin-right: 8px;
        }

        .main-menu-right .cart-link .count {
            width: 18px;
            height: 18px;
            background-color: #ffba33;
            border-radius: 9px;
            font-size: 12px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #ffffff;
            text-align: center;
            position: absolute;
            left: 14px;
            top: -8px;
            padding-top: 1px;
        }

.footer1 .link-block.icons {
    float: right;
    width: 360px;
}

    .footer1 .link-block.icons .label {
        margin-bottom: 20px;
    }

    .footer1 .link-block.icons .icon-block {
        display: inline-block;
        vertical-align: middle;
        width: 33%;
        text-align: center;
        line-height: 40px;
    }

        .footer1 .link-block.icons .icon-block.full {
            width: 100%;
        }

        .footer1 .link-block.icons .icon-block img {
            margin: auto;
        }

.warn-block-cont {
    position: fixed;
    top: 92px;
    text-align: center;
    width: 100%;
    display: none;
}

.warn-block {
    border-radius: 4px;
    background-color: #ff4545;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

    .warn-block.green {
        background-color: #89c745;
    }

.thank-right {
    padding-top: 80px;
    float: right;
    padding-right: 90px;
}

.thank-left {
    padding-top: 130px;
    float: left;
}

.thank-facts {
    border-top: 1px solid #f0f1ef;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 40px;
}

    .thank-facts .fact-link {
        display: block;
        float: right;
        border-radius: 24px;
        background-color: #89c745;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f5f5f5;
        text-transform: uppercase;
        padding: 8px 40px;
        text-decoration: none;
        margin-top: 50px;
    }

    .thank-facts .factum {
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: left;
        color: #899485;
        float: left;
        max-width: 750px;
    }

        .thank-facts .factum .label {
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: left;
            color: #565c53;
            margin-bottom: 16px;
        }

.thank-left h1 {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #393e37;
}

.thank-left .info-text {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #565c53;
    max-width: 640px;
}

.thank-left span {
    font-weight: 600;
    color: #393e37;
}

.thank-left .thank-print {
    display: inline-block;
    border-radius: 24px;
    background-color: #89c745;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9fef7;
    text-decoration: none;
    padding: 15px 45px;
    margin-top: 40px;
    margin-bottom: 70px;
    line-break: normal;
}

    .thank-left .thank-print.bank {
        margin-top: 0px;
        margin-bottom: 20px;
    }

.thank-left .supp-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #565c53;
    margin-bottom: 24px;
    max-width: 445px;
}

.thank-left a {
    text-decoration: none;
    color: #89c745;
}

.thank-left .hp-link {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #89c745;
}

.thank-left .payblock-label {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #393e37;
    margin-bottom: 8px;
    margin-top: 32px;
}

.thank-left .payblock {
    border-radius: 4px;
    background-color: #89c745;
    width: 446px;
    padding: 24px 24px 8px 24px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

    .thank-left .payblock .name {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        float: left;
        margin-bottom: 16px;
    }


    .thank-left .payblock .value {
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        float: right;
        margin-bottom: 16px;
    }

.add-cart-dialog .dialog {
    width: 560px;
    border-radius: 4px;
    border-top: 3px solid #89c645;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.38);
}

.add-cart-dialog .foot {
    border-top: 1px solid #f0f1ef;
    padding: 24px 30px 30px 30px;
}

    .add-cart-dialog .foot .continue {
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #89c745;
        float: left;
        display: block;
        padding-top: 12px;
        text-decoration: none;
    }

    .add-cart-dialog .foot .cart {
        display: block;
        float: right;
        padding: 12px 42px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f5f5f5;
        border-radius: 24px;
        background-color: #89c745;
    }

.add-cart-dialog .head {
    padding: 30px 30px 0 30px;
}

    .add-cart-dialog .head .title {
        font-size: 18px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        font-weight: 600;
        color: #393e37;
        float: left;
    }

    .add-cart-dialog .head .close {
        float: right;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #89c745;
        display: block;
        text-decoration: none;
    }

.add-cart-dialog .product {
    padding: 25px 30px 20px 30px;
}

    .add-cart-dialog .product .image {
        display: inline-block;
        vertical-align: middle;
    }

        .add-cart-dialog .product .image img {
            max-height: 105px;
        }

    .add-cart-dialog .product .information {
        display: inline-block;
        vertical-align: middle;
        padding-left: 26px;
        max-width: 70%;
    }

        .add-cart-dialog .product .information .name {
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #565c53;
            padding-bottom: 8px;
        }

        .add-cart-dialog .product .information .price {
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #899485;
        }

.conditions a {
    color: #89c745;
    text-decoration: none;
}

.block-href {
    cursor: pointer;
}

.radio-info select {
    max-width: 100%;
    margin-bottom: 20px;
}

.order-field.one-third.validate a {
    color: #fff;
    text-decoration: underline;
}

    .order-field.one-third.validate a:hover {
        text-decoration: none;
    }

.bounce-spinner {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

    .bounce-spinner > div {
        width: 18px;
        height: 18px;
        background-color: #6fb744;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .bounce-spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .bounce-spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* SMM Replacement start */

.smm-replace-dialog {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    max-width: none;
    -webkit-transform: scale(1);
    float: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    overflow-y: initial;
    cursor: not-allowed;
}

    .smm-replace-dialog .dialog-wrapper {
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        cursor: not-allowed;
    }

    .smm-replace-dialog .dialog {
        background-color: rgb(56, 63, 71);
        max-width: 550px;
        margin: 0 auto;
        position: relative;
        top: 10px;
        cursor: default;
    }

    .smm-replace-dialog .image img {
        display: block;
        max-width: 100%;
    }

    .smm-replace-dialog .bottom {
        padding: 0 30px 20px 30px;
    }

    .smm-replace-dialog .dialog p.head {
        color: rgb(255, 255, 255);
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        text-align: center;
        margin: 20px 0;
    }

    .smm-replace-dialog .dialog p {
        color: rgb(255, 255, 255);
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin: 20px 0;
        text-align: center;
    }

    .smm-replace-dialog .dialog input {
        color: rgb(0, 0, 0);
        background-color: rgb(255, 255, 255);
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-align: left;
        border: none;
        display: block;
        width: 100%;
        max-height: 52px;
        height: 50px;
        transition: none 0s ease 0s;
        outline: 0;
        margin: 0 auto;
        padding: 0px 14px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-border-radius: 3px 3px;
        -moz-border-radius: 3px 3px;
        border-radius: 3px 3px;
    }

        .smm-replace-dialog .dialog input::placeholder {
            text-shadow: none;
            color: #aaa;
        }

    .smm-replace-dialog .dialog .buttons {
        padding-top: 20px;
    }

    .smm-replace-dialog .dialog button {
        display: block;
        color: rgb(255, 255, 255);
        background-color: rgb(137, 199, 69);
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        padding: 0px;
        margin: 0px;
        cursor: pointer;
        text-align: center;
        border: none;
        border-radius: 0;
        height: 45px;
        width: 100%;
    }

    .smm-replace-dialog .dialog .buttons button {
        width: 48%;
        float: left;
    }

        .smm-replace-dialog .dialog .buttons button.close {
            float: right;
            background-color: rgb(31, 31, 31);
        }

    .smm-replace-dialog .bottom .message-default {
    }

    .smm-replace-dialog .bottom .message-used {
    }

    .smm-replace-dialog .bottom .message-notvalid {
    }

    .smm-replace-dialog .bottom .message-done {
    }

    .smm-replace-dialog .bottom .message-done,
    .smm-replace-dialog .bottom .message-notvalid,
    .smm-replace-dialog .bottom .message-used {
        display: none;
    }

/* SMM Replacement end */

@media only screen and (max-width: 1079px) {

    .outer-wrapper {
        position: relative;
        padding-top: 68px;
    }

    .home-page .outer-wrapper {
        background-image: none;
    }

    .home-page .banner-content {
        background-image: url('/Content/img/bg_tablet.jpg');
        background-size: cover;
        padding-bottom: 112px;
        background-position-x: center;
    }

    .hp .banner-content {
        margin-bottom: 0;
    }

    .e404-page .outer-wrapper {
        background-image: none;
    }

    .e404-page .inner-banner {
        background-image: url('/Content/img/404/bg_tablet.jpg');
        background-size: cover;
        padding-bottom: 112px;
        background-position-x: center;
    }

    .product-page {
        background-image: none;
    }

        .product-page .inner-banner {
            background-image: url('/Content/img/product/bg_tablet.jpg');
            background-size: cover;
            background-position-y: -40px;
            background-repeat: no-repeat;
        }

    .facts-fiction {
        background-image: none;
    }

        .facts-fiction .inner-banner,
        .cowork .inner-banner {
            background-image: url('/Content/img/facts/bg_tablet.jpg');
            background-size: cover;
            padding-bottom: 120px;
            background-position-x: center;
        }

    .cowork .inner-banner {
        padding-bottom: 320px;
        padding-top: 30px;
    }

    .cowork .ff-label1 {
        margin-bottom: 0;
    }

    .facts-fiction-content {
        padding-top: 50px;
    }

    .whatis-page {
        background-image: none;
    }

        .whatis-page .inner-banner {
            background-image: url('/Content/img/whatis/bg_tablet.jpg');
            background-size: cover;
            background-repeat: no-repeat;
        }

    .header .kratom-logo-green {
        padding-left: 120px;
    }

    .header .kratom-logo-white {
        display: none;
    }

    .header {
        font-size: 14px;
    }

    .menu-toggler {
        display: inline-block;
        color: #393e37;
        font-weight: 600;
        padding-left: 15px;
        cursor: pointer;
    }

        .menu-toggler span {
            color: #899485;
            font-size: 0.8em;
            margin-left: 6px;
        }

        .menu-toggler.opened .icon-ic-arrow-2-bottom {
            -ms-transform: rotate(180deg); /* IE 9 */
            -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
            transform: rotate(180deg);
        }

        .menu-toggler .icon-ic-arrow-2-bottom {
            display: inline-block;
        }

    .main-menu,
    .main-menu-toggle-container {
        display: none;
    }

    .main-menu-toggle {
        border-top: 1px solid #f0f1ef;
        list-style: none;
        vertical-align: middle;
        padding-top: 16px;
        padding-bottom: 2px;
        display: block;
        margin: 14px 0 0 0;
        padding-left: 120px;
    }

        .main-menu-toggle li {
            display: inline-block;
            margin-right: 40px;
        }

            .main-menu-toggle li a {
                color: #393e37;
                font-weight: 600;
                text-decoration: none;
            }

    .footer2 {
        text-align: center;
    }

        .footer2 .eet {
            display: block;
            font-size: 12px;
            max-width: 80%;
            text-align: center;
            margin: auto;
            padding-bottom: 15px;
        }

    .footer1 .inner-wrapper {
        padding-left: 150px;
        padding-right: 150px;
    }

    .footer1 .link-block {
        width: 32%;
        display: inline-block;
        vertical-align: top;
    }

    .hp .banner-content h1 {
        padding-top: 60px;
    }

    .hp .banner-content .link2 {
        margin-bottom: 125px;
    }

    .hp .intro {
        padding-top: 130px;
    }

    .hp .products img {
        max-width: 175px;
    }

    .hp .bgr2 {
        background-image: url('/Content/img/hp/bg_tablet.jpg');
        overflow: hidden;
        background-size: cover;
    }

    .hp .energy-variants .variant-box .variant-desc {
        display: block;
    }

    .hp .energy-variants .variant-box .variant-label3 {
        display: none;
    }

    .hp .energy-variants .variant-box {
        width: 48%;
        margin-bottom: 6px;
        height: auto;
    }

    .hp .energy-variants {
        max-width: 75%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .hp .energy-variants .variant-box .variant-desc {
            max-width: 80%;
            margin-bottom: 8px;
        }

    .hp .bgr3 .label1 {
        padding-top: 48px;
    }

    .tablet-mobile-hidden {
        display: none !important;
    }

    .map-info .block,
    .map-info .img-block {
        max-width: none;
        display: block;
        text-align: center;
    }

        .block > h2,
        .map-info .block .text {
            margin: auto;
            max-width: calc(100% / (1000 / 640));
            text-align: center;
        }

    .block .text p {
        text-align: center;
    }

    .map-info .block {
        padding-top: 48px;
    }

    .map-info .img-block img {
        text-align: center;
        max-width: calc(100% / (1000 / 512));
    }

    .metrics.seconds .metrics-image {
        display: block;
        margin: 0 auto 20px auto;
    }

    .metrics.seconds .metric {
        width: 40%;
    }

    .recenze {
        width: calc(100% / (1000 / 760));
    }

    .det-bgr2 {
        background-color: #f9fef7;
        padding-top: 50px;
        padding-bottom: 48px;
        text-align: center;
    }

        .det-bgr2 .infoblock {
            margin: auto;
            width: calc(100% / (1000 / 640));
        }

        .det-bgr2 img {
            padding-top: 24px;
        }

        .det-bgr2 .infoblock h2,
        .det-bgr2 .infoblock div {
            width: auto;
            text-align: center;
        }

    .e404-page h1 {
        padding-top: 100px;
        text-align: center;
    }

    .e404-page .desc {
        text-align: center;
    }

    .e404-page .link1 {
        margin: 40px auto 0 auto;
    }

    .whatis-page .title {
        padding-top: 55px;
    }

    .whatis-page .float-menu {
        display: none;
    }

    .whatis-page .content {
        max-width: 696px;
        margin: auto;
        padding-top: 50px;
    }

    .whatis-page .content-title {
        text-align: center;
    }

    .whatis-page .plaintext {
        text-align: center;
    }

    .whatis-page .titleblock {
        text-align: center;
    }

    .whatis-page .origin-title {
        text-align: center;
    }

    .whatis-page .origin-subbox .origin-sub-title {
        text-align: center;
    }

    .whatis-page .origin-subbox {
        text-align: center;
    }

        .whatis-page .origin-subbox .metrics-box {
            margin: auto;
            display: inline-block;
            float: none;
            width: 70%;
        }

            .whatis-page .origin-subbox .metrics-box > div {
                width: 30%;
                display: inline-block;
                float: none;
            }

    .whatis-page .form .forms-content {
        vertical-align: middle;
        display: inline-block;
        max-width: 460px;
    }

    .whatis-page .howto .name {
        text-align: center;
    }

    .whatis-page .howto .text {
        text-align: center;
    }

    .facts-fiction .ff-label1 {
        padding-top: 35px;
    }

    .facts-fiction .ff-label2 {
        max-width: 580px;
    }

    .gallery-page .gallery-label1 {
        padding-top: 40px;
    }

    .gallery-page .hp {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .cowork .content {
        max-width: 696px;
    }

        .cowork .content .ff-label1,
        .cowork .content .plaintext,
        .cowork .content .content-title {
            text-align: center;
        }

    /*---------------GUARANA EXTENSIONS-----------------*/

    .order .inner-wrapper,
    .buy-page .inner-wrapper,
    .thank-page .inner-wrapper {
        padding-left: 120px;
        padding-right: 120px;
    }

    .order-pane-left {
        width: 48.2%;
    }

    .order-pane-right {
        width: 48.1%;
    }

    .order-content .cart-content .item .price {
        display: none;
    }

    .order-content .cart-content .item .price-sub {
        display: inline-block;
        margin-left: 16px;
        margin-right: 0;
        vertical-align: middle;
        margin-top: -4px;
    }

    .buy-selected {
        padding: 32px;
    }

        .buy-selected .info-box {
            padding-left: 40px;
            width: calc(66.6666% - 40px);
        }

            .buy-selected .info-box .buy-block .buy-button {
                padding: 10px 42px;
            }

            .buy-selected .info-box .buy-block .buttons .count-edit {
                width: 56px;
                height: 40px;
                border-radius: 24px;
                line-height: 0.1;
                padding-top: 15px;
            }

    .buy-list .item .buy-block {
        display: none;
    }

        .buy-list .item .buy-block.buy-block-mobile {
            display: block;
        }

    .buy-list .item {
        padding: 5px 20px 20px 20px;
        margin: 4px;
        width: calc(50% - 8px);
    }

        .buy-list .item .info-box {
            padding-left: 16px;
            width: calc(73.2% - 16px);
        }

            .buy-list .item .info-box .desc .subname {
                max-height: 19px;
                overflow: hidden;
            }

            .buy-list .item .info-box h2 {
                font-size: 16px;
                margin-bottom: 0px;
            }

            .buy-list .item .info-box .desc {
                font-size: 14px;
            }

        .buy-list .item .buy-block .buttons .count {
            width: 32px;
        }

        .buy-list .item .info-box .price-box .total-price {
            font-size: 20px;
        }

        .buy-list .item .info-box .price-box .piece-price {
            font-size: 14px;
        }

        .buy-list .item.help-item:nth-child(2n+0) .help-button {
            padding: 7px 45px;
        }

        .buy-list .item.help-item:nth-child(2n+0) {
            text-align: center;
            height: 240.27px;
            box-sizing: border-box;
        }

            .buy-list .item.help-item:nth-child(2n+0) img {
                width: 9.96%;
                padding-left: 0px;
                float: none;
                display: block;
                margin: 12px auto auto auto;
            }

            .buy-list .item.help-item:nth-child(2n+0) .info-box {
                padding-left: 0px;
                float: none;
                display: block;
                margin: auto;
                width: 100%;
            }

                .buy-list .item.help-item:nth-child(2n+0) .info-box h2 {
                    text-align: center;
                    margin-bottom: 4px;
                }

                .buy-list .item.help-item:nth-child(2n+0) .info-box .desc {
                    text-align: center;
                    margin-top: 0px;
                    margin-bottom: 8px;
                }

            .buy-list .item.help-item:nth-child(2n+0) .height-helper {
                display: none;
            }

            .buy-list .item.help-item:nth-child(2n+0) .info-box .desc a {
                font-size: 14px;
            }

        .buy-list .item .divider {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .buy-list .item.help-item:nth-child(2n+1) {
            margin: 4px;
            width: calc(100% - 8px);
        }

    .main-menu-right .buy-button {
        margin-top: 4px;
    }

    .footer1 .link-block.icons {
        float: none;
        width: auto;
        margin-top: 40px;
        display: block;
    }

        .footer1 .link-block.icons .icon-block {
            width: 16.5%;
        }

    .thank-right {
        float: none;
        text-align: center;
        padding-right: 0px;
        padding-top: 48px;
    }

    .thank-left {
        float: none;
        text-align: center;
        padding-top: 16px
    }

    .thank-right img {
        max-height: 240px;
        text-align: center;
    }

    .thank-left h1 {
        text-align: center;
    }

    .thank-left .info-text,
    .thank-left .payblock-label,
    .thank-left .payblock,
    .thank-left .supp-text,
    .thank-facts .factum,
    .thank-facts .factum .label,
    .thank-facts .fact-link,
    .thank-facts {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .thank-facts .fact-link {
            display: inline-block;
            line-break: normal;
            float: none;
            margin-top: 24px;
        }

    .thank-facts {
        margin-top: 32px;
        padding-top: 32px;
    }

    .thank-left .thank-print {
        margin-top: 32px;
        margin-bottom: 48px;
    }
}


/*-----------------------TABLET ONLY*/
@media only screen and (max-width: 1079px) and (min-width: 768px) /*1079-768(371)*/
{

    .products > div {
        width: 100% !important;
    }

        .products > div > a {
            float: none !important;
        }

    .hp .bgr3 .product-item {
        margin-left: 5%;
        margin-right: 5%;
    }

    .product-page .main-image {
        margin-top: 53px;
        max-width: calc(100% / (1000 / 358));
    }

    .product-page .basic-info {
        padding-top: 72px;
        float: right;
        padding-right: 90px;
        /*right: calc(100% / (1000 / 120));*/
        max-width: calc(100% / (1000 / 492));
    }

        .product-page .basic-info .link1 {
            margin-bottom: 60px;
        }

    .product-page .green-wave {
        background-image: url('/Content/img/hp/greenwave_tablet.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: top;
        height: 46px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .e404-page .inner-banner {
        background-image: url('/Content/img/404/bg_mobile@2x.jpg');
    }

    .home-page .banner-content {
        background-image: url('/Content/img/bg_mobile@2x.jpg');
    }

    .facts-fiction .inner-banner,
    .cowork .inner-banner {
        background-image: url('/Content/img/facts/bg_mobile.jpg');
        padding-bottom: 90px;
    }

    .cowork .inner-banner {
        background-image: url('/Content/img/facts/bg_mobile.jpg');
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .e404-page .inner-banner {
        background-position-y: 0;
        background-image: url('/Content/img/404/bg_mobile.jpg');
    }
}

@media only screen and (max-width: 767px) {

    .hp .banner-content {
        margin-bottom: 0;
    }

    .product-page .inner-banner {
        background-image: url('/Content/img/product/bg_mobile.jpg');
        background-position-y: bottom;
    }

    .cowork .inner-banner {
        padding-bottom: 190px;
        padding-top: 70px;
    }

    .hp .bgr2 {
        background-image: url('/Content/img/hp/bg_mobile@2x.jpg');
        background-size: cover;
    }

    .home-page .banner-content {
        padding-top: 80px;
    }

    .fix-header .outer-wrapper {
        margin-top: 0;
    }

    .e404-page .inner-banner {
        padding-bottom: 60px;
    }

    .whatis-page .inner-banner {
        background-image: url('/Content/img/whatis/bg_mobile.jpg');
    }

    .header .kratom-logo-green {
        padding-left: 15px;
    }

    .main-menu-toggle {
        padding-left: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .main-menu-toggle li {
            display: block;
        }

            .main-menu-toggle li a {
                padding-top: 12px;
                padding-bottom: 12px;
                display: block;
            }

    .footer1 .inner-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }

    .footer1 .link-block {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

        .footer1 .link-block.contact {
            width: 60%;
            display: inline-block;
            margin-top: 24px;
        }

    .hp .banner-content h1 {
        margin-top: 0px;
        padding-top: 00px;
    }

    .hp .banner-content .desc {
        display: none;
    }

    .hp .banner-content .link2 {
        margin-bottom: 85px;
    }

    .hp .intro {
        padding-top: 30px;
        font-size: 14px;
    }

    .hp .gral {
        font-size: 22px;
    }

    .hp .products img {
        max-width: 112px;
        width: 112px;
    }

    .hp .products > div {
        padding-left: calc(50% - 212px);
    }

    .hp .what-is {
        width: 85%;
    }

    .hp .energy-variants {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .hp .energy-variants .variant-box {
            width: 100%;
            margin-bottom: 6px;
            height: auto;
        }

    .hp .bgr2 .label1 {
        font-size: 14px;
        line-height: 1.43;
    }

    .hp .bgr2 .label2 {
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hp .bgr2 .label3 {
        font-size: 14px;
        line-height: 1.43;
        margin: 4px auto 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hp .energy-variants .variant-box .variant-desc {
        max-width: 100%;
    }

    .hp .bgr3 .label1 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.43;
        padding-top: 32px;
    }

    .hp .bgr3 .label2 {
        font-size: 22px;
        margin-top: 4px;
    }

    .hp .bgr3 .label3 {
        font-size: 14px;
        line-height: 1.43;
        margin: 4px auto 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hp .bgr3 .product-item:nth-child(2) {
        margin-top: 32px;
    }

    .hp .bgr3 .go-to-shop {
        width: 85%;
    }

    .hp .bgr4 .label1 {
        font-size: 14px;
        line-height: 1.43;
        padding-top: 32px;
    }

    .hp .bgr4 .label2 {
        font-size: 22px;
    }

    .hp .bgr4 .gallery-list {
        padding-top: 32px;
    }

    .hp .bgr4 .view-gallery {
        width: 85%;
        margin: 32px auto 32px auto;
    }

    .hp .bgr4 .gallery-list .gallery-item a img {
        max-width: 330px;
        max-height: 220px;
        width: 100%;
        position: static;
    }

    .hp .bgr4 .gallery-list .gallery-item a {
        display: block;
        max-height: 220px;
        max-width: 330px;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
    }

    .productlist .pl-label1 {
        font-size: 22px;
    }

    .productlist .pl-label2 {
        font-size: 14px;
        max-width: 80%;
    }

    .productlist .pl-our-products {
        width: 85%;
    }

    .productlist .productlist-item {
        width: 80%;
    }

        .productlist .productlist-item img {
            max-width: 80%;
        }

    .product-page .basic-info .label1 {
        text-align: center;
        padding-top: 52px;
        margin: 0 auto 0 auto;
    }

    .product-page .basic-info .label2 {
        font-size: 22px;
        text-align: center;
        margin: 8px auto 0 auto;
    }

    .product-page .basic-info .desc {
        text-align: center;
        margin: 5px auto 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-page .basic-info .link1 {
        margin: 24px auto 0 auto;
        display: block;
        width: 85%;
    }

    .product-page .basic-info .link2 {
        margin: 21px auto 0 auto;
        display: block;
        text-align: center;
    }

    .product-page .inner-wrapper {
        text-align: center;
    }

    .main-image {
        max-width: calc(100% / (360 / 240));
        padding: 24px 0 0 0;
        margin-left: -35px;
    }

    .block > h2,
    .map-info .block .text {
        max-width: calc(100% / (360 / 330));
    }

    .map-info .img-block img {
        max-width: calc(100% / (360 / 330));
    }

    .block h2 {
        font-size: 22px;
    }

    .metrics-header {
        font-size: 22px;
        margin-top: 0px;
    }

    .metrics .metric,
    .metrics.seconds .metric {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }

        .metrics .metric > span,
        .metrics .metric > .name,
        .metrics .metric > .value {
            display: inline-block;
            vertical-align: middle;
            margin: auto;
            text-transform: none;
        }

        .metrics .metric > .name {
            font-size: 16px;
        }

        .metrics .metric > .value {
            vertical-align: bottom;
            padding-bottom: 5px;
            font-size: 16px;
        }

    .metrics-image {
        max-width: 90%;
    }

    .recenze {
        width: calc(100% / (360 / 330));
    }

        .recenze .rec-text {
            font-size: 14px;
            margin-left: 5px;
            margin-right: 5px;
            width: calc(100% / (360 / 246));
        }

    .det-bgr2 .infoblock h2 {
        font-size: 22px;
    }

    .det-bgr2 .infoblock {
        width: calc(100% / (360 / 330));
    }

    .det-bgr2 {
        margin-top: 40px;
        padding-top: 22px;
        padding-bottom: 32px;
    }

        .det-bgr2 img {
            max-width: 90%;
        }

    .det-bgr3 .buy-in-shop {
        width: 85%;
    }

    .det-bgr3 h2 {
        font-size: 22px;
    }

    .det-bgr3 .desc {
        max-width: calc(100% / (360 / 330));
        margin: 16px auto 32px auto;
    }

    .det-bgr3 {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .e404-page h1 {
        padding-top: 62px;
        font-size: 22px;
    }

    .e404-page .desc {
        font-size: 14px;
        line-height: 1.43;
    }

    .e404-page .link1 {
        width: 85%;
    }

    .err-likes .product-item {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .likes-label {
        font-size: 22px;
        padding-top: 32px;
        margin-bottom: 50px;
    }

    .whatis-page .title {
        font-size: 26px;
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .whatis-page .desc {
        font-size: 14px;
        line-height: 1.43;
        margin: 4px auto 0 auto;
        max-width: 88%;
    }

    .whatis-page .content {
        max-width: 88%;
    }

    .whatis-page .titleblock {
        margin-top: 64px;
        font-size: 14px;
    }

    .whatis-page .name-switcher {
        font-size: 18px;
    }

    .whatis-page .color-selector .switch {
        position: static;
    }

        .whatis-page .color-selector .switch > div {
            width: 25%;
            float: left;
        }

    .whatis-page .color-selector .color-content {
        margin-left: 0;
        height: auto;
        clear: both;
    }

    .whatis-page .color-selector .shadow-remover {
        position: absolute;
        height: 10px;
        width: 100%;
        top: 70px;
        left: 0px;
        background-color: #fff;
    }

    .whatis-page .origin-img {
        max-width: 100%;
    }

    .whatis-page .metrics-box > div {
        width: auto;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .whatis-page .origin-subbox .metrics-box > div {
        width: 100%;
        display: inline-block;
        float: none;
    }

    .whatis-page .form .name {
        text-align: center;
    }

    .whatis-page .form .text {
        text-align: center;
    }

    .whatis-page .form img {
        text-align: center;
        display: block;
        margin: auto auto 15px auto;
    }

    .whatis-page .content-title {
        font-size: 22px;
    }

    .whatis-page .form {
        padding: 12px;
    }

    .whatis-page .howto {
        padding: 12px;
    }

    .cups {
        text-align: center;
    }

        .cups > div {
            width: auto;
            float: none;
            margin-top: 17px;
        }

    .facts-fiction .ff-label1 {
        font-size: 26px;
    }

    .facts-fiction .ff-label2 {
        font-size: 14px;
        max-width: 80%;
    }

    .facts-fiction .facts .ff-icon-box,
    .facts-fiction .fiction .ff-icon-box {
        display: none;
    }

    .facts-fiction-content {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
    }

        .facts-fiction-content > div {
            max-width: none;
            width: auto;
        }

        .facts-fiction-content .mobile-tabs {
            display: block;
        }

        .facts-fiction-content .ff-icon-box {
            float: left;
            border: none;
            width: 50%;
            border-bottom: 2px solid #f0f1ef;
            border-radius: 0;
        }

        .facts-fiction-content .infos h2 {
            font-size: 16px;
        }

        .facts-fiction-content .facts,
        .facts-fiction-content .fiction {
            margin-left: 0;
            margin-right: 0;
            float: none;
        }

        .facts-fiction-content .ff-icon-box.opened-tab {
            border-bottom: 4px solid #89c745;
            padding-bottom: 18px;
        }

        .facts-fiction-content .infos {
            display: none;
        }

            .facts-fiction-content .infos.opened-tab {
                display: block;
            }

    .gallery-page .gallery-label1 {
        font-size: 22px;
    }

    .gallery-page .gallery-label2 {
        font-size: 14px;
        max-width: 90%;
    }

    .cowork .content {
        max-width: 90%;
    }

    .gallery-page .hp {
        max-width: 100%;
    }

    /*---------------GUARANA EXTENSIONS-----------------*/

    .buy-page .inner-wrapper,
    .thank-page .inner-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .buy-page h1 {
        font-size: 22px;
        margin-top: 32px;
    }

    .buy-page .buy-page-header {
        font-size: 14px;
    }

        .buy-page .buy-page-header br {
            display: none;
        }

    .buy-selected-others,
    .buy-selected-title {
        font-size: 14px;
    }

    .buy-selected img {
        width: 21.8%;
    }

    .buy-selected .info-box h2 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 4px;
    }

    .buy-selected .info-box .desc {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 14px;
    }

        .buy-selected .info-box .desc a {
            font-size: 14px;
        }

    .buy-selected .info-box {
        padding-left: 12px;
        width: calc(78.2% - 12px);
    }

    .buy-selected {
        padding: 16px 13px 16px 8px;
    }

        .buy-selected .info-box .price-box .total-price {
            font-size: 20px;
        }

        .buy-selected .info-box .price-box .piece-price {
            font-size: 14px;
        }

        .buy-selected .buy-block {
            display: none;
        }

        .buy-selected .buy-block-mobile {
            display: block;
        }

        .buy-selected .buy-block .buttons .count-edit {
            width: 40px;
            height: 32px;
            border-radius: 16px;
            line-height: 0.1;
            padding-top: 13px;
        }

        .buy-selected .buy-block .buttons .count {
            font-size: 18px;
            width: 30px;
        }

        .buy-selected .buy-block .buy-button {
            font-size: 12px;
            padding: 7px 20px;
        }

    .buy-filter {
        height: 0;
        overflow: hidden;
    }

    .buy-selected .divider {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .buy-list .item {
        margin: 2.5px;
        width: calc(100% - 5px);
    }

    .buy-list .item {
        padding: 0px 13px 20px 8px;
    }

        .buy-list .item .buy-block .buttons .count {
            width: 30px;
            font-size: 18px;
        }

        .buy-list .item .divider {
            margin-top: 16px;
            margin-bottom: 16px;
        }

        .buy-list .item.help-item:nth-child(2n+0),
        .buy-list .item.help-item:nth-child(2n+1) {
            height: auto;
            width: calc(100% - 5px);
            text-align: center;
            padding-top: 10px;
            padding-bottom: 25px;
        }

            .buy-list .item.help-item:nth-child(2n+1) img {
                width: 11%;
                padding-left: 0px;
                float: none;
                display: block;
                margin: 12px auto auto auto;
            }

            .buy-list .item.help-item:nth-child(2n+1) .info-box {
                padding-left: 0px;
                float: none;
                display: block;
                margin: auto;
                width: 100%;
            }

                .buy-list .item.help-item:nth-child(2n+1) .info-box h2 {
                    text-align: center;
                    margin-bottom: 4px;
                    font-size: 16px;
                }

                .buy-list .item.help-item:nth-child(2n+1) .info-box .desc {
                    text-align: center;
                    margin-top: 0px;
                    margin-bottom: 8px;
                    font-size: 14px;
                }

            .buy-list .item.help-item:nth-child(2n+1) .help-button {
                padding: 7px 45px;
                margin-top: 12px;
            }

            .buy-list .item.help-item:nth-child(2n+1) .height-helper {
                display: none;
            }

            .buy-list .item.help-item:nth-child(2n+1) .info-box .desc a {
                font-size: 14px;
            }

    .main-menu-right .divider,
    .main-menu-right .link-name,
    .main-menu-right .buy-button {
        display: none;
    }

    .main-menu-right {
        padding-top: 14px;
        padding-right: 15px;
    }

    .thank-right img {
        max-height: 155px;
    }

    .thank-left h1 {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #393e37;
    }

    .thank-left .info-text {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: #565c53;
    }

    .thank-left .thank-print {
        display: block;
        padding: 10px 0;
    }

    .thank-facts {
        display: none;
    }

    .thank-left .hp-link {
        margin-bottom: 32px;
        display: inline-block;
    }

    .thank-left .payblock {
        width: 100%;
    }

    .add-cart-dialog .dialog {
        width: calc(100% - 30px);
        border-radius: 4px;
        border-top: 3px solid #89c645;
        box-sizing: border-box;
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.38);
    }

    .add-cart-dialog .head .title {
        width: 100%;
        float: none;
        clear: both;
        display: block;
        padding-top: 10px;
        font-size: 14px;
    }

    .add-cart-dialog .product .information {
        display: block;
        padding-left: 0;
    }

        .add-cart-dialog .product .information .name {
            display: block;
            text-align: center;
            padding-bottom: 4px;
        }

        .add-cart-dialog .product .information .price {
            text-align: center;
        }

    .add-cart-dialog .product .image {
        margin: auto;
    }

    .add-cart-dialog .foot {
        text-align: center;
        padding: 24px 20px 20px 20px;
    }

        .add-cart-dialog .foot .continue {
            float: none;
            line-break: normal;
            margin: auto;
            display: inline-block;
        }

        .add-cart-dialog .foot .cart {
            float: none;
        }

    .add-cart-dialog .product {
        text-align: center;
        padding: 25px 20px 20px 20px;
    }

        .add-cart-dialog .product .image {
            margin: auto;
        }

    .add-cart-dialog .head {
        padding: 20px 20px 0 20px;
    }
}

@media only screen and (max-width: 448px) {
    .hp .products a:first-of-type {
        margin-left: 50px;
    }
}

/* Košík se zalomí dříve */
@media only screen and (max-width: 950px) {

    /* Ještě infoboxu se trochu pomůže */
    .buy-list .item .info-box {
        width: calc(71.2% - 16px);
    }

    .order .inner-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .order-pane-left {
        width: 100%;
    }

    .order-pane-right {
        width: 100%;
        float: left;
    }

    .order h1 {
        margin-top: 32px;
        text-align: center;
        font-size: 22px;
        margin-bottom: 4px;
    }

    .order .order-info {
        font-size: 14px;
        text-align: center;
        margin-bottom: 50px;
    }

    .order-content .cart-content .item {
        padding-bottom: 28px;
        padding-left: 12px;
        padding-right: 12px;
    }

        .order-content .cart-content .item .name-count {
            padding-left: 8px;
        }

    .order-field.half {
        width: 100%;
    }

    .order-field.invalid input {
        margin-bottom: 0px;
    }

    .order-footer-right {
        float: none;
        text-align: center;
    }

    .order-footer .back-to-store,
    .order-footer .laws-box,
    .order-footer .create-order,
    .order-footer .back-to-store {
        float: none;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .order-footer .back-to-store {
        margin-top: 32px;
    }

    .order-footer {
        text-align: center;
        margin-top: 10px;
        border-top: none;
        padding-bottom: 32px;
    }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

