/* MAIN.CSS *//* compiled version of site.css and style.css for custom builds *//* INIT GLOBALS */
body, html, h1, h2, h3, h4, h5, h6, p, ul, li, a, span, div, img, input {
    outline: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #666;
    background: #fff;
    min-width: 670px;
}

body.cms_class { /* for tinymce */
    text-align: left;
    background: #fff;
    background-image: none;
}

.wrap {
    display: block;
    margin: 0 auto;
    min-width: 570px;
    max-width: 1000px;
    padding: 0px 30px;
}

#content {
    padding-bottom: 3em;
}

#content #breadcrumb .wrap {
    padding: 10px 0 11px;
}

a.breadcrumblink {
    white-space: nowrap;
}

#content #breadcrumb img {
    display: inline-block;
    margin: 0 .25em 0 .3em;
}

b, strong {
    font-weight: 700;
}

.categorySpacer {
    background-color: #999999;
    height: 1px;
}

a.reverseText:link, a.reverseText:visited, a.reverseText:active, .reverseText {
    color: #2eabed;
    text-decoration: none;
    font-weight: inherit;
}

a.reverseText:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: inherit;
}

a.sp_link, a.sp_link:visited {
    color: inherit;
    text-decoration: none;
}

a.sp_link:hover, a.sp_link:active {
    color: inherit;
    text-decoration: underline;
}

li {
    list-style-position: inside;
    list-style: none;
}

.bar {
    background-color: #999999;
    height: 5px;
}

.bodySpacer {
    background-color: #dcdddd;
    height: 1px;
}

.button:hover, .button_sm:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

/* .button_bar { background-color:#EFEFEF}*/
dt {
    font-weight: 700;
}

.error {
    font-size: 14px;
    font-weight: normal;
    color: red;
}

.inputFieldBody, .inputField {
    border: 1px #999 solid;
    font-size: 14px;
    margin: 2px;
    height: 24px;
    padding-left: 2px;
    color: #666;
}

.inputFieldBodyHighlight {
    border: 1px #999 solid;
    font-size: 14px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 2px;
    color: #666;
    background-color: #f6f0dc;
}

a.category {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background-color: rgb(123, 123, 123);
    text-decoration: none;
}

a.category:link, a.category:visited, a.category:active {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background-color: rgb(123, 123, 123);
    text-decoration: none;
}

a.category:hover, .categoryActive, a.categoryActive:link, a.categoryActive:visited, a.categoryActive:active, a.categoryActive:hover {
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    color: #666666;
}

.category {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background-color: rgb(123, 123, 123);
}

.categoryHead {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.inputQtyBody {
    border: 1px #cccccc solid;
    font-size: 14px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    color: #666;
    text-align: center;
    background: #f2f2f2;
    padding: 0px;
    width: 45px;
    height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select, .selectBody {
    color: #666;
    font-size: 14px;
}

.items {
    font-size: 14px;
}

#content li {
    list-style-position: inside;
    list-style-type: square;
}

.line {
    background-color: #999999;
}

.loading, #loadingpage {
    position: fixed;
    width: 40%;
    height: 40%;
    z-index: 500;
    left: 40%;
    top: 50%;
    border: 0;
    text-indent: -999999px;
    background: transparent url('../../../images/loading.gif') no-repeat left top;
}

.pageContents {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.pageContentsBold {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.pageContentsLabel {
    font-weight: bold;
}

.pageDescription {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    vertical-align: top;
    margin: 15px 0 10px;
    text-transform: none !important;
}

.pageDescription h3 {
    text-transform: none !important;
}

.note, .pageMsg {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.pageSmall {
    font-size: 10px;
}

.pageSmallBold {
    font-size: 10px;
    font-weight: bold;
}

.pageTitle {
    font-size: 26px;
    font-weight: normal;
    color: #666;
    background-color: #FFFFFF;
    line-height: 110%;
}

.pageNav {
}

td, label {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

table.border_dark, tr.border_dark, td.border_dark {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

td.contents {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding-right: 20px;
}

td.contentsBold_sm {
    font-size: 10px;
    font-weight: bold;
}

td.contents_sm {
    font-size: 10px;
    font-weight: normal;
}

td.formLabel {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 1.3;
}

td.formLabelBold {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    line-height: 1.3;
}

td.grayborder {
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
}

td.menuList {
    font-size: 14px;
    font-weight: bold;
}

td.tableHeader {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

td.tablebg {
    background-color: #ebeef4
}

th {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background-color: #cccccc;
}

.tspace {
    height: 5px;
}

.pspace {
    height: 10px;
}

.tzone {
    display: none;
}

/* end silver.css import */
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.clear, .relax {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

A, A:focus {
    outline: 0;
}

fieldset {
    border: none;
}

/* HEADLINE TEXT */
h1, .header1 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #404040;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

h2, .header2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #666;
    margin: 0.5em 0;
}

h3, .header3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: #666;
    margin: 0.5em 0;
}

h4, .header4 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #666;
    margin: 0.5em 0;
}

/*  LINKS  */
A, A:visited {
    color: #2eabed;; /* link color */
    text-decoration: none;
}

A:hover, A:active {
    color: #2eabed;; /* link hover color */
}

/* BACKGROUND COLORS */
.accent_background, a.btn.checkout {
    background: #F0900D;
}

a.btn.add-to-cart {
    background: #be1e2d;
}

a.btn.view-cart, a.btn.viewcart, a.btn.wish-list, a.btn.wishlist {
    background: #0e68d6bf;
}

a.btn.add-to-cart:hover, #product-page a.btn.add-to-cart:hover {
    background: #2eabed;
}

a.btn.checkout:hover {
    background: #2eabed;
}

a.btn.view-cart:hover, a.btn.wish-list:hover, a.btn.viewcart:hover, a.btn.wishlist:hover {
    background: #2eabed;
}

.box:nth-of-type(odd) { /* alternate background bands of color */
    background: #ffffff;
}

.box:nth-of-type(even) {
    background: #f2f2f2;
}

/* LIGHT, OR DARK TEXT */
.light {
    color: #fff;
}

.dark {
    color: #666;
}

/*** TEXT SECTIONS, COLUMNS (CONTENT PAGES) ***/
#content p {
    padding: 0 0 0.75em 0;
}

#content .pageDescription p {
    padding-bottom: 0;
}

.textsection, .box {
    padding: 1em 0 2em;
}

.textsection.box {
    padding: .5em 0;
}

.textsection h1, .box h1 {
    text-align: center;
}

.four-col .col {
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
    margin: 0 2%;
}

.four-col .col:first-child, .four-col .col:nth-child(4n+1) {
    margin-left: 0;
}

.four-col .col:nth-child(4n+0) {
    margin-right: 0;
}

.three-col .col {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 2%;
}

.three-col .col:first-child, .three-col .col:nth-child(3n+1) {
    margin-left: 0;
}

.three-col .col:nth-child(3n+0) {
    margin-right: 0;
}

.two-col .col {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 2%;
}

.two-col .col:first-child, .two-col .col:nth-child(2n+1) {
    margin-left: 0;
}

.two-col .col:nth-child(2n+0) {
    margin-right: 0;
}

.col ul li {
    list-style: inside square;
}

/* HIGHLIGHTED NOTES */
.note, .pageMsg {
    color: #254287;
}

/* text highlight color *//*** ADMIN AND MYACCOUNT LISTS ***/
.listnav {
    width: 100%;
    max-width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 2% 10px 0;
}

.listnav h2 {
    font-weight: normal;
}

/*  BUTTONS  *//* scanSearch button */
a.scanSearch {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 4px;
    right: 30px;
    height: 20px;
    width: 36px;
    font-weight: 300;
    line-height: 1.0;
    background: transparent;
    font-size: 1px;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 2000;
}

a.scanSearch:before {
    font-family: "FontAwesome";
    content: "\f02a";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 1.0;
    height: 20px;
    width: 36px;
    transform: scale(1.2, 1.0);
}

a.scanSearch:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 32px;
    height: 12px;
    text-align: center;
    border: 0;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -ms-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -o-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    border-top: 1px solid #92e842;
    background: rgba(146, 232, 66, 0.75);
    background: -moz-linear-gradient(top, rgba(146, 232, 66, 0.75) 0%, rgba(146, 232, 66, 0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146, 232, 66, 0.75)), color-stop(100%, rgba(146, 232, 66, 0.3)));
    background: -webkit-linear-gradient(top, rgba(146, 232, 66, 0.75) 0%, rgba(146, 232, 66, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(146, 232, 66, 0.75) 0%, rgba(146, 232, 66, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(146, 232, 66, 0.75) 0%, rgba(146, 232, 66, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(146, 232, 66, 0.75) 0%, rgba(146, 232, 66, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92e842', endColorstr='#92e842', GradientType=0);
}

/* end scanSearch button *//* admin and standard buttons */
.button, .button_sm {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.0;
    display: inline-block;
    color: #FFFFFF !important;
    background-color: #666; /* accent color */
    padding: 3px 12px 4px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    text-decoration: none !important;
}

.button_sm {
    font-size: 10px;
}

/* cart and order buttons */
.button-bar { /* find-page buttons' bar */
    padding: 10px;
}

.btn, .btn:visited { /* cart and order buttons */
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    font-weight: 400;
    background-color: #f0900d;
    padding: 4px 12px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: #2eabed;
}

.button-bar { /* find page buttons in a bar */
    clear: left;
    position: relative;
}

.button-bar .btn {
    margin-right: 10px;
}

#shopcart-page .button-bar .btn {
    margin: 10px;
}

/*  BREADCRUMBS  */
.breadcrumb {
    font-size: 12px;
    color: #404040;
    font-weight: 600;
    margin-top: 20px;
}

a.breadcrumblink {
    color: #404040; /* link color */
    text-decoration: none;
    font-weight: 600;
}

a.breadcrumblink:hover, a.breadcrumblink:active {
    color: #2eabed; /* link hover color */
}

/****HEADER****/
header {
    width: 100%;
}

.top-header {
    background: #F0900D;
    font-size: 12px;
    padding: 10px 0 0 0;
    color: #fff;
    font-family: 'Amiko', sans-serif;
    font-weight: 700; /* color: #666;    background-color: #efefef;    border-bottom: 1px solid #999;    */
}

.top-header A, .top-header A:visited {
    color: #fff;
    padding: 0 2px;
}

.top-header A:hover, .top-header A:active {
    color: #fff;
}

.middle-header {
    padding-bottom: 5px;
    background: #F0900D;
}

.bottom-header {
    background: #0e68d6;
}

.top-nav {
    display: inline-block;
    transform: translateX(-50%);
    margin-left: 50%;
}

.top-cart {
    float: right;
    padding-left: 24px;
}

.top-cart a, .top-register a {
    margin: 0;
    padding: 0;
}

.top-cart a i.fas {
    font-size: 14px;
}

.top-cart a.cartRound {
    background: #0e68d6;
    border-radius: 50%;
    padding: 2px 7px;
}

.top-cart a.cartRound.fullCart {
    background: #2eabed;
}

.top-register {
    float: right;
}

.top-register .top-questions {
    position: absolute;
    top: 95px;
}

.logo {
    float: left;
    margin-right: 88px;
    position: relative;
    bottom: 12px;
}

.logo img {
    width: 220px;
    max-height: 150px;
}

.nav {
    display: inline-block;
}

.nav a.btn {
    padding: 5px 13px;
    margin: 5px 0;
}

.nav ul {
    display: inline;
}

.nav ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 9px 12px;
    position: relative;
}

.nav ul li:hover {
    background: #2eabed;
}

.nav ul li.nav-reviews, .nav ul li.nav-reviews:hover {
    background: transparent;
    padding: 9px 12px 0;
}

.nav a, .nav a:visited {
    font-size: 14px;
    color: #fff;
    font-family: 'Amiko', sans-serif;
    font-weight: 700;
}

.nav ul > li:last-child > a, .nav ul > li:last-child > a {
}

.nav .drop-down-area li a.drop-down-btn {
    margin-right: 10px;
}

.nav .drop-down-area li a.drop-down-btn:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin: .7em 0 0 .3em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    z-index: 100;
}

.nav .drop-down-area li.open a.drop-down-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: .7em 0 0 .3em;
    border: none;
    z-index: 100;
}

.nav .drop-down-area li.open a.drop-down-btn:after {
    content: " ";
    width: 0;
    position: absolute;
    height: 0;
    margin: .4em 0 0 .3em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    z-index: 100;
}

.nav a:hover, .nav a:active, .nav a.drop-down-btn:hover, .nav a.drop-down-btn:active {
}

.nav .drop-down-area {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.nav .drop-down-area ul li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0 10px;
}

.nav .drop-down-area .drop-down-box {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 1.3;
    padding: 15px;
    background: #f2f2f2;
    min-width: 600px;
    z-index: 1000;
    top: 43px;
    left: -50px;
    columns: 5;
    -webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.21);
}

.nav .drop-down-area ul.drop-down-box li {
    padding: 5px 10px;
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align: left;
}

.nav .drop-down-area .drop-down-box li a {
    background-image: none;
    font-size: inherit;
    color: #4d4d4d;
}

.nav .drop-down-area .drop-down-box li:hover {
    background: #f2f2f2;
}

.nav .drop-down-area .drop-down-box li:hover a {
    color: #36bae1;
}

.nav li a img {
    width: 100px;
}

.nav .nav-links {
    display: inline-block;
}

.search {
    margin-top: 22px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    z-index: 1000;
}

.search input[type="text"] {
    width: 380px;
    height: 30px;
    font-size: 13px;
    line-height: 39px;
    padding-left: 10px;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search button[type="submit"] {
    border: none;
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 18px;
    font-weight: 300;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    background: #2eabed;
}

.search input[type="submit"]:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* jquery-autocomplete */
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-autocomplete.ui-widget {
    font-size: 100%;
}

.ui-autocomplete.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

.ui-autocomplete.ui-front {
    z-index: 200;
}

.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ***************************************** edit these items to match site's theme **************************************** */
.ui-autocomplete.ui-widget-content { /* dropdown menu */
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #666666;
    max-width: 298px;
    line-height: 1.2;
}

.ui-autocomplete.ui-menu .ui-menu-item { /* individual dropdown menu items */
    cursor: pointer;
    list-style: none;
    margin: 0;
    min-height: 0;
    padding: 3px 1em 3px 0.4em;
    position: relative;
}

.ui-autocomplete.ui-menu .ui-menu-item:hover { /* hover style of menu items */
    color: #ffffff;
    font-weight: normal;
    background: #666666;
}

.ui-autocomplete.ui-menu .ui-menu-item:hover a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/*** HOME PAGE ***/
#home-page #content {
    padding-bottom: 0;
}

/*** PRODUCT SPECIALS - HOME PAGE ***/
.prodspecials li {
    list-style: none;
}

.prodspecials li .image {
    display: table-cell;
    width: 160px;
    height: 160px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.prodspecials li h4 {
    margin-bottom: 0 !important;
}

.prodspecials li p {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    padding-bottom: 0 !important;
}

.prodspecials li p span.price {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0.25em 0;
    color: #333;
}

.prodspecials li a.morelink {
    font-style: italic;
    font-weight: bold;
}

.prodspecials li a.morelink:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    margin: .6em 0 0 .4em;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    z-index: 100;
}

/*** Slideshow ***/
#slideshow {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    visibility: hidden;
    margin-top: 25px;
}

#slideshow.slick-initialized {
    visibility: visible;
}

#slideshow .prev, #slideshow .next {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 800;
}

#slideshow .prev {
    background: transparent url("../images/prev-slider.png") no-repeat 15% center;
    left: 0;
}

#slideshow .next {
    background: rgba(0, 0, 0, 0) url("../images/next-slider.png") no-repeat 85% center;
    right: 0;
}

#slideshow .prev:hover, #slideshow .next:hover {
    opacity: 1.0;
}

#slideshow .slick-slide {
    height: auto;
    position: relative;
}

#slideshow .slick-slide img {
    width: 100%;
}

#slideshow .slick-slide .slideText {
    position: absolute;
    min-height: 230px;
    width: 460px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    background-color: rgba(77, 77, 77, 0.5);
    top: 50px;
    left: 25%;
    padding: 20px 30px;
    text-align: center;
}

#slideshow .slick-slide .slideText h2 {
    font-size: 35px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #fff;
}

#slideshow .slick-slide .slideText .btn.btn-slide {
    background: #2eabed;
    font-family: 'Amiko', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 6px 40px;
}

/*** TOPSECTION (for sterling sites without a slideshow) ***/
#topsection {
    padding: 2em 0;
    text-align: center;
}

#topsection a.btn, a.btn visited {
    font-weight: bold;
    background-color: transparent;
    padding: 12px 14px 14px 14px;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 2em 0 1.5em 0;
}

#topsection h1, #topsection h2, #topsection h3 {
    color: #fff;
}

#topsection h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.0;
}

#topsection h2 {
    font-size: 36px;
    font-weight: 400;
}

#topsection h3 {
    margin: 0.5em 0;
}

/*** MAIN CONTENT WITH SIDEBAR ***/
.main-content.has-sidebar {
    display: inline-block;
    width: 74%;
    margin-left: 1%;
}

/***SIDEBAR***/
#content .sidebar.left {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 5px 0 0;
    margin: 20px 0 0 0;
}

#content .categories-area {
    background: #f7f7f7;
    padding: 0 0 15px;
    margin: 0 0 47px;
}

#content .categories-area h3 {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 10px 5px 15px;
    background: #e6e6e6;
    margin: 0px;
    color: #404040;
}

#content .accordion-menu ul ul {
    display: none;
}

#content .accordion-menu ul li.active ul {
    display: block;
}

#content .categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .categories-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .categories-list A, #content .categories-list A:link, #content .categories-list A:visited {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #404040;
    padding: 4px 15px 6px 15px;
    word-wrap: break-word;
    font-weight: bold;
    position: relative;
}

#content .categories-list li > A img {
    vertical-align: -3px;
}

#content .categories-list > li > A:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -8.5px 0 0;
    width: 10px;
    height: 16px;
    background: url(../../../images/site/list-arrow-r.png) no-repeat;
}

#content .categories-list > li.active > A:after {
    background: url(../../../images/site/list-arrow-d.png) no-repeat;
    width: 12px;
    margin: -11.5px 0 0;
}

#content .categories-list > li > A:hover, #content .categories-list > li.active > A, #content .categories-list > li.active > A:link, #content .categories-list > li.active > A:visited, #content .categories-list > li.active > A:hover, #content .categories-list > li.active > A:active {
    text-decoration: none;
    font-weight: bold;
}

#content .categories-list > li > ul > li > A, #content .categories-list > li > ul > li > A:link, #content .categories-list > li > ul > li > A:visited {
    background: #fff;
    font-size: 11px;
    padding-bottom: 10px;
}

#content .categories-list > li > ul > li.active-category > A, #content .categories-list > li > ul > li.active-category > A:link, #content .categories-list > li > ul > li.active-category > A:visited, #content .categories-list > li > ul > li > A:active {
    text-decoration: none;
    color: #404040;
    background: #ffffff;
}

#content .categories-list > li > ul > li > A:hover {
    color: #2eabed
}

/*** PRODUCT CATEGORIES PAGE ***/
#to-page #content table table table tr td {
    min-width: 40%;
}

/* to.jsp */
#to-page #content table a img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 100px;
}

#to-page #content ul, #topcategories ul {
    padding: 0;
}

#content .catDDList {
    margin-top: 0.5em;
}

#content .catDDList ul li {
    display: block;
    width: 100%;
    line-height: 1.4;
}

#content #catDDList1 > ul > li, #content ul.catDDThumbs li, #topcategories ul li {
    display: inline-block;
    vertical-align: top;
    width: 14.5%;
    margin: 15px 1%;
    line-height: 1.4;
}

#topcategories ul li {
    margin: 15px 2.1%;
    width: 162px;
}

#content #catDDList1 > ul > li > a {
    font-weight: bold;
}

#content #catDDList1 > ul > li:before {
    content: " ";
    width: inherit;
    position: absolute;
    display: block;
    border-top: 1px solid #d3d3d3;
    margin-top: -0.25em;
}

#content ul.catDDThumbs li, #topcategories ul li {
    border: 1px solid #d3d3d3;
    text-align: center;
    list-style: none;
}

#topcategories ul li {
    border: none;
}

#topcategories h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #404040;
}

#content ul.catDDThumbs li ul li {
    border: none;
}

ul.catDDThumbs li .image {
    text-align: center;
    vertical-align: middle;
    height: 100px;
    max-height: 140px;
    padding: 2px 0;
    background: #fff;
    overflow: hidden;
}

#topcategories ul li .image {
    text-align: center;
    vertical-align: middle;
    height: 162px;
    width: 162px;
    padding: 2px 0;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e3e2e2;
}

#topcategories ul li a:hover .image {
    width: 161px;
    height: 160px !important;
    border: 2px solid #e3e2e2;
}

#topcategories ul a:hover span {
    text-decoration: underline;
}

ul.catDDThumbs li .image .c, #topcategories ul li .image .c {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
}

ul.catDDThumbs li .image IMG, #topcategories ul li .image IMG {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}

#topcategories ul li .image IMG {
    max-width: 100%;
    max-height: 100%;
}

ul.catDDThumbs li .catDDHead, ul.catDDThumbs li .catDDList, #topcategories ul li .catDDHead {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 5px;
    background: #fff;
    border-top: 1px solid #d3d3d3;
}

#topcategories ul li .catDDHead {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #404040;
    padding: 5px;
    background: #fff;
    border-top: none;
}

#content ul li .catDDList ul {
    width: 100%;
}

#content ul li .catDDList ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0.25em 0;
    width: 100%;
}

#content ul.catDDThumbs .catDDHead a, #content ul.catDDThumbs .catDDHead a:visited {
    text-align: center;
    text-decoration: none;
}

#content ul.catDDThumbs .catDDHead a:hover {
}

#content ul.catDDThumbs > li > a, #content ul.catDDThumbs > li > a:visited, #content ul.catDDThumbs .catDDHead > a, #content ul.catDDThumbs .catDDHead > a:visited {
    color: #666;
}

#content ul.catDDThumbs > li > a:hover, #content ul.catDDThumbs .catDDHead > a:hover {
    color: #666;
}

.catDDExtra {
    margin-top: 3em;
    line-height: 1.4;
}

.catDDExtra span {
    font-weight: bold;
}

#topcategories ul li .catDDHead span {
    display: inline-block;
    height: auto;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#topcategories ul li a:hover .catDDHead span {
}

/*** PRODUCT LIST PAGE ***/
span.categoryMatch {
    color: green;
}

.refinements-box {
    position: relative;
    padding: 10px;
}

.narrowby-div {
    margin-bottom: 5px;
}

#narrowByStr, #narrowByPrice, #narrowByAvail {
    position: absolute;
    top: 10px;
    left: 325px;
}

.items-box {
    background: #e6e6e6;
}

.items {
    display: inline-block;
    padding: 5px 10px;
}

#narrowby, #sortby {
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 24%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 24%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 24%, #f6f6f6 47%, #ededed 100%);
}

#find-page .items .pageContents, #find-page .items .itemsperpage {
    display: inline-block;
    margin-left: 10px;
}

#find-page .items .itemsperpage {
    margin-top: -2px;
    padding: 2px;
}

#find-page .button-bar {
    padding: 15px 0;
}

#find-page .button-bar .btn.checkout, #find-page .button-bar .btn.viewcart {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

#find-page .prodbutton { /* inline add-to-cart button position, style */
}

.pagination-box {
    float: right;
    display: inline-block;
    padding: 5px 10px;
}

.pagination-box span {
    font-weight: bold;
}

.pagination-box a:hover img {
    opacity: 0.6;
}

#find-page .items.viewby {
    margin: 0 0 0 50px;
}

#find-page .items.viewby a.list, #find-page .items.viewby a.grid {
    display: inline-block;
    vertical-align: bottom;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

#find-page .items.viewby a.list {
    background: #efefef url("../../../images/site/list.png") no-repeat center center;
}

#find-page .items.viewby a.grid {
    background: #efefef url("../../../images/site/grid.png") no-repeat center center;
}

#find-page .items.viewby a.list:hover, #find-page .items.viewby a.list.active, #find-page .items.viewby a.grid:hover, #find-page .items.viewby a.grid.active {
    background-color: #fff;
}

#find-page .items.viewby .pipe {
    display: none;
}

#find-page #catmatch {
    margin-bottom: 1em;
}

#find-page #prodgroups {
    clear: both;
}

#find-page #prodgroups table th:last-child {
    text-align: center !important;
}

#find-page #prodgroups table th img {
    position: absolute;
    right: 5px;
}

/***product grid display***/
#find-page .thumb ul {
    list-style: none;
    width: inherit;
    margin: 0;
    padding: 0;
}

#find-page .thumb ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    color: #666;
    width: 30.5%;
    margin: 2em 1%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

#find-page .thumb ul li .image {
    width: 220px;
    height: 220px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#find-page .thumb ul li:hover .image {
    border: 1px solid #aaa;
}

#find-page .thumb ul li .image a {
    display: block;
    font-size: 1px;
    line-height: 0;
}

#find-page .thumb ul li:hover a {
    text-decoration: underline;
}

#find-page .thumb ul li .image img {
    display: inline-block;
    overflow: hidden;
    max-width: 150px !important;
    max-height: 150px !important;
}

#find-page .thumb ul li .prodDesc {
    padding: 10px 0;
    height: 4.5em;
    overflow: hidden;
}

#find-page .thumb ul li .prodTitle {
    display: block;
    font-weight: bold;
}

#find-page .thumb ul li .prodQty {
    float: left;
    font-weight: bold;
    font-size: 11px;
    padding-top: 0.75em;
}

/*#find-page .thumb ul li .prodQty .inputQtyBody {    font-size: 12px;    text-align: center;    width: 1.5em;}*/
#find-page .thumb ul li .prodPrice {
    float: right;
    font-size: 11px;
    color: #404040;
    padding-top: 0.45em;
}

#find-page .thumb ul li .prodPrice span {
    font-weight: bold;
}

#find-page .thumb ul li .prodPrice span.yourprice {
    color: #333;
    font-size: 12px;
}

#find-page .thumb .compareBox {
    clear: both;
    padding-top: 4px;
}

/***product list display***/
#find-page .product-table-header ul {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

#find-page .product-table-header ul li {
    list-style: none;
    display: table-cell;
    font-weight: bold;
    min-width: 38%;
    text-align: left;
    white-space: nowrap;
}

#find-page .product-table-header ul li:first-child {
    width: 12.25%;
    min-width: 95px;
}

#find-page .product-table-header ul li:last-child {
    text-align: right;
}

#find-page .text ul {
    list-style: none;
    width: inherit;
    margin: 0;
    padding: 0;
}

#find-page .text ul li {
    list-style: none;
    vertical-align: top;
    color: #666;
    width: 100%;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
}

#find-page .text ul li div {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

#find-page .text ul li .image {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 0 30px 0 100px;
}

#find-page .text ul li .image img {
    display: inline-block;
    overflow: hidden;
}

#find-page .text ul li .prodDesc {
    padding-top: 5px;
    max-width: 475px;
}

#find-page .text ul li .prodTitle {
    display: block;
}

#find-page .text ul li .prodQty {
    margin-top: -60px;
    float: left;
}

#find-page .text ul li .prodQty .inputQtyBody {
    text-align: center;
    width: 2em;
}

#find-page .text ul li .prodPrice {
    margin-top: -88px;
    float: right;
}

#find-page .text ul li .prodPrice span {
    font-weight: bold;
}

#find-page .text ul li .prodPrice span.yourprice {
    color: #333;
    font-size: 16px;
}

#find-page .text div.compareBox {
    display: inline-block;
    float: right;
    height: 20px;
    vertical-align: top;
    margin-top: -38px;
}

#find-page p.pageContentsLabel {
    font-weight: normal;
    clear: both;
    padding-top: 25px;
    line-height: 139%;
}

#find-page p.pageContentsLabel span {
    font-weight: bold;
}

/*** Featured Find, Featured To ***/
#featuredFind > TABLE, #featuredTo > TABLE {
    width: 100%;
}

#featuredFind a, #featuredTo a {
    font-size: 18px;
}

/*** COMPARE PRODUCTS PAGE ***/
#compare-page TABLE.comparespecsborder, #compare-page TABLE.comparespecsborder TD {
    border: 1px solid #ddd;
}

#compare-page TABLE.comparespecsborder TABLE, #compare-page TABLE.comparespecsborder TABLE TD {
    border-style: none;
}

#compare-page TABLE.comparespecsborder TD {
    vertical-align: top;
    padding: 4px;
}

#compare-page TABLE.comparespecsborder TD:first-child, #compare-page TABLE.comparespecsborder TR:first-child TD {
    vertical-align: middle;
}

#compare-page TABLE.comparespecsborder TD A {
    display: inline-block;
    width: 100%;
}

#compare-page TABLE.comparespecsborder TR:first-child TD A {
    text-align: center;
}

#compare-page TABLE.comparespecsborder TD.comparespecs IMG {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*** PRODUCT DETAIL PAGE ***/
#product-page span.list-price {
    text-decoration: line-through;
}

#product-page span.list-price span {
    text-decoration: line-through;
}

#product-page .close-box {
    display: inline-block;
    float: right;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 1px 2px 2px 2px;
    width: 16px;
    height: 16px;
    background: #999999;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#product-page .close-box:hover {
    opacity: 0.8;
    text-decoration: none;
}

#product-page #branchavail, #product-page #cpnmanage {
    padding: 10px;
    background: #ebeef4;
    margin-bottom: 1em;
}

#product-page #branchavail h2 {
    font-size: 14px;
}

#product-page #branchavail ul {
    display: table;
    width: 100%;
}

#product-page #branchavail ul li {
    display: table-row;
}

#product-page span.left, #product-page span.right {
    display: table-cell;
    width: 50%;
}

#product-page .info-icon {
    display: inline-block;
    font-weight: bold;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none !important;
    line-height: normal;
    padding: 1px 2px 3px 2px;
    margin: 0 .5em;
    width: 14px;
    height: 14px;
    background-color: lightskyblue;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

#product-page .info-icon:hover {
    opacity: 0.8;
    color: #fff !important;
    text-decoration: none !important;
}

#product-page .product-form {
    width: 50%;
    float: left;
}

#product-page .image-box img {
    max-height: 300px !important;
    max-width: 300px !important;
}

#product-page .your-price {
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    color: #be1e2d;
    font-weight: bold;
}

#product-page .your-price span { /*    display: none;    */
}

#product-page .mfr-items {
    display: inline-block;
    vertical-align: middle;
}

.button-box { /* product and reorder pad buttons */
    clear: left;
    position: relative;
    background: transparent;
    padding-bottom: 10px;
}

#product-page .button-box .product-qty {
    display: inline-block;
    margin-right: 10px;
}

#product-page .button-box .btn {
    margin: 0 20px 10px 0;
}

#product-page .prodgroup-box {
    padding: 10px;
    background: #ebeef4;
}

#product-page .prodgroup-box ul {
    list-style: none;
}

#product-page .prodgroup-box ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

#product-page #cpnmanage ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

#product-page .prodgroup-box ul.list-header li, #product-page #cpnmanage ul.list-header li {
    font-weight: bold;
}

#product-page .prodgroup-box ul li .inputFieldBody, #product-page #cpnmanage ul li .inputFieldBody {
    width: 120px;
    display: block;
}

#product-page .prodgroup-box a.manage-group, #product-page #cpnmanage a.manage-cpn {
    display: block;
    margin-top: 1em;
}

#product-page .product-tabs {
    clear: both;
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}

#product-page .product-tabs h2 {
    font-size: 14px;
    display: inline-block;
    padding: 9px 40px 12px;
    background: #0e68d6;
    color: #fff;
    margin-right: 10px;
    min-width: 97px;
    text-align: center;
    margin-bottom: 0px;
}

#product-page .product-tabs td {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin: 0;
}

#product-page .product-tabs tr {
    display: table-row;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

#product-page .product-tabs tbody {
    display: table-row-group;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

#product-page .product-tabs table {
    display: table;
    border-collapse: separate;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-indent: 0px;
}

#product-page .resources-box ul li a {
    font-weight: bold;
}

/* productXLSI.jsp */
#product-page .product-form {
    float: none;
    width: auto;
}

/* multiple images */
#product-page .image-box {
    width: 300px;
    border: 1px solid #d9d9dc;
    height: 300px;
    padding: 20px;
    text-align: center;
    float: right;
    position: relative;
    vertical-align: middle;
}

#product-page #big-image {
    width: 300px;
    height: 300px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    margin-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: zoom-in;
}

#product-page #big-image.nozoom {
    cursor: default;
}

#product-page #big-image:not(.nozoom):hover {
    border: 1px solid #999;
}

#product-page #big-image:not(.nozoom):hover:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}

#product-page #big-image img {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 300px;
    max-height: 300px;
}

#product-page .zoom-note {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding-top: 0.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#product-page #small-images {
    padding: 5px 0;
}

#product-page #small-images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#product-page #small-images ul li {
    display: inline-block;
    margin: 3px;
    width: 50px;
    height: 50px;
    border: 1px solid #d4d4d4;
    background: #fff;
    overflow: hidden;
}

#product-page #small-images ul li.active, #product-page #small-images ul li:hover { /* change to match your theme's link colors, also see cssmatic.com for box-shadow generator */
    border-color: #2eabed;;
    -webkit-box-shadow: 0px 0px 5px 1.5px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 5px 1.5px rgba(212, 212, 212, 1);
    -ms-box-shadow: 0px 0px 5px 1.5px rgba(212, 212, 212, 1);
    -o-box-shadow: 0px 0px 5px 1.5px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 5px 1.5px rgba(212, 212, 212, 1);
}

#product-page #small-images ul li a {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

#product-page #small-images ul li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px !important;
    max-height: 50px !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

/* end multiple images */
#product-page #content .left-section {
    width: 80%;
}

#product-page #content .price-box, #product-page #content .button-box, #product-page #content .description-box {
    float: left;
    clear: left;
    width: 42%;
    margin-bottom: 20px;
}

#product-page #content .product-tabs {
    margin-bottom: 40px;
}

#product-page #content .button-box a.btn {
    margin: 0 0 0 5px;
    vertical-align: baseline;
}

#product-page a.btn.add-to-cart {
    background: #be1e2d;
}

#product-page #content .cart-buttons {
    display: inline-block;
}

#product-page #content .cart-buttons a.btn {
    margin-top: 5px;
}

#product-page #content .product-qty {
    margin-bottom: 15px;
}

#product-page #content .your-price span strong, #product-page #content .description-box span strong, #product-page #content .price-box span strong, #product-page #content .description-box p span strong, #product-page #content .button-box .product-qty span strong#product-page span.list-price span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #404040;
}

#product-page #content FORM INPUT.inputQtyBody {
    margin: 0 0 0 5px;
    cursor: text;
    display: inline-block;
    vertical-align: baseline;
}

#product-page #content FORM INPUT::-moz-placeholder, #product-page #content FORM INPUT:-ms-input-placeholder, #product-page #content FORM INPUT::-webkit-input-placeholder {
    font: 12px/190% Arial, Helvetica, san-serif;
    color: #222;
    opacity: 1;
}

#product-page #content #features {
}

#product-page #content #features LI {
    line-height: 1.5;
    list-style-position: outside;
    margin-left: 1.2em;
    margin-bottom: 0.25em;
}

#product-page #content #tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 5px;
    display: none;
}

#product-page #content #tabs A {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 9px 40px 12px;
    background: #e6e6e6;
    margin-right: 10px;
    min-width: 97px;
}

#product-page #content #tabs A:hover {
    color: #2eabed;
}

#product-page #content #tabs A.active {
    background: #0e68d6;
    color: #fff;
    position: relative;
    z-index: 1000;
}

#product-page #content #tabs A strong {
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

#product-page #content #tabs A.active strong {
    background: #fff;
    z-index: 1001;
    bottom: -5px;
    left: 0;
}

#product-page #content #tabs A.active strong.top-bg {
    width: 101%;
    bottom: 30px;
}

#product-page #content .tab-area {
    position: relative;
    z-index: 50;
    margin: -1px 0 25px;
    background: #fff; 
}

#product-page #content .tab-area .area-bottom {
    padding: 20px 0px;
    position: relative;
}

#product-page #content .detail {
    position: relative;
    top: 0;
    float: left;
    display: block !important;
    width: 99%;
    margin-top: 20px;
}
#product-page #content .detail ul{
border-left: 1px solid #0e68d6;
border-top: 1px solid #0e68d6;
padding-left: 10px;
padding-top: 10px;
}
#product-page #content .tab-area .area-top UL LI {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

#product-page #content .tab-area .area-top UL LI P {
    margin: 0;
    line-height: 120%;
}

#product-page #content .tab-area .area-top UL LI A {
    color: #2eabed;
}

#product-page #content .tab-area TABLE {
    width: 99% !important;
    border-left: 1px solid #0e68d6;
    border-top: 1px solid #0e68d6;
    padding-left: 10px;
    padding-top: 10px;
}

#product-page #content .tab-area TABLE TD {
    font-size: 13px !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    text-indent: 0 !important;
    padding: 5px 0;
}

#product-page #content .tab-area TABLE TD:first-child {
}

#product-page #content .tab-area TABLE TD UL LI {
    padding: 0 0 5px 1em;
}

#product-page #content .tab-area TABLE TD UL LI:before {
    background: #333;
    position: absolute;
    margin: 7px 0 0 -12px;
    content: '';
    height: 5px;
    width: 5px;
}

#product-page #content .related-products-box, #product-page #content .bestseller-products-box, #product-page #content .lastviewed-products-box {
}

#product-page #content .related-products-box H2, #product-page #content .bestseller-products-box H2, #product-page #content .lastviewed-products-box H2 {
}

#product-page #content .related-products-box UL LI, #product-page #content .bestseller-products-box UL LI, #product-page #content .lastviewed-products-box UL LI {
    list-style: none;
    width: 22.5%;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    color: #404040;
    margin: 2em 1%;
    padding-bottom: 15px;
}

#product-page #content .related-products-box UL LI:nth-child(4n+1), #product-page #content .bestseller-products-box UL LI:nth-child(4n+1), #product-page #content .lastviewed-products-box UL LI:nth-child(4n+1) {
    margin-left: 0;
}

#product-page #content .related-products-box UL LI:nth-child(4n), #product-page #content .bestseller-products-box UL LI:nth-child(4n), #product-page #content .lastviewed-products-box UL LI:nth-child(4n) {
    margin-right: 0;
}

#product-page #content .related-products-box a, #product-page #content .bestseller-products-box a, #product-page #content .lastviewed-products-box a {
    display: block;
}

#product-page #content .related-products-box a.btn, #product-page #content .bestseller-products-box a.btn, #product-page #content .lastviewed-products-box a.btn {
    clear: both;
    text-align: center;
    width: 50%;
    margin-top: 5px !important;
    margin: auto;
}

#product-page #content .related-products-box a.image, #product-page #content .bestseller-products-box a.image, #product-page #content .lastviewed-products-box a.image {
    width: 220px;
    height: 220px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
}

#product-page #content .related-products-box a.image:after, #product-page #content .bestseller-products-box a.image:after, #product-page #content .lastviewed-products-box a.image:after {
}

#product-page #content .related-products-box a.image IMG, #product-page #content .bestseller-products-box a.image IMG, #product-page #content .lastviewed-products-box a.image IMG {
    display: inline-block;
    overflow: hidden;
    max-width: 150px !important;
    max-height: 150px !important
}

#product-page #content .related-products-box a.title, #product-page #content .bestseller-products-box a.title, #product-page #content .lastviewed-products-box a.title {
    display: block;
    margin-top: 0.25em;
    font-size: 12px;
    font-weight: bold;
}

#product-page #content .related-products-box UL LI P, #product-page #content .bestseller-products-box UL LI P, #product-page #content .lastviewed-products-box UL LI P {
    padding-bottom: 0.25em;
    font-size: 11.5px;
    color: #404040;
}

#product-page #content .related-products-box span.your-price, #product-page #content .bestseller-products-box span.your-price, #product-page #content .lastviewed-products-box span.your-price {
    float: right;
    font-size: 11px;
    color: #404040;
    padding: 0;
    line-height: initial;
}

#product-page #content .bestseller-products-box span.your-price span, #product-page #content .lastviewed-products-box span.your-price span, #product-page #content .related-products-box span.your-price span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}

#product-page #content .related-products-box span.product-qty, #product-page #content .bestseller-products-box span.product-qty, #product-page #content .lastviewed-products-box span.product-qty {
    font-weight: bold;
    color: #404040;
    float: left;
    font-size: 11px;
    margin-bottom: 15px;
}

#product-page #content .related-products-box input.inputQtyBody, #product-page #content .bestseller-products-box input.inputQtyBody, #product-page #content .lastviewed-products-box input.inputQtyBody {
    vertical-align: bottom;
    font-weight: bold;
    font-size: 11px;
    margin: 0 5px 0 0;
}

#product-page #content .lastviewed-products-box .btn.compare {
    margin-top: 5px;
}

#product-page #content .lastviewed-products-box .compareBox {
    margin-top: 0.25em;
}

/*** SHOPCART PAGE ***/
#shopcart-page table.pagecontents td {
    vertical-align: middle;
}

/*** TAGLINE (sterling element)) ***/
#tagline .accent_background {
    background: #0e68d6;
    color: #fff;
    text-align: center;
}

#tagline .textsection {
    padding: 25px 0;
}

#tagline a {
    color: #fff;
}

#tagline h1, #tagline h2, #tagline h3, #tagline h4 {
    text-align: center;
}

#tagline .wrap > div {
    vertical-align: middle;
}

#tagline .socialLinks {
    display: inline-block;
    font-size: 22px;
    margin-right: 20px;
}

#tagline .socialLinks a {
    padding: 0 5px;
    display: inline-block;
}

#tagline .mailingList {
    display: inline-block;
    vertical-align: middle;
}

#tagline .mailingList label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#tagline .mailingList input[type="text"] {
    width: 355px;
    height: 30px;
    font-size: 13px;
    line-height: 35px;
    padding: 0 95px 0 12px;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    vertical-align: middle;
}

#tagline .mailingList input[type="submit"] {
    border: none;
    height: 30px;
    width: 95px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    background: #f0900d;
    margin-left: 10px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
}

/***Partner Logos on Home Page***/
#partnerLogos {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

#partnerLogos img {
    vertical-align: middle;
    margin: 0px 20px;
}

/***Twitter/Featured Ads***/
#featuredAds {
    background: #f2f2f2;
}

#featuredAds .wrap {
    text-align: center;
    padding: 40px 30px;
}

.twitterWrap, .adColumn-wide, .adColumn {
    display: inline-block;
    vertical-align: top;
}

.twitterWrap {
    margin: 0px 10px 0 0;
}

.adColumn-wide {
    margin: 0 10px;
}

.adColumn {
    margin: 0 0 0 10px;
}

#featuredAds .col-bottom {
    margin-top: 20px;
}

/***TOP-OF-PAGE-LINK***/
#visibleonscroll {
    display: none;
}

div.top-page {
    position: fixed;
    bottom: 235px;
    right: 20px;
    z-index: 300;
    width: 35px;
    height: 35px;
    background: transparent;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

div.top-page a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: transparent; /* transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

div.top-page a:hover {
    text-decoration: none;
}

div.top-page:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/***  FOOTER  ***/
footer {
    background: #f0900d;
    color: #fff;
    font-size: 12px;
}

footer a, footer a:link, footer a:visited {
    color: #fff;
}

footer, .top-footer {
    width: 100%;
}

footer .wrap { /*padding-bottom: 20px;    */
}

footer .col {
    padding-top: 20px;
}

.footer-address {
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    text-align: center;
}

.footer-address img {
    width: 146px;
    margin-bottom: 10px;
}

.footer-address p {
    padding: 0 0 0.5em 0;
}

.footer-menu ul {
    list-style: none;
    float: left;
}

.footer-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    color: inherit;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.footer-menu h4, .footer-address h2, .footer-address h1 {
    font-family: 'Amiko', sans-serif;
    font-weight: 700;
    color: #fff;
}

footer .footer-address h4 {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

footer .footer-address h2 {
    margin: 0;
}

.footer-address h1 {
    margin-top: 0;
    color: #fff;
}

footer .copyright, footer .policyLinks {
    position: relative;
    font-size: 11px;
    color: inherit;
    font-weight: normal;
    padding: 0.75em 0;
    display: inline-block;
}

footer .policyLinks {
    float: right;
}

footer a.twitter, footer a.facebook, footer a.linkedin, footer a.google, footer a.youtube, footer a.twitter:visited, footer a.facebook:visited, footer a.linkedin:visited, footer a.google:visited, footer a.youtube:visited {
    color: inherit;
    display: inline-block;
    font-size: 12px;
    margin-right: 0.15em;
    min-height: 16px;
    padding-left: 18px;
    padding-top: 2px;
}

footer a.twitter.dark, footer a.twitter.dark:visited {
    background: transparent url("../images/socials-sprite-dark.png") no-repeat 0 1px;
}

footer a.twitter.light, footer a.twitter.light:visited {
    background: transparent url("../images/socials-sprite-light.png") no-repeat 0 1px;
}

footer a.facebook.dark, footer a.facebook.dark:visited {
    background: transparent url("../images/socials-sprite-dark.png") no-repeat 0 -24px;
}

footer a.facebook.light, footer a.facebook.light:visited {
    background: transparent url("../images/socials-sprite-light.png") no-repeat 0 -24px;
}

footer a.linkedin.dark, footer a.linkedin.dark:visited {
    background: transparent url("../images/socials-sprite-dark.png") no-repeat 0 -48px;
}

footer a.linkedin.light, footer a.linkedin.light:visited {
    background: transparent url("../images/socials-sprite-light.png") no-repeat 0 -48px;
}

footer a.google.dark, footer a.google.dark:visited {
    background: transparent url("../images/socials-sprite-dark.png") no-repeat 0 -72px;
}

footer a.google.light, footer a.google.light:visited {
    background: transparent url("../images/socials-sprite-light.png") no-repeat 0 -72px;
}

footer a.youtube.dark, footer a.youtube.dark:visited {
    background: transparent url("../images/socials-sprite-dark.png") no-repeat 0 -96px;
}

footer a.youtube.light, footer a.youtube.light:visited {
    background: transparent url("../images/socials-sprite-light.png") no-repeat 0 -96px;
}

footer a.pinterest.dark, footer a.pinterest.dark:visited {
    background: transparent url("../images/socials-sprite-dark.png") no-repeat 0 -120px;
}

footer a.pinterest.light, footer a.pinterest.light:visited {
    background: transparent url("../images/socials-sprite-light.png") no-repeat 0 -120px;
}

footer a.twitter:hover, footer a.facebook:hover, footer a.linkedin:hover, footer a.google:hover, footer a.youtube:hover, footer a.pinterest:hover {
    opacity: 0.8;
    text-decoration: none;
}

.credit {
    margin: 9px 0 24px 0;
}

.social img {
    margin: 12px 8px 0 0;
    padding: 0;
}

.social img:hover, .footer-center img:hover {
    opacity: 0.8;
}

.bottom-footer {
    background: #000;
    line-height: 58px;
    min-height: 60px;
    color: #fff;
    padding: 10px 0;
}

.bottom-footer p {
    line-height: 58px !important;
}

.info {
    float: left;
}

.bottom-footer p.admin-link {
    float: right;
    color: #aaabac;
}

.admin-link a:link, .admin-link a:visited {
    color: #aaabac;
    text-decoration: none;
}

.admin-link a:hover, .admin-link a:active {
    color: #aaabac;
    text-decoration: underline;
}

.indent {
    margin-left: 28px;
}

.sep {
    color: #999999;
    margin: 0 2px;
}

.item {
    width: 100%;
    height: auto;
}

/*** OPTION - ACTION BAR ELEMENT ***/
#action-bar {
    background: #254287;
    padding: 10px 10px 2px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -95px;
    z-index: 5000;
}

#action-bar a {
    color: #fff;
    display: block;
    margin-top: 10px;
    font: 400 12px/30px Arial, Helvetica, sans-serif;
    text-align: center;
}

#action-bar a:first-child {
    margin-top: 0;
}

#action-bar a:hover {
    color: #71d7ff;
    text-decoration: none;
}

#action-bar a i.fa {
    font-size: 25px;
    display: block;
}

/*** SPECIFIC CONTENT PAGES ***//* EDIT PROFILE PAGE */
.account-note {
    display: inline-block;
    margin-bottom: 5px;
    color: red;
}

/***ABOUT US PAGE***/
.banner img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.about {
    background: #fff;
    padding: 75px 0 25px 0;
}

.about-container {
    width: 642px;
    float: left;
    font-size: 18px;
    color: #010101;
}

.about-container h2 {
    font-size: 26px;
    color: #010101;
    padding: 0;
    margin: 0;
}

.about-container p {
    margin: 19px 0 45px 0;
    line-height: 25px;
    padding: 0;
}

/*** DYNAMIC DATA TABLES ***/
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

TABLE#formtable {
    width: 95% !important;
}

TABLE#maincontent TD:first-child {
    padding-right: 3em;
}

#newform TABLE TD TABLE, #acctInfo TABLE TD TABLE {
    width: 75% !important;
}

/* account inquiry */
.accountHeader {
    width: 49%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}

.statementSummary {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}

.acctCol1, .acctCol2 {
    width: 47%;
    display: inline-block;
    margin: 5px 5px 0px 5px;
}

.acctCol2 {
    float: right;
    margin-right: 10px;
}

.acctCol1 .right, .acctCol2 .right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.r {
    float: right;
}

.l {
    float: left;
}

.c {
    clear: both;
}

/* product reviews */
.prodreviews {
    margin-top: 1em;
}

.jquery-ratings-star {
    width: 30px;
    height: 25px;
    background-image: url('../../images/site/star.png');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 2px;
}

.jquery-ratings-full {
    background-image: url('../../images/site/star-active.png');
}

.stardiv {
    width: 100px;
    float: left;
    margin-right: 30px;
    font-size: 12px;
    line-height: 19px;
}

.starrating {
    vertical-align: middle;
}

/* "zebra" tables */
.zebra-table tr td {
    border-bottom: 1px dotted #333;
    background-color: #fff;
}

.zebra-table tr:nth-of-type(odd) td {
    background-color: #eee;
}

.zebra-table tr:nth-last-of-type(1) td {
    background-color: #fff;
    border-bottom: none;
}

/* QuickBuy styles */
#quickbuy-container {
    position: relative;
    padding: 1.5em 0 0;
}

#quickbuy-container .qbLevel {
    position: relative;
    padding-bottom: 1em;
}

#quickbuy-container #selected_title_1 {
    position: relative;
    padding-bottom: 1em;
    height: 32px;
}

#quickbuy-container #selected_title_1 span {
    display: inline-block;
    vertical-align: baseline;
}

#quickbuy-container #selected_title_1 .seltext {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-left: 1em;
}

#quickbuy-container .goback {
    margin: 0 1em;
    display: inline-block;
}

#quickbuy-container .goback a {
    font-weight: bold;
    color: #333 !important;
}

#quickbuy-container .goback a i.fa {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    margin-right: 0.25em;
}

#quickbuy-container .rule-below {
    border-bottom: 1px solid #e8e8e8;
}

#quickbuy-container .cbox {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1.0;
    padding: 4px 12px 4px 7px;
    margin: 5px 1.5em 5px 0;
    color: #888;
    text-transform: uppercase;
    border: 1px solid #bbb;
    cursor: pointer;
}

#quickbuy-container .cbox i.fa {
    font-size: 20px;
    text-align: left;
    line-height: 12px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0.5em 0 0;
    color: #333 !important;
    border: 1px solid #bbb;
    overflow: visible;
}

#quickbuy-container .cbox i.fa:before {
    opacity: 0;
}

#quickbuy-container .cbox:hover, #quickbuy-container .cbox.active {
    color: #333;
}

#quickbuy-container .cbox:hover i.fa:before, #quickbuy-container .cbox.active i.fa:before {
    opacity: 1.0;
}

#quickbuy-container .cbox.smaller {
    font-size: 12px;
    padding: 3px 10px 3px 6px;
    margin-right: 1em;
}

#quickbuy-container .cbox.smaller i.fa {
    font-size: 15px;
    line-height: 8px;
    width: 8px;
    height: 8px;
    text-indent: -1px;
}

#quickbuy-container .seltitle {
    padding: 0.25em 0;
    margin-right: 1em;
}

#quickbuy-container .seltype {
    margin-left: 1em;
}

#quickbuy-container .button-bar {
    background: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

#quickbuy-container .lastLevel {
    display: none;
}

#quickbuy-container .lastLevel #prodDataTable {
    border-top: 1px solid #e8e8e8;
    border-collapse: collapse;
}

#quickbuy-container .lastLevel #prodDataTable td {
    border-bottom: 1px solid #e8e8e8;
}

#quickbuy-container .lastLevel #prodDataTable thead {
    display: none;
}

#quickbuy-container .lastLevel #prodDataTable img {
    display: inline-block;
    max-width: 50px;
    max-height: 50px;
}

#quickbuy-container .lastLevel #prodDataTable td.image_cell {
    text-align: center;
}

#quickbuy-container .lastLevel #prodDataTable tr.group td {
    padding-top: 4px;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    background: #f5f5f5;
}

#quickbuy-container .dataTables_wrapper {
    clear: none;
}

#quickbuy-container #loading-image {
    display: none;
    text-align: center;
    padding: 3em 0;
}

#quickbuy-container #loading-image img {
    display: inline-block;
    vertical-align: middle;
}

#quickbuy-container .inputQtyBody {
    width: 3.25em;
    margin-right: 0.25em;
}

#quickbuy-container strong {
    color: #333;
    font-weight: bold;
}

#quickbuy-container #totItems {
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

#quickbuy-container .dataTables_filter {
    display: inline-block;
    float: right;
    line-height: 1.0;
    margin-top: 15px;
}

#quickbuy-container .dataTables_filter input {
    display: inline-block;
    -webkit-appearance: textfield;
    height: 24px;
    margin-left: 0.5em;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#quickbuy-container .btn.clear-search {
    display: inline-block;
    line-height: 1.0;
    position: relative;
    float: right;
    margin-top: 15px;
    height: 24px;
    padding: 5px 12px;
    z-index: 20;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#quickbuy-container #prodgroups input[type="radio"] {
    display: inline-block;
    margin: 0 0.5em 0 33%;
}

#quickbuy-container #prodgroups table tr th:last-child {
    text-align: center !important;
}

#quickbuy-container #prodgroups table tr th:last-child img {
    position: absolute;
    right: 1em;
    top: 0.75em;
}

.fa.fa-shopping-cart {
    font-size: 20px;
}