﻿/* FONTS */
@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?3d1zii');
    src: url('/fonts/icomoon.eot?3d1zii#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?3d1zii') format('truetype'), url('/fonts/icomoon.woff?3d1zii') format('woff'), url('/fonts/icomoon.svg?3d1zii#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;
}


/*WHEN CHNAGING DONT FORGET TO add "important" for icon-close*/
.icon-phone:before {
    content: "\e0cd";
}

.icon-navigate_next:before {
    content: "\e409";
}

.icon-close:before {
    content: "\e5cd" !important;
}

.icon-markunread:before {
    content: "\e159";
}

.icon-shopping_cart:before {
    content: "\e8cc";
}

.icon-menu:before {
    content: "\e9bd";
}

/*----------------- JSSOR ------------------*/

.jssorb01 {
    position: absolute;
}

    .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
        position: absolute;
        width: 12px;
        height: 12px;
        filter: alpha(opacity=70);
        opacity: .7;
        overflow: hidden;
        cursor: pointer;
        border: #000 1px solid;
    }

    .jssorb01 div {
        background-color: gray;
    }

        .jssorb01 div:hover, .jssorb01 .av:hover {
            background-color: #d3d3d3;
        }

    .jssorb01 .av {
        background-color: #fff;
    }

    .jssorb01 .dn, .jssorb01 .dn:hover {
        background-color: #555;
    }

.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('/img/jssor.png') no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

.jssora05l.jssora05lds {
    background-position: -10px -40px;
    opacity: .3;
    pointer-events: none;
}

.jssora05r.jssora05rds {
    background-position: -70px -40px;
    opacity: .3;
    pointer-events: none;
}
/*----------------- EOF JSSOR ------------------*/


/* ------------- LIGHTBOX ----------------------- */
/* line 7, ../sass/lightbox.sass */
body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
    /* line 28, ../sass/lightbox.sass */
    .lightbox .lb-image {
        display: block;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    /* line 32, ../sass/lightbox.sass */
    .lightbox a img {
        border: none;
    }

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 44, ../sass/lightbox.sass */
.lb-container {
    padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    /* Trick IE into showing hover */
    display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}
    /* line 87, ../sass/lightbox.sass */
    .lb-prev:hover {
        background: url(../img/prev.png) left 48% no-repeat;
    }

/* line 90, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}
    /* line 93, ../sass/lightbox.sass */
    .lb-next:hover {
        background: url(../img/next.png) right 48% no-repeat;
    }

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 103, ../sass/lightbox.sass */
.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}
    /* line 106, ../sass/lightbox.sass */
    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }
    /* line 111, ../sass/lightbox.sass */
    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }
    /* line 115, ../sass/lightbox.sass */
    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }
    /* line 121, ../sass/lightbox.sass */
    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../img/close.png) top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
    }
        /* line 130, ../sass/lightbox.sass */
        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }
/* ------------- END OF LIGHTBOX ---------------- */


/* main CSS */

body {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    font-family: 'Open sans', sans-serif;
    font-style: normal;
    font-weight: 400;
}

img {
    border: none;
    image-rendering: crisp-edges;
}

h1 {
    margin: 0px;
    padding: 0px;
}

a {
    transition: .2s ease;
    text-decoration: none;
}

.content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

.footer-content {
    background-color: #1d1d1e;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-copy {
    background-color: #000;
    color: #858585;
    font-size: 0.7em;
    padding: 25px;
    text-align: center;
}

.footer-copy a {
    color: #858585;
    text-decoration: underline;
}

    .footer-copy a:hover {
        text-decoration: none;
    }

.header {
    background-color: #0a0a0a;
    position: relative;
    width: 100%;
}

.scroller-anchor {
    height: 0px;
    margin: 0;
    padding: 0;
}

.fixed-header {
    z-index: 100;
    position: relative;
}

.main-menu {
    padding: 0 0 13px 0;
    margin: 0px;
}

    .main-menu li {
        display: inline-block;
    }

.default-warelist {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 50px;
}

.warelist-item-container {
    margin: 5px;
    display: block;
    float: left;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    padding: 60px 30px 30px 30px;
    transition: .2s;
}

    .warelist-item-container.detail {
        width: 16%;
        margin-left: 0.33%;
        margin-right: 0.33%;
        padding: 20px;
    }

.cleaner {
    clear: both;
}

.warelist-item-img {
    max-width: 95%;
    margin: auto;
}

    .warelist-item-img img {
        max-width: 100%;
    }

.warelist-item-name {
    margin-top: 60px;
    font-weight: 700;
    color: #000;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 7px;
}

    .warelist-item-name .value {
        vertical-align: middle;
        display: inline-block;
    }

.warelist-item-delivery {
    color: #2d9347;
    margin-bottom: 3px;
    font-size: 0.8em;
}

.warelist-item-price {
    font-weight: 700;
    color: #000;
    display: block;
}

    .warelist-item-price span {
        color: #a0a7b4;
        font-weight: normal;
        font-size: 0.8em;
    }

.main-menu a {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #525a6b;
    padding: 7px 0 2px 0;
    margin-right: 30px;
    display: inline-block;
}

    .main-menu a:hover,
    .userbox a:hover span {
        color: #43bcd8;
    }

.icon-menu {
    color: #fff;
    font-size: 2em;
    display: none;
}

.userbox {
    display: inline-block;
    float: right;
    position: absolute;
    top: 42px;
    right: 40px;
}

.logo-main img {
    width: 100%;
}

.logo-main {
    width: 246px;
    display: block;
    padding-top: 14px;
    padding-bottom: 10px;
}

.userbox .icon-shopping_cart {
    color: #fff;
    font-size: 2em;
    vertical-align: middle;
}

.cart-count-mobile {
    display: none;
}

.cart-button {
    position: relative;
}

.cart-count {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.default-banner {
    background-color: #f4f4f4;
    /*
    background-color: #111111;
    background-image: url('/img/banner-bg.png');
    */
    background-position-x: 50%;
    background-repeat: repeat-y;
    position: relative;
}

.footer-block {
    float: left;
    width: 33%;
    padding-left: 120px;
    box-sizing: border-box;
}

    .footer-block .label {
        color: #fff;
        font-weight: bold;
        font-size: 1.4em;
        margin-bottom: 25px;
    }

    .footer-block ul {
        list-style: none;
        padding-left: 0;
    }

    .footer-block li a {
        color: #43bcd8;
        font-weight: bold;
        line-height: 180%;
    }

        .footer-block li a:hover {
            color: #fff;
        }

.helper {
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}

.helper {
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}

.default-warelist h1,
.detail-alternatives,
.info-page h1,
.thankyou-page h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #0a0a0a;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    border-bottom: 1px solid #0a0a0a;
    margin-right: 40px;
    margin-left: 40px;
}

.detail-page,
.order-page {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 50px;
}

.breadcrumb {
    font-size: 0.8em;
    margin-left: 30px;
    padding-left: 19px;
    background-image: url('/img/bcrumb.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 30px;
    position: relative;
}

.fcb-block {
    position: absolute;
    right: 15px;
    top: 4px;
}

.breadcrumb a {
    color: #43bcd8;
}

.det-image-container {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.det-item-img {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
    display: block;
    position: relative;
}

    .det-item-img img {
        display: inline-block;
        vertical-align: middle;
        max-height: 80%;
        max-width: 80%;
    }

.det-image-container .im360 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('/img/wm360.png');
    background-repeat: no-repeat;
    background-position: center center;
}


.det-image-container .det-item-img .im360 {
    background-size: 15%;
    background-position: 98% 5%;
}

.det-imgs a {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

.det-imgs a .im360 {
    background-size: 50%;
}

.det-imgs img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    display: inline-block;
}

.det-imgs {
    padding-top: 15px;
}

.detail-right {
    float: left;
    width: 50%;
}

.detail-cart-button,
.btn-order-finish {
    background-color: #43bcd8;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #43bcd8;
    color: #1d1d1e;
    font-weight: bold;
}

    .detail-cart-button:hover,
    .btn-order-finish:hover {
        background-color: #1d1d1e;
        color: #43bcd8;
    }

.detail-pieces {
    padding: 10px;
    font-size: 1.2em;
    width: 25px;
    text-align: center;
    outline: none;
}

.detail-right-divider {
    height: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-right: 5px;
}

.detail-sizebox {
    display: inline-block;
    float: left;
    width: 22%;
    padding: 4px;
    box-sizing: border-box;
}

    .detail-sizebox select {
        width: 100%;
        font-size: 1.2em;
    }

    .detail-sizebox .label {
        text-align: center;
        text-transform: uppercase;
        font-size: 0.7em;
        margin-bottom: 5px;
    }

.detail-sizebox-equ {
    display: inline-block;
    float: left;
    width: 4%;
    text-align: center;
    padding-top: 26px;
}

.detail-vendor {
    font-weight: bold;
    font-size: 0.9em;
    padding-left: 15px;
}

    .detail-vendor > div {
        font-weight: normal;
        width: 30%;
        display: inline-block;
        vertical-align: middle;
    }

.detail-variants {
    padding-left: 15px;
    padding-right: 15px;
}

    .detail-variants > .label {
        padding-bottom: 10px;
        font-size: 0.9em;
        font-weight: bold;
    }

        .detail-variants > .label a {
            color: #43bcd8;
        }

            .detail-variants > .label a:hover {
                color: #1d1d1e;
            }

.detail-title {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #1d1d1e;
    padding-left: 15px;
}

.detail-price {
    font-size: 1.8em;
    color: #1d1d1e;
    font-weight: bold;
}

.detail-store {
    color: #0d9f28;
    font-weight: bold;
    font-size: 0.8em;
}

.detail-delivery {
    font-weight: bold;
    font-size: 0.8em;
}

.buy-box {
    float: right;
    padding-right: 15px;
    padding-top: 15px;
}

.buy-infos {
    float: left;
    height: 75px;
    padding-left: 15px;
}

    .buy-infos .floater {
        display: inline-block;
        vertical-align: middle;
    }

.detail-desc {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

.detail-alternatives {
    font-size: 1.2em;
    margin-top: 40px;
}

.warn-container {
    text-align: center;
    padding: 20px;
    font-size: 1.3em;
    background: #e63c3c;
    color: #fff;
    display: none;
    z-index: 2001;
    position: fixed;
    top: 0;
    width: 100%;
}

    .warn-container a {
        color: #fff;
    }

        .warn-container a:hover {
            color: #1d1d1e;
        }

    .warn-container .close {
        margin-left: 1em;
    }

    .warn-container.positive {
        background: #61b252;
    }

.cart-item-image-wrapper {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 22%;
    text-align: center;
}

    .cart-item-image-wrapper img {
        width: 150px;
    }

.order-item-names {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    box-sizing: border-box;
    width: 27%;
}

.order-item-wname {
    color: #0a0a0a;
    font-weight: bold;
}

.order-item-vname {
    color: #0a0a0a;
    font-size: 0.8em;
}

.order-item-names:hover .order-item-wname,
.order-item-names:hover .order-item-vname {
    color: #43bcd8;
}

.order-item-price {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 10%;
    font-weight: bold;
    text-align: center;
}

.order-item-pieces {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 26%;
    text-align: center;
}

    .order-item-pieces a {
        margin-left: 10px;
    }


    .order-item-pieces input {
        font-size: 1.3em;
        padding: 8px;
        text-align: center;
        width: 25px;
    }

.order-item-price-sum {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 10%;
    font-weight: bold;
}

.order-item-delete {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 5%;
}

.order-item-ruler {
    height: 0;
    border-top: 1px solid #dedede;
    margin: 25px 0;
}

    .order-item-ruler:last-of-type {
        display: none;
    }

.order-page h3 {
    padding-left: 15px;
    border-bottom: 1px solid #43bcd8;
    margin-bottom: 15px;
    margin-top: 35px;
    padding-bottom: 8px;
}

.order-shippay-box {
    float: left;
    width: 30%;
    margin-left: 3%;
    box-sizing: border-box;
    padding-left: 15px;
}

    .order-shippay-box .order-radio-container div.detail {
        display: none;
        font-weight: normal;
        padding-top: 5px;
    }

        .order-shippay-box .order-radio-container div.detail select {
            width: 200px;
        }


    .order-shippay-box h3 {
        margin-left: -15px;
    }

    .order-shippay-box.left {
        width: 34%;
        margin-left: 0;
    }

.invoice-data {
    display: none;
}

.invalid-require,
.invalid-zip,
.invalid-tel,
.invalid-mail {
    display: none;
    color: #f00;
    font-weight: bold;
    font-size: 0.7em;
    text-align: right;
    width: 90%;
}

.form-box > span {
    display: inline-block;
    width: 40%;
    font-weight: bold;
    font-size: 0.9em;
}

.form-box > input {
    width: 50%;
}

.form-box.invalid input {
    background-color: #ffb8b8;
}

.form-box > input,
.form-box > select {
    padding: 3px;
}

.form-box {
    padding: 5px;
}

.check-label {
    font-weight: bold;
    font-size: 0.8em;
}

.check {
    cursor: pointer;
}

    .check .check-label {
        color: #3a250c;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
    }

    .check .check-checkerbox {
        border: 1px solid #0a0a0a;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        margin-right: 7px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

        .check .check-checkerbox.checked,
        .check:hover .check-checkerbox {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .check .check-checkerbox.checked:before,
            .check:hover .check-checkerbox:before {
                content: "\e5cd";
                position: relative;
                top: -2px;
                left: -1px;
            }

    .check:hover .check-checkerbox {
        color: #000;
    }

    .check .check-checkerbox.checked {
        background-color: #555;
        color: #43bcd8;
    }

.adr-check {
    padding: 15px;
}

/* ---------------------- spin kit -------------------- */

.sk-circle {
    margin: 30px 30px 0 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #43bcd8;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ---------------------- EOF spin kit -------------------- */

.order-finbox {
    float: right;
    text-align: right;
    padding-right: 15px;
}

.order-note {
    float: left;
    width: 30%;
    padding-left: 15px;
    height: 100px;
}

    .order-note textarea {
        width: 100%;
        height: 100%;
        resize: none;
    }

.order-laws {
    display: inline-block;
    margin-right: 20px;
    font-size: 0.8em;
    vertical-align: middle;
}

    .order-laws a {
        color: #43bcd8;
    }

        .order-laws a:hover {
            color: #1d1d1e;
        }

.order-sumprice {
    font-size: 0.8em;
    margin-bottom: 10px;
}

    .order-sumprice > span {
        font-size: 2.0em;
        font-weight: bold;
        color: #43bcd8;
    }

.radio-checker {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
    border: 1px solid #0a0a0a;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 10px;
}

    .radio-checker.checked > div {
        width: 8px;
        height: 8px;
        margin: 2px;
        display: inline-block;
        background: #43bcd8;
        border: 1px solid #43bcd8;
        border-radius: 4px;
    }

.order-radios {
    padding: 5px;
    cursor: pointer;
}

.order-radio-container {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    max-width: calc(100% - 30px);
    vertical-align: top;
    margin-top: -3px;
}

    .order-radio-container span {
        color: #43bcd8;
        margin-left: 10px;
        display: inline-block;
    }

.info-page {
    padding: 40px 20% 50px 20%;
    text-align: justify;
}

    .info-page h1 {
        border-bottom-color: #43bcd8;
        margin-bottom: 40px;
    }

/* ---------------------------- INFOPAGES fmts -------------------------*/

.infopage-usage table {
    width: 70%;
    margin: auto;
    margin-top: 30px;
}

.infopage-usage td {
    padding: 10px;
}

.infopage-usage .text {
    width: 70%;
    margin: auto;
}

.infopage-history p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.infopage-history .img1 {
    float: right;
    margin: 10px 0 10px 15px;
}

.infopage-history .img2 {
    float: left;
    margin: 10px 15px 10px 0;
}

.info-page .infopage-faq p {
    width: 90%;
}

.infopage-faq .contents {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

    .infopage-faq .contents a,
    .infopage-sizing a {
        font-weight: bold;
        color: #43bcd8;
    }

        .infopage-faq .contents a:hover,
        .infopage-sizing a:hover {
            color: #0a0a0a;
        }

.infopage-faq .texts a {
    color: #0a0a0a;
    font-weight: bold;
}

.infopage-faq img {
    display: block;
    margin: 5px auto 5px auto;
}

.infopage-faq table {
    margin: 5px auto 5px auto;
    border: 1px solid #43bcd8;
    text-align: center;
}

.infopage-sizing table {
    border: 1px solid #43bcd8;
    border-collapse: collapse;
    margin: auto;
}

.infopage-sizing {
    width: 70%;
    margin: auto;
}

.infopage-laws {
    width: 80%;
    margin: auto;
}

/* ---------------------------- EOF INFOPAGES fmts -------------------------*/

.cont-info span {
    font-weight: bold;
}

.cont-info a,
.cont-form a,
.thankyou a {
    font-weight: bold;
    color: #43bcd8;
}

    .cont-info a:hover,
    .cont-form a:hover,
    .thankyou a:hover {
        color: #0a0a0a;
    }

.cont-form span {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    color: #1d1d1e;
    margin-bottom: 5px;
}

.send-button {
    float: right;
}

.cont-info,
.cont-form {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 80px;
}

.cont-form {
    width: 50%;
    padding-left: 40px;
    padding-right: 120px;
    text-align: left;
}

    .cont-form .fields {
        width: 100%;
        margin-bottom: 15px;
    }

.discalimer {
    font-size: 0.8em;
    padding-top: 20px;
}

.thankyou-page {
    padding: 40px 10px 50px 10px;
}

.thankyou {
    width: 70%;
    margin: auto;
}

    .thankyou .online-error,
    .thankyou .online-okay {
        font-weight: bold;
    }

    .thankyou .online-okay {
        color: #13cc1c
    }

    .thankyou .online-error {
        color: #e01010;
    }

    .thankyou .paymentInstructions {
        border-bottom: 1px solid black;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }

        .thankyou .paymentInstructions .instructions.with-qr {
            float: left;
            width: 50%;
        }

            .thankyou .paymentInstructions .instructions table {
                width: 100%;
                border-spacing: 0;
            }

                .thankyou .paymentInstructions .instructions table td {
                    background-color: #f5f5f5;
                    padding: 5px 10px;
                }

            .thankyou .paymentInstructions .instructions h3 {
                margin-top: 30px;
                margin-bottom: 10px;
                font-size: 1em;
            }

            .thankyou .paymentInstructions .instructions .tip {
                font-size: 0.9em;
                margin-bottom: 20px;
            }

        .thankyou .paymentInstructions .qr-code {
            float: right;
            text-align: center;
            width: 50%;
        }

.info-page .available-size {
    background-color: #cbf3fc;
}

.info-page .size-legend {
    font-size: 0.5em;
}
.detail-materials
{
    width: 65% !important;
    font-weight: bold !important;
}
.detail-materials img {
    vertical-align: middle;
}

.ship-pay-select-first
{
    text-align:center;
    font-style: italic;
}

.flag.flag-gb {
    background-position: -176px -44px
}

.flag.flag-pl {
    background-position: -32px -121px
}

.flag.flag-cz {
    background-position: -64px -33px
}

.flag.flag-sk {
    background-position: -144px -132px
}

.flag {
    width: 16px;
    height: 11px;
    background: url(/img/flags.png) no-repeat;
    margin-top: -.18em;
    display: inline-block;
    vertical-align: middle;
}

.lang-switch
{
    text-align: center;
    margin-top: 10px;
}

    .lang-switch a {
        color: #43bcd8;
        padding-right: 15px;
        margin-right: 10px;
        border-right: 1px solid #ddd;
    }

    .lang-switch a:last-of-type {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .lang-switch a:hover {
        color: #fff;
    }

/* mqueries - desktop only */
@media only screen and (min-width: 901px) {
    .warelist-item-container:hover {
        background-image: url(/img/prod-bg.png);
        background-position-x: 50%;
        background-position-y: 50%;
        background-size: initial;
        background-repeat-x: no-repeat;
        background-repeat-y: no-repeat;
        background-color: rgb(24, 25, 28);
        background-size: cover;
    }

        .warelist-item-container:hover .warelist-item-name,
        .warelist-item-container:hover .warelist-item-price {
            color: #fff;
        }

    .info-page p {
        width: 50%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* mqueries - tablet */
@media only screen and (max-width: 900px) {
    .warelist-item-container {
        width: 32.1333333%;
        margin-left: 0.6%;
        margin-right: 0.6%;
        padding: 35px 25px 25px 25px;
    }

    .warelist-item-name {
        margin-top: 35px;
        height: 44px;
    }

    .icon-menu {
        display: inline;
        float: left;
        margin: 10px 10px 10px 10px;
    }

    .content-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .hidden-mobile {
        display: none;
    }

    .logo-main {
        width: 155px;
        margin: auto;
        padding-top: 12px;
        padding-bottom: 0;
    }

    .main-menu {
        margin: auto;
        clear: both;
        padding-top: 10px;
    }

        .main-menu li {
            display: block;
        }

        .main-menu a {
            margin-left: 5%;
            width: 90%;
            text-align: center;
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .main-menu li:first-of-type a {
            border-top: 1px solid #525a6b;
        }

    .cart-count-mobile {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%;
        background: #555;
        display: inline-block;
        text-align: center;
        color: #FFF;
        transition: .2s;
        margin-left: 5px;
        left: 16px;
        top: -9px;
    }

    .userbox {
        display: inline-block;
        float: right;
        position: absolute;
        top: 13px;
        right: 15px;
    }

    .footer-block {
        padding-left: 25px;
    }

        .footer-block .label {
            font-size: 0.8em;
        }

    .content-wrapper h1 {
        font-size: 1.2em;
    }

    .det-imgs a {
        width: 70px;
        height: 70px;
    }

    .detail-sizebox {
        width: 46%;
    }

    .buy-box {
        float: left;
        padding-left: 15px;
    }

    .warelist-item-container.detail {
        padding: 10px;
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .fcb-block {
        top: 0px;
    }

    .cart-item-image-wrapper img {
        width: 135px;
    }

    .order-note {
        width: 20%;
    }

    .order-shippay-box.left {
        width: 100%;
    }

    .order-shippay-box {
        width: 48%;
        padding-left: 0;
        margin-left: 0;
    }

        .order-shippay-box h3 {
            padding-left: 15px;
            margin-left: 0;
        }

        .order-shippay-box.right {
            margin-left: 4%;
        }

    .order-radios,
    .form-box {
        padding-left: 15px;
    }

    .info-page {
        padding: 40px 15px 50px 15px;
    }

        .info-page h1 {
            margin-right: 0;
            margin-left: 0;
        }

    /* ---------------------------- INFOPAGES fmts -------------------------*/

    .infopage-usage table {
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }

    .infopage-usage td {
        padding: 5px;
    }

    .infopage-usage h2 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1.2em;
    }

    .infopage-usage .text {
        width: 90%;
    }

    .infopage-history p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .infopage-faq .contents {
        width: 70%;
        margin: auto;
        margin-top: 20px;
    }

    .infopage-faq .measList {
        padding-right: 20px;
    }

    /* ---------------------------- EOF INFOPAGES fmts -------------------------*/


    .cont-info,
    .cont-form {
        float: none;
        width: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .cont-form {
        padding-top: 30px;
    }

    .infopage-sizing {
        width: 100%;
    }

    .infopage-laws {
        width: 100%;
    }

    .thankyou .paymentInstructions .instructions.with-qr, .thankyou .paymentInstructions .qr-code {
        float: none;
        text-align: center;
        width: 100%;
    }

        .thankyou .paymentInstructions .instructions {
            margin-bottom: 50px;
        }

        .thankyou .paymentInstructions .instructions table {
            text-align: left;
        }
}

.online-pay-logos
{
    text-align: center;
    margin-top: 25px;
}

.online-pay-logos img {
    width: 300px;
    max-width: 80%;
}


/* mqueries - mobile */
@media only screen and (max-width: 600px) {
    .lang-switch,
    .online-pay-logos {
        text-align: left;
        padding-left: 25px;
    }

        .lang-switch a {
            display: block;
            padding-right: 0;
            margin-right: 0;
            border-right: none;
        }

    .warelist-item-container {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 22px 15px 15px 15px;
    }

    .warelist-item-name {
        margin-top: 22px;
    }

    .logo-main {
        width: 125px;
        padding-top: 15px;
    }

    .footer-block {
        width: 100%;
        padding-bottom: 10px;
    }

        .footer-block .label {
            margin-bottom: 5px;
        }

        .footer-block ul {
            margin-top: 0px;
        }

    .det-image-container,
    .detail-right {
        width: 100%;
    }

    .det-imgs a {
        width: 50px;
        height: 50px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .detail-right-divider {
        margin-right: 5px;
        margin-left: 5px;
        margin: 10px 5px 10px 5px;
    }

    .detail-title {
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
    }

    .warelist-item-container.detail {
        padding: 10px;
        width: 32.33%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .breadcrumb > a,
    .breadcrumb > span {
        display: none;
    }

    .det-imgs {
        display: none;
    }

    .fcb-block {
        top: -35px;
    }

    .warn-container {
        padding: 10px 0;
        font-size: 0.9em;
    }

    .cart-item-image-wrapper {
        width: 10%;
    }

    .order-item-names {
        width: 46%;
    }

    .cart-item-image-wrapper img {
        width: 40px;
    }

    .order-item-delete,
    .order-item-price,
    .order-item-pieces a {
        display: none;
    }

    .order-item-price-sum {
        width: 18%;
    }

    .check-label {
        font-size: 0.7em;
    }

    .order-shippay-box {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

        .order-shippay-box.right {
            margin-left: 0;
        }

    .order-note {
        box-sizing: border-box;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0;
        display: block;
        margin-bottom: 10px;
        height: 30px;
    }

    .order-laws {
        display: block;
        padding: 5px 0 10px 0;
    }

    .info-page {
        padding: 40px 10px 50px 10px;
    }

    /* ---------------------------- INFOPAGES fmts -------------------------*/

    .usageTable {
        width: 95%;
    }

        .usageTable img {
            max-width: 90px;
        }

    .infopage-usage table {
        width: 100%;
        font-size: 0.8em;
    }

    .infopage-history .img1,
    .infopage-history .img2 {
        float: none;
        display: block;
        margin: 20px auto 20px auto;
    }

    .infopage-usage .text {
        width: 100%;
    }

    /* ---------------------------- EOF INFOPAGES fmts -------------------------*/

    .cont-info,
    .cont-form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-hide {
        display: none;
    }

    .thankyou {
        width: 100%;
    }
}
