.AddToCartQuantityTextBox{
	max-width: 57px !important;
}


/*General*/
.LoggedOut .loggedout {
    display: none;
}

.LoggedIn .loggedin {
    display: none;
}

.ShellMain, .ShellHeader, .ShellBanner, .ShellFooter, .ShellMain > div {
    float: left;
    width: 100%;
}

.ShellMain {
    overflow-x: hidden;
}

.ShellMainContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ShellMiniCart {
    min-width: 300px;
}

#MiniCartSubnavWrap {
    position: absolute;
    background: white;
    display: none;
    box-shadow: 5px 5px 10px #888888;
    border-radius: 2px;
}

li:hover #MiniCartSubnavWrap {
    display: block;
}
/*#region Header */
.ShellHeader .container {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.ShellHeader .ShellWelcome {
    background-image: url(/Static/images/Red_Banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    padding: 7px 0;
    margin-top: 40px;
    max-height: 120px;
}

    .ShellHeader .ShellWelcome .Welcome {
        float: left;
        clear: left;
        font-style: italic;
        font-size: 16px;
        vertical-align: middle;
        position: relative;
    }

.ShellLogo {
    float: left;
    text-align: center;
    position: relative;
    margin-top: -45px;
    padding: 0;
}

    .ShellLogo .Logo {
        max-width: 200px;
        margin: 0 auto;
    }

        .ShellLogo .Logo a img {
            width: 100%;
            max-width: 200px;
            z-index: 10;
        }
/*Top Icons*/
.navbar-nav#Icons {
    clear: right;
    float: right;
}

ul#Icons li {
    font-size: 20px;
    float: left;
}

    ul#Icons li a {
        color: #0c0c58;
    }

        ul#Icons li a:hover {
            text-decoration: none;
            color: #c00c27;
        }

    ul#Icons li .badge {
        margin-left: -5px;
        margin-top: -25px;
        background-color: #c00c27;
        font-size: 10px;
    }

.navbar-header {
    float: left;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.navbar-brand {
    float: none;
}

.pull-left.headerinfo h1 {
    color: #FFF;
    font-size: 22px;
    margin-top: 30px;
}

.pull-right.headerinfo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
}

    .pull-right.headerinfo span:first-child {
        font-weight: bold;
        font-size: 22px;
    }
/*Navbar*/
ul.navbar-left.collapse.navbar-collapse.js-navbar-collapse li {
    float: left;
    list-style: none;
    padding: 10px 5px
}

div#navbarNavDropdown-left .navbar-nav > li > a {
    color: #0c0c58;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: #c00c27;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a.dropdown-toggle:focus, .navbar-default .navbar-nav > li > a.dropdown-toggle:hover, #navbarNavDropdown-right > ul > li > a:hover {
        color: #fff;
        background-color: #c00c27;
    }

.navbar-default {
    background: #FFF;
}

li.TopSearch {
    display: none;
}

/*#region Search Button */
li.LiForSearch {
    position: relative;
    width: 35px;
}

.ShellAbsalutSearch {
    position: absolute;
    right: 0;
    width: 250px;
    text-align: right;
    margin-top: 10px;
    margin-right: 30px;
}

.HiddenSearchButton {
    display: none;
}

.SearchWrapper .SearchButton {
    width: 30px;
    height: 30px;
    float: left;
    top: 0;
    right: 0;
    position: absolute;
}
    .SearchWrapper .SearchButton :hover{
        cursor:pointer;
    }.ShellAbsalutSearch .SearchWrapper {
        clear: right;
        float: right;
        width: 100%;
    }


.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
    z-index: 2;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
        margin-right: 15px;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        border-radius: 4px 25px 25px 4px;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 32px;
        height: 32px;
        line-height: 34px;
        text-align: center;
        color: #FFF;
        background-color: #c00c27;
        border-radius: 25px;
        left: initial;
        font-size: 14px;
    }
/*#endregion */
/*#region Mega Drop down */

.navbar-nav > li > .dropdown-menu {
    margin: 0 auto;
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px;
    width: calc(100% - 140px);
}

    .navbar-nav > li > .dropdown-menu ul:first-child {
        column-width: 314px !important;
        width: 100%;
    }

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        left: 600px;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 17px solid #ccc;
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        top: -17px;
        left: 598px;
        z-index: 8;
    }

ul#enforcement:after {
    left: 400px;
}

ul#enforcement:before {
    left: 402px;
}

.nav #prevention:before {
    left: 206px;
}

.nav #prevention:after {
    left: 204px;
}

.nav #exclusives:before {
    left: 608px;
}

.nav #exclusives:after {
    left: 606px;
}

.nav #rapid:before {
    left: 790px;
}

.nav #rapid:after {
    left: 788px;
}

ul.SubMenu li {
    list-style: none;
    margin: 0;
    display: table;
}

ul.SubMenu {
    padding: 0;
}

.dropdown-menu > ul.SubMenu > li.Links > a {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 3px;
    color: #c00c27;
    display:table;
}

.dropdown-menu ul.SubMenu li a {
    color: #888888;
}

    @media only screen and (max-width : 992px) {
        ul #enforcement:after {
            left: 308px;
        }

        ul#enforcement:before {
            left: 310px;
        }

        .nav #prevention:before {
            left: 160px;
        }

        .nav #prevention:after {
            left: 158px;
        }

        .nav #exclusives:before {
            left: 490px;
        }

        .nav #exclusives:after {
            left: 488px;
        }
    }

    @media only screen and (max-width : 768px) {
        .mega-dropdown-menu:before, .mega-dropdown-menu:after {
            display: none;
        }
    }
    /*#endregion */
    /*#endregion */
    /*#region Foter */
    .ShellFooter {
    background-color: #333333;
    color: #FFF;
    margin-top: 20px;
}

    .ShellFooter .container {
        max-width: 1000px;
    }

.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;
}

    .footer-ul li {
        line-height: 24px;
        font-size: 14px;
        margin-top: 15px;
    }

        .footer-ul li a, .footerleft a, .ShellFooter a {
            color: white;
        }

    .footer-ul i {
        margin-right: 10px;
        font-size: 20px;
    }

    .footer-ul li a:hover {
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        color: #c00c27;
        text-decoration: none;
    }

.copyright {
    min-height: 40px;
}

    .copyright p {
        text-align: center;
        color: #FFF;
        padding: 10px 0;
        margin-bottom: 0px;
    }

    .copyright a {
        color: white;
        text-decoration: underline;
    }

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}

    .bottom_ul li a {
        color: #FFF;
        font-size: 12px;
    }


/*#endregion */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}
/*ScrollTo Top*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #c00c27;
    color: #FFF;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 12px;
    bottom: 90px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #0c0c58;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper span.glyphicon.glyphicon-circle-arrow-up {
        line-height: 1.6;
        font-size: 25px;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0c0c58;
}

.navbar-default .navbar-toggle {
    border-color: #0c0c58;
}
/*Responsive Breake points*/
/* Large Devices, Wide Screens */
@media (max-width: 1000px) {
    .ShellAbsalutSearch {
        margin-top: 5px;
    }

    .navbar-left {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-left: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-right {
        float: right !important;
    }

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar .navbar-collapse {
        float: left;
        clear: both;
        width: 100%;
        border: none;
    }

    .navbar-header {
        width: unset;
        clear: left;
    }
}


/* Small Devices, Tablets */
.no-on-mobile {
    display: none !important;
}

@media only screen and (max-width : 768px) {
    .no-on-mobile {
        display: block !important;
    }

    li.LiForSearch {
        display: none !important;
    }

    .ShellLogo {
        clear: both;
        float: unset;
        position: absolute;
        width: 100%;
        text-align: center;
        margin-top: -60px;
    }

        .ShellLogo .Logo a img {
            max-width: 100px;
        }

    .ShellHeader .ShellWelcome {
        max-height: unset;
        margin-top: 50px
    }

    .pull-left.headerinfo, .pull-right.headerinfo {
        clear: both;
        width: 100%;
        margin: 0 0 5px;
        font-size: 12px;
        text-align: center;
    }

        .pull-left.headerinfo h1 {
            margin-bottom: 0;
            margin-top: 40px;
            font-size: 18px
        }

        .pull-right.headerinfo span:first-child {
            font-size: 16px;
        }

    .footer-ul li {
        text-align: center;
        margin-top: 5px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
/*Item page changes*/
.AddToCartError {
    float: left !important;
    clear: left;
    font-size: 18px;
}






