﻿
/* Footer */
/* --------------------------------------------------------------------------------------------- */

footer {
    background: #000000;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    margin-top: 60px;
}

    footer .contact {
        text-transform: uppercase;
    }

        footer .contact a {
            color: #ffffff;
            display: block;
            text-decoration: inherit;
        }

        footer .contact strong {
            font-weight: 400;
        }

        footer .contact .logo {
            display: block;
            margin: 0 auto 10px auto;
            max-width: 180px;
        }

    footer .copyright {
        color: #777777;
        font-size: 12px;
        padding: 15px;
    }

    footer .fa {
        font-size: 16px;
        margin-right: 7px;
        opacity: 0.5;
    }

    footer .footerListHeader {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

    footer .lists {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }

        footer .lists .list {
            flex: 0 0 50%;
            flex-wrap: wrap;
            margin-top: 20px;
            vertical-align: top;
            width: 50%;
        }

            footer .lists .list:nth-child(even) {
                padding-left: 15px;
            }

            footer .lists .list a, footer .lists .list a:visited {
                color: #ffffff;
                font-weight: 400;
                opacity: 0.5;
                text-decoration: inherit;
                text-transform: uppercase;
            }

                footer .lists .list a:hover, footer .lists .list a:active {
                    opacity: 1;
                }

    footer .newsletter {
        background: #d2d2d2;
        padding: 20px 15px;
    }

        footer .newsletter .instructions {
            color: #575757;
            font-style: italic;
            margin-bottom: 10px;
            text-align: center;
        }

        footer .newsletter .result {
            color: #026800;
            display: block;
            margin-top: 5px;
        }

            footer .newsletter .result.error {
                color: #ba0000;
            }

        footer .newsletter .subscribe {
            margin: 0 auto;
            max-width: 500px;
        }

            footer .newsletter .subscribe a, footer .newsletter .subscribe a:visited {
                background: #ba0000;
                color: #ffffff;
                font-family: "Roboto Condensed", sans-serif;
                font-size: 14px;
                font-weight: 400;
                display: block;
                float: right;
                height: 28px;
                line-height: 28px;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                width: 90px;
            }

                footer .newsletter .subscribe a:hover, footer .newsletter .subscribe a:active {
                    background: #777777;
                }

            footer .newsletter .subscribe input {
                border: none;
                height: 28px;
                padding: 0 5px;
                width: calc(100% - 90px);
            }

    footer .totop {
        background: #6c6c6c;
        color: #000000;
        height: 47px;
        position: absolute;
        right: 0;
        text-align: center;
        width: 57px;
    }

        footer .totop .fa {
            font-size: 24px;
            line-height: 47px;
            margin-right: 0;
        }

    footer .wrapper {
        padding: 20px 0;
    }

@media(min-width: 1230px) {
    footer {
        padding: 30px 0 15px 0;
    }

        footer .contact {
            float: left;
            padding-right: 10%;
            width: 43%;
        }


            footer .contact .logo {
                margin: 0 0 15px 0;
                max-width: unset;
            }

        footer .copyright {
            padding: 15px 0 0 15px;
        }

        footer .lists {
            align-items: stretch;
            display: flex;
            float: left;
            flex-wrap: nowrap;
            justify-content: space-between;
            width: 57%;
        }

            footer .lists .list {
                flex: unset;
                margin-top: 0;
                width: unset;
            }

        footer .newsletter .instructions {
            float: left;
            line-height: 28px;
            margin-bottom: 0;
            text-align: right;
            padding-right: 1%;
            width: 49%;
        }

        footer .newsletter .subscribe {
            float: left;
            margin: 0;
            max-width: 395px;
            padding-left: 1%;
            width: 49%;
        }

        footer .wrapper {
            padding: 0 0 30px 0;
        }
}

@media(min-width: 1430px) {
    footer .container {
        width: 1400px;
    }

    footer .newsletter .instructions {
        padding-right: 0.5%;
        width: 49.5%;
    }

    footer .newsletter .subscribe {
        padding-left: 0.5%;
        width: 49.5%;
    }
}

/* Header */
/* --------------------------------------------------------------------------------------------- */

header {
    background: #e6e6e6;
    border-bottom: 1px solid #d2d2d2;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 1;
}

    header .container .logo {
        position: absolute;
        left: 50%;
        margin: 17px 0 0 -90px;
        width: 180px;
    }

        header .container .logo svg {
            width: 100%;
        }

    header .cartControl, header .emailControl, header .menuControl, header .phoneControl, header .searchControl, header .userControl {
        color: #6e6e6e;
        font-size: 28px;
        position: absolute;
        top: 10px;
    }

        header .cartControl a, header .emailControl a, header .menuControl a, header .phoneControl a, header .searchControl a, header .userControl a {
            color: #6e6e6e;
            text-decoration: none;
        }

    header .cartControl {
        right: 10px;
    }

        header .cartControl > a > span {
            background: #ba0000;
            border: 1px solid #e6e6e6;
            border-radius: 50%;
            color: #ffffff;
            font-size: 12px;
            font-weight: 400;
            height: 18px;
            line-height: 16px;
            margin-left: 15px;
            position: absolute;
            text-align: center;
            width: 18px;
        }

        header .cartControl > a > strong {
            display: none;
        }

    header .emailControl, header .phoneControl {
        display: none;
    }

    header .menuControl {
        display: inline-block;
        left: 10px;
    }

    header .searchControl {
        left: 50px;
    }

    header .userControl {
        right: 50px;
    }

        header .userControl > a > strong {
            display: none;
        }

    header .close {
        color: #6e6e6e;
        display: none;
        opacity: 1 !important;
        padding-top: 5px;
    }

    header .wrapper .links {
        display: none;
    }

    header .wrapper .search {
        display: none;
    }

@media(min-width: 768px) {
    header {
        height: 90px;
    }

        header .cartControl {
            right: 20px;
        }

        header .menuControl {
            display: none;
        }

        header .searchControl {
            left: 20px;
        }

        header .userControl {
            right: 65px;
        }
}

@media(min-width: 1230px) {
    header .cartControl, header .emailControl, header .menuControl, header .phoneControl, header .searchControl, header .userControl {
        font-size: 20px;
    }

        header .cartControl > a > strong, header .emailControl > a > strong, header .phoneControl > a > strong, header .userControl > a > strong {
            color: #000000;
            display: inline-block;
            font-family: 'Heebo', sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            margin-left: 8px;
            vertical-align: middle;
        }

    header .container {
        position: relative;
    }

        header .container .logo {
            left: unset;
            margin: 17px 0 0 0;
            width: 400px;
        }

    header .cartControl {
        right: 38px;
        top: 47px;
    }

        header .cartControl > a > span {
            margin-left: 13px;
        }

    header .emailControl {
        display: block;
        right: 110px;
        top: 47px;
    }

    header .phoneControl {
        display: block;
        right: 120px;
        top: 16px;
    }

    header .searchControl {
        display: none;
    }

    header .userControl {
        top: 16px;
        right: 12px;
    }

    header .wrapper {
        height: 90px;
        left: 435px;
        position: absolute;
        width: calc(100% - 710px);
    }

        header .wrapper .search {
            display: block;
            margin-top: 17px;
        }

            header .wrapper .search a, header .wrapper .search a:visited {
                background: #575757;
                color: #ffffff;
                display: block;
                float: right;
                height: 28px;
                line-height: 28px;
                text-align: center;
                width: 28px;
            }

                header .wrapper .search a:hover, header .wrapper .search a:active {
                    background: #777777;
                }

            header .wrapper .search input {
                border: none;
                height: 28px;
                padding: 0 5px;
                width: calc(100% - 28px);
            }
}

@media(min-width: 1430px) {
    header .container {
        width: 1400px;
    }

    header .emailControl {
        right: 135px;
    }

    header .phoneControl {
        right: 145px;
    }

    header .wrapper {
        left: 460px;
        width: calc(100% - 790px);
    }
}

/* Menu */
/* --------------------------------------------------------------------------------------------- */

.menu.open {
    display: block;
    position: absolute;
    left: 0;
    top: 61px;
    z-index: 5;
    background: white;
}

.menu {
    display: block;
}

    .menu > div {
        z-index: 5;
        top: 19px;
    }

.drawer {
    background-color: #ffffff;
    width: 90%;
    max-width: 270px;
    position: relative;
}

    .drawer.open {
        box-shadow: 3px 3px 3px 0px #787878;
        box-shadow: 3px 3px 3px 0px rgba(120,120,120,0.59);
    }

.subMenu.drawer.open {
    display: block;
}

.subMenu.drawer {
    display: none;
}

.categorymenuplus > div {
    position: absolute;
    left: -285px;
    top: 41px;
    z-index: 5;
}

    .categorymenuplus > div.open {
        left: -15px;
    }

.menu a {
    color: #000000;
    font-family: 'Heebo', sans-serif;
    display: block;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.menu .subMenu {
    background: #ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 270px;
}

.subMenu a {
    font-size: 14px;
    padding: 10px 0 20px 30px;
}

.subMenu .parentItem a {
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0 15px 30px;
}

.parentMenu > div:nth-child(1n + 2) {
    border-top: solid 1px #D3D7DA;
}

.staticMenuContent a {
    color: white;
    font-weight: 700;
}

.parentMenu > div > a:after {
    float: right;
    padding-right: 5px;
    font-family: FontAwesome;
    content: "\f105";
}

.parentItem > a:before {
    padding-right: 10px;
    margin-left: -17px;
    font-family: FontAwesome;
    content: "\f104";
}

@media(min-width: 768px) {
    .categorymenuplus {
        position: absolute;
        left: 0;
        right: 0;
        top: 36px;
    }

        .categorymenuplus > div {
            left: unset;
            position: relative;
            top: unset;
        }

    .drawer {
        background: none;
        display: inline-block;
        max-width: unset;
        position: relative;
        text-align: center;
        width: 100%;
    }

        .drawer.open {
            box-shadow: none;
        }

    .parentMenu > div {
        display: inline-block;
    }

        .parentMenu > div > a:after {
            float: none;
            padding-right: 0;
            content: "";
        }

    .parentItem {
        display: none;
    }

        .parentItem > a:before {
            padding-right: 0;
            margin-left: 0;
            content: "";
        }

    .parentMenu > div:hover .subMenu {
        left: 0;
        display: block;
        top: 33px;
        width: 165px;
        text-align: left;
    }

    .parentMenu > div {
        position: relative;
    }

        .parentMenu > div:nth-child(1n + 2) {
            border-top: none;
        }

    .parentMenu > .staticMenuContent {
        display: none;
    }

    .menu a, .menu a:visited {
        font-size: 14px;
        padding: 0 10px 12px 10px;
    }

        .menu a:hover, .menu a:active {
            color: #ba0000;
        }

    .parentMenu > div:nth-child(1n + 2) {
        border: none;
    }

    .staticMenuContent {
        display: none
    }

    .subMenu a {
        background: #e6e6e6;
        font-size: 14px;
        font-weight: 400;
        padding: 10px;
    }
}

@media(min-width: 1230px) {
    .categorymenuplus {
        left: 0;
        right: unset;
        top: -10px;
        width: 100%;
    }

        .categorymenuplus > div {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
        }

    .parentMenu > div > a {
        padding: 0 0 14px 0;
    }
}
