/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: 0;
}
a {
	outline: none;
	color: #049648;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
html {
	font-size: 100%;
}
body {
  font-family: 'Open Sans', Arial, Verdana, Sans Serif;
	font-size: 16px;
	font-size: 1rem;
  font-weight: 400;
	color: #8a8a8a;
	background: #eee;
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
.wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ie .wrapper {
	width: 1170px;
}

/*________ HEADER ________*/

.utility {
border-top: 3px solid #ddd;
border-bottom: 1px solid #ddd;
font-size: 14px;
font-size: 0.875rem;
overflow: hidden;
overflow: hidden;
}
.mobileUtility {
	background: url(/includes/templates/pso/images/icons/mobile-nav-open.png) no-repeat 90% center;
	background-size: 20px 20px;
	border: none;
	height: 32px;
  height: 2rem;
	width: 96px;
  width: 6rem;
	cursor: pointer;
 	position: absolute;
	top: 8px;
  top: 0.5rem;
 	right: 8px;
  right: 0.5rem;
  text-align: left;
 	color: #8a8a8a;
  text-transform: uppercase;
  padding: 0 4px;
  padding: 0 0.25rem;
	border: 1px solid #ddd;
  border-radius: 4px;
  border-radius: 0.25rem;
 	display: none;
}
.mobileUtility.close {
	background: url(/includes/templates/pso/images/icons/mobile-nav-close.png) no-repeat 90% center;
	background-size: 20px 20px;
}
.utility ul {
float: right;
list-style-type: none;
border-left: 1px solid #ddd;
line-height: 44px;
line-height: 2.75rem;  
}
.utility ul li {
float: left;
border-right: 1px solid #ddd;
}
.utility ul li a {
color: #8a8a8a;
display: block;
padding: 0 28px;
padding: 0 1.75rem;   
}
.utility ul li a:hover {
background: #ddd;
text-decoration: none;
}

.utility .productSearch {
overflow: hidden;
padding: 6px 0;
}
.utility .productSearch input[type="text"] {
float: left;
max-width: 180px;
height: 32px;
height: 2rem;
margin: 0;
background: #fff;  
}
.utility .productSearch button {
background: #049648;
border: none;
height: 32px;
height: 2rem;
cursor: pointer;
padding: 0 6px;
padding: 0 0.375rem;
}
.utility .productSearch button:hover {
background: #000;  
}

.header {
background: #fff;
width: 100%;
padding: 28px 0 0 0;
padding: 1.75rem 0 0 0;
border-bottom: 3px solid #049648;
}
.header .container {
display: -webkit-flex;
display: flex;
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: stretch;
align-items: stretch;
}
.header h1,
.header h2 {
float: left;
margin: 24px auto 48px 0;
margin: 1.5rem auto 3rem 0;
width: 100%;
max-width: 360px;
max-width: 22.5rem;
}
.header h1 img,
.header h2 img {
width: 100%;
height: auto;
}
.header .storeMsg {
overflow: hidden;
padding: 36px 0 48px 40px;
padding: 2.25rem 0 3rem 2.5rem;  
min-width: 200px;
}
.header .headPanel {
float: right;
margin-left: 28px;
margin-left: 1.75rem;
}
.header .headPanel.returns {
	display: none;
}
.header .headPanel.shipping {
margin-left: 0;
}
.header .headPanel .icon,
.header .headPanel .panelTxt {
display: inline-block;
vertical-align: middle;
}
.header .headPanel .icon {
background: #049648;
width: 44px;
height: 44px;
border-radius: 50%;
position: relative;
margin-right: 10px;
margin-right: 0.625rem;
}
.header .headPanel .icon img {
position: absolute;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;  
}
.header .headPanel h4 {
color: #404040;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
text-transform: uppercase;
}
.header .headPanel h5 {
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
}
.header .secureContainer {
max-width: 252px;
max-width: 15.75rem;
margin-left: 48px;
margin-left: 3rem;
min-width: 220px;
min-width: 13.75rem;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.header .secureContainer img {
width: 100%;
height: auto;
}

.mobileNav {
	display: none;
	border: none;
	background: #049648 url(/includes/templates/pso/images/icons/mobile-nav-open-wh.png) no-repeat center top 5px;
	background-size: 26px 26px !important;
	color: #fff;
	font-size: 8px;
	font-size: 0.5rem;
	outline: none;
	height: 45px;
	width: 50px;
	width: 3.125rem;
	padding: 28px 0 0;
	padding: 1.75rem 0 0;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	right: 0;
  cursor: pointer;
}
.mobileNav.close {
	background: #049648 url(/includes/templates/pso/images/icons/mobile-nav-close-wh.png) no-repeat center 4px;
}

/* Solid MultiLevel Css Nav */
.mainNav { 
list-style: none;
/*margin-left: 23.07692307692308%;*/
margin-left: 270px;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
text-transform: uppercase;
float: left;
}
.mainNav li {
	float: left;
	position: relative;
  z-index: 1000;
	list-style: none;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	color: #404040;
  padding: 12px 32px;
  padding: 0.75rem 2rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
    
/* main level link hover */
.mainNav .current a, .mainNav li:hover > a {
	color: #049648;
}
/* sub levels link hover */
.mainNav ul li:hover a, .mainNav li:hover li a {
color: #049648;  
}
.mainNav ul a:hover {
opacity: 0.5;
filter: alpha(opacity=50);  
}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0 24px 16px;
  padding: 0 1.5rem 1rem;
	width: 185px;
	position: absolute;
	font-size: 14px;
  font-size: 0.875rem;
  background: #1782c6;
}
/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
  border-bottom: 1px dotted #8bc1e3;
}
.mainNav ul a {
padding-left: 0;
padding-right: 0;
}
/* level 3+ list */
.mainNav ul ul {
	left: 181px;
	top: -3px;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.header .productSearch {
overflow: hidden;
}
.header .productSearch input[type="text"] {
float: left;
max-width: 140px;
height: 45px;
height: 2.8125rem;
margin: 0;
border: 1px solid #ddd;
border-left: 0;
border-bottom: 0;
background: #fff;  
}
.header .productSearch button {
background: #049648;
border: none;
height: 45px;
height: 2.8125rem;
cursor: pointer;
padding: 0 10px;
padding: 0 0.6275rem;
display: block;
}
.header .productSearch button:hover {
background: #000;  
}

.header .categoryList {
position: absolute;
width: 270px;
}
.header .categoryList.listHide > ul {
display: none;  
}
.header .categoryList.listHide:hover > ul {
display: block;  
}
.header .categoryList h3 {
background: #049648;
color: #fff;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3px;
}
.header .categoryList h3 a {
color: #fff;
padding: 0 0 0 20px;
padding: 0 0 0 1.25rem;
display: block;
}
.header .categoryList h3 a:hover {
background: #048540;
text-decoration: none;
}
.header .categoryList .catTitle {
line-height: 45px;
line-height: 2.8125rem;
}
.header .categoryList h3 img {
float: right;
background: #048540;
padding: 13px 12px 12px;
padding: 0.8125rem 0.75rem 0.75rem;
}
.header .categoryList ul {
list-style-type: none;
border: 1px solid #ddd;
border-bottom: 0;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
}
.header .categoryList ul li {
border-bottom: 1px solid #ddd;
position: relative;
z-index: 1000;
background: #fff;
}
.header .categoryList ul li a {
color: #404040;
display: block;
padding: 16px 20px;
padding: 1rem 1.25rem;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear; 
}
.header .categoryList ul li .catWithKids {
position: relative;   
}
.header .categoryList ul li .catWithKids::after {
content: "\00276F";
position: absolute;
right: 20px;
right: 1.25rem;
}
.header .categoryList li:hover > a,
.header .categoryList ul li a:hover {
background: #049648;
color: #fff;
text-decoration: none;        
}
.header .categoryList ul ul {
display: none;
width: 100%;
position: absolute;
left: 100%;
top: -1px;
background: #fff;
}
/* dropdown */
.header .categoryList ul li:hover > ul {
	display: block;
}
/* clearfix */
.header .categoryList ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
  
/*________ CONTENT AREA ________*/

.contentContainer {
background: #fff;
overflow: hidden;
clear: both;
}
.contentArea {
overflow: hidden;
padding: 0 0 28px 0;
padding: 0 0 1.75rem 0;
}

.contentArea .breadCrumb {
font-size: 12px;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
color: #049648;
text-align: right;
padding-bottom: 16px;
padding-bottom: 1rem;
border-bottom: 1px solid #ddd;
margin-bottom: 2px;
margin-bottom: 0.125rem;
}
.contentArea .breadCrumb a,
.contentArea .breadCrumb span {    
color: #404040;
text-decoration: none;
margin-right: 2px;
line-height: 2;  
}
.contentArea .breadCrumb a:hover {        
color: #049648;
}
.contentArea .breadCrumb span {
font-size: 10px;
}

.contentArea h1,
.contentArea h2 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
  color: #404040;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
  padding-bottom: 0.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.contentArea h3 {
  color: #404040;
	font-size: 20px;
	font-size: 1.25rem;
  font-weight: 700;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
  line-height: 1.2;
}
.contentArea .psoHeading {
padding: 0 0 0 64px;
padding: 0 0 0 4rem;
line-height: 44px;
position: relative;
}
.contentArea .psoHeading::after {
content: '\A';
position: absolute;
z-index: 200;
width: 44px; 
height: 100%;
top: 0; 
left: 0;
background-color: #049648;
background-image: url(/includes/templates/pso/images/icons/heading.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 17px 19px;  
}
.contentArea .psoHeading.tick::after {
background-image: url(/includes/templates/pso/images/icons/heading-tick.png);
background-size: 20px 20px;
}

/*________ CONTENT ________*/

.content {
overflow: hidden;
float: right;
width: 74.35897435897436%;
margin-left: 2.564102564102564%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 16px 0 20px 0;
padding: 1rem 0 1.25rem 0;
clear: right;
}
.content.full {
float: none;
width: 100%;
margin: 0;
}
.home .content {
padding-top: 30px;
padding-top: 1.875rem;
}
.content h4 {
 font-size: 16px;
 font-size: 1rem;
 font-weight: 600;
 margin-bottom: 4px;
 margin-bottom: 0.25rem;
}
.content h5 {

}
.content h6 {

}
.content p {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	line-height: 1.6;
}
.content ul,
.content ol {
	margin: 0 0 16px 24px;
	margin: 0 0 1rem 1.5rem;
}
.content ul li,
.content ol li {
	line-height: 1.6;
}
.content blockquote {
	font-style: italic;
	margin: 0 0 16px 40px;
	margin: 0 0 1rem 2.5rem;
}
.content .smllrTxt {
font-size: 14px;
font-size: 0.875rem;
}

.content .prodBanner-1 {
background: #049648;
}
.content .prodBanner-2 {
background: #ec051a;
}
.content .prodBanner-3 {
background: #364677;
}
.content .prodBanner-4 {
background: #ec9d05;
}
.content .prodBanner-5 {
background: #a805ec;
}

/*________ SIDEBAR ________*/

.sidebar {
width: 23.07692307692308%;
overflow: hidden;
float: left;
}
.sidebar h2 {
margin-bottom: 28px;
margin-bottom: 1.75rem;
}
.sidebar .sidePanel {
overflow: hidden;
margin-bottom: 32px;
margin-bottom: 2rem;
}
.sidebar .sidePanel.news {
margin-bottom: 64px;
margin-bottom: 4rem;
}
.sidebar .sidePost img {
margin: 0 auto 12px;
margin: 0 auto 0.75rem;
max-width: 100%;
}
.sidebar .sidePost h3 a {
color: #404040;
text-decoration: none;
}
.sidebar .sidePost h3 a:hover {
color: #049648;
}
.sidebar .sidePost .date {
font-weight: 600;
font-size: 14px;
font-size: 0.875rem;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
padding-bottom: 0.625rem;
margin-bottom: 10px;
margin-bottom: 0.625rem;  
}
.sidebar .sidePost .intro {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;
padding-bottom: 12px;
padding-bottom: 0.75rem;
}
.sidebar .sidePost .more {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
font-size: 0.875rem;
}
.sidebar .sidePost .more .rArrow {
display: inline-block;
padding-left: 8px;
padding-left: 0.5rem;
font-size: 16px;
font-size: 1rem;                      
}
.sidebar .sideTestimonials {
border: 1px solid #ddd;
text-align: center;
padding: 20px 20px 40px 20px;
padding: 1.5rem 1.5rem 2.5rem 1.5rem;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;      
}
.sidebar .sideTestimonials blockquote {
margin-bottom: 16px;
margin-bottom: 1rem;
}
.sidebar .sideTestimonials .auth {
font-weight: 700;
color: #404040
}
.sideTestimonials .slick-dots {
margin: 0;
bottom: 20px;
left: 0;
}
.sideTestimonials .slick-dots button {
display: inline-block;
width: 20px;
height: 12px;
text-indent:-9999px;
background:url(/includes/templates/pso/images/testimonial-nav.png) no-repeat;
}
.sideTestimonials .slick-dots .slick-active button {
background-position:-20px 0;
}
.sidebar .brands h2 {
margin-bottom: 0;      
}
.sidebar .brands ul {
list-style-type: none;
font-size: 14px;
font-size: 0.875rem;
}
.sidebar .brands ul li {
position: relative;
border-bottom: 1px solid #ddd;
}
.sidebar .brands ul li:last-child {
border: 0;        
}
.sidebar .brands ul li a::before {
content: "\00276F";
position: absolute;
left: 0;
color: #404040;
}
.sidebar .brands ul li a {
color: #8a8a8a;
display: block;
padding: 16px 0 16px 16px; 
}
.sidebar .brands ul li a:hover {
color: #049648;
text-decoration: none;
}
.sidebar .brands ul li span {
position: absolute;
right: 0;
}
.sidebar .freeShip {
margin-bottom: 32px;
margin-bottom: 2rem;
text-align: center;
}
.sidebar .freeShip img {
max-width: 100%;
height: auto;
margin: 32px auto 0;
margin: 2rem auto 0;
}
.sidebar .freeShip p {
text-transform: uppercase;
color: #404040;
font-size: 20px;
font-size: 1.25rem;
font-weight: 700;
padding-bottom: 8px;
padding-bottom: 0.5rem;
}
.sidebar .freeShip p span {
display: block;
color: #049648;
font-size: 40px;
font-size: 2.5rem;          
}

/*________ HOME ________*/

.promoSlider {
margin-bottom: 30px;
margin-bottom: 1.875rem;
}
.promoSlider .slick-slide {
position: relative;
}
.promoSlider .slick-slide img {
max-width: 100%;  
}
.promoSlider .slick-slide .slideTxt {
position: absolute;
top: 27%;
left: 8%;
color: #fff;
font-size: 38px;
font-size: 2.375rem;
font-weight: 300;
line-height: 1;
}
.promoSlider .slick-slide .slideTxt .svButton {
margin-top: 7%;  
}
.promoSlider .slick-dots {
margin: 0;
bottom: 20px;
}
.promoSlider .slick-dots button {
display: inline-block;
width: 20px;
height: 12px;
text-indent:-9999px;
background:url(/includes/templates/pso/images/slider-nav.png) no-repeat;
}
.promoSlider .slick-dots .slick-active button {
background-position:-20px 0;
}

.features {
overflow: hidden;
}
.features .feat {
margin-bottom: 30px;
margin-bottom: 1.875rem;
margin-bottom: 3.4%;
position: relative;
width: 54.02298850574713%;
max-width: 470px;
overflow: hidden;
}
.features .feat:after {
content: '\A';
position: absolute;
z-index: 150;
width: 100%; 
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.1;
transition: all 0.2s;
-webkit-transition: all 0.2s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
pointer-events: none; 
}
.features .feat:hover:after {
opacity: 0.6;   
}
.features .feat:nth-child(3n-2) {
float: right;
width: 42.52873563218391%;
max-width: 370px;
}
.features .feat a {
display: block;
color: #fff;  
}
.features .feat .promoImg {
position: relative;
z-index: 100;
max-with: 100%;
height: auto;
}
.features .feat .promoTxt {
position: absolute;
z-index: 200;
top: 0;
left: 0;
width: 85%;
padding-left: 15%;
height: 100%;
margin: 0;
font-size: 40px;
font-size: 2.5rem;
font-weight: 700;
text-transform: uppercase; 
}
.features .feat-2 .promoTxt,
.features .feat-3 .promoTxt {
padding-left: 20%;
width: 80%;      
}
.features .feat a:hover {
text-decoration: none;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);  
}
.features .feat .headingWrap {
display: inline-block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 1.2;
}
.features .feat .pre,
.features .feat .more {
display: block;
font-weight: 600;  
}
.features .feat .pre {
font-size: 20px;
font-size: 1.25rem;  
}
.features .feat .more {
font-size: 14px;
font-size: 0.875rem;
text-align: right;
}
.features .feat a:hover .more {
color: #049648;  
}
.features .feat .more .rArrow {
font-weight: 700;
font-size: 20px;
font-size: 1.25rem;
}
.homeText {
border: 1px solid #ddd;
padding: 16px 24px;
padding: 1rem 1.5rem;
margin-bottom: 32px;
margin-bottom: 2rem;  
}
.homeText h2 {
border: 0;
margin: 0;
}
.homeText p {
margin-bottom: 4px;
margin-bottom: 0.25rem;
}
.homeProds .svButton {
float: right;
margin-top: 1px;
}
.homeProds h2 {
margin-bottom: 30px;
margin-bottom: 1.875rem;
overflow: hidden;
}

/*________ CATEGORY LISTING ________*/

.content .categoryHeader.imgHeader {
position: relative;
margin-bottom: 16px;
margin-bottom: 1rem;
margin-top: -4px;
}
.content .categoryHeader.imgHeader .dispCatImg {
position: relative;
z-index: 100;
max-width: 100%;
height: auto;
}
.content .categoryHeader.imgHeader h1 {
position: absolute;
bottom: 0;
z-index: 200;
background: #000;
background: rgba(0,0,0,0.6);
color: #fff;
width: 100%;
margin: 0;
padding: 8px 20px;
padding: 0.5rem 1.25rem;
border: 0;
}
.catsListing {
overflow: hidden;  
}
.catsListing .product {
float: left;
width: 30%;
margin: 0 1.666666666666667% 20px;
margin: 0 1.666666666666667% 1.25rem;  
}
.catsListing .product a {
display: block;
background: #606060;
color: #fff;
height: 80px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
}
.catsListing .product a:hover {
background: #049648;
text-decoration: none;
}
.catsListing .product a span {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
word-break: break-all;      
}

/*________ PRODUCT LISTING ________*/
  
.content .productsListing {
overflow: hidden;
}  
.content .productsListing .product {
display: inline-block;
vertical-align: top;
width: 31.03448275862069%;
margin: 0 3.448275862068965% 28px 0;
margin: 0 3.448275862068965% 1.75rem 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #ddd;
min-height: 360px;
min-height: 22.5rem;
position: relative;
overflow: hidden;
}
.content.full .productsListing .product {
width: 23.66071428571429%;
margin-right: 1.785714285714286%;  
}
.content .productsListing .product.right {
margin-right: 0; 
}
.content .productsListing .product a {
display: block;
text-decoration: none;
}
.content .productsListing .product .prodImg {
display: block;
margin: 0 28px 16px 28px;
margin: 0 1.75rem 1rem 1.75rem;
height: 220px;
height: 13.75rem;
position: relative;
border-bottom: 1px solid #ddd;
}       
.content .productsListing .product .thumb {
width: auto;
height: auto;  
max-width: 90%;
max-height: 90%;  
position: absolute;
z-index: 100;
margin: auto;
top: 0; left: 0; bottom: 0; right: 0;                   
}
.content .productsListing .product .prodName,
.content .productsListing .product .prodPrice,
.content .productsListing .product .excerpt,
.content .productsListing .product .sellMsg {
display: block;
text-align: center;                  
}
.content .productsListing .product .prodName,
.content .productsListing .product .prodPrice,
.content .productsListing .product .excerpt {
margin-left: 24px;
margin-left: 1.5rem;
margin-right: 24px;
margin-right: 1.5rem;
}
.content .productsListing .product .prodName {
font-weight: 600;
color: #8a8a8a;
font-size: 16px;
font-size: 1rem;
text-transform: uppercase;
}
.content .productsListing .product .prodPrice {
color: #404040;
font-size: 22px;
font-size: 1.375rem;
font-weight: 700;
}
.content .productsListing .product .prodPrice .normalprice {
text-decoration: line-through;
margin-right: 4px;
margin-right: 0.25rem;  
}
.content .productsListing .product .prodPrice .productSpecialPrice {
color: #e53d3d;  
}
.content .productsListing .product a:hover .thumb {
opacity: 0.8;  
}
.content .productsListing .product a:hover .prodName {
color: #049648;  
}
.content .productsListing .product .excerpt,
.content .productsListing .product .sellMsg {
font-size: 14px;
font-size: 0.875rem;	
}
.content .productsListing .product .excerpt {
font-size: 14px;
font-size: 0.875rem;
color: #8a8a8a;
padding-top: 12px;
padding-top: 0.75rem;
}
.content .productsListing .product .sellMsg {
background: #eee;
color: #049648;
text-transform: uppercase;
font-weight: 600;
font-style: italic;
padding: 20px 12px;
padding: 1.25rem 0.75rem;
margin-top: 16px;
margin-top: 1rem;
}

.content .productsListing .product .prodBanner {
position: absolute;
z-index: 150;
top: -90px;
left: -90px;
text-align: center;
width: 180px;
height: 180px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
color: #fff;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
line-height: 310px;
}
.content .productsListing .product .prodBanner-3 {
font-size: 14px;
font-size: 0.875rem;
line-height: 320px;
}

.content .navSplitPagesLinks {
float: right;
margin: 0 0 20px 0;
margin: 0 0 1.25rem 0;
}
.content .navSplitPagesLinks .current,
.content .navSplitPagesLinks a {
float: left;
margin-left: 6px;
padding: 3px 8px;  
text-transform: lowercase;  
}
.content .navSplitPagesLinks a {
color: #fff;            
background: #049648;
text-decoration: none;  
}
.content .navSplitPagesLinks a:hover {
background: #696969;
}
.content .navSplitPagesResult {
font-size: 12px;
font-size: 0.75rem;  
}

.content #prLoading {
margin: 0 auto;
padding: 30% 0;
}

/*________ PRODUCT DETAIL ________*/

.content .productInfo {
overflow: hidden;
padding-top: 28px;
padding-top: 1.75rem;
}

.content .imagesArea {
float: left;
width: 54.02298850574713%;
margin: 0 3.448275862068966% 40px 0;
margin: 0 3.448275862068966% 2.5rem 0;
}
.content .productsImage .imgHolder {
display: block;
height: 470px;
height: 29.375rem;
position: relative;
background: #fff;
margin-bottom: 20px;
margin-bottom: 1.25rem;
border: 1px solid #ddd;
overflow: hidden;
}
.content .productsImage .imgHolder .smImg,
.content .productsImage .imgHolder .hover {
width: auto;
height: auto;  
max-width: 95%;
max-height: 95%;  
position: absolute;
z-index: 100;
margin: auto;
top: 0; left: 0; bottom: 0; right: 0;
}
.content .productsImage .imgHolder .hover {
z-index: 200;
max-width: 35.71428571428571%;
visibility:hidden;
opacity:0;
transition:visibility 0s linear 0.2s,opacity 0.2s linear;
}
.content .productsImage .imgHolder:hover .hover {
visibility:visible;
opacity:1;
transition-delay:0s;          
}
.content .productsImage .imgHolder .prodBanner {
position: absolute;
z-index: 150;
top: -120px;
left: -120px;
text-align: center;
width: 240px;
height: 240px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
color: #fff;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
text-transform: uppercase;
line-height: 410px;
}
.content .productsImage .imgHolder .prodBanner-3 {
font-size: 18px;
font-size: 1.125rem;
line-height: 420px;
}
.content .additionalImages a {
float: left;
width: 21.27659574468085%;
margin-right: 4.9645390070922%;
height: 100px;
height: 6.25rem;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;  
border: 1px solid #ddd;
}
.content .additionalImages a.right {
margin-right: 0;  
}
.content .additionalImages a img {
width: auto;
height: auto;  
max-width: 95%;
max-height: 100px;  
position: absolute;
z-index: 100;
margin: auto;
top: 0; left: 0; bottom: 0; right: 0;
}

.content .productsDetail,
.content .prOptions,
.content .prOptions #cartAdd,
.content .prInfoPanel {
overflow: hidden;  
}
.content .productsDetail {
width: 42.52873563218391%;  
margin-bottom: 28px;
margin-bottom: 1.75rem;
}
.content .productsDetail .sellMsg {
  	color: #049648;
	font-size: 18px;
	font-size: 1.125rem;
  	font-weight: 600;
  	font-style: italic;
  	text-transform: uppercase;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	line-height: 1.4;
}
.content .productsDetail .excerpt {
	font-size: 14px;
	font-size: 0.875rem;
}
.content .productsDetail .price {
font-size: 32px;
font-size: 2rem;
color: #049648;
font-weight: 700;  
}
.content .productsDetail .price .normalprice {
text-decoration: line-through;
margin-right: 8px;
margin-right: 0.5rem;
}
.content .productsDetail .price .productSpecialPrice {
color: #e53d3d;
}

.content .prOptions {
margin-bottom: 32px;
margin-bottom: 2rem;
}
.content .prOptions fieldset {
margin-bottom: 20px;
margin-bottom: 1.25rem;      
}
.content .prOptions fieldset select {
max-width: 300px;
}
.content .prOptions fieldset .attrRadLab {
border: 1px solid #cecece;
float: left;
padding: 0 12px;
margin-right: 8px;
margin-right: 0.5rem;
line-height: 32px;
line-height: 2rem;
background: #f1f1f1;
}    
.content .prOptions fieldset .attrRadLab.selected,
.content .prOptions fieldset .attrRadLab:hover {
background: #fff;
cursor: pointer;
}
.content .prOptions fieldset .attrRadLab input[type="radio"] {
display: none;  
}
.content .prOptions fieldset .attribsRadioButtonSoldOut,
.content .prOptions fieldset .attribsRadioButtonSoldOut:hover {
cursor: default;
background: #f8f8f8;
color: #a8a8ab;
border: 1px solid #e7e7e7;  
}
.content .prOptions #cartAdd {
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.content .prOptions #cartAdd input[type="text"] {
float: left;
background: #fff;
width: 33%;
margin-right: 5%;
text-align: center;      
}
.content .prOptions #cartAdd button {
display: block;
width: 62%;
padding: 0;
position: relative;
}
.content .prOptions #cartAdd button .btnTxt {
margin-left: -40px;
display: block;
}
.content .prOptions #cartAdd button .btnIcon {
position: absolute;
top: 0;
right: 0;
width: 46px;
height: 46px;
background: #048540;
}
.content .prOptions #cartAdd button .btnIcon img {
margin: auto;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);      
}
.content .prOptions #cartAdd button.inactive {
background: #cecece;
cursor: default;
}
.content .prOptions #cartAdd #a2cLoad {
float: left;
padding: 10px 60px;
}
.content .prOptions #cartAdd #attrMsg {
font-size: 12px;
font-size: 0.75rem;
color: #ff0000;
line-height: 40px;
line-height: 2.5rem;
margin: 0;
padding: 0;
}

.content .prInfoPanel {
clear: both;
width: 100%;
margin-bottom: 60px;
margin-bottom: 3.75rem;
}
.content .prInfoPanel .panelNav {
list-style-type: none;
border-bottom: 1px solid #cecece;
padding: 0;
margin: 0;  
height: 48px;
height: 3rem;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
}
.content .prInfoPanel .panelNav li {
float: left;
line-height: 1;
margin-top: 2px;  
height: 46px;
height: 2.875rem;
border-top: 1px solid #cecece;
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
margin-left: -1px;  
}
.content .prInfoPanel .panelNav li.current {
margin-top: 0;
height: 48px;
height: 3rem;
border-left: 0;
}
.content .prInfoPanel .panelNav li:first-child {
margin-left: 0;
}
.content .prInfoPanel .panelNav li a {
display: block;
text-decoration: none;  
background: #f1f1f1;
color: #414141;
padding: 16px 24px 15px;    
padding: 1rem 1.5rem 0.9375rem;  
}
.content .prInfoPanel .panelNav li a:hover {
background: #fff;
}
.content .prInfoPanel .panelNav li.current a {
background: #049648;
color: #fff;
padding-top: 17px;
padding-top: 1.0625rem;
padding-bottom: 17px;
padding-bottom: 1.0625rem;
}
.content .prInfoPanel .panelContent {
overflow: hidden;
clear: both;
border: 1px solid #cecece;
border-top: 0;
padding: 24px 30px;
padding: 1.5rem 1.875rem;
max-height: 436px;
overflow: auto;  
}

.content .relatedProducts {
clear: both;  
}
.content .productInfo .productsListing {
clear: both;
}

/*________ CHECKOUT SUCCESS ________*/

.content .chkSuccess .bankInfo {
background: #404048;
color: #fff;
padding: 16px 20px 8px;
margin-bottom: 16px;
border-radius: 8px;      
}
.content .chkSuccess .bankInfo pre {
padding-bottom: 12px;      
}

/*________ LOGIN / SIGNUP ________*/

.content .scLoginSignup form {
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.content form #lg_login {
margin-right: 5px;
}

.content .forgotPassword {
font-size: 91%;
}

.content .alert {
text-align: right;
overflow: hidden;
font-weight: bold;
margin-bottom: 5px;
}

/*________ ACCOUNT SUCCESS ________*/

#createAcctSuccess legend,
#addressBookDefault legend {
display: none;
}

#createAcctSuccess fieldset {
border: 0;
margin-bottom: 20px;
} 

#createAcctSuccess address {
float: left;
margin-right: 50px;
margin-bottom: 10px;
}

#createAcctSuccess .forward a {
margin-bottom: 5px;
}

#createAcctSuccess .addressBookDefaultName {
clear: both;
}

/*________ MY ACCOUNT ________*/

#accountDefault p.forward {
float: right;
}

#accountDefault table {
margin-bottom: 15px;
}

#accountDefault table tr th,
#accountHistInfo table tr th {
color: #fff;
background: #555555;
border-bottom: 1px solid #e6e6e6;
padding: 5px;
text-align: left;
}

#accountDefault table tr td,
#accountHistInfo table tr td {
border-bottom: 1px solid #e6e6e6;
padding: 10px 5px;
text-align: left;
}

#accountHistInfo #orderTotals {
padding-top: 5px;
}

#accountHistInfo p.forward {
float: right;
font-size: 91%;
}

#accountHistInfo #myAccountShipInfo {
float: left;

width: 50%;
}

#accountHistInfo #myAccountShipInfo,
#accountHistInfo #myAccountPaymentInfo {
padding: 20px 0;
}

#accountHistInfo p.shipBill {
font-weight: bold;
font-size: 116%;
padding: 7px 0 3px 0;
color: #fff;
}

#accountHistoryDefault fieldset {
border: 0;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}

#accountHistoryDefault legend {
margin-bottom: 3px;
font-weight: bold;
}

#accountHistoryDefault .view {
float: right;
}

#accountHistInfo #orderTotals .forward {
margin-bottom: 5px;
padding: 0 5px 5px 5px;
border-bottom: 1px solid #e6e6e6;
}

#accountHistInfo #orderTotals .forward img {
display: inline;
}

#accountHistInfo #orderTotals .amount {
float: right;
clear: right;
font-weight: bold;
border-bottom: 1px solid #e6e6e6;
}

#dcRedeem {
margin-bottom: 20px;  
}

/*________ ADDRESS BOOK ________*/

#addressBookDefault address {
margin-bottom: 15px;
}

#addressBookDefault fieldset {
border: 0;
}

#content #addressBookDefault .alert {
text-align: right;
margin-bottom: 5px;
float: none;
}

#addressBookDefault fieldset .address {
overflow: hidden;
border-bottom: 1px dotted #e6e6e6;
margin-bottom: 15px;
clear: right;  
}

#addressBookDefault fieldset address {
float: left;
}

#addressBookDefault .forward {
float: right;
}

#addressBookDefault .forward a {
margin-bottom: 5px;
}

.content .chAddress {
margin-bottom: 16px;
margin-bottom: 1rem;
overflow: hidden;      
}
.content .chAddress input[type="radio"] {
float: left;
width: auto;
margin-right: 8px;
margin-right: 0.5rem;  
}
.content .chAddress label {
display: block;
width: auto;
float: none;
line-height: 1;
}

/*________ CONTACT US ________*/

.content .contactInfo {
float: left;
width: 47.5%;
margin-right: 5%;
}
.content #fc_enquiry_form {
overflow: hidden;      
}

/*________ FORMS ________*/

form,
.wrapper form.elab_form * {
 font-family: 'Open Sans', Arial, Verdana, Sans Serif; 
}
form fieldset {
	border: none;
}
form fieldset legend {
	display: none;
}
form label {
	display: block;
	margin: 0 0 2px 0;
	margin: 0 0 0.125rem 0;
}
form label.checkbox {
	margin: 0 0 8px 0;
	margin: 0 0 0.5rem 0;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form select,
form textarea {
	border: 1px solid #c9c9c9;
	color: #8a8a8a;
  background: #eee;
	width: 100%;
  height: 44px;
  height: 2.75rem;
  font-family: 'Open Sans', Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 16px;
  padding: 0 1rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}
form select {
	padding: 6px;
	padding: 0.375rem;
}
form label input {
	margin-right: 5px;
	margin-right: 0.3125rem;
}
form.shopForm fieldset label {
	float: left;
	width: 22%;
	margin-right: 2%;
	line-height: 40px;
  line-height: 2.5rem;
}
form.shopForm fieldset input,
form.shopForm fieldset select,
form.shopForm fieldset textarea {
	width: 76%;
}
form.shopForm fieldset label.checkbox {
	width: auto;
	float: none;
	text-align: left;
	margin-right: 0;
	padding: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}
form.shopForm fieldset label.checkbox input {
	width: auto;
	display: inline-block;
	vertical-align: top;
}

form.shopForm fieldset label.checkbox,
form.shopForm input[type="submit"],
form.shopForm button[type="submit"] {
	margin-left: 24%;
}

.content .field {
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 10px;
margin-bottom: 0.625rem;  
}
.content .field.col2 {
width: 48%;
margin-right: 4%;
float: left; 
}
.content .field.right {
margin-right: 0;  
}
.content .field.cBox {
clear: both;  
}
.content .field label {
float: none;
clear: none;
display: block;
margin: 0 0 4px 0;
margin: 0 0 0.25rem 0;
padding: 0;
text-align: left;
width: 100%;
line-height: normal;  
}
.content .field.cBox label {
margin: 0;
line-height: 1;  
}
.content .field input[type="text"],
.content .field input[type="password"],
.content .field select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 4px;
padding: 0.25rem;
margin: 0;
width: 100%;  
}
.content .field input[type="checkbox"] {
padding: 0;
width: auto;    
}
.content .field.cBox input[type="checkbox"] {
float: left;
margin-right: 4px;
}
.content .fieldCols input[type="submit"] {
margin-left: 0;    
}
.content .fgpass {
float: right;  
}

/*________ BRANDS ________*/

.psoBrands {
clear: both;  
}
.psoBrands ul {
list-style-type: none;
margin: 0;
padding: 16px 0 0 0;
padding: 1rem 0 0 0;
}
.psoBrands ul li {
display: inline-block;
border: 1px solid #ddd;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14.52991452991453%;      
margin-right: 2.564102564102564%;  
}
.psoBrands ul li:last-child {
margin-right: 0;    
}
.psoBrands ul li a {
display: block;
position: relative;
height: 120px;
height: 7.5rem;  
}
.psoBrands ul li img {
max-width: 80%;
height: auto;
position: absolute;
z-index: 100;
margin: auto;
top: 0; left: 0; bottom: 0; right: 0;        
}
.psoBrands ul li a:hover {
background: #fafafa;  
}
    
/*________ FOOTER ________*/

.footer {
overflow: hidden;
padding-bottom: 32px;
padding-bottom: 2rem;
font-size: 14px;
font-size: 0.875rem;  
}

.footer .mailList {
background: #404048;
padding: 28px 0;
padding: 1.75rem 0;
}
.footer .mailList .mailTxt {
float: left;
color: #fff;
margin-right: 24px;
margin-right: 1.5rem;
}
.footer .mailList .mailTxt h4 {
font-size: 24px;
font-size: 1.5rem;
font-weight: 700;
text-transform: uppercase;
line-height: 1.1;
}
.footer .mailList form {
overflow: hidden;
}
.footer .mailList form label {
display: none;          
}
.footer .mailList form input {
float: left;
width: 37%;
border: 0;
margin-right: 3%;
}
.footer .mailList form button {
padding: 0;
width: 20%;       
}
.footer .footPanels {
background: #ddd;
overflow: hidden;
padding: 48px 0 12px 0;
padding: 3rem 0 0.75rem 0;
margin-bottom: 28px;
margin-bottom: 1.75rem;  
}
.footer .footPanels h4 {
font-size: 24px;
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
color: #404040;
border-bottom: 1px solid #b6b6b6;
padding-bottom: 8px;
padding-bottom: 0.5rem;
margin-bottom: 24px;
margin-bottom: 1.5rem;
}
.footer .footPanels ul {
list-style-type: none;
}
.footer .footPanels ul li {
padding-bottom: 12px;
padding-bottom: 0.75rem;  
}
.footer .footPanels ul li a {
color: #404040;      
}
.footer .footPanels ul li a:hover {
color: #049648;  
}
.footer .footPanels .panel {
float: left;
width: 23.07692307692308%;
margin-right: 2.564102564102563%;
margin-bottom: 44px;
margin-bottom: 2.75rem;
}
.footer .footPanels .panel.payment {
margin-right: 0;  
}
.footer .footPanels .panel.payment p {        
line-height: 1.8;
padding-bottom: 16px;
padding-bottom: 1rem;
}
.footer .footPanels .panel.payment .wpac {
margin-bottom: 8px;
margin-bottom: 0.5rem;
}
.footer .footPanels .panel.payment ul {
list-style-type: none;                    
}
.footer .footPanels .panel.payment ul li {
display: inline-block;
margin-right: 8px;
margin-right: 0.5rem;
}
.footer .social {
float: right;
list-style-type: none;
}
.footer .social li {
display: inline-block;
margin-left: 16px;
margin-left: 1rem;
}
.footer .copy a {
color: #8a8a8a;
text-decoration: none;  
}
.footer .copy a:hover {
text-decoration: underline;  
}
    
/*________ MISC ________*/

.wrapper .hide,
.wrapper .contentContainer .hide,
.wrapper .contentContainer .content .hide,
.hide,
.clearBoth {
	display: none;
}
.clearLeft {
clear: left;  
}

.animate,
.animate::after {
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;  
}
.animate2,
.animate2::after {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-ms-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
transition: all 0.15s linear;      
}
.animate3,
.animate3::after {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;      
}

.svButton,
form input[type="submit"],
form button[type="submit"],
.wrapper form.elab_form input[type="submit"],
.wrapper form.elab_form button[type="submit"] {
font-family: 'Open Sans', Arial, Verdana, Sans Serif;
font-weight: 600;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
background: #049648;
color: #fff;
padding: 0 28px;
padding: 0 1.75rem;
line-height: 44px;
line-height: 2.75rem;
border: 0;  
display: inline-block;
overflow: hidden;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
text-decoration: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
}
.svButton:hover,
.wrapper form.elab_form input[type="submit"]:hover,
.wrapper form.elab_form button[type="submit"]:hover {
background: #498044;
cursor: pointer;
color: #fff;
text-decoration: none;
}
.svButton.large {
font-size: 14px;
font-size: 0.875rem;
padding: 0 40px;
padding: 0 2.5rem;
line-height: 54px;
line-height: 3.375rem;      
}
.svButton.small {
padding: 0;
width: 64px;
line-height: 32px;
line-height: 2rem;  
text-align: center;
font-size: 83%;
text-transform: none;
display: block;
}

.svButton.secondary {
background: #cccccc;
color: #000;
}
.svButton.secondary:hover {    
background: #696969;
color: #fff;
}


.svButton.soldOut,
.svButton.soldOut:hover {
background: #ee4f4f;
cursor: default;  
}

.messageStackCaution,
.messageStackError,
.messageStackSuccess,
.messageStackWarning {
color: #fff;
padding: 10px;
margin-bottom: 10px;
overflow: hidden;
font-size: 14px;
font-size: 0.875rem;

}
.messageStackCaution img,
.messageStackError img,
.messageStackSuccess img,
.messageStackWarning img {
float: left;
margin-right: 10px;
}
.messageStackCaution,
.messageStackWarning {
background: #cfd100;
}
.messageStackError {
background: #e51f1f;
}
.messageStackSuccess {
background: #22c302;
}

/*________ Responsive Structure ________*/

/* 1170px */
@media (max-width: 73.125em) {
	.wrapper {
	padding: 0 8px;
	padding: 0 0.5rem;
	}
	.header .productSearch input[type="text"] {
	max-width: 100px;
	}
}

/* 1056px */
@media (max-width: 66em) {
	.mainNav li a {
	padding-left: 12px;
	padding-right: 12px;
	}
	.footer .footPanels .panel {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	}
}

/* 832px */
@media (max-width: 52rem) {
	.utility ul li a {
	padding: 0 24px;
	padding: 0 1.5rem;
	}
	.header {
	margin-bottom: 45px;
	border: 0;  
	}
	.header .container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	}
	.header h1, 
	.header h2 {
	float: none;
	margin: 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	}
	.header .logoSite img {
	margin: 0 auto;
	max-width: 360px;
	max-width: 22.5rem;
	height: auto;
	}
	.header .storeMsg {
	text-align: center;
	padding: 36px 16px 0;
	padding: 36px 1rem 0;
	min-width: 0;
	}
	.header .headPanel {
	float: none;
	text-align: left;
	display: inline-block;
	margin: 0 16px 20px;
	margin: 0 0 1.25rem;
	}
	.header .headPanel .icon {
	height: 28px;
	width: 28px;
	margin-right: 4px;
	margin-right: 0.25rem;
	}
	.header .headPanel .icon img {
	width: 16px;
	height: 13px;
	}
	.header .headPanel .panelTxt h4,
	.header .headPanel .panelTxt h5 {
	font-size: 10px;
	font-size: 0.625rem;
	}
	.header .secureContainer {
	margin: 0;
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
	min-width: 120px;
	-webkit-justify-content: center;
    justify-content: center;
	}
	.header .categoryList {
	left: 0;
	}
	.header .categoryList h3 {
	margin-bottom: 0;
	}
	.mobileNav {
	display: block;
	}
	.mainNav {
	display: none;
	margin: 0;
	clear: both;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	z-index: 3500;
	background-color: #049648;
	}
	.mainNav li {
	width: 100%;
	float: none;
	text-align: left;
	padding: 0;
	border: 0;
	}
	.mainNav li a {
	line-height: 50px;
	line-height: 3.125rem;
	padding: 0 16px;
	padding: 0 1rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	.mainNav li a:hover,
	.mainNav li:hover > a {
	background-color: #171717;
	}
	.mainNav ul {
	width: 100%;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
	}
	.mainNav li ul {
	display: none;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	}
	.mainNav li:hover > ul {
	display: block;
	}
	.mainNav li ul li {
	border:0;
	}
	.mainNav li ul li a {
	font-weight: normal;
	padding-left: 32px;
	padding-left: 2rem;
	}
	.content {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
	}
	.sidebar {
	width: 100%;
	float: none;
	text-align: center;
	}
	.contentArea h1, 
	.contentArea h2 {
	font-size: 20px;
	font-size: 1.25rem;
	}
	.content.full .productsListing .product {
	width: 30.93812375249501%;
	margin: 0 1.197604790419162% 36px 0;
	margin: 0 1.197604790419162% 2.25rem; 
	}
	.content .prInfoPanel .panelNav li a {
	padding-left: 12px;
	padding-left: 0.75rem;
	padding-right: 12px;
	padding-right: 0.75rem;
	}
	.content .productsListing .product .prodImg {
	height: 165px;
	height: 10.3125rem;
	}
	.content .productsImage .imgHolder {
	height: 390px;		
	height: 24.375rem;       
	}
	.content .prInfoPanel .panelNav li a {
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 16px;
	padding-right: 1rem;
	}
	.footer .mailList .mailTxt {
	float: none;
	text-align: center;
	margin: 0 0 12px 0;
	margin: 0 0 0.75rem 0;
	}
}
    
/* 720px */
@media (max-width: 45em) {
	.mobileUtility {
	display: block;    
	}
	.utility ul {
	display: none;
	clear: both;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 48px;
	top: 3rem !important;
	left: 0;
	z-index: 3500;
	background-color: #eee;
	background-color: rgba(238, 238, 238, 0.9);
	}
	.utility ul li {
	width: 100%;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	.utility ul li a {
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	}
	.features .feat,
	.features .feat:nth-child(3n-2) {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	}
	.features .feat .more,
	.features .feat .more {
	display: inline;
	}
	.psoBrands ul li {
	width: 32%;      
	margin: 0 2% 2% 0;  
	}
	.psoBrands ul li:nth-child(3n) {
	margin-right: 0;    	
	}
}
        
/* 640px */
@media (max-width: 40em) {
	.header h1 {
	float: none;
	}
	.header h1 img {
	margin: 0 auto;
	}
	.content .listingsNav {
	font-size: 14px;
	font-size: 0.875rem;     
	}
	.content .listingsNav li {
	width: 32%;  
	}
	.content .productsListing .product,
	.content .productsListing .product.right,
	.content.full .productsListing .product {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	}
	.content .imagesArea,
	.content .productsDetail {
	float: none;
	overflow: hidden;
	width: 100%;
	margin-right: 0; 
	}
	.content .contactInfo {
	float: none;
	width: 100%;
	margin-right: 0;
	}
	.content .field.cBox {
	padding: 8px 0;
	padding: 0.5rem 0;
	}
	form.shopForm fieldset label {
	width: 33%;
	margin-right: 2%;
	}
	form.shopForm fieldset input,
	form.shopForm fieldset select {
	width: 65%;
	}
	form.shopForm fieldset label.checkbox,
	form.shopForm input[type="submit"],
	form.shopForm button[type="submit"] {
	margin-left: 35%;
	}
}

/* 520px */
@media (max-width: 32.5em) {
	.utility .productSearch input[type="text"] {
	max-width: 120px;
	}
	.header .categoryList {
	width: 220px;    
	}
	.header .categoryList ul {
	font-size: 12px;
	font-size: 0.75rem;
	}
	.header .categoryList ul li .catWithKids::after {
	content: none;
	}
	.header .categoryList ul li ul {
	display: none !important;      
	}
	.header .storeMsg {
	padding: 36px 10px 0;
	padding: 36px 0.625rem 0;
	}
	.contentArea .breadCrumb {
	float: none;
	text-align: right;
	line-height: 1;
	}
	.homeProds .svButton {
	display: none;
	}
	.footer .mailList form input {
	width: 48%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	}
	.footer .mailList form button {
	width: 97%;
	}
	.footer .footPanels .panel {
	float: none;
	width: 96%;
	}
	.footer .social {
	float: none;
	text-align: center;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
	}
}

/* 480px */
@media (max-width: 30em) {
	/*#promoSlider,
	.features .feat {
	display: none;      
	}*/
	.features .feat .promoTxt {
	font-size: 24px;
	font-size: 1.5rem;
	}
	.features .feat .promoTxt .pre {
	font-size: 16px;
	font-size: 1rem;  
	}
	.features .feat .promoTxt .more {
	font-size: 12px;	
	font-size: 0.75rem;
	}
	.content .listingsNav {
	font-size: 12px;
	font-size: 0.75rem;     
	}
	.catsListing .product {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;  
	}
	.content .productsListing .product,
	.content .productsListing .product.right,
	.content.full .productsListing .product {
	width: 100%;
	max-width: 280px;
	max-width: 17.5rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	.content .productsListing .product .prodImg {
	height: 265px;
	height: 16.5625rem; 
	}
	.content .productsImage .imgHolder {
	height: 320px;		
	height: 20rem;       
	}
	.content .productsImage .imgHolder .prodBanner {
	top: -90px;
	left: -90px;
	width: 180px;
	height: 180px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 320px;
	}
	.content .productsImage .imgHolder .prodBanner-3 {
	font-size: 14px;
	font-size: 0.875rem;
	}
	.content .prInfoPanel .panelNav {
	height: 44px;
	height: 2.75rem;
	}
	.content .prInfoPanel .panelNav li {
	height: 41px;
	height: 2.5625rem;
	}
	.content .prInfoPanel .panelNav li.current {
	height: 43px;
	height: 2.6875rem;  
	}
	.content .prInfoPanel .panelNav li a {
	padding: 15px 8px 15px 8px;
	padding: 0.9375rem 0.5rem 0.9375rem 0.5rem;
	font-size: 11px;
	font-size: 0.6875rem;
	}
	.content .prInfoPanel .panelNav li.current a {
	padding-top: 16px;
	padding-top: 1rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	}
	.svButton,
	form input[type="submit"],
	form button[type="submit"] {
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 16px;
	padding-right: 1rem;
	}
}

/* 400px */
@media (max-width: 25em) {
	.content .productsImage .imgHolder {
	height: 288px;		
	height: 18rem;       
	}
	.psoBrands ul li {
	width: 100%;    
	float: none;
	margin-right: 0;  
	}
	.psoBrands ul li:nth-child(3n) {
	margin-right: 0;    	
	}
	form.shopForm fieldset label {
	width: 100%;
	margin-right: 0%;
	text-align: left;
	float: none;
	padding-top: 0;
	}
	form.shopForm fieldset input,
	form.shopForm fieldset select {
	width: 100%;
	}
	form.shopForm fieldset label.checkbox,
	form.shopForm input[type="submit"],
	form.shopForm button[type="submit"] {
	margin-left: 0%;
	}
}


/*! Hint.css (base version) - v1.3.3 - 2014-07-06
* http://kushagragour.in/lab/hint/
* Copyright (c) 2014 Kushagra Gour; Licensed MIT */

.hint,[data-hint]{position:relative;display:inline-block}.hint:before,.hint:after,[data-hint]:before,[data-hint]:after{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.hint:hover:before,.hint:hover:after,.hint:focus:before,.hint:focus:after,[data-hint]:hover:before,[data-hint]:hover:after,[data-hint]:focus:before,[data-hint]:focus:after{visibility:visible;opacity:1}.hint:hover:before,.hint:hover:after,[data-hint]:hover:before,[data-hint]:hover:after{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap}.hint--top:before{border-top-color:#383838}.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-12px}.hint--top:after{margin-left:-18px}.hint--top:before,.hint--top:after{bottom:100%;left:50%}.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom:before{margin-top:-12px}.hint--bottom:after{margin-left:-18px}.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--right:before{margin-left:-12px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:before,.hint--right:after{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-12px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:before,.hint--left:after{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:bef
















