/* ----------------------------------------------------------------------------------- */
/* -----  OVERRIDES flexslider.css                            ------------------------ */
/* ----------------------------------------------------------------------------------- */
.flex-viewport {max-height: 470px;}



/* ----------------------------------------------------------------------------------- */
/* -----  OVERRIDES style.css                                 ------------------------ */
/* ----------------------------------------------------------------------------------- */

.Breadcrumb {
	margin-bottom: 0px;
}
.Breadcrumb li {
	font-family: Arial, sans-serif;
	font-size: 13px;
}


h2.title, h3.title {
	/*font-family: "Lora", Times, Serif;*/
	display: inline;
	font-variant: small-caps;
}



/* ----- SUB CATEGORY OVERRIDES ----- */
/* Sub Category does not display products, just sub-category listings */
/*
.SubCategoryListGrid {
	border: none;
    margin: 20px 0 0 0;
}

.SubCategoryListGrid > ul li {
    border:solid 1px #D0D0D0;
    display: inline-block;
    margin: 0 10px 20px 0;
    text-align: center;
    vertical-align: top;
    width: auto;
}
*/
/* ----- SUB CATEGORY ADDITIONS ----- */
.SubCategoryListGrid .RowDivider {
    display:none;
}

.BHC_ClearMinHeight {min-height:0;}


.product-nav {
    margin-bottom: 0px;
}



/* ----- FOOTER OVERRIDES ----- */




/* ----------------------------------------------------------------------------------- */
/* -----  OVERRIDES theme.css                                 ------------------------ */
/* ----------------------------------------------------------------------------------- */
.TitleHeading {
	margin-bottom: 5px;
}



/* ----------------------------------------------------------------------------------- */
/* -----  OVERRIDES GLOBAL                                    ------------------------ */
/* ----------------------------------------------------------------------------------- */

a:hover {text-decoration:underline;}

/* Forces checkout billing/shipping Zip Code field to correct width, BC hard codes this to 40px */
#FormField_13, #FormField_23 {width: 100px !important;}





/* ----------------------------------------------------------------------------------- */
/* -----  SWITCHES                                            ------------------------ */
/* ----------------------------------------------------------------------------------- */
.CartCode > .CouponCode {display:none;}
.CartContents tfoot .CheckoutRedeemCoupon {display:none;}



/* ----------------------------------------------------------------------------------- */
/* -----  HOME PAGE                                           ------------------------ */
/* ----------------------------------------------------------------------------------- */
.homePage_wrapper:nth-child(odd) 	{background-color:#F8F8F8;}
.homePage_wrapper:nth-child(even)	{background-color:#FFFFFF;}

.infoPage_wrapper:nth-child(odd) 	{background-color:#F0F0F0;}
.infoPage_wrapper:nth-child(even) 	{background-color:#FFFFFF;}
.infoPage_wrapper:first-child 		{background-color:#FAFAFA;}


.homePage_banner {
	margin: 0 auto; 
	padding: 2rem 2rem 2rem 2rem;
	max-width: 1500px;
}

.infoPage_banner {
	margin: 0 auto; 
	padding: 3rem 2rem 3rem 2rem;
	max-width: 1500px;
}

.infoPage_banner h1 {text-align:center;}
.infoPage_banner h2 {font-weight:400;}

.lessPadding {padding: 1rem 2rem 2rem 2rem;}

.homePage_callout, .infoPage_callout {
	background-color: #E8E8E8;
	border-left: solid 4px #6CA82F;
	font-style: italic;
	margin-left: auto; 
	margin-right: auto;
	padding: 1rem;
	width: 94%;
}
.infoPage_callout {
	background-color: #E0E0E0;
}


.homePage_banner ul, .infoPage_banner ul {
	list-style: circle inside;
	margin: 1rem 0 0 0;
	padding: 1rem 0 2rem 4rem;
}

.homePage_banner ul li, .infoPage_banner ul li {
	line-height: 1.6rem;
}

.infoPage_banner ol {
	margin: 1rem 0 0 0;
	padding: 0 0 3rem 4rem;
}

.infoPage_banner ol li {
	line-height: 1.6rem;
}

.infoPage_banner .banner_svg {
	float: left;
	height: 13%;
	padding-right:3%; 
	width:13%; 
}

.infoPage_wrapper img {float:left; padding-right:3%;}
.infoPage_wrapper img {float:left; padding:0;}




.fa_style {
	color: #336600; 
	padding-right: 8px;
}


.homePage_flexContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.homePage_flexContainer div {
	box-sizing: border-box;
	min-height: 50px;
	min-width: 150px;
}

.homePage_flexContainer .box {padding:1.5rem; width:100%;}	/* mobile first */
.homePage_flexContainer .box:nth-child(odd) {background-color:white;}
.homePage_flexContainer .box:nth-child(even) {background-color:#F4F4F4;}

.homePage_flexContainer p {margin:0;}
.homePage_flexContainer img {float:left; padding-right:8px;}


@media (min-width: 600px) {
	.homePage_flexContainer .box {
		width: 50%;
	}
	
	.homePage_flexContainer .box:nth-child(1) {background-color:white;}
	.homePage_flexContainer .box:nth-child(2) {background-color:#F4F4F4;}
	.homePage_flexContainer .box:nth-child(3) {background-color:#F4F4F4;}
	.homePage_flexContainer .box:nth-child(4) {background-color:white;}
	.homePage_flexContainer .box:nth-child(5) {background-color:white;}
	.homePage_flexContainer .box:nth-child(6) {background-color:#F4F4F4;}
}

@media (min-width: 800px) {
	.homePage_flexContainer .box {
    	width: 33.33%;
    }
    
    .homePage_flexContainer .box:nth-child(odd) {background-color:white;}
	.homePage_flexContainer .box:nth-child(even) {background-color:#F4F4F4;}
}

@media (min-width: 800px) {
	.homePage_flexContainer {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

@media (min-width: 1500px) {
	.homePage_flexContainer {
		width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
}



/* ----------------------------------------------------------------------------------- */
/* -----  CUSTOM                                              ------------------------ */
/* ----------------------------------------------------------------------------------- */
img.note,
img.bhc_icon {float:left; padding-right:8px;}
img.bhc_icon_medium {float:left; height:64px; padding-right:8px; width:64px;}
img.bhc_icon_small  {float:left; height:32px; padding-right:8px; width:32px;}


.bhc_categoryPriceTitle {color:#333; font-weight:bold;}
.bhc_productPriceTitle {color:#333; font-weight:bold;}


.bhc_buyBox {
	background-color: #F8F8F8; 
	border: solid 1px #D0D0D0; 
	border-radius: 6px; 
	padding: 10px;
}
.bhc_productCustomFieldsBox {
	background-color: #F8F8F8; 
	border: solid 1px #D0D0D0; 
	border-radius: 6px; 	
	margin-top: 8px;
	padding: 10px 10px 0 10px;	
}




.bhcFlexContainer {
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.bhcFlexContainer div {
	box-sizing: border-box;
	min-height: 50px; /* was 150, seemed to high, make sure this doesn't break stuff */
	min-width: 150px;
}


.bhcFlexContainer .box1 {background-color:#F8F8F8;}
.bhcFlexContainer .box2 {background-color:#F0F0F0;}
.bhcFlexContainer .box3 {background-color:#F8F8F8;}
.bhcFlexContainer .box4 {background-color:#F0F0F0;}
.bhcFlexContainer .box5 {background-color:#F8F8F8;}
.bhcFlexContainer .box6 {background-color:#F0F0F0;}
.bhcFlexContainer .box7 {background-color:#F8F8F8;}
.bhcFlexContainer .box8 {background-color:#F0F0F0;}
.bhcFlexContainer .box_wide {background-color:#FFF;}

.bhcFlexContainer .box1, 
.bhcFlexContainer .box2, 
.bhcFlexContainer .box3, 
.bhcFlexContainer .box4, 
.bhcFlexContainer .box5, 
.bhcFlexContainer .box6,
.bhcFlexContainer .box7,
.bhcFlexContainer .box8,
.bhcFlexContainer .box_wide {
	border: solid 1px #D0D0D0;
	padding: 15px;
	width: 100%;
}

.bhcFlexContainer p {margin:0;} /* this should probably be a global setting, fix later */
.bhcFlexContainer p.title {font-weight:bold; font-size:1.1em;}
.bhcFlexContainer ul {line-height:1.5;}
.bhcFlexContainer h3 {border:none; font-weight:bold; font-size:1.2em; margin:0 0 7px 0; padding:0;}
.bhcFlexContainer h4 {border:none; font-weight:bold; font-size:1.1em; margin:0 0 5px 0; padding:0;}

.bhcFlexContainer .giftBoxBG {background-image:url(../../../../../../cdn2.bigcommerce.com/server500/3t15sji/templates/__custom/images/backgrounds/corner_giftbox.png-t=1461157772)/*tpa=http://cdn2.bigcommerce.com/server500/3t15sji/templates/__custom/images/backgrounds/corner_giftbox.png?t=1461157772*/; background-repeat:no-repeat; background-position:bottom right; min-height:250px;}

.bhcFlexContainer .warning {background-color:lightyellow;}


@media (min-width: 600px) {
	.bhcFlexContainer .box1, 
	.bhcFlexContainer .box2, 
	.bhcFlexContainer .box3, 
	.bhcFlexContainer .box4, 
	.bhcFlexContainer .box5,
	.bhcFlexContainer .box6,
	.bhcFlexContainer .box7,
	.bhcFlexContainer .box8 {
		width: 50%;
	}
}

@media (min-width: 800px) {
	.bhcFlexContainer .box1,
	.bhcFlexContainer .box2 {
		width: 50%;
  	}
 	
 	.bhcFlexContainer .box3, 
	.bhcFlexContainer .box4, 
	.bhcFlexContainer .box5,
	.bhcFlexContainer .box6,
	.bhcFlexContainer .box7,
	.bhcFlexContainer .box8 {
    	width: 33.33%;
    }
}

@media (min-width: 800px) {
	.bhcFlexContainer {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}
/*
@media (min-width: 960px) {
	.bhcFlexContainer {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}
*/

@media (max-width: 600px) {
	.bhcFlexContainer {font-size:1.1em;}
	.bhcFlexContainer ul {line-height:2;}
}



/* ---------------------------------------- */
/* -- CATEGORY PAGES    ------------------- */
/* ---------------------------------------- */
.belowProductsTable {background-color:#EEEEEE; border:solid 1px #D0D0D0; width:100%;}
.belowProductsTable td.info1 {background-color:#E0E0E0; color:#333333; padding:4px;} 
.belowProductsTable tr.savingsRow {background-color:white;}
.belowProductsTable tr.savingsRow td {padding:0 4px 0 4px;}
.belowProductsTable tr.savingsRow td.savingsL {text-align:center; width:44px;}









/* ----------------------------------------------- */
/* -- PRODUCT PAGE ACCORDIAN   ------------------- */
/* ----------------------------------------------- */
.accordion {
box-sizing: border-box;	
  padding: 0;
  margin: 2em 0;
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  font: 100%/1.3 "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  position: relative;
}

.accordion__title {
	box-sizing: border-box;
  padding: 0 1em;
  background: #ccc;
  border-top: 2px solid #eee;
  color: #222;
  float: left;
  line-height: 3;
  height: 3em;
  cursor: pointer;
  margin-right: .25em;
}

.no-js .accordion__title {
	box-sizing: border-box;
  float: none;
  height:auto;
  cursor:auto;
  margin:0;
  padding:0 2em;
}

.accordion__content {
	box-sizing: border-box;
  float: right;
  width: 100%;
  margin: 3em 0 0 -100%;
  padding: 0;
  background: silver;
}

.no-js .accordion__content {
	box-sizing: border-box;
  float:left;
  margin:0;
}

.accordion__title:hover,
.accordion__title.active {
	box-sizing: border-box;
  background: silver;
  color: white;
}

.no-js .accordion__title:hover {
	box-sizing: border-box;
  background-color:#ccc;
  color:#222;
}

.accordion__title.active {
	box-sizing: border-box;
  border-top-color:lime;
}

@media (max-width: 600px) {
  
  .accordion {
  	box-sizing: border-box;
    border: 1px solid grey;
  }
  
  .accordion__title,
  .accordion__content { 
  box-sizing: border-box;
    float: none;
    margin: 0;
  }
  
  .accordion__title:first-child {
  	box-sizing: border-box;
    border:none;
  }
  
 .accordion__title.active {
 	box-sizing: border-box;
  border-top-color:#eee;
  }
  
  .accordion__title.active, .accordion__title:hover {
  	box-sizing: border-box;
    background:#777;
  }
  
  .accordion__title:before {
  	box-sizing: border-box;
  content:"+";
  text-align:center;
  width:2em;
  display:inline-block;
  }
 .accordion__title.active:before {
 	box-sizing: border-box;
  content:"-";
  }
  
  .accordion__content {
  	box-sizing: border-box;
    position:relative;
    overflow:hidden;
     padding:0;
  }
}


.productDiscountTable {border:solid #D0D0D0 1px; border-radius:6px; border-spacing:0; width:100%;}
.productDiscountTable tbody tr:nth-child(odd) {background:#F0F0F0;}

.productDiscountTable td {height:22px;}

.productDiscountTable td, 
.productDiscountTable th {border-left:1px solid #D0D0D0; border-top:1px solid #D0D0D0; padding:3px; text-align:center;}

.productDiscountTable th {
	border-top:none; 
	height:18px;
	background-color: #F4FAEB;
}

.productDiscountTable td:first-child, 
.productDiscountTable th:first-child {border-left:none;}

.productDiscountTable td {border-bottom:none;} 

.productDiscountTable th:first-child {border-radius:6px 0 0 0;}
.productDiscountTable th:last-child {border-radius:0 6px 0 0;}
.productDiscountTable th:only-child {border-radius:6px 6px 0 0;}
.productDiscountTable tr:last-child td:first-child {border-radius:0 0 0 6px;}
.productDiscountTable tr:last-child td:last-child {border-radius:0 0 6px 0;}




/* Deals Page Product List */
/* inline-block causes a 4 pixel white space on the left margin. So we can't use a full 1% left-right margin here. other options, such as commenting-out between li's to remove the white space are busted by BC's attempt to "fix" code when pasting into their WYSIWYG */
#bhc_Sale.ProductList li {margin: 1% .5% 1% .5%;}
#bhc_Sale.ProductList em {margin-bottom:0; font-size:1.3em;}
#bhc_Sale .listPrice {font-size:.85em; text-decoration:line-through;}
#bhc_Sale .savings {font-size:.9em; font-style:italic;}





/* Deprecated */
hr {border:0; border-top:solid 1px #AAAAAA;}

.fontGiant {font-size:30pt; font-weight:bold;}
.fontXXLarge{font-size:16pt; font-weight:bold;}
.fontXLarge	{font-size:13pt; font-weight:bold;}
.fontLarger	{font-size:12pt; font-weight:bold;}
.fontLarge	{font-size:11pt; font-weight:bold;}
.fontMedium {font-size:9pt;}
.fontSmall {font-size:8pt;}

.help_titleLarge {font-family:Lucida Grande, Verdana; font-style:normal; font-size:24px;}

.mediumNotice {font-size:9pt; color:#888;}
.smallNotice {font-size:8pt; color:#888;}

img.note,
img.tip  {float:left; padding-right:6px;}
img.icon {float:left; padding-right:8px;}
img.smallIcon {float:left; height:64px; padding-right:8px; width:64px;}
img.image_center {display:block; margin-left:auto; margin-right:auto;}

.generalNotice {background-color:lightyellow; border:dashed 2px orange; font-size:10pt; font-style:italic; padding:10px; margin:0 auto; width:auto;}
.generalWarning {background-color:lightyellow; border:dashed 2px orange; border-radius:6px; font-size:10pt; font-style:normal; padding:10px; margin:0 auto; width:auto;}


.italic {font-style:italic;}

.box_gradient {background-color:#F8F8F8;}

.rounded {border:solid 1px #D0D0D0; border-radius:6px;}
.roundedOrange {border:solid 1px #f2CB4B; border-radius:6px;}

.clearBoth {clear:both; height:0px;}	/* BC likes to 'fix' empty divs by adding a non-break space, height of zero 'unfixes' this */
.dashBreak {border-top:dashed 1px #D0D0D0; clear:both;}



.inputR {padding:2px; margin:0; border:0; font-weight:bold; padding-right:4px; text-align:right; width:200px;}
.inputR2 {padding:2px; margin:0; border:0; font-weight:normal; padding-right:4px; text-align:right; width:200px;}
.inputR3 {padding:2px; margin:0; border:0; font-weight:bold; padding-right:4px; text-align:right;}
.inputL {padding:2px; margin:0; border:0; text-align:left; width:500px;}

.helpTable {border:solid 0px #D0D0D0; border-collapse:collapse; margin:5px; width:90%;}
.helpTable tr.header {background-color:#F0F0F0;}
.helpTable tr.header td {font-weight:bold;}
.helpTable td {border:solid 0px #D0D0D0; padding:5px; margin:0;}

.temp_table {padding:2px; margin:0; width:96%; border-collapse:collapse; border:solid 1px #D0D0D0;}
.temp_table tr td {border:solid 1px #D0D0D0;}


.premise {font-size:12pt; text-align:left;}

.questionLine {font-size:12pt; font-weight:bold;}
.answerLine {padding-left:15px;}

ul.helpUL li {list-style:disc outside; margin-left:20px; padding-bottom:5px;}
ol.helpUL li {margin-left:20px; padding-bottom:3px;}
/*
.footer_subscribe {
	background-color: #447700; 
	border: solid 1px #F8FED9; 
	color: #F8FED9; 
	height: 35px;
	padding: 5px;
	font-size: 13px;
	width: 180px;
}
*/