/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important
    }

    .lSSlideWrapper .lSFade {
        position: relative
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 10
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1
    }

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca
        }

.lSSlideOuter .media {
    opacity: .8
}

    .lSSlideOuter .media.active {
        opacity: 1
    }

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%
    }

    .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both
    }

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(https://www.midsouthshooterssupply.com/images/buttons/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s
}

    .lSAction > a:hover {
        opacity: 1
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction > a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

    .lSSlideOuter.vertical.noPager {
        padding-right: 0px !important
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important
    }

    .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0
    }

    .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto
    }

    .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px
    }

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -15px
    }

    100% {
        left: 0
    }
}

@keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -15px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0
    }

    50% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@keyframes topEnd {
    0% {
        top: 0
    }

    50% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 15px
    }

    100% {
        left: 0
    }
}

@keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 15px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }

    100% {
        bottom: 0
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }

    100% {
        bottom: 0
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.test {
    color: pink
}

img#logo:hover {
    filter: brightness(115%);
    -webkit-filter: brightness(115%)
}

input:focus, textarea:focus {
    outline: none
}

input.add-to-cart {
    color: #FFF;
    background-color: #AF0E13;
    padding: .5em 1em;
    margin-top: 25px;
    border: none;
    font-size: 20px;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

ul, ol {
    margin: 0;
    padding: 0
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    width: 100%;
    height: 1px;
    background-color: #D0D2D3
}

address {
    font-style: normal
}

.alert-text {
    color: #AF0E13;
    font-size: 16px !important
}

.delete, .delete > * {
    color: #BE1E2D !important
}

input[type=submit].button {
    font-size: 25px;
    color: #FFF;
    background-color: #B2542E;
    padding: .5em 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer
}

    input[type=submit].button:hover {
        background-color: #000
    }

select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: none;
    border-radius: 0;
    padding: .5em 1em
}

    select::-ms-expand {
        display: none
    }

.page-title {
    font-size: 47px;
    margin-bottom: .25em;
    text-transform: uppercase
}

section.page-content h4 {
    font-size: 24px
}

p.description {
    font-size: 18px;
    margin-bottom: 25px
}

.small-text {
    font-size: 14px !important;
    font-style: italic !important
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

    .pagination > * {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .pagination input[type=button] {
        border: none;
        font-weight: 300;
        font-size: 16px;
        padding: 0 .25em;
        margin-left: 2px;
        margin-right: 2px;
        color: #FFF;
        background-color: #030006;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

        .pagination input[type=button]:hover, .pagination a:hover {
            background-color: #B2542E
        }

        .pagination input[type=button].jump {
            font-size: 22px
        }

    .pagination a {
        text-decoration: none;
        padding: .25em .5em;
        margin-left: 2px;
        margin-right: 2px;
        color: #FFF !important;
        background-color: #030006;
        cursor: default
    }

    .pagination .aspNetDisabled {
        display: none
    }

    .pagination .current {
        text-decoration: none;
        padding: .25em .5em;
        margin-left: 2px;
        margin-right: 2px;
        color: #000 !important;
        pointer-events: none;
        background-color: #D0D2D3
    }

ul#brand-list li {
    padding: .25em 0
}

span.in-stock {
    color: #00803E
}

span.backorder-ok {
    color: #00803E
}

span.drop-ship {
    color: blue
}

span.out-of-stock {
    color: #BE1E2D
}

.whatadeal {
    color: #be1e2d
}

#social-bar .page-links > a:hover {
    color: #B2542E
}

#social-bar .social-links > a:hover {
    filter: brightness(150%);
    -webkit-filter: brightness(150%)
}

header div#search input[type="submit"]:hover {
    background-color: #B2542E
}

header #account-cart a.account:hover {
    color: #B2542E
}

header #account-cart a.cart:hover {
    color: #FFF
}

button#mobile-menu {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    padding: .5rem .5rem .5rem;
    text-transform: uppercase;
    color: #FFF;
    background-color: #231F20;
    border: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

    button#mobile-menu:focus {
        outline: none
    }

ul.sub-menu {
    visibility: hidden;
    display: inline-block;
    width: 98%;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    overflow: visible;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 5px 1% 25px;
    background-color: #E6E7E8
}

nav ul li:hover ul.sub-menu {
    visibility: visible;
    border-bottom: 2px solid #FFF
}

    nav ul li:hover ul.sub-menu ul {
        visibility: visible
    }

nav ul li a:hover {
    color: #B2542E
}

ul.sub-menu > li {
    display: inline-block;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%
}

ul.sub-menu a {
    display: block;
    color: #404041;
    width: 98%;
    padding: 5px 1%;
    font-weight: 400;
    text-transform: capitalize
}

    ul.sub-menu a.category {
        font-size: 20px;
        color: #231F20;
        border-bottom: 1px solid #808184
    }

ul.sub-menu ul {
    visibility: hidden;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px
}

    ul.sub-menu ul a {
        font-size: 14px;
        width: 98%;
        padding: .2em 1%
    }

        ul.sub-menu ul a.shop-all-link {
            text-decoration: underline
        }

@supports (display:flex;) {
    ul.sub-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: baseline;
        align-content: baseline
    }

    nav ul li:hover ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    ul.sub-menu > li {
        width: 18%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

footer {
    background-color: #404041;
    border-top: 8px solid #B2542E;
    clear: both
}

    footer a {
        text-decoration: none;
        color: #FFF
    }

    footer .page-wrap {
        padding-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer #footer-message {
        color: #FFF;
        width: 50%
    }

        footer #footer-message .message-title {
            margin-bottom: .5em;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase
        }

        footer #footer-message .message {
            font-size: 14px
        }

        footer #footer-message .number-hours {
            font-size: 24px;
            font-weight: 700
        }

    footer #connect {
        width: 400px
    }

        footer #connect .connect-title {
            margin-bottom: .5em;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            color: #FFF
        }

        footer #connect .social {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 25px
        }

        footer #connect .message {
            color: #FFF
        }

        footer #connect .social > a {
            width: 45px;
            height: 45px
        }

            footer #connect .social > a:hover {
                filter: invert(200%);
                -webkit-filter: invert(200%)
            }

            footer #connect .social > a.facebook {
                background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/facebook-round-white.svg);
                background-repeat: no-repeat;
                background-size: 45px 45px
            }

            footer #connect .social > a.instagram {
                background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/instagram-round-white.svg);
                background-repeat: no-repeat;
                background-size: 45px 45px
            }

            footer #connect .social > a.twitter {
                background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/twitter-round-white.svg);
                background-repeat: no-repeat;
                background-size: 45px 45px
            }

            footer #connect .social > a.youtube {
                background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/youtube-round-white.svg);
                background-repeat: no-repeat;
                background-size: 45px 45px
            }

            footer #connect .social > a.google-plus {
                background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/google-plus-round-white.svg);
                background-repeat: no-repeat;
                background-size: 45px 45px
            }

@media only screen and (max-width:860px) {
    footer #footer-message {
        width: 100%;
        display: table-header-group
    }

    footer #connect {
        width: 100%;
        display: table-footer-group
    }
}

footer #signup-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    footer #signup-form input::-webkit-input-placeholder {
        color: #B2542E;
        text-align: center
    }

    footer #signup-form input::-moz-placeholder {
        color: #B2542E;
        text-align: center
    }

    footer #signup-form input:-ms-input-placeholder {
        color: #B2542E;
        text-align: center
    }

    footer #signup-form input::placeholder {
        color: #B2542E;
        text-align: center
    }

    footer #signup-form input[type=text] {
        width: 60%;
        padding: 10px 5px;
        margin: 0;
        font-size: 21px;
        color: #B2542E;
        background-color: rgba(255,255,255,.7);
        border: 1px solid #6D6E70;
        border-right: none
    }

    footer #signup-form input[type=submit] {
        border: none;
        width: 40%;
        padding: 10px 5px;
        font-size: 21px;
        color: #FFF;
        background-color: #B2542E;
        border: 1px solid #6D6E70;
        border-left: none
    }

        footer #signup-form input[type=submit]:hover {
            background-color: #000
        }

footer #sitemap, footer #articles-list, footer #articles-list > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

    footer #sitemap .sitemap-list, footer #articles-list > ul > li {
        width: 22.5%
    }

    footer #articles-list > ul > li {
        margin-bottom: .9em
    }

    footer #sitemap h3.list-title {
        color: #FFF;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: .5em
    }

    footer #sitemap ul, footer #articles-list ul {
        list-style-type: none;
        padding: 0
    }

    footer #sitemap a, footer #articles-list a {
        display: inline-block;
        color: #FFF;
        font-size: 18px;
        padding-top: .1em;
        padding-bottom: .1em
    }

        footer #articles-list a:hover {
            text-decoration: underline
        }

        footer #sitemap a:hover {
            color: #FFF
        }

footer .logo-container {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    footer .logo-container img#logo {
        width: 300px;
        height: auto
    }

    footer .logo-container span.description {
        color: #FFF;
        font-weight: 700;
        margin-top: 1em;
        margin-bottom: 1em
    }

    footer .logo-container img.verify {
        margin-top: 1em;
        margin-bottom: 1em
    }

footer #copyright-bar {
    width: 100%;
    font-size: 16px;
    color: rgba(255,255,255,.3);
    background-color: #231F20
}

    footer #copyright-bar .page-wrap {
        padding-bottom: 15px
    }

    footer #copyright-bar .tcg a {
        color: rgba(255,255,255,.3)
    }

        footer #copyright-bar .tcg a:hover {
            color: #FFF
        }

main {
    margin-bottom: 25px
}

.error {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: .5em;
    width: 100%;
    background-color: #fedc37;
    border: 2px solid #3B2314;
    border-radius: 25px;
    font-size: 16px
}

    .error b, .error strong {
        margin: .5em
    }

    .error ul {
        margin: .5em;
        list-style: none
    }

div#captioned-gallery {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden
}

figure {
    margin: 0
}

    figure.slider {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 40%;
        max-height: 450px;
        font-size: 0
    }

    figure.slide {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 1;
        -webkit-transition: 1s ease;
        transition: 1s ease
    }

@media only screen and (max-width:860px) {
    div#captioned-gallery {
        height: 300px;
        display: inline-block
    }

    figure.slider {
        height: 300px;
        display: inline-block
    }

    figure.slide {
        height: 300px;
        display: inline-block
    }
}

figure.showing {
    opacity: 1;
    z-index: 2
}

figure.slider img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%,-25%);
    -ms-transform: translate(-50%,-25%);
    -moz-transform: translate(-50%,-25%);
    -webkit-transform: translate(-50%,-25%)
}

figure.slider figure a.shop-now {
    position: absolute;
    bottom: 25px;
    left: 25px
}

figure.slider figure figcaption {
    position: absolute;
    top: 50px;
    background: rgba(0,0,0,.4);
    color: #fff;
    width: 100%;
    font-size: 2rem;
    text-align: right;
    padding: 0
}

    figure.slider figure figcaption h2 {
        margin: 0;
        padding: .25em 2.5%;
        background-color: rgba(178,84,46,.5)
    }

    figure.slider figure figcaption p {
        float: right;
        width: 50%;
        margin: 0;
        padding: .25em 2.5%;
        font-size: 22px
    }

figure #slider-nav ol {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 3;
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none
}

    figure #slider-nav ol li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 10px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5);
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

        figure #slider-nav ol li:hover {
            background-color: rgba(178,84,46,.5)
        }

.current {
    background-color: rgba(178,84,46,.5) !important
}

section.page-content div#login-register-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

section.page-content div#login, section.page-content div#register {
    width: 40%;
    padding: 25px 5%
}

section.page-content div#login {
    background-color: #E6E7E8
}

    section.page-content div#login > * {
        width: 100%
    }

    section.page-content div#login h4 {
        margin-top: 0;
        font-size: 25px
    }

    section.page-content div#login div#login-content > * {
        display: block;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    section.page-content div#login div#login-content input[type=text], section.page-content div#login div#login-content input[type=password], section.page-content div#login div#login-content input[type=email] {
        font-size: 20px;
        width: 95%;
        padding: 1em 2.5%;
        margin-bottom: 15px;
        border: none
    }

    section.page-content div#login a {
        text-decoration: none;
        font-weight: 400;
        color: #000
    }

        section.page-content div#login a:hover {
            color: #B2542E
        }

    section.page-content div#login div#login-content input[type=submit] {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: .5em 1.5em;
        border: none;
        font-size: 28px;
        color: #FFF;
        background-color: #B2542E;
        text-transform: uppercase
    }

        section.page-content div#login div#login-content input[type=submit]:hover {
            background-color: #000
        }

    section.page-content div#login div#login-content input::-webkit-input-placeholder {
        color: #BBBDBF
    }

    section.page-content div#login div#login-content input::-moz-placeholder {
        color: #BBBDBF
    }

    section.page-content div#login div#login-content input:-ms-input-placeholder {
        color: #BBBDBF
    }

    section.page-content div#login div#login-content input::placeholder {
        color: #BBBDBF
    }

section.page-content div#register h4 {
    margin-top: 0;
    font-size: 25px
}

section.page-content div#register p {
    font-size: 25px;
    margin-top: 66px;
    margin-bottom: 55px
}

section.page-content div#register a {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: .5em 1.5em;
    border: none;
    font-size: 28px;
    text-decoration: none;
    color: #FFF;
    background-color: #B2542E;
    text-transform: uppercase
}

    section.page-content div#register a:hover {
        background-color: #000
    }

div#registerform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px
}

    div#registerform h4 {
        width: 90%
    }

    div#registerform p {
        width: 90%
    }

section.page-content .register-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    background-color: #E6E7E8;
    padding: 25px 5%
}

    section.page-content .register-form div {
        font-size: 20px;
        width: 50%
    }

        section.page-content .register-form div input {
            width: 90%;
            padding: 1em 2.5%;
            margin-bottom: 15px;
            border: none
        }

        section.page-content .register-form div select {
            width: 90%;
            padding: 1em 2.5%;
            margin-bottom: 15px;
            border: none
        }

    section.page-content .register-form p {
        width: 90%
    }

.registercontent .reason-other {
    width: 90%;
    padding: 1em 2.5%;
    margin-bottom: 15px
}

section.page-content .registercontent textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    resize: none;
    padding: 1em 2.5%
}

div#registerform input::-webkit-input-placeholder {
    color: #BBBDBF
}

div#registerform input::-moz-placeholder {
    color: #BBBDBF
}

div#registerform input:-ms-input-placeholder {
    color: #BBBDBF
}

div#registerform input::placeholder {
    color: #BBBDBF
}

div#registerform select {
    color: #B2542E;
    background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #FFF;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: 95% center;
    margin-right: 25px;
    padding-right: 3em;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

div#registerform input[type=submit] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: .5em 1.5em;
    border: none;
    font-size: 28px;
    color: #FFF;
    background-color: #B2542E;
    text-transform: uppercase
}

    div#registerform input[type=submit]:hover {
        background-color: #000
    }

div#registerform .dropdown-container select option {
    color: #000;
    background-color: #E6E7E8
}

.cart-dob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 25px 0
}

    .cart-dob .dob-wrapper {
        width: 40%;
        padding: 25px 5%;
        background-color: #E6E7E8
    }

    .cart-dob .dob-date .dob-date-val .dob-date-button {
        width: 95%
    }

    .cart-dob div select {
        min-width: 150px;
        margin-bottom: 25px;
        padding: .5em 1em;
        font-size: 20px;
        color: #FFF;
        border: none;
        border-radius: 0;
        background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle.svg) #B2542E;
        background-repeat: no-repeat;
        background-size: 1em 1em;
        background-position: 95% center
    }

        .cart-dob div select option {
            color: #000;
            background-color: #E6E7E8
        }

.dropdown-container label {
    display: block;
    font-size: 25px;
    margin-top: 1em;
    margin-bottom: 5px
}

.dropdown-container select {
    width: 50%;
    margin-bottom: 25px;
    padding: .5em 1em;
    font-size: 28px;
    color: #FFF;
    border: none;
    border-radius: 0;
    background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle.svg) #B2542E;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: 95% center
}

    .dropdown-container select option {
        color: #000;
        background-color: #E6E7E8
    }

.gray-bg {
    background-color: #E6E7E8;
    padding: 25px 2.5%;
    margin-bottom: 25px
}

section.page-content .gray-bg p {
    margin-top: .25em;
    margin-bottom: .25em
}

section.page-content .gray-bg a, .hours-address-container a {
    color: #000;
    text-decoration: none
}

    section.page-content .gray-bg a:hover, .hours-address-container a:hover {
        color: #B2542E
    }

.hours-address-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px
}

    .hours-address-container > div {
        width: 50%
    }

section.page-content .hours-address-container h4, section.page-content .hours-address-container p {
    margin-top: .25em;
    margin-bottom: .25em
}

section.page-content .hours-address-container h4 {
    font-size: 24px
}

#myaccount-page main .page-wrap {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#myaccount-page h2.page-title {
    width: 100%;
    font-size: 47px
}

#myaccount-page section.page-content {
    width: 77.5%;
    margin-bottom: 25px
}

#myaccount-page .white-bg:first-of-type h3 {
    margin-top: 0
}

#myaccount-page .white-bg p {
    font-size: 25px
}

#myaccount-page .white-bg:first-of-type p:first-of-type {
    font-size: 18px
}

#myaccount-page h3 {
    color: #000;
    margin-bottom: .5em
}

p#user-email {
    margin-top: 25px;
    margin-bottom: 25px
}

#myaccount-page .white-bg {
    width: 95%;
    padding: 25px 2.5%
}

    #myaccount-page .white-bg:first-of-type {
        padding-top: 0
    }

#myaccount-page table {
    width: 100%;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase
}

nav#sidebar-myaccount {
    width: 17.5%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    nav#sidebar-myaccount input {
        width: 100%;
        text-align: center;
        padding: .5em 0;
        margin-bottom: 5px
    }

.article-container {
    display: grid;
    grid-template-columns: repeat(auto-fill,45%);
    grid-column-gap: 5%;
    grid-row-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .article-container div.brand div.image-container {
        width: 100%;
        height: auto
    }

        .article-container div.brand div.image-container img {
            width: 100%;
            height: auto;
            background-color: #BBBDBF
        }

    .article-container div.item {
        float: left;
        margin: 15px
    }

        .article-container div.item div.image-container {
            width: 250px;
            height: 250px
        }

            .article-container div.item div.image-container img {
                width: 250px;
                height: 250px;
                background-color: #BBBDBF
            }

.article-list {
    list-style: none
}

@supports (display:grid) {
    .article-container {
        display: grid;
        grid-template-columns: repeat(auto-fill,250px);
        grid-gap: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .article-container div.item {
            margin: 0
        }
}

.shopping-cart {
    width: 100%;
    border-collapse: collapse
}

    .shopping-cart th, .shopping-cart td {
        width: 18.5%;
        vertical-align: center-aligned
    }

    .shopping-cart tr.product:nth-of-type(odd) {
        background-color: #E6E7E8
    }

    .shopping-cart td.description {
        width: 26%
    }

    .shopping-cart td {
        padding-top: 15px;
        padding-bottom: 15px
    }

td.product-image > img {
    width: 128px;
    height: 128px
}

.shopping-cart th {
    padding: .5em 0;
    text-align: left;
    font-size: 20px;
    color: #B2542E
}

.shopping-cart tr.headings th.quantity, .shopping-cart tr.headings th.price, .shopping-cart tr.headings th.total, .shopping-cart tr.product td.quantity, .shopping-cart tr.product td.price, .shopping-cart tr.product td.total {
    text-align: center
}

.shopping-cart tr.product td.price, .shopping-cart tr.product td.total {
    font-size: 30px;
    font-weight: 700
}

.shopping-cart tr.product td.description > * {
    display: block
}

.shopping-cart tr.product td.description span.item-number {
    margin: .5em 0
}

.shopping-cart tr.product td.description strong {
    font-size: 20px
}

.shopping-cart tr.product td.description span.item-number {
    font-size: 18px
}

.shopping-cart tr.product td.description span.status {
    font-size: 16px
}

.shopping-cart a {
    color: #000;
    text-decoration: none
}

.shopping-cart tr.product td.quantity input[type=text] {
    display: block;
    text-align: center;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: .25em;
    font-size: 20px;
    border: 1px solid #000
}

.shopping-cart tr.product td.quantity span.update, .shopping-cart tr.product td.quantity span.delete {
    display: inline-block;
    padding: 0 .5em;
    margin-top: 15px
}

.shopping-cart tr.product td.quantity span.update {
    border-right: 1px solid #D0D2D3
}

.offer-product {
    margin-top: 50px;
    margin-bottom: 50px
}

    .offer-product ul {
        list-style-type: none
    }

        .offer-product ul > li {
            margin-top: 10px;
            margin-bottom: 10px
        }

    .offer-product input[type=submit]:hover {
        background-color: #000
    }

div#order-bottom {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    div#order-bottom select {
        color: #B2542E;
        background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #E6E7E8;
        background-repeat: no-repeat;
        background-size: 1em 1em;
        background-position: 95% center;
        margin-right: 25px;
        padding-right: 3em;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
        box-shadow: 2px 2px 2px rgba(0,0,0,.3)
    }

div#order-summary {
    margin-top: 25px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    div#order-summary > * {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 10px
    }

    div#order-summary label {
        font-size: 20px
    }

    div#order-summary span.price {
        min-width: 150px;
        font-size: 30px;
        font-weight: 700;
        text-align: right
    }

    div#order-summary select#ship-type {
        color: #B2542E;
        background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #E6E7E8;
        background-repeat: no-repeat;
        background-size: 1em 1em;
        background-position: 95% center;
        margin-right: 25px;
        padding-right: 3em;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
        box-shadow: 2px 2px 2px rgba(0,0,0,.3)
    }

    div#order-summary .continue-checkout {
        margin-top: 25px
    }

        div#order-summary .continue-checkout input[type=submit] {
            font-size: 23px;
            padding: .5em 1em;
            border: none;
            -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
            box-shadow: 2px 2px 2px rgba(0,0,0,.3)
        }

        div#order-summary .continue-checkout .continue {
            color: #B2542E
        }

        div#order-summary .continue-checkout .checkout {
            margin-left: 25px;
            color: #FFF;
            background-color: #B2542E
        }

        div#order-summary .continue-checkout .continue:hover {
            color: #FFF;
            background-color: #B2542E
        }

        div#order-summary .continue-checkout .checkout:hover {
            background-color: #000
        }

body#payment h4 {
    margin-bottom: 15px
}

div#shipping-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    div#shipping-info-container > div.shipping-info select {
        color: #B2542E;
        background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #FFF;
        background-repeat: no-repeat;
        background-size: 1em 1em;
        background-position: 95% center;
        margin-right: 25px;
        padding-right: 3em;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
        box-shadow: 2px 2px 2px rgba(0,0,0,.3)
    }

    div#shipping-info-container > div.shipping-info {
        padding-right: 2.5%
    }

    div#shipping-info-container > div.shipping-options {
        width: 35%;
        padding-left: 5%;
        border-left: 2px solid #D0D2D3
    }

        div#shipping-info-container > div.shipping-options ul {
            list-style-type: none
        }

            div#shipping-info-container > div.shipping-options ul > li {
                margin-top: 10px;
                margin-bottom: 10px;
                clear: both;
                padding-bottom: 10px
            }

                div#shipping-info-container > div.shipping-options ul > li > label {
                    margin-left: 10px
                }

        div#shipping-info-container > div.shipping-options input[type=radio] {
            -ms-transform: scale(2);
            -moz-transform: scale(2);
            -webkit-transform: scale(2);
            -o-transform: scale(2)
        }

table.customer-info {
    padding: 25px
}

    table.customer-info td {
        font-weight: 700
    }

    table.customer-info label {
        padding-right: 25px;
        font-weight: 400
    }

.cc-info {
    width: 50%;
    margin-top: 25px
}

    .cc-info input[type=text], div#gift input[type=email] {
        margin: 1px;
        width: auto;
        padding: 1em 2.5%;
        border: none
    }

div#gift input[type=email] {
    margin-top: 25px
}

.cc-info input[type=text] {
    width: 90%
}

    .cc-info input[type=text]::-webkit-input-placeholder, div#gift input[type=email]::-webkit-input-placeholder {
        color: #BBBDBF
    }

    .cc-info input[type=text]::-moz-placeholder, div#gift input[type=email]::-moz-placeholder {
        color: #BBBDBF
    }

    .cc-info input[type=text]:-ms-input-placeholder, div#gift input[type=email]:-ms-input-placeholder {
        color: #BBBDBF
    }

    .cc-info input[type=text]::placeholder, div#gift input[type=email]::placeholder {
        color: #BBBDBF
    }

.cc-info select, div#comments select {
    color: #B2542E;
    background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #FFF;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: 95% center;
    width: 47.5%;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 1em 7.5% 1em 2.5%;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

.cc-info div.expiration-date {
    width: 99%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .cc-info div.expiration-date div.drop-down-container {
        width: 50%
    }

    .cc-info div.expiration-date select {
        width: 45%
    }

div#comments {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    div#comments label {
        padding-left: 15px;
        font-size: 18px;
        font-size: 20px
    }

    div#comments textarea {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 25px;
        resize: none;
        border: none
    }

    div#comments input[type=checkbox] {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2)
    }

div.submit-order-button-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:1025px) {
    #social-bar > .page-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    button#mobile-menu {
        display: block
    }

    header section span.year {
        display: none
    }

    header div#search {
        margin-right: 15px
    }

    header div#search input[type="text"] {
        width: 150px
    }

    header nav {
        display: none;
        position: fixed;
        top: 0;
        padding-top: 25px;
        z-index: 999;
        -webkit-animation: fadeIn .3s 1;
        animation: fadeIn .3s 1;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        background-color: #231F20
    }

    ul.sub-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

        ul.sub-menu ul {
            display: none
        }

    nav ul li:hover ul.sub-menu {
        display: none !important
    }

    ul#main-nav, ul#quick-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    ul#quick-nav {
        margin-bottom: 100px !important
    }

        ul#main-nav > li, ul#quick-nav > li {
            width: 95%;
            padding-left: 2.5%;
            padding-right: 2.5%;
            border-bottom: 1px solid #404041
        }

            ul#main-nav > li > a, ul#quick-nav > li > a {
                text-align: left
            }

            ul#main-nav > li > a {
                position: relative;
                padding-top: 1em !important;
                padding-bottom: 1em !important
            }

    a.cat-menu span#expand {
        position: absolute;
        z-index: 1000;
        right: 0;
        width: 20px;
        height: 20px;
        color: #FFF;
        text-align: center;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .rotate {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    figure.slider figure figcaption {
        top: 0
    }

    a.shop-now {
        right: auto !important;
        left: 25px !important;
        bottom: 25px !important
    }

    div#shop-now figure.product figcaption h3.product-title {
        font-size: 26px !important
    }

    nav#sidebar-myaccount {
        width: 90%;
        height: auto
    }

        nav#sidebar-myaccount ul {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

            nav#sidebar-myaccount ul > li {
                width: 175px;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1
            }

        nav#sidebar-myaccount input {
            border: 1px solid #FFF
        }

    #myaccount-page section.page-content {
        width: 100%
    }

    .category-one section.page-content, .category-two section.page-content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .categories-brand-container {
        min-width: 185px
    }

        .categories-brand-container h3.title {
            font-size: 22px
        }

    .product-container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: auto
    }

    div#shipping-info-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        div#shipping-info-container > div.shipping-info {
            width: 100%;
            padding: 0
        }

        div#shipping-info-container > div.shipping-options {
            width: 100%;
            padding: 0;
            border: none
        }

    .shopping-cart tr.product td.quantity span.update {
        border: none
    }

    div#product-main .lSSlideOuter {
        margin-left: auto;
        margin-right: auto
    }

        div#product-main .lSSlideOuter li img {
            width: inherit;
            height: auto
        }

    div#product-main > div.product-info {
        width: 100%;
        margin-left: 0
    }

    a.shop-now {
        font-size: 20px;
        padding: .25em .5em
    }

    section.page-content .cart-dob {
        width: 100%
    }

        section.page-content .cart-dob .dob-wrapper {
            width: 100%
        }
}

@media only screen and (max-width:768px) {
    #social-bar {
        height: 35px
    }

        #social-bar > .page-wrap > .page-links, #social-bar > .page-wrap > .social-links {
            display: none
        }

    header img#logo {
        margin-top: -30px;
        height: 75px
    }

    header div#search {
        display: none
    }

    figure.slider figure figcaption h2 {
        font-size: 32px
    }

    figure.slider figure figcaption p {
        display: none
    }

    figure #slider-nav ol {
        bottom: 5px;
        right: 5px
    }

    div#shop-now figure.product figcaption h3.product-title {
        font-size: 18px !important;
        margin: 5px 0
    }

    div#shop-now figure.product figcaption h4.category-title {
        width: 100%;
        font-size: 16px
    }

    a.shop-now {
        left: 5px !important;
        bottom: 5px !important;
        font-size: 16px;
        padding: .25em .5em
    }

    div#shop-now figure.product {
        width: 100%;
        margin-bottom: 5px
    }

    .product-container {
        grid-template-columns: repeat(auto-fill,200px)
    }

        .product-container .product {
            width: 200px
        }

            .product-container .product .image-container {
                width: 200px;
                height: 200px
            }

            .product-container .product a.add-to-cart {
                font-size: 18px
            }

    footer .page-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer #footer-message {
        width: 80%
    }

    footer #sitemap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 25px
    }

    footer #articles-list {
        margin-top: 25px;
        margin-bottom: 25px
    }

        footer #sitemap .sitemap-list, footer #articles-list > ul > li {
            width: 45%;
            margin-left: 2.5%;
            margin-right: 2.5%
        }

    footer #copyright-bar .page-wrap > span {
        width: 100%;
        text-align: center
    }

        footer #copyright-bar .page-wrap > span:first-of-type {
            margin-bottom: 5px
        }

    figure.featured-image figcaption > h2 {
        font-size: 49px
    }

    .dropdown-container select {
        width: 100%
    }

    .hours-address-container > div {
        width: 100%;
        margin-bottom: 25px;
        overflow-wrap: break-word
    }

    section.page-content div#login, section.page-content div#register {
        width: 90%;
        padding: 25px 5%
    }

    section.page-content div#register {
        margin-top: 50px
    }

        section.page-content div#register p {
            margin-top: 25px;
            margin-bottom: 25px
        }

    .product-wrapper {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
        border-left: none
    }

    .category-one section.page-content, .category-two section.page-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .categories-brand-container {
        width: 100%
    }

        .categories-brand-container ul {
            margin-bottom: 25px
        }

        .categories-brand-container img {
            width: auto
        }

    figure.featured-image {
        margin-bottom: 25px
    }

        figure.featured-image figcaption {
            max-height: 100%
        }

            figure.featured-image figcaption h2.page-title {
                font-size: 28px !important;
                text-align: center
            }

    section.page-content h2 {
        font-size: 30px
    }

    #brand-container {
        display: grid;
        grid-template-columns: repeat(auto-fill,45%);
        grid-column-gap: 5%;
        grid-row-gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        #brand-container div.brand div.image-container {
            width: 100%;
            height: auto
        }

            #brand-container div.brand div.image-container img {
                width: 100%;
                height: auto;
                background-color: #BBBDBF
            }

    div#brand-index-container div.letter-container > ul {
        width: 85%
    }

    div#brand-index-container div.letter-container > h4 {
        width: 15%
    }

    div#brand-index-container div.letter-container > ul > li {
        width: 31.5%;
        padding-right: 1.5%
    }

    .shopping-cart thead {
        display: none
    }

    .shopping-cart tr.product {
        font-size: 16px
    }

        .shopping-cart tr.product td.product-image {
            float: left;
            width: 110px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0
        }

            .shopping-cart tr.product td.product-image > img {
                width: 100px;
                height: 100px
            }

        .shopping-cart tr.product td.quantity input[type=text] {
            float: left;
            margin-left: 0;
            margin-right: 5px
        }

        .shopping-cart tr.product td.description {
            font-size: 20px;
            float: left;
            width: 50%;
            min-width: 200px
        }

        .shopping-cart tr.product td.quantity {
            clear: left;
            width: 48%;
            padding-left: 1%
        }

        .shopping-cart tr.product td.quantity, .shopping-cart tr.product td.price, .shopping-cart tr.product td.total {
            float: left;
            display: inline-block
        }

        .shopping-cart tr.product td.price, .shopping-cart tr.product td.total {
            width: 49%;
            padding-right: 1%;
            float: right;
            font-size: 16px;
            text-align: right
        }

        .shopping-cart tr.product td.quantity span.update, .shopping-cart tr.product td.quantity span.delete {
            margin-top: 0;
            margin-bottom: 5px
        }

        .shopping-cart tr.product td.quantity::before {
            display: block;
            content: "Quantity:";
            color: #B2542E;
            font-weight: 700;
            text-align: left;
            margin-bottom: 5px
        }

    body#payment .shopping-cart tr.product td.quantity::before {
        display: inline-block
    }

    .shopping-cart tr.product td.price::before {
        content: "Price: ";
        color: #B2542E
    }

    .shopping-cart tr.product td.total::before {
        content: "Total: ";
        color: #B2542E
    }

    div#order-summary select#ship-type {
        margin-bottom: 5px;
        min-width: 300px
    }

    div#order-summary .continue-checkout .continue {
        margin-right: 0
    }

    div#description {
        width: 100%
    }

    .shopping-cart tr.product td.description strong {
        font-size: 16px
    }

    div#delivery-reviews ul.tabs > li > a {
        font-size: 18px
    }

    .shopping-cart td.quantity div.update-delete {
        width: 100%;
        margin-top: 5px;
        clear: left;
        text-align: left
    }

    .shopping-cart tr.product td.quantity span.update, .shopping-cart tr.product td.quantity span.delete {
        padding: .25em 0
    }

    table.customer-info {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .cc-info {
        width: 100%;
        margin-top: 25px
    }

        .cc-info input[type=text] {
            width: 95%
        }

        .cc-info div.expiration-date {
            width: 100%
        }

    img.accepted-credit-cards {
        max-width: 100%;
        height: auto
    }

    .cc-info input[type=text], div#gift input[type=email] {
        width: 95%;
        font-size: 16px
    }

    div#order-summary span.price {
        font-size: 20px
    }

    div#product-main > div.product-info > div.offer {
        font-size: 24px
    }

    div#product-main > figure#product-images > div#thumbnails {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    section.page-content .register-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
        background-color: #E6E7E8;
        padding: 25px 5%
    }

        section.page-content .register-form div {
            font-size: 20px;
            width: 100%
        }
}

@media only screen and (max-width:480px) {
    header section > .page-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header .logo-container {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header img#logo {
        height: 60px;
        margin-right: 0
    }

    header .search-account-cart-container {
        width: 100%;
        margin-top: -50px
    }

    header #account-cart {
        width: 100% !important;
        margin-top: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        header #account-cart > * {
            padding-top: .5em;
            padding-bottom: .5em;
            font-size: 16px !important
        }

        header #account-cart span.pipe {
            display: none
        }

        header #account-cart a.cart {
            background-image: none;
            padding-left: 0
        }

    footer .logo-container span.description {
        text-align: center
    }

    figure.featured-image figcaption > h2 {
        font-size: 36px
    }

    figure.slider figure figcaption h2 {
        font-size: 22px
    }

    section.page-content img.left-aligned, section.page-content img.right-aligned, section.page-content img.center-aligned {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    section.page-content .gray-bg p {
        overflow-wrap: break-word
    }

    .dropdown-container select {
        font-size: 18px
    }

    section.page-content p {
        font-size: 16px
    }

    nav#sidebar-myaccount input {
        margin-top: 0
    }

    .product-container {
        grid-template-columns: repeat(auto-fill,145px);
        grid-gap: 5px
    }

        .product-container .product {
            width: 145px
        }

            .product-container .product .image-container {
                width: 145px;
                height: 145px
            }

            .product-container .product h5.product-title {
                font-size: 18px
            }

        .product-container div.product a.catalog-item-name {
            font-size: 16px
        }

        .product-container .product a.add-to-cart {
            font-size: 14px;
            text-align: center;
            padding: .25em 1em .25em 1em;
            background: #F6921E
        }

    div.catalog-item-price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        div.catalog-item-price > * {
            width: 100%
        }

    div.price-rating-container div.star-rating {
        width: 100%
    }

        div.price-rating-container div.star-rating > span.star {
            width: 15px;
            height: 15px
        }

    figure.featured-image figcaption h2.page-title {
        font-size: 22px !important
    }

    div#brand-index-container div.letter-container > ul > li {
        width: 47.5%;
        padding-right: 2.5%
    }

    .product-container h4.category-title {
        font-size: 18px
    }

    div#order-summary select#ship-type {
        margin-bottom: 5px;
        min-width: 300px;
        margin-right: 0
    }

    div#delivery-reviews ul.tabs > li > a {
        font-size: 16px
    }

    div#product-main > div.product-info > h2.product-name {
        font-size: 24px
    }

    section.page-content h3 {
        font-size: 22px
    }

    section.page-content h4 {
        font-size: 20px
    }

    div#product-main > div.product-info > div.quantity-cart > input.add-to-cart {
        margin: 10px 0
    }

    div#description {
        margin-top: 50px
    }
}

@media only screen and (max-width:320px) {
    footer #footer-message {
        width: 95%
    }

    footer #sitemap .sitemap-list, footer #articles-list > ul > li {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%
    }

    figure.slider figure figcaption p {
        display: none
    }

    figure.featured-image figcaption > h2 {
        font-size: 32px;
        text-align: center
    }

    .cart-dob div select {
        width: 100%
    }
}

.NewItem {
    color: red
}

figure.error-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 50px
}

    figure.error-image > img {
        width: 100%;
        height: auto;
        max-width: 560px
    }

figure.featured-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 50px
}

    figure.featured-image > img {
        width: 100%;
        height: auto
    }

div#article-products-container div.product {
    float: left;
    margin: 15px
}

    div#article-products-container div.product div.image-container {
        float: left;
        height: 175px
    }

        div#article-products-container div.product div.image-container img {
            height: 175px;
            background-color: #BBBDBF
        }

    div#article-products-container div.product div.list-container {
        float: right;
        height: 175px
    }

@supports (display:grid) {
    div#article-products-container {
        display: grid;
        grid-template-columns: repeat(auto-fill,250px);
        grid-gap: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

div#article-products-container div.brand {
    margin: 0
}

div#article-text-container {
    clear: both
}

    div#article-text-container div.article-section {
        display: grid;
        grid-template-columns: repeat(auto-fill,47%);
        grid-gap: 50px;
        -webkit-box-pack: center
    }

    div#article-text-container div.left-aligned-text-container {
        display: block;
        float: left;
        overflow: auto;
        width: 50%;
        margin-right: 10px
    }

    div#article-text-container div.right-aligned-image-container {
        display: block;
        float: right;
        max-width: 50%;
        height: auto
    }

.rightSection {
    display: block;
    float: right;
    max-width: 48%;
    height: auto;
    overflow: hidden
}

    .rightSection img {
        max-width: 100%;
        height: auto
    }

.leftSection {
    display: block;
    float: left;
    overflow: auto;
    width: 50%;
    margin-right: 10px
}

    .leftSection img {
        max-width: 100%;
        height: auto
    }

@media only screen and (max-width:620px) {
    .leftSection, .rightSection {
        width: 100%;
        margin: 0 auto
    }
}

.articleVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden
}

    .articleVideo iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.videoWrap {
    position: relative;
    width: 100%;
    height: auto
}

.rightSectionlower {
    display: block;
    float: right;
    max-width: 63%;
    height: auto;
    overflow: hidden
}

    .rightSectionlower img {
        max-width: 100%;
        height: auto
    }

.leftSectionlower {
    display: block;
    float: left;
    overflow: auto;
    width: 35%;
    height: auto
}

    .leftSectionlower img {
        max-width: 100%;
        height: auto
    }

@media only screen and (max-width:620px) {
    .leftSectionlower, .rightSectionlower {
        width: 100%;
        margin: 0 auto
    }
}

.bottomSection {
    width: 100%;
    height: auto
}

.ItemHeader {
    color: #000;
    font-family: Arial;
    font-size: 140%
}

.FandB {
    padding-top: 5px;
    padding-bottom: 5px
}

.ShopIt {
    color: red;
    font-family: Arial;
    font-size: 140%;
    font-weight: 700
}

    .ShopIt a {
        color: red
    }

.WTTU {
    font-family: Arial;
    font-size: 220%;
    color: navy;
    font-weight: bolder
}

.BigBlack {
    font-family: Arial;
    font-size: 140%;
    font-weight: 700
}

.ComingSoon {
    font-family: Arial;
    font-size: 260%;
    color: Red;
    font-weight: bolder
}

.leftHalf {
    display: block;
    float: left;
    overflow: hidden;
    width: 49%;
    margin-right: 10px
}

    .leftHalf img {
        max-width: 100%;
        height: auto
    }

.rightHalf {
    display: block;
    float: right;
    width: 49%;
    height: auto;
    overflow: hidden
}

    .rightHalf img {
        max-width: 100%;
        height: auto
    }

.leftThird {
    display: block;
    float: left;
    width: 29%;
    height: auto;
    overflow: hidden
}

    .leftThird img {
        max-width: 100%;
        height: auto
    }

.rightThird {
    display: block;
    float: right;
    width: 29%;
    height: auto;
    overflow: hidden
}

    .rightThird img {
        max-width: 100%;
        height: auto
    }

.middleThird {
    display: block;
    width: 42%;
    height: auto;
    overflow: hidden
}

    .middleThird img {
        max-width: 100%;
        height: auto
    }

.leftTwoThirds {
    display: block;
    float: left;
    width: 69%;
    height: auto;
    overflow: hidden
}

    .leftTwoThirds img {
        max-width: 100%;
        height: auto
    }

.rightTwoThirds {
    display: block;
    float: right;
    width: 69%;
    height: auto;
    overflow: hidden;
    vertical-align: middle
}

    .rightTwoThirds img {
        max-width: 100%;
        height: auto
    }

@media only screen and (max-width:620px) {
    .leftHalf, .rightHalf, .leftThird, .middleThird, .rightThird, .leftTwoThirds, .rightTwoThirds {
        width: 100%;
        margin: 0 auto
    }
}

.articleSection {
    clear: both
}

    .articleSection a:link {
        color: #000
    }

    .articleSection ul {
        list-style: none
    }

.accountBlocks {
    padding: 10px 10px 10px 10px
}

.accountSidebar input[type=submit] {
    font-size: 25px;
    color: #fff;
    background-color: #b2542e;
    padding: .5em 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer
}

.AccountBlocks input[type=submit] {
    font-size: 25px;
    color: #fff;
    background-color: #b2542e;
    padding: .5em 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer
}

.AccountBlocks input[type=text] {
    background-color: #e8e4e6;
    border: none;
    padding: 1em 2.5%;
    width: 250px
}

.AccountBlocks input[type=password] {
    background-color: #e8e4e6;
    border: none;
    padding: 1em 2.5%;
    width: 250px
}

.AccountBlocksAlt {
    background-color: #e8e4e6;
    padding: 10px 10px 10px 10px
}

    .AccountBlocksAlt input[type=submit] {
        font-size: 25px;
        color: #fff;
        background-color: #b2542e;
        padding: .5em 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        cursor: pointer
    }

    .AccountBlocksAlt input[type=text] {
        background-color: #fff;
        border: none;
        padding: 1em 2.5%;
        width: 250px;
        margin-bottom: 15px
    }

    .AccountBlocksAlt input[type=password] {
        background-color: #fff;
        border: none;
        padding: 1em 2.5%;
        width: 250px;
        margin-bottom: 15px
    }

    .AccountBlocksAlt select {
        border: solid;
        border-width: 1px;
        -webkit-appearance: none;
        -moz-appearance: none
    }

.actContent {
    display: block;
    float: right;
    width: 80%;
    height: auto;
    overflow: hidden;
    vertical-align: middle
}

    .actContent img {
        max-width: 100%;
        height: auto
    }

    .actContent button {
        font-size: 25px;
        color: #FFF;
        background-color: #B2542E;
        padding: .5em 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        cursor: pointer
    }

    .actContent input[type=submit] {
        font-size: 25px;
        color: #fff;
        background-color: #b2542e;
        padding: .5em 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        cursor: pointer
    }

@media only screen and (max-width:1024px) {
    .actContent {
        width: 100%;
        margin: 0 auto;
        float: none
    }

    .articleContainer {
        display: table-footer-group;
        float: none
    }

    .accountSidebar {
        display: table-header-group
    }
}

.shipAddEdit input[type=text] {
    background-color: #fff;
    border: none;
    padding: 1em 2.5%;
    width: 250px;
    margin-bottom: 15px
}

.shipAddEdit TextBox {
    background-color: #fff;
    border: none
}

.shipAddEdit Select {
    border: solid;
    border-width: 1px;
    margin-bottom: 15px
}

.shipAddEdit table {
    margin-left: 25px;
    text-align: right;
    width: 750px;
    background-color: #e8e4e6
}

AddressLabel {
    width: 500px
}

.ActNotification table {
    width: 100%
}

.ActNotification a {
    color: #000
}

.AccountContent Select {
    color: #b2542e;
    background: url(/images/tstmobilesite/down-triangle-orange.svg) #e6e7e8;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: 95% center;
    margin-right: 25px;
    padding-right: 3em;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

.AccountContent Button:hover {
    background-color: #000
}

.AccountContent a:hover {
    background-color: none
}

.AccountContent input[type=submit]:hover {
    background-color: #000
}

@media only screen and (max-width:1024px) {
    .notificationLeft {
        display: table-header-group
    }

    .notificationRight {
        display: table-footer-group
    }
}

.infoSect {
    margin-bottom: 10px
}

.addressdata ul {
    list-style-type: none
}

.itemPlaceHolder {
    font-size: 17px;
    padding-bottom: 15px;
    width: 300px
}

    .itemPlaceHolder LinkButton {
        width: 45%
    }

    .itemPlaceHolder a {
        font-size: 25px;
        color: #FFF;
        background-color: #B2542E;
        padding: .5em 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        border: none;
        cursor: pointer;
        text-decoration: none
    }

.orderSect a:link {
    font-size: 25px;
    color: #FFF;
    background-color: #B2542E;
    padding: .5em 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none
}

.AddressWrapper {
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    grid-template-columns: repeat(auto-fill,240px);
    grid-gap: 50px
}

.OrderDetails {
    width: 100%
}

    .OrderDetails input[type=text] {
        background-color: #e8e4e6;
        border: none;
        padding: 1em 2.5%;
        width: 50px;
        text-align: center
    }

    .OrderDetails input[type=submit] {
        font-size: 25px;
        color: #fff;
        background-color: #b2542e;
        padding: .5em 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        cursor: pointer;
        width: 100%
    }

.odTopper {
    width: 100%;
    overflow: hidden
}

.odDate {
    width: 70%;
    float: left
}

.odPrint {
    width: 30%;
    float: right
}

@media only screen and (max-width:1024px) {
    .odDate {
        width: 100%;
        display: table-header-group
    }

    .odPrint {
        width: 100%;
        display: table-header-group
    }
}

.odContainer a {
    color: #000
}

.odHead {
    width: 50%
}

.odQuantity {
    float: right
}

@media only screen and (max-width:1024px) {
    .odHead {
        display: block;
        width: 100%
    }

    .odFoot {
        display: table-footer-group;
        width: 100%
    }
}

.accordion {
    overflow: hidden;
    border-radius: 3px
}

    .accordion h3 {
        background-color: #b2542e;
        margin-top: 10px;
        color: #fff;
        font-size: 1.5em;
        padding: 10px
    }

@media only screen and (max-width:1068px) {
    .accordion h3 {
        font-size: 1em
    }
}

@media only screen and (max-width:768px) {
    .accordion h3 {
        font-size: 1.5em
    }
}

.wishlistAdd a {
    font-size: 25px;
    color: #fff;
    background-color: #b2542e;
    padding: .5em 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .WishListProductList td + td + td + td + td + td {
        display: table-footer-group;
        width: 100%
    }

    .NotificationProductList td + td + td + td + td {
        display: table-footer-group;
        width: 100%
    }

    .OrderDetailsProductList td + td + td + td + td {
        display: table-footer-group;
        width: 100%
    }
}

.OrderGrid table {
    width: 100%
}

.MssSitemapViewContainer {
    padding-bottom: 20px
}

@media only screen and (max-width:860px) {
    .leftHalfCatMap {
        width: 100%;
        display: table-header-group
    }

    .rightHalfCatMap {
        width: 100%;
        display: table-footer-group
    }
}

.itemGrid a:hover {
    background-color: none
}

.headliners a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter ease 1s;
    -moz-transition: -moz-filter ease-in-out .5s;
    -ms-transition: -ms-filter ease-in-out .5s;
    -o-transition: -o-filter ease-in-out .5s;
    transition: filter ease-in-out .5s
}

@media only screen and (max-width:1024) {
    .gun-Header {
        display: table-header-group
    }

    .gun-fit {
        display: table-footer-group
    }
}

.mobile-search {
    width: 100%;
    z-index: 999;
    display: none
}

@media only screen and (max-width:768px) {
    .mobile-search {
        display: block
    }
}

.mobile-search input[type=text] {
    width: 80%;
    padding: 5px 5px;
    margin: 0;
    background-color: rgba(255,255,255,.7);
    border: 1px solid #6D6E70;
    margin-bottom: 5px
}

.mobile-search input[type=submit] {
    width: 45px;
    height: 10%;
    margin-left: -5px;
    margin-top: -15px;
    padding-bottom: 8px;
    background: url(/images/tstmobilesite/search.svg) #231F20;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-top: 1px solid #6D6E70;
    border-right: 1px solid #6D6E70;
    border-left: 1px solid #6D6E70;
    border-bottom: 1px solid #6D6E70
}

@media only screen and (max-width:860px) {
    .footer-message-container {
        width: 100%;
        display: table-header-group
    }

    .connectContainer {
        width: 100%;
        display: table-footer-group
    }
}

.gun-fit select {
    min-width: 150px;
    margin-bottom: 25px;
    padding: .5em 1em;
    font-size: 20px;
    color: #FFF;
    border: none;
    border-radius: 0;
    background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle.svg) #B2542E;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: 95% center
}

.gun-fit input[type=submit] {
    font-size: 25px;
    color: #fff;
    background-color: #b2542e;
    padding: .5em 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer
}

.gun-fit select option {
    color: #000;
    background-color: #E6E7E8
}

@supports (display:grid) {
    .gun-fit .cat-container;

{
    display: grid;
    grid-template-columns: repeat(auto-fill,200px);
    grid-gap: 25px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.arrow {
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    border: 10px solid transparent;
    border-top-color: #F3F3F3
}

.accHead.open .arrow {
    margin-top: 11px;
    border-bottom-color: #F3F3F3;
    border-top-color: transparent
}

@media only screen and (max-width:1024) {
    .gun-Header {
        display: table-header-group
    }

    .gun-fit {
        display: table-footer-group
    }
}

@supports (display:grid) {
    .partsFinder .product-container {
        display: grid;
        grid-template-columns: repeat(auto-fill,240px);
        grid-gap: 25px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .partsFinder .product-container .product {
            margin-left: 0;
            margin-right: 0
        }
}

.partsFinder .product-wrapper {
    width: 100%;
    padding-top: 25px
}

    .partsFinder .product-wrapper select {
        color: #B2542E;
        background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #E6E7E8;
        background-repeat: no-repeat;
        background-size: 1em 1em;
        background-position: 95% center;
        padding-right: 3em;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
        box-shadow: 2px 2px 2px rgba(0,0,0,.3)
    }

.partsFinder .product-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .partsFinder .product-container .product {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 240px;
        min-height: 300px;
        margin-bottom: 50px;
        margin-left: 25px;
        margin-right: 25px
    }

        .partsFinder .product-container .product img {
            height: 100%;
            width: auto
        }

        .partsFinder .product-container .product .image-container {
            display: block;
            width: 240px;
            height: 240px;
            background-color: #BBBDBF;
            overflow: hidden
        }

        .partsFinder .product-container .product span.sale {
            position: absolute;
            top: 0;
            right: 0
        }

span.sale {
    padding: .25em .5em;
    font-size: 16px;
    color: #FFF;
    background-color: #BE1E2D
}

.gun-fit select {
    width: 60%
}

@media only screen and (max-width:500px) {
    .gun-fit select {
        width: 100%
    }
}

.accordion {
    cursor: default
}

    .accordion h3 {
        margin-bottom: 0
    }

.arrow {
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    border: 10px solid transparent;
    border-top-color: #F3F3F3
}

.accHead.open .arrow {
    margin-top: 11px;
    border-bottom-color: #F3F3F3;
    border-top-color: transparent
}

.ui-state-focus {
    outline: none
}

.edit-toggle1 {
    float: right
}

.edit-toggle2 {
    float: right
}

@media only screen and (max-width:768px) {
    .categories-brand-container {
        width: 100%;
        min-width: 100%
    }
}

input[type=checkbox] {
    max-height: 20px;
    padding-bottom: 10px
}

.chkBrandList li {
    padding-top: 15px;
    padding-bottom: 15px
}

.edit-toggle {
    float: right
}

.categories-list-container a {
    color: #000;
    text-decoration: none
}

.categories-list-container ul {
    margin-bottom: 50px
}

    .categories-list-container ul li {
        padding: .25em 0 .25em 2.5%
    }

        .categories-list-container ul li:nth-of-type(odd) {
            background-color: #E6E7E8
        }

.slide {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

    .slide showing {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0
    }

p.boxfailure {
    border: 1px solid #000;
    border-radius: 25px;
    width: 91%;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    background-color: #fedc37;
    font-weight: 700;
    margin-bottom: 15px
}

.AccountNavButtons {
    height: 26px
}

.OrderDetails h3 {
    text-align: left;
    background-color: lightgray;
    margin-top: 20px;
    margin-bottom: 5px
}

.OrderDetails ul {
    list-style: none;
    text-align: left
}

.liOrderNoDate {
    list-style: none;
    width: 100%;
    text-align: left
}

    .liOrderNoDate li {
        display: inline;
        font-weight: 700;
        padding-right: 20px
    }

.PrintOrderButton {
    background-color: #b2542e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 30px;
    text-decoration: none
}

.AccountBlocks h3 {
    background-color: lightgray;
    padding-top: 3px;
    padding-bottom: 3px
}

.OrderWrapper {
    width: auto;
    overflow: hidden;
    padding-bottom: 30px;
    margin: 5px
}

.OrderCount {
    font-weight: 700;
    font-size: 120%;
    margin-top: 25px;
    margin-bottom: 25px
}

.OrderWrapper .HeaderWrapper {
    padding: 5px;
    width: auto;
    background-color: lightgray;
    overflow: hidden
}

    .OrderWrapper .HeaderWrapper .Header {
        width: auto;
        margin: 10px;
        overflow: hidden
    }

.OrderWrapper .ItemsWrapper {
    padding: 5px;
    width: auto;
    overflow: hidden;
    border: 1px solid lightgray
}

.OrderItemLIst {
    width: 100%
}

    .OrderItemLIst th {
        text-align: left
    }

    .OrderItemLIst td {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

.OrderWrapper .ButtonsWrapper {
    padding: 5px;
    width: auto;
    overflow: hidden
}

    .OrderWrapper .ButtonsWrapper ul {
        float: right;
        list-style: none
    }

.OrderDetailsButton {
    background-color: #b2542e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 30px;
    text-decoration: none
}

.cc-billing-container div.cc-info-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cc-billing-container .billing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    background-color: #E6E7E8
}

    .cc-billing-container .billing div {
        font-size: 20px;
        width: 50%;
        margin-bottom: 15px
    }

        .cc-billing-container .billing div input {
            width: 90%;
            padding: 1em 2.5%;
            border: none
        }

        .cc-billing-container .billing div select {
            width: 90%;
            padding: 1em 2.5%;
            argin-bottom: 15px;
            border: none
        }

    .cc-billing-container .billing p {
        width: 90%
    }

    .cc-billing-container .billing select {
        color: #B2542E;
        background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #FFF;
        background-repeat: no-repeat;
        background-size: 1em 1em;
        background-position: 95% center;
        width: 47.5%;
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 1em 7.5% 1em 2.5%;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
        box-shadow: 2px 2px 2px rgba(0,0,0,.3)
    }

.cc-info-form-container .cc-info div {
    margin-bottom: 15px
}

.security-code {
    width: 99%
}

    .security-code .cvv {
        width: 99%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .security-code .cvv div {
            margin: 0;
            padding: 0
        }

        .security-code .cvv .security-code-input {
            width: 60%
        }

        .security-code .cvv .security-code-example {
            align-content: flex-end;
            width: 30%
        }

    .security-code .security-code-example a {
        color: #B2542E !important
    }

        .security-code .security-code-example a:hover {
            color: #000 !important
        }

        .security-code .security-code-example a img {
            width: 60px;
            height: auto;
            margin: 0
        }

.payment-agree-box {
    margin: 10px 10px 20px 10px;
    width: auto;
    font-size: 1em
}

    .payment-agree-box p {
        font-size: 1em
    }

    .payment-agree-box div {
        padding: 10px 10px 20px 10px
    }

@media only screen and (max-width:768px) {
    .cc-billing-container .billing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
        background-color: #E6E7E8;
        padding: 25px 5%
    }

        .cc-billing-container .billing div {
            font-size: 20px;
            width: 100%
        }
}

.large-radio * {
    font-weight: 700;
    margin: 10px;
    font-size: 1em
}

.large-radio [type="checkbox"] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2)
}

.rdoShippingOptions input[type=checkbox], input[type=radio] {
    display: none
}

.rdoShippingOptions rdoShippingOptions {
    font-size: x-large;
    padding-right: 20px
}

.rdoShippingOptions label {
    color: #B2542E;
    background-color: #FFF;
    padding-left: 6px;
    padding-right: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: none;
    white-space: nowrap;
    clear: left;
    margin-right: 10px;
    margin-left: 10px;
    width: 283px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

    .rdoShippingOptions label:hover {
        color: #FFF;
        background: #B2542E
    }

input:checked + label {
    color: #FFF;
    background: #B2542E
}

.chkAgreeContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .chkAgreeContainer input {
        position: absolute;
        opacity: 0
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #000;
    border: solid;
    border-width: 1px;
    border-color: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

.chkAgreeContainer:hover input ~ .checkmark {
    background-color: #000
}

.chkAgreeContainer input:checked ~ .checkmark {
    background-color: #B2542E
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.chkAgreeContainer input:checked ~ .checkmark:after {
    display: block
}

.chkAgreeContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cart-offer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .5em 0 .5em 0;
    background-color: #e6e7e8;
    margin-bottom: 20px
}

    .cart-offer .offer-image {
        margin: .5em;
        width: auto
    }

        .cart-offer .offer-image img {
            width: 122px;
            height: 156px
        }

    .cart-offer .offer-description {
        width: 50%;
        margin: .5em
    }

    .cart-offer .offer-qty {
        margin: .5em;
        width: auto
    }

        .cart-offer .offer-qty select {
            color: #B2542E;
            background: url(https://www.midsouthshooterssupply.com/images/tstmobilesite/down-triangle-orange.svg) #E6E7E8;
            background-repeat: no-repeat;
            background-size: 1em 1em;
            background-position: 95% center;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-right: 25px;
            padding-right: 3em;
            -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
            box-shadow: 2px 2px 2px rgba(0,0,0,.3)
        }

    .cart-offer .offer-button {
        margin: .5em;
        width: auto
    }

        .cart-offer .offer-button input {
            float: right
        }

@media only screen and (max-width:1024px) {
    .cart-offer .offer-description {
        min-width: 70%
    }

    .cart-offer .offer-qty {
        width: 45%
    }

    .cart-offer .offer-button {
        min-width: 45%
    }
}

@media only screen and (max-width:768px) {
    .sumSect {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .cart-offer .offer-description {
        min-width: 90%
    }

    .cart-offer .offer-qty {
        width: 25%
    }

    .cart-offer .offer-button {
        min-width: 25%
    }
}

.privacy-policy {
    margin-bottom: 50px
}

    .privacy-policy ul {
        list-style: none;
        margin-left: 25px
    }

    .privacy-policy div p {
        margin-left: 25px
    }

.downloadable-forms a:hover {
    background-color: #000
}

.downloadable-forms a {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: .5em 1.5em;
    border: none;
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    background-color: #b2542e;
    text-transform: uppercase
}

.catMap {
    width: 70%;
    font-size: 20px;
    color: #000;
    text-decoration: none
}

    .catMap a {
        font-size: 20px;
        color: #fff;
        background-color: #b2542e;
        padding: .5em 1em;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        cursor: pointer;
        width: 40%;
        text-decoration: none
    }

.MssSitemapViewContainer {
    padding-bottom: 20px
}

@media only screen and (max-width:860px) {
    .catMap {
        width: 100%
    }

    .leftHalfCatMap {
        width: 50%
    }

    .rightHalfCatMap {
        width: 50%
    }

    #catMap .h3 {
        font-size: 12px
    }
}

@media only screen and (min-width:1025px) {
    header nav {
        display: block
    }
}

#mobileUserGreeting {
    display: none
}

#mobileLogOut {
    display: none
}

@media only screen and (max-width:1024px) {
    #mobileLogOut {
        display: block
    }

    #mobileUserGreeting {
        display: block
    }
}

.shop-now img {
    width: 100%
}

#MainContent_divEarplugs {
    display: none
}

    #MainContent_divEarplugs .offer-description {
        width: 70%
    }

    #MainContent_divEarplugs img {
        height: 122px;
        width: 122px
    }

@media only screen and (max-width:1213px) {
    #MainContent_divEarplugs .offer-description {
        width: 50%
    }
}

@media only screen and (max-width:558px) {
    #MainContent_divEarplugs {
        display: inline-block
    }

        #MainContent_divEarplugs .offer-description {
            width: 70%;
            float: right
        }

        #MainContent_divEarplugs img {
            height: auto;
            width: 20%;
            float: left
        }

        #MainContent_divEarplugs .offer-description #MainContent_earplugCBL label {
            font-size: 13px
        }
}
