﻿@charset "UTF-8";

html, body {
    color: #11192e;
}

a, a:link, a:visited {
    color: #fe5922;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #862201;
    }

.logo {
    padding: 1.6rem 0;
}

a.button {
    line-height: normal;
    height: auto;
    font-size: 2em;
    margin: 0;
}

    a.button, a.button:link, a.button:visited {
        transition: background 0.25s ease-out;
        background: linear-gradient(rgba(255, 164, 1, 0.8), rgba(254, 89, 34, 0.8), rgba(254, 89, 34, 0.8)), url("../images/bg-ss-texture.jpg") 50% 50%;
        color: #fff;
        font-weight: bold;
        text-shadow: -1px -1px 0px #6f6f6f;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        a.button:hover, a.button:focus, a.button:active {
            transition: background 0.25s ease-in;
            background: linear-gradient(rgba(254, 89, 34, 0.8), rgba(146, 25, 12, 0.8), rgba(146, 25, 12, 0.8)), url("../images/bg-ss-texture.jpg") 50% 50%;
            border-color: #a02801;
        }

.col {
    display: inline-block;
    vertical-align: top;
}

    .col.col-1 {
        width: 8.3333333333%;
    }

    .col.col-2 {
        width: 16.6666666667%;
    }

    .col.col-3 {
        width: 25%;
    }

    .col.col-4 {
        width: 33.3333333333%;
    }

    .col.col-5 {
        width: 41.6666666667%;
    }

    .col.col-6 {
        width: 50%;
    }

    .col.col-7 {
        width: 58.3333333333%;
    }

    .col.col-8 {
        width: 66.6666666667%;
    }

    .col.col-9 {
        width: 75%;
    }

    .col.col-10 {
        width: 83.3333333333%;
    }

    .col.col-11 {
        width: 91.6666666667%;
    }

    .col.col-12 {
        width: 100%;
    }

.header .icon {
    display: inline-block;
    line-height: 1em;
    vertical-align: bottom;
}

.header .super-header {
    list-style-type: none;
    font-size: .9em;
    margin: .2em 0;
    padding: 0;
    text-align: right;
}

    .header .super-header li {
        display: inline;
        margin: 0 .6em;
        padding: 0;
    }

    .header .super-header a, .header .super-header a:link, .header .super-header a:visited {
        color: #fff;
        transition: color 0.25s ease-out;
    }

        .header .super-header a:hover, .header .super-header a:focus {
            color: #862201;
            transition: color 0.25s ease-in;
        }

.search-wrap {
    display: inline-block;
    padding-top: .6em;
    vertical-align: middle;
}

    .search-wrap #SearchPanel #MainSearchText {
        border: 0.1em #dad3cf solid;
        -webkit-border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px;
        color: #727272;
        font-size: 1.1em;
        font-weight: lighter;
        padding: .5em .8em;
        min-width: 16em;
        border-right: 0;
    }

    .search-wrap #SearchPanel #MainSearchButton {
        font-size: 1.1em;
        line-height: normal;
        width: auto;
        margin: auto;
        padding: .6em .8em;
        border: 0;
        display: inline;
        height: auto;
        background: linear-gradient(rgba(255, 164, 1, 0.8), rgba(254, 89, 34, 0.8), rgba(254, 89, 34, 0.8)), url("../images/bg-ss-texture.jpg") 50% 50%;
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
    }

h2, .heading-wrap h1 {
    color: #11192e;
    font-size: 2.6rem;
    font-weight: lighter;
}

.heading-wrap {
    display: table;
    background: transparent url("../images/hr-light.png") 50% 56% repeat-x;
    width: 100%;
    margin-bottom: 2em;
}

    .heading-wrap .heading-hr {
        display: table-cell;
    }

        .heading-wrap .heading-hr hr {
            border: 0;
            border-bottom: 1px solid #11192e;
            padding: 0;
            opacity: .3;
        }

    .heading-wrap h2, .heading-wrap h1 {
        display: inline-block;
        margin: 0;
        padding: 0 3rem 0 0;
        background-color: #fff;
    }

    .heading-wrap .heading-text {
        display: table-cell;
    }

    .heading-wrap .heading-more {
        display: table-cell;
        text-align: right;
    }

        .heading-wrap .heading-more a {
            background: #fff;
            display: inline-block;
            vertical-align: middle;
            height: 2.4rem;
            padding: 0 0 0 3em;
        }

        .heading-wrap .heading-more .icon {
            vertical-align: middle;
        }

.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0;
}

.category-button-wrap {
    background: linear-gradient(rgba(17, 25, 46, 0.8), rgba(17, 25, 46, 0.8)), url("../images/bg-ss-texture.jpg") 50% 50%;
    background-size: cover;
}

    .category-button-wrap .content-wrap {
        padding-top: 3rem;
    }

    .category-button-wrap .heading-wrap {
        background: none;
    }

        .category-button-wrap .heading-wrap .heading-hr {
            width: 22%;
        }

            .category-button-wrap .heading-wrap .heading-hr hr {
                border-bottom-color: #fff;
            }

        .category-button-wrap .heading-wrap .heading-text {
            text-align: center;
        }

        .category-button-wrap .heading-wrap h2, .category-button-wrap .heading-wrap h1 {
            color: #fff;
            font-style: italic;
            background-color: transparent;
            padding-right: 0;
        }

            .category-button-wrap .heading-wrap h2 strong, .category-button-wrap .heading-wrap h1 strong {
                font-style: normal;
            }

    .category-button-wrap .CategoryButtonList {
        padding: 10px 0px;
    }

        .category-button-wrap .CategoryButtonList li {
            width: 22%;
            padding-right: 3.5%;
        }

            .category-button-wrap .CategoryButtonList li:last-child {
                padding: 0;
            }

        .category-button-wrap .CategoryButtonList a, .category-button-wrap .CategoryButtonList a:link, .category-button-wrap .CategoryButtonList a:visited {
            display: inline-block;
            padding: 0.5em 1em;
            transition: background 0.25s ease-in;
            background: linear-gradient(rgba(255, 164, 1, 0.8), rgba(254, 89, 34, 0.8), rgba(254, 89, 34, 0.8)), url("../images/bg-ss-texture.jpg") 50% 50%;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            color: #fff;
            text-decoration: none;
            font-size: 1.3em;
            border: 1px solid #ffb634;
            -webkit-box-shadow: 0 0 .6em 0 #000;
            -moz-box-shadow: 0 0 .6em 0 #000;
            box-shadow: 0 0 .6em 0 #000;
        }

            .category-button-wrap .CategoryButtonList a .icon, .category-button-wrap .CategoryButtonList a:link .icon, .category-button-wrap .CategoryButtonList a:visited .icon {
                display: inline-block;
                font-size: 4em;
            }

            .category-button-wrap .CategoryButtonList a .category-button-text, .category-button-wrap .CategoryButtonList a:link .category-button-text, .category-button-wrap .CategoryButtonList a:visited .category-button-text {
                display: inline-block;
            }

            .category-button-wrap .CategoryButtonList a:hover, .category-button-wrap .CategoryButtonList a:focus, .category-button-wrap .CategoryButtonList a:active {
                transition: background 0.25s ease-in;
                background: linear-gradient(rgba(254, 89, 34, 0.8), rgba(146, 25, 12, 0.8), rgba(146, 25, 12, 0.8)), url("../images/bg-ss-texture.jpg") 50% 50%;
                border-color: #a02801;
            }

.product-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .product-list li {
        display: inline-block;
        padding: 0;
        width: 15.38%;
        margin: 0 1% 1% 0;
    }

    .product-list .product {
        display: block;
    }

        .product-list .product .product-image {
            display: block;
            height: 140px;
            background-size: cover;
            background-position: 50% 50%;
            -webkit-border-radius: 6px 6px 0 0;
            -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

            .product-list .product .product-image .sale-badge {
                float: right;
                margin: .4em;
            }

        .product-list .product .product-name {
            display: block;
            color: #fff;
            font-weight: bold;
            font-size: .9em;
            background: #11192e;
            -webkit-border-radius: 0 0 6px 6px;
            -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
            padding: .4em .6em;
            height: 2.6em;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
            transition: background-color 0.25s ease-out;
        }

        .product-list .product .product-details {
            color: #11192e;
            display: block;
        }


            .product-list .product .product-details .product-detail {
                display: inline-block;
                margin-top: .2em;
                width: 49%;
            }

        .product-list .product .fullrow .product-detail {
            width: 100%;
        }
                .product-list .product .product-details .product-detail:last-child {
                    text-align: right;
                }
        .product-list .product .fullrow .product-detail:last-child {
            text-align: center;
        }

                .product-list .product .product-details .product-detail .product-detail-name {
                    display: block;
                    font-size: .7em;
                }

                .product-list .product .product-details .product-detail .product-detail-value {
                    display: block;
                    font-weight: bold;
                    font-size: 15px;
                }

            .product-list .product .product-details .on-sale {
                color: #ea0032;
            }

        .product-list .product:hover .product-name, .product-list .product:focus .product-name {
            background-color: #862201;
            transition: background-color 0.25s ease-in;
        }

        .product-list .product:hover .product-details, .product-list .product:focus .product-details {
            color: #862201;
            transition: background-color 0.25s ease-in;
        }

.register-callout {
    background-color: #F7F4F2;
    padding: 3rem 0;
    text-align: center;
    font-size: 2em;
    margin: 0;
}

    .register-callout .button {
        display: inline-block;
        padding: .3em .8em;
        margin-left: 1em;
        font-size: 1em;
    }

.products-2col {
    background: #fff url("../images/bg-sale-burst.png") 50% 50% no-repeat;
    background-size: contain;
}

    .products-2col .content-wrap {
        padding: 0;
    }

    .products-2col .heading-wrap {
        background: none;
    }

        .products-2col .heading-wrap h2, .products-2col .heading-wrap h1 {
            padding-right: .4em;
        }

        .products-2col .heading-wrap .heading-more a {
            padding-left: 0;
        }

        .products-2col .heading-wrap h1, .products-2col .heading-wrap h2, .products-2col .heading-wrap .heading-more a {
            background-color: transparent;
        }

    .products-2col .products-latest {
        display: inline-block;
        vertical-align: top;
        width: 41.5%;
    }

        .products-2col .products-latest .product-list li {
            width: 47%;
            margin-right: 3%;
            margin-bottom: 5%;
        }

        .products-2col .products-latest .products-latest-inner {
            padding-right: 18%;
            border-right: 1px solid #ede7e2;
        }

    .products-2col .products-sale {
        display: inline-block;
        vertical-align: top;
        width: 58%;
    }

        .products-2col .products-sale .product-list li {
            width: 31%;
            margin-left: 1%;
            margin-bottom: 3%;
        }

        .products-2col .products-sale .products-sale-inner {
            padding-left: 12%;
        }

    .products-2col .products-latest-inner,
    .products-2col .products-sale-inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

.category-list {
    background-color: #F7F4F2;
}

    .category-list .heading-wrap h2, .category-list .heading-wrap h1 {
        background-color: #F7F4F2;
    }

footer.site-footer {
    background: linear-gradient(rgba(17, 25, 46, 0.8), rgba(17, 25, 46, 0.8)), url("../images/bg-ss-texture.jpg") 50% 50%;
    background-size: cover;
    color: #fff;
}

    footer.site-footer a {
        color: #fed388;
        transition: color 0.25s ease-out;
    }

        footer.site-footer a:hover, footer.site-footer a:focus {
            color: #eb9602;
            transition: color 0.25s ease-in;
        }

    footer.site-footer p {
        font-size: .9em;
    }

    footer.site-footer .navigationDropDown > li {
        padding: 0 1.2em 0 0;
    }

        footer.site-footer .navigationDropDown > li a {
            color: #fed388;
            transition: color 0.25s ease-out;
        }

            footer.site-footer .navigationDropDown > li a:hover, footer.site-footer .navigationDropDown > li a:focus {
                color: #eb9602;
                transition: color 0.25s ease-in;
            }

    footer.site-footer .footer-sub-nav {
        font-size: .9em;
        margin: 2rem 0;
    }

        footer.site-footer .footer-sub-nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            footer.site-footer .footer-sub-nav ul li {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

                footer.site-footer .footer-sub-nav ul li a {
                    text-decoration: underline;
                }

                footer.site-footer .footer-sub-nav ul li:after {
                    content: "•";
                    padding: 0 0.6em;
                    display: inline-block;
                }

                footer.site-footer .footer-sub-nav ul li:last-child:after {
                    display: none;
                }

    footer.site-footer .footer-col-contact {
        text-align: right;
    }

    footer.site-footer .address {
        display: block;
        font-style: normal;
        margin-bottom: 2em;
    }

        footer.site-footer .address:before {
            font-size: 2.9em;
            float: right;
            margin-left: .4em;
        }

    footer.site-footer .phone {
        display: block;
        margin-bottom: 2em;
    }

        footer.site-footer .phone:before {
            font-size: 2.9em;
            float: right;
            margin-left: .4em;
            line-height: .5em;
        }
#googleTranslateElementHeader {
    margin: 2em 0;
}

/*# sourceMappingURL=styles.css.map */
