<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, header, footer, main, section, article, nav, aside, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, span, a, strong, em, img, iframe, details, br, hr, sub, sup, time, pre, code, blockquote, q, cite, address, summary, form, label, fieldset, legend, input, textarea, select, option, button, table, caption, thead, tbody, tfoot, th, tr, td, figure, figcaption, video, audio, canvas {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
}

header, footer, section, nav, article, aside, main, details, summary, figure, figcaption {
    display: block;
}

ul, ol {
    list-style: none;
}

input, textarea, select, option, button, label, legend {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

button {
    cursor: pointer;
    background: none;
    line-height: inherit;
}

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

address, cite {
    font-style: normal;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    word-wrap: break-word;
}

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 20px;
}

body {
    min-width: 300px;
    max-width: 1200px;
    background: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #444;
    line-height: 1;
    margin: 0 auto;
}

@media (min-width: 800px) {
    body {
        overflow-x: hidden;
    }
}

a {
    color: #95231d;
}

    a:hover, a:focus {
        color: #c02d25;
    }

    /*Compunix - Apple enlargemen photo fix (2019/04/18) a:not([href]) {
        pointer-events: none;
    }*/

p {
    padding: 0 0 1em;
    font-size: .8em;
    line-height: 1.4;
}

    p a {
        font-weight: bold;
        word-wrap: break-word;
    }

sup, sub {
    font-size: .6em;
}

hr {display:block;height:1px;background-color:#999;margin:2em auto}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

textarea {
    -webkit-appearance: none;
    -webkit-overflow-scrolling: touch;
}

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        -moz-appearance: none;
        -webkit-appearance: none;
    }

input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none;
}

input::-ms-clear {
    display: none;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.2s 0.2s ease;
}

:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.2s 0.2s ease;
}

:focus::input-placeholder {
    opacity: 0;
    transition: opacity 0.2s 0.2s ease;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

::input-placeholder {
    color: #999;
}

input, textarea, select, fieldset, legend, label, button {
    display: block;
}

label {
    padding: 0 0 .3em;
    font-size: .8em;
    font-weight: bold;
}

fieldset {
    min-width: inherit;
    padding: 0 0 .5em;
}

legend {
    padding: 0 0 1em;
    font-size: .85em;
    font-weight: bold;
}

input, textarea, select {
    box-sizing: border-box;
    max-width: 100%;
    padding: .4em .5em;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0;
    font-size: .8em;
    margin: 0 0 1.2em;
    text-overflow: ellipsis;
    transition: background-color .2s, color .2s, border-color .2s;
}

    input:focus, textarea:focus, select:focus {
        border-color: #95231d;
    }

textarea {
    overflow: auto;
}

.select-container &gt; div {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin: 0 0 1.2em;
}

    .select-container &gt; div:before {
        box-sizing: border-box;
        display: block;
        width: 1.7em;
        background-color: #999;
        border-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 1px;
        pointer-events: none;
        content: "";
        transition: background-color .2s;
    }

    .select-container &gt; div:hover:before {
        background-color: #444;
    }

    .select-container &gt; div:after {
        display: block;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-width: .3em .3em 0 .3em;
        border-top-color: #fff;
        position: absolute;
        top: .75em;
        right: .6em;
        pointer-events: none;
        content: "";
    }

    .select-container &gt; div select {
        min-width: 5em;
        margin-bottom: 0;
        -webkit-appearance: none;
    }

input[type='checkbox'], input[type='radio'] {
    float: left;
    clear: left;
    width: auto;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    margin: 0;
    position: relative;
    top: .05rem;
    left: .05em;
}

    input[type='checkbox'] + label, input[type='radio'] + label {
        padding: 0 0 1.4em 1.4em;
        position: relative;
    }

        input[type='checkbox'] + label:hover, input[type='radio']:not(:checked) + label:hover {
            color: #fdc927;
        }

    input[type='checkbox'] + span, input[type='radio'] + span {
        display: table;
        padding: 0 0 0 .2em;
        position: relative;
        top: -.1em;
    }

label input[type='checkbox'], label input[type='radio'] {
    margin-right: .8em;
}

input[type='checkbox'] + label:before, input[type='radio'] + label:before {
    box-sizing: border-box;
    display: block;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border: 1px solid #999;
    font-size: .8rem;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
}

input[type='radio'] + label:before {
    border-radius: 50%;
}

input[type='checkbox']:checked + label:before, input[type='radio']:checked + label:before {
    background-color: #fee28c;
}

input[type='checkbox'] + label:not([for]), input[type='radio'] + label:not([for]) {
    pointer-events: none;
}

    input[type='checkbox'] + label:not([for]):before, input[type='radio'] + label:not([for]):before {
        display: none;
    }

button, input[type="button"], input[type="submit"] {
    background-color: #95231d;
    padding: .55em .8em .5em;
    border-radius: .6em;
    font-size: .8em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1em;
    cursor: pointer;
    transition: color .2s, background-color .2s, border-color .2s;
}

    button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
        background-color: #da463e;
        color: #fff;
    }

.button {
    background-color: #95231d;
    padding: .55em .8em .5em;
    border-radius: .6em;
    font-size: .8em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1em;
    cursor: pointer;
    transition: color .2s, background-color .2s, border-color .2s;
}

    .button:hover, .button:focus {
        background-color: #da463e;
        color: #fff;
    }

a.button {
    display: table;
}

input[type="button"], input[type="submit"] {
    line-height: 1;
    white-space: normal;
    border: none;
    transition: background-color .2s, color .2s;
}

a, a:before, a:after, button, button:before, button:after, label {
    transition: color .2s, background-color .2s, border-color .2s;
}

.basic-list, main &gt; ul:not([class]) {
    list-style: none;
    max-width: 50rem;
    padding: 0 0 1em;
    overflow: hidden;
}

    .basic-list li, main &gt; ul:not([class]) li {
        padding: 0 0 .5em .9em;
        font-size: .8em;
        line-height: 1.3;
        position: relative;
    }

        .basic-list li:before, main &gt; ul:not([class]) li:before {
            display: block;
            width: .3rem;
            height: .3rem;
            background-color: #444;
            border-radius: 50%;
            position: absolute;
            top: .45em;
            left: .1em;
            content: "";
        }

    .basic-list a, main &gt; ul:not([class]) a {
        font-weight: bold;
    }

.content-image {
    clear: both;
    display: table;
    max-height: 30em;
    margin: .5em auto 1em;
}

    .content-image img {
        max-height: 30em;
    }

@media (min-width: 800px) {
    .content-image {
        display: block;
    }

        .content-image.left {
            clear: left;
            float: left;
            max-width: 40%;
            margin-right: 1.5em;
        }

        .content-image.right {
            clear: right;
            float: right;
            max-width: 40%;
            margin-left: 1.5em;
        }

    h1 + .content-image, h2 + .content-image, h3 + .content-image, main &gt; .content-image:first-child {
        margin-top: 0;
    }
}

.border-group {
    padding: .2em .2em;
    border: 1px solid #999;
    border-color: #d9d9d9;
    margin: 0 0 1em;
    overflow: hidden;
}

    .border-group &gt; h2 {
        padding: .4em .5em;
        background-color: #000;
        font-size: .85em;
        color: #fff;
        margin: 0 0 .5em;
    }

.CompunixCategoryProductRating {
    padding: .3em 0;
    font-size: .7em;
}

    .CompunixCategoryProductRating img {
        display: inline;
        vertical-align: top;
        position: relative;
        top: -.2em;
    }





/*--- HEADER --------------------------------------------------------------*/
header.site {
    background-color: #3682c3;
    border-bottom: 0.5em solid #95231d;
    position: relative;
}

    header.site:after {
        display: block;
        clear: both;
        content: "";
    }

@media (max-width: 799px) {
    header.site {
        background: linear-gradient(#fee28c 1.65em, transparent 1.65em),linear-gradient(to right, transparent, rgba(113,200,255,0.65), transparent),#fee28c url(../images/header-background.gif) repeat-x center bottom;
    }
}

@media (min-width: 800px) {
    header.site {
        padding: 0.2em calc(50vw - 50% + .5rem) 0;
        background: linear-gradient(to right, transparent, rgba(113,200,255,0.65), transparent),#fee28c url(../images/header-background.gif) repeat-x center bottom;
        background-size: auto, cover;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

header.site .main-menu-toggle {
    overflow: hidden;
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    padding: 0;
    background: #fee28c;
    border: none;
    border-radius: 0;
    font-size: 1.6em;
    color: #fff;
    position: relative;
    margin: 0 0 .2rem;
}

    header.site .main-menu-toggle:before {
        display: block;
        height: 200%;
        content: "";
    }

    header.site .main-menu-toggle:after {
        display: block;
        width: 1em;
        height: 1em;
        background: url(../images/icon-sprite.svg) no-repeat 0 center;
        background-size: auto 100%;
        font-size: 1rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
    }

    header.site .main-menu-toggle:hover, header.site .main-menu-toggle:focus {
        background-color: #fdc927;
    }

    header.site .main-menu-toggle.open {
        background-color: #fdc927;
    }

@media (min-width: 800px) {
    header.site .main-menu-toggle {
        display: none;
    }
}



/*--- SOCIAL LINKS ------------------------------------------------*/
header.site .social-links {display:flex;float:right;padding:.2rem 0 0}
    header.site .social-links li {margin:0 .2em 0 0}
        header.site .social-links a {display:block;width:1em;height:1em;background-color:#777;border-radius:.1em;font-size:1.2em;position:relative;overflow:hidden;transition:filter .2s}
            header.site .social-links a:before {display:block;height:200%;content:""}
            header.site .social-links a:after {display:block;width:1em;height:1em;background:url(../images/social-icon-sprite.svg) no-repeat -6em center;background-size:auto 100%;position:absolute;top:50%;left:50%;font-size:.7em;margin:-.5em 0 0 -.5em;content:""}
            header.site .social-links a:hover {-webkit-filter:brightness(1.2) saturate(1.2);filter:brightness(1.2) saturate(1.2)}
                header.site .social-links a:focus {box-shadow:0 0 0 2px rgba(255,255,255,.6), 0 0 2px 3px rgba(0,0,0,.4)}

        /*--- icons ---*/
        header.site .social-links .facebook a {background-color:#3b5998}
            header.site .social-links .facebook a:after {background-position:-0 center;margin-top:-.3em;margin-left:-.45em}
        header.site .social-links .youtube a {background-color:#cd201f}
            header.site .social-links .youtube a:after {background-position:-10em center}

    @media (min-width:800px) {
        header.site .social-links a {box-shadow:0 0 2px 1px rgba(255,255,255,.3)}
    }

    @media (min-width:800px) and (max-width:1099px) {
        header.site .social-links {display:block;position:absolute;top:50%;left:.8rem;z-index:1;margin:-1.5rem 0 0}
            header.site .social-links li {margin:0 0 .4em 0}
    }


/*--- utility menu ---*/
header.site .utility-menu {
    float: right;
}

    header.site .utility-menu li {
        float: left;
    }

    header.site .utility-menu a {
        display: block;
        padding: .5em .6em;
        font-size: .75em;
        text-transform: uppercase;
        color: #fff;
    }

        header.site .utility-menu a:hover, header.site .utility-menu a:focus {
            color: #d9d9d9;
        }

    @media (max-width: 799px) {
        header.site .utility-menu li:not(:first-child):not(:last-child) {
            display: none;
        }

        header.site .utility-menu a {
            overflow: hidden;
            width: 1em;
            height: 1em;
            padding: 0;
            background-color: #fee28c;
            font-size: 1.6em;
            position: relative;
        }

            header.site .utility-menu a:before {
                display: block;
                height: 200%;
                content: "";
            }

            header.site .utility-menu a:after {
                display: block;
                width: 1em;
                height: 1em;
                background: url(../images/icon-sprite.svg) no-repeat -8em center;
                background-size: auto 100%;
                font-size: 1rem;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                content: "";
            }

            header.site .utility-menu a:hover, header.site .utility-menu a:focus {
                background-color: #fdc927;
            }

        header.site .utility-menu li:first-child a:after {
            background-position: -12em center;
        }
    }

    @media (min-width:1200px) {
        header.site .utility-menu {margin-right:.5em}
            header.site .utility-menu a {padding-left:.8em;padding-right:em}
    }

/*--- header logo ---*/
header.site .header-logo {
    overflow: hidden;
    display: block;
    width: 3.68275862em;
    height: 1em;
    background: url(../images/metropolitan-car-logo.gif) no-repeat left center,url(../images/metropolitan-logo.svg) no-repeat right 27%;
    background-size: auto 100%, 65% auto;
    font-size: 3.7em;
    margin: 0 auto -.2rem;
    transition: opacity .2s;
}

    header.site .header-logo:before {
        display: block;
        height: 200%;
        content: "";
    }

    header.site .header-logo:hover, header.site .header-logo:focus {
        opacity: .8;
    }

@media (max-width: 799px) {
    header.site .header-logo {
        clear: both;
    }
}

@media (min-width: 800px) {
    header.site .header-logo {
        float: left;
        width: 5.5em;
        background: url(../images/metropolitan-m-shape.svg) no-repeat left 60%,url(../images/metropolitan-car-logo.gif) no-repeat 45% center,url(../images/metropolitan-logo.svg) no-repeat right 40%;
        background-size: auto 94%, auto 100%, 42% auto;
        font-size: 10vw;
    }
}

@media (min-width: 1200px) {
    header.site .header-logo {
        font-size: 6em;
    }
}

/*--- bull dawg ---*/
header.site .bull-dawg {
    overflow: hidden;
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    background: #0e2240 url(../images/bull-dawg-logo.gif) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
    font-size: 3.5em;
    position: relative;
    left: 1.5vw;
    margin: calc(3vw - .25em) 0 0 0;
    transition: transform .2s;
    content: "";
}

    header.site .bull-dawg:before {
        display: block;
        height: 200%;
        content: "";
    }

    header.site .bull-dawg:hover, header.site .bull-dawg:focus {
        transform: scale(1.05);
    }

@media (max-width: 949px) {
    header.site .bull-dawg {
        display: none;
    }
}

@media (min-width: 1100px) {
    header.site .bull-dawg {
        font-size: 4.5em;
        left: 1.5vw;
        margin-top: calc(2.7vw - .25em);
    }
}

@media (min-width: 1200px) {
    header.site .bull-dawg {
        left: .4em;
        /*font-size: 5.2em;*/
        /*margin-top: .12em;*/
	margin-top: -0.07em;
    }
}


/*--- tagline ---*/
header.site .header-tagline {
    padding: .6em .2em 0;
    font-size: .8em;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 0.2em rgba(0,0,0,0.8),0 0 0.2em rgba(0,0,0,0.8),0 0 0.2em rgba(0,0,0,0.8);
    overflow: hidden;
}

    header.site .header-tagline span {
        display: block;
    }

@media (max-width: 799px) {
    header.site .header-tagline {
        display: none;
    }
}

@media (min-width: 800px) {
    header.site .header-tagline {
        float: right;
        padding-top: .7vw;
        font-size: 2vw;
    }
}

@media (min-width: 1100px) {
    header.site .header-tagline {
        padding-top: .85vw;
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    header.site .header-tagline {
        padding-top: .6em;
    }
}






@media (min-width: 800px) {
    .sidebar {
        float: left;
        width: 12em;
        padding: .5rem 0 2em 1rem;
    }
}

.sidebar .sidebar-search {
    padding: .2em .2rem .5em;
    overflow: hidden;
}

    .sidebar .sidebar-search label {
        font: 0/0 a;
    }

    .sidebar .sidebar-search input {
        width: 100%;
        width: calc(100% - 2rem);
        height: 2rem;
        float: left;
        border-radius: .5rem 0 0 .5rem;
        border-right: none;
        margin: 0;
    }

        .sidebar .sidebar-search input:focus {
            border-color: #999;
        }

        .sidebar .sidebar-search button, .sidebar .sidebar-search input[type="submit"], .sidebar .sidebar-search input[type="button"] {
            overflow: hidden;
            float: right;
            width: 2rem;
            height: 2rem;
            padding: 0;
            background-color: transparent;
            border: 1px solid #999;
            border-radius: 0 .5rem .5rem 0;
            border-left: none;
            margin: 0;
            position: relative;
        }

            .sidebar .sidebar-search button:before, .sidebar .sidebar-search input[type="submit"]:before, .sidebar .sidebar-search input[type="button"]:before {
                display: block;
                height: 200%;
                content: "";
            }

            .sidebar .sidebar-search button:after, .sidebar .sidebar-search input[type="submit"]:after, .sidebar .sidebar-search input[type="button"]:after {
                display: block;
                width: 1em;
                height: 1em;
                background: url(../images/icon-sprite.svg) no-repeat -2em center;
                background-size: auto 100%;
                font-size: .9rem;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                content: "";
            }

            .sidebar .sidebar-search button:hover, .sidebar .sidebar-search button:focus, .sidebar .sidebar-search input[type="submit"]:hover, .sidebar .sidebar-search input[type="submit"]:focus, .sidebar .sidebar-search input[type="button"]:hover, .sidebar .sidebar-search input[type="button"]:focus {
                background-color: #fee28c;
            }

@media (min-width: 800px) {
    .sidebar .sidebar-search {
        padding: 0 0 .5em;
    }

        .sidebar .sidebar-search input, .sidebar .sidebar-search button {
            border-radius: 0;
            border-color: #d9d9d9;
        }

        .sidebar .sidebar-search input {
            width: calc(100% - 4rem);
            font-size: .65em;
        }

        .sidebar .sidebar-search button {
            width: 4rem;
            background-color: #95231d;
            font-size: .8em;
            color: #fff;
        }

            .sidebar .sidebar-search button:hover, .sidebar .sidebar-search button:focus {
                background-color: #da463e;
            }

            .sidebar .sidebar-search button:before, .sidebar .sidebar-search button:after {
                display: none;
            }
}

.sidebar .main-menu {
    background-color: #fff;
    position: relative;
}

    .sidebar .main-menu:after {
        display: block;
        clear: both;
        content: "";
    }

@media (max-width:799px) {
    .sidebar .main-menu {visibility:hidden;width:92%;max-width:20em;position:absolute;top:2em;left:0;z-index:1000;opacity:0;transition:visibility 0s .2s, opacity .2s 0s}

        /*--- open state ---*/
        .sidebar .main-menu.open {visibility:visible;box-shadow:0 0 0 10000em rgba(0,0,0,0.5);opacity:1;transition-delay:0s, 0s}
}

@media (min-width: 800px) {
    .sidebar .main-menu {
        border: 1px solid #999;
        border-color: #d9d9d9;
        margin-bottom: 1em;
    }
}

.sidebar .main-menu .main-menu-close {
    overflow: hidden;
    display: block;
    width: 1em;
    height: 1em;
    padding: .25em;
    background: #fee28c url(../images/icon-sprite.svg) no-repeat -5em center;
    background-size: auto 100%;
    background-origin: content-box;
    border-radius: 50%;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.3);
    font-size: 1.6em;
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    margin: 0;
}

    .sidebar .main-menu .main-menu-close:before {
        display: block;
        height: 200%;
        content: "";
    }

    .sidebar .main-menu .main-menu-close:hover, .sidebar .main-menu .main-menu-close:focus {
        background-color: #fdc927;
    }

@media (min-width: 800px) {
    .sidebar .main-menu .main-menu-close {
        display: none;
    }
}

.sidebar .main-menu a {
    display: block;
    padding: .5em .8em;
    font-size: .9em;
    font-weight: bold;
    color: #000;
}

    .sidebar .main-menu a:hover, .sidebar .main-menu a:focus {
        color: #95231d;
    }

@media (min-width: 800px) {
    .sidebar .main-menu a {
        padding: .6em 1em;
        font-size: .8em;
    }
}

.sidebar .main-menu &gt; ul &gt; li &gt; a:hover, .sidebar .main-menu &gt; ul &gt; li &gt; a:focus {
    color: #000;
}

.sidebar .main-menu &gt; ul &gt; li &gt; a:not([href]) {
    pointer-events: none;
}

.sidebar .main-menu &gt; ul &gt; li:last-child &gt; a {
    border-bottom: none !important;
}

@media (max-width: 799px) {
    .sidebar .main-menu &gt; ul &gt; li &gt; a {
        background-color: #fee28c;
        border-bottom: 1px solid #999;
        border-color: #fff;
    }

        .sidebar .main-menu &gt; ul &gt; li &gt; a:hover, .sidebar .main-menu &gt; ul &gt; li &gt; a:focus {
            background-color: #fed559;
        }
}

@media (min-width: 800px) {
    .sidebar .main-menu &gt; ul &gt; li:first-child &gt; a {
        background-color: #000;
        color: #fff;
        margin: .2em .2em .2em;
    }

        .sidebar .main-menu &gt; ul &gt; li:first-child &gt; a span {
            display: none;
        }

    .sidebar .main-menu &gt; ul &gt; li &gt; a:only-child {
        background-color: #fee28c;
        border-bottom: 1px solid #999;
        border-color: #fff;
    }

        .sidebar .main-menu &gt; ul &gt; li &gt; a:only-child:hover, .sidebar .main-menu &gt; ul &gt; li &gt; a:only-child:focus {
            background-color: #fed559;
        }
}

@media (max-width: 799px) {
    .sidebar .main-menu &gt; ul &gt; li &gt; ul {
        border-bottom: 1px solid #999;
        border-color: #fff;
    }
}

.sidebar .main-menu ul ul li a:not(:only-child) {
    padding-right: 2.4em;
    position: relative;
}

    .sidebar .main-menu ul ul li a:not(:only-child):after {
        display: block;
        width: 1em;
        height: 1em;
        background: url(../images/icon-sprite.svg) no-repeat -18em center;
        background-size: auto 100%;
        font-size: .5rem;
        position: absolute;
        top: 50%;
        right: 1em;
        margin: -.5em 0 0;
        pointer-events: none;
        content: "";
    }

    .sidebar .main-menu ul ul li a:not(:only-child):hover {
        background-color: #fee28c;
        color: #000;
    }

    .sidebar .main-menu ul ul li a:not(:only-child):focus {
        background-color: #f2f2f2;
        color: #000;
    }

.sidebar .main-menu ul ul li a.open {
    background-color: #fee28c;
}

    .sidebar .main-menu ul ul li a.open:hover, .sidebar .main-menu ul ul li a.open:focus {
        background-color: #fed559;
    }

    .sidebar .main-menu ul ul li a.open:after {
        background-position: -20em center;
    }

@media (min-width: 800px) {
    .sidebar .main-menu ul ul li a {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        border-color: #d9d9d9;
        margin-bottom: -1px;
    }

        .sidebar .main-menu ul ul li a:not(:only-child):after {
            opacity: .2;
        }

        .sidebar .main-menu ul ul li a.open:after {
            opacity: .5;
        }

    .sidebar .main-menu ul ul li:first-child &gt; a {
        border-top: none;
    }
}

/*--- submenus -----------------------------------------------*/
.sidebar .main-menu ul ul ul {visibility:hidden;height:0;overflow:hidden;transition:visibility 0s .2s, height .2s 0s}

    /*--- open state ---*/
    .sidebar .main-menu ul ul ul.open {visibility:visible;height:auto;transition-delay:0s, 0s}

    /*--- submenu items ---*/
    .sidebar .main-menu ul ul ul a {padding-left:1.5em;font-size:.8em}

    @media (min-width:800px) {
        .sidebar .main-menu ul ul ul a {font-size:.7em}
    }


.sidebar &gt; section {
    padding: .2em .2em;
    border: 1px solid #999;
    border-color: #d9d9d9;
    margin: 0 0 1em;
    overflow: hidden;
}

    .sidebar &gt; section &gt; h2 {
        padding: .4em .5em;
        background-color: #000;
        font-size: .85em;
        color: #fff;
        margin: 0 0 .5em;
    }

    .sidebar &gt; section &gt; h2 {
        background-color: #95231d;
        color: #fee28c;
    }

@media (max-width: 799px) {
    .sidebar &gt; section {
        display: none;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 399px) {
    .sidebar &gt; section {
        margin-left: .5rem;
        margin-right: .5rem;
    }
}

@media (min-width: 800px) {
    .sidebar .product-listing-grid {
        margin-left: 0;
    }

        .sidebar .product-listing-grid li {
            width: 100%;
            padding-left: 0;
        }

            .sidebar .product-listing-grid li:after {
                display: none !important;
            }

        .sidebar .product-listing-grid a h2, .sidebar .product-listing-grid a h3 {
            height: auto;
        }

        .sidebar .product-listing-grid button {
            display: none;
        }
}

.breadcrumb {
    padding: .5em 1rem;
    font-size: .7em;
    color: #444;
    margin: 0 auto;
    overflow: hidden;
}

    .breadcrumb a {
        display: inline-block;
        padding: .2em 0;
        color: #444;
    }

        .breadcrumb a:hover, .breadcrumb a:focus {
            color: #95231d;
        }

@media (max-width: 400px) {
    .breadcrumb {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

main {
    padding: .5rem 1rem 2em;
    overflow: hidden;
}

@media (max-width: 399px) {
    main {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

main &gt; section {
    padding: 0 0 1em;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
    padding: 0 0 .5em;
    color: #000;
}

main h1 {
    font-size: 1.4em;
    color: #95231d;
}

main h2 {
    font-size: 1.2em;
}

main h3 {
    font-size: 1em;
}

main h4 {
    font-size: .85em;
}

footer.site {
    clear: both;
    padding: 1em 1em;
    background-color: #f2f2f2;
}

@media (max-width: 399px) {
    footer.site {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

footer.site .footer-links h2 {
    padding: 0 0 .2em;
    font-size: .85em;
    color: #95231d;
}

footer.site .footer-links ul {
    padding: 0 0 1em;
}

    footer.site .footer-links ul a {
        display: block;
        padding: .1em 0;
        font-size: .8em;
        color: #999;
    }

        footer.site .footer-links ul a:hover, footer.site .footer-links ul a:focus {
            color: #95231d;
        }

    footer.site .footer-links ul span {
        display: block;
    }

@media (max-width: 1199px) {
    footer.site .footer-links {
        -webkit-columns: 8em 5;
        -webkit-column-gap: 1em;
        -moz-columns: 8em 5;
        -moz-column-gap: 1em;
        columns: 8em 5;
        column-gap: 1em;
    }

        footer.site .footer-links &gt; li {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
        }
}

@media (min-width: 1200px) {
    footer.site .footer-links {
        display: table;
        width: 100%;
    }

        footer.site .footer-links &gt; li {
            display: table-cell;
        }

            footer.site .footer-links &gt; li:not(:last-child) {
                padding-right: 1em;
            }

            footer.site .footer-links &gt; li:nth-child(3) {
                width: 16em;
            }

                footer.site .footer-links &gt; li:nth-child(3) ul {
                    -webkit-columns: 4em 2;
                    -webkit-column-gap: 1em;
                    -moz-columns: 4em 2;
                    -moz-column-gap: 1em;
                    columns: 4em 2;
                    column-gap: 1em;
                }

                    footer.site .footer-links &gt; li:nth-child(3) ul li {
                        -webkit-column-break-inside: avoid;
                        page-break-inside: avoid;
                        break-inside: avoid;
                    }
}

.image-banner {
    margin: 0 0 1em;
}

.category-listing {
    clear: both;
    margin: 0 0 0 -.5em;
}

    .category-listing:after {
        display: block;
        clear: both;
        content: "";
    }

    .category-listing li {
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding: 0 0 .8em .5em;
    }

    .category-listing a {
        display: block;
        color: #000;
        position: relative;
        margin: 0 auto;
    }

        .category-listing a &gt; span:first-child {
            box-sizing: border-box;
            display: block;
            border: 1px solid #999;
            border-color: #d9d9d9;
            position: relative;
            margin: 0 0 .2em;
        }

            .category-listing a &gt; span:first-child:before {
                display: block;
                padding: 100% 0 0;
                content: "";
            }

            .category-listing a &gt; span:first-child img {
                box-sizing: border-box;
                max-height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
            }

        .category-listing a h2, .category-listing a h3 {
            height: 2.2em;
            padding: 0;
            background: none;
            font-size: .7em;
            line-height: 1.1em;
            font-weight: bold;
            text-align: center;
            text-transform: none;
            color: #000;
            margin: 0;
            overflow: hidden;
            transition: color .2s;
        }

        .category-listing a:hover h2, .category-listing a:hover h3, .category-listing a:focus h2, .category-listing a:focus h3 {
            color: #95231d;
        }

@media (max-width: 449px) {
    .category-listing li:nth-child(2n+3) {
        clear: left;
    }

    .category-listing.full-rows li:nth-last-child(-n+3):first-child ~ li:nth-child(n+3), .category-listing.full-rows li:nth-last-child(-n+5):first-child ~ li:nth-child(n+5), .category-listing.full-rows li:nth-last-child(-n+7):first-child ~ li:nth-child(n+7), .category-listing.full-rows li:nth-last-child(-n+9):first-child ~ li:nth-child(n+9), .category-listing.full-rows li:nth-child(n+9) {
        display: none;
    }
}

@media (min-width: 450px) {
    .category-listing li {
        width: 33.33333333333%;
    }
}

@media (min-width: 450px) and (max-width: 599px) {
    .category-listing li:nth-child(3n+4) {
        clear: left;
    }

    .category-listing.full-rows li:nth-last-child(-n+5):first-child ~ li:nth-child(n+4), .category-listing.full-rows li:nth-last-child(-n+8):first-child ~ li:nth-child(n+7), .category-listing.full-rows li:nth-last-child(-n+11):first-child ~ li:nth-child(n+10), .category-listing.full-rows li:nth-last-child(-n+14):first-child ~ li:nth-child(n+13), .category-listing.full-rows li:nth-child(n+13) {
        display: none;
    }
}

@media (min-width: 600px) {
    .category-listing li {
        width: 25%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .category-listing li:nth-child(4n+5) {
        clear: left;
    }

    .category-listing.full-rows li:nth-last-child(-n+7):first-child ~ li:nth-child(n+5), .category-listing.full-rows li:nth-last-child(-n+11):first-child ~ li:nth-child(n+9), .category-listing.full-rows li:nth-last-child(-n+15):first-child ~ li:nth-child(n+13), .category-listing.full-rows li:nth-last-child(-n+19):first-child ~ li:nth-child(n+17), .category-listing.full-rows li:nth-child(n+17) {
        display: none;
    }
}

@media (min-width: 1000px) {
    .category-listing li {
        width: 20%;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .category-listing li:nth-child(5n+6) {
        clear: left;
    }

    .category-listing.full-rows li:nth-last-child(-n+9):first-child ~ li:nth-child(n+6), .category-listing.full-rows li:nth-last-child(-n+14):first-child ~ li:nth-child(n+11), .category-listing.full-rows li:nth-last-child(-n+19):first-child ~ li:nth-child(n+16), .category-listing.full-rows li:nth-last-child(-n+24):first-child ~ li:nth-child(n+21), .category-listing.full-rows li:nth-child(n+21) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .category-listing li {
        width: 16.666666666666%;
    }

        .category-listing li:nth-child(6n+7) {
            clear: left;
        }

    .category-listing.full-rows li:nth-last-child(-n+11):first-child ~ li:nth-child(n+7), .category-listing.full-rows li:nth-last-child(-n+18):first-child ~ li:nth-child(n+13), .category-listing.full-rows li:nth-last-child(-n+23):first-child ~ li:nth-child(n+19), .category-listing.full-rows li:nth-last-child(-n+29):first-child ~ li:nth-child(n+25), .category-listing.full-rows li:nth-child(n+25) {
        display: none;
    }
}

.sort .product-listing-search {
    max-width: 14em;
    padding: 0 1em 1em 0;
    font-size: .8em;
    overflow: hidden;
}

    .sort .product-listing-search label {
        font: 0/0 a;
    }

    .sort .product-listing-search input {
        float: left;
        height: 1.45rem;
        width: calc(100% - 2.8rem);
        margin: 0;
    }

        .sort .product-listing-search button, .sort .product-listing-search input[type="submit"], .sort .product-listing-search input[type="button"] {
            float: right;
            width: 2.5rem;
            height: 1.45rem;
            padding: .2em .2em;
            font-weight: bold;
            margin: 0;
        }

@media (min-width: 700px) and (max-width: 799px), (min-width: 900px) {
    .sort .product-listing-search {
        float: left;
    }
}

.sort .sort-options {
    font-size: .8em;
}

    .sort .sort-options li {
        float: left;
    }

        .sort .sort-options li:not(:last-of-type) {
            padding-right: 1em;
        }

    .sort .sort-options label, .sort .sort-options .select-container {
        display: inline-block;
    }

    .sort .sort-options label {
        padding-right: .5em;
    }

@media (min-width: 700px) and (max-width: 799px), (min-width: 900px) {
    .sort .sort-options {
        float: right;
    }
}

.pagination {
    display: table;
    clear: both;
    padding: 0 0 1em;
    margin: 0 auto;
    overflow: hidden;
}

    .pagination:after {
        display: block;
        clear: both;
        content: "";
    }

    .pagination li {
        float: left;
        margin: 0 .25em 0em 0;
    }

        .pagination li:empty {
            display: none;
        }

    .pagination a, .pagination span {
        box-sizing: border-box;
        display: block;
        height: 2em;
        min-width: 2em;
        padding: .5em .3em;
        background: #999;
        border-radius: 0;
        font-size: .7em;
        text-align: center;
        color: #fff;
    }

        .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
            background-color: #fee28c;
            color: #444;
        }

    .pagination li:first-child a, .pagination li:first-child span, .pagination li:last-child a, .pagination li:last-child span {
        overflow: hidden;
        background-color: #999;
        position: relative;
    }

        .pagination li:first-child a:before, .pagination li:first-child span:before, .pagination li:last-child a:before, .pagination li:last-child span:before {
            display: block;
            height: 200%;
            content: "";
        }

        .pagination li:first-child a:after, .pagination li:first-child span:after, .pagination li:last-child a:after, .pagination li:last-child span:after {
            display: block;
            width: 0;
            height: 0;
            border: 0 solid transparent;
            border-width: .4em .4em .4em 0;
            border-left-color: #fff;
            border-right-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -.35em 0 0 -.2em;
            content: "";
        }

        .pagination li:first-child a:hover, .pagination li:first-child a:focus, .pagination li:first-child span:hover, .pagination li:first-child span:focus, .pagination li:last-child a:hover, .pagination li:last-child a:focus, .pagination li:last-child span:hover, .pagination li:last-child span:focus {
            background-color: #fee28c;
            border-left-color: #444;
            border-right-color: #444;
        }

            .pagination li:first-child a:hover:after, .pagination li:first-child a:focus:after, .pagination li:first-child span:hover:after, .pagination li:first-child span:focus:after, .pagination li:last-child a:hover:after, .pagination li:last-child a:focus:after, .pagination li:last-child span:hover:after, .pagination li:last-child span:focus:after {
                background-color: #fee28c;
                border-left-color: #444;
                border-right-color: #444;
            }

        .pagination li:last-child a:after, .pagination li:last-child span:after {
            border-width: .4em 0 .4em .4em;
        }

    .pagination .disabled {
        opacity: .3;
        pointer-events: none;
    }

    .pagination .paging-ellipses span {
        pointer-events: none;
    }

    .pagination .active a {
        background-color: #fee28c;
        color: #444;
        pointer-events: none;
    }

.product-listing-grid {
    clear: both;
    padding: 0 0 1em;
}

    .product-listing-grid:after {
        display: block;
        clear: both;
        content: "";
    }

    .product-listing-grid li {
        margin: 0 0 1em;
        position: relative;
    }

        .product-listing-grid li a {
            display: block;
            text-align: center;
            color: #444;
            position: relative;
            margin: 0 auto .5em;
        }

            .product-listing-grid li a &gt; span:first-child {
                display: block;
                border: 1px solid #999;
                border-color: #d9d9d9;
                position: relative;
                margin: 0 0 .5em;
            }

                .product-listing-grid li a &gt; span:first-child:before {
                    display: block;
                    padding: 100% 0 0;
                    content: "";
                }

                .product-listing-grid li a &gt; span:first-child img {
                    box-sizing: border-box;
                    max-height: 100%;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    margin: auto;
                }

            .product-listing-grid li a h2, .product-listing-grid li a h3 {
                height: 2.2em;
                padding: 0 0 .3em;
                background: none;
                font-size: .9em;
                line-height: 1.1;
                font-weight: bold;
                text-transform: none;
                color: #444;
                margin: 0;
                overflow: hidden;
                transition: color .2s;
            }

            .product-listing-grid li a:hover h2, .product-listing-grid li a:hover h3, .product-listing-grid li a:focus h2, .product-listing-grid li a:focus h3 {
                color: #95231d;
            }

        .product-listing-grid li .product-price {
            display: inline-block;
            font-size: .7em;
            font-weight: bold;
        }

            .product-listing-grid li .product-price.sale {
                color: #c41c1c;
            }

            .product-listing-grid li .product-price.regular {
                padding-left: .5em;
                text-decoration: line-through;
                color: #999;
            }

        .product-listing-grid li button, .product-listing-grid li input[type="submit"], .product-listing-grid li input[type="button"] {
            padding: .5em .6em;
            background-color: #fee28c;
            border-radius: 0;
            font-size: .7em;
            color: #000;
            font-weight: bold;
            margin: 0 auto;
        }

            .product-listing-grid li button:before, .product-listing-grid li input[type="submit"]:before, .product-listing-grid li input[type="button"]:before {
                display: inline-block;
                vertical-align: top;
                width: 1em;
                height: 1em;
                background: url(../images/icon-sprite.svg) no-repeat -18em center;
                background-size: auto 100%;
                font-size: .5em;
                margin: .4em .5em 0 0;
                content: "";
            }

            .product-listing-grid li button:hover, .product-listing-grid li button:focus, .product-listing-grid li input[type="submit"]:hover, .product-listing-grid li input[type="submit"]:focus, .product-listing-grid li input[type="button"]:hover, .product-listing-grid li input[type="button"]:focus {
                background-color: #fdc927;
            }

@media (max-width: 399px) {
    .product-listing-grid.full-rows li:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 400px) {
    .product-listing-grid {
        margin-left: -1em;
    }

        .product-listing-grid li {
            box-sizing: border-box;
            float: left;
            width: 50%;
            padding-left: 1em;
        }
}

@media (min-width: 400px) and (max-width: 599px) {
    .product-listing-grid li:nth-child(2n+3) {
        clear: left;
    }

    .product-listing-grid li:not(:nth-child(2n+1)):after {
        display: block;
        height: 100%;
        width: 1px;
        background-color: #d9d9d9;
        position: absolute;
        top: 0;
        left: .5em;
        content: "";
    }

    .product-listing-grid.full-rows li:nth-last-child(-n+3):first-child ~ li:nth-child(n+3), .product-listing-grid.full-rows li:nth-last-child(-n+5):first-child ~ li:nth-child(n+5), .product-listing-grid.full-rows li:nth-last-child(-n+7):first-child ~ li:nth-child(n+7), .product-listing-grid.full-rows li:nth-last-child(-n+9):first-child ~ li:nth-child(n+9), .product-listing-grid.full-rows li:nth-child(n+9) {
        display: none;
    }
}

@media (min-width: 600px) {
    .product-listing-grid li {
        width: 33.33333333333%;
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    .product-listing-grid li:nth-child(3n+4) {
        clear: left;
    }

    .product-listing-grid li:not(:nth-child(3n+1)):after {
        display: block;
        height: 100%;
        width: 1px;
        background-color: #d9d9d9;
        position: absolute;
        top: 0;
        left: .5em;
        content: "";
    }

    .product-listing-grid.full-rows li:nth-last-child(-n+5):first-child ~ li:nth-child(n+4), .product-listing-grid.full-rows li:nth-last-child(-n+8):first-child ~ li:nth-child(n+7), .product-listing-grid.full-rows li:nth-last-child(-n+11):first-child ~ li:nth-child(n+10), .product-listing-grid.full-rows li:nth-last-child(-n+14):first-child ~ li:nth-child(n+13), .product-listing-grid.full-rows li:nth-child(n+13) {
        display: none;
    }
}

@media (min-width: 1000px) {
    .product-listing-grid li {
        width: 25%;
    }
}

@media (min-width: 1000px) and (max-width: 1099px) {
    .product-listing-grid li:nth-child(4n+5) {
        clear: left;
    }

    .product-listing-grid li:not(:nth-child(4n+1)):after {
        display: block;
        height: 100%;
        width: 1px;
        background-color: #d9d9d9;
        position: absolute;
        top: 0;
        left: .5em;
        content: "";
    }

    .product-listing-grid.full-rows li:nth-last-child(-n+7):first-child ~ li:nth-child(n+5), .product-listing-grid.full-rows li:nth-last-child(-n+11):first-child ~ li:nth-child(n+9), .product-listing-grid.full-rows li:nth-last-child(-n+15):first-child ~ li:nth-child(n+13), .product-listing-grid.full-rows li:nth-last-child(-n+19):first-child ~ li:nth-child(n+17), .product-listing-grid.full-rows li:nth-child(n+17) {
        display: none;
    }
}

@media (min-width: 1100px) {
    .product-listing-grid li {
        width: 20%;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .product-listing-grid li:nth-child(5n+6) {
        clear: left;
    }

    .product-listing-grid li:not(:nth-child(5n+1)):after {
        display: block;
        height: 100%;
        width: 1px;
        background-color: #d9d9d9;
        position: absolute;
        top: 0;
        left: .5em;
        content: "";
    }

    .product-listing-grid.full-rows li:nth-last-child(-n+9):first-child ~ li:nth-child(n+6), .product-listing-grid.full-rows li:nth-last-child(-n+14):first-child ~ li:nth-child(n+11), .product-listing-grid.full-rows li:nth-last-child(-n+19):first-child ~ li:nth-child(n+16), .product-listing-grid.full-rows li:nth-last-child(-n+24):first-child ~ li:nth-child(n+21), .product-listing-grid.full-rows li:nth-child(n+21) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .product-listing-grid li {
        width: 16.6666666666666666666%;
    }

        .product-listing-grid li:nth-child(6n+7) {
            clear: left;
        }

        .product-listing-grid li:not(:nth-child(6n+1)):after {
            display: block;
            height: 100%;
            width: 1px;
            background-color: #d9d9d9;
            position: absolute;
            top: 0;
            left: .5em;
            content: "";
        }

    .product-listing-grid.full-rows li:nth-last-child(-n+11):first-child ~ li:nth-child(n+7), .product-listing-grid.full-rows li:nth-last-child(-n+18):first-child ~ li:nth-child(n+13), .product-listing-grid.full-rows li:nth-last-child(-n+23):first-child ~ li:nth-child(n+19), .product-listing-grid.full-rows li:nth-last-child(-n+29):first-child ~ li:nth-child(n+25), .product-listing-grid.full-rows li:nth-child(n+25) {
        display: none;
    }
}

.product-listing-list {
    clear: both;
}

    .product-listing-list li {
        text-align: center;
        margin: 0 0 1em;
    }

        .product-listing-list li:not(:last-child) {
            border-bottom: 1px solid #999;
            border-color: #d9d9d9;
        }

    .product-listing-list a {
        display: block;
        padding: 0 0 1em;
        color: #444;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

        .product-listing-list a &gt; span:first-child {
            display: block;
            float: left;
            width: 4em;
            border: 1px solid #999;
            position: relative;
            margin: 0 1em 0 0;
        }

            .product-listing-list a &gt; span:first-child:before {
                display: block;
                padding: 100% 0 0;
                content: "";
            }

            .product-listing-list a &gt; span:first-child img {
                box-sizing: border-box;
                max-height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
            }

        .product-listing-list a h2, .product-listing-list a h3 {
            padding: 0 0 .3em;
            background: none;
            font-size: .9em;
            line-height: 1.1;
            font-weight: bold;
            text-transform: none;
            color: #444;
            margin: 0;
            overflow: hidden;
            transition: color .2s;
        }

        .product-listing-list a:hover h2, .product-listing-list a:hover h3, .product-listing-list a:focus h2, .product-listing-list a:focus h3 {
            color: #95231d;
        }

        .product-listing-list a .product-number {
            padding: 0 0 .5em;
            font-size: .8em;
        }

    .product-listing-list .product-price {
        padding: 0 0 .5em;
        font-size: .8em;
        text-transform: uppercase;
    }

        .product-listing-list .product-price span {
            font-weight: bold;
        }

    .product-listing-list fieldset {
        display: inline-block;
        vertical-align: top;
        padding: .3em 1em 0 0;
        outline2: 1px dotted blue;
    }

        .product-listing-list fieldset:first-of-type {
            font-size: .8em;
        }

            .product-listing-list fieldset:first-of-type label, .product-listing-list fieldset:first-of-type input {
                display: inline-block;
            }

            .product-listing-list fieldset:first-of-type label {
                padding-bottom: 0;
                padding-right: .5em;
                font-weight: normal;
            }

            .product-listing-list fieldset:first-of-type input {
                width: 2em;
                padding: .1em .2em;
                text-align: center;
            }

    .product-listing-list button {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

@media (min-width: 600px) {
    .product-listing-list li {
        border: none !important;
        overflow: hidden;
    }

    .product-listing-list a {
        float: left;
        width: calc(100% - 12em);
        padding-right: 1em;
    }
}

@media (min-width: 1000px) {
    .product-listing-list a {
        width: calc(100% - 16em);
    }

    .product-listing-list .product-price {
        display: inline-block;
        vertical-align: top;
        padding-right: 1em;
    }

        .product-listing-list .product-price span {
            display: block;
        }

    .product-listing-list button {
        float: right;
    }
}

.best-sellers .product-listing-simple {
    margin: 0 -.2em;
}

.product-listing-simple li {
    margin: 0 0 1em;
    position: relative;
}

    .product-listing-simple li:not(:first-child) {
        border-top: 1px solid #999;
        border-color: #d9d9d9;
    }

    .product-listing-simple li a {
        display: block;
        padding: .5em .5em;
        color: #444;
        position: relative;
        margin: 0 auto .5em;
        overflow: hidden;
    }

        .product-listing-simple li a &gt; span:first-child {
            display: block;
            float: right;
            width: 20%;
            border: 1px solid #999;
            border-color: #d9d9d9;
            position: relative;
            margin: 0 0 0 .5em;
        }

            .product-listing-simple li a &gt; span:first-child:before {
                display: block;
                padding: 100% 0 0;
                content: "";
            }

            .product-listing-simple li a &gt; span:first-child img {
                box-sizing: border-box;
                max-height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
            }

        .product-listing-simple li a h2, .product-listing-simple li a h3 {
            padding: 0 0 .3em;
            background: none;
            font-size: .9em;
            line-height: 1.1;
            font-weight: bold;
            text-transform: none;
            color: #444;
            margin: 0;
            transition: color .2s;
        }

        .product-listing-simple li a:hover h2, .product-listing-simple li a:hover h3, .product-listing-simple li a:focus h2, .product-listing-simple li a:focus h3 {
            color: #95231d;
        }

    .product-listing-simple li .product-price {
        display: inline-block;
        font-size: .7em;
        font-weight: bold;
    }

        .product-listing-simple li .product-price.sale {
            color: #c41c1c;
        }

        .product-listing-simple li .product-price.regular {
            padding-left: .5em;
            text-decoration: line-through;
            color: #999;
        }

.product {
    padding: 0 0 3em;
    overflow: hidden;
}

@media (max-width: 499px), (min-width: 800px) and (max-width: 1099px) {
    .product &gt; h1 {
        font-size: 1em;
    }
}

.product .product-images {
    max-width: 500px;
    margin: 0 auto 2em;
}

    .product .product-images:after {
        display: block;
        clear: both;
        content: "";
    }

@media (min-width: 800px) {
    .product .product-images {
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding: 0 1rem 0 0;
    }
}

.product .product-images .medium-image-wrap img {
    margin: 0 auto;
}

.product .product-images .thumbnails {
    margin: .5em 0 0 -.5em;
}

    .product .product-images .thumbnails li {
        box-sizing: border-box;
        float: left;
        width: 20%;
        padding: 0 0 .5em .5em;
    }

    .product .product-images .thumbnails a {
        display: block;
        border: 1px solid #999;
        position: relative;
    }

        .product .product-images .thumbnails a:before {
            display: block;
            padding: 100% 0 0;
            content: "";
        }

        .product .product-images .thumbnails a:hover, .product .product-images .thumbnails a:focus {
            border-color: #fee28c;
        }

    .product .product-images .thumbnails img {
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.product #AJAXATC {
    display: block;
    padding: 0 0 2em;
    overflow: hidden;
}

    .product #AJAXATC .product-details {
        padding: 0 0 .5em;
    }

        .product #AJAXATC .product-details .product-number {
            padding: 0 0 .5em;
            font-size: 1.1em;
            font-weight: bold;
        }

        .product #AJAXATC .product-details .product-price {
            padding: 0 0 .5em;
            font-weight: bold;
        }

            .product #AJAXATC .product-details .product-price.sale {
                color: #c41c1c;
            }

            .product #AJAXATC .product-details .product-price.regular {
                text-decoration: line-through;
                color: #999;
            }

        .product #AJAXATC .product-details .product-stock {
            padding: 0 0 .5em;
            font-size: .7em;
            font-weight: bold;
        }

        .product #AJAXATC .product-details &gt; ul {
            list-style: none;
            max-width: 50rem;
            padding: 0 0 1em;
            overflow: hidden;
        }

            .product #AJAXATC .product-details &gt; ul li {
                padding: 0 0 .5em .9em;
                font-size: .8em;
                line-height: 1.3;
                position: relative;
            }

                .product #AJAXATC .product-details &gt; ul li:before {
                    display: block;
                    width: .3rem;
                    height: .3rem;
                    background-color: #444;
                    border-radius: 50%;
                    position: absolute;
                    top: .45em;
                    left: .1em;
                    content: "";
                }

            .product #AJAXATC .product-details &gt; ul a {
                font-weight: bold;
            }

@media (min-width: 800px) {
    .product #AJAXATC .product-details {
        max-width: 12em;
        padding: .5em;
        background-color: #f2f2f2;
        margin: 0 auto;
    }
}

.product #AJAXATC .product-add .form-group {
    padding: 0;
}

.product #AJAXATC .product-add .add-to-cart-form .add-to-cart-quantity {
    display: block;
    padding: 0 0 1em;
}

    .product #AJAXATC .product-add .add-to-cart-form .add-to-cart-quantity label {
        display: inline-block;
        padding: .5em .2em 0 0;
        font-weight: normal;
    }

    .product #AJAXATC .product-add .add-to-cart-form .add-to-cart-quantity .quantity-field {
        display: inline-block;
        vertical-align: top;
        width: 3em;
        font-size: .8em;
        text-align: center;
        margin: 0;
    }

.product #AJAXATC .product-add .add-to-cart-form .add-to-cart {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
    margin-bottom: .5em;
}

@media (min-width: 800px) {
    .product #AJAXATC .product-add .add-to-cart-form .add-to-cart {
        margin: 0 auto .5em;
    }
}

.product #AJAXATC .product-add .add-to-cart-form .add-to-wishlist {
    padding: .5em .5em .5em 0;
    background: none;
    border-radius: 0;
    font-size: .7em;
    text-transform: none;
    color: #444;
    margin-bottom: 0;
}

    .product #AJAXATC .product-add .add-to-cart-form .add-to-wishlist:before {
        display: inline-block;
        vertical-align: top;
        height: 1em;
        width: 1em;
        background-color: #000;
        border-radius: 50%;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        margin: -.1em .3em 0 0;
        content: "+";
    }

    .product #AJAXATC .product-add .add-to-cart-form .add-to-wishlist:hover:before {
        background-color: #95231d;
    }

@media (min-width: 800px) {
    .product #AJAXATC .product-add .add-to-cart-form .add-to-wishlist {
        margin: 0 auto;
    }
}

@media (min-width: 800px) {
    .product #AJAXATC .product-add {
        max-width: 12em;
        padding: .5em;
        background-color: #f2f2f2;
        margin: 0 auto 1em;
    }
}

.product #AJAXATC .product-share {
    padding: .5em 0;
}

.product #AJAXATC .social-links div {
    display: inline-block;
}

@media (min-width: 800px) {
    .product #AJAXATC .product-share, .product #AJAXATC .CompunixCategoryProductRating {
        display: table;
        text-align: center;
        margin: 0 auto;
    }
}

.product .product-description {
    clear: both;
    padding: 0 0 1em;
    overflow: hidden;
}

    .product .product-description &gt; h2 {
        display: table;
        padding: .3em .5em;
        background-color: #d9d9d9;
        font-size: .8em;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 .5em;
    }

.product &gt; section &gt; h2 {
    padding: .3em .5em .4em;
    background-color: #999;
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 .5em;
}

.kit-groups {
    clear: both;
    padding: 0 0 1em;
    overflow: hidden;
}

    .kit-groups .kit-group {
        padding: .5em 0;
        border-bottom: 1px solid #999;
        border-color: #d9d9d9;
    }

    .kit-groups .kit-group-name {
        padding: 0 0 .5em;
        font-size: .9em;
        font-weight: bold;
    }

    .kit-groups .KitItemCollapsibleContainer {
        display: inline-block;
        vertical-align: middle;
        width: 4em;
        border: 1px solid #999;
        border-color: #d9d9d9;
    }

    .kit-groups .kit-group-item-wrap {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 5em);
    }

@media (min-width: 600px) {
    .kit-groups {
        display: flex;
        flex-flow: row wrap;
        margin: 0 -.25em;
    }

        .kit-groups .kit-group {
            box-sizing: border-box;
            float: left;
            width: 50%;
            width: calc(50% - .5em);
            padding: .25em;
            border: 1px solid #999;
            border-color: #d9d9d9;
            margin: 0 .25em .5em;
        }
}

@media (min-width: 1100px) {
    .kit-groups .kit-group {
        width: 33.333333333%;
        width: calc(33.3333333% - .5em);
    }
}

.kit-add-to-cart {
    padding: 0 0 1em;
}

    .kit-add-to-cart .kit-base-price {
        display: inline-block;
        padding: 0 1em 1em 0;
        font-weight: bold;
    }

    .kit-add-to-cart .kit-customized-price {
        display: inline-block;
        padding: 0 0 1em;
        font-weight: bold;
    }

    .kit-add-to-cart .kit-add-to-cart-quantity {
        display: block;
        padding: 0 0 1em;
    }

        .kit-add-to-cart .kit-add-to-cart-quantity label {
            display: inline-block;
            padding: .5em .2em 0 0;
            font-weight: normal;
        }

        .kit-add-to-cart .kit-add-to-cart-quantity input {
            display: inline-block;
            vertical-align: top;
            width: 3em;
            font-size: .8em;
            text-align: center;
            margin: 0;
        }

.slick-slider {
    box-sizing: border-box;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider .slick-track, .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-slider .slick-list {
        display: block;
        padding: 0;
        position: relative;
        overflow: hidden;
        margin: 0;
    }

        .slick-slider .slick-list:focus {
            outline: none;
        }

        .slick-slider .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .slick-slider .slick-track:before, .slick-slider .slick-track:after {
            display: table;
            content: "";
        }

        .slick-slider .slick-track:after {
            clear: both;
        }

    .slick-slider .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

[dir="rtl"] .slick-slider .slick-slide {
    float: right;
}

.slick-slider .slick-slide &gt; img {
    display: block;
}

.slick-slider .slick-slide.slick-loading img {
    display: none;
}

.slick-slider .slick-slide.dragging img {
    pointer-events: none;
}

.slick-slider.slick-initialized .slick-slide {
    display: block;
}

.slick-slider.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slider .slick-arrow.slick-hidden {
    display: none;
}

.slick-slider .slick-dots {
    display: none;
}

.banner-rotator {
    margin: 0 0 1em;
}

    .banner-rotator .slick-arrow {
        overflow: hidden;
        display: block;
        width: 1em;
        height: 1em;
        padding: 0;
        background-color: #95231d;
        border-radius: 0;
        font-size: 1.5em;
        position: absolute;
        top: 50%;
        left: -.2em;
        z-index: 100;
        margin: -.5em 0 0;
    }

        .banner-rotator .slick-arrow:before {
            display: block;
            height: 200%;
            content: "";
        }

        .banner-rotator .slick-arrow:after {
            display: block;
            width: 1em;
            height: 1em;
            background: url(../images/icon-sprite.svg) no-repeat -14em center;
            background-size: auto 100%;
            font-size: .5em;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: transform .2s;
            content: "";
        }

        .banner-rotator .slick-arrow.slick-next {
            left: auto;
            right: -.2em;
        }

            .banner-rotator .slick-arrow.slick-next:after {
                background-position: -16em center;
            }

        .banner-rotator .slick-arrow:hover, .banner-rotator .slick-arrow:focus {
            background-color: #c02d25;
        }

            .banner-rotator .slick-arrow:hover:after {
                transform: scale(1.2);
            }

.product-carousel {
    padding: .2em .2em;
    border: 1px solid #999;
    border-color: #d9d9d9;
    margin: 0 0 1em;
    overflow: hidden;
}

    .product-carousel &gt; h2 {
        padding: .4em .5em;
        background-color: #000;
        font-size: .85em;
        color: #fff;
        margin: 0 0 .5em;
    }

    .product-carousel &gt; h2 {
        margin-bottom: 0;
    }

    .product-carousel .product-listing-grid {
        padding: 0;
        margin: 0 -.45rem -.2em;
    }

        .product-carousel .product-listing-grid li {
            box-sizing: border-box;
            padding: .5em .5em;
            margin: 0;
        }

            .product-carousel .product-listing-grid li:after {
                display: block;
                height: 100%;
                width: 1px;
                background-color: #d9d9d9;
                position: absolute;
                top: 0;
                left: 0em;
                content: "";
            }

    .product-carousel .slick-arrow {
        overflow: hidden;
        display: block;
        width: 1em;
        height: 1em;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        font-size: 1.5em;
        position: absolute;
        top: -1em;
        right: 1.5em;
        margin: 0;
    }

        .product-carousel .slick-arrow:before {
            display: block;
            height: 200%;
            content: "";
        }

        .product-carousel .slick-arrow:after {
            display: block;
            width: 1em;
            height: 1em;
            background: url(../images/icon-sprite.svg) no-repeat -14em center;
            background-size: auto 100%;
            font-size: .5em;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: transform .2s;
            content: "";
        }

        .product-carousel .slick-arrow.slick-next {
            right: .5em;
        }

            .product-carousel .slick-arrow.slick-next:after {
                background-position: -16em center;
            }

        .product-carousel .slick-arrow:focus {
            background-color: #1a1a1a;
        }

        .product-carousel .slick-arrow:hover:after {
            transform: scale(1.2);
        }

@media (min-width: 1200px) {
    .product-carousel {
        float: left;
        width: 65%;
        margin-right: 1em;
    }
}

.category-highlight {
    min-width: 14em;
    max-width: 500px;
    position: relative;
    margin: 0 auto 1em;
    overflow: hidden;
}

    .category-highlight a {
        display: block;
    }

    .category-highlight img {
        width: 100%;
    }

    .category-highlight .slick-arrow {
        display: none !important;
    }

@media (min-width: 800px) and (max-width: 1199px) {
    .category-highlight {
        float: left;
        width: 50%;
        width: calc(50% - 1em);
        margin: 0 1em 1em 0;
    }
}

.catalog-request {
    padding: .2em .2em;
    border: 1px solid #999;
    border-color: #d9d9d9;
    margin: 0 0 1em;
    overflow: hidden;
    min-height: 4em;
}

    .catalog-request &gt; h2 {
        padding: .4em .5em;
        background-color: #000;
        font-size: .85em;
        color: #fff;
        margin: 0 0 .5em;
    }

    .catalog-request &gt; h2 {
        background-color: #95231d;
        color: #fee28c;
    }

.best-sellers {
    padding: .2em .2em;
    border: 1px solid #999;
    border-color: #d9d9d9;
    margin: 0 0 1em;
    overflow: hidden;
}

    .best-sellers &gt; h2 {
        padding: .4em .5em;
        background-color: #000;
        font-size: .85em;
        color: #fff;
        margin: 0 0 .5em;
    }

.pdf-viewer {
    height: 800px;
    height: 120vw;
}

@media (min-width: 800px) {
    .pdf-viewer {
        height: 1200px;
        height: calc(120vw - 15rem);
    }
}

@media (min-width: 1200px) {
    .pdf-viewer {
        height: 1200px;
    }
}

.group-header {
    padding: 0 0 1rem;
    font-size: 1.2em;
    font-weight: bold;
}

.account-form {
    padding: 0 0 1em;
}

.form-text {
    padding: 0 0 1em;
    font-size: .8em;
    line-height: 1.3;
}

label + .form-text {
    font-size: .7em;
    line-height: 1;
}

input + .form-text, label + span {
    padding: 0 0 .5em;
    font-size: .7em;
    line-height: 1;
    position: relative;
    top: -1em;
}

label + span {
    display: block;
    padding-bottom: 1em;
    top: 0;
}

.form-group input:not([type="checkbox"]):not([type="radio"]) + span {
    font-size: .7em;
    font-style: italic;
    color: #fee28c;
    position: relative;
    top: -1.2em;
}

.error-wrap {
    padding: 0 0 1em;
    color: crimson;
}

.checkbox, .radio {
    padding: 0 0 1em;
}

.row-checkout-controls .page-links {
    padding: 0 0 1em;
}

    .row-checkout-controls .page-links a {
        background-color: #95231d;
        padding: .55em .8em .5em;
        border-radius: .6em;
        font-size: .8em;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 1em;
        cursor: pointer;
        transition: color .2s, background-color .2s, border-color .2s;
        display: table;
        padding: .3em .5em;
        font-size: .6em;
        margin: 0 0 .4em;
    }

        .row-checkout-controls .page-links a:hover, .row-checkout-controls .page-links a:focus {
            background-color: #da463e;
            color: #fff;
        }

.row-checkout-controls .text-right input[type="submit"] {
    margin: 0 0 1em;
}

@media (min-width: 600px) {
    .row-checkout-controls .page-links {
        float: left;
    }

    .row-checkout-controls .text-right {
        float: right;
    }

        .row-checkout-controls .text-right input[type="submit"] {
            clear: right;
            float: right;
            margin-bottom: .5em;
        }
}

.row-alt-checkouts {
    clear: both;
    padding: 0 0 1em;
    font-size: .7em;
    text-align: center;
}

    .row-alt-checkouts .paypal-button {
        display: table;
        margin: 0 auto;
    }

@media (min-width: 800px) {
    .row-alt-checkouts {
        clear: none;
        float: right;
        padding-right: 1em;
    }
}

.row-errors {
    clear: both;
}

.row-shopping-cart {
    clear: both;
    padding: 2em 0 0;
}

.cart-row.cart-header {
    padding: 0 0 .5em;
    border-bottom: 1px solid #999;
    font-size: .6rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    overflow: hidden;
}

@media (max-width: 599px) {
    .cart-row.cart-header {
        display: none;
    }
}

@media (min-width: 600px) {
    .cart-row.cart-header .cart-row {
        padding: 1em 0 0;
        border-bottom: 1px solid #999;
        overflow: hidden;
    }

    .cart-row.cart-header .cart-column {
        float: left;
    }

    .cart-row.cart-header .cart-column-description {
        width: 60%;
    }

    .cart-row.cart-header .cart-column-edit {
        width: 15%;
    }

    .cart-row.cart-header .cart-column-subtotal {
        width: 25%;
        text-align: right;
    }
}

.cart_items .row-separator {
    display: none;
}

.cart_items .cart-row {
    padding: 0 0 1em;
}

.cart_items .cart-column {
    padding: 0 0 .2em;
}

.cart_items .cart-title {
    padding: 0 0 .5em;
    font-size: .8em;
    font-weight: bold;
}

    .cart_items .cart-title a {
        color: #444;
    }

        .cart_items .cart-title a:hover, .cart_items .cart-title a:focus {
            color: #fed559;
        }

.cart_items .cart-sku {
    padding: 0 0 .5em;
    font-size: .6em;
}

.cart_items .edit-wrap input {
    max-width: 3em;
    padding: .2em .2em;
    text-align: center;
    margin: 0;
}

.cart_items .delete-wrap {
    padding: 0 0 .5em;
}

    .cart_items .delete-wrap a {
        background-color: #95231d;
        padding: .55em .8em .5em;
        border-radius: .6em;
        font-size: .8em;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 1em;
        cursor: pointer;
        transition: color .2s, background-color .2s, border-color .2s;
        display: table;
        padding: .35em .5em .3em;
        font-size: .6em;
        margin: .2em 0 0;
    }

        .cart_items .delete-wrap a:hover, .cart_items .delete-wrap a:focus {
            background-color: #da463e;
            color: #fff;
        }

.cart_items .cart-column-subtotal {
    border-bottom: 1px solid #999;
}

    .cart_items .cart-column-subtotal .cart-row {
        padding: 0 !important;
    }

.cart_items .cart-column-price span {
    font-size: .8em;
}

.cart_items .cart-column-price input {
    padding: .6em .8em .5em;
    font-size: .55em;
    margin: 0;
}

@media (min-width: 600px) {
    .cart_items {
        padding-bottom: 1em;
    }

        .cart_items .cart-row {
            padding: 1em 0 0;
            border-bottom: 1px solid #999;
            overflow: hidden;
        }

        .cart_items .cart-column {
            box-sizing: border-box;
            float: left;
        }

        .cart_items .cart-column-description {
            width: 60%;
            padding-right: .5em;
        }

        .cart_items .cart-column-edit {
            width: 15%;
        }

        .cart_items .cart-column-subtotal {
            width: 25%;
            border: none;
            text-align: right;
        }

            .cart_items .cart-column-subtotal .cart-row {
                padding-top: .5em;
                border: none;
            }

        .cart_items .cart-column-price {
            float: none;
        }
}

.update-cart input {
    margin: 0;
}

@media (min-width: 600px) {
    .update-cart input {
        float: right;
    }
}

.row-sub-totals, .final-total {
    clear: both;
    padding: 1em;
    font-size: .7em;
    margin: 1em 0;
}

    .row-sub-totals div, .final-total div {
        padding: .5em 0 0;
    }

    .row-sub-totals .cart-summary-total, .final-total .cart-summary-total {
        padding: .5em 0;
        font-size: .9rem;
        font-weight: bold;
    }

@media (min-width: 600px) {
    .row-sub-totals, .final-total {
        float: right;
        text-align: right;
    }
}

.row-sub-totals .cart-summary-subtotal {
    padding: 0 0 .5em;
    font-size: .9rem;
    font-weight: bold;
}

.row-request-estimate {
    clear: both;
}

    .row-request-estimate:after {
        display: block;
        clear: both;
        content: "";
    }

@media (min-width: 600px) {
    .row-request-estimate input {
        float: right;
    }
}

#ctl00_PageContent_pnlGiftCard {
    padding-top: 1em;
    border-top: 1px solid #999;
}

    #ctl00_PageContent_pnlGiftCard .form-group input {
        width: 100%;
    }

@media (min-width: 700px) {
    #ctl00_PageContent_pnlGiftCard {
        box-sizing: border-box;
        clear: left;
        float: left;
        width: 50%;
        padding: 2em 1em 1em 0;
    }
}

#ctl00_PageContent_pnlPromotion {
    padding-top: 1em;
    border-top: 1px solid #999;
}

    #ctl00_PageContent_pnlPromotion .form-group input {
        width: 100%;
    }

@media (min-width: 700px) {
    #ctl00_PageContent_pnlPromotion {
        box-sizing: border-box;
        float: right;
        width: 50%;
        padding: 2em 0 1em 1em;
    }
}

#ctl00_PageContent_pnlOrderNotes {
    clear: both;
    padding: 2em 0 0;
    border-top: 1px solid #999;
}

    #ctl00_PageContent_pnlOrderNotes textarea {
        width: 100%;
        max-width: 800px;
    }

    #ctl00_PageContent_pnlOrderNotes + .row-checkout-controls {
        padding: 1em 0 0;
        border-top: 1px solid #999;
    }

@media (min-width: 600px) {
    #ctl00_PageContent_pnlOrderNotes + .row-checkout-controls input {
        float: right;
        margin-left: 1em;
    }
}

.signin-page {
    clear: both;
}

.login-layout-table {
    border-collapse: separate !important;
    padding: 0 0 1.5em;
}

    .login-layout-table .signin-text {
        padding: 0 0 1em;
    }

        .login-layout-table .signin-text a {
            background-color: #95231d;
            padding: .55em .8em .5em;
            border-radius: .6em;
            font-size: .8em;
            text-transform: uppercase;
            color: #fff;
            margin: 0 0 1em;
            cursor: pointer;
            transition: color .2s, background-color .2s, border-color .2s;
            display: table;
            padding: .3em .5em;
            margin: .5em 0 0;
        }

            .login-layout-table .signin-text a:hover, .login-layout-table .signin-text a:focus {
                background-color: #da463e;
                color: #fff;
            }

.forgot-password-layout-table {
    border-collapse: separate !important;
    max-width: 1000px;
}

    .forgot-password-layout-table .forgot-password-header {
        padding: 0 0 .5em;
        font-size: 1em;
    }

        .forgot-password-layout-table .forgot-password-header a {
            background-color: #95231d;
            padding: .55em .8em .5em;
            border-radius: .6em;
            font-size: .8em;
            text-transform: uppercase;
            color: #fff;
            margin: 0 0 1em;
            cursor: pointer;
            transition: color .2s, background-color .2s, border-color .2s;
            display: table;
            padding: .3em .5em;
            font-size: .7em;
            margin: .5em 0 0;
        }

            .forgot-password-layout-table .forgot-password-header a:hover, .forgot-password-layout-table .forgot-password-header a:focus {
                background-color: #da463e;
                color: #fff;
            }

.create-account-page .signin-row {
    padding: 0 0 1em;
    font-size: .8em;
    line-height: 1.3;
}

@media (min-width: 1000px) {
    #ctl00_PageContent_pnlAccountInfo, #ctl00_PageContent_pnlBillingInfo, #ctl00_PageContent_pnlShippingInfo {
        box-sizing: border-box;
        float: left;
        width: 33.333333333%;
        padding: 0 1em 0 0;
    }

    #ctl00_PageContent_pnlBillingInfo, #ctl00_PageContent_pnlShippingInfo {
        padding-right: 1em;
    }
}

#ctl00_PageContent_btnContinueCheckout {
    clear: both;
}

.account-page .page-links {
    padding: 0 0 1em;
}

    .account-page .page-links a {
        background-color: #95231d;
        padding: .55em .8em .5em;
        border-radius: .6em;
        font-size: .8em;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 1em;
        cursor: pointer;
        transition: color .2s, background-color .2s, border-color .2s;
        display: table;
        padding: .3em .5em;
        font-size: .6em;
    }

        .account-page .page-links a:hover, .account-page .page-links a:focus {
            background-color: #da463e;
            color: #fff;
        }

@media (min-width: 1000px) {
    .account-page &gt; .account-form, .account-page #ctl00_PageContent_pnlAddress, .account-page #ctl00_PageContent_pnlPaymentMethods {
        box-sizing: border-box;
        float: left;
        width: 33.33333333333%;
        padding: 0 1em 1em 0;
    }

    .account-page #ctl00_PageContent_pnlOrderHistory {
        clear: both;
    }
}

.address-wrap .address-header {
    padding: 0 0 .5em;
    font-size: .8em;
    font-weight: bold;
}

.address-wrap .address-edit a {
    background-color: #95231d;
    padding: .55em .8em .5em;
    border-radius: .6em;
    font-size: .8em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1em;
    cursor: pointer;
    transition: color .2s, background-color .2s, border-color .2s;
    display: table;
    padding: .3em .5em;
    font-size: .6em;
}

    .address-wrap .address-edit a:hover, .address-wrap .address-edit a:focus {
        background-color: #da463e;
        color: #fff;
    }

.address-wrap .address-view {
    padding: 0 0 1em;
    font-size: .8em;
    line-height: 1.4;
}

    .address-wrap .address-view div:first-child {
        font-weight: bold;
    }

.address-wrap .address-new {
    padding: 0 0 1em;
}

.order-history {
    padding: 0 0 2em;
}

    .order-history table {
        width: 100%;
        border-collapse: collapse;
        font-size: .7em;
        text-align: center;
    }

    .order-history th, .order-history td {
        padding: .5em .2em;
        border: 1px solid #999;
    }

    .order-history th {
        background-color: #444;
        border-color: #fff;
        color: #fff;
        font-weight: normal;
    }

        .order-history th:first-of-type {
            border-left-color: #444;
        }

        .order-history th:last-of-type {
            border-right-color: #444;
        }

    .order-history table + span {
        display: block;
        padding: .5em 0;
        font-size: .8em;
    }

@media (max-width: 599px) {
    .order-history .table-header {
        display: none;
    }

    .order-history tr, .order-history td {
        display: block;
    }

    .order-history tr {
        padding: .2em 0;
        border: 1px solid #999;
    }

        .order-history tr:not(:nth-child(2)) {
            border-top: none;
        }

    .order-history td {
        padding-left: .5em;
        border: none;
        text-align: left;
    }
}

#ctl00_PageContent_dlAddress {
    display: block;
    padding: 0 0 2em;
}

    #ctl00_PageContent_dlAddress tr, #ctl00_PageContent_dlAddress td {
        display: block;
    }

    #ctl00_PageContent_dlAddress .address-row {
        padding: 0 0 2em;
        font-size: .8em;
    }

    #ctl00_PageContent_dlAddress .one-half {
        padding: 0 0 1em;
        line-height: 1.2;
    }

    #ctl00_PageContent_dlAddress input[type="image"] {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        border: none;
        margin: 0 1em 0em 0;
    }

    #ctl00_PageContent_dlAddress #ctl00_PageContent_dlAddress_ctl03_lbAddNewAddress {
        font-size: .8em;
    }

@media (min-width: 600px) {
    #ctl00_PageContent_dlAddress tr {
        float: left;
        padding: 0 2em 0 0;
    }
}

#ctl00_PageContent_pnlNewAddress {
    padding: 0 0 2em;
}

#ctl00_PageContent_btnReturnUrl {
    clear: both;
}

.checkout-tabs {
    padding: 0 0 1.5em;
    overflow: hidden;
}

    .checkout-tabs .secure-checkout {
        float: none;
        padding: 0 0 .2em;
        font-size: 1em;
        font-weight: bold;
    }

    .checkout-tabs li {
        float: left;
    }

    .checkout-tabs a {
        display: block;
        padding: .4em .5em;
        border-radius: 0;
        font-size: .7em;
    }

        .checkout-tabs a:after {
            display: inline;
            vertical-align: middle;
            border: 0 solid transparent;
            border-width: .2rem 0 .2rem .2rem;
            border-left-color: #444;
            font-size: 0;
            margin: 0 0 0 .6rem;
            content: "";
        }

        .checkout-tabs a.aspNetDisabled {
            color: #444;
        }

    .checkout-tabs li.active a {
        color: #444;
        position: relative;
    }

        .checkout-tabs li.active a:before {
            display: block;
            height: 0;
            width: 0;
            border: 0 solid transparent;
            border-width: .3rem .3rem 0 .3rem;
            border-top-color: #444;
            position: absolute;
            top: 100%;
            left: 50%;
            margin: 0 0 0 -.5rem;
            content: "";
        }

    .checkout-tabs li:last-child a:after {
        display: none;
    }

#walletAddPaymentWrap .form-control-inline {
    display: inline-block;
}

#walletAddPaymentWrap #ctl00_PageContent_Wallet_CreditCardEditor_TextCardSecurity {
    max-width: 5em;
    margin-bottom: 0;
}

    #walletAddPaymentWrap #ctl00_PageContent_Wallet_CreditCardEditor_TextCardSecurity + div {
        font-size: .6em;
        margin-bottom: 1rem;
    }

        #walletAddPaymentWrap #ctl00_PageContent_Wallet_CreditCardEditor_TextCardSecurity + div a {
            display: inline-block;
            padding: .5em 0;
        }

.credit-card-group label {
    display: inline-block;
    vertical-align: top;
    left: -.8em;
}

.credit-card-group .cc-images {
    display: inline-block;
    vertical-align: top;
    margin: -.3em 0 .6em 1em;
}

    .credit-card-group .cc-images img {
        display: inline-block;
        vertical-align: top;
    }

#ctl00_PageContent_ctrlPaymentMethod_rbPAYPALEXPRESS + label {
    display: inline-block;
    vertical-align: top;
}

    #ctl00_PageContent_ctrlPaymentMethod_rbPAYPALEXPRESS + label + img {
        display: inline-block;
        vertical-align: top;
        margin: -.4em 0 0;
    }

#ctl00_PageContent_ctrlPaymentMethod_msgPAYPALEXPRESS {
    display: block;
    max-width: 1000px;
    padding: 0 0 1em;
    font-size: .8em;
}

#ctl00_PageContent_PanelWallet {
    padding: 0 0 1em;
    font-size: .8em;
}

#ctl00_PageContent_pnlPOPane {
    padding: 0 0 1em;
}

    #ctl00_PageContent_pnlPOPane span {
        display: block;
        padding: 0 0 .5em;
        font-size: .8em;
    }

.credit-card-form {
    padding: 0 0 1em;
}

    .credit-card-form:after {
        display: block;
        clear: both;
        content: "";
    }

    .credit-card-form .whatsThisLink {
        position: relative;
        top: -1em;
    }

        .credit-card-form .whatsThisLink div {
            font-size: .6em;
            padding-bottom: 0;
        }

            .credit-card-form .whatsThisLink div a {
                display: inline-block;
                padding: .5em 0;
            }

    .credit-card-form .month-year select {
        display: inline-block;
        margin-right: .5em;
    }

    .credit-card-form .month-year + .form-group label {
        float: left;
    }

    .credit-card-form .month-year + .form-group input {
        clear: none;
        margin-left: .5em;
    }

#ctl00_PageContent_pnlContCheckout {
    clear: both;
}

.place-order-wrap {
    padding: 1em 0 0;
}

.order-summary {
    font-size: .8em;
}

    .order-summary:after {
        display: block;
        clear: both;
        content: "";
    }

    .order-summary &gt; div {
        padding: 0 0 2em;
    }

    .order-summary span {
        display: block;
    }

    .order-summary .review-header {
        padding: 0 0 .5em;
        font-size: 1rem;
        font-weight: bold;
    }

@media (min-width: 600px) {
    .order-summary &gt; div {
        box-sizing: border-box;
        float: left;
        width: 33.333333333333%;
        padding-right: 2em;
    }
}

.orderconfirmation-page {
    padding: 0 0 2em;
    line-height: 1.3;
}

    .orderconfirmation-page .orderconfirmation-received {
        padding: 0 0 1em;
        font-weight: bold;
    }

    .orderconfirmation-page .orderconfirmation-print {
        padding: 0 0 1em;
    }

        .orderconfirmation-page .orderconfirmation-print ~ div {
            font-weight: bold;
        }

            .orderconfirmation-page .orderconfirmation-print ~ div span {
                display: inline-block;
                padding: 0 .5em 0 0;
            }

.image-controls .product-gallery-item {
    display: inline-block;
    margin: 0.25em;
}

img#LoadingImage {
    display: none;
}

.LoadingImage {
    display: block;
}

.LoadingOverLay {
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: dashed 0px #4776bd;
    background-color: #fcfcfc;
    display: inline;
}

.RestingOverLay {
    border: 0;
}

.RestingImage {
    display: none;
}
div.customer-message { color: red; font-size: 1.5em; font-weight: bold; }



/*--- EMBEDDED VIDEOS ------------------------------------------------------------------------*/
.video {background-color:#000;box-shadow:0 0 0 1px #eee, 0 0 0 2px #b9b9b9;position:relative;margin:0 auto 2em;overflow:hidden}
    .video::after {display:block;padding-bottom:56.25%;content:""} /*--- set proportion ---*/

    /*--- iframe ---*/
    .video iframe {display:block;border:0;position:absolute;width:100%;height:100%}

    /*--- on-demand version --------------------------*/
    .video a {display:block}
        .video img {width:100%;position:absolute;top:-16.82%}

        /*--- faux play button ---*/
        .video a::before {box-sizing:border-box;display:block;height:1em;width:1em;background-color:rgba(0,0,0,0.6);border:.05em solid #fff;border-radius:50%;box-shadow:0 0 0.15em 0 rgba(0,0,0,0.6);position:absolute;top:50%;left:50%;z-index:1;font-size:3em;margin:-.5em 0 0 -.5em;transition: background-color .2s;content:""}
            .video a:hover::before, .video a:focus::before {background-color:#95231d}
            .video a:active::before {background-color:#c12f27}
        .video a::after {display:block;width:0;height:0;border:0 solid transparent;border-width:.2em 0 .2em .3em;border-left-color: #fff;position:absolute;top:50%;left:50%;z-index:1;font-size:3em;margin:-.2em 0 0 -.1em;content:""}



/*--- VIDEO LISTING ------------------------------------------------------------------------*/
.video-listing {margin:0 0 2em}
    .video-listing li {padding:1.5em 0 0;border-top:1px solid #ccc}
        .video-listing li:last-child {border-bottom:1px solid #ccc}







</pre></body></html>