﻿html.waiting * {
    cursor: wait !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-display: optional;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.cleaner {
    clear: both;
}

.highlight {
    color: #dfff37 !important;
}

.page {
    width: 94%;
    max-width: 1800px;
    position: relative;
    margin: auto;
    text-align: left;
}

header {
    font-size: 0.9em;
}

    header .bar {
        position: relative;
        background-color: #0e1014;
        border-bottom: 1px solid #2f3644;
        color: #ffffff;
        margin-bottom: 57px;
        min-width: 100%;
    }

        header .bar .page {
            background-color: #0e1014;
        }

    header .menu {
        background-color: #1e222b;
        z-index: 100;
        position: fixed;
        top: 35px;
        left: 0;
        min-width: 100%;
    }

    header .links {
        float: left;
    }

        header .links ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-size: 90%;
        }

            header .links ul li {
                display: inline-block;
                padding: 8px 0;
                padding-right: 20px;
            }

                header .links ul li a {
                    color: #b9b9b9;
                    text-decoration: none;
                    transition: all 150ms ease-in-out;
                }

                    header .links ul li a:hover {
                        color: white;
                    }

    header .contact {
        background-image: url(/img/phone.svg);
        background-repeat: no-repeat;
        background-position: left center;
        float: right;
        color: #b9b9b9;
        padding: 8px 0;
        padding-left: 30px;
        min-height: 34px;
        box-sizing: border-box;
    }

        header .contact strong {
            color: white;
            padding-right: 10px;
        }

    header .menu {
        padding: 5px 0;
        min-height: 58px;
        box-sizing: border-box;
    }

        header .menu nav {
            position: relative;
            overflow: hidden;
            height: 32px;
            display: flex;
            align-items: baseline;
        }

        header .menu .logo {
            float: left;
            position: relative;
            top: 3px;
            height: 35px;
        }

        header .menu .page ul.level-0 {
            float: left;
            list-style-type: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

            header .menu .page ul.level-0 > li {
                margin-left: 15px;
            }

                header .menu .page ul.level-0 > li:first-of-type {
                    margin-left: 0;
                }

                header .menu .page ul.level-0 > li > a {
                    font-family: Dosis;
                    font-weight: bold;
                    color: white;
                    text-transform: uppercase;
                    text-decoration: none;
                    font-size: 1.2em;
                }

                    header .menu .page ul.level-0 > li > a::after {
                        content: ' ▼';
                        font-size: 0.7em;
                        position: relative;
                        top: -2px;
                        left: 3px;
                        opacity: 0.4;
                        transition: all 0.5s ease;
                    }

                    header .menu .page ul.level-0 > li > a.highlight::after {
                        content: ' ▲';
                    }

                header .menu .page ul.level-0 > li.noExpand > a::after {
                    content: initial;
                }

                header .menu .page ul.level-0 > li.noExpand > a.highlight::after {
                    content: initial;
                }

        header .menu .searchBox {
            display: none;
            position: absolute;
            bottom: 0;
            height: 100%;
            width: 100%;
            box-sizing: border-box;
        }

            header .menu .searchBox input {
                width: 100%;
                padding: 10px;
                box-sizing: border-box;
                background-color: #0e1014;
                border: 0;
                color: white;
                outline: 0;
                font-weight: bold;
                font-size: 1.8em;
            }

                header .menu .searchBox input::placeholder {
                    color: #dfff37;
                    font-weight: normal;
                }

                header .menu .searchBox input:-ms-input-placeholder {
                    color: #dfff37;
                    font-weight: normal;
                }

                header .menu .searchBox input::-ms-input-placeholder {
                    color: #dfff37;
                    font-weight: normal;
                }

            header .menu .searchBox .close {
                position: absolute;
                right: 15px;
                top: 15px;
                cursor: pointer;
                opacity: 0.8;
            }

                header .menu .searchBox .close:hover {
                    opacity: 1;
                }

    header .level-1 {
        display: none;
        top: 98px;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 20px 0;
        z-index: 100;
    }

        header .level-1 > div > ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            header .level-1 > div > ul > li {
                display: inline-block;
                vertical-align: top;
                margin-right: 50px;
            }

                header .level-1 > div > ul > li > a {
                    color: #1e222b;
                    font-weight: bold;
                    display: block;
                    font-family: Dosis;
                    text-transform: uppercase;
                    font-size: 1.2em;
                    margin-bottom: 15px;
                }

                header .level-1 > div > ul > li > ul {
                    float: left;
                    padding: 0;
                    list-style-type: none;
                    line-height: 1.5em;
                }

                    header .level-1 > div > ul > li > ul > li > a {
                        color: #1e222b;
                        text-decoration: none;
                    }

                        header .level-1 > div > ul > li > ul > li > a:hover {
                            text-decoration: underline;
                        }

                header .level-1 > div > ul > li > img {
                    margin-left: 50px;
                    float: right;
                }

    header .menu .allMenu {
        display: none;
        padding-top: 12px;
        float: right;
        margin-right: 30px;
        margin-left: 15px;
        cursor: pointer;
        color: white;
        font-family: dosis;
        font-size: 1.2em;
        text-transform: uppercase;
    }

        header .menu .allMenu img {
            display: none;
        }

    header .menu .search {
        float: right;
        padding: 12px;
        cursor: pointer;
    }

        header .menu .search .panel {
            display: none;
        }

    header .menu .user {
        float: right;
        padding: 12px;
        cursor: pointer;
    }

    header .menu .cart {
        position: relative;
        float: right;
        padding: 12px;
        cursor: pointer;
    }

        header .menu .cart a {
            text-decoration: none;
        }

        header .menu .cart #cartCount {
            position: absolute;
            background-color: white;
            border-radius: 50%;
            font-size: 1em;
            width: 1.4em;
            height: 1.4em;
            display: flex;
            left: 25px;
            top: 16px;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #1e222b;
            border: 2px solid #1e222b;
            letter-spacing: -1px;
        }

        header .menu .cart #cartTotal {
            color: #dfff37;
            font-weight: bold;
            vertical-align: super;
            margin-left: 20px;
            font-size: 1.1em;
        }

            header .menu .cart #cartTotal:hover {
                text-decoration: underline;
            }

        header .menu .cart img:last-of-type {
            display: none;
        }

        header .menu .cart .panel {
            display: none;
        }

.group aside {
    width: 15%;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
}

.group section {
    width: 85%;
    float: left;
}

h1 {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Dosis;
    font-size: 1.8em;
}

h2 {
    text-transform: uppercase;
    font-family: Dosis;
}

hr {
    border: 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 34, 43, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.page.wlWrapper {
    background-color: #f5f6fb;
    width: initial;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.wlWrapper .wareItems .item {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 0;
}

    .wlWrapper .wareItems .item .variants {
        background-color: white;
        border-top: 1px solid #dedede;
    }

.wareItems {
    display: flex;
    flex-wrap: wrap;
}

    .wareItems > .slick-list > .slick-track {
        display: flex;
    }

    .wareItems.slick-slider {
        padding-left: 25px;
        padding-right: 25px;
    }

    .wareItems.slick-slider {
        padding-left: 25px;
        padding-right: 25px;
    }

    .wareItems.slick-dotted {
        padding-bottom: 20px;
    }

        .wareItems.slick-dotted .slick-dots {
            bottom: -45px;
        }

    .wareItems .item {
        display: flex !important;
        flex-direction: column;
        box-sizing: border-box;
        width: 20%;
        float: left;
        text-align: center;
        font-size: 0.9em;
        padding-top: 40px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        z-index: 1;
        border-radius: 4px;
    }

        .wareItems .item:hover {
            transition: all 0.5s ease;
            box-shadow: 0 0 30px silver;
            z-index: 2;
        }

        .wareItems .item.slick-slide:hover {
            box-shadow: none;
        }

        .wareItems .item .photoWrapper {
            height: 240px;
            white-space: nowrap;
        }

            .wareItems .item .photoWrapper .helper {
                display: inline-block;
                vertical-align: middle;
                height: 100%;
            }

            .wareItems .item .photoWrapper .photo {
                vertical-align: middle;
                max-width: 100%;
                max-height: 100%;
                transition: all 0.5s ease-in-out;
                display: initial;
            }

        .wareItems .item:hover .photoWrapper .photo {
            transform: translateY(-10px) scale(1.1);
        }

        .wareItems .item .name {
            flex: 1;
            display: block;
            color: #2973b4;
            padding: 10px;
        }

        .wareItems .item .storeInfo {
            display: inline-block;
            font-size: 0.9em;
            border-bottom: 1px dotted #777777;
            cursor: help;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .wareItems .item .variants {
            background-color: #fafafa;
            padding-bottom: 15px;
        }

        .wareItems .item .variant {
            display: none;
            position: relative;
            z-index: 0;
        }

            .wareItems .item .variant:first-of-type, .wareItems .item .variant.slick-slide {
                display: initial;
            }

        .wareItems .item .variantName {
            font-size: 0.9em;
            display: block;
            padding-bottom: 15px;
            background-color: white;
        }

    .wareItems .xmas {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
        text-transform: uppercase;
        font-size: 0.9em;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .wareItems .xmas-available {
        color: red;
    }

    .wareItems .xmas-unavailable {
        color: gray;
    }

.wiDialog .xmas, .wiMerch .xmas, .wiCollection .xmas, .wiRelated .xmas, .wiDialog .badges, .wiMerch .badges, .wiCollection .badges, .wiRelated .badges {
    display: none;
}

.wareItems .item .addToCart .count, .wiMerch .item .addToCart .count {
    display: none;
}

.wareItems .item .badges {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1;
    pointer-events: none;
}

.wareItems .item .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
    color: white;
    border-radius: 50%;
    font-family: dosis;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
    transform: rotate(15deg);
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #1e222b;
}

    .wareItems .item .badge.digital, .ware .digital .badge {
        width: 75px;
        height: 55px;
        padding: 2px;
        padding-top: 20px;
        color: #1e222b;
        border: 2px solid #1e222b;
        background-color: white;
        background-image: url(/img/download.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 5px;
        background-size: 25%;
        line-height: 1.2em;
        box-shadow: 0 0 10px rgba(0, 169, 224, 0.4);
        /*animation: pulse 2s infinite;*/
    }

    .wareItems .item .badge.sale {
        background-color: #ff004e;
        width: 30px;
        height: 30px;
    }

    .wareItems .item .badge.new {
        background-color: #00a9e0;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

.ware .digital .badge {
    position: unset;
    right: unset;
    top: unset;
    float: left;
    text-align: center;
    font-size: 0.9em;
}

.storeInfo.local {
    color: green;
    font-weight: bold;
}

.storeInfo.localAlert {
    color: green;
    font-weight: bold;
}

.storeInfo.supplier {
    /*color: #ff5702;*/
    color: green;
}

.wareItems .item .price {
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 3%;
    font-family: Dosis;
    display: inline-block;
    vertical-align: middle;
}

    .wareItems .item .price.recPrice {
        color: #ff004e;
    }

.wareItems .item .addToCart {
    display: inline-block;
    vertical-align: middle;
}

.wareItems .item .variants .slick-prev, .wareItems .item .variants .slick-next {
    top: 5px;
}

.btn {
    display: inline-block;
    padding: 6px 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Dosis;
    border-radius: 4px;
    vertical-align: bottom;
    cursor: pointer;
    background-color: #2973b4;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    transition: all 0.5s ease;
    text-decoration: none;
    position: relative;
    background-position-x: 0;
    background-position-y: center;
    background-size: contain;
}

    .btn:hover {
        background-color: #1e222b;
        color: #dfff37;
    }

    .btn.waiting {
        background-image: url(/img/loading.svg);
        background-position-x: center;
    }

        .btn.waiting span {
            transition: all 0.5s ease;
        }

        .btn.waiting span {
            opacity: 0;
        }

.wareItems .item .btn.buy {
    background-color: #2973b4;
    display: inline-block;
}

    .wareItems .item .btn.buy:hover {
        background-color: #1e222b;
        color: #dfff37;
    }

.wareItems .item .btn.inactive {
    background-color: gray;
}

.darkFooter .box {
    float: right;
}

    .darkFooter .box ul {
        padding: 0;
        margin: 0;
    }

        .darkFooter .box ul li {
            list-style-position: inside
        }

footer .usp {
    color: white;
    background-color: #2973b4;
    margin-top: 30px;
    font-family: Dosis;
    font-size: 1em;
    text-transform: uppercase;
}

    footer .usp .box {
        float: left;
    }

    footer .usp .page {
        padding: 20px;
        background-color: #2973b4;
    }

        footer .usp .page .slick-prev {
            color: white;
            left: 0;
        }

        footer .usp .page .slick-next {
            color: white;
            right: 0;
        }

            footer .usp .page .slick-prev.slick-disabled, footer .usp .page .slick-next.slick-disabled {
                opacity: 0.5;
            }

    footer .usp .box {
        position: relative;
        width: 15%;
        background-repeat: no-repeat;
        background-position: left center;
        padding: 7px 10px;
        padding-left: 60px;
        box-sizing: border-box;
    }

        footer .usp .box span {
            position: absolute;
            left: 0;
            font-weight: bold;
            font-family: Dosis;
            font-size: 1.3em;
            transform: rotate(-10deg);
        }

footer .usp1, footer .usp2 {
    background-image: url(/img/usp-circle.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

    footer .usp1 span, footer .usp2 span {
        background-color: #2973b4;
        padding: 1px;
        font-size: 1.1em;
        font-weight: bold;
    }

.darkFooter .contact {
    width: 38%;
    margin-right: 2%;
}

    .darkFooter .contact .left {
        float: left;
        width: 63%;
        margin-right: 2%;
        min-width: 295px;
        max-width: 400px;
    }

    .darkFooter .contact .right {
        float: left;
    }

    .darkFooter .contact table td {
        padding-right: 30px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .darkFooter .contact table span {
        color: white;
    }

.darkFooter .faq {
    width: 18%;
    margin-right: 2%;
}

.darkFooter .box.faq ul {
    margin-bottom: 20px;
}

.darkFooter .purchase {
    width: 18%;
    margin-right: 2%;
}

.darkFooter .services {
    width: 18%;
    margin-right: 2%;
}

.darkFooter .icons {
    width: 10%;
}

.darkFooter {
    clear: both;
    color: #b9b9b9;
    font-size: 0.9em;
    background-color: #1e222b;
}

    .darkFooter .page {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #1e222b;
    }

    .darkFooter a {
        color: #b9b9b9;
        text-decoration: none;
        transition: all 150ms ease-in-out;
    }

        .darkFooter a:hover {
            color: white;
        }

    .darkFooter h2 {
        font-family: Dosis;
        color: white;
        text-transform: uppercase;
        margin-top: 0;
    }

    .darkFooter ul {
        line-height: 2em;
    }

    .darkFooter .logo {
        margin-bottom: 20px;
    }

    .darkFooter a.highlight {
        text-decoration: underline;
    }

    .darkFooter .legal {
        font-size: 0.9em;
        color: #696c73;
    }

.parameters > strong {
    text-transform: uppercase;
    font-size: 0.8em;
    display: block;
}

.parameters .options {
    margin-top: 20px;
}

.childCategories {
    font-size: 0.9em;
    margin-bottom: 30px;
}

    .childCategories .linkBack {
        color: #2973b4;
        text-decoration: none;
    }

        .childCategories .linkBack:hover {
            text-decoration: underline;
        }

    .childCategories ul {
        list-style-type: none;
        padding: 0;
        line-height: 2em;
    }

        .childCategories ul li a {
            color: black;
            font-weight: bold;
        }

        .childCategories ul li span {
            color: #bbbbbb;
            text-decoration: none !important;
        }

.subGroups .childCategories {
    font-size: 1em;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .subGroups .childCategories .linkBack {
        display: none;
    }

    .subGroups .childCategories ul {
        list-style-type: none;
        padding: 0;
        line-height: 2em;
    }

        .subGroups .childCategories ul li {
            display: inline-block;
            border: 2px solid #2973b4;
            margin-right: 10px;
            margin-bottom: 12px;
            transition: all 150ms ease-in-out;
            border-radius: 8px;
        }

            .subGroups .childCategories ul li:hover {
                background-color: #2973b4;
            }

                .subGroups .childCategories ul li:hover a, .subGroups .childCategories ul li:hover span {
                    color: white;
                }

            .subGroups .childCategories ul li a {
                color: black;
                text-decoration: none;
                font-weight: bold;
                display: inline-block;
                padding: 10px 15px;
                text-transform: uppercase;
            }

            .subGroups .childCategories ul li span {
                color: #bbbbbb;
                text-decoration: none !important;
            }

.breadcrumb {
    background-color: #f5f6fb;
    padding: 8px 0;
    margin-bottom: 20px;
    font-size: 0.8em;
}

    .breadcrumb a {
        color: black;
        text-decoration: none;
        font-weight: bold;
    }

        .breadcrumb a:last-of-type {
            font-weight: normal;
        }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .breadcrumb span {
        margin: 0 8px;
    }

.group h1 {
    float: left;
}

.group .controls {
    float: right;
    padding-top: 10px;
}

.group .controls {
    text-align: right;
    font-size: 0.9em;
}

    .group .controls select {
        padding: 3px;
        border-radius: 4px;
    }

    .group .controls label {
        margin-right: 20px;
    }

    .group .controls input[type=checkbox] {
        vertical-align: text-top;
    }

.addToCartDialog .img {
    float: left;
    width: 40%;
    text-align: center;
    padding-bottom: 10px;
}

.addToCartDialog .details {
    float: right;
    width: 60%;
    text-align: left;
    margin-bottom: 20px;
}

    .addToCartDialog .details strong {
        color: #2973b4;
    }

    .addToCartDialog .details .title {
        display: block;
    }

    .addToCartDialog .details .price {
        margin-top: 20px;
        display: block;
    }

        .addToCartDialog .details .price span {
            font-family: Dosis;
            font-weight: bold;
            font-size: 1.2em;
            margin: 0 5px;
        }

    .addToCartDialog .details .addedPackage {
        margin-top: 10px;
        font-weight: bold;
        font-size: 0.9em;
        color: green;
    }

.addToCartDialog .buttons, .availabilityTable .buttons {
    margin-top: 20px;
}

    .addToCartDialog .buttons .btn, .availabilityTable .buttons .btn {
        border: 1px solid #2973b4;
    }

.addToCartDialog .btn.close, .availabilityTable .btn.close {
    background-color: transparent;
    color: #2973b4;
    font-weight: normal;
}

.addToCartDialog .packages h2, .addToCartDialog .crossSell h2 {
    font-family: dosis;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 1.1em;
    color: white;
    background-color: #1e222b;
    padding: 8px 0;
    color: white !important;
}

.addToCartDialog .package {
    padding: 15px 10px;
    box-sizing: border-box;
}

    .addToCartDialog .package img {
        display: block;
        position: relative;
        margin: auto;
    }

    .addToCartDialog .package strong a {
        display: block;
        margin: 10px 0;
        font-size: 0.9em;
        color: #2973b4;
        padding-right: 14px;
        background-image: url(/img/new-window.png?v=1);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 3px;
        font-weight: normal;
    }

        .addToCartDialog .package strong a:hover {
            color: black;
        }

    .addToCartDialog .package .originalPrice {
        text-decoration: line-through;
    }

    .addToCartDialog .package .price {
        font-family: dosis;
        font-weight: bold;
        font-size: 1.1em;
        color: red;
        margin: 0 5px;
    }

    .addToCartDialog .package .priceWrapper {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .addToCartDialog .package input[type=number] {
        width: 40px;
        border-radius: 4px;
        border: 1px solid silver;
        text-align: center;
    }

    .addToCartDialog .package .btn {
        vertical-align: baseline;
        color: black;
        background-color: transparent;
        text-decoration: underline;
    }

.addToCartDialog .packages .list, .addToCartDialog .wiDialog, .wiMerch .list, .cart .wiDialog {
    padding: 0 25px;
}

.cart .wiDialog {
    text-align: center;
}

.addToCartDialog .slick-next, .wiDialog .slick-next {
    right: 0;
}

.addToCartDialog .slick-prev, .wiDialog .slick-prev {
    left: 0;
}

.wiDialog .item .photo {
    max-height: 150px;
    position: relative;
    margin: auto;
    display: initial;
}

.wiDialog .item .photoWrapper {
    margin-bottom: 10px;
    height: 150px;
}

.wiDialog a strong {
    color: #2973b4;
    font-size: 0.9em;
    line-height: 1.4em;
    display: block;
    height: 55px;
    overflow: hidden;
    margin-bottom: 10px;
}

.wiDialog .item .variantName {
    display: none;
}

.wiDialog .item .storeInfo {
    display: none;
}

.wiDialog .item br {
    display: none;
}

.wiDialog .item .price {
    font-family: Dosis;
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 5px;
}

.wiDialog .item .addToCart .count {
    width: 40px;
    border-radius: 4px;
    border: 1px solid silver;
    text-align: center;
}

.wiDialog .item .addToCart .btn.buy {
    background-color: transparent;
    color: black;
    text-decoration: underline;
    vertical-align: baseline;
    padding: 5px;
}

.paging {
    display: inline-block;
}

    .paging a, .paging span {
        text-decoration: none;
        margin: 0 4px;
    }

    .paging a {
        color: #2973b4;
    }

        .paging a.pageNum {
            text-decoration: underline;
        }

    .paging span.active {
        font-weight: bold;
    }

.controls .paging {
    margin-left: 20px;
}

.controls1 {
    padding: 30px 0;
}

    .controls1 .paging {
        float: left;
    }

        .controls1 .paging a {
            background-color: #1e222b;
            padding: 3px 8px;
            margin: 0 4px;
            border-radius: 4px;
            color: white;
            font-weight: bold;
            text-decoration: none;
        }

        .controls1 .paging span {
            padding: 3px 8px;
            margin: 0 4px;
        }

        .controls1 .paging a.pageNum {
            background-color: transparent;
            color: initial;
            text-decoration: underline;
            padding: 3px 4px;
        }

        .controls1 .paging span.active {
            font-weight: normal;
        }

    .controls1 .totalItems {
        float: right;
    }

.availabilityTable table {
    width: 100%;
}

    .availabilityTable table img {
        vertical-align: middle;
        margin-right: 20px;
    }

.ware section.withAside {
    width: 75%;
    float: left;
}

.ware aside {
    margin-left: 30px;
    border-left: 1px solid #eaeaea;
    padding-left: 30px;
    box-sizing: border-box;
    width: 22%;
    float: right;
    text-align: center;
}

.ware h1 {
    max-width: 53%;
}

@media screen and (max-width: 1200px) {
    .ware h1 {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.ware h2 {
    font-family: Dosis;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
}

.ware aside h2 {
    margin-top: 0;
    text-align: center;
}

.ware .photos {
    padding: 20px;
    text-align: center;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

    .ware .photos .galleryItems {
        float: left;
        width: 120px;
    }

    .ware .photos .gallery .galleryItems img {
        opacity: 0.6;
        transition: all ease-in-out 0.15s;
        cursor: pointer;
    }

        .ware .photos .gallery .galleryItems img:hover {
            opacity: 1;
        }

    .ware .photos .gallery .galleryItems .slick-slide {
        margin: 10px;
    }

    .ware .photos .gallery .galleryItems .slick-current {
        opacity: 1;
        box-shadow: 0 0 10px #c2c2c2;
    }

    .ware .photos .gallery-with-items .galleryMain {
        float: right;
        width: calc(100% - 150px);
    }

        .ware .photos .galleryMain .slick-prev, .ware .photos .galleryMain .slick-next {
            display: none !important;
        }

.ware .photos, .ware .description {
    width: 53%;
    margin-right: 4%;
    box-sizing: border-box;
    float: left;
}

.ware .product {
    width: 43%;
    padding-right: 4%;
    box-sizing: border-box;
    float: right;
    position: sticky;
    top: 100px;
}

    .ware .product div.buy {
        display: flex;
        flex-wrap: wrap;
        /*column-gap: 40px;
        justify-content: space-between;*/
        row-gap: 20px;
        justify-content: center;
        align-items: center;
        background-color: #1e222b;
        border-bottom: 5px solid #2973b4;
        padding: 20px 40px;
        color: white;
        font-size: 1.2em;
        font-family: Dosis;
        border-radius: 4px;
    }

        .ware .product div.buy input {
            width: 40px;
            text-align: center;
            border-radius: 4px;
            font-size: 1em;
            padding: 5px;
            border: 0;
            vertical-align: baseline;
            margin-left: 5px;
            margin-right: 5px;
        }

    .ware .product .btn.buy {
        transition: none;
    }

        .ware .product .btn.buy:hover {
            background-color: #2973b4;
            color: white;
            box-shadow: 0 0 10px #2973b4;
        }

    .ware .product .likeList {
        border: 1px solid #ffffff50;
        border-radius: 4px;
        padding: 7px 10px;
        text-transform: uppercase;
        font-size: 0.8em;
        color: white;
        text-decoration: none;
    }

        .ware .product .likeList .icon-heart {
            color: indianred;
            margin-right: 0.5em;
            font-size: 1.3em;
            vertical-align: text-top;
        }

        .ware .product .likeList:hover {
            box-shadow: 0 0 10px indianred;
        }

    .ware .product .registered-discount {
        margin-top: 20px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }

        .ware .product .registered-discount strong {
            color: #ff004e;
        }

            .ware .product .registered-discount strong span.icon-tag {
                vertical-align: middle;
                font-size: 1.5em;
                margin-right: 10px;
            }

        .ware .product .registered-discount a {
            color: #2973b4;
        }

.ware .digital {
    margin: 40px 0;
}

    .ware .digital .badge {
        margin-right: 20px;
    }

    .ware .digital > strong {
        text-transform: uppercase;
        color: #00a9e0;
        display: block;
        margin-bottom: 10px;
        margin-left: 110px;
        font-family: Dosis;
    }

    .ware .digital > span {
        font-size: 0.9em;
        display: block;
        margin-left: 110px;
    }

    .ware .digital span strong {
        text-transform: uppercase;
    }

    .ware .digital a {
        color: black;
    }

.ware .gift {
    margin-top: 50px;
    padding: 30px;
    border-radius: 4px;
    background-color: #f5f6fb;
}

    .ware .gift .gifts {
        margin-top: 20px;
        display: flex;
        gap: 30px;
    }

.ware .gifts > * {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.ware .gift > strong {
    display: block;
    font-family: Dosis;
    text-transform: uppercase;
}

.ware .gift a {
    border-bottom: 1px dotted #777777;
    text-decoration: none;
    color: initial;
}

.ware .gift img {
    width: 30px;
    height: 30px;
}

.ware .product .variants {
    margin-bottom: 20px;
}

    .ware .product .variants table {
        width: 100%;
    }

    .ware .product .variants .price {
        font-family: Dosis;
        font-weight: bold;
        text-align: right;
        font-size: 1.1em;
    }

.ware .product .storeInfo {
    border-bottom: 1px dotted #777777;
    cursor: help;
}

.ware .product .variant .storeInfo {
    font-size: 0.9em;
}

.ware .product .shopText {
    margin-top: 15px;
}

.ware .product div.buy .price {
    color: #dfff37;
    font-weight: bold;
    margin: 0 10px;
    font-size: 1.1em;
}

    .ware .product div.buy .price .recPrice {
        position: relative;
        margin-left: 10px;
        font-weight: normal;
        color: white;
        font-size: 0.9em;
    }

    .ware .product div.buy .price .recPrice:before {
        position: absolute;
        content: "";
        left: -2px;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

.ware .parametersWrapper, .ware .allGroups {
    float: right;
    width: 43%;
}

.ware .parameters {
    width: 100%;
    font-size: 0.9em;
    margin: 30px 0;
}

    .ware .parameters td {
        width: 25%;
        padding: 5px;
        box-sizing: border-box;
    }

        .ware .parameters td:nth-of-type(2n+1) {
            width: 15%;
            color: gray;
        }

    .ware .parameters tr:nth-of-type(2n) td {
        background-color: #f5f6fb;
    }

.wiCollection {
    margin-top: 30px;
}

    .wiCollection .item {
        font-size: 0.9em;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eaeaea;
    }

        .wiCollection .item .photo {
            max-height: 120px;
            position: relative;
            margin: auto;
            display: initial;
        }

        .wiCollection .item .photoWrapper {
            margin-bottom: 10px;
            height: 120px;
        }

    .wiCollection a {
        color: #2973b4;
        text-decoration: none;
    }

        .wiCollection a.btn {
            color: white;
        }

        .wiCollection a strong {
            color: #2973b4;
            font-size: 0.9em;
            font-weight: normal;
            line-height: 1.4em;
            display: block;
            margin-bottom: 15px;
            padding: 0 30px;
        }

    .wiCollection .item .variantName {
        display: none;
    }

    .wiCollection .item .storeInfo {
        display: none;
    }

    .wiCollection .item br {
        display: none;
    }

    .wiCollection .item .price {
        font-family: Dosis;
        font-weight: bold;
        font-size: 1.2em;
        margin-right: 10px;
    }

.ware aside .all {
    font-weight: bold;
    color: #1e222b;
    clear: both;
}

.ware aside .count {
    display: none;
}

.ware .product .variants .list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ware .product .variants .variant {
    cursor: pointer;
    border: 1px solid #eaeaea;
    padding: 15px;
    padding-bottom: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    min-width: 180px;
    flex: 1;
    text-align: left;
}

    .ware .product .variants .variant:first-of-type {
        margin-left: 0;
    }

    .ware .product .variants .variant.checked {
        border: 1px solid white;
        box-shadow: 0 0 10px #c2c2c2;
    }

    .ware .product .variants .variant .storeInfoWrapper {
        margin: 5px 0;
    }

    .ware .product .variants .variant label {
        cursor: pointer;
        font-weight: bold;
        font-size: 0.9em;
    }

    .ware .product .variants .variant .price {
        display: block;
        margin-top: 10px;
        position: absolute;
        bottom: 15px;
    }

h2 .tip {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 0.9em;
    text-transform: initial;
    margin-left: 10px;
    border-bottom: 1px dotted #777777;
    cursor: help;
}

.ware .description .inset {
    float: right;
    width: 43%;
    margin-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.ware .description .text {
    line-height: 1.7em;
}

.ware .description img {
    max-width: 100%;
    height: 100% !important;
}

.ware hr {
    margin: 30px 0;
}

.ware .photos img {
    max-width: 100%;
    max-height: 600px;
    margin-bottom: 10px;
}

.ware .photos .imageWarning {
    font-size: 0.9em;
    color: silver;
    display: inline-block;
    width: 70%;
    margin-top: 10px;
}

.ware .photos .video {
    font-family: Dosis;
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-top: 20px;
    color: #1e222b;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.ware .photos .slick-slide img {
    display: initial;
}

.playSymbol {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: inline-block;
    border-left: 10px solid #2973b4;
    margin-right: 20px;
}

.videoDialog, .variantDialog, .ware .videoWrapper {
    display: none;
}

.vexVideo {
    background-color: black !important;
    padding: 2em 4em !important;
}

.ware .deliveryInfo {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.ware .product .deliveryInfo .storeInfo {
    font-size: 1em;
}

.ware .product .deliveryInfo strong, .ware .singleVariant strong {
    font-family: Dosis;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}

.ware .product .deliveryInfo .icon, .ware .product .singleVariant .icon {
    font-size: 1.7em;
    margin-right: 10px;
    vertical-align: sub;
    color: #2973b4;
}

.infoPage {
    padding-top: 30px;
}

.page.cart, .page.order, .page.search, .page.thankyou {
    padding-top: 30px;
    padding-bottom: 20px;
}

.cart h1, .order h1 {
    position: absolute;
    top: 30px;
}

.cartTable {
    width: 100%;
    margin-bottom: 20px;
}

    .cartTable th {
        padding: 20px;
        font-family: Dosis;
    }

    .cartTable .refresh {
        visibility: hidden;
        vertical-align: middle;
    }

    .cartTable .itemRow td {
        padding: 20px;
        border-top: 1px solid #eaeaea;
    }

    .cartTable .itemRow:last-of-type td {
        border-bottom: 1px solid #eaeaea;
    }

    .cartTable .parentItem td {
        padding-bottom: 10px;
    }

    .cartTable .subItem td {
        padding-top: 0;
        padding-bottom: 10px;
        border: 0;
    }

    .cartTable .name a {
        color: #2973b4;
        font-weight: bold;
        text-decoration: none;
    }

    .cartTable .subItem .name a {
        font-weight: normal;
        color: black;
        text-decoration: underline;
        font-size: 0.9em;
    }

    .cartTable .count, #txtDiscountCode {
        width: 40px;
        text-align: center;
        border-radius: 4px;
        padding: 4px;
        border: 1px solid silver;
        vertical-align: baseline;
        margin-left: 5px;
        margin-right: 5px;
    }

    .cartTable .delete {
        text-align: right;
    }

        .cartTable .delete img {
            margin-right: 5px;
        }

        .cartTable .delete a {
            font-size: 0.9em;
            text-transform: uppercase;
            color: #b07c88;
            text-decoration: none;
        }

    .cartTable .price, .cartTable .priceTotal {
        text-align: right;
    }

    .cartTable .priceTotal {
        font-weight: bold;
    }

.cartTip {
    font-size: 0.9em;
    margin-bottom: 60px;
}

.cart .left {
    float: left;
    width: 60%;
    padding-right: 40px;
    box-sizing: border-box;
}

.cart .right {
    float: right;
    width: 40%;
}

.cart .confirm {
    background-color: #f5f6fb;
    padding: 40px;
    padding-bottom: 30px;
    border-radius: 4px;
}

    .cart .confirm .total {
        font-size: 1.2em;
        font-family: Dosis;
        text-transform: uppercase;
        font-weight: bold;
    }

        .cart .confirm .total span {
            font-size: 1.3em;
            margin-left: 20px;
        }

    .cart .confirm .btn {
        font-size: 1.2em;
        float: right;
    }

    .cart .confirm .tip {
        display: block;
        margin-top: 10px;
        color: #8387a2;
        font-size: 0.9em;
    }

.cart h2 {
    font-family: Dosis;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 40px;
}

.cart .insurance {
    margin-bottom: 40px;
}

    .cart .insurance h2, .cart .gift h2 {
        margin-bottom: 20px;
    }

    .cart .insurance p, .cart .gift p {
        font-size: 0.9em;
        margin-bottom: 20px;
        text-align: justify;
    }

    .cart .insurance label, .cart .gift label {
        font-weight: bold;
        margin-left: 10px;
        text-transform: uppercase;
        font-size: 0.9em;
        color: #2973b4;
    }

    .cart .insurance.withGift {
        float: left;
        width: 50%;
        padding-right: 15px;
        box-sizing: border-box;
    }

.cart .gift {
    float: right;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}

.vex-content .map {
    width: 100%;
    height: 400px;
}

#depotDialog {
    display: none;
}

.vexMap {
    width: 900px !important;
}

.depotInfo {
    text-align: center;
}

    .depotInfo strong {
        margin-top: 5px;
        display: block;
    }

    .depotInfo img {
        display: block;
        margin: 20px auto;
    }

.txtDepotAddress {
    width: 200px;
    text-align: center;
    border-radius: 4px;
    padding: 6px;
    border: 1px solid silver;
    vertical-align: baseline;
    margin-left: 5px;
    margin-right: 5px;
}

.searchResults {
    display: none;
    padding-top: 30px;
}

    .searchResults > div > h1 {
        font-size: 1.5em;
    }

        .searchResults > div > h1 > span {
            font-size: 0.8em;
            font-family: 'Open Sans';
            font-weight: normal;
            margin-left: 10px;
        }

    .searchResults > div > hr {
        margin: 30px 0;
    }

    .searchResults .wareResults, .searchResults .groupResults {
        display: none;
    }

        .searchResults .groupResults a {
            display: inline-block;
            padding: 20px 20px;
            margin-right: 5px;
            box-sizing: border-box;
            text-decoration: none;
            color: #2973b4;
            border: 1px solid #eaeaea;
            font-weight: bold;
            transition: all 0.5s ease-in-out;
            margin-bottom: 10px;
        }

            .searchResults .groupResults a:hover {
                border: 1px solid silver;
            }

    .searchResults .btn.all {
        margin-top: 20px;
        font-size: 1.2em;
    }


.lightFooter .usp {
    display: none;
}

.lightFooter .footer {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eaeaea;
    background-color: transparent;
    font-size: 0.9em;
}

    .lightFooter .footer .page {
        background-color: transparent;
    }

.lightFooter .faq, .lightFooter .purchase, .lightFooter .services {
    display: none;
}

.lightFooter .icons {
    display: none;
}

.lightFooter .footer .contact {
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    color: initial;
}

.lightFooter .contact img {
    display: none;
}

.lightFooter .contact br {
    display: none;
}

.lightFooter .contact table {
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
}

    .lightFooter .contact table td {
        padding-right: 20px;
    }

    .lightFooter .contact table span {
        color: initial;
        font-weight: bold;
    }

.lightFooter .footer a.highlight {
    color: #2973b4 !important;
}

.lightFooter .footer .contact .left {
    width: 100%;
    margin-right: 0;
    min-width: initial;
    max-width: initial;
}

.lightFooter .footer .contact .right {
    display: none;
}

.lightFooter .footer .contact .legal {
    float: left;
    max-width: 700px;
    color: #8387a2;
    margin-top: 0;
}

.promoWrapper {
    min-height: 291px;
}

.promos, .preorderPromo {
    background-color: #1e222b;
    display: none;
}

.promos {
    margin-bottom: 30px;
}

.preorderPromo .bgPhoto {
    background-position-x: 50%;
    background-position-y: 0;
    background-size: cover;
}

.preorderPromo .mask {
    background: rgba(30,34,43,1);
    background: -moz-linear-gradient(left, rgba(30,34,43,1) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,34,43,1)), color-stop(50%, rgba(30,34,43,0)), color-stop(100%, rgba(30,34,43,0)));
    background: -webkit-linear-gradient(left, rgba(30,34,43,1) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,0) 100%);
    background: -o-linear-gradient(left, rgba(30,34,43,1) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,0) 100%);
    background: -ms-linear-gradient(left, rgba(30,34,43,1) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,0) 100%);
    background: linear-gradient(to right, rgba(30,34,43,1) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e222b', endColorstr='#1e222b', GradientType=1 );
}

    .preorderPromo .mask .mask {
        background: rgba(30,34,43,0);
        background: -moz-linear-gradient(left, rgba(30,34,43,0) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,34,43,0)), color-stop(50%, rgba(30,34,43,0)), color-stop(100%, rgba(30,34,43,1)));
        background: -webkit-linear-gradient(left, rgba(30,34,43,0) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,1) 100%);
        background: -o-linear-gradient(left, rgba(30,34,43,0) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,1) 100%);
        background: -ms-linear-gradient(left, rgba(30,34,43,0) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,1) 100%);
        background: linear-gradient(to right, rgba(30,34,43,0) 0%, rgba(30,34,43,0) 50%, rgba(30,34,43,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e222b', endColorstr='#1e222b', GradientType=1 );
    }

.preorderPromo .inner {
    padding: 70px 0;
}

.preorderPromo strong {
    color: white;
    text-transform: uppercase;
    font-family: Dosis;
    font-size: 2em;
    display: block;
    font-weight: bold;
}

.preorderPromo .name {
    font-family: Dosis;
    color: white;
    text-decoration: none;
    font-size: 3em;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.preorderPromo .price {
    color: #dfff37;
    font-size: 1.3em;
    margin-right: 20px;
}

.page.default {
    padding-top: 6px;
    padding-bottom: 20px;
}

.default h1, .news h2 {
    margin: 50px 0;
    border-bottom: 1px solid #eaeaea;
    line-height: 0.1em;
}

.news h2 {
    font-size: 1.4em;
}

    .default h1 span, .news h2 span {
        background-color: white;
        padding-right: 20px;
    }

.default h1 a {
    margin-right: 10px;
    color: #2973b4;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
}

    .default h1 a.active {
        color: #1e222b;
        font-weight: bold;
    }

.default .banners {
    display: flex;
    flex-wrap: wrap;
}

.default .bannerHelper {
    display: none;
}

.default .mainBanner {
    width: 70%;
    overflow: hidden;
}

    .default .mainBanner img {
        width: 100%;
    }

    .default .mainBanner .slick-prev {
        left: 0;
    }

    .default .mainBanner .slick-next {
        right: 0;
    }

    .default .mainBanner .slick-prev, .default .mainBanner .slick-next {
        top: 50%;
        height: 100%;
        font-size: 2em;
        text-shadow: 0 0 10px black;
        color: white;
        padding: 0 20px;
    }

        .default .mainBanner .slick-prev:hover, .default .mainBanner .slick-next:hover {
            color: white;
        }

    .default .mainBanner .slick-dotted.slick-slider {
        margin: 0;
    }


.default .sideBanners {
    display: flex;
    flex-direction: column;
    width: 30%;
    box-sizing: border-box;
    padding-left: 10px;
}

    .default .sideBanners div {
        height: 50%;
        box-sizing: border-box;
        float: none;
    }

        .default .sideBanners div:last-of-type {
            margin-top: 10px;
        }

    .default .sideBanners img {
        width: 100%;
        height: 100%;
    }

.default .merch {
    padding-top: 10px;
}

    .default .merch .header {
        border-bottom: 1px solid #eaeaea;
    }

        .default .merch .header h1 {
            margin: 0;
            padding-bottom: 20px;
            border: 0;
            line-height: initial;
            display: inline-block;
            vertical-align: middle;
        }

        .default .merch .header .collections {
            position: relative;
            top: -1px;
            margin: 0 30px;
        }

            .default .merch .header .collections a {
                color: #2973b4;
                text-transform: uppercase;
                font-size: 1.2em;
                font-family: Dosis;
                text-decoration: none;
                margin: 0 10px;
                padding-bottom: 20px;
            }

                .default .merch .header .collections a.active, .default .merch .header .collections a:hover {
                    color: #1e222b;
                    border-bottom: 1px solid #1e222b;
                }

        .default .merch .header > a {
            text-decoration: underline;
            color: gray;
        }

.wiMerch {
    margin: 40px 0;
    min-height: 345px;
}

    .wiMerch .item {
        text-align: center;
    }

        .wiMerch .item .photoWrapper {
            height: 240px;
            white-space: nowrap;
        }

            .wiMerch .item .photoWrapper .photo {
                vertical-align: middle;
                max-width: 100%;
                max-height: 100%;
                display: initial;
            }

            .wiMerch .item .photoWrapper .helper {
                display: inline-block;
                vertical-align: middle;
                height: 100%;
            }

    .wiMerch a strong {
        color: #2973b4;
        font-size: 0.9em;
        line-height: 1.4em;
        display: block;
        height: 45px;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .wiMerch .item .variantName {
        display: none;
    }

    .wiMerch .item .storeInfo {
        display: none;
    }

    .wiMerch .item br {
        display: none;
    }

    .wiMerch .item .variants .variant {
        display: none;
    }

        .wiMerch .item .variants .variant:first-of-type {
            display: initial;
        }

    .wiMerch .item .price {
        font-family: Dosis;
        font-weight: bold;
        font-size: 1.1em;
        margin-right: 5px;
    }

.default .wareItems .item .photoWrapper {
    height: 200px;
}

.item.slick-slide {
    border: none;
    height: auto;
}

.wareItems > .slick-prev, .wiMerch > .slick-prev {
    left: 0;
}

.wareItems > .slick-next, .wiMerch > .slick-next {
    right: 0;
}

.wareItems a, .wiDialog a, .wiMerch a {
    text-decoration: none;
}

.order .error {
    color: red;
    font-weight: bold;
}

.order .login, .order .shippingAddress {
    display: none;
}

.order .address {
    padding-top: 20px;
}

.order .customer h2 {
    margin-bottom: 0;
}

.order .customerMenu {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: dosis;
    color: black;
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

    .order .customerMenu:first-of-type {
        border-left: 0;
    }

    .order .customerMenu.active {
        font-weight: bold;
        border-bottom: 0;
    }

.order h3 {
    font-family: Dosis;
    font-size: 1em;
    text-transform: uppercase;
    color: #2973b4;
    padding: 5px 0;
}

.order h2 {
    text-transform: uppercase;
    font-family: Dosis;
    color: #1e222b;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.order input[type=checkbox] {
    margin-right: 10px;
}

.order .customer, .order .orderInfo {
    float: left;
    width: 29%;
    padding-bottom: 30px;
}

.order .sp {
    float: left;
    width: 40%;
    margin-left: 3%;
    padding-bottom: 30px;
}

.order .orderInfo {
    float: left;
    width: 25%;
    margin-left: 3%;
}

.order .btnOrder {
    padding: 10px 20px;
    font-weight: bold;
}

.order .address input, .order .address select, .order .login input, .order textarea, .profile input, .profile select {
    border-radius: 4px;
    padding: 6px;
    border: 1px solid silver;
    box-sizing: border-box;
}

.profile select {
    width: 100%;
}

.order .address input.invalid {
    border-color: red;
}

.order textarea {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 5px;
}

.order .login span {
    display: none;
}

.order .login table {
    margin: 20px 0;
}


.order .errors {
    margin-right: 40px;
}

.order .error {
    display: none;
}

.order .sp .shipping .options > div {
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    padding-left: 100px;
}

    .order .sp .shipping .options > div .depotName {
        opacity: 0.7;
        margin-left: 10px;
        float: none;
        font-weight: normal;
    }

.order .sp .payment {
    display: none;
}

.order .confirm {
    font-size: 1.4em;
    font-family: Dosis;
}

    .order .confirm .totals {
        float: right;
    }

        .order .confirm .totals span {
            vertical-align: super;
        }

            .order .confirm .totals span strong {
                margin: 0 20px;
            }

    .order .confirm .errors {
        margin-right: 40px;
    }

        .order .confirm .errors span {
            vertical-align: text-bottom;
        }

.order .orderInfo a, .order .login a {
    color: #2973b4;
    font-weight: bold;
}

    .order .login a.btn {
        color: white;
        margin-right: 20px;
    }

.order .sp .options > div {
    padding: 15px;
    border-top: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 4px;
    clear: both;
}

    .order .sp .options > div:first-of-type {
        border-top: 0;
    }

    .order .sp .options > div:hover {
        color: #2973b4;
    }

    .order .sp .options > div.active {
        background-color: #2973b4;
        color: white;
    }

.order .sp .options span {
    float: right;
}

.order .sp .options > div > strong {
    float: left;
}

.order .sp .options strong a {
    font-weight: normal;
    margin-left: 10px;
}

.order .sp .options > div img {
    float: left;
    position: relative;
    top: -5px;
    vertical-align: middle;
    margin-right: 20px;
}

.infoPage .faq h2, .infoPage .faq h3 {
    cursor: pointer;
}

.infoPage .faq h2 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    font-family: Dosis;
}

.infoPage .faq div div {
    margin-left: 20px;
}

    .infoPage .faq div div:first-of-type {
        margin-top: 20px;
    }

    .infoPage .faq div div:last-of-type {
        margin-bottom: 20px;
    }

.infoPage .faq h3 {
    display: none;
    font-weight: normal;
    margin: 10px 0;
    color: #2973b4;
    text-decoration: underline;
}

.infoPage .faq p {
    display: none;
    text-align: justify;
    margin: 20px 0;
    margin-right: 20px;
}

    .infoPage .faq p.contact {
        padding: 20px;
        margin-top: 20px;
        background-color: #f8f8f8;
    }

.group aside .description {
    margin: 30px 0;
}

.group aside .parameters {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.group .checkControls {
    display: inline-block;
}

.group aside .checkControls1 {
    display: none;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.szSwitch {
    float: right;
    padding: 8px;
    margin-right: 20px;
    color: #b9b9b9;
}

    .szSwitch a {
        margin-left: 5px;
    }

    .szSwitch img {
        opacity: 0.6;
        transition: all 150ms ease-in-out;
    }

    .szSwitch .active img, .szSwitch a:hover img {
        opacity: 1;
    }

.cartDialog .close {
    color: #2973b4;
    margin-right: 20px;
}

.cartDialog .btn {
    vertical-align: middle;
}

.ware .buy hr {
    display: none;
}

.vex.vex-theme-flat-attack.allMenuWrapper {
    padding-top: 0;
    text-align: left;
    font-size: 1.2em;
}

.vex-content .allMenu, .vex-content .allMenu ul {
    list-style-type: none;
    padding: 0;
}

    .vex-content .allMenu img {
        display: none;
    }

    .vex-content .allMenu .expand, .vex-content .allMenu .collapse {
        float: right;
        font-size: 1.5em;
        padding: 10px;
        margin-top: 0;
        width: 20%;
        box-sizing: border-box;
        text-align: right;
        cursor: pointer;
    }

    .vex-content .allMenu .collapse {
        display: none;
    }

    .vex-content .allMenu > li {
        border-bottom: 1px solid #efefef;
    }

        .vex-content .allMenu > li a {
            float: left;
            box-sizing: border-box;
            width: 80%;
            display: block;
            color: #1e222b;
            text-transform: uppercase;
            font-family: dosis;
            font-weight: bold;
            text-decoration: none;
            padding: 10px;
        }

        .vex-content .allMenu > li > ul > li {
            border-bottom: 1px solid #efefef;
        }

            .vex-content .allMenu > li > ul > li a {
                color: white;
                background-color: #1e222b;
                margin-top: 0;
            }

            .vex-content .allMenu > li > ul > li > ul > li a {
                color: #dfff37;
                font-weight: normal;
                margin-top: 0;
                border-bottom: 0;
                padding: 5px 10px;
            }

            .vex-content .allMenu .noExpand a, .vex-content .allMenu > li > ul > li > ul > li a {
                width: 100%;
            }

    .vex-content .allMenu ul {
        display: none;
    }

.vex-content .allMenuLinks {
    list-style-type: none;
    padding: 0;
    line-height: 2em;
}

    .vex-content .allMenuLinks li {
        padding: 5px 10px;
    }

        .vex-content .allMenuLinks li a {
            color: #1e222b;
        }

#txtCoupon {
    border-radius: 4px;
    padding: 4px;
    border: 1px solid silver;
    margin: 0 5px;
    box-sizing: border-box;
    width: 100px;
    font-size: 0.9em;
}

.submitCoupon, .applyCoupon, .removeCoupon {
    cursor: pointer;
}

.submitCoupon, .applyCoupon {
    text-decoration: underline;
}

.textInfo {
    background-color: #2973b4;
    color: white;
}

    .textInfo ul {
        margin: 0;
        padding: 10px;
        /*padding-top: 14px;*/
    }

    .textInfo li {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .textInfo .slick-prev, .textInfo .slick-next {
        color: white;
        font-weight: normal;
        top: 40%;
    }

@media only screen and (max-width: 1600px) {
    .group .wareItems .item, .wareResults .wareItems .item {
        width: 25%;
    }

        .group .wareItems .item a strong, .wareResults .wareItems .item a strong {
            margin-top: 10px;
            height: 65px;
        }
}

@media only screen and (max-width: 1366px) {

    header .menu .allMenu {
        display: flex;
    }

    .darkFooter .contact {
        width: initial;
        margin-top: 50px;
        float: left;
    }

    .darkFooter .faq, .darkFooter .purchase, .darkFooter .services, .darkFooter .icons {
        width: 33.3%;
        margin: 0;
    }

    .ware .product .btn.buy {
        width: 100%;
        text-align: center;
    }

    .ware .product .registered-discount {
        text-align: center;
    }

        .ware .product .registered-discount strong {
            display: block;
        }
}

@media only screen and (max-width: 1280px) {

    .group .checkControls {
        display: none;
    }

    .group aside, .group section {
        width: initial;
        float: initial;
        padding: 0;
    }

        .group aside .description {
            display: none;
        }

    .childCategories {
        margin-bottom: 0;
    }

        .childCategories ul li {
            display: inline-block;
            margin-right: 2%;
        }

    .subGroups .childCategories ul li {
        float: none;
        width: unset;
    }

    .group aside iframe {
        display: none;
    }

    .group aside .parameters {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .group aside .parameters .options {
            margin-top: 10px;
        }

        .group aside .parameters > strong {
            color: #2973b4;
            cursor: pointer;
            padding: 10px;
            background-color: #fafafa;
        }

            .group aside .parameters > strong::after {
                content: '▾';
                padding-left: 5px;
                font-size: 1.5em;
            }

            .group aside .parameters > strong.expanded::after {
                content: '▴';
                padding-left: 5px;
                font-size: 1.5em;
            }

        .group aside .parameters .options {
            display: none;
        }

    .selectize-control {
        width: 20%;
        float: left;
        padding-right: 5px;
        box-sizing: border-box;
    }

        .selectize-control:nth-of-type(5n) {
            padding-right: 0;
        }

    .linkBack {
        display: none;
    }

    .cart .left {
        width: 50%;
    }

    .cart .right {
        width: 50%;
    }

    .default .merch .header {
        border-bottom: 0;
    }

        .default .merch .header h1 {
            display: block;
        }

        .default .merch .header .collections {
            margin: initial;
            line-height: 2em;
        }

            .default .merch .header .collections a {
                margin: initial;
                margin-right: 20px;
            }

                .default .merch .header .collections a.active, .default .merch .header .collections a:hover {
                    border-bottom: 0;
                    font-weight: bold;
                }
}

@media only screen and (max-width: 1200px) {

    .page {
        width: 95%;
    }

    header .szSwitch span {
        display: none;
    }

    .ware section.withAside {
        width: initial;
        float: initial;
    }

    .ware aside {
        width: initial;
        float: initial;
        margin: initial;
        padding: initial;
        border: initial;
        text-align: initial;
    }

        .ware aside h2 {
            text-align: initial;
        }

    .wiCollection .item {
        border: 0;
        float: left;
        width: 25%;
    }

    .wiCollection a strong {
        height: 50px;
    }
}

@media only screen and (max-width: 1024px) {

    .page.wlWrapper {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .wlWrapper .wareItems .item {
        margin-left: 3px;
        margin-right: 3px;
        padding-top: 20px;
    }

    header .links {
        display: none;
    }

    header .cart #cartTotal span {
        display: none;
    }

    header .menu .allMenu span {
        display: none;
    }

    header .menu .allMenu img {
        display: initial;
    }

    header .menu nav {
        align-items: initial;
    }

    .group aside, .group section, .group h1, .group .controls {
        width: initial;
        float: initial;
    }

    .group h1 {
        margin-bottom: 15px;
    }

    .group .paging {
        margin-left: 0;
        float: right;
    }

    .group .controls {
        text-align: initial;
    }

    .group .wareItems .item, .wareResults .wareItems .item {
        width: 50%;
    }

    .selectize-control {
        width: 25%;
    }

    .subGroups .childCategories ul li {
        width: unset;
    }

    .selectize-control:nth-of-type(5n) {
        padding-right: 5px;
    }

    .selectize-control:nth-of-type(4n) {
        padding-right: 0;
    }

    .default .mainBanner {
        width: 100%;
    }

    .default .sideBanners {
        padding: 0;
        padding-top: 10px;
        flex-direction: initial;
        width: initial;
    }

        .default .sideBanners div {
            height: initial;
            padding: 0 5px;
        }

            .default .sideBanners div:first-of-type {
                padding-left: 0;
            }

            .default .sideBanners div:last-of-type {
                padding-right: 0;
            }

    .ware .photos {
        border: 0;
        width: initial;
        margin-right: initial;
        float: initial;
        padding-bottom: 50px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 30px;
    }

    .ware .product {
        width: initial;
        float: initial;
        padding-right: 0;
    }

        .ware .product .newer {
            display: none;
        }

    .ware .deliveryInfo {
        margin-bottom: 30px;
    }

    .cart .left {
        width: 40%;
    }

    .cart .right {
        width: 60%;
    }

    .cartTable .delete span {
        display: none;
    }

    .cartTable .image {
        display: none;
    }

    .promos .slick-prev, .promos .slick-next {
        opacity: 0;
    }

    .order .customer, .order .orderInfo, .order .sp {
        float: none;
        width: initial;
        margin: initial;
    }

    .order .confirm .errors {
        display: block;
        margin-right: 0;
    }

    .wareItems .item:hover {
        box-shadow: none;
    }

        .wareItems .item:hover .photoWrapper .photo {
            transform: none;
        }

    .wareItems .item .price {
        margin-right: 0;
        display: block;
    }
}

@media only screen and (max-width: 900px) {
    .wiCollection .item {
        width: 50%;
        border-bottom: 1px solid #eaeaea;
    }
}

@media only screen and (max-width: 750px) {

    header .menu .page ul.level-0 {
        display: none;
    }


    .darkFooter .box.faq, .darkFooter .box.purchase, .darkFooter .box.services {
        width: 100%;
    }

    .darkFooter .box ul {
        display: none;
        margin-bottom: 20px;
    }

    .darkFooter .box h2 {
        border-bottom: 1px solid #2973b4;
        padding-bottom: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .default h1 {
        line-height: initial;
    }

    footer .usp .box {
        padding-top: 60px;
        padding-left: 0;
        text-align: center;
        background-position: center top;
    }

    footer #usp1.box, footer #usp2.box {
        padding-top: 7px;
    }

    footer .usp .box span {
        display: block;
        position: relative;
        margin: auto;
        margin-bottom: 20px;
        border-bottom: 0;
    }

    .group aside .checkControls1 {
        display: block;
        margin-bottom: 10px;
    }

    .ware .description .inset {
        float: initial;
        width: initial;
        margin-left: initial;
    }

    .cart .right, .cart .left {
        float: initial;
        width: initial;
        padding: initial;
        margin: initial;
    }

    .cart .left {
        margin-top: 20px;
    }

    .cartTable .image {
        display: none;
    }

    .cartTable .delete span {
        display: none;
    }

    .ware .description, .ware .parametersWrapper, .ware .allGroups {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 550px) {

    header .szSwitch {
        float: left;
        padding-left: 0;
    }

    .selectize-control {
        width: 33.3%;
    }

    .subGroups .childCategories ul li {
        width: unset;
    }

    .selectize-control:nth-of-type(4n), .selectize-control:nth-of-type(5n) {
        padding-right: 5px;
    }

    .selectize-control:nth-of-type(3n) {
        padding-right: 0;
    }

    .default .sideBanners {
        display: block !important;
        padding: 0;
    }

        .default .sideBanners .bannerType10 {
            display: none;
        }

        .default .sideBanners .bannerType11 {
            padding: 0;
            padding-top: 5px;
        }

    .wiCollection .item {
        width: 100%;
    }

    .ware .buy hr {
        display: block;
        margin: 0;
        opacity: 0;
        margin-bottom: 10px;
    }

    .ware .photos .imageWarning {
        width: initial;
    }

    .addToCartDialog .img {
        display: none;
    }

    .addToCartDialog .details {
        text-align: center;
        float: none;
        width: initial;
    }

    .cartTable td {
        padding: 10px 5px;
    }

    .cartTable .image {
        display: none;
    }

    .cartTable .itemRow .name {
        padding-left: 0;
        width: 50%;
    }

    .cartTable .itemRow .countSet {
        width: 25%;
        padding-right: 0;
        text-align: center;
    }

        .cartTable .itemRow .countSet .refresh {
            position: relative;
            top: 3px;
        }

    .cartTable .price {
        display: none;
    }

    .cartTable .itemRow .delete {
        padding-left: 0;
        padding-right: 0;
    }

    .cartTable .itemRow .priceTotal {
        padding-right: 0;
    }

    .cartTable .delete span {
        display: none;
    }

    .cart .cartTip {
        margin-bottom: 20px;
        color: #8387a2;
    }

    .cart .insurance.withGift, .cart .gift {
        float: initial;
        width: initial;
        padding: 0;
        margin-bottom: 20px;
    }

    .cart .gift {
        padding-top: 20px;
        border-top: 1px solid #eaeaea;
    }

        .cart .insurance p, .cart .gift p {
            display: none;
        }

    .cart .confirm {
        padding: 25px 15px;
    }

    .lightrope {
        top: 54px !important;
    }

    .ware .product .deliveryInfo strong, .ware .singleVariant strong {
        display: block;
        margin-top: 30px;
    }

    .ware .gifts > * {
        flex-wrap: wrap;
        justify-content: center;
    }

        .ware .gifts > * > *:last-child {
            display: block;
        }
}

@media only screen and (max-width: 450px) {

    header .szSwitch {
        display: none;
    }

    .cart .confirm .btn {
        float: initial;
        margin: 10px 0;
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 550px) {

    header .bar {
        display: none;
        height: 0;
    }

    header .menu {
        top: 0;
    }

    .content {
        padding-top: 58px;
    }

    header .contact {
        background-image: none;
    }

    header .cart #cartTotal {
        display: none;
    }

    .page.default {
        padding-bottom: 0;
    }

    .default, .darkFooter .page, .ware, .group, .cart, .order {
        text-align: center;
    }

        .default h1 {
            text-align: center;
            margin: 20px 0;
        }

            .default h1 span {
                padding: 0;
            }

            .default h1 a {
                margin-right: 0;
            }

    .preorderPromo .mask.inner {
        text-align: center;
    }

    .preorderPromo strong, .preorderPromo .name {
        text-align: center;
    }

    .cart h1, .order h1 {
        position: unset;
        top: unset;
    }

    .cartTable {
        text-align: left;
    }

        .cartTable .headerRow {
            display: none;
        }

    .order .customer .login, .order .customer .address, .order .sp .options {
        text-align: left;
    }

    .order .sp img, .order .sp a {
        display: none;
    }

    .order .btnOrder {
        margin-top: 10px;
    }

    .darkFooter .contact .left {
        float: none;
        width: 100%;
        margin-right: 0;
        min-width: unset;
        max-width: unset;
    }

        .darkFooter .contact .left table {
            position: relative;
            margin: auto;
        }

    .darkFooter .contact .right {
        float: none;
    }

    .selectize-control {
        width: 50%;
    }

        div.selectize-control:nth-of-type(3n), .selectize-control:nth-of-type(4n), .selectize-control:nth-of-type(5n) {
            padding-right: 5px;
        }

    div.selectize-control:nth-of-type(2n) {
        padding-right: 0;
    }

    #sort {
        width: 90px;
    }

    .ware .digital .badge {
        display: none;
    }

    .ware .digital > strong, .ware .digital > span {
        margin-left: initial;
    }

    .ware .photos {
        padding: 0;
    }

        .ware .photos .gallery-with-items .galleryItems, .ware .photos .gallery-with-items .galleryMain {
            width: 100%;
            float: none;
        }

        .ware .photos .galleryItems {
            margin-top: 30px;
            padding-bottom: 20px;
            padding-left: 50px;
            padding-right: 50px;
            border-bottom: 1px solid #eaeaea;
        }
}

@media only screen and (min-width: 1400px) {
    .default .wareItems .item {
        width: 16.66%;
    }

        .default .wareItems .item a strong {
            margin-top: 10px;
            height: 65px;
        }
}

/*
    SLICK
    *
    *
    *
    *
    *
*/

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    z-index: 1;
    display: block;
    padding: 5px;
    font-size: 2em;
    color: #2973b4;
    font-weight: bold;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-repeat: no-repeat;
    font-family: Dosis;
}

.slick-prev {
    left: 20px;
}

    .slick-prev:hover, .slick-next:hover {
        color: #1e222b;
    }

    .slick-prev.slick-disabled, .slick-prev.slick-disabled:hover,
    .slick-next.slick-disabled, .slick-next.slick-disabled:hover {
        color: #d3d3d3;
        font-weight: normal;
    }

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-vertical .slick-prev {
    top: -30px;
    left: 43%;
    transform: rotate(90deg);
}

.slick-next {
    right: 20px;
    /*animation: pulse 1s infinite;*/
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-vertical .slick-next {
    top: 97%;
    left: 43%;
    right: initial;
    transform: rotate(90deg);
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    margin-left: -50%;
    list-style: none;
    text-align: center;
    left: 50%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 12px;
            height: 12px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
            background-image: url(/img/dot.png);
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

        .slick-dots li.slick-active button {
            background-image: url(/img/dot1.png);
        }

.slick-slide, .slick-slide * {
    outline: none !important;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1) rotate(15deg); /* Safari and Chrome */
        -moz-transform: scale(1) rotate(15deg); /* Firefox */
        -ms-transform: scale(1) rotate(15deg); /* IE 9 */
        -o-transform: scale(1) rotate(15deg); /* Opera */
        transform: scale(1) rotate(15deg); /* W3C */
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1) rotate(15deg); /* Safari and Chrome */
        -moz-transform: scale(1) rotate(15deg); /* Firefox */
        -ms-transform: scale(1) rotate(15deg); /* IE 9 */
        -o-transform: scale(1) rotate(15deg); /* Opera */
        transform: scale(1) rotate(15deg); /* W3C */
        opacity: 0;
    }

    75% {
        -webkit-transform: scale(1.5) rotate(0deg); /* Safari and Chrome */
        -moz-transform: scale(1.5) rotate(0deg); /* Firefox */
        -ms-transform: scale(1.5) rotate(0deg); /* IE 9 */
        -o-transform: scale(1.5) rotate(0deg); /* Opera */
        transform: scale(1.2) rotate(0deg); /* W3C */
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1) rotate(15deg); /* Safari and Chrome */
        -moz-transform: scale(1) rotate(15deg); /* Firefox */
        -ms-transform: scale(1) rotate(15deg); /* IE 9 */
        -o-transform: scale(1) rotate(15deg); /* Opera */
        transform: scale(1) rotate(15deg); /* W3C */
        opacity: 1;
    }
}


/* VEX 
    *
    *
    *
    *
    *
*/

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.vex, .vex *, .vex *:before, .vex *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.vex-overlay {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background-color: rgba(30, 34, 43, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .vex-overlay.vex-closing {
        -webkit-animation: vex-fadeout .5s forwards;
        animation: vex-fadeout .5s forwards;
    }

.vex-content {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    background: #fff;
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards;
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7";
}

.vex-dialog-form {
    margin: 0;
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation .7s linear infinite;
    animation: vex-rotation .7s linear infinite;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff;
}

body.vex-open {
    overflow: hidden;
}


@-webkit-keyframes vex-flipin-horizontal {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes vex-flipin-horizontal {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes vex-flipout-horizontal {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

@keyframes vex-flipout-horizontal {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
}

.vex.vex-theme-flat-attack {
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-perspective-origin: 50% 150px;
    perspective-origin: 50% 150px;
    padding-top: 120px;
    padding-bottom: 100px;
}

    .vex.vex-theme-flat-attack.vex-closing .vex-content {
        -webkit-animation: vex-flipout-horizontal .5s forwards;
        animation: vex-flipout-horizontal .5s forwards;
    }

    .vex.vex-theme-flat-attack .vex-content {
        /*
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-animation: vex-flipin-horizontal .5s;
        animation: vex-flipin-horizontal .5s;
            */
    }

    .vex.vex-theme-flat-attack .vex-content {
        font-weight: 200;
        background: #fff;
        padding: 2em;
        line-height: 1.5em;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        width: 700px;
    }

        .vex.vex-theme-flat-attack .vex-content h1, .vex.vex-theme-flat-attack .vex-content h2, .vex.vex-theme-flat-attack .vex-content h3, .vex.vex-theme-flat-attack .vex-content h4, .vex.vex-theme-flat-attack .vex-content h5, .vex.vex-theme-flat-attack .vex-content h6, .vex.vex-theme-flat-attack .vex-content p, .vex.vex-theme-flat-attack .vex-content ul, .vex.vex-theme-flat-attack .vex-content li {
            color: inherit;
        }

    .vex.vex-theme-flat-attack .vex-close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .vex.vex-theme-flat-attack .vex-close:before {
            display: block;
            line-height: 0.5;
            overflow: hidden;
            padding: 10px;
            text-align: center;
            top: 0;
            right: 0;
            color: #fff;
            background: #1e222b;
        }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
        margin-bottom: .5em;
    }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
        margin-bottom: .5em;
    }

        .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"] {
            border-radius: 3px;
            background: #f0f0f0;
            width: 100%;
            padding: .25em .67em;
            border: 0;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
            min-height: 2.5em;
            margin: 0 0 .25em;
        }

            .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
                box-shadow: inset 0 0 0 2px #666;
                outline: none;
            }

    .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons {
        *zoom: 1;
        padding-top: 1em;
        margin-bottom: -3em;
        margin-left: -2em;
        margin-right: -2em;
    }

        .vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after {
            content: "";
            display: table;
            clear: both;
        }

    .vex.vex-theme-flat-attack .vex-dialog-button {
        border-radius: 0;
        border: 0;
        margin: 0;
        float: right;
        padding: .5em 1em;
        font-size: 1.13em;
        text-transform: uppercase;
        font-weight: 200;
        letter-spacing: .1em;
        line-height: 1em;
        font-family: inherit;
    }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-last {
            margin-left: 0;
        }

        .vex.vex-theme-flat-attack .vex-dialog-button:focus {
            outline: none;
        }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary {
            background: #666;
            color: #fff;
        }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus {
                box-shadow: inset 0 3px rgba(0, 0, 0, 0.2);
            }

        .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
            background: #fff;
            color: #ccc;
        }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus {
                box-shadow: inset 0 3px #aaa;
                background: #eee;
                color: #777;
            }

            .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover, .vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active {
                color: #777;
            }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before {
        background: #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #ff7ea7;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before {
        background: #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #ce4a55;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before {
        background: #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #34b989;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before {
        background: #477FA5;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        box-shadow: inset 0 0 0 2px #477FA5;
    }

    .vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
        background: #477FA5;
    }

.vex-loading-spinner.vex-theme-flat-attack {
    height: 4em;
    width: 4em;
}

.customerWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .customerWrapper > * {
        margin: 60px 20px;
        flex: 1;
    }

.msgError {
    font-size: 0.9em;
    color: red;
    display: block;
    margin: 20px 0;
    padding: 10px;
    background-color: lavenderblush;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

.msgOk {
    font-size: 0.9em;
    color: green;
    display: block;
    margin: 20px 0;
    padding: 10px;
    background-color: mintcream;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

.customerWrapper .loginWrapper {
    max-width: 500px;
}

.customerWrapper .login #btnForgottenPassword {
    color: gray;
}

.customerWrapper .login table {
    position: relative;
    margin: auto;
}

.customerWrapper .login {
    background-color: #f5f6fb;
    padding: 50px 0;
    border-radius: 4px;
    text-align: center;
}

    .customerWrapper .login .btn {
        vertical-align: middle;
    }

.customerWrapper .desc {
    margin-top: 50px;
    font-size: 1.2em;
    line-height: 1.8em;
}

.customerWrapper input[type=email], .customerWrapper input[type=text], .customerWrapper input[type=password] {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid silver;
    margin: 2px 5px;
    box-sizing: border-box;
}

.customerWrapper .register {
    text-align: center;
}

    .customerWrapper .register table {
        position: relative;
        margin: auto;
    }

.customerWrapper .invalid, .profile .invalid {
    border-color: red !important;
}

.profile h1, .myOrders h1, .myOrder h1 {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.profile h1, .myOrders h1, .myOrder h1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .profile h1 a, .myOrders h1 a, .myOrder h1 a {
        font-weight: normal;
        font-size: 0.8em;
        color: #2973b4;
    }

.myOrders table {
    width: 100%;
}

    .myOrders table th {
        padding-bottom: 20px;
    }

    .myOrders table td {
        padding: 5px 10px;
    }

    .myOrders table .code a {
        color: #2973b4;
    }

    .myOrders table tr:nth-of-type(2n) td {
        background-color: #f5f6fb;
    }

.myOrder table {
    margin-bottom: 20px;
}

    .myOrder table td, .myOrder table th {
        padding: 3px 10px;
    }

    .myOrder table th {
        padding-left: 0;
    }

    .myOrder table td {
        padding-right: 20px;
    }

.myOrder .orderItems {
    display: flex;
    flex-wrap: wrap;
}

    .myOrder .orderItems .item {
        max-width: 200px;
        margin: 10px;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
        border: 1px solid #eaeaea;
    }

        .myOrder .orderItems .item img {
            display: inline-block;
            width: 80%;
            max-width: 160px;
            margin-bottom: 20px;
        }

        .myOrder .orderItems .item a {
            font-size: 0.9em;
            text-decoration: none;
            font-weight: bold;
            color: #2973b4;
        }

        .myOrder .orderItems .item .price {
            display: block;
            margin-top: 10px;
        }

.profile .profileWrapper {
    display: flex;
    flex-wrap: wrap;
}

    .profile .profileWrapper > * {
        width: 50%;
    }

.order .registrationData {
    display: none;
    margin-top: 20px;
    background-color: #f5f6fb;
    padding: 40px;
    padding-top: 15px;
}

    .order .registrationData .registerInfo {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 800px) {
    .myOrder .orderItems .item {
        width: calc(50% - 20px);
        max-width: initial;
    }

    .profile .profileWrapper > * {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {

    .hide-450 {
        display: none;
    }

    .profile h1, .myOrders h1, .myOrder h1 {
        flex-wrap: wrap;
        text-align: center;
    }

        .profile h1 > *, .myOrders h1 > *, .myOrder h1 > * {
            width: 100%;
        }

    .myOrder .orderItems .item {
        width: 100%;
        max-width: initial;
    }
}

@media only screen and (max-width: 1024px) {
    .customerWrapper {
        display: block;
    }

        .customerWrapper > * {
            margin: 40px 10px;
        }

        .customerWrapper .loginWrapper {
            max-width: unset;
        }

    .ware .product .variants {
        margin-top: 30px;
    }
}


.sz-20 header .menu .logo {
    top: 10px;
    height: 30px;
}

.wiRelated {
    min-height: 475px;
}

.watchDog h2 {
    font-size: 1.4em;
}

.watchDog .email {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
    padding: 20px;
    background-color: #f5f6fb;
    font-size: 1.2em;
}

.vex .watchDog .email {
    justify-content: center;
}

.watchDog input[type=email] {
    border-radius: 4px;
    border: 1px solid silver;
    padding: 6px;
    font-size: 1em;
}

.watchDog .gdpr {
    font-size: 0.85em;
}

    .watchDog .gdpr a {
        color: #2973b4;
    }

.ware .warranty {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    background-color: #f5f6fb;
    padding: 20px;
    margin: 20px 0;
    border: 1px dashed #2973b4;
}

    .ware .warranty .title {
        font-family: Dosis;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .ware .warranty .price {
        color: green;
    }

    .ware .warranty .info {
        display: inline-flex;
        width: 1.3em;
        height: 1.3em;
        border-radius: 50%;
        background-color: #2973b4;
        align-items: center;
        justify-content: center;
        color: white;
        cursor: pointer;
        margin-top: 2px;
    }

.page.thankyou {
    max-width: 1000px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.thankyou .payments {
    display: flex;
    position: relative;
    gap: 20px;
    padding: 40px;
    box-shadow: 0 0 10px silver;
    font-size: 1.3em;
    margin: 50px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.thankyou .paymentChanged {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: green;
    pointer-events: none;
    opacity: 0;
    transition: all 0.25s linear;
}

.order .wrong-email-suggestion {
    display: none;
    color: red;
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}


.ware .allGroups {
    margin-bottom: 40px;
}

    .ware .allGroups h2 {
        margin-bottom: 40px;
    }

    .ware .allGroups a {
        color: #2973b4;
    }

    .ware .allGroups .groupItem {
        margin-bottom: 10px;
    }

        .ware .allGroups .groupItem a:last-of-type {
            font-weight: bold;
        }

/* lightrope */

.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    top: 88px;
}

    .lightrope li {
        position: relative;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 6px;
        height: 12px;
        border-radius: 50%;
        margin: 20px;
        display: inline-block;
        background: #00f7a5;
        box-shadow: 0px 2px 12px 3px #00f7a5;
    }

        .lightrope li:nth-child(2n+1) {
            background: aqua;
            box-shadow: 0px 2px 12px 3px rgba(0, 255, 255, 0.5);
        }

        .lightrope li:nth-child(4n+2) {
            background: #f70094;
            box-shadow: 0px 2px 12px 3px #f70094;
        }



        .lightrope li:before {
            content: "";
            position: absolute;
            background: #222;
            width: 4px;
            height: 4px;
            border-radius: 3px;
            top: -2px;
            left: 1px;
        }

        .lightrope li:after {
            content: "";
            top: -6px;
            left: 3px;
            position: absolute;
            width: 52px;
            height: 8px;
            border-bottom: solid #222 2px;
            border-radius: 50%;
        }

        .lightrope li:last-child:after {
            content: none;
        }

        .lightrope li:first-child {
            margin-left: -40px;
        }

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?mrwa7v1');
    src: url('/fonts/icomoon.eot?mrwa7v1#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?mrwa7v1') format('truetype'), url('/fonts/icomoon.woff?mrwa7v1') format('woff'), url('/fonts/icomoon.svg?mrwa7v1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-alert-circle:before {
    content: "\e900";
}

.icon-bell:before {
    content: "\e901";
}

.icon-bell-off:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-check-circle:before {
    content: "\e904";
}

.icon-chevron-down:before {
    content: "\e905";
}

.icon-chevron-left:before {
    content: "\e906";
}

.icon-chevron-right:before {
    content: "\e907";
}

.icon-chevron-up:before {
    content: "\e908";
}

.icon-chevrons-left:before {
    content: "\e909";
}

.icon-chevrons-right:before {
    content: "\e90a";
}

.icon-clock:before {
    content: "\e90b";
}

.icon-corner-down-right:before {
    content: "\e922";
}

.icon-download:before {
    content: "\e90c";
}

.icon-gift:before {
    content: "\e90d";
}

.icon-heart:before {
    content: "\e90e";
}

.icon-home:before {
    content: "\e921";
}

.icon-map-pin:before {
    content: "\e90f";
}

.icon-menu:before {
    content: "\e910";
}

.icon-minus-circle:before {
    content: "\e911";
}

.icon-minus-square:before {
    content: "\e912";
}

.icon-package:before {
    content: "\e913";
}

.icon-phone-call:before {
    content: "\e914";
}

.icon-plus-circle:before {
    content: "\e915";
}

.icon-plus-square:before {
    content: "\e916";
}

.icon-rotate-cw:before {
    content: "\e917";
}

.icon-search:before {
    content: "\e918";
}

.icon-send:before {
    content: "\e919";
}

.icon-shopping-bag:before {
    content: "\e91a";
}

.icon-shopping-cart:before {
    content: "\e91b";
}

.icon-star:before {
    content: "\e91c";
}

.icon-tag:before {
    content: "\e91d";
}

.icon-truck:before {
    content: "\e91e";
}

.icon-user:before {
    content: "\e91f";
}

.icon-x-circle:before {
    content: "\e920";
}

.round-icon {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border: 1px solid #2973b4;
    border-radius: 50%;
    font-size: 1.3em;
    background-color: #2973b4;
    color: white;
}

.ware .gift .free-shipping {
    color: green;
    font-weight: bold;
}

    .ware .gift .free-shipping .round-icon {
        background-color: green;
    }
