@charset "utf-8";
/* CSS Document */

/* SITE COLORS --------------

red						#d53a1f
top hdr gray			#545151
product title gray		#4e4d4a
top hdr light blue		#a8d4f9
bright blue links		#3686c0



----------------------------*/

/* GENERAL */


body {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-weight: 400;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', Arial, sans serif;
	
}

.row {
	 max-width: 1200px;
}

span.divider {
    margin: 0 15px;
    border-left: 1px solid #cbcaca;
}

a {
	color: #3686c0;
}

a:hover, a:focus {
    color: #666;
}

button, .button {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

#breadcrumb {
   margin: 1.5em 0;
}

.mobile-header {
	display: none;
}

.desktop-header {
	display: block;
}

section.main-section {
	float: left;
	width: 100%;
}

.main-content {
	margin-bottom: 1em;
}

.main-content,
.main-content p {
	font-size: 16px;
	line-height: 26px;
}

.main-content h2 {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 26px;
	color: #545151;
	font-weight: 700;
}

.main-content h3 {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 24px;
	color: #545151;
	font-weight: 700;
}

.main-content h4 {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 20px;
	color: #545151;
	font-weight: 700;
}

h2.section-hdr {
	font-family: 'Work Sans', Arial, sans serif; width: 40%;
	margin: 0 auto;
	color: #d53a1f;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

h2.section-hdr span {
	font-weight: 700;
}

.page-header {
	background-color: #f9f9f9;
	margin-bottom: 30px;
}

.page-header h1 {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 36px;
	font-weight: 700;
	margin: 35px 0 0px 0;
	padding-bottom: 10px;
}

.page-header h1 span {
	border-bottom: 4px solid #d53a1f;
	padding-bottom: 10px;
}

/* TOP HEADER */

.top-header {
	float: left;
	width: 100%;
	background-color: #545151;
	color: #fff;
	padding: 10px 10px 0 10px;
}

.top-header .phone {
	padding: 5px 0px;
	width: 45%;
}

.top-header .store-tabs-links {
	width: 55%;
}

.top-header .phone a {
	font-weight: 700;
}

.top-header a {
	color: #fff;
}

.top-header a:hover {
	color: #a8d4f9;
}


.top-header a.top-header-logo {
	position: absolute;
	top: 35px;
	left: 15px;
	z-index: 2;
}

.top-header a.top-header-logo img {
	width: 100%;
	max-width: 160px;
}

.top-header ul {
	margin: 0;
}

.top-header li {
	padding: 5px 10px 10px 10px;
	margin-left: 10px;
}

.top-header li.store-link {
	background-color: #d53a1f;
	margin: 0 10px;
}

.top-header li.store-link .fa {
	display: inline-block;
	margin-right: 10px;
	
}

.top-header li.store-link a {
	display: inline-block;
	font-weight: 700;
}

.top-header li.store-link a:hover {
	color: #000;
}

.top-header .page-header-links {
	height: auto;
}

.cart-count {
	background-color: #07bf2e;
	color: #fff;
	border-radius: 100%;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0px;
	text-align: center;
	font-size: 9px;
	font-weight: 700;
	right: 34px;
	line-height: 14px;
}

.fa-shopping-bag {
	margin-left: 20px;
}

/* NAVIGATION */




#nav-bar {
	float: left;
	background-color: #fff;
	color: #333;
	padding: 15px 0 5px 200px;
	width: 100%;
}

#nav-bar .top-bar {
    background-color: #fff;

}

#nav-bar .tablet-shop-btn {
	display: none;
}

#nav-bar .category-navigation {
    margin: 0;
}

#nav-bar .top-bar-section {
	text-align: left;
}

#nav-bar .top-bar-section li,
#nav-bar .top-bar-section li a {    	/* overwrite foundation css */
    background-color: transparent;
}

#nav-bar .top-bar-section li.main-nav { /* overwrite foundation css */
    display: inline-block;
	float: none;
	background-color: transparent;
}

#nav-bar .top-bar-section li.main-nav:hover {
    background-color: #efefef;
}

#nav-bar .top-bar-section li.main-nav:hover > a {
	color: #333;
	border-bottom: 3px solid #d53a1f;
}

#nav-bar .top-bar-section li.main-nav > a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	border-bottom: 3px solid transparent;
}

#nav-bar .top-bar-section li.main-nav .megamenu-container {
	position: absolute;
    left: -9999px;
    width: 100%;
	transition: left 0s linear .3s;
	background-color: transparent;
	 z-index: 2;
	
}

#nav-bar .top-bar-section li.main-nav:hover .megamenu-container {
    left: 0;
}

#nav-bar .megamenu {
    width: 100%;
	/*max-width: 1450px;*/  /* not wide enough for hi-res*/
	margin: 0 auto;
	padding: 25px 30px;
    background-color: #fcfbfb;
    border: 1px solid #d1caae;
    box-shadow: 1px 1px 1px #ccc;
    z-index: 2;
    
}

#nav-bar .megamenu .megamenu-title {
	display: none;
	width: 100%;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	font-weight: 500;
	font-size: 32px;
	color: #023B78;
	background-color: transparent;
}

#nav-bar .megamenu .megamenu-body > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#nav-bar .megamenu .megamenu-body > ul > li {   /* all 3rd level li's that flex within the megamenu */
	width: 13%;
	flex-grow: 1;
	padding-bottom: 20px;
}


#nav-bar .megamenu a {
	padding: 0;
	font-family: 'Roboto', Arial, Helvetica, sans serif;
	font-weight: 500;
	font-size: 17px;
	color: #333;
	line-height: 20px;
}

#nav-bar .megamenu a:hover {
	color: #3986d2;
	text-decoration: underline;
}

#nav-bar .megamenu li {
    background-color: transparent;
	text-align: left;
}

#nav-bar .megamenu-body ul li a {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	color: #3686c0;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 80%;
}

#nav-bar .megamenu-body ul ul li,
#nav-bar .megamenu-body ul ul ul li{
	width: 100%;
}

#nav-bar .megamenu-body ul ul li a {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 9px;
	padding-bottom: 3px;
	width: 100%;
    border: 0;
    color: #333;
}

#nav-bar .megamenu-body ul ul ul li a {
	font-family: 'Roboto', Arial, Helvetica, sans serif;
	font-weight: 400;
	font-size: 14px;
	 border: 0;
    color: #333;
	width: 100%;
	margin-top: 0;
	line-height: 18px;
}



/* special treatment for certain cats */

#nav-bar li.cat-id-135 .megamenu .megamenu-body ul li {		/* pelican cases*/
    width: 18%;
	padding-bottom: 25px;
}

#nav-bar li.cat-id-135 .megamenu .megamenu-body ul li a,
#nav-bar li.cat-id-124 .megamenu .megamenu-body ul li a,
#nav-bar li.cat-id-47 .megamenu .megamenu-body ul li a,
#nav-bar li.cat-id-151 .megamenu .megamenu-body ul li a {	
	border: 0;
}

/* SEARCH BAR */

.search-bar {
	width: 100%;
	padding: 0 0 0 200px;
	float: left;
}

.search-bar input[type="text"] {
	padding: 10px;
	height: 38px;
	font-size: 12px;
}

.search-bar button {
	padding: 10px;
	height: 38px;
	line-height: 20px;
	font-size: 20px;
	background-color: #fff;
	color: #545151;
	margin: 0;
}

/* PROMO BAR */

.sale-promotion-bar {
	font-family: 'Work Sans', Arial, Helvetica, sans serif;
	text-align: center;
	font-weight: 600;
	background-color: #ededed;
	color: #3686c0;
	font-size: 16px;
	letter-spacing: .05em;
	padding: 5px 0;	
	height:30px;
}

.sale-promotion-bar a {
	font-weight: 400;
	font-size: 13px;
	color: #3686c0;
	margin: 0 0 0 10px;
	
}

.sale-promotion-bar a:hover {
	color: #333;
	text-decoration: underline;
}

/* FOOTER */

.footer-content {
	float: left;
	width: 100%;
	padding-top: 40px;
}

.footer-links-bar {
	background-color: #565454;
}

.footer-links-boxes {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 40px 0;
}

.footer-links-bar .box {
	text-align: center;
	padding: 0 15px;

}

.footer-links-bar a {
	color: #ccc8c8;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 15px;
}

.footer-links-bar h4 {
	line-height: 1em;
}

.footer-links-bar h4 a {
	font-weight: 700;
    font-size: 20px;
	text-transform: uppercase;
}

.footer-links-bar a:hover {
	color: #fff;
}


   

.newsletter-signup {
	padding: 20px 0px;
	margin: 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#newsletter-title {
	float: left;
	width: 40%;
	font-family: 'Work Sans', Arial, sans serif;
	font-weight: 700;
	font-size: 46px;
	color: #545151;
	margin-left: 25px;
}

#newsletter-title img {
	margin-right: 10px;
}

#newsletter-text {
	float: left;
	width: 25%;
    font-size: 15px;
    text-transform: uppercase;
	padding: 10px 0;
}

#newsletter-form {
	float: left;
	width: 30%;
	padding: 15px 10px;
	text-align: right;
}

.newsletter-signup .button.postfix {
    background-color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-weight: 700;
    font-size: 16px;
	margin-right: 10px;
}

#footer {
	background-color: #ededed;
	padding: 60px 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}

#footer .middle-footer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#footer .middle-footer-section {
	width: 22%;
}

h6.middle-footer-section-header {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

h6.middle-footer-section-header.store-name {
	color: #d53a1f !important;
}

.middle-footer-links li a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 18px;
	line-height: 33px;
}

.middle-footer-links li a:hover {
	color: #3686c0 !important;
	text-decoration: underline;
}

.social-links {
	margin: 0;
}

.social-links a {
	color: #d53a1f;
	font-size: 38px;
	margin-right: 5px;
}

.store-section address {
	font-style: normal;
	font-size: 18px;
}

.store-section p {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 18px;
	line-height: 33px;
}

.store-section a {
	color: #000;
}

.store-section a:hover {
	color: #3686c0;
	text-decoration: underline;
}

.store-section a.map {
	text-decoration: underline;
}

.store-section a.phone {
	font-weight: 700;
}

table.hours {
	background-color: transparent;
	border: 0;
}

table.hours th,
table.hours td {
	padding: 0 20px 0 0;
	font-size: 12px;
}

table.hours tr,
table.hours tr:nth-of-type(2n) {
	background-color: transparent;
}


/* lower footer */

.lower-footer {
	background-color: #fff;
	padding: 40px 0;
}

.footer-logo {
	max-width: 170px;
    margin-top: -65px;
    margin-right: 20px;
}

.copyright {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

.payments {
	margin-top: -10px;
}


/* HOME PAGE BANNER */


#hero-banner {
	background-color: #f9f9f9;
	float: left;
	width: 100%;
	margin: 5px 0;
}

.home-page-banner {
    padding: 12px 0;
}

.home-page-banner h2,
.home-page-banner h2 a {
	text-align: center;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	color: #000;
}

.home-page-banner h2 a:hover {
	color: #666;
}

.home-page-banner h2 span {
	font-weight: 700;
}

.home-page-banner .caption {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .05em;
}

/* hide slick FOUC */

.home-page-banner .image { visibility: hidden; } 
.home-page-banner .image:first-child { visibility: visible; } 
.home-page-banner.slick-initialized .image { visibility: visible; }



/* FEATURED PRODUCTS */

#featured-products {
	margin-top: 40px;
}

#featured-products .item {
	text-align: center;
	width: 20%;
	float: left;
}

#featured-products h3 {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	padding: 0 15px;
	line-height: 18px;
}

#featured-products h3 a {
	font-size:17px;
	font-weight: 700;
	color: #555;
}

#featured-products h3 a:hover {
	color: #3686c0;
	text-decoration: underline;
}

#featured-products .product-listing-price {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size:16px;
	font-weight: 400;
	color: #3686c0;
	font-weight: 700;
}

#featured-products .product-listing-price span {
	font-weight: 400;
}

#featured-products .rebate {
	color: #d53a1f;
}

.nc-prev,
.nc-next {
	position: absolute;
	top: 30%;
	font-size: 65px;
	font-family: 'Advent Pro', 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	cursor: pointer;
}

.nc-prev {
	left: 0;
}

.nc-next {
	right: 0;
}

ul.slick-dots { display: none !important; }  /* script should be disabling them anyway? */

.slick-slide img {
    display: block;
    margin: 0 auto;
}

/* ABOUT NORMAN */

#about-norman {
	background-color: #f9f9f9;
	padding: 50px 0;
}

h1.home {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-weight: 700;
	font-size: 34px;
	color: #000;
	text-align: center;
	width: 50%;
	margin: 10px auto 0 auto;
	letter-spacing: -.02em;
}

h3.home {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-weight: 400;
	font-size: 19px;
	text-align: center;
	width: 50%;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform:  uppercase;
	border-bottom: 1px solid #ddd;
}

.about-desc {
	padding: 0 20px;
}

.about-desc p {
	text-align: center;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 16px;
	line-height: 31px;
	margin: 20px 0 30px 0;
}

.store-set {
	display: flex;
	justify-content: space-between;
}

.store {
	width: 45%;
	
}

.store .store-caption  {
	margin-top: 10px;
}

.store .store-name a {
	font-size: 20px;
	font-weight: 600;
	color: #D53A1F;
}

.store .store-phone a {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.store .store-address {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 16px;
}

.store .store-map {
	text-align: right;
}

.store .store-map a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 16px;
	color: #D53A1F;
}

.store a:hover {
	text-decoration: underline;
}

/* SHOP BY CATEGORY */

#shop-category {
	margin-top: 40px;
}

.category-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.category-box {
	width: 33.2%;
	padding:30px 0	20px 0;
	border-bottom: 2px dotted #ddd;
}

.category-image {
	width: 30%;
	float: left;
	margin-right: 10px;
}

.category-image img {
	width: 100%;
	height: auto;
}

.category-subcats {
	width: 60%;
	float: left;
}

.category-subcats h4 {
	line-height: 24px;
}

.category-subcats h4 a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 24px;
	color: #333;
}

.category-subcats ul {
	list-style-type:  none;
	margin: 0;
	padding: 0;
}

.category-subcats ul li {
	line-height: 15px;
	padding: 5px 0;
}

.category-subcats ul li a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 15px;
	color: #333;
}

.category-subcats ul li a.see-all {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 12px;
	font-weight: 500;
	color: #D53A1F;
}

.category-subcats h4 a:hover,
.category-subcats ul li a:hover {
	text-decoration: underline;
	color: #3686c0;
}


/* FEATURED BRANDS */

#featured-brands {
	margin: 60px auto;
}

#featured-brands .brand-list {
	display: flex;
	justify-content: space-around;
	padding: 0;
}

#featured-brands .brand-logo {
	margin: 0 13px;
}


/* PROMO BLOCKS */

#promo-block-section {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: .95fr 1.05fr; /* unequal measurement helps create a better looking faux row gap above the two smalls */
	grid-template-areas: "medium medium large large" "small-one small-two large large";
	grid-column-gap: 25px;
	grid-row-gap: 0;  /* no grid gap because large area overlaps a row gap and it throws things off */

}

.promo-large {
  	grid-area: large;
  	justify-self: end;
	position: relative;
}

.promo-large img {
	height: auto;
}

.promo-medium {
  	grid-area: medium;
	background-color: #efeeec;
	padding: 0%;
	position: relative;
	text-align: center;
}

.promo-medium img {
	margin-top: 20px;
	width: 80%;
}

.promo-small-one {
  	grid-area: small-one;
	align-self: end;
	position: relative;
	
}
.promo-small-two {
  	grid-area: small-two;
	align-self: end;
	justify-self: end;
	position: relative;
}

.promo-large:hover,
.promo-medium:hover,
.promo-small-one:hover,
.promo-small-two:hover {
	opacity: .6;
}

.promo-caption {
	position: absolute;
	bottom: 10px;
	left: 18px;
	text-align: left;
}

.promo-caption a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}

.promo-caption a.white {
	color: #fff;
}

.promo-caption a:hover {
	text-decoration: underline;
}

.promo-block-full {
	margin-top: 5px;
}

.promo-block-full img {
	width: 100%;
	height: auto;
}


/* CATEGORY PAGE */


h2.cathdrtext {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin: 30px 0;
}

h2.cathdrtext p {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}


h3.subcat-title,
h3.subcat-title a {
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

h3.subcat-title a:hover {
	text-decoration: underline;
	color: #3686c0;
}

.subcat-image {
	text-align: center;
	height: 120px;
	margin-bottom: 10px;
}

.subcat-image img {
	height: 100%;
}




#leftNav.side-nav li.category_leftnav_category { 		/* top level subcats */
    padding: 0 0 25px 0;
}

#leftNav.side-nav li > a:not(.button) {   				/* top level subcats */
    padding: 20px 0 0 0;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
	color: #000;
}

#leftNav.side-nav ul {									/* third level subcats */
    padding: 10px 0 0 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

#leftNav.side-nav ul li a:not(.button)  { 				/* third level subcats */
    font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 15px;
	font-weight: 400;
	color: #000;
}


#leftNav.side-nav li {
    margin: 0 0 14px 0;
    line-height: 18px;
}

#leftNav.side-nav li a:not(.button):hover, 
#leftNav.side-nav li a:not(.button):focus {
	background-color: transparent;
	text-decoration: underline;
	color: #3686c0;
}

/* left nav style adjustments without changing plugin */
#leftNavHdr {
	display: none;
}

.category_leftnav_category [class*="fi-"] {
	display: none; 
}

.subcategory-list.hide {
	display: block;
}

.category_leftnav_subcategory {
    padding: .5em 0em;
}

/*  works if always have 3 banners but doesn't account for situations with only 1 or 2 banners ---- 


#category-banner-section {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr; 
	grid-template-areas: "large large" "medium medium";
	grid-column-gap: 25px;
	grid-row-gap: 25px;

}

.category-banner-large {
  	grid-area: large;
  	justify-self: end;
	position: relative;
}

.category-banner-medium {
  	grid-area: medium;
	padding: 0%;
	position: relative;
}


.category-banner-medium.first {
	grid-column-start: 1;
  	grid-column-end: 2;
}

.category-banner-medium.second {
	grid-column-start: 2;
  	grid-column-end: 2;
}

*/

#category-banner-section {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.category-banner-large {
  	margin-bottom: 20px;
	position: relative;
}




#subCategories {
	margin: 0 0 30px 0;
}

/* PRODUCT LISTING */


.product-listing-page .add_to_cart {
	padding: 0 10px;
}

.product-listing-page .qty-atc {
	padding: 4px;
}

.product-listing-page .qty-atc .qty-label label {
	font-size: .7rem;
	text-transform: uppercase;
}

.product-listing-page .qty-box {
	float: left;
	margin: 0 5px 0 0;
}

.product-listing-page .qty-box input {
	height: 33px;	
}

.product-listing-page .atc-button .button {
	background-color: #d53a1f;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 17px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.product-listing-page .atc-button button.add-to-wishlist {
	display: none;
}

h2.prodlisting-hdrtext {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}

#product_search_form_div .search_category { 		/* refinement section */
    padding: 0;
}

#product_search_form_div .search_category h3 {   	/* refinement section label */
    padding: 0;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
	color: #000;
}

#product_search_form_div .search_category .search_anchor {
	margin: 0 0 0.4375rem 0;
}

#product_search_form_div .search_category .search_anchor a  { 				/* selectable filters */
    font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
}

#product_search_form_div .search_category .search_anchor a:hover, 
#product_search_form_div .search_category .search_anchor a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #3686c0;
}

.product-listing-image {
    position: relative;
    height: 150px;
    width: 100%;
	margin-bottom: 15px;
}

#pagination-hdr {
	margin: 20px 0;
}

#pagination-hdr label {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 16px;
	font-weight: 700;
	color: #4e4d4a;
	text-transform: uppercase;
}

#pagination-hdr .compare-button a {
	margin: 20px 0 0 0;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

#pagination-hdr button#small-display-refinement  {
	margin: 20px 0 0 0;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

#pagination-ftr {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 16px;
	font-weight: 700;
	color: #4e4d4a;
	text-transform: uppercase;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}

#pagination-ftr ul.pagination li a {
	padding: 0;
}

#pagination-ftr ul.pagination li {
	padding: 0 10px;
}

#product-results h3 {
	line-height: 19px;
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
}

#product-results h3 a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
	color: #4e4d4a;
}

#product-results h3 a:hover {
	text-decoration: underline;
	color: #3686c0;
}

.quickview-button-container {
	bottom: auto;
    top: 60px;

}

.quickview-button-container a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 16px !important;
	font-weight: 700;
	text-transform: uppercase;

}

.product-listing-price {
	width: 80%;
	margin: 10px auto;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 19px;
	font-weight: 700;
	color: #3686c0;
}

.product-listing-compare {
	clear: both;
	width: 80%;
	margin: 0 auto;
}

/* prices with rebates*/

.product-listing-price .price_before_rebate {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.product-listing-price .price_before_rebate .price_label {
	display: none;
}

.product-listing-price .price_before_rebate .price {
	text-decoration: line-through;
}

.product-listing-price .instant_rebate {
	font-size: 14px;
	font-weight: normal;

}

.product-listing-price .mailin_rebate {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}



/*.product-listing-text .qty-atc {
	width: 100%;
	float: left;
}

.product-listing-text .qty-box {
	width: 20%;
	float: left;
}

.product-listing-text .atc-button {
	width: 70%;
	float: right;
}

.product-listing-text .atc-button .button {
	padding: 8px 10px;
	font-size: 14px;
	background-color: #d53a1f;
}*/

/* PRODUCT PAGE */

.breadcrumb-row {
	background-color: #f9f9f9;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 0 5px 0;
}

.breadcrumbs {
	margin: 0 auto;
	background-color: transparent;
	border: 0;
}

.breadcrumbs a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #3686c0;
	text-transform: none;
	color: #3686c0;
}

.breadcrumbs a:hover {
	color: #666;
}

.breadcrumbs a.current {
	color: #666;
}

.breadcrumbs a.current:hover {
	color: #666;
}




#productContainer {
	width: 100%;
	padding: 40px 0;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	
}

#productImage {
	position: relative;
/*	float: left;*/

	border-right: 1px solid #dcdcdc;
	padding-right: 20px;
}

#productImage ul.thumbs {
	margin:30px 0;
}


#productImage #productVideo .video-title {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 36px;
	color: #000;
	border-bottom: 1px solid #dcdcdc;
}

#productImage #productVideo .video-holder {
	margin-top: 25px;
    max-width: 750px;
    text-align: center;
	position: relative;
	padding-bottom:  56.25%; /*- 16:9   45%;*/
	padding-top: 25px;
	height: 0;
}

#productImage #productVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#productDetail {
	width: 100%;

}

#productDetail h1,
h1.prod-title-mobile {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	color: #000;
	margin: 0 0 10px 0;
}

h1.prod-title-mobile {
	display: none;
}

#productDetail .reviews {
	width: 100%;

}

#productDetail .productID {
	width: 100%;
	clear: both;
	font-size: 16px;
}

#productDetail .productPrice .price_label {
	display: none;
}

#productDetail .productPrice {
	margin: 25px 0 10px 0;
	color: #3094dc;
	font-size: 30px;
	font-weight: 700;
	float: left;
	width: 100%;
}

/* prices with rebates*/

.productPrice .price_before_rebate {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

.productPrice .price_before_rebate .price {
	text-decoration: line-through;
}

.productPrice .instant_rebate {
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin-left: 20px;
}

.productPrice .mailin_rebate {
	float: left;
	font-size: 18px;
	font-weight: normal;
}

#productDetail .product-availability {
	font-size: 14px;
	margin-top: 20px;
	width: 48%;
	float: left;
}

#productDetail .pa-title {
	font-weight: bold;
	font-size: 15px;
}

#productDetail .product-availability .in-stock {
	color: #0AE423;
}

#productDetail .product-availability .out-of-stock {
	color: #cc0000;
}

#productDetail .order-process-time{
	font-size: 14px;
	margin-top: 20px;
	width: 48%; 
	float:right;
}

#productDetail .op-title{
	font-weight: bold;
	font-size: 15px;
}

#productDetail .social-sharing {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#productDetail .add_to_cart {
	float: left;
	width: 100%;
	margin: 30px 0;
	padding: 20px 0;
	border-top: 1px solid #dcdcdc;
}

#productDetail .product_config_option {
	padding: 0;
}

#productDetail .product_config_option .product_config_option_label {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

#productDetail .qty-atc {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#productDetail .qty-label {
	float:left;
	margin: 15px 20px 0 0;
}

#productDetail .qty-label label {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

#productDetail .qty-box {
	float: left;
	margin: 8px 20px 0 0;
}

#productDetail .atc-button {
	float:left;
	margin-right: 20px;
}

#productDetail .atc-button .button {
    background-color: #d53a1f;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
}

#productDetail .atc-button .button:hover, 
#productDetail .atc-button .button:focus {
    background-color: #fd5032;
}

#productDetail .config_swatch {
    float: left;
    margin: 6px 9px 6px 0;
}


#productDetail button.add-to-wishlist {
    font-size: .8rem;
    height: 3.1rem;
    vertical-align: top;
    background-color: #56a3db;

}


/* product tabs */

#product-tabs {
	padding: 50px 0 30px 0;
	float: left;
	width: 100%;
}

#product-tabs .tabs dd > a, 
#product-tabs .tabs .tab-title > a {
   	display: block;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
	color: #545151 !important;
	padding: 10px 20px;
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 7px 0 0;
}

#product-tabs .tabs dd a:hover {
    background-color: #c9c9c9 !important;
}
#product-tabs .tabs dd.active a {
	background-color: #a09e9e !important;
	color: #fff !important;
}

#product-tabs .tabs-content {
	border: 1px solid #dcdcdc;
}

#product-tabs .tabs-content > .content {
    padding: 0.9375rem;
}

#product-tabs h3.mobile-section-header {
	display: none;
	font-family: 'Work Sans', Arial, sans serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	line-height: 22px;
	color: #fff;
	padding: 13px 15px;
	background: url('../images/plus.png') 96% center no-repeat #888;
	cursor: pointer;
}

#product-tabs h3.mobile-section-header.minus {
	background: url('../images/minus.png') 96% center no-repeat #888;
}



/* related products */


#related_products h4 {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 26px;
	font-weight: 700;
	color: #4e4d4a;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

#related_products {
	margin: 20px 0 0 0;
}

#related_products h3 {
	line-height: 19px;
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
}

#related_products h3 a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
	color: #4e4d4a;
}

#related_products h3 a:hover {
	text-decoration: underline;
	color: #3686c0;
}


#related_products .product-listing-price {
	width: 80%;
	margin: 10px auto;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
	color: #3686c0;
}

#related_products .product-listing-compare {
	width: 80%;
	margin: 0 auto;
}


/* you may also like */


#also-like h4 {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 26px;
	font-weight: 700;
	color: #4e4d4a;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

#also-like #also-like-products {
	margin: 20px 0 0 0;
}

#also-like h3 {
	line-height: 19px;
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
}

#also-like h3 a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
	color: #4e4d4a;
}

#also-like h3 a:hover {
	text-decoration: underline;
	color: #3686c0;
}


#also-like .product-listing-price {
	width: 80%;
	margin: 10px auto;
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
	color: #3686c0;
}

#also-like .product-listing-compare {
	width: 80%;
	margin: 0 auto;
}


/* SHOPPING CART */

.shopping-cart-page .shopping_cart_form {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 18px;
	font-weight: 700;
}

.shopping-cart-page button,
.shopping-cart-page .button {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #999;
}

.shopping-cart-page button.checkout,
.shopping-cart-page .button.checkout {
	background-color: #d53a1f;
	font-size: 18px;
	font-weight: 700;
}

.shopping-cart-page button.keepshopping,
.shopping-cart-page .button.keepshopping {
	background-color: #3686c0;
	font-size: 18px;
	font-weight: 700;
	
}


.shopping-cart-header {
	padding: 10px 0;
	background-color: #ededed;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
}

.shopping-cart-totals.row {
    padding: .05rem 0;
    font-weight: 400;
    text-align: right;
}

.shopping-cart-totals .subtotal {
    font-size: 1.2rem;
    font-weight: bold;
}

.shopping-cart-totals .grandtotal {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: .5em !important;
	padding-bottom: 1em !important;
}


/* STATIC PAGES */


/* authorized dealer */

#authorized-dealer .brand-list {
	display: flex;
	justify-content: space-around;
	padding: 0;
}

#authorized-dealer .brand-logo {
	margin: 0 22px;
}

/* mail in rebates page */

#rebate_table td {
	font-size: 1rem;
}


/* MY ACCOUNT */

ul.side-nav li a {
	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    font-size: 16px;
	font-weight: 700;
	
}

/* larger than 1920  (devices and browsers)  - high res desktop screen */  /* clear */
@media only screen and (min-width: 1920px){
	
	#nav-bar {
		width: 80%;
	}
	
	.search-bar {
		width: 20%;
		float: right;
		padding: 20px 0;
	}
	
}

/* larger than 1500  (devices and browsers)  - big desktop screen */  /* GRAY */
@media only screen and (min-width: 1500px)  and (max-width: 1920px){
	
	#nav-bar .top-bar-section li.main-nav > a {
   		padding: 0 13px;
		font-size: 18px;
	}
	
	#nav-bar .top-bar-section li:not(.has-form) a:not(.button) {
		
	}
	
	#nav-bar .top-bar-section ul li > a {
    	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    	font-size: 18px;
	}
	
	
		
}




/* larger than 1080 but smaller than 1500 (devices and browsers) - laptop screens & landscape ipad */ /* ORANGE */
@media only screen and (min-width: 1079px) and (max-width: 1499px) {  
	
	#nav-bar .top-bar-section li.main-nav > a {
   		/*border-bottom: 3px solid #ed620f;*/
		font-size: 14px;
	padding: 0 6px;
	}
	
	#nav-bar {
		width: 100%;
		padding: 15px 0 5px 140px;
	}
	
	#nav-bar .top-bar-section li:not(.has-form) a:not(.button) {
		
	}
	
	#nav-bar .top-bar-section ul li > a {
    	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    	font-size: 18px;
	}
	
	.search-bar {
		padding: 0 0 0 132px;
	}
	
	.top-header .phone {
		width: 35%;
	}

	.top-header .store-tabs-links {
		width: 65%;
	}
	
	.top-header li.store-link {
		padding-bottom: 10px;
	}
	
	.top-header a.top-header-logo {
		top: 40px;
		width: 110px;
	}
	
	.store-set {
		justify-content: space-around;
	}
	
	#newsletter-text {
		padding: 16px 5px;
		line-height: 19px;
	}
	
	
	/* PRODUCT PAGE */
	
	#productContainer {
		padding: 30px 10px;
	}
	
	
	

}


/* larger than 960 but smaller than 1080 (devices and browsers) - small laptop screens & landscape ipad */  /* PURPLE */
@media only screen and (min-width: 960px) and (max-width: 1079px)  {  
	
	/* HEADER */
	
	#nav-bar .top-bar-section li.main-nav a {
   		/*border-bottom: 3px solid #9313ec;*/
	}
	
	#nav-bar {
		padding: 15px 0 5px 0px;
	}
	
	#nav-bar .category-navigation {
   		margin: 0 0 0 10px;
	}
	
	#nav-bar .top-bar-section li.main-nav > a {
		padding: 0 6px;
		font-size: 14px;
	}
	
	#nav-bar.top-bar-section ul li > a {
    	font-family: 'Roboto Condensed', Arial Narrow, Arial, sans serif;
    	font-size: 18px;
	}
	
	.search-bar {
		width: 100%;
		padding: 0;
	}
	
	.top-header a.top-header-logo {
		top: 2px;
		left: 2px;
		width: 60px;
	}
	
	.top-header .phone {
		padding-left: 75px;
		padding-top: 5px;
	}
	
	.top-header .store-tabs-links {
		width: 50%;
	}
	
	/* FOOTER */
	
	#newsletter-title {
		width: 55%;
	}

	#newsletter-text {
		width: 40%;
	}

	#newsletter-form {
		width: 100%;
	}
	
	#footer .middle-footer-section {
		width: 48%;
		margin-bottom: 20px;
	}
	
	.copyright {
		width: 40%;
	}
	
	.payments {
		width: 40%;
		margin-top: 0;
		float: left !important;
	}
	
	.footer-links-bar h4 a {
		font-size: 17px;
	}
	
	/* HOME PAGE */
	
	.store-set {
		justify-content: space-around;
	}
	
	.store .store-caption {
		width: 100%;
		float: left !important;
	}
	
	.store .store-map {
		text-align: left;
	}
	
	/*.promo-medium {
		padding: 11% 9%;
	}*/
	
	/* PRODUCT PAGE */
	
	#productContainer {
		padding: 30px 10px;
	}
	
	
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */  /* BLUE */
@media only screen and (min-width: 768px) and (max-width: 960px) {
	
	/* HEADER */
	
	
	#nav-bar .top-bar-section li.main-nav a {
   		/*border-bottom: 3px solid #1913ec;*/
	}
		
	#nav-bar {
		padding: 15px 0 5px 0px;
		width: 27%;
	}
	
	.search-bar {
		width: 70%;
		padding: 12px 0;
	}
	
	#nav-bar .top-bar-section {
		text-align: left;
	}
	
	#nav-bar .top-bar-section li:not(.has-form) a:not(.button) {
		/*padding: 0 10px;*/
	}
	
	#nav-bar .top-bar-section ul li > a {
    	font-size: 16px;
	}
	
	/* special treatment for certain cats */

	#nav-bar li.cat-id-94 .megamenu .megamenu-body > ul > li,
	#nav-bar li.cat-id-31 .megamenu .megamenu-body > ul > li{		
		width: 33%;
	}
	
	#nav-bar li.cat-id-135 .megamenu .megamenu-body ul li,
	#nav-bar li.cat-id-124 .megamenu .megamenu-body ul li,
	#nav-bar li.cat-id-47 .megamenu .megamenu-body ul li,
	#nav-bar li.cat-id-151 .megamenu .megamenu-body ul li {
		width: 100%;
		padding-bottom: 6px;
	}
	
	#nav-bar .megamenu-body ul li a {
		font-size: 18px;
	}
	
	
	
	#nav-bar .tablet-shop-btn {
		display: block;
		width: 160px;
		margin-left: 20px;
		padding: 3px 15px;
		background-color: #d53a1f;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 20px;
		line-height: 35px;
		border-bottom: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		cursor: pointer;
		position: relative;
		top: 6px;
	}
	
	#nav-bar .top-bar {
		display: none;
		position: absolute;
		z-index: 4;
		width: 160px;
		margin-left: 20px;
		margin-top: 6px;
		border-top: 1px solid #555;
	}
	
	#nav-bar .top-bar.homepage {
		display: block;
	}
	
	#nav-bar .top-bar-section {
		text-align: left;
		border: 1px solid #ccc;
		box-shadow: 1px 1px 2px #ccc;
	}
	
	#nav-bar .top-bar-section li.main-nav {
		display: block;
		float: none;
		background-color: #efefef;
		padding: 9px 0;
	}
	
	#nav-bar .top-bar-section li:not(.has-form) a:not(.button) {
		line-height: 20px;
		/*padding: 0 15px;*/
	}
	
	#nav-bar .top-bar-section li.main-nav > a {
		padding: 0 15px;
		font-size: 16px;
	}
	
	#nav-bar .top-bar-section li.main-nav:hover {
		background-color: #cdcdcd;
	}
	
	#nav-bar .top-bar-section li.main-nav:hover > a {
		border-color: transparent;
		color: #000;
	}
	
	#nav-bar .top-bar-section li.main-nav:hover .megamenu-container {
		left: 158px;
		
	}
	
	#nav-bar .top-bar-section li.main-nav .megamenu-container {
		top: 0;
		width: 600px;
	}
	
	#nav-bar .megamenu {
    	max-width: 935px;
		min-height: 470px;
		padding: 20px 20px 15px 20px;
	}
	
	#nav-bar .megamenu .megamenu-title {
		font-size: 24px;
	}
	
	#nav-bar .megamenu .megamenu-title {
		font-size: 28px;
	}
	
	#nav-bar .megamenu ul {
    	padding: 0 10px;
	}
	
	#nav-bar .megamenu > ul > li a {
		font-size: 19px;
		line-height: 24px !important;
		margin-top: 8px;
	}
	
	#nav-bar .megamenu > ul > ul > li a {
		font-size: 16px;
		line-height: 20px !important;
	}
	
	#nav-bar .megamenu > ul > ul > ul > li a {
		line-height: 24px !important;
	}
	
	.top-header a.top-header-logo {
		top: 2px;
		left: 2px;
		width: 60px;
	}
	
	.top-header .phone {
		padding-left: 75px;
		padding-top: 5px;
	}
	
	/* FOOTER */
	
	#newsletter-title {
		width: 60%;
		font-size: 45px;
	}

	#newsletter-text {
		width: 35%;
	}

	#newsletter-form {
		width: 100%;
		padding: 15px 20px;
	}
	
	#footer .middle-footer-section {
		width: 48%;
		margin-bottom: 20px;
	}
	
	.lower-footer {
		padding: 20px 0 50px 0;
	}
	
	.footer-logo {
		margin-top: -40px;
	}
	
	.copyright {
		width: 35%;
	}
	
	.payments {
		width: 35%;
		margin-top: 0;
		float: left !important;
	}
	
	/* HOME PAGE */
	
	h1.home {
		width: 100%;
	}
	
	h2.section-hdr {
		width: 50%;
	}
	
	h3.home {
		width: 80%;
	}
	
	.store-set {
		justify-content: space-around;
	}
	
	.store .store-caption {
		width: 100%;
		float: left !important;
	}
	
	.store .store-map {
		text-align: left;
	}
	
	.category-box {
		width: 50%;
	}
	
	.promo-caption {
		bottom: 7px;
		left: 9px;
		line-height: 15px;
		font-size: 12px;
	}
	
	.promo-caption a {
		font-size: 16px;
	}
	
	/* CATEGORY PAGE */
	
	.footer-links-boxes {
		flex-wrap: wrap;
	}
	.footer-links-bar .box {
		padding: 10px 15px;
		width: 50%;
	}
	
	/* PRODUCT PAGE */
	
	#productContainer {
		padding: 30px 10px;
	}
	
	#productDetail .product-availability,
	#productDetail .order-process-time {
		width: 100%;
	}
	
	
}



/* Mobile anything and below (devices and browsers) */      
@media only screen and (max-width: 767px) {
	
	
	.page-header h1 {
		font-size: 30px;
		margin: 25px 0 0 0;
		padding-bottom: 10px;
	}

	.page-header h1 span {
		border-bottom: 4px solid #d53a1f;
		padding-bottom: 10px;
	}



	
	/* MOBILE HEADER */
	
	.mobile-header {
		display: block;
	}
	
	.desktop-header {
		display: none;
	}

	.tab-bar {
		height: 3rem;
	}

	.tab-bar.header {
		background-color: #545151;
	}

	.tab-bar.header .right .right a {
		margin: 0 0 0 10px;
		font-size: 16px;
	}

	.tab-bar.header a,
	.tab-bar.header [class*="fi-"],
	.tab-bar.header .fi-shopping-cart {
		color: #fff !important;
	}

	.tab-bar.header [class*="fi-"] {
		font-size: 1.7em;
	}

	#minicartblock .item-count {
		right: 18px;
		bottom: 15px;

	}
	
	#minicartblock .item-count {
		background: #ff0000;
		color: #fff;
		font-size: 9px;
		text-indent: 0;
		display: inline-block;
		padding: 2px 4px;
		line-height: 1;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: -2px 0 0 -5px;
		position: relative;
		right: 19px;
		bottom: 15px;
	}

	.header-main .searchform .columns {
		margin-top: 0;
	}

	.header-main .searchform  #freetext_search_box {
		height: 2.4em;
	}

	.header-main .searchform .button {
		margin-bottom: .5em;
		height: 2.1rem;
	}
	
	/* FOOTER */
	
	#newsletter-title {
		width: 100%;
		font-size: 38px;
		line-height: 38px;
	}

	#newsletter-title img {
		margin-right: 10px;
		max-width: 40px;
		margin-top: -5px;
	}
	
	#newsletter-text {
		width: 90%;
		margin: 0px 5% 0 5%;
		
	}

	#newsletter-form {
		width: 100%;
		padding: 15px 20px;
	}
	
	#footer .middle-footer-section {
		width: 48%;
		margin-bottom: 20px;
	}
	
	.lower-footer {
		padding: 20px 0 50px 0;
	}
	
	.footer-logo {
		margin-top: -40px;
		width: 40%;
	}
	
	.copyright {
		width: 60%;
	}
	
	.payments {
		width: 100%;
		margin-top: 10px;
		float: left !important;

	}
	
	.payments img {
		max-width: 200px;
	}


	
	/* MOBILE MENU */
	 
	.mm-menu { background: #fff; }								/* main menu div */
	
	.mm-menu.mm-vertical .mm-list li.mm-opened > ul.mm-panel {	/* opened subcategory list ul */
		background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
		/* or you can just substitute a background color */
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}
	
	.mm-menu.mm-vertical .mm-list .mm-panel {
		padding: 0;
	}
	
	.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, 	/* subopen arrow background color */
	.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
		background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
		/* or you can just substitute a background color */
	}
	
	.mm-menu .mm-list > li > a.mm-subopen:after, 				/* subopen arrow color */
	.mm-menu .mm-list > li > a.mm-subclose:before {
		border-color: #999; 
	}
	
	.mm-menu .mm-list a,
	.mm-list a {												/* all menu links */
		font-weight: 300;
		text-decoration: none; 
		font-size: 17px;
		color: #000;
		text-transform: uppercase; 
		font-family: 'Work Sans', Arial, Helvetica, sans serif;
	
	}						
	
	.mm-list a:hover {
		text-decoration: underline !important; 
	}
	
	.mm-menu .mm-list ul li {
		background-color: #f9f9f9;
	}
	
	.mm-menu .mm-list ul ul li {
		background-color: #e9e9e9;
	}
	
	.mm-menu .mm-list ul a,
	.mm-list ul a {												/* 2nd level links */
		text-decoration: none; 
		font-size: 15px; 
		padding-left: 30px !important;
	}
	
	.mm-menu .mm-list ul ul a,
	.mm-list ul a {												/* 3rd level links */
		text-decoration: none; 
		font-size: 14px; 
		padding-left: 40px !important;
	}
	
	.mm-list > li > a, .mm-list > li > span {
		padding: 15px 10px 15px 20px;
	}

	.mm-menu .mm-list .service { background: #f9f9f9 none repeat scroll 0 0; }	/* service menu links if using*/
	
	.mm-menu .mm-list .service a { font-size: 11px; color: #000; }
	
	.mm-menu .mm-list .login { background: #f9f9f9 none repeat scroll 0 0; }		/* login menu links if using */
	
	.mm-menu .mm-list .login a { font-size: 11px; color: #000; }
	
	
	/* HOMEPAGE */
	
	h2.section-hdr {
    	width: 80%;
	}
	
	.store-set {
		display: block;
	}
	
	.store {
		width: 90%;
		margin: 0 auto;
	}
	
	.store .store-caption.right {
		float: left !important;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.store .store-map {
		text-align: left;
	}
	
	.category-box {
		width: 50%;
	}
	
	#featured-brands .brand-list {
		flex-wrap: wrap;
	}
	
	#authorized-dealer .brand-list {
		flex-wrap: wrap;
	}
	
	#promo-block-section {
		width: 80%;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: min-content min-content min-content min-content;
		grid-template-areas: "medium medium" "small-one small-two" "large large" "large large";
		grid-row-gap: 25px;
	}
	
	.promo-medium {
		padding: 0 0 20% 0;
	}
	
	.promo-medium img {
		margin: 20px 0 30px 0;
	}
	
	.promo-caption a {
		font-size: 16px;
	}
	
	/* CATEGORY PAGE */
	
	.footer-links-boxes {
		flex-wrap: wrap;
	}
	.footer-links-bar .box {
		padding: 10px 15px;
		width: 100%;
	}
	
	
	/* PRODUCT PAGE */
	
	#productDetail h1.productTitle {
		display: none;
	}
	
	#productContainer h1.prod-title-mobile {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	#productContainer {
		padding: 30px 10px;
	}
	
	#productImage {
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}
	
	#productDetail {
		width: 100%;
	}
	
	#productDetail .product-availability,
	#productDetail .order-process-time {
		width: 100%;
	}
	
	/* expand/collapse tab sections */
	
	#product-tabs h3.mobile-section-header {
		display: block;
	}
	
	#product-tabs dl.tabs {
		display: none;
	}
	
	#product-tabs .tabs-content > .content {
		display: block;
	    padding: 2px 4px;
	}
	
	#product-tabs .tabs-content > .content.active {
		float: left;  /*overcome auto float none on active panel used on desktop */
	}
	
	#product-tabs .content_inner {
		display: none;
		padding: 15px 0;
		float: left;
	}
	
	
	
	

}








/* Mobile Large Phone, Phablet, mini-ipad (devices and browsers) - PINK */      
@media only screen and (min-width: 580px) and (max-width: 767px) {

	.tab-bar.header .right .right a {
		margin: 0 0 0 40px;
		font-size: 20px;
	}

}	


/* Mobile Landscape Size to large phone/phablet (devices and browsers) - GREEN */
@media only screen and (min-width: 480px) and (max-width: 579px) {
	
	#promo-block-section {
		width: 100%;
	}
	
	#footer .middle-footer-section {
		width: 95%;
		margin: 0 0 20px 5%;
	}
	
	.tab-bar.header .right .right a {
		margin: 0 0 0 40px;
		font-size: 20px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) - RED */
@media only screen and (max-width: 479px) {
	
	
	#promo-block-section {
		width: 100%;
	}
	
	#footer .middle-footer-section {
		width: 95%;
		margin: 0 0 20px 5%;
	}
	
	.copyright {
		width: 40%;
	}
	
}






