﻿@import url('https://fonts.googleapis.com/css?family=Yantramanav:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    color: #000;
    font-size: 14px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    height: 100%;
    width: 100%;
    line-height: 1.6;
}

h1, .h1 {
    font-size: 30px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h2, .h2 {
    font-size: 22px;
    line-height: 1.4;
}

h3, .h3 {
    font-size: 18px;
    line-height: 1.4;
}

h1, h2, h3, .h1, .h2, .h3 {
    margin: 0 0 12px 0;
    font-weight: 400;
}

strong {
    font-weight: 500;
}

p {
    margin: 0 0 8px;
}

    p:last-child {
        margin: 0;
    }

    p + h2 {
        margin-top: 5px;
    }

img {
    max-width: 100%;
}

ul {
    list-style-type: square;
    margin-bottom: 12px;
    padding-left: 28px;
}

ol {
    margin-bottom: 12px;
    padding-left: 28px;
}

a {
    color: inherit;
    outline: none;
    text-decoration: underline;
}

    a:hover, a:active, a:focus {
        color: inherit;
        text-decoration: underline;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

    a.textlink {
        text-decoration: none;
    }

label {
    font-weight: 400;
    margin-top: 5px;
}

.form-control {
    box-shadow: none;
    border: 1px solid #54b59a;
    height: auto;
    border-radius: 0;
    line-height: 1.6;
}

.error {
    color: red;
}

#modalNewsletter .modal-body {
    padding: 15px 20px 20px 20px;
}

#modalNewsletter .close {
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-size: 24px;
}

    #modalNewsletter .close:focus, #modalNewsletter .close:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

#modalNewsletter strong {
    font-size: 1.3em;
}

#modalNewsletter a {
    margin-top: 5px;
    background-color: #54b59a;
    color: white;
    font-weight: 500;
    border: 2px solid #54b59a;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

    #modalNewsletter a:hover, #modalNewsletter a:active, #modalNewsletter a:focus {
        background-color: white;
        color: #54b59a;
        text-decoration: none;
    }

#sidepanel {
    position: fixed;
    top: 0;
    height: 100%;
    width: 30%;
}

    #sidepanel #nav {
        float: left;
        width: 50%;
        height: 100%;
        text-align: center;
    }

        #sidepanel #nav .logo {
            margin-top: 25px;
            height: 150px;
        }

            #sidepanel #nav .logo a {
                text-decoration: none;
            }

        #sidepanel #nav ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            #sidepanel #nav ul li {
                margin-bottom: 10px;
            }

                #sidepanel #nav ul li a {
                    text-decoration: none;
                }

                    #sidepanel #nav ul li a.active {
                        text-decoration: underline;
                        font-weight: 500;
                    }

                    #sidepanel #nav ul li a:hover, #sidepanel #nav ul li a:active, #sidepanel #nav ul li a:focus {
                        text-decoration: underline;
                    }

        #sidepanel #nav #sidenav {
            margin-top: 100px;
        }

            #sidepanel #nav #sidenav ul li a {
                color: #888;
            }

    #sidepanel #nav_productgroups {
        float: left;
        width: 50%;
        background-color: #f2f6f7;
        height: 100%;
        padding: 175px 20px 30px 20px;
        text-align: center;
        border-right: 2px solid #e8e8e8;
    }

        #sidepanel #nav_productgroups p {
            margin-bottom: 10px;
        }

            #sidepanel #nav_productgroups p strong {
                font-weight: 900;
            }

        #sidepanel #nav_productgroups ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            #sidepanel #nav_productgroups ul li {
                margin-bottom: 10px;
            }

                #sidepanel #nav_productgroups ul li a {
                    text-decoration: none;
                }

                    #sidepanel #nav_productgroups ul li a.active {
                        text-decoration: underline;
                        font-weight: 500;
                    }

                    #sidepanel #nav_productgroups ul li a:hover, #productgroups #nav ul li a:active, #productgroups #nav ul li a:focus {
                        text-decoration: underline;
                    }

#toppanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    z-index: 10;
}

    #toppanel #topnav {
        display: none;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 70px;
        background-color: white;
    }

        #toppanel #topnav .nav-left {
            padding-top: 8px;
            padding-left: 50px;
        }

            #toppanel #topnav .nav-left .menu {
                text-decoration: none;
                text-transform: uppercase;
                font-weight: 500;
                color: #54b59a;
                font-size: 1.2em;
                cursor: pointer;
            }

                #toppanel #topnav .nav-left .menu span:before {
                    font-family: "FontAwesome";
                    content: "\f0c9";
                    font-weight: 400;
                    padding-right: 7px;
                }

        #toppanel #topnav .nav-right {
            text-align: right;
            padding-top: 7px;
            padding-right: 50px;
        }

            #toppanel #topnav .nav-right ul {
                list-style-type: none;
                float: right;
                padding: 0;
                margin: 0;
            }

                #toppanel #topnav .nav-right ul li {
                    float: left;
                    margin-left: 25px;
                }

            #toppanel #topnav .nav-right a {
                text-decoration: none;
                font-weight: 500;
                color: #54b59a;
                display: inline-block;
                font-size: 1.1em;
            }

                #toppanel #topnav .nav-right a:hover, #toppanel #topnav .nav-right a:active, #toppanel #topnav .nav-right a:focus {
                    text-decoration: underline;
                }

            #toppanel #topnav .nav-right img {
                display: none;
            }

        #toppanel #topnav .logo {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
            display: inline-block;
            width: 120px;
        }

            #toppanel #topnav .logo img {
            }

    #toppanel #toppanel1 {
        background-color: #54b59a;
        padding: 12px 50px 12px 100px;
    }

        #toppanel #toppanel1 #search > div {
            position: relative;
            display: inline-block;
        }

        #toppanel #toppanel1 #search input {
            border: 2px solid white;
            background-color: #54b59a;
            color: white;
            padding: 5px 10px;
            width: 300px;
        }

            #toppanel #toppanel1 #search input::-webkit-input-placeholder {
                color: white;
                font-style: italic;
            }

            #toppanel #toppanel1 #search input ::-moz-placeholder {
                color: white;
                font-style: italic;
            }

            #toppanel #toppanel1 #search input :-ms-input-placeholder {
                color: white;
                font-style: italic;
            }

            #toppanel #toppanel1 #search input :-moz-placeholder {
                color: white;
                font-style: italic;
            }

        #toppanel #toppanel1 #search button {
            position: absolute;
            top: 0;
            right: 0;
            border: 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background: none;
            margin: 7px 10px 0 0;
            padding: 2px 4px;
            height: 26px;
        }

            #toppanel #toppanel1 #search button:before {
                content: url('../images/search-go.png');
            }

        #toppanel #toppanel1 #shopnav {
            padding-top: 6px;
            text-align: right;
            color: white;
            font-weight: 500;
        }

            #toppanel #toppanel1 #shopnav > ul {
                list-style-type: none;
                float: right;
                padding: 0;
                margin: 0;
            }

                #toppanel #toppanel1 #shopnav > ul > li {
                    float: left;
                    margin-left: 25px;
                }

            #toppanel #toppanel1 #shopnav a {
                text-decoration: none;
            }

                #toppanel #toppanel1 #shopnav a.cart {
                    text-decoration: none !important;
                }

            #toppanel #toppanel1 #shopnav .dropdown:hover ul.dropdown-menu, #toppanel #toppanel1 #shopnav .dropdown:active ul.dropdown-menu, #toppanel #toppanel1 #shopnav .dropdown:focus ul.dropdown-menu {
                display: block;
            }

            #toppanel #toppanel1 #shopnav a:hover, #toppanel #shopnav a:active, #toppanel #shopnav a:focus {
                text-decoration: underline;
            }

            #toppanel #toppanel1 #shopnav > ul > li > a img {
                display: none;
            }

#mainpanel {
    padding-top: 60px;
    width: 70%;
    position: absolute;
    right: 0;
}

    #mainpanel a:hover, #mainpanel a:active, #mainpanel a:focus {
        text-decoration: underline;
    }

    #mainpanel button, #mainpanel a.button {
        background-color: #54b59a;
        color: white;
        font-weight: 500;
        border: 2px solid #54b59a;
        padding: 5px 15px;
        display: inline-block;
        text-decoration: none;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

        #mainpanel button:hover, #mainpanel button:active, #mainpanel button:focus, #mainpanel a.button:hover, #mainpanel a.button:active, #mainpanel a.button:focus {
            background-color: white;
            color: #54b59a;
            text-decoration: none;
        }

#topbar {
    background-color: white;
    padding: 15px 50px 15px 100px;
    border-bottom: 1px solid black;
}

    #topbar .message {
        color: #f4815a;
        font-size: 1.2em;
        font-weight: 500;
    }

    #topbar .socialmedia {
        text-align: right;
    }

        #topbar .socialmedia a {
            display: inline-block;
            background-color: #fff;
            color: #f4815a;
            line-height: 1;
            font-size: 18px;
            text-decoration: none !important;
            padding: 4px 7px 0 7px;
            margin-left: 7px;
        }

            #topbar .socialmedia a:hover, #topbar .socialmedia a:active, #topbar .socialmedia a:focus {
            }

            #topbar .socialmedia a span {
                display: none;
            }

            #topbar .socialmedia a:before {
                font-family: 'FontAwesome';
            }

            #topbar .socialmedia a.facebook:before {
                content: "\f09a";
            }

            #topbar .socialmedia a.youtube:before {
                content: "\f16a";
            }

            #topbar .socialmedia a.instagram:before {
                content: "\f16d";
            }

            #topbar .socialmedia a.pinterest:before {
                content: "\f231";
            }

#phonenav {
    display: none;
    background-color: #54b59a;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    z-index: 1000;
    text-align: center;
}

    #phonenav .exit {
        text-align: right;
    }

        #phonenav .exit img {
            margin: 20px 25px;
            cursor: pointer;
            height: 20px;
        }

    #phonenav .menu-items {
        margin-left: 0;
        margin-top: 40px;
    }

        #phonenav .menu-items ul {
            list-style-type: none;
            padding: 0;
            margin-bottom: 30px;
        }

            #phonenav .menu-items ul:last-child {
                margin-bottom: 0;
            }

            #phonenav .menu-items ul li {
                margin-bottom: 10px;
            }

                #phonenav .menu-items ul li a {
                    font-size: 18px;
                    line-height: 1.6;
                    text-decoration: none;
                    color: white;
                    text-transform: lowercase;
                }

            #phonenav .menu-items ul:last-child li a {
                opacity: 0.8;
            }

#mainpanel #newsletter {
    background-color: #f0f6f4;
    padding: 55px 100px 60px 100px;
}

    #mainpanel #newsletter strong {
        font-size: 32px;
        display: inline-block;
        margin-bottom: 10px;
        line-height: 1.1;
        font-weight: 400;
    }

    #mainpanel #newsletter a {
        background-color: #54b59a;
        border: 2px solid #54b59a;
        display: inline-block;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        padding: 6px 12px;
        color: white;
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
        margin-top: 15px;
    }

        #mainpanel #newsletter a:hover, #mainpanel #newsletter a:active, #mainpanel #newsletter a:focus {
            color: #54b59a;
            background: none;
        }

#mainpanel #footer {
    background-color: #54b59a;
    color: white;
    padding: 50px 0 50px 100px;
}

    #mainpanel #footer > .row {
        margin: 0;
    }

        #mainpanel #footer > .row > div {
            padding-left: 0;
            padding-right: 0;
        }

            #mainpanel #footer > .row > div.info {
                padding-right: 100px;
            }

    #mainpanel #footer .info p {
        margin-bottom: 12px;
    }

        #mainpanel #footer .info p:last-child {
            margin-bottom: 0;
        }

    #mainpanel #footer .info strong {
        font-weight: 500;
        font-size: 1.1em;
    }

    #mainpanel #footer .info img.payment {
        padding: 5px;
        background-color: white;
        margin-right: 10px;
    }

    #mainpanel #footer .contact {
        margin-top: -120px;
        margin-bottom: 50px;
        width: 100%;
        background-color: white;
        padding: 30px 40px;
        color: black;
    }

        #mainpanel #footer .contact p {
            margin-bottom: 14px;
        }

        #mainpanel #footer .contact a {
            text-decoration: none;
        }

        #mainpanel #footer .contact strong {
            font-weight: 900;
        }

        #mainpanel #footer .contact p:last-child {
            margin-bottom: 0;
        }

    #mainpanel #footer .developer {
        position: absolute;
        bottom: 0;
        line-height: 1;
    }

        #mainpanel #footer .developer a {
            opacity: 0.8;
            color: white;
            text-decoration: none;
        }

#toppanel #shopnav ul.dropdown-menu {
    width: 325px;
    float: right;
    left: auto;
    right: -10px;
    top: 15px;
    padding: 25px 0 0 0;
    background: none;
    border: 0;
    box-shadow: none;
}

.small-cart {
    background-color: white;
    color: black;
    width: 100%;
    border: 1px solid #f4815a;
}

    .small-cart .no-items {
        display: block;
        margin: 15px;
    }

    .small-cart .small-cart-title {
        font-weight: 500;
        background-color: #f4815a;
        color: white;
        padding: 7px 15px;
        font-size: 17px;
        margin-bottom: 5px;
    }

    .small-cart .small-cart-item {
        border-top: 1px solid #aaa;
        padding-top: 15px;
        margin: 0 15px 15px 15px;
    }

        .small-cart .small-cart-item.first {
            border: 0;
        }

        .small-cart .small-cart-item .image {
            padding-left: 15px;
            padding-right: 0;
        }

        .small-cart .small-cart-item .description {
            padding-right: 15px;
        }

        .small-cart .small-cart-item p.title {
            font-size: 13px;
            margin-bottom: 3px;
        }

            .small-cart .small-cart-item p.title a {
                font-size: 14px;
                font-weight: 500;
                text-decoration: none;
            }

        .small-cart .small-cart-item p.price {
            font-size: 14px;
            color: #54b59a;
            font-weight: 500;
            margin-bottom: 3px;
        }

        .small-cart .small-cart-item p.quantity {
            font-size: 12px;
            margin: 0;
        }

    .small-cart .small-cart-totals {
        font-weight: 500;
        background-color: #f0f6f4;
        padding: 7px 15px;
        font-size: 16px;
        margin: 20px 0 5px 0;
    }

        .small-cart .small-cart-totals .title {
            padding: 0;
        }

        .small-cart .small-cart-totals .amount {
            padding: 0;
            text-align: right;
        }

    .small-cart .small-cart-buttons {
        margin-bottom: 5px;
        padding: 0 15px;
    }

        .small-cart .small-cart-buttons a {
            display: block;
            width: 100%;
            padding: 7px;
            text-align: center;
            text-decoration: none !important;
            margin: 15px 0;
            font-size: 15px;
            font-weight: 500;
            text-transform: none;
        }

            .small-cart .small-cart-buttons a.view {
                background-color: #f0f6f4;
                color: black;
            }

            .small-cart .small-cart-buttons a.order {
                background-color: #f4815a;
                color: white;
            }

.home #topbar {
    border-bottom: 0;
}

.home #mainpanel #slider {
    background-color: #f0f6f4;
    height: 600px;
    width: 100%;
}

    .home #mainpanel #slider .master-slider-parent {
        width: 100%;
        height: 100%;
    }

        .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer {
            top: 250px;
            left: 100px;
            color: white;
            line-height: normal;
            width: 40%;
            background-color: rgba(50, 50, 50, 0.45);
            padding-top: 25px !important;
            padding-left: 35px;
            padding-bottom: 35px !important;
            padding-right: 35px;
        }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .title {
                font-size: 56px;
                line-height: 1.1em;
                font-weight: 500;
                margin-bottom: 20px;
            }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .description {
                font-size: 16px;
                line-height: 1.4;
                margin-bottom: 20px;
            }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer a {
                font-size: 16px;
                padding: 8px 16px;
                border: 1px solid #54b59a;
                text-decoration: none;
                background-color: #54b59a;
                color: white;
                display: inline-block;
            }

                .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer a:after {
                    font-family: 'FontAwesome';
                    content: "\f105";
                    display: inline-block;
                    margin-left: 8px;
                    font-size: 0.8em;
                }

                .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer a:hover, .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer a:active, .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer a:focus {
                    border: 1px solid white;
                }

.home #mainpanel #intro {
    padding: 40px 100px 40px 100px;
}

    .home #mainpanel #intro a {
        display: inline-block;
        margin-top: 10px;
    }

.home #mainpanel #productgroups .row {
    margin: 0;
}

    .home #mainpanel #productgroups .row > div {
        padding: 0;
        position: relative;
    }

        .home #mainpanel #productgroups .row > div > div {
            width: 50%;
            float: left;
            position: relative;
        }

.home #mainpanel #productgroups div.item a {
    text-decoration: none;
}

.home #mainpanel #productgroups div.item img {
    width: 100%;
}

.home #mainpanel #productgroups div.item .overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.home #mainpanel #productgroups div.item:hover .overlay, .home #mainpanel #productgroups div.item:focus .overlay, .home #mainpanel #productgroups div.item:active .overlay {
    opacity: 1;
}

.home #mainpanel #productgroups div.item:hover img, .home #mainpanel #productgroups div.item:focus img, .home #mainpanel #productgroups div.item:active img {
    opacity: 0.9;
}

.home #mainpanel #productgroups .row > div.item .overlay > span {
    margin: 0 15px 15px 15px;
    background-color: #54b59a;
    padding: 5px 50px 5px 10px;
    color: white;
    display: block;
    font-size: 1.4em;
}

.home #mainpanel #productgroups .row > div > div.item .overlay > span {
    margin: 0 10px 10px 10px;
    background-color: #54b59a;
    padding: 5px 40px 5px 10px;
    color: white;
    display: block;
}

.home #mainpanel #productgroups .row > div.item .overlay:after {
    content: url('../images/arrow20.png');
    position: absolute;
    top: 10px;
    right: 25px;
}

.home #mainpanel #productgroups .row > div > div.item .overlay:after {
    content: url('../images/arrow12.png');
    position: absolute;
    top: 7px;
    right: 20px;
}

.productgroups #mainpanel #intro {
    padding: 40px 100px 40px 100px;
}

.productgroups #mainpanel #productgroups {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .productgroups #mainpanel #productgroups div.item {
        position: relative;
        margin-bottom: 30px;
    }

        .productgroups #mainpanel #productgroups div.item a {
            text-decoration: none;
        }

    .productgroups #mainpanel #productgroups .overlay {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        padding: 0 15px;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

        .productgroups #mainpanel #productgroups .overlay > span {
            margin: 0 10px 10px 10px;
            background-color: #54b59a;
            padding: 5px 35px 5px 10px;
            color: white;
            display: block;
        }

        .productgroups #mainpanel #productgroups .overlay:after {
            content: url('../images/arrow12.png');
            position: absolute;
            top: 7px;
            right: 35px;
        }

    .productgroups #mainpanel #productgroups div.item:hover img, .productgroups #mainpanel #productgroups div.item:focus img, .productgroups #mainpanel #productgroups div.item:active img {
        opacity: 0.9;
    }

.productgroup #mainpanel #intro {
    padding: 40px 100px 40px 100px;
}

.productgroup #mainpanel #products {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .productgroup #mainpanel #products div.item {
        position: relative;
        margin-bottom: 30px;
    }

        .productgroup #mainpanel #products div.item .overlay {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            padding: 0 15px;
            -webkit-transition: all 0.4s ease-in;
            -moz-transition: all 0.4s ease-in;
            -ms-transition: all 0.4s ease-in;
            -o-transition: all 0.4s ease-in;
            transition: all 0.4s ease-in;
        }

        .productgroup #mainpanel #products div.item a {
            text-decoration: none;
        }

        .productgroup #mainpanel #products div.item:hover img, .productgroup #mainpanel #products div.item:focus img, .productgroup #mainpanel #products div.item:active img {
            opacity: 0.9;
        }

        .productgroup #mainpanel #products div.item .overlay > span {
            background-color: rgba(50, 50, 50, 0.55);
            padding: 5px 45px 5px 10px;
            color: white;
            display: block;
            line-height: 1.5;
        }

        .productgroup #mainpanel #products div.item .overlay:after {
            content: url('../images/arrow12.png');
            position: absolute;
            bottom: 5px;
            right: 30px;
        }

.product #mainpanel #details {
    padding: 40px 35px 50px 30px;
}

    .product #mainpanel #details #galleryLeft {
        padding-right: 50px;
        float: left;
        width: 35%;
    }

        .product #mainpanel #details #galleryLeft .large {
            position: relative;
        }

            .product #mainpanel #details #galleryLeft .large img {
                max-height: 450px;
            }

                .product #mainpanel #details #galleryLeft .large img:hover, .product #mainpanel #details #galleryLeft .large img:active, .product #mainpanel #details #galleryLeft .large img:focus {
                    opacity: 0.9;
                }

        .product #mainpanel #details #galleryLeft .small a {
            margin: 15px 15px 0 0;
            display: inline-block;
        }

        .product #mainpanel #details #galleryLeft .small img {
            height: 80px;
        }

            .product #mainpanel #details #galleryLeft .small img:hover, .product #mainpanel #details #galleryLeft .small img:active, .product #mainpanel #details #galleryLeft .small img:focus {
                opacity: 0.9;
            }

    .product #mainpanel #details .description {
        padding-right: 50px;
        float: left;
        width: 40%;
    }

        .product #mainpanel #details .description .images a {
            margin: 15px 15px 0 0;
            display: inline-block;
        }

        .product #mainpanel #details .description .images img {
            height: 100px;
        }

            .product #mainpanel #details .description .images img:hover, .product #mainpanel #details .description .images img:active, .product #mainpanel #details .description .images img:focus {
                opacity: 0.9;
            }

    .product #mainpanel #details .specifications {
        margin-top: 20px;
    }

        .product #mainpanel #details .specifications table {
            width: auto !important;
        }

            .product #mainpanel #details .specifications table tr td {
                padding: 1px 0px;
                font-size: 0.95em;
                width: auto !important;
                vertical-align: top;
            }

                .product #mainpanel #details .specifications table tr td:first-child {
                    padding-right: 50px;
                    font-weight: 500;
                }

    .product #mainpanel #details .order {
        text-align: right;
        float: left;
        width: 25%;
    }

        .product #mainpanel #details .order .price {
            font-size: 28px;
            line-height: 1.4;
            color: #54b59a;
            font-weight: 500;
            margin-bottom: 12px;
        }

            .product #mainpanel #details .order .price > span.from {
                font-size: 0.6em;
                margin-right: 7px;
            }

        .product #mainpanel #details .order select, .product #mainpanel #details .order input {
            max-width: 100%;
            margin-bottom: 12px;
            border: 2px solid #54b59a;
            padding: 4px 6px;
        }

        .product #mainpanel #details .order .version select {
            width: 200px;
            font-size: 1.1em;
        }

        .product #mainpanel #details .order .quantity strong {
            font-size: 1.1em;
        }

        .product #mainpanel #details .order .quantity input {
            width: 130px;
            margin-left: 12px;
            text-align: center;
        }

        .product #mainpanel #details .order .package strong {
            float: right;
            font-size: 1.1em;
            padding-top: 4px;
        }

        .product #mainpanel #details .order .package input {
            float: right;
            width: 50px;
            margin-left: 12px;
            text-align: center;
        }

        .product #mainpanel #details .order a.button {
            text-transform: uppercase;
            margin-top: 5px;
            width: 200px;
            text-align: center;
            text-decoration: none;
        }

            .product #mainpanel #details .order a.button span {
                margin-left: 2px;
            }

                .product #mainpanel #details .order a.button span:after {
                    content: url('../images/arrow10.png');
                    margin-left: 10px;
                    margin-right: 2px;
                }

            .product #mainpanel #details .order a.button:hover, .product #mainpanel #details .order a.button:active, .product #mainpanel #details .order a.button:focus {
                background-color: #54b59a;
                color: white;
            }

                .product #mainpanel #details .order a.button:hover span:after, .product #mainpanel #details .order a.button:active span:after, .product #mainpanel #details .order a.button:focus span:after {
                    margin-left: 12px;
                    margin-right: 0px;
                }

    .product #mainpanel #details #galleryBottom {
        display: none;
        margin-top: 20px;
    }

        .product #mainpanel #details #galleryBottom a {
            margin: 15px 15px 0 0;
            display: inline-block;
        }

        .product #mainpanel #details #galleryBottom img {
            height: 140px;
        }

            .product #mainpanel #details #galleryBottom img:hover, .product #mainpanel #details #galleryBottom img:active, .product #mainpanel #details #galleryBottom img:focus {
                opacity: 0.9;
            }

.product #mainpanel #related {
    border-top: 1px solid black;
    padding: 50px 40px 30px 90px;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
}

    .product #mainpanel #related h2 {
        margin-bottom: 30px;
    }

    .product #mainpanel #related .item {
        display: inline-block;
        width: 25%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

        .product #mainpanel #related .item a {
            text-decoration: none;
        }

        .product #mainpanel #related .item .description {
            text-align: left;
            margin-top: 5px;
            position: relative;
            line-height: 1.3;
        }

            .product #mainpanel #related .item .description a {
                width: 100%;
                display: block;
                -webkit-transition: all 0.4s ease-in;
                -moz-transition: all 0.4s ease-in;
                -ms-transition: all 0.4s ease-in;
                -o-transition: all 0.4s ease-in;
                transition: all 0.4s ease-in;
                color: black;
            }

                .product #mainpanel #related .item .description a > span {
                    padding-right: 35px;
                    display: block;
                }

                .product #mainpanel #related .item .description a:after {
                    content: url('../images/arrow12-green.png');
                    position: absolute;
                    top: 0;
                    right: 5px;
                }

        .product #mainpanel #related .item:hover img, .product #mainpanel #related .item:focus img, .product #mainpanel #related .item:active img {
            opacity: 0.9;
        }

.product #modalStock .modal-body strong {
    font-size: 1.2em;
}

.modal .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.modal .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

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

.modal-header {
    padding: 10px 15px;
}

.modal-body {
    padding: 10px 15px 5px 15px;
    color: black;
}

.modal-footer {
    padding: 10px 15px;
    border-top: 0;
    text-align: left;
}

.text #mainpanel #maincontent {
    padding: 40px 100px 50px 100px;
}

.contact #mainpanel #maincontent {
    padding: 40px 100px 50px 100px;
}

    .contact #mainpanel #maincontent #intro strong {
        color: #54b59a;
        font-weight: 500;
        font-size: 1.2em;
    }

.contact #form {
    margin-top: 30px;
}

    .contact #form input, .contact #form select {
        margin-bottom: 10px;
        max-width: 300px;
    }

    .contact #form textarea {
        margin-bottom: 10px;
        max-width: 600px;
    }

    .contact #form a.button {
        text-transform: uppercase;
        width: 150px;
        text-align: center;
        text-decoration: none;
    }

        .contact #form a.button span {
            margin-left: 2px;
        }

            .contact #form a.button span:after {
                content: url('../images/arrow10.png');
                margin-left: 10px;
                margin-right: 2px;
            }

        .contact #form a.button:hover, .contact #form a.button:active, .contact #form a.button:focus {
            background-color: #54b59a;
            color: white;
        }

            .contact #form a.button:hover span:after, .contact #form a.button:active span:after, .contact #form a.button:focus span:after {
                margin-left: 12px;
                margin-right: 0px;
            }

    .contact #form .error {
        margin-bottom: 20px;
        color: red;
        border: 1px solid red;
        padding: 3px 6px;
        max-width: 600px;
    }

    .contact #form .confirmation {
        font-weight: 500;
    }

.search #mainpanel #pagetitle {
    padding: 40px 100px 0px 100px;
}

.search #mainpanel #results #count {
    padding: 0px 100px 40px 100px;
}

.search #mainpanel #results #products {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .search #mainpanel #results #products div.item {
        position: relative;
        margin-bottom: 30px;
    }

        .search #mainpanel #results #products div.item .overlay {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            padding: 0 15px;
            -webkit-transition: all 0.4s ease-in;
            -moz-transition: all 0.4s ease-in;
            -ms-transition: all 0.4s ease-in;
            -o-transition: all 0.4s ease-in;
            transition: all 0.4s ease-in;
        }

        .search #mainpanel #results #products div.item a {
            text-decoration: none;
        }

        .search #mainpanel #results #products div.item:hover img, .search #mainpanel #results #products div.item:focus img, .search #mainpanel #results #products div.item:active img {
            opacity: 0.9;
        }

        .search #mainpanel #results #products div.item .overlay > span {
            background-color: rgba(50, 50, 50, 0.55);
            padding: 5px 45px 5px 10px;
            color: white;
            display: block;
            line-height: 1.5;
        }

        .search #mainpanel #results #products div.item .overlay:after {
            content: url('../images/arrow12.png');
            position: absolute;
            bottom: 5px;
            right: 30px;
        }

.order #mainpanel #maincontent {
    padding: 40px 100px 50px 100px;
}

.order #maincontent .error {
    color: red;
}

.order #maincontent ul.order-process {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 0;
}

    .order #maincontent ul.order-process li {
        float: left;
        width: 20%;
        text-align: left;
        height: 50px;
    }

        .order #maincontent ul.order-process li.step_done {
            background-color: #f4815a;
        }

        .order #maincontent ul.order-process li.step_current {
            background-color: #f4815a;
        }

            .order #maincontent ul.order-process li a, .order #maincontent ul.order-process li span, .order #maincontent ul.order-process li.step_current span, .order #maincontent ul.order-process li.step_current_end span {
                display: block;
                text-transform: uppercase;
                color: white;
                font-size: 15px;
                line-height: 1.4;
                position: relative;
                padding: 15px 15px 15px 15px;
            }

            .order #maincontent ul.order-process li.step_current span {
                color: white;
                position: relative;
            }

        .order #maincontent ul.order-process li.step_done span, .order #maincontent ul.order-process li.step_done a {
            color: white !important;
            text-decoration: none !important;
        }

        .order #maincontent ul.order-process li em {
            font-style: normal;
        }

        .order #maincontent ul.order-process li.step_todo {
            background: #54b59a;
        }

            .order #maincontent ul.order-process li.step_todo span {
                display: block;
                position: relative;
            }

.order #maincontent .totals {
    background-color: #f0f6f4;
    padding: 25px;
    color: black;
}

    .order #maincontent .totals > div:first-child {
        padding-bottom: 25px;
        border-bottom: 1px solid black;
        margin-bottom: 25px;
    }

    .order #maincontent .totals.zero > div:first-child {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .order #maincontent .totals .total-title {
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 0;
    }

    .order #maincontent .totals .calculation {
        border-bottom: 1px solid black;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }

        .order #maincontent .totals .calculation div.row {
            margin-bottom: 15px;
        }

    .order #maincontent .totals .total {
        text-align: right;
        color: black;
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
    }

    .order #maincontent .totals .calculation .subtotal, .order #maincontent .totals .calculation .price-vat-excl, .order #maincontent .totals .calculation .customerdiscount, .order #maincontent .totals .calculation .discount, .order #maincontent .totals .calculation .deliverycost, .order #maincontent .totals .calculation .vat {
        text-align: right;
    }

    .order #maincontent .totals .discountcode {
        border-bottom: 1px solid black;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

        .order #maincontent .totals .discountcode input[type='text'] {
            padding: 3px;
            margin-bottom: 10px;
            width: 180px;
            border: 1px solid #666;
        }

        .order #maincontent .totals .discountcode input[type='submit'] {
            padding: 3px 12px;
            margin-bottom: 10px;
            background-color: transparent;
            border: 1px solid #666;
            color: #333;
        }

            .order #maincontent .totals .discountcode input[type='submit']:hover, .order #maincontent .totals .discountcode input[type='submit']:active, .order #maincontent .totals .discountcode input[type='submit']:focus {
                background-color: #666;
                color: #eee;
            }

    .order #maincontent .totals a.confirm, .order #maincontent .summary-item a.confirm {
        display: block;
        width: 100%;
        background-color: #f4815a;
        color: white;
        padding: 8px;
        font-size: 17px;
        text-align: center;
        text-decoration: none;
    }

        .order #maincontent .totals a.confirm.previous:before {
            content: "\f104";
            font-family: "FontAwesome";
            padding-right: 10px;
            display: inline-block;
            line-height: 1;
        }

        .order #maincontent .totals a.confirm.next:after {
            content: "\f105";
            font-family: "FontAwesome";
            padding-left: 10px;
            display: inline-block;
            line-height: 1;
        }

    .order #maincontent .totals .error {
        margin-top: 25px;
        display: inline-block;
    }

.order #maincontent .caddy {
    background-color: #f0f6f4;
    padding: 25px;
    color: black;
}

    .order #maincontent .caddy h1 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 0;
    }

    .order #maincontent .caddy .caddy-item {
        border-top: 1px solid black;
        margin-top: 25px;
        padding-top: 25px;
    }

        .order #maincontent .caddy .caddy-item:last-child {
            margin-bottom: 5px;
        }

        .order #maincontent .caddy .caddy-item .delete {
            text-align: right;
        }

            .order #maincontent .caddy .caddy-item .delete input {
                border: 0;
                padding: 0;
            }

        .order #maincontent .caddy .caddy-item p.title {
            margin: 2px 0 10px;
        }

            .order #maincontent .caddy .caddy-item p.title a {
                text-decoration: none;
                font-weight: 500;
                font-size: 16px;
            }

        .order #maincontent .caddy .caddy-item p.price {
            color: #54b59a;
            font-weight: 500;
            font-size: 16px;
        }

        .order #maincontent .caddy .caddy-item p.quantity {
            font-weight: 500;
            font-size: 15px;
        }

            .order #maincontent .caddy .caddy-item p.quantity input {
                width: 50px;
                text-align: center;
                padding: 3px;
                border: 1px solid #333;
            }

.order #maincontent .delivery-info {
    margin-top: 25px;
    background-color: #54b59a;
    padding: 25px;
    color: #f3f3f3;
}

.order #maincontent #deliveryInfoMobile {
    display: none;
}

.order #maincontent .delivery-info > img {
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

.order #maincontent .delivery-info > div {
    overflow: hidden;
}

    .order #maincontent .delivery-info > div > p {
        margin-bottom: 4px;
    }

        .order #maincontent .delivery-info > div > p:last-child {
            margin-bottom: 0;
        }

.order #maincontent .totals .discountcode .error {
    margin-top: 0;
    display: block;
}

.order #maincontent #paymentMethods {
    margin-top: 25px;
}

    .order #maincontent #paymentMethods p {
        margin-bottom: 0;
        font-size: 0.95em;
    }

    .order #maincontent #paymentMethods img {
        padding: 5px;
        border: 1px solid #ccc;
        margin-right: 10px;
        margin-top: 10px;
        height: 30px;
    }

        .order #maincontent #paymentMethods img:last-child {
            margin-right: 0;
        }

.order #maincontent .customerdata {
    background-color: #f0f6f4;
    padding: 25px;
    color: black;
}

    .order #maincontent .customerdata a.button:hover, .order #maincontent .customerdata a.button:focus, .order #maincontent .customerdata a.button:active {
        background-color: #54b59a;
        color: white;
    }

    .order #maincontent .customerdata h1 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid black;
    }

    .order #maincontent .customerdata h2 {
        margin-bottom: 25px;
    }

        .order #maincontent .customerdata h2.register-title {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid black;
        }

    .order #maincontent .customerdata a.forgotten {
        text-decoration: none;
        display: inline-block;
        margin-top: 5px;
    }

        .order #maincontent .customerdata a.forgotten:hover, .order #maincontent .customerdata a.forgotten:focus, .order #maincontent .customerdata a.forgotten:active {
            text-decoration: underline;
        }

.order #maincontent .delivery {
    background-color: #f0f6f4;
    padding: 25px;
    color: black;
}

    .order #maincontent .delivery h1 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid black;
    }

    .order #maincontent .delivery h2 {
        margin-bottom: 15px;
    }

        .order #maincontent .delivery h2.deliveryaddress-title {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid black;
        }

    .order #maincontent .delivery input[type="radio"] {
        float: left;
        margin: 9px 10px 0 0;
    }

    .order #maincontent .delivery label {
        overflow: hidden;
        display: block;
    }

.order .summary .caddy h2, .order .summary .summary-item h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0 0 15px 0;
    color: black;
}

.order .summary .summary-item {
    background-color: #f0f6f4;
    padding: 0 25px 25px 25px;
    color: black;
}

.order .totals .gift {
    padding-bottom: 10px;
}

.order .totals .disclaimer {
    padding-bottom: 25px;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}

.order .payment {
    background-color: #f0f6f4;
    padding: 25px;
    color: black;
}

    .order .payment h1 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid black;
    }

    .order .payment a.confirm {
        display: inline-block;
        background-color: #f4815a;
        color: white;
        padding: 8px 32px;
        font-size: 17px;
        text-align: center;
        text-decoration: none !important;
        margin-top: 15px;
    }

.order .totals-payment .calculation {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.order .payment-methods {
    margin-top: 10px;
}

    .order .payment-methods img {
        padding: 5px;
        border: 1px solid #e0e6e4;
        margin-top: 15px;
        margin-right: 15px;
        background-color: white;
    }

.order .confirmation {
    background-color: #f0f6f4;
    padding: 25px;
    color: black;
}

    .order .confirmation h1 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid black;
    }

.login #mainpanel #maincontent {
    padding: 40px 100px 50px 100px;
}

.login #maincontent h1 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 25px;
}

.login #maincontent .form {
    max-width: 600px;
}

.login #maincontent a.button {
    display: inline-block;
    background-color: #54b59a;
    color: white;
    padding: 6px 30px;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    border: none;
    margin-top: 5px;
}

.login #maincontent .error {
    display: block;
}

.login #maincontent a.forgotten {
    padding-top: 5px;
    text-decoration: none;
    display: inline-block;
}

    .login #maincontent a.forgotten:hover, .login #maincontent a.forgotten:focus, .login #maincontent a.forgotten:active {
        text-decoration: underline;
    }

.my-orders #mainpanel #maincontent .menu {
    background-color: #f0f6f4;
    padding-left: 85px;
    padding-right: 85px;
}

    .my-orders #mainpanel #maincontent .menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .my-orders #mainpanel #maincontent .menu ul li {
            float: left;
            padding: 15px 15px;
        }

            .my-orders #mainpanel #maincontent .menu ul li.logout {
                float: right;
            }

            .my-orders #mainpanel #maincontent .menu ul li.active {
                background-color: white;
            }

            .my-orders #mainpanel #maincontent .menu ul li a {
                text-decoration: none;
                font-weight: 500;
                font-size: 1.2em;
            }

.my-orders #mainpanel #maincontent .orders {
    padding: 40px 100px 50px 100px;
}

    .my-orders #mainpanel #maincontent .orders table > thead > tr > th {
        border-top: 1px solid #54b59a;
        border-bottom: 1px solid #54b59a;
        color: #54b59a;
        padding: 15px 15px;
        font-size: 1.1em;
    }

        .my-orders #mainpanel #maincontent .orders table > thead > tr > th:first-child {
            border-left: 1px solid #54b59a;
        }

        .my-orders #mainpanel #maincontent .orders table > thead > tr > th:last-child {
            border-right: 1px solid #54b59a;
        }

    .my-orders #mainpanel #maincontent .orders table > tbody > tr:hover {
        background-color: #fafafa;
    }

    .my-orders #mainpanel #maincontent .orders table > tbody > tr > td {
        border-bottom: 1px solid #54b59a;
        padding: 15px 15px;
    }

        .my-orders #mainpanel #maincontent .orders table > tbody > tr > td.ref a {
            font-weight: 500;
            text-decoration: none;
        }

        .my-orders #mainpanel #maincontent .orders table > tbody > tr > td.details a {
            font-weight: 500;
            text-decoration: none;
            color: #54b59a;
        }

            .my-orders #mainpanel #maincontent .orders table > tbody > tr > td.details a:after {
                content: url('../images/arrow10-green.png');
                padding-left: 10px;
            }

.my-orders #mainpanel #maincontent .order {
    padding: 40px 100px 50px 100px;
}

.my-orders #maincontent .order h1 span.date {
    font-size: 22px;
    line-height: 46px;
    float: right;
}

.my-orders #maincontent .order h2 {
    color: #54b59a;
    margin-top: 20px;
}

.my-orders #maincontent .order .caddy-item {
    border-bottom: 1px dotted #54b59a;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 80%;
}

.my-orders #maincontent .order .calculation {
    margin-bottom: 20px;
    width: 80%;
}

    .my-orders #maincontent .order .calculation > div {
        margin-bottom: 10px;
    }

    .my-orders #maincontent .order .calculation .total {
        font-weight: 600;
    }

.my-personal-info #mainpanel #maincontent .menu {
    background-color: #f0f6f4;
    padding-left: 85px;
    padding-right: 85px;
}

    .my-personal-info #mainpanel #maincontent .menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .my-personal-info #mainpanel #maincontent .menu ul li {
            float: left;
            padding: 15px 15px;
        }

            .my-personal-info #mainpanel #maincontent .menu ul li.logout {
                float: right;
            }

            .my-personal-info #mainpanel #maincontent .menu ul li.active {
                background-color: white;
            }

            .my-personal-info #mainpanel #maincontent .menu ul li a {
                text-decoration: none;
                font-weight: 500;
                font-size: 1.2em;
            }

.my-personal-info #mainpanel #maincontent .data {
    padding: 40px 100px 50px 100px;
}

    .my-personal-info #mainpanel #maincontent .data h2 {
        color: #54b59a;
    }

    .my-personal-info #mainpanel #maincontent .data .button {
        background-color: #54b59a;
        color: white;
        border: 0;
        padding: 7px 21px;
    }

.newsletter #mainpanel #maincontent {
    padding: 40px 100px 50px 100px;
}

.newsletter #form {
    margin-top: 30px;
}

    .newsletter #form .col1 {
        float: left;
        width: 350px;
    }

    .newsletter #form .col2 {
        float: left;
    }

    .newsletter #form input {
        margin-bottom: 10px;
        max-width: 300px;
    }

    .newsletter #form .radio {
        margin-top: 0;
        margin-bottom: 5px;
    }

        .newsletter #form .radio label {
            margin: 0;
        }

    .newsletter #form a.button {
        margin-top: 9px;
        width: 150px;
        font-size: 1.1em;
        text-align: center;
        text-decoration: none;
    }

        .newsletter #form a.button span {
            margin-left: 2px;
        }

            .newsletter #form a.button span:after {
                content: url('../images/arrow10.png');
                margin-left: 10px;
                margin-right: 2px;
            }

        .newsletter #form a.button:hover, .newsletter #form a.button:active, .newsletter #form a.button:focus {
            background-color: #54b59a;
            color: white;
        }

            .newsletter #form a.button:hover span:after, .newsletter #form a.button:active span:after, .newsletter #form a.button:focus span:after {
                margin-left: 12px;
                margin-right: 0px;
            }

    .newsletter #form .error {
        margin-bottom: 20px;
        color: red;
        border: 1px solid red;
        padding: 3px 6px;
        max-width: 600px;
    }

    .newsletter #form .confirmation {
        color: red;
        font-weight: 500;
    }

.newsletter #mainpanel #preview {
    background-color: #f0f6f4;
    padding: 55px 100px 60px 100px;
}

    .newsletter #mainpanel #preview strong {
        font-size: 18px;
        display: inline-block;
        line-height: 1.1;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .newsletter #mainpanel #preview .item {
        margin-bottom: 25px;
        border: 1px solid #54b59a;
        padding: 10px 5px 5px 5px;
        text-align: center;
    }

        .newsletter #mainpanel #preview .item .title {
            display: none;
        }

        .newsletter #mainpanel #preview .item img {
            width: 100%;
        }

        .newsletter #mainpanel #preview .item a.view {
            display: block;
            margin-top: 8px;
            margin-bottom: 2px;
            color: #54b59a;
            text-decoration: none;
            font-size: 0.9em;
        }

            .newsletter #mainpanel #preview .item a.view:hover, .newsletter #mainpanel #preview .item a.view:focus, .newsletter #mainpanel #preview .item a.view:active {
                text-decoration: underline;
            }

        .newsletter #mainpanel #preview .item a.thumb {
        }

    .newsletter #mainpanel #preview .text {
        margin-top: 10px;
    }

.useOfCookies {
    width: 100%;
    padding: 15px;
    background-color: rgba(50, 50, 50, 0.85);
    color: white;
    font-weight: 500;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 999;
}

    .useOfCookies p {
        margin: 0;
    }

    .useOfCookies a.accept {
        display: inline-block;
        text-decoration: none;
        margin-left: 50px;
        font-weight: 600;
        border: 1px solid white;
        padding: 1px 10px;
    }

        .useOfCookies a.accept:hover, .useOfCookies a.accept:focus, .useOfCookies a.accept:active {
            background-color: white;
            color: black;
        }

@media (min-width: 1800px) {
    #mainpanel #footer .contact {
        padding: 30px 70px;
    }

    .home #mainpanel #slider {
        height: 700px;
    }

    .product #mainpanel #slider {
        height: 700px;
    }
}

@media (min-width: 1520px) {
    .order #maincontent ul.order-process li a::after, .order #maincontent ul.order-process li span::after, .order #maincontent ul.order-process li.step_current span::after, .order #maincontent ul.order-process li.step_current_end span::after {
        content: ".";
        position: absolute;
        top: 7px;
        right: -17px;
        z-index: 0;
        text-indent: -5000px;
        display: block;
        width: 36px;
        height: 36px;
        margin-top: 0px;
        transform: rotate(45deg);
    }

    .order #maincontent ul.order-process li.step_current span::after {
        background: #f4815a;
        border-top: 2px solid white;
        border-right: 2px solid white;
    }

    .order #maincontent ul.order-process li.step_done span::after, .order #maincontent ul.order-process li.step_done a::after {
        background: #f4815a;
        border-top: 2px solid white;
        border-right: 2px solid white;
    }

    .order #maincontent ul.order-process li.step_todo span, .order #maincontent ul.order-process li.step_current span, .order #maincontent ul.order-process li.step_done span, .order #maincontent ul.order-process li.step_done a {
        padding-left: 45px;
    }

    .order #maincontent ul.order-process li.first span, .order #maincontent ul.order-process li.first a {
        padding-left: 25px;
    }

    .order #maincontent ul.order-process li.step_todo span::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .order #maincontent ul.order-process li.last a::after, .order #maincontent ul.order-process li.last span::after, .order #maincontent ul.order-process li.last.step_current span::after, .order #maincontent ul.order-process li.last.step_current_end span::after {
        display: none;
    }
}

@media (max-width: 1599px) {
    .product #mainpanel #details {
        padding-left: 100px;
    }

        .product #mainpanel #details #galleryLeft {
            display: none;
        }

        .product #mainpanel #details .description {
            width: 60%;
        }

            .product #mainpanel #details .description .images {
                display: block;
            }

        .product #mainpanel #details .order {
            width: 40%;
        }

        .product #mainpanel #details #galleryBottom {
            display: block;
        }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #toppanel #toppanel1 {
        padding-left: 50px;
    }

    #topbar {
        padding-left: 50px;
    }

    #mainpanel #newsletter {
        padding: 50px 50px 60px 50px;
    }

    #mainpanel #footer {
        padding: 50px 0 50px 50px;
    }

    .home #mainpanel #slider {
        height: 550px;
    }

        .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .title {
            font-size: 48px;
        }

    .home #mainpanel #intro {
        padding: 40px 50px 40px 50px;
    }

    .productgroups #mainpanel #intro {
        padding: 40px 50px 40px 50px;
    }

    .productgroup #mainpanel #intro {
        padding: 40px 50px 40px 50px;
    }

    .product #mainpanel #slider {
        height: 500px;
    }

    .product #mainpanel #details {
        padding: 40px 35px 50px 35px;
    }

    .product #mainpanel #related {
        padding: 50px 50px 30px 40px;
    }

    .text #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .contact #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .search #mainpanel #pagetitle {
        padding: 40px 50px 0px 50px;
    }

    .search #mainpanel #results #count {
        padding: 0px 50px 40px 50px;
    }

    .order #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .login #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .my-orders #mainpanel #maincontent .menu, .my-personal-info #mainpanel #maincontent .menu {
        padding-left: 35px;
        padding-right: 35px;
    }

    .my-orders #mainpanel #maincontent .orders {
        padding: 40px 50px 50px 50px;
    }

    .my-orders #mainpanel #maincontent .order {
        padding: 40px 50px 50px 50px;
    }

    .my-personal-info #mainpanel #maincontent .data {
        padding: 40px 50px 50px 50px;
    }

    .newsletter #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .newsletter #mainpanel #preview {
        padding: 50px 50px 60px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home #mainpanel #slider {
        height: 500px;
    }

        .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .title {
            font-size: 48px;
        }

    .product #mainpanel #slider {
        height: 480px;
    }

    .order #maincontent .totals .total {
        text-align: left;
    }

    .order #maincontent .totals .calculation .subtotal, .order #maincontent .totals .calculation .price-vat-excl, .order #maincontent .totals .calculation .customerdiscount, .order #maincontent .totals .calculation .discount, .order #maincontent .totals .calculation .deliverycost, .order #maincontent .totals .calculation .vat {
        text-align: left;
    }

    .order #maincontent ul.order-process em {
        display: none;
    }

    .order #maincontent ul.order-process li {
        border-right: 2px solid white;
    }

        .order #maincontent ul.order-process li.last {
            border-right: 0;
        }
}

@media (max-width: 1199px) {
    #sidepanel {
        width: 20%;
        border-right: 1px solid #aaa;
    }

        #sidepanel #nav {
            width: 100%;
        }

        #sidepanel #nav_productgroups {
            display: none;
        }

    #toppanel {
        width: 80%;
    }

        #toppanel #toppanel1 {
            padding-left: 50px;
        }

    #mainpanel {
        width: 80%;
    }

    #topbar {
        padding-left: 50px;
    }

    #mainpanel #newsletter {
        padding: 50px 50px 60px 50px;
    }

    #mainpanel #footer {
        padding: 50px 0 50px 50px;
    }

    .home #mainpanel #intro {
        padding: 40px 50px 40px 50px;
    }

    .productgroups #mainpanel #intro {
        padding: 40px 50px 40px 50px;
    }

    .productgroup #mainpanel #intro {
        padding: 40px 50px 40px 50px;
    }

    .product #mainpanel #details {
        padding: 40px 35px 50px 35px;
    }

    .product #mainpanel #related {
        padding: 50px 50px 30px 40px;
    }

    .text #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .contact #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .search #mainpanel #pagetitle {
        padding: 40px 50px 0px 50px;
    }

    .search #mainpanel #results #count {
        padding: 0px 50px 40px 50px;
    }

    .order #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .login #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .my-orders #mainpanel #maincontent .menu, .my-personal-info #mainpanel #maincontent .menu {
        padding-left: 35px;
        padding-right: 35px;
    }

    .my-orders #mainpanel #maincontent .orders {
        padding: 40px 50px 50px 50px;
    }

    .my-orders #mainpanel #maincontent .order {
        padding: 40px 50px 50px 50px;
    }

    .my-personal-info #mainpanel #maincontent .data {
        padding: 40px 50px 50px 50px;
    }

    .newsletter #mainpanel #maincontent {
        padding: 40px 50px 50px 50px;
    }

    .newsletter #mainpanel #preview {
        padding: 50px 50px 60px 50px;
    }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
    .useOfCookies span {
        display: block;
    }

    .useOfCookies a.accept {
        margin: 7px 0 0 0;
    }

    #sidepanel {
        display: none;
    }

    #toppanel {
        width: 100%;
    }

        #toppanel #topnav {
            display: block;
        }

    #mainpanel {
        width: 100%;
        padding-top: 130px;
    }

    .order #maincontent ul.order-process li {
        width: 100%;
        border-bottom: 1px solid white;
    }

        .order #maincontent ul.order-process li.last {
            border-bottom: 0;
        }

    .order #maincontent .totals {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home #mainpanel #slider {
        height: 450px;
    }

        .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .title {
            font-size: 36px;
        }

    .product #mainpanel #slider {
        height: 480px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    #toppanel {
        position: relative;
    }

        #toppanel #topnav .nav-left {
            padding-top: 5px;
            padding-left: 15px;
        }

            #toppanel #topnav .nav-left .menu {
                font-size: 1.3em;
            }

        #toppanel #topnav .nav-right {
            padding-right: 15px;
        }

            #toppanel #topnav .nav-right img {
                display: inline-block;
            }

            #toppanel #topnav .nav-right a:hover, #toppanel #topnav .nav-right a:active, #toppanel #topnav .nav-right a:focus {
                text-decoration: none;
            }

            #toppanel #topnav .nav-right span {
                display: none;
            }

        #toppanel #toppanel1 {
            padding-left: 15px;
        }

    #topbar {
        padding-left: 15px;
    }

    #mainpanel {
        padding-top: 0;
    }

        #mainpanel #newsletter {
            padding: 50px 15px 60px 15px;
        }

        #mainpanel #footer {
            padding: 50px 15px 50px 15px;
        }

            #mainpanel #footer .contact {
                margin-top: 30px;
                padding: 0;
                background: none;
                color: white;
                margin-bottom: 0;
            }

            #mainpanel #footer .developer {
                display: none;
            }

            #mainpanel #footer > .row > div.info {
                padding-right: 0;
            }

            #mainpanel #footer .info img.payment {
                margin-bottom: 10px;
            }

    .home #mainpanel #productgroups .mobile div.item {
        position: relative;
        float: left;
        width: 50%;
    }

    .home #mainpanel #intro {
        padding: 40px 15px 40px 15px;
    }

    .home #mainpanel #productgroups .mobile div.item .overlay > span {
        margin: 0 10px 10px 10px;
        background-color: #54b59a;
        padding: 5px 35px 5px 10px;
        color: white;
        display: block;
    }

    .home #mainpanel #productgroups .mobile div.item .overlay:after {
        content: url('../images/arrow12.png');
        position: absolute;
        top: 7px;
        right: 20px;
    }

    .home #mainpanel #productgroups .mobile div.item .overlay {
        opacity: 1;
    }

    .productgroups #mainpanel #intro {
        padding: 40px 15px 40px 15px;
    }

    .productgroups #mainpanel #productgroups {
        padding-left: 0;
        padding-right: 0;
    }

    .productgroup #mainpanel #intro {
        padding: 40px 15px 40px 15px;
    }

    .productgroup #mainpanel #products {
        padding-left: 0;
        padding-right: 0;
    }

    .product #mainpanel #details {
        padding: 40px 0px 50px 0px;
    }

        .product #mainpanel #details .description {
            padding-right: 0;
            float: none;
            width: 100%;
        }

        .product #mainpanel #details .order {
            margin-top: 35px;
            float: none;
            width: 100%;
            text-align: left;
        }

            .product #mainpanel #details .order .price {
                border-top: 1px solid black;
                padding-top: 30px;
            }

            .product #mainpanel #details .order .package input {
                float: none;
                margin-left: 0;
                margin-right: 10px;
            }

            .product #mainpanel #details .order .package strong {
                float: none;
            }

                .product #mainpanel #details .order .package strong > span {
                    display: none;
                }

    .product #mainpanel #related {
        padding: 50px 5px 30px 5px;
        white-space: normal;
    }

        .product #mainpanel #related .item {
            width: 50%;
            float: left;
        }

    .text #mainpanel #maincontent {
        padding: 40px 15px 50px 15px;
    }

    .contact #mainpanel #maincontent {
        padding: 40px 15px 50px 15px;
    }

    .search #mainpanel #pagetitle {
        padding: 40px 15px 0px 15px;
    }

    .search #mainpanel #results #count {
        padding: 0px 15px 40px 15px;
    }

    .search #mainpanel #results #products {
        padding-left: 0;
        padding-right: 0;
    }

    .order #mainpanel #maincontent {
        padding: 40px 15px 50px 15px;
    }

    .login #mainpanel #maincontent {
        padding: 40px 15px 50px 15px;
    }

    .my-orders #mainpanel #maincontent .menu, .my-personal-info #mainpanel #maincontent .menu {
        padding-left: 0;
        padding-right: 0;
    }

    .my-orders #mainpanel #maincontent .orders {
        padding: 40px 15px 50px 15px;
    }

    .my-orders #maincontent .orders th.status, .my-orders #maincontent .orders td.status {
        display: none;
    }

    .my-orders #mainpanel #maincontent .order {
        padding: 40px 15px 50px 15px;
    }

    .my-personal-info #mainpanel #maincontent .data {
        padding: 40px 15px 50px 15px;
    }

    .newsletter #mainpanel #maincontent {
        padding: 40px 15px 50px 15px;
    }

    .newsletter #mainpanel #preview {
        padding: 50px 15px 60px 15px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .home #mainpanel #slider {
        height: 400px;
    }

        .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer {
            width: 60%;
        }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .title {
                font-size: 28px;
            }

    .product #mainpanel #slider {
        height: 400px;
    }
}

@media (max-width: 599px) {
    .newsletter #form .col1 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .newsletter #form .col2 {
        width: 100%;
        float: none;
    }
}

@media (min-width: 481px) and (max-width: 599px) {
    .home #mainpanel #slider {
        height: 320px;
    }

        .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer {
            width: 60%;
        }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .title {
                font-size: 26px;
                margin-bottom: 20px;
            }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .description {
                display: none;
            }

    .productgroup #mainpanel #products div.item .overlay > span {
        line-height: 1.3;
    }

    .product #mainpanel #slider {
        height: 320px;
    }

    .search #mainpanel #results #products div.item .overlay > span {
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .hidden-xxs {
        display: none;
    }

    .home #mainpanel #productgroups .mobile div.item {
        float: none;
        width: 100%;
    }

    .home #mainpanel #slider {
        height: 250px;
    }

        .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer {
            width: 75%;
        }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .title {
                font-size: 24px;
                margin-bottom: 30px;
            }

            .home #mainpanel #slider .master-slider-parent .ms-slide .ms-layer .description {
                display: none;
            }

    .product #mainpanel #slider {
        height: 250px;
    }

    .order #maincontent .totals .total {
        text-align: left;
    }

    .order #maincontent .totals .calculation .subtotal, .order #maincontent .totals .calculation .price-vat-excl, .order #maincontent .totals .calculation .customerdiscount, .order #maincontent .totals .calculation .discount, .order #maincontent .totals .calculation .deliverycost, .order #maincontent .totals .calculation .vat {
        text-align: left;
    }

    .order #maincontent .totals a.confirm.previous:before {
        display: none;
    }

    .order #maincontent .totals a.confirm.next:after {
        display: none;
    }

    .my-orders #maincontent .orders th.ref, .my-orders #maincontent .orders td.ref {
        display: none;
    }

    .my-orders #maincontent .order h1 span.date {
        float: none;
        display: block;
        line-height: 38px;
    }
}

@media (max-width: 420px) {
    .product #mainpanel #related .item {
        width: 100%;
        float: none;
    }

    .my-orders #mainpanel #maincontent .menu ul li {
        padding: 15px 12px;
    }
}
