@font-face {
    font-family: 'TradeGothic';
    src: url('/fonts/TradeGothic-BoldCondTwenty.woff2?v=2') format('woff2'),
        url('/fonts/TradeGothic-BoldCondTwenty.woff?v=2') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

html, button, input, select, textarea{
    color: #232323; 
}
html {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #ebebeb;
}
/*
*, *:before, *:after {
    box-sizing: inherit;
}*/

* {
    box-sizing: inherit;
}

::-moz-selection {
    background: #f03c40;
    text-shadow: none;
    color: #000;
}
::selection {
    background: #f03c40;
    text-shadow: none;
    color: #000;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, body{
    min-height: 100%; /* stretch background gradient */
}
body{
    background: #ebebeb;
    font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}
body#tinymce{
    font-size: 16px;
}
input[type=text],
input[type=number],
input[type=password],
textarea,
select{
    border: 1px solid #888;
    border-radius: 3px;
    padding: 0.1em .25em;
    display: inline-block;
    margin: 1px;
    vertical-align: middle;
    background: #f6f6f6;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.siteWidth {
    
}
.pageWidth{
    width:1680px;
    margin-left: auto;
    margin-right: auto;
}



/* template top */

.headerTop nav ul li.search a{
	padding: .5em 1em;
}
.headerTop .lowerNav {
	float: right;
	clear: none;
	margin-top: 2em;
}
.scrolld .headerTop .lowerNav{
	margin-top: 1em;
}
.headerTop ul.btnNav{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.headerTop ul.btnNav li{
	margin: 0 .5em 0 0;
	padding: 0;
	display: inline-block;	
}
.headerTop .btnNav .button{
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #fff;
	font-family: "open_sanssemibold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-radius: .75em;
	font-size: 90%;
	padding: .45em 1.25em;
	margin-right: .5em;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
}
.headerTop .btnNav .button:hover{
	background: #00C7FA;
	background: -moz-linear-gradient(top, #00b4d8 0%, #00C7FA 100%);
	background: -webkit-linear-gradient(top, #00b4d8 0%,#00C7FA 100%);
	background: linear-gradient(to bottom, #00b4d8 0%,#00C7FA 100%);
	opacity: 1;
}
.headerTop .btnNav .cart{
	position: relative;
	width: 40px;
	height: 18px;
}
.headerTop .btnNav .cart .cartImg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.headerTop .btnNav .cart .cartCount{
	max-width: 40px;
	position: absolute;
	left: 2px;
	z-index: 2;
	top: 0;
	text-align: center;
	width: 100%;
	color: #80C41C;
}
.headerTop .btnNav .search{
	max-width: 27px;
}
.headerTop .btnNav .cart img,
.headerTop .btnNav .search img{
	width: 100%;
	height: auto;
}
.contactLinks{
	float: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding-top: .8em;
	font-size: 110%;
	font-family: "open_sanssemibold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
.socials{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding-top: .7em;
	padding-bottom: .7em;
	font-size: 85%;
}
.contactLinks ul,
.socials ul{
	margin: 0;
	padding: 0;
}
.contactLinks ul li,
.socials ul li{
	display: inline-block;
	margin: 0;
	margin-right: 1em;
	padding: 0;
	opacity: 1;
	
	-webkit-transition: all .25s, color .25s, box-shadow .25s;
	-moz-transition: all .25s, color .25s, box-shadow .25s;
	transition: all .25s, color .25s, box-shadow .25s;
}
.contactLinks ul li{
	margin-right: 1em;
}
.contactLinks .txt{
	margin-left: .35em;
}
.socials ul li:last-child{
	margin-right: 0;
}
.socials ul li:hover{
	opacity: .65;
}
.socials ul li a{
	display: block;
	outline: none;
}
/*
.socials ul li.facebook{
	background: url('/cirkuit/includes/images/social/socials-sprite-24x24.png') center 0px no-repeat;
}
.socials ul li.instagram{
	background: url('/cirkuit/includes/images/social/socials-sprite-24x24.png') center -190px no-repeat;
}
.socials ul li.twitter{
	background: url('/cirkuit/includes/images/social/socials-sprite-24x24.png') center -46px no-repeat;
}
.socials ul li.youtube{
	background: url('/cirkuit/includes/images/social/socials-sprite-24x24.png') center -239px no-repeat;
}
*/
nav .socials{
	display: none;
}
header{
	position: relative;
}

.headerTopBar{
	color: #fff;
	padding: 0 .5em;
	background: rgba(127, 184, 215, 1);
	color: #fff;
	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	text-align: center;
	padding: .2em;
	font-family: "open_sanssemibold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	max-height: 30px;
}
.headerTopBar p{
	margin: 0;
	padding: 0;
}
.scrolld .headerTopBar{
	max-height: 0px;
	overflow: hidden;
	padding: 0;
}
.headerTopBar a{
	color: #fff;
	text-decoration: none;
}
.headerTopBar a:hover{
	color: #40a3d6;
}
.contactLinks a .fa{
	color: #40a3d6;
}
.headerTopBarInner.pageWidth{
	line-height: 1;
	padding: 0;
}

.headerTop{
	position: relative;
	z-index: 1200;
	font-weight: 400;
}
.scrolld .headerTop .logo{
	margin-top: 0.1em;
}
.headerTop .logo{
	float: left;
	text-align: left;
	margin: .5em 0 0 0;
	transition: all 0.25s;
}
.scrolld .headerTop .logo .logoImg{
	max-width: 50px;
}
.headerTop .logo .logoImg{
	max-width: 75px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.25s;
}
.headerTop .logo .logoTxt{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-align: none;
	font-size: 275%;
	margin-left: .2em;
	font-family: "TradeGothicLT-BoldCondTwenty", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
.headerTop .logo img{
	width: 100%;
	height: auto !important;
}
.headerTop .phone{
	font-size: 140%;
	font-weight: 600;
}
.headerTop .phone .fa-phone{
	margin-right: .25em;
	margin-left: -1em;
}
.headerTop .phone a{
	text-decoration: none;
}
.headerTop .phone a:hover{
	text-decoration: none;
	color: #00C7FA;
}
.headerTop .motto{
	color: #000;
	float: right;
	margin: .35em .5em 0 0;
	font-size: 145%;
	text-align: right;
}
.headerTop .motto span{
	color: #00C7FA;
	font-style: italic;
}

div.socialFight{
	margin-right: .5rem
	white-space: normal;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
div.socialFight a{
	color: #fff;
	display: inline-block;
	background: #19bff0;
	border: 2px solid #fff;
	border-radius: .75em;
	text-align: center;
	text-transform: uppercase;
	padding: 1px .5em 0;
	line-height: 1;
	transition: all 0.5s;
}
div.socialFight a:hover{
   background:#fff;
   box-shadow:0px 2px 10px 5px #97B1BF;
   color:#000;
}
div.socialFight .fight{
	display: block;
	width: 100%;
	font-size: 75%;
}
div.socialFight .save{
	color: red;
	display: block;
	width: 100%;
	font-size: 85%;
}

header .navBars{
	width: 25px;
	cursor: pointer;
	display: inline-block;
	outline: none;
	display: none;
	margin: .65em 1.25em .2em 1em;
	vertical-align: middle;

	padding: 7px;
	box-sizing: content-box;
}
header .navBars:hover {
	opacity: 0.7;
}
header .navBars.active {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	
	height: 21px;
	background: url("/cirkuit/includes/images/icons/white/delete_16x16.png") center center no-repeat;
}
header .navBars.active .navBar{
	display: none;
}
header .navBar {
	background: #ccc;
	height: 1px;
	width: 100%;
	margin-bottom: 5px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #999;
	border-radius: 2px;
}
.headerTop nav .navIconWrap{
	display: none;
	width: 100%;
	text-align: center;
	background: rgba(235, 235, 235, 1);
	position: absolute;
	left: 0;
	top: 100%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
	
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.headerTop nav{
	position: static;
	font-family: "open_sanssemibold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	text-align: center;
	margin: 0;
}
.headerTop nav ul{
	padding: 0;
	margin: 0 auto; /* centers middle btns */
}
.headerTop nav ul.pageWidth{
	max-width: 1280px;
}
.headerTop nav ul.hidden-sm{
	display: block !important; /* can be hidden when smaller on mobile */
}
.headerTop nav ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline-block;
}
.headerTop nav ul li a{
	font-size: 110%;
	display: block;
	padding: .25em;
	margin: 1.75em 0;
	text-decoration: none;
	color: #00C7FA;
	text-transform: uppercase;
	min-width: 12em;
	
	-webkit-transition: all .2s, color .2s, box-shadow .2s;
	-moz-transition: all .2s, color .2s, box-shadow .2s;
	transition: all .2s, color .2s, box-shadow .2s;
}
.scrolld .headerTop nav ul li a{
	margin: 0.85em 0;
}
.scrolld .headerTop nav ul li .navIconWrap a{
	margin: 0;
}

.headerTop nav ul li a.topNavBtn{
	color: #4D4D4D;
	border-radius: .75em;
	border: 1px solid #999;
	background: #B3B3B3;
}

/*
.headerTop nav ul li a.current,
.headerTop nav ul li a.active,
.headerTop nav ul li a.seocart_NavigationCurrent,
.headerTop nav .mainNav > li > a:hover{
	background: #B3B3B3;
	color: #4D4D4D;
}
*/
.headerTop nav ul li a.active{
	background: #B3B3B3;
	background: #fff;
	color: rgba(31, 27, 31, 1);
}
.headerTop nav > ul > li > ul{
}
.headerTop nav ul ul{
	text-align: center;
	z-index: 1000;
	float: none;
	padding: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	margin: 0 auto;
}
.headerTop nav ul ul li{
	display: inline-block;
	vertical-align: top;
	width: 12%;
	margin: .5% .25%;
	padding: 0;
	zoom: 1;
	
	font-family: "TradeGothicLT-BoldCondTwenty", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	text-align: center;
	letter-spacing: 0.2px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	
	background: #2E58A6 linear-gradient(230deg, rgba(79, 160, 202, 1) 5%, rgba(46, 88, 166, 1) 37%, rgba(12, 57, 144, 1) 87%, rgba(10, 49, 124, 1) 100%) 0% 0% no-repeat padding-box;
	border: 0.9956313371658325px solid rgba(255, 255, 255, 1);
	border-radius: 1.2em;
}
.shopbyneed.sleep .seocart_Category_titlebar,
.shopbyneed.sleep .seocart_Subcategory_titlebar,
.shopbyneed.sleep .seocart_SubcategoryList_Name,
.shopbyneed.sleep .seocart_Product_titlebar,
.shopbyneed.sleep .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(1){
	background: #07275C linear-gradient(217deg, #4F92C2 0%, #07275C 59%, #0A0245 100%) 0% 0% no-repeat padding-box;
}
.shopbyneed.relief .seocart_Category_titlebar,
.shopbyneed.relief .seocart_Subcategory_titlebar,
.shopbyneed.relief .seocart_SubcategoryList_Name,
.shopbyneed.relief .seocart_Product_titlebar,
.shopbyneed.relief .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(2){
	background: #666666 linear-gradient(217deg, #B3B3B3 0%, #666666 45%, #333333 100%) 0% 0% no-repeat padding-box;
}
.shopbyneed.relax .seocart_Category_titlebar,
.shopbyneed.relax .seocart_Subcategory_titlebar,
.shopbyneed.relax .seocart_SubcategoryList_Name,
.shopbyneed.relax .seocart_Product_titlebar,
.shopbyneed.relax .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(3){
	background: #12836B linear-gradient(220deg, #56B897 0%, #12836B 45%, #035453 100%) 0% 0% no-repeat padding-box;
}
.shopbyneed.pet .seocart_Category_titlebar,
.shopbyneed.pet .seocart_Subcategory_titlebar,
.shopbyneed.pet .seocart_SubcategoryList_Name,
.shopbyneed.pet .seocart_Product_titlebar,
.shopbyneed.pet .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(4){
	background: #381703 linear-gradient(47deg, #381703 0%, #381703 45%, #7D4D26 100%) 0% 0% no-repeat padding-box;
}
.shopbyneed.energy .seocart_Category_titlebar,
.shopbyneed.energy .seocart_Subcategory_titlebar,
.shopbyneed.energy .seocart_SubcategoryList_Name,
.shopbyneed.energy .seocart_Product_titlebar,
.shopbyneed.energy .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(5){
	background: #FF8A00 linear-gradient(220deg, #FFFF01 0%, #FF8A00 59%, #ED5D00 100%) 0% 0% no-repeat padding-box;
}
.shopbyneed.intimate .seocart_Category_titlebar,
.shopbyneed.intimate .seocart_Subcategory_titlebar,
.shopbyneed.intimate .seocart_SubcategoryList_Name,
.shopbyneed.intimate1 .seocart_Category_titlebar,
.shopbyneed.intimate1 .seocart_Subcategory_titlebar,
.shopbyneed.intimate1 .seocart_SubcategoryList_Name,
.shopbyneed.intimate .seocart_Product_titlebar,
.shopbyneed.intimate1 .seocart_Product_titlebar,
.shopbyneed.intimate .selectBoxContainer .selectBox,
.shopbyneed.intimate1 .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(6){
	background: #F50E5A linear-gradient(223deg, #F76192 0%, #F50E5A 59%, #D30C4D 100%) 0% 0% no-repeat padding-box;
}
.shopbyneed.fullspectrum .seocart_Category_titlebar,
.shopbyneed.fullspectrum .seocart_Subcategory_titlebar,
.shopbyneed.fullspectrum .seocart_SubcategoryList_Name,
.shopbyneed.fullspectrum .seocart_Product_titlebar,
.shopbyneed.fullspectrum .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(7){
	background: #FC2A25 linear-gradient(224deg, #F9F403 0%, #FC2A25 100%) 0% 0% no-repeat padding-box;
}
.shopbyneed.broadspectrum .seocart_Category_titlebar,
.shopbyneed.broadspectrum .seocart_Subcategory_titlebar,
.shopbyneed.broadspectrum .seocart_SubcategoryList_Name,
.shopbyneed.broadspectrum .seocart_Product_titlebar,
.shopbyneed.broadspectrum .selectBoxContainer .selectBox,
.headerTop nav ul .shopByNeed ul li:nth-child(8){
	background: #CB9F39 linear-gradient(44deg, #BC7005 0%, #C07D13 26%, #CB9F39 76%, #D2B24E 100%) 0% 0% no-repeat padding-box;
}

.headerTop nav ul ul li a{
	border: none;
	padding: 0 0 .75em;
	margin: 0;
	color: #fff;
	min-width: 0;
	/*font-size: 185%;*/
	font-size: 160%;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
	font-weight: normal;
	
	-webkit-transition: all .2s, color .2s, box-shadow .2s;
	-moz-transition: all .2s, color .2s, box-shadow .2s;
	transition: all .2s, color .2s, box-shadow .2s;
}

/* buttons with 2 lines of text * /
@media only screen and (max-width: 1670px){ */
	.headerTop nav ul .shopByNeed li:nth-child(8) a{
		padding-bottom: 0em;
	}
	.headerTop nav ul .shopByNeed li:nth-child(8) > a{
		padding: .25em;
	}
/* } */
/* @media only screen and (max-width: 1500px){ */
	.headerTop nav ul .shopByNeed li:nth-child(7) a{
		padding-bottom: 0em;
	}
	.headerTop nav ul .shopByNeed li:nth-child(7) > a{
		padding: .25em;
	}
/* } */
.headerTop nav ul .shopByCategory li:nth-child(7) a{
	padding-bottom: 0em;
}
.headerTop nav ul .shopByCategory li:nth-child(7) > a{
	padding: .25em;
}
.headerTop nav ul .shopByFlavor li.apple a,
.headerTop nav ul .shopByFlavor li.peanut a{
	padding-bottom: 0em;
}
.headerTop nav ul .shopByFlavor li.apple > a,
.headerTop nav ul .shopByFlavor li.peanut > a{
	padding: .25em .75em;
}

.headerTop nav ul li .seocart_NavigationImage{
	max-width: 70px;
	margin: 1em auto 0;
}
/* @media only screen and (max-width: 1280px){ */
	.headerTop nav ul li .seocart_NavigationImage{
		max-width: 55px;
	}
/* } */
.headerTop nav ul li .seocart_NavigationImage img{
	width: 100%;
	height: auto;
}
.headerTop nav ul li .seocart_NavigationImage a{
	margin: 0;
}
.headerTop nav ul li.seocart_NavigationCurrent,
.headerTop nav ul ul li a.current,
.headerTop nav ul ul li:hover,
.headerTop nav ul ul li:hover a{
	color: #fff;
	cursor: pointer;
}
.headerTop nav ul ul li.current,
.headerTop nav ul ul li:hover{
	opacity: .6;
}
.headerTop nav ul li.seocart_NavigationCurrent{
	opacity: .3;
}

/* shop by flavor */
.headerTop nav .shopByFlavor{
	overflow: scroll;
}
.headerTop nav .shopByFlavor ul{
	white-space: nowrap;
	text-align: left;
}
.headerTop nav .shopByFlavor ul li{
	white-space: normal;
	width: 154px;
	margin: 6px 3px;
	overflow: hidden;
}
.headerTop nav .shopByFlavor ul li .seocart_NavigationImage{
}
.headerTop nav ul .shopByFlavor ul li a{
}
.navSearch.shopBy-strawberry .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.strawberry,
#content .selectBoxContainer .selectBox.strawberry{
	background: #EC1E27;
}
.navSearch.shopBy-blueberry .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.blueberry,
#content .selectBoxContainer .selectBox.blueberry{
	background: #0E73B9;
}
.navSearch.shopBy-grape .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.grape,
#content .selectBoxContainer .selectBox.grape{
	background: #93298B;
}
.navSearch.shopBy-raspberry .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.raspberry,
#content .selectBoxContainer .selectBox.raspberry{
	background: #8D1C3B;
}
.navSearch.shopBy-greenapple .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.apple,
#content .selectBoxContainer .selectBox.apple{
	background: #019247;
}
.navSearch.shopBy-watermelon .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.watermelon,
#content .selectBoxContainer .selectBox.watermelon{
	background: #EC5845;
}
.navSearch.shopBy-cherry .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.cherry,
#content .selectBoxContainer .selectBox.cherry{
	background: #B71E50;
}
.navSearch.shopBy-rootbeer .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.root-beer,
#content .selectBoxContainer .selectBox.root-beer{
	background: #BE7F2A;
}
.navSearch.shopBy-mango .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.mango,
#content .selectBoxContainer .selectBox.mango{
	background: #FBAB18;
}
.navSearch.shopBy-mint .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.mint,
#content .selectBoxContainer .selectBox.mint{
	background: #38A377;
}
.navSearch.shopBy-cookie .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.cookie,
#content .selectBoxContainer .selectBox.cookie{
	background: #D2A261;
}
.navSearch.shopBy-lemonlime .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.lime,
#content .selectBoxContainer .selectBox.lime{
	background: #79BB43;
}
.navSearch.shopBy-lemon .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.lemon,
#content .selectBoxContainer .selectBox.lemon{
	background: #FDD300;
}
.navSearch.shopBy-orange .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.orange,
#content .selectBoxContainer .selectBox.orange{
	background: #F05B28;
}
.navSearch.shopBy-banana .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.banana,
#content .selectBoxContainer .selectBox.banana{
	background: #E5CA0A;
}
.navSearch.shopBy-peanutbutter .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.peanut,
#content .selectBoxContainer .selectBox.peanut{
	background: #DFB054;
}
.navSearch.shopBy-beef .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.beef,
#content .selectBoxContainer .selectBox.beef{
	background: #E67F80;
}
.navSearch.shopBy-bacon .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.bacon,
#content .selectBoxContainer .selectBox.bacon{
	background: #DA5B5B;
}
.navSearch.shopBy-natural .seocart_SearchPageNumbersContainer,
.headerTop nav .shopByFlavor ul li.natural,
#content .selectBoxContainer .selectBox.natural{
	background: #A56527;
}

.headerTop nav .shopByFlavor.hslide{
	padding: 0 3vw;
	overflow: hidden;
}
.headerTop nav .shopByFlavor.hslide ul{
	overflow: hidden;
}
.headerTop nav .shopByFlavor.hslide .slideArrow{
	font-family: FontAwesome;
    display: block;
	position: absolute;
	font-size: 300%;
	cursor: pointer;
	top: 30%;
	color: #19bff0;
}
.headerTop nav .shopByFlavor.hslide .slideArrow:hover{
	opacity: .5;
}
.headerTop nav .shopByFlavor.hslide .slideLeft{
	left: 2px;
}
.headerTop nav .shopByFlavor.hslide .slideRight{
	right: 2px;
}
.headerTop nav .shopByFlavor.hslide .slideArrow.disabled{
	opacity: .1;
	cursor: default;
}
@media only screen and (max-width: 1200px){
	.headerTop nav .shopByFlavor.hslide .slideArrow{
		font-size: 3.5vw;
		top: 1em;
	}
}
@media only screen and (max-width: 600px){
	.headerTop nav .shopByFlavor.hslide{
		padding: 0;
	}
	.headerTop nav .shopByFlavor.hslide .slideArrow{
		display: none;
	}
	.headerTop nav .shopByFlavor.hslide,
	.headerTop nav .shopByFlavor.hslide ul{
		overflow: auto;
	}
}

.headerTop .socl .soclIco{
	float: right;
	margin: 0.5em .75em 0 0;
}
.headerTop .socl .soclIco:hover{
	opacity: .7;
}
.headerTop .socl a{
	display: inline-block;
	width: 21px;
	height: 21px;
}

/* shop by price */
.headerTop nav ul .shopByPrice ul li a{
	padding: .9em 0;
	font-size: 310%;
}
.headerTop nav ul .shopByPrice ul li a .priceRange{
	display: none;
}
.headerTop nav ul .shopByPrice ul li:nth-child(1){
	background: #4fbe37;
	background: #4fbe37 linear-gradient(44deg, #4fbe37 0%, #5fe341 100%) 0% 0% no-repeat padding-box;
}
.headerTop nav ul .shopByPrice ul li:nth-child(2){
	background: #3faf42;
	background: #3faf42 linear-gradient(44deg, #3faf42 0%, #4eda51 100%) 0% 0% no-repeat padding-box;
}
.headerTop nav ul .shopByPrice ul li:nth-child(3){
	background: #327f36;
	background: #327f36 linear-gradient(44deg, #327f36 0%, #45ae4a 100%) 0% 0% no-repeat padding-box;
}
.headerTop nav ul .shopByPrice ul li:nth-child(4){
	background: #255d2b;
	background: #255d2b linear-gradient(44deg, #255d2b 0%, #3c9745 100%) 0% 0% no-repeat padding-box;
}
.headerTop nav ul .shopByPrice ul li:nth-child(5){
	background: #1c3d20;
	background: #1c3d20 linear-gradient(44deg, #1c3d20 0%, #326d39 100%) 0% 0% no-repeat padding-box;
}

/*
.headerTop .socl .inst{
	background: url('/images/template/inst-w.png') center no-repeat;
}
.headerTop .socl .twit{
	background: url('/images/template/twit-w.png') center no-repeat;
}
*/

/* fixed nav */
.topWrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10101;
	box-shadow: none;
	background: rgba(31, 27, 31, 1);
	-webkit-transition: all .2s, color .2s, box-shadow .2s;
	-moz-transition: all .2s, color .2s, box-shadow .2s;
	transition: all .2s, color .2s, box-shadow .2s;
}
.noCoverImage .topWrap{
	background: rgba(0, 0, 0, 0.8);
}
.topWrap.scrolld,
.topWrap.active{
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
}


/* mini cart */
header li.cart .shoppingCartItems {
    display: none;
    position: absolute;
    right: 5px;
    top: 9px;
    padding-top:15px;
    z-index: 1000;
    width: 350px;
}
header li.cart:hover .shoppingCartItems {
    display:block;
}
header li.cart a{
    font-size:85%;
    text-decoration:none;
    padding:.25em 0em;
    display: block;
    color:rgba(0, 0, 0, 0.7);
    font-weight:normal;
    min-height: 27px;
}
.shoppingCartItemsContainer {
    border: 1px solid #e6e6e6;
    background: #FFF;
    border-radius:10px;
    box-shadow: 0 .5em .5em rgba(0,0,0,.5);
}
.shoppingCartItemsContainer .empty p {
    color:#212121;
}
#miniCartPreviewItems table {
    width:100%;
}
#miniCartPreviewItems table tr td {
    border-bottom:1px solid #e3e3e3;
    padding:0.5em;
    vertical-align:middle;
}
#miniCartPreviewItems table tr td.image a {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: 50% 50%;
}
#miniCartPreviewItems table tr td.details {
    text-align:left;
    position:relative;
}
#miniCartPreviewItems table tr td.details a {
    white-space: normal;
}
#miniCartPreviewItems table tr td.details i {
    color:#AAA;
}
#miniCartPreviewItems table tr td span {
    display:block;
}
#miniCartPreviewItems table tr td.details span.name {
    display:block;
    font-size:14px;
}
#miniCartPreviewItems table tr td.details span.quantity {
    display:block;
    padding:3px 0;
    font-size:14px;
}
#miniCartPreviewItems table tr td.details span.price {
    display:block;
    font-weight:bold;
    font-size:18px;
}
#miniCartPreviewItems table tr td.details a.close {
    display:block;
    position:absolute;
    top:0;
    right:5px;
    color:#ababab;
}
#miniCartPreviewItems table tr td.details a.close:hover {
    color:#545454;
}
#miniCartPreviewItems a.button {
    background: linear-gradient(to bottom, rgba(238,0,0,1) 0%, rgba(238,0,0,0.8) 100%);
	border: 1px solid rgba(238,0,0,1);
	color: #fff;
    margin: 1rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align:center;
}
#miniCartPreviewItems a.button:hover {

}
#miniCartPreviewItems .borderArrowTop {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 9px solid #e6e6e6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    right: 7px;  
}
#miniCartPreviewItems .borderArrowTop:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -3px;
    right: -5px;
}


#miniCartWrapper {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    z-index: 20000001;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.33);
    top: 0;
    bottom: 0;
    height: 100%;
    transition: .2s ease-out background-color;
    text-align: center;
    width: 100%;
}
#miniCartContainer {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-top:20vh;
}
#miniCart {
    position: relative;
    padding: 25px 15px;
    background: #f5f5f5;
    margin-top: 21vh;
    max-width: 675px;
    margin: 0 auto;
    box-shadow: 0 10px 15px rgba(0,0,0,0.5);
    border-radius:1em;
}
#miniCartClose {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
    line-height: 55px;
}
#miniCartHeader {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight:bold;
    font-size:90%;
    text-transform:uppercase;
    color:#00cc00;
}
#miniCartItems {
    display: inline-block;
    width: 59%;
    vertical-align: top;
}
#miniCartDetails {
    display: inline-block;
    vertical-align: top;
    width: 39%;
}
#miniCartItems .miniCartItemRow {
    display: flex;
    align-items: center;
    text-align: left;
    border-right: 1px solid #ccc;
}
#miniCartItems .miniCartItemImage {
    flex-grow: 1;
    max-width: 220px;
}
#miniCartItems .miniCartItemImage img {
    max-width: 100%;
    height: auto;
}
#miniCartItems .miniCartItemDetails {
    padding: 10px;
    flex-grow: 99;
}

#miniCartTotalItems {
    font-weight: bold;
    margin: 10px 20px;
    padding: 10px 0;
}
#miniCartTotalItems a{
	color: #fd0816;
}
#miniCartSubtotal, #miniCartSubtotal strong {
    text-transform: uppercase;
    font-weight:bold;
}
#miniCartCheckout a {
    margin: 1em;
    padding: .3em 1em;
}
#miniCartCheckout a:hover {
}
#miniCartContinueShopping button {
    background:none;
    border:none;
    color: #0670c5;
    text-transform:uppercase;
    font-size: 12px;
    cursor:pointer;
    outline:none;
}
#miniCartClose button {
    background:none;
    border:none;
    font-size: 130%;
    color:#414141;
    font-size:18px;
    cursor:pointer;
    outline:none;
    padding: 0 .5em;
}
.miniCartItemDetailsPrice{
	margin-top: .5em;
}
@media only screen and ( max-width: 710px ) { 
	#miniCartItems .miniCartItemRow {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
    #miniCartContainer {
        margin-top:3vh;
    }
    #miniCartItems {
        display:block;
        margin:0 auto;
        width:100%;
    }
    #miniCartItems .miniCartItemImage img {
        max-height:100px;
        width:auto;
    }
    #miniCartItems .miniCartItemDetails {
        border-right:none;
    }
    #miniCartDetails {
        width:auto;
    }
}



.coverImageContainer{
    background: #fff;
}
.cms-cover-image{
    display: none;
    height: 200px;
    background: center 100% no-repeat; /* 100% because we slide the image on scroll */
    background-size: cover;
    border-bottom: 1px solid #ccc;
    box-shadow: inset 0px 10px 8px -5px rgba(0,0,0,0.7);
}

/* sidebar attrib filter */
.seocart_SubcategoryAttributeFilter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.seocart_SubcategoryAttributeFilter > ul li span {
    font-weight: bold;
}
.seocart_SubcategoryAttributeFilter ul li a {
    position: relative;
    padding: 1px 11px;
    display: inline-block;
    color: rgba(0,0,0,0.7);
}
.seocart_SubcategoryAttributeFilter ul li ul {
    padding:0 5px;
}
.seocart_SubcategoryAttributeFilter ul li a:hover {
    text-decoration: underline;
}
.seocart_SubcategoryAttributeFilter ul li a:before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: none;
    border-left: 4px solid #BBB;
    border-top: 4px solid rgba(0,0,0,0);
    border-bottom: 4px solid rgba(0,0,0,0);
    left: 0px;
    top: 50%;
    margin-top: -4px;
}
.seocart_SubcategoryAttributeFilter ul li a:hover:before {
    border-left: 4px solid #000;
}

/* sidebar */
.sidebar{
    float: left;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    width: 210px;
}
.contentWithSidebar{
    margin-left: 210px;
    padding-left: 1em;
}
.sidebar em{
    display: block;
    background: #221e1f;
    text-align: center;
    font-size: 110%;
    font-style: normal;
    padding: .25em 0;
    color:#FFF;
}
.sidebar em a{
    color: #fff;
}
.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar ul li{
    margin: 0;
    padding: 0;
}
.sidebar ul li a{
    display: block;
    background: #f0f0f0 url('/cirkuit/includes/images/icons/material-design/navigation/1x_web/ic_chevron_right_grey600_18dp.png') left center no-repeat;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: .25em .5em .25em 19px;
    color: #333;
}
.sidebar > ul > li > a.seocart_NavigationCurrent{
    background: #f0f0f0 url('/cirkuit/includes/images/icons/material-design/navigation/1x_web/ic_expand_more_grey600_18dp.png') left center no-repeat;
}
.sidebar ul li a.seocart_NavigationCurrent,
.sidebar ul li a:hover{
    color: rgba(238,0,0,1);
}
.sidebar ul ul{
    padding: 5px;
    background: #ddd;
    font-size: 90%;
    box-shadow: inset 0px 5px 5px -5px rgba(0,0,0,0.35),
        inset 0px -6px 2px -6px rgba(0, 0, 0, 0.05);
}
.sidebar ul ul li a{
    background: #ddd url('/cirkuit/includes/images/bullets/greyBullet.gif') 9px .7em no-repeat;
    padding: .15em .25em .15em 19px;
    color: #555;
}

/* footer */
footer{
    /*background: transparent url(/images/template/New-Footer-White.png) repeat-x center center;
    background-size: cover;*/
}
footer .footerSections{
    text-align: center;
    padding: 0 0 1em 0;
    border-top:1px solid rgba(0,0,0, .75);
    box-shadow: inset 0px 13px 12px -8px rgba(0,0,0,0.85);
    background: rgb(33,33,33);
    background: linear-gradient(95deg, #000000 12%, #212121 68%);
}
footer section {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    padding:1em .5em;
    color: #ccc;
}
footer section em a{
    color: #fff;
}
footer section em {
    color:#FFF;
    font-style: normal;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
footer section ul {
    font-size: 85%;
    color: #bbb;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
footer section.first li {
    display: inline;
    padding-right:25px;
}
footer section ul li a {
    color: #aaa;
    display: block;
    font-size: 16px;
    padding: 4px 0;
    text-decoration: none;
    transition: color .15s ease-in-out;
}
footer section span {
    font-size: 90%;
    display:block;
    margin-top:0.75em;
}
footer section .newsletterFormResponse{
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
footer section.second .inputText {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    max-width: 220px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 0.25em .5em;
    font-style: italic;
    color: #444;
    box-shadow: 0px 0 1px rgba(222,222,222,.6);
    margin: 0;
    font-style: normal;
}
footer section.second .inputText {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    box-shadow: 0 0 1px rgba(0,0,0,1);
}
footer section.second .inputSubmit{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    box-shadow: 0 0 1px rgba(0,0,0,1);
	padding: .5rem 0.25rem;
	font-size: 16px;
	line-height: 18px;
}
footer section.second .inputSubmit:hover{
    color: #fff;
}
footer section.first {
    width: 69%;
}
footer section.second {
    width: 30%;
}
#footerBottom {
    color: #eee;
    font-size: 14px;
}
span.author a {
    color:#eee;
}
#footerBottom p.legal {
    color:#999;
    text-align: center;
    font-size:90%;
    padding:0 1rem;
}
#footerBottom p.legal em {
    display:block;
    font-style: normal;
}
footer .paymentsAcceptedLogos {
    text-align: center;
    padding: 0;
}
footer .paymentsAcceptedLogos li {
    display: inline-block;
    list-style-type: none;
    font-size: 32px;
    color: #BBB;
}

#isLegal em {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 200%;
}
#isLegal .buttons {
    text-align:center;
}
#isLegal .buttons a {
    display: inline-block;
    vertical-align: top;
    margin: 1rem;
    padding: 0.5rem 2rem;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.5em;
    font-size: 125%;
    line-height: 1;
}
#isLegal .buttons a.button.exit {
    background:#FFF;
    color:#313131;
    border-color:#FFF;
}

/* content */
a {
    color:rgba(238,0,0,1);
    cursor:pointer;
    text-decoration: none;
    font-family: 'TradeGothic';
}
a:hover {
    color:rgba(238,0,0,0.8);
}
h1,h2,h3,h4,h5 {
    /*font-family: 'TradeGothic';*/
}
h1 {
    font-size:36px;
    font-weight: normal;
    margin-top:.1em;
    margin-bottom: .5em;
    color: rgba(0,0,0,0.5);
    text-transform: capitalize;
}
h2,
.relatedProductsHeader {
    padding: .25rem .5rem;
    /*background: #f0f0f0;*/
    letter-spacing: 1px;
    font-size:28px;
    font-weight: normal;
    color: #333;
    /*box-shadow: 1px 1px 2px rgba(195,195,195, .6);*/
}
h3 {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: normal;
    color: #333;
}
h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0.25em 0 0.5em;
    color: #222;
    text-shadow: 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF;
    letter-spacing: 5px;
}
h5{
    margin: 0.25em 0 0.5em;
    padding: .25em .5em;
    font-size:16px;
    font-weight: normal;
    color: #333;
}
.transitions_on div,
.transitions_on form,
.transitions_on input,
.transitions_on textarea{
    -webkit-transition: all .35s, color .35s, box-shadow .35s;
    -moz-transition: all .35s, color .35s, box-shadow .35s;
    transition: all .35s, color .35s, box-shadow .35s;
}
.transitions_off,
div.transitions_off,
.transitions_off div,
.transitions_off form,
.transitions_off input,
.transitions_off textarea,
.transitions_on .cms_StoreLocator_container div,
.transitions_on .cms_StoreLocator_container form,
.transitions_on .cms_StoreLocator_container input,
.transitions_on .ContentType_ImageGallery_galleryContainer div,
.transitions_on .cms_toolbar{ /* fix weird dragging issues in cms backend */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.button,
button,
input[type="button"],
input[type="submit"],
.MessageForm_Buttons input,
div.search-add-to-cart a,
.seocart_CategoryProductContainer a.product_link,
a.inputSubmit {
	font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin: 1px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(8, 109, 177,1);
    background: linear-gradient(to bottom, rgba(8, 109, 177,1) 0%, rgba(8, 109, 177,0.8) 100%);
    border: 1px solid rgba(8, 109, 177,1);
    color: #FFFFFF;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: .75em;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0px 0 1px rgba(222,222,222,.6);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.MessageForm_Buttons input:hover,
div.search-add-to-cart a:hover,
.seocart_CategoryProductContainer a.product_link:hover,
a.inputSubmit:hover {
    background: rgba(8, 109, 177,0.8);
    background: linear-gradient(to top, rgba(8, 109, 177,1) 0%, rgba(8, 109, 177,0.8) 100%);
    color:#FFF;
}

div.MessageForm_Buttons{
    text-align: center;
    margin-top: 2.5em;
}
div.MessageForm_Buttons input{
    font-size: 115%;
    padding-left: 3em;
    padding-right: 3em;
}

#content {
	margin-top: 7.3em;
    padding:0 1rem;
    background: #fff;
    min-height: 400px;
}
.isShoppingCartPage #content {
    background-image:none;
}
#content img.respFix{
    width: 100%;
    height: auto !important;
}
#content iframe.respFix,
#content object.respFix{
    width: 100%;
}
#content p{
    font-size: 120%;
}

.titlebarCrumbs {
	display: inline-block;
	vertical-align: middle;
}
.contentInner #tms_breadcrumbs{
	display: block;
	line-height: 1;
	font-size: 80%;
}
.shopbyneed .titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li:nth-child(2),
.shopbycategory .titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li:nth-child(2){
	display: none;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs{
	padding: 0;
	margin: 0;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li{
	background: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: normal;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li:before{
	content: '>';
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li:first-child:before{
	content: none;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s, color .2s, box-shadow .2s;
	-moz-transition: all .2s, color .2s, box-shadow .2s;
	transition: all .2s, color .2s, box-shadow .2s;
	font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li a:hover{
	color: #FED141;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li span{
	display: inline-block;
	padding: 0 .5em;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li span span{
	padding: 0;
}
.titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li .homeLocation span{
	padding-left: 0;
}
.seocart_Product .titlebarCrumbs #tms_breadcrumbs ul.breadcrumbs li.lastLocation{
	display: none;
}

#content .sezzle-shopify-info-button {
	margin: 0.5rem 0 1rem 0;
}
body #content .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-logo {
    width: auto !important;
    max-width: none !important;
    height: 18px !important;
}

/* custom category & subcategory pages */
#content{
	overflow: hidden; /* hack to titlebar can extend 100% */
}
.seocart_Category_titlebar,
.seocart_Subcategory_titlebar,
.seocart_Product_titlebar{
	/*background: #FC2A25 linear-gradient(270deg, #F9F403 0%, #FC2A25 100%) 0% 0% no-repeat padding-box;*/
    background: #2E58A6 linear-gradient(230deg, rgba(79, 160, 202, 1) 5%, rgba(46, 88, 166, 1) 37%, rgba(12, 57, 144, 1) 87%, rgba(10, 49, 124, 1) 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 1em;
	text-transform: uppercase;
	margin-left: -20rem;
	margin-right: -20rem;
}
.seocart_Category_titlebar,
.seocart_Subcategory_titlebar{
	text-align: center;
}
.seocart_Product_titlebar,
.seocart_Subcategory_titlebar.alignLeft{
	text-align: left;
	padding: .5em;
}
.seocart_Category_ImageNameWrap,
.seocart_Subcategory_ImageNameWrap{
	border-right: 1px solid #fff;
	margin-right: 1em;
	padding-right: 1.25em;
	display: inline-block;
	max-width: 19%;
	text-align: left;
	box-sizing: content-box;
}
.seocart_Category_Image,
.seocart_Subcategory_Image{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	max-width: 65px;
}
.seocart_Product_titlebar .seocart_Subcategory_Image,
.seocart_Subcategory_titlebar.alignLeft .seocart_Subcategory_Image{
	max-width: 40px;
	margin-left: 1.1em;
}
.seocart_Category_Image img,
.seocart_Subcategory_Image img{
	width: 100%;
	height: auto;
	filter: brightness(10);
}
body h1.seocart_Category_Name,
body h1.seocart_Subcategory_Name,
body h2.seocart_Subcategory_Name{
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-family: "TradeGothicLT-BoldCondTwenty", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #fff;
	max-width: 64%;
	margin: 0;
	padding: 0 0 0 .15em;
	line-height: .9;
	font-size: 220%;
}
h1.seocart_Category_Name a,
h1.seocart_Subcategory_Name a,
h2.seocart_Subcategory_Name a{
	color: #fff;
}
.seocart_Product_titlebar h2.seocart_Subcategory_Name,
.seocart_Subcategory_titlebar.alignLeft h1.seocart_Category_Name{
	font-size: 130%;
}
.seocart_Subcategory_titlebar .titlebarCrumbs,
.seocart_Category_Desc,
.seocart_Subcategory_Desc{
	width: 72%;
	text-align: left;
}
.seocart_Category_Desc,
.seocart_Subcategory_Desc{
	display: inline-block;
	vertical-align: middle;
	font-family: "TradeGothicLT-BoldCondTwenty", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow",  "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 1380px){
	.seocart_Subcategory_titlebar .titlebarCrumbs,
	.seocart_Category_Desc,
	.seocart_Subcategory_Desc{
		width: 65%;
	}
	.seocart_Category_ImageNameWrap,
	.seocart_Subcategory_ImageNameWrap{
		max-width: 20%;
	}

	.headerTop nav .shopByFlavor ul{
	}
	.headerTop nav .shopByFlavor ul li{
		width: 12%;
		margin: .5% .25%;
	}
}
@media only screen and (max-width: 1200px){
	.seocart_Category_ImageNameWrap,
	.seocart_Subcategory_ImageNameWrap{
		max-width: 29%;
	}
	.seocart_Category_titlebar .pageWidth,
	.seocart_Subcategory_titlebar .pageWidth,
	.seocart_Product_titlebar .pageWidth{
		padding: 0;
	}
}
@media only screen and (max-width: 800px){
	.seocart_Category_titlebar{
		text-align: left;
	}
	.seocart_Category_ImageNameWrap,
	.seocart_Subcategory_ImageNameWrap{
		display: block;
		max-width: none;
		border: none;
		margin-right: 0;
		padding-right: 0;
	}
	.seocart_Product_titlebar .seocart_Subcategory_Image,
	.seocart_Subcategory_titlebar.alignLeft .seocart_Subcategory_Image{
		margin-left: 0;
	}
	.seocart_Product_Breadcrumbs,
	.seocart_Category_Breadcrumbs{
		margin-top: .75em;
		display: block;
		display: none;
	}
	.seocart_Subcategory_titlebar .titlebarCrumbs{
		width: auto;
	}
	.seocart_Category_Desc,
	.seocart_Subcategory_Desc{
		display: block;
		width: auto;
		margin: 0 .25em;
	}
	body h1.seocart_Category_Name,
	body h1.seocart_Subcategory_Name,
	body h2.seocart_Subcategory_Name{
		max-width: none;
	}
}
@media only screen and (max-width: 600px){
	.home .seocart_ProductList_Item,
	.seocart_SubcategoryList_Item,
	.seocart_ProductList_Item{
		width: 48%;	
	}
	.seocart_SubcategoryList_Image,
	.seocart_ProductList_Image{
		max-height: 36vw;
	}
	.seocart_SubcategoryList_Item:nth-child(2n+1),
	.seocart_ProductList_Item:nth-child(2n+1){
		clear: left;
	}
	.seocart_Category_Image,
	.seocart_Subcategory_Image{
		max-width: 40px;
	}
	#content .seocart_Category_titlebar p,
	#content .seocart_Subcategory_titlebar p,
	#content .seocart_Product_titlebar p{
		font-size: 90%;
	}
	body h1.seocart_Category_Name,
	body h1.seocart_Subcategory_Name,
	body h2.seocart_Subcategory_Name{
		font-size: 170%;
	}
}
@media only screen and (max-width: 350px){
	.home .seocart_ProductList_Item,
	.seocart_SubcategoryList_Item,
	.seocart_ProductList_Item{
		width: 99%;	
	}
	.seocart_SubcategoryList_Image,
	.seocart_ProductList_Image{
		max-height: none;
	}
}

/* homepage */
.home .cms_region{
    clear: both;
}
.home #content{
    padding: 0;
    background: #f4f4f4;
}
.home #content .pageWidth{
    width: 100%;
}

.home .ContentType_ImageGallery_galleryContainer .responsive-gallery {
    max-width: 1680px;
    margin: 0 auto;
    width: 100%;
}
.home .ContentType_ImageGallery_galleryContainer,
.ContentType_ImageGallery_descriptionBottom {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.home .responsive-gallery .gallery-caption-container{
    font-size: 200%;
}
.home .responsive-gallery div{
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.home #content .ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-items {
    bottom: 10px;
}
.home #content .ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-item.active {
    background-color: rgba(140,205,64,0.8);
}
.home #content .ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-move {
    background-image: none;
}
.home #content .ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-move:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 42px;
    color: #fff;
    top: calc(50% - 32px);
    padding: 5px;
    background-color: transparent;
    opacity:.7;
    transition: opacity 0.2s ease-in-out !important;
}
.home #content .ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-prev:before {
    content: '\f053';
    left: 10px;
}
.home #content .ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-next:before {
    content: '\f054';
    right: 10px;
}
.home #content .ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-move:hover:before {
    opacity: 1;
}

.home #content .cms_ImageGallery ul.thumbs{
    background: #fff;
    margin: 1em 0 2em;
    padding: 5px 0;
    text-align: center;
    box-shadow: inset 0px -3px 3px -1px rgba(0,0,0,0.15), inset 0px 5px 5px -3px rgba(0,0,0,0.25);
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.home #content .cms_ImageGallery ul.thumbs li{
    display: inline-block;
    list-style: none;
    margin: 0 3rem;
    padding: 0;
    cursor: pointer;
    position: relative;
    max-width: 170px;
}
.home #content .cms_ImageGallery ul.thumbs li a.thumb{
    display: block;
}
.home #content .cms_ImageGallery ul.thumbs li div{
    -webkit-transition: all .15s, color .15s, box-shadow .15s;
    -moz-transition: all .15s, color .15s, box-shadow .15s;
    transition: all .15s, color .15s, box-shadow .15s;
}
.home #content .cms_ImageGallery ul.thumbs li .captionNoSlideshow{
    min-height: 2.5em;
}
.home #content .cms_ImageGallery ul.thumbs li .image-desc{
    vertical-align: middle;
    display: inline-block;
}
.home #content .cms_ImageGallery ul.thumbs li:hover .image-desc{
    color: rgba(238,0,0,1);
}
.home #content .cms_ImageGallery ul.thumbs li:nth-child(even){
    display: none;
}
.home #content .cms_ImageGallery ul.thumbs li .hoverBox{
    position: absolute;
    bottom: 50%;
    background: #fff;
    padding: .5em;
    border: 1px solid #aaa;
    box-shadow: 4px 4px 9px rgba(0,0,0,.45);
    display: none;
    border-radius: 7px;
    z-index: 800;
    width: 210%;
    max-width: 470px;
}
.home #content .cms_ImageGallery ul.thumbs li .hoverBox .image-desc{
    color: #777;
    font-size: 100%;
}
.home #content .cms_ImageGallery ul.thumbs li .hoverBox img{
    max-width: 450px;
}

.home .cms_ListofSubpages{
    max-width: 1680px;
    margin: 0 auto;
}
.home h4{
    margin: .5em 0px 0;
    padding: 0.25em 0px 0.45em;
}
.home .cms_ListofSubpages table td{
    padding: 1em 0;
}

.category-promotions {
    display: flex;
    justify-content: space-evenly;
    margin: 3rem auto;
    max-width: 1680px;
}
.category-promotions a {
    display:block;
    position: relative;
}
.category-promotions a:before {
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background-color:rgba(0,0,0,0);
    transition: background 0.1s ease-in;
}
.category-promotions a:hover:before {
    background-color:rgba(0,0,0,0.5);
}

.home #content .cms_FeaturedProducts{
    color: #333;
    padding: .5em 0 2em;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    /* background: linear-gradient(95deg, #221E1F 10%, #4d4d4d 75%); */
    /* box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.5), inset 0px -4px 3px 0px rgba(0,0,0,0.75); */
}
.home #content .cms_FeaturedProducts h2{
    text-align:center;
}
.home #content .cms_FeaturedProducts a{
    color: #777;
    font-size: 90%;
}
.home #content .cms_FeaturedProducts .p_itemPrice {
    font-size:90%;
}
.home #content .cms_FeaturedProducts a:hover{
    color: rgba(238,0,0,1);
}
.home #content .cms_FeaturedProducts .p_container {
    border:none;
    border-bottom: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.home #content .cms_FeaturedProducts .p_title {
    border:none;
    background:none;
    text-align: center;
    font-size:28px;
    letter-spacing: 1px;
    font-weight: normal;
}
.home #content .cms_FeaturedProducts .p_prevBtn,
.home #content .cms_FeaturedProducts .p_nextBtn {
    background:none;
    width:auto;
    height: auto;
}
.home #content .cms_FeaturedProducts .p_prevBtn {
    left:25px;
}
.home #content .cms_FeaturedProducts .p_nextBtn {
    right:25px;
}
.home #content .cms_FeaturedProducts .p_prevBtn:before,
.home #content .cms_FeaturedProducts .p_nextBtn:before {
    font-family:FontAwesome;
    font-size:24px;
    width:40px;
    height: 40px;
    background:rgba(0,0,0,0.33);
    color:#FFF;
    display:block;
    transition: background 0.25s ease-in-out;
    border-radius: 50px;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.home #content .cms_FeaturedProducts .p_prevBtn:before {
    content: "\f053";
}
.home #content .cms_FeaturedProducts .p_nextBtn:before {
    content: "\f054";
}
.home #content .cms_FeaturedProducts .p_showAll,
.home #content .cms_FeaturedProducts .p_nav {
    display:none;
}
/*.home #content .cms_FeaturedProducts_list{
    border-collapse: separate;
    border-spacing: .5em;
    display:flex;
    max-width: 1680px;
    margin: 0 auto;
}*/
.home #content .cms_FeaturedProducts .p_item{
    padding: .25em;
    margin: .5em;
    text-align: center;
    vertical-align: middle;
    background: none;
    transition: background 0.2s ease-in-out;
    box-sizing: border-box;
    width: 24%;
    border-right: 2px solid rgba(225, 225, 225,0.7);
}
.home #content .cms_FeaturedProducts .p_item:nth-child(4n) {
    border-right: none;
}
.home #content .cms_FeaturedProducts .p_item:hover a {
    color:#444;
}
.home #content .cms_FeaturedProducts .price{
    margin-bottom: 0;
    margin-top: .5em;
}
.home #content .cms_FeaturedProducts .p_item .p_itemDetailsBtn {
    display:none;
}
@media only screen and (max-width: 1210px) {
    .home #content .cms_FeaturedProducts {
        width: auto;
    }
}
@media only screen and (max-width: 1160px) {
    .home #content .cms_FeaturedProducts div.p_container {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .home #content .cms_FeaturedProducts .p_prevBtn,
    .home #content .cms_FeaturedProducts .p_nextBtn {
        top:15px;
    }
    .home #content .cms_FeaturedProducts .p_item {
        width: 49%;
        margin-bottom: 1rem;
    }
    .home #content .cms_FeaturedProducts .p_itemContainer {
        box-sizing: border-box;
        padding: 1rem;
    }
    
}
@media only screen and (max-width: 420px) {
    .home #content .cms_FeaturedProducts_list {
        display:block;
    }
    .home #content .cms_FeaturedProducts .p_item {
        width: 45% !important;
        min-height: 0;
        border:none;
    }
    .home #content .cms_FeaturedProducts div.p_itemImg {
        height: auto;
    }
    .home #content .cms_FeaturedProducts div.p_itemImg a {
        position: static;
    }
    .home #content .cms_FeaturedProducts .p_itemName {
        min-height: 0;
    }
}

.home .topBrands {
    max-width: 1680px;
    margin: 0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.home .topBrands .brand {
    margin:0 1rem;
    width:20%;
    padding: .25em;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 0 3px #000;
    border: 1px solid #ddd;
    border-radius: 3px;
    color:#212121;
    min-height:205px;
}
.home .ContentType_SubPageList_listItem{
    background: linear-gradient(to bottom, #FCFCFC 0%, #F2F2F2 100%);
    padding-top: 1em;
    border-top: 1px solid #eee;
}
.home .ImageWithInfo_Image img{
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.cms_SocialMedia_posts {
    max-width: 1680px;
    margin: 0 auto;
}
.cms_SocialMedia_posts .post {
    background: linear-gradient(to bottom, #FCFCFC 0%, #F2F2F2 100%);
    padding-top: 1em;
    border-top: 1px solid #eee;
    padding:2em 1em;
    display:flex;
}
.cms_SocialMedia_posts .post .postImage {
    width:275px;
}
.cms_SocialMedia_posts .post .postDescription {
    width:calc(100% - 275px);
    padding:0 1em;
}
.cms_SocialMedia_posts .post .postDescription .date {
    padding:0.5em 0;
}
.cms_SocialMedia_posts .post .postImage img {
    border: 7px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}

/* news articles */
.homepageArticles {
    padding: 0 0 2rem 0;
}
p.homepageArticlesViewMore {
    text-align: center;
}
.homepageArticles h2 {
    text-align: center;
    box-shadow: none;
    background: transparent;
}
.ContentType_SubPageList_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px 5px;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 2rem;
}
.home .ContentType_SubPageList_list {
    flex-wrap: nowrap;
}
.ContentType_SubPageList_listCell {
    width: 25%;
    padding: .25em;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
    max-width:400px;
    padding-bottom:65px;
}
.home .ContentType_SubPageList_listCell {
    margin: .5rem;
    padding-bottom:0;
}
.home .ContentType_SubPageList_listCell .SubPageList_summaryPageDate {
    display: none;
}
.SubPageList_coverImage {
    width: 100%;
    height: 275px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.SubPageList_summaryPageTitle a {
    text-transform: uppercase;
    display: block;
    padding: 0.5rem 0;
    padding-top: 280px;
    font-size: 115%;
    color: rgba(0,0,0,0.5);
}
.ContentType_SubPageList_listCell .article-title {
	text-transform: uppercase;
    display: block;
    font-size: 115%;
    color: rgba(0,0,0,0.5);
}
.meetmax .SubPageList_summaryPageTitle a {
    padding-top:0;
}
.home .SubPageList_summaryPageTitle a,
.homepageArticles .SubPageList_summaryPageTitle a {
    padding-top:0.5rem;
}
.article-summary {
    padding-top: 280px;
    display: block;
}
.ContentType_SubPageList_listCell a.readMore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    min-height: 35px;
    height: 35px;
    line-height: 1.2;
    vertical-align: top;
    font-family: Oswald;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333333;
    background-color: transparent;
    transition: background-color 0.2s linear, color 0.2s linear;
    margin: 0 0 25px 0;
    padding: 0 20px;
    border: 1px solid #333333;
    text-align: center;    
}
.ContentType_SubPageList_listCell a.readMore:hover {
    border-color: #333333;
    background-color: #333333;
    color: #fff;
}

/* news page */
.cms_region.cms_News {
    max-width: 860px;
    margin: 0 auto;
}
.stackBanner {
    text-align: center;
}
.watchsocial {
    text-align: center;
    margin: 2rem 0;
}
.share-group {
    display:block;
}
.share-group li {
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
}
.share-group .share-service-button {
    background:none;
    border:none;
    cursor:pointer;
    text-align:left;
    outline:none;
}
.share-group .share-service-button .share-sprite {
    display:inline-block;
}
.share-service-icon-facebook {
    background: no-repeat url(/images/social-sharing.gif) 0 -180px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-twitter {
    background: no-repeat url(/images/social-sharing.gif) 0 -1385px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-googleplus {
    background: no-repeat url(/images/social-sharing.gif) 0 -420px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-blogger {
    background: no-repeat url(/images/social-sharing.gif) 0 -1112px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-reddit {
    background: no-repeat url(/images/social-sharing.gif) 0 -1220px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-tumblr {
    background: no-repeat url(/images/social-sharing.gif) 0 -384px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-pinterest {
    background: no-repeat url(/images/social-sharing.gif) 0 -108px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-linkedin {
    background: no-repeat url(/images/social-sharing.gif) 0 -932px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-stumbleupon {
    background: no-repeat url(/images/social-sharing.gif) 0 -312px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-livejournal {
    background: no-repeat url(/images/social-sharing.gif) 0 -492px;
    background-size: auto;
    width: 32px;
    height: 32px;
}
.share-service-icon-digg {
    background: no-repeat url(/images/social-sharing.gif) 0 -276px;
    background-size: auto;
    width: 32px;
    height: 32px;
}

/* homepage */
.cms_ImageGallery {
    text-align: center;
    width: 100%;
}

.ContentType_ImageGallery_galleryContainer {
    display: block;
    padding:0;
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery {
    height:30vw;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-image:before {
    /*content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);*/
}
.ContentType_ImageGallery_galleryContainer .gallery-caption-container {/*! background-color:#00555C; */}
body .responsive-gallery .gallery-caption::before {
    display:none;   
}
body .responsive-gallery .gallery-caption-container {/*! background-color:#C52F30; */}
body .responsive-gallery .gallery-caption {
    width:100%;
    height:39vw;
    position: relative;
}
body .responsive-gallery .gallery-caption h2 {
    font-size:28px;
    line-height:28px;
    font-style:normal;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.95);
    /*background: rgba(0,0,0,0.6);*/
    padding: 0.5rem 0 0 0;
    display:inline-block;
    margin:0;
    background: transparent;
}
body .responsive-gallery .gallery-caption strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding:0.5rem 0;
    display: block;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.95);
    /*background: rgba(0,0,0,0.6);*/
    display:inline-block;
}
body .responsive-gallery .gallery-image .gallery-caption > * {
    opacity:0;
    transition-property: opacity;
    transition-duration: 0.75s;
    transition-timing-function: linear;
    box-sizing:content-box; 
    -webkit-transform:translate3d(0,0,0);
}
body .responsive-gallery .gallery-image.gallery-image-current .gallery-caption > * {
    opacity:1;
}
body .responsive-gallery .gallery-image.gallery-image-current .gallery-caption p:nth-child(2) {
    transition-delay:0.25s; 
}

body .responsive-gallery .gallery-image:nth-child(n+2) {
    display: block;
    left: 200%;
}
body .responsive-gallery .buttonContainer {
    margin-top: 13vw;
}
body .responsive-gallery .captionContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
}
body .responsive-gallery .captionContainer p {
    margin: 0;
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-items {
    bottom:10px;
    display:none;
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-item.active {
    background-color: #c0e7fe;
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-move {
    /*background: rgba(255,255,255,0);*/
    max-width: 65px;
    /*transition: background 0.2s ease-in-out !important;*/
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-move:hover {
    background:none;
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-move:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 42px;
    color: #eff9ff;
    background: rgba(0,0,0,0.3);
    border-radius:5px;
    top: calc(50% - 32px);
    padding:5px;
    transition: background 0.2s ease-in-out;
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-move:hover:before {
    background: rgba(0,0,0,0.5);
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-prev:before {
    content: '\f053';
    left: 10px;
}
.ContentType_ImageGallery_galleryContainer .responsive-gallery .gallery-nav-next:before {
    content: '\f054';
    right: 10px;
}
.ContentType_ImageGallery_descriptionBottom {
    flex-grow:1;
}
.ContentType_ImageGallery_descriptionBottom a.featured-banner {
    display:block;
    position:relative;
}
.ContentType_ImageGallery_descriptionBottom a.featured-banner .caption {
    position:absolute;
    bottom:10px;
    left:10px;
    text-align:left;
}
.ContentType_ImageGallery_descriptionBottom a.featured-banner .caption p {
    display:inline-block;
    padding:5px 15px;
    margin:0;
    background-color:rgba(255,255,255,0.5);
    font-weight:bold;
    font-size:20px;
    transition:background-color 0.2s ease-out;
}
.ContentType_ImageGallery_descriptionBottom a.featured-banner:hover .caption p {
    background-color:rgba(255,255,255,0.9);
}

/* social tiles */
.home-social {
    background:#FFF;
    border-top: 1px solid #d9d9d9;
    max-width: 1680px;
    margin: 0 auto;
    padding: 20px 2rem;
}
.home-social-heading {
    z-index: 100;
    text-align: center;
    position: relative;
    margin: 2em 0;
}

.home-social-heading h2 {
    margin-bottom: 5px;
}
.home-social-heading h2 a {
    text-decoration:none;
    color: #333;
    font-family: "Oswald", Verdana, Arial, Helvetica, sans-serif;
}
.home-social-heading h2::before {
    margin-top: 15px;
}

.home-social-heading h3 {
    margin: 0;
    font-family: "proxima_nova_rgregular",Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight:normal;
}
.home-social-gallery {
    font-size: 0;
}

.home-social-thirdbox {
    width: 33%;
    height: 0;
    padding-bottom: 33%;
    display: inline-block;
    border: 3px solid #F00 inset;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.home-social-halfbox {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.home-social-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0 0, 0 0;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #FFF;
    cursor: pointer;
}

.home-social-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
    border: 2px solid #FFF;
    background-image: url(/images/social/home-social-zoom.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
}

.home-social-post:hover::before {
    display: block;
}

.home-social-post img {
    width: 100%;
    box-shadow: inset 0 0 0 2px #FFF;
    border: 2px solid #FFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .5s linear, -webkit-transform .5s linear;
}

.home-social-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
}

.home-social-overlay-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 830px;
    min-height: 570px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #FFF;
}

.home-social-overlay-popup a {
    text-decoration: none;
}

.home-social-overlay-image {
    width: 530px;
    display: inline-block;
    float: left;
    position: relative;
}
.home-social-overlay-image.isVideo:before {
    content:'';
    position: absolute;
    top: calc(50% - 15px);
    background-image: url('/images/social/video-controls-sprite.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
    height: 135px;
    left: 50%;
    margin-left: -67px;
    margin-top: -67px;
    top: 50%;
    width: 135px;
}

.home-social-overlay-image img {
    width: 100%;
}

.home-social-overlay-info {
    width: 240px;
    display: inline-block;
    float: right;
    position: relative;
}

.home-social-overlay-avatar {
    float: left;
    margin-right: 10px;
}

.home-social-overlay-avatar img {
    width: 60px;
}

.home-social-overlay-name {
    color: #606060;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.home-social-overlay-likes,
.home-social-overlay-comments {
    display: inline-block;
    margin-right: 10px;
}

.home-social-overlay-likes::before,
.home-social-overlay-comments::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.home-social-overlay-likes::before {
    background-image: url(/images/social/home-heart.svg);
}

.home-social-overlay-comments::before {
    background-image: url(/images/social/home-comment.svg);
}

.home-social-overlay-caption {
    margin-top: 25px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.home-social-overlay-close {
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
}
body .cms_region_mobile.instagram {
    margin: 60px auto 0 auto;
    max-width: 400px;
    text-align: center;
}
body .cms_region_mobile.instagram img {
    max-width:100%;
    height:auto;
}

#pagewrapper .home-social-overlay-close img.respFix {
    width: 24px !important;
    height: 24px !important;
}
@media only screen and (max-width: 1023px) {
    .home-social-post:hover::before {
        display: none;
    }
}
@media only screen and (max-width: 420px) {
    .home-social-thirdbox {
        width:34%;
        padding-bottom:60%;
    }
    .home-social-thirdbox:first-child {
        width:66%;
    }
    .home-social-thirdbox:last-child {
        display:none;
    }
    .home-social-halfbox {
        width:99%;
        padding-bottom:100%;
    }
    .home-social-halfbox:nth-child(n+3) {
        display:none;
    }
    .home-social-overlay-popup {
        top:50%;
        width:100%;
        height:auto;
    }
    .home-social-overlay-image,
    .home-social-overlay-info {
        width:100%;
    }
    .home-social-overlay-info {
        padding-top:20px;
    }
    .home-social-overlay-close {
        top:20px;
        right:0;
    }
}

/* filter sidebar */
.sidebarMobileToggle {
    display:none;
}
.seocart_SubcategoySidebar {
    display: inline-block;
    vertical-align: top;
    width: calc( 250px );
    padding: 8px;
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 15px;
    box-sizing: border-box;
}

.sidebar-parent-category a {
    font-weight: bold;
    font-size: 16px;
}
.sidebar-filters-subcategories .sidebar-child-category a {
    position: relative;
    padding: 1px 11px;
    display: inline-block;
    color: rgba(0,0,0,0.7);
}
.sidebar-filters-subcategories .sidebar-child-category a::before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: none;
    border-left: 4px solid #BBB;
    border-top: 4px solid rgba(0,0,0,0);
    border-bottom: 4px solid rgba(0,0,0,0);
    left: 0px;
    top: 50%;
    margin-top: -4px;
}
.sidebar-filters-subcategories .sidebar-child-category a:hover {
    text-decoration: underline;
}
.sidebar-filters-subcategories .sidebar-child-category a:hover::before {
    border-left: 4px solid #000;
}
.sidebar-title {
    font-weight: bold;
    color: #212121;
    margin-bottom: 5px;
}
.sidebar-color-list {
    font-size: 0;
}
.sidebar-color {
    display: inline-block;
    border: 1px solid #c1c1c1;
    margin: 2px;
    border-radius: 6px;
}
.sidebar-color a {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
    color: inherit;
}
.sidebar-color a:before {
    visibility: hidden;
}

.sidebar-filter-remove {
    float: right;
    vertical-align: middle;
}

.sidebar-filter-remove img {
    width: 15px;
    height: 15px;
}

.sidebar-filters-set {
    padding-right: 7px;
    margin-bottom: 15px;
}

.sidebar-subtitle {
    text-align: left;
    margin-top: 5px;
    font-weight: 700;
    color:#212121;
    padding-bottom: 5px;
}

.sidebar-filters-value {
    padding: 0 7px;
}

.sidebar-filters-unset {
    margin-top: 1em;
}

.sidebar-filters-unset a input {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.sidebar-filter-group,
.sidebar-filters-categories {
    padding: 0 5px;
    margin-bottom:1em;
}
.sidebar-filters-set .sidebar-filter {
    position: relative;
    padding-left: 12px;
    padding-right: 0;
    font-size: 14px;
}
.sidebar-filters-set .sidebar-filter a {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
}
.sidebar-filters-set .sidebar-filter a.remove-filter::before {
    content: '\f00d';
    right: 0;
    left: auto;
}
.sidebar-filter a {
    font-size: 14px;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
    color: rgb(73, 41, 23);

}

.sidebar-filter a::before {
    content: '\f096';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    height: 14px;
    width: 14px;
    font-size: 16px;
    color: #c5c5c5;
}

.sidebar-filter a:hover{
    text-decoration: underline;
}

.sidebar-filter a:hover::before {
    color: #000;
}

.sidebar-filter.set a::before {
    content: '\f046';
    color: #000;
}

.sidebar-filter.set:hover a::before {
    color: #c5c5c5;
}

/*
.sidebar-filter a:hover::after,
.sidebar-filter.set a::after {
    content: 'x';
    position: absolute;
    left: 1px;
    top: -1px;
    height: 10px;
    width: 10px;
}*/

.sidebar-filter a:hover::after {
    color: #000;
}
.sidebar-filter.set a:hover::after {
    color: transparent;
}
.seocart_SubcategoryMain {
    display: inline-block;
    vertical-align: top;
    /*width: calc( 100% - 280px );*/
    width:100%;
    padding-left: 15px;
    padding-bottom:15px;
    box-sizing: border-box;
}
.seocart_Category h1,
.category_product_list h2 {
    padding:0.5em;
    text-align: center;
    margin:0;
}
.seocart_Category_ImageWrapper {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    margin:0 auto;
    position:relative;
    margin-left:-1rem;
    margin-right:-1rem;
}
#content .seocart_Category_ImageWrapper img{
	max-width: 100% !important;
}
.seocart_Category .mobileCategories {

}
.seocart_Category .mobileCategories ul {
    padding:0;
    list-style-type: none;
}
.seocart_Category .mobileCategories ul li a {
    display:none;
}
.categoryNavImage,
.seocart_Category_121 .mobileCategories ul li,
.seocart_Category_112 .mobileCategories ul li  {
    margin-bottom:2rem;        
}
.categoryNavImage,
.seocart_Category_121 .mobileCategories ul li .seocart_NavigationImage,
.seocart_Category_112 .mobileCategories ul li .seocart_NavigationImage {
    border: 1px solid #CCC;
    border-radius: 3px;
}
.seocart_Category_121 .mobileCategories ul li .seocart_NavigationImage a,
.seocart_Category_112 .mobileCategories ul li .seocart_NavigationImage a {
    display: block;
    height: 505px;
    background-position: center;
    background-size: cover;
}

.seocart_CategoryProductContainer {
    padding: 1rem 0;
    margin-bottom:  2rem;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    text-align: center;
}
.seocart_Subcategory_PaginationLinks {
    font-size: 14px;
}
.seocart_Subcategory_PaginationLinks em {
    font-style: normal;
    font-weight: bold;
}
.seocart_Subcategory_PaginationLinks a.seocart_Subcategory_PaginationLinkNumber {
    display: inline-block;
    padding: 1px 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.7);
    text-decoration: none;
    color: #FFF;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.13);
}
@media only screen and (max-width: 767px) {
    .sidebarMobileToggle {
        display:block;
        background: #eaeaea;
        color: #212121;
        padding:10px;
        cursor:pointer;
        text-transform:uppercase;
        margin-bottom:7px;
        margin-top:7px;
    }
    .seocart_SubcategoySidebar {
        display: none;
        width: 100%;
        box-sizing: border-box;
        margin: 1rem auto;
    }
    .seocart_SubcategoryMain {
        width:100%;
        padding:0;
    }

    td.seocart_Subcategory_PaginationShowing {
        font-size: 14px;
    }
    .seocart_Subcategory_PaginationLinks {
        white-space: nowrap;
    }
    .seocart_Subcategory_PaginationLinks a.seocart_Subcategory_PaginationLinkNumber {
        display:none;
    }
    .seocart_Subcategory_PaginationLinks em {
        margin:0 2px;
    }
    #hover-zoom-image,
    #hover-zoom-region {
        display:none;
    }
    .seocart_Subcategory_PaginationLinkPrevious,
    .seocart_Subcategory_PaginationLinkNext {
        text-decoration: none;
    }
    .seocart_Subcategory_PaginationLinkPrevious:before,
    .seocart_Subcategory_PaginationLinkNext:before {
        font-family: FontAwesome;
        font-size: 18px;
        color: #eff9ff;
        background: rgba(0,0,0,0.6);
        border-radius: 50%;
        /* padding: 3px 5px; */
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        vertical-align: middle;
        line-height: 18px;
    }
    .seocart_Subcategory_PaginationLinkPrevious:before {
        content: '\f053';
        padding-left:1px;
    }
    .seocart_Subcategory_PaginationLinkNext:before {
        content: '\f054';
        padding-right: 1px;
    }
    .seocart_Subcategory_PaginationLinkPrevious span,
    .seocart_Subcategory_PaginationLinkNext span {
        display:none;
    }
    .seocart_Category_121 .mobileCategories,
    .seocart_Category_112 .mobileCategories {
        display:block;
    }
    .seocart_Category_121 .mobileCategories ul li .seocart_NavigationImage a,
    .seocart_Category_112 .mobileCategories ul li .seocart_NavigationImage a {
        height: 275px;
    }
    .seocart_Category_121 ~ .category_product_list,
    .seocart_Category_112 ~ .category_product_list {
        display:none;
    }
    
}

/* search */
.ContentType_Search_container{
    float: left;
    width: 100%;
    padding-top: 2rem;
}
.navSearch table.results-list{
	border-collapse: separate;
	border-spacing: 0 2em;
}
#content td.search-item-grid div.image{
	width: auto;
	height: auto;
}
#content #main-results td.search-item-grid{
	padding: 1em;
	border-right: 2px solid rgba(225, 225, 225,0.7);
	border-bottom: none;
}
#content #main-results td.search-item-grid:last-child{
	border-right: none;
}
#content .ContentType_Search_container .search-item p{
	font-size: 100%;
}
#content .ContentType_Search_container .search-add-to-cart{
	font-size: 95%;
}
#content .ContentType_Search_container .seocart_PricingContainer{
	display: none;
}
.navSearch #content .pageWidth{
	width: 100%;
}
.navSearch .results-list{
    max-width:1680px; /* pageWidth */
    margin-left: auto;
    margin-right: auto;
}
.navSearch .search-text-above,
.navSearch .search-form,
.navSearch #search-header,
.navSearch #advanced-search,
.navSearch .seocart_SearchAttributeFilter,
.navSearch .seocart_SearchPageNumbersContainer:last-child{
	display: none;
}
.navSearch .ContentType_Search_container{
	padding-top: 0;
}
.navSearch .seocart_SearchPageNumbersContainer{
	margin: 0 -1.2rem;
	line-height: 1.1;
	color: #fff;
	padding: 1.5em;
	text-transform: uppercase;
	font-size: 120%;
	font-family: "TradeGothicLT-BoldCondTwenty", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	text-align: center;
}
.navSearch.shopByPrice .seocart_SearchPageNumbersContainer{
	background: #327f36;
	background: #327f36 linear-gradient(44deg, #327f36 0%, #45ae4a 100%) 0% 0% no-repeat padding-box;
}
.navSearch span.search-page-info{
	float: none;
}
.navSearch.shopByPrice span.search-page-info{
	visibility: hidden; /* shown with js */
}
.navSearch.shopByPrice span.search-page-info .summaryTxt{
	font-size: 200%;
	font-family: "Phosphate", Arial, sans-serif;
}

/* category pages */
table.seocart_CategoryTable{
    width: 100%;
}
table.seocart_CategoryTable td{
    padding: .5em;
    font-size: 120%;
    vertical-align: top;
}
td.seocart_SubcategoryTable_Name{
    border-radius: 3px;
    line-height: 1.1em;
}
td.seocart_SubcategoryTable_Name:hover{
}
td.seocart_SubcategoryTable_Name a{
}
td.seocart_SubcategoryTable_Name a:hover span{
    color: #6C0000 !important;
}
.seocart_SubcategoryTable_Name span{
    font-size: 85% !important;
}
table.seocart_CategoryTable > tbody > tr > td{
    border: 1px dotted #ccc !important;
    border-top: none !important;
}
table.seocart_CategoryTable > tbody > tr > td:first-child{
    border-left: none !important;
}
table.seocart_CategoryTable > tbody > tr > td:last-child{
    border-right: none !important;
}
table.seocart_CategoryTable td.seocart_SubcategoryTable_Image{
    vertical-align: middle;
}
.seocart_SubcategoryTable .product_image{
    padding-right: 1em;
}
.seocart_SubcategoryTable_Name strong{
    font-weight: normal;
}
.seocart_CategoryGroup_Image{
    float: left;
    padding-right: 2em;
    padding-bottom: 2em;
}
.seocart_Subcategory_PaginationLinks{
    font-size: 115%;
}
.seocart_Subcategory_PaginationLinks em,
.seocart_Subcategory_PaginationLinks a{
    display: inline-block;
    padding: 0 .35em;
}
a.seocart_Subcategory_PaginationLinkNumber{
    background: #f3f3f3;
    border-radius: 3px;
}

/* custom category pages */
.seocart_Category_wrapper{
    float: left;
    width: 100%;
}
.seocart_Category_wrapper .itemCatalog{
    clear: left;
}
.seocart_Category_wrapper h2.categorySection{
    margin-top: 1em;
}
.seocart_Category_wrapper table.categoryProducts{
    width: 100%;
    margin-bottom: 3em;
}
.seocart_Category_wrapper .catDesc{
    color: #333;
}
.seocart_Category_wrapper table.categoryProducts > tbody > tr{
    border-bottom: 1px dotted #ccc !important;
}
.seocart_Category_wrapper table.categoryProducts > tbody > tr > td{
    padding: .5em;
    vertical-align: top;
    width: 50%;
    border-right: 1px dotted #ccc !important;
}
.seocart_Category_wrapper table.categoryProducts > tbody > tr > td:nth-child(n+2){
    border-right: none !important;
}
.seocart_Category_wrapper table.categoryProducts > tbody > tr:last-child{
    border-bottom: none !important;
}
.seocart_Category_wrapper .itemWrapper{
}
.seocart_Category_wrapper .itemimage{
    max-width: 150px !important;
}
.seocart_Category_wrapper .itemimage{
    float: left;
    padding-right: 1em;
    padding-bottom: 3em;
    min-height: 110px;
}
.seocart_Category_wrapper .itemDesc h5{
    margin-top: 0;
}
.seocart_Category_wrapper .priceTag{
    vertical-align: middle;
    font-size: 115%;
    margin: .5em 0;
    font-weight: bold;
}
.seocart_Category_wrapper .addToCartBtn{
    font-size: 90%;
}
h2.categorySection a .customField1{
    color: #666;
    font-weight: normal;
}
h2.categorySection a:hover .customField1{
    color: #6C0000;
}
h2.categorySection img {
    background:#FFF;
    border-radius:5px;
    display:inline-block;
    margin-right:5px;
    max-width:91px !important;
    height:auto;
    padding:3px;
}
.seocart_Subcategory ul li,
.seocart_Category_wrapper .mainCatText ul li{
    list-style-position: inside;
}
.seocart_Subcategory_NoProducts{
    display: none;
}

/* product page*/
.seocart_Product h1{
	border-bottom: 1px solid #171110;
	padding: 1em .25em .25em .25em;
	margin: 0 0 1em;
	color: #171110;
}
.seocart_Product .prodName{
	display: inline;
	vertical-align: bottom;
	font-family: "Phosphate", Arial, sans-serif;
}
.seocart_Product .catImg{
	max-width: 42px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: .25em;
}
.seocart_Product .catImg img{
	filter: invert(45%);
	width: 100%;
	height: auto;
}
.seocart_Product .productDescription{
	color: #171110;
}
.seocart_Product .productStampIcons{
	text-align: center;
	padding: 3em 0;
}
.seocart_Product .productStampIcons .stamp{
	display: inline-block;
	width: 16.33%;
	padding: 0 3%;
	float: left;
}
.seocart_Product .productStampIcons .stamp img{
	width: 100%;
	height: auto;
}
/*
.seocart_Product .valuePack{
	text-align: center;
	display: inline-block;
}
.seocart_Product .valuePack a{
	text-align: left;
	background: #ed1c24;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: .65em 1em;
	text-transform: uppercase;
	line-height: 1;
}
.seocart_Product .valuePack a:hover{
	opacity: .8;
}
.seocart_Product .valuePack .valuePackTitle{
	font-size: 180%;
	display: block;
}
.seocart_Product .valuePack .valuePackDesc{
	font-size: 150%;
	display: block;
}
*/
.seocart_Product .valuePack{
	text-align: center;
	margin-top: .25em;
	display: inline-block;
}
.seocart_Product .valuePack a{
	background: #0acc0a;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: .25em 1.25em;
	text-transform: uppercase;
	line-height: 1.2;
	border: 2px solid #cecece;
	border-radius: 1.5em;
}
.seocart_Product .valuePack a:hover{
	opacity: .8;
}
.seocart_Product .valuePack .valuePackTitle{
	font-size: 180%;
	display: block;
	font-family: "Phosphate", Arial, sans-serif;
}
.seocart_Product .valuePack .valuePackDesc{
	font-size: 150%;
	display: block;
}

.seocart_Product .lowestPriceBtn{
	text-align: center;
	margin-top: .25em;
	display: inline-block;
}
.seocart_Product .lowestPriceBtn a{
	background: #0acc0a;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: .25em 3em;
	text-transform: uppercase;
	line-height: 1.2;
	border: 2px solid #cecece;
	border-radius: 1.5em;
}
.seocart_Product .lowestPriceBtn a:hover{
	opacity: .8;
}
.seocart_Product .lowestPriceBtn .lowestPriceBtnTitle{
	font-size: 180%;
	display: block;
	font-family: "Phosphate", Arial, sans-serif;
}
.seocart_Product .lowestPriceBtn .lowestPriceBtnDesc{
	font-size: 150%;
	display: block;
}

.seocart_ProductWrapper {
    display: inline-block;
    background-color: white;
    width: 24%;
    vertical-align: top;
    padding: 10px;
    margin: 0 0px 35px;
    border-radius: 1px;
    transition: all .2s ease-out;
    border-right: 2px solid rgba(225, 225, 225,0.7);
    min-height: 320px;
}
.seocart_ProductWrapper:nth-child(4n+4),
.seocart_ProductWrapper:last-child {
    border-right:none;
}

.seocart_ProductWrapper:hover {
    border-color: rgb(225, 225, 225,1);
}

.seocart_ProductWrapper .seocart_PricingContainer {
    padding: 0.25rem 0 0.5rem 0;
    font-size: 90%;
}
.seocart_ProductWrapper .seocart_ProductImage {
    text-align: center;
}
.seocart_ProductDetails {
    text-align: center;
}
.ContentType_Search_container a,
.seocart_ProductDetails a {
    font-size: 115%;
    font-weight: bold;
    text-decoration: none;
    color: #777;
}
.seocart_ProductDetails a {
    display: block;
    padding: 0.5rem 0 0;
}
.seocart_ProductDetails .inventoryTotal {
    padding: 1em 0 0 0;
}
.seocart_ProductDetails .seocart_InStockNotificationMessage {
    padding:0 0 1em 0;
}
.seocart_ProductDetails .seocart_InStockNotificationMessage a {
    text-decoration:underline;
}
div.seocart_ProductDetails .product_link,
div.seocart_ProductDetails .buy,
div.search-add-to-cart a{
	margin-top: 1em;
	font-size: 75%;
}
.ContentType_Search_container a,
.seocart_ProductWrapper a {
    transition: color .2s ease-out;
}

.ContentType_Search_container a:hover,
.on-sale .seocart_Product_PriceRegular {
    color: #222;
}

/* product page */
.seocart_Product .productDetails h1 {
	font-size: 215%;
}
.seocart_Product .productInfoContainer {
    position:relative;
}
.seocart_Product .productLeftColumn {
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    width: 35%;
    text-align: center;
}
.seocart_Product .productRightColumn {
    display: inline-block;
    vertical-align: top;
    width: 60%
}
.seocart_Product .productInfoContainer .productImage {
    padding: .5em;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.seocart_Product #mainImage {
    max-width:100%;
    height:auto;
}
.seocart_Product .iScrollVerticalScrollbar, 
.seocart_Product .iScrollHorizontalScrollbar {
    left: 1px!important;
    right: auto!important;
}
.seocart_Product .productDetails {
    color: #222;
}
.seocart_Product .productDetails .seocart_Product_PriceInfo {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
    /*text-shadow: 1px 1px 3px #ef4923;*/
}
.seocart_Product .productDetails .seocart_ProductAttributeContainer h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 1rem 0;
    padding: 0;
    color:rgba(238,0,0,1);
}

/* stack ui*/
.seocart_Product_container.hasStack {
    max-width:999px;
    margin-left:auto;
    margin-right:auto;
}
.seocart_Product .chooseCategoryContainer {
    margin:0;
    padding:0;
    list-style-type: none;
    font-family: 'TradeGothic';
    font-weight: 600;
    font-style: normal;

}
.seocart_Product .chooseCategoryContainer > li {
    margin-bottom:0.5rem;
    position: relative;
}
.seocart_Product .chooseCategoryContainer > li > a {
    display: block;
    padding: 0.25rem 1rem;
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%, rgba(241,241,241,1) 5%, rgba(245,245,245,1) 50%, rgba(241,241,241,1) 95%, rgba(232,232,232,1) 100%);
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-family: 'TradeGothic';
    font-weight: 600;
    font-style: normal;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: 50% 50%;
    position: relative;
}
.seocart_Product .chooseCategoryContainer > li > a span {
    z-index: 2;
    position:relative;
}
.seocart_Product .chooseCategoryContainer > li > a:before {
    content:'';
    width:100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    background-color: rgba(255,255,255,0.66);
    z-index: 1;
}
/*.seocart_Product .chooseCategoryContainer > li a:after {
    display:block;
    font-family: FontAwesome; 
    content: "\f0c9";
    color:#000;
    position: absolute;
    right:10px;
    top:5px;
    pointer-events: none;
    z-index: 2;
}*/
.seocart_Product .chooseCategoryContainer li ul.productsWrapper {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.2s ease-in-out;
    display:flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.seocart_Product .chooseCategoryContainer li.show ul.productsWrapper {
    visibility: visible;
    opacity: 1;
    height:420px;
}
.seocart_Product .chooseCategoryContainer.free li.show ul.productsWrapper {
    height:500px;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.imageContainer {
    width:400px;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer {
    width: calc(100% - 400px);
    position: relative;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .paddles {
    display:none;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5em;
    background: rgba(100,100,100,0.1);
    color: #000;
    border: none;
    box-shadow: none;
    outline:none;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .paddle i {
    color:#000;
    font-size:32px;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .left-paddle {
    left: 0;
    padding-right: 0;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .right-paddle {
    right: 0;
    padding-left: 0;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .paddle.hidden {
    display: none;
}

.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer ul {
    overflow-x: scroll;
    margin:0.5rem;
    padding:0.25em 1rem;
    display:flex;
    list-style-type: none;
    background:rgb(255,255,255);
}
/* TWO ROWS START */
body .seocart_Product .chooseCategoryContainer li.show ul.productsWrapper {
    height: 580px;
}
body .seocart_Product .chooseCategoryContainer.free li.show ul.productsWrapper {
    height: 550px;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer ul {
    margin: 0;
    padding: 0.25rem 0;
    flex-direction: column;
    overflow-y: hidden;
    flex-wrap: wrap;
    white-space: nowrap;
    height: 540px;
    margin-left: 1rem;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li {
    min-width: auto;
    width: 190px;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.25rem;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .productCta {
    text-align: center;
}
#content p.productName {
    margin: 0.5rem 0;
    font-size: 95%;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .sizes ul li {
    width:auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
body .seocart_Product .chooseCategoryContainer.free li ul.productsWrapper li.productContainer ul {
    height: 550px;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .sizes ul {
    height: auto;
    flex-direction: row;
}
body .seocart_Product .chooseCategoryContainer.free li.show ul.productsWrapper {
    height: 600px;
}
@media only screen and (max-width: 1000px){
    .seocart_Product .productStampIcons .stamp{
		padding: .5em;
	}
}
@media only screen and (max-width: 767px){
    body .seocart_Product .chooseCategoryContainer li.show ul.productsWrapper {
        height:420px;
    }
    body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer ul {
        flex-direction: row;
        height: auto;
        flex-wrap: nowrap;
        white-space: normal;
        padding-left:0;
        padding-right: 0;
    }
    body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li {
        width: 250px;
        min-width: 250px;
        padding-left: 0;
        padding-right: 0;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.imageContainer {
        text-align: center;
    }
    body .seocart_Product .chooseCategoryContainer.free li ul.productsWrapper li.productContainer ul {
        height: auto;
    }
    body .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li img {
        padding:0;
    }
    body #content p.productName {
        font-size: 120%;
    }
    .seocart_Product .productStampIcons .stamp{
		width: 33.33%;
		padding: .5em 5%;
	}
	.seocart_Product .productStampIcons{
		padding: 1.5em 0;
	}
}
/* TWO ROWS END */

/* PRODUCT INFO START */
.productContainer .productInfo {
    text-align: right;
}
.productContainer .productInfo a {
    background-color:rgba(238,0,0,1);
    color:rgb(255,255,255);
    display:inline-block;
    padding:0.15rem 0.5rem;
    margin-top:0.5rem;
    transition: 0.2s all ease-in-out;
}
.productContainer .productInfo a:hover {
    background-color:rgba(238,0,0,0.8);
}
div#productInfoContainer {
    position: absolute;
    top: 0;
    z-index: 999999;
    background: #FFF;
    /* left: -400px; */
    text-align: center;
    box-shadow: 1px 1px 1px #CCC;
    transform: translate3d(-200px, -50px, 0);
    padding: 0.5rem 1rem;
    opacity:0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
div#productInfoContainer.show {
    opacity:1;
    visibility: visible;
}
div#productInfoContainer .productInfoContainerInner {
    position: relative;
}
div#productInfoContainer .productInfoContainerInner .close {
    position: absolute;
    right:-5px;
    top:-15px;
    font-size: 18px;
    color:#313131;
    cursor: pointer;
}
/* PRODUCT INFO END */

/* SINGLE STACK PRODUCT START */
body .seocart_Product .chooseCategoryContainer li.show ul.productsWrapper.single,
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer ul {
    height: 440px;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer ul {
    overflow: hidden;
}
.productsWrapper.single .imageContainer {
    display:none;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer ul {
    margin-left:0;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer {
    width:100%;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer li {
    width:100%;
    max-width: none;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single .productCta {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single .productSingleInfo {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 400px);
    white-space: normal;
    padding-left: 1rem;
    padding-right: 1rem;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer li:before {
    left:370px;
    right:auto;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer li .productControls {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer li:hover, 
body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer li.selected {
    box-shadow:none;
    -webkit-box-shadow:none;
}
@media only screen and (max-width: 830px){
    body .seocart_Product .chooseCategoryContainer li.show ul.productsWrapper.single,
    body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer ul {
        height: auto;
    }
}
@media only screen and (max-width: 767px){
    body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single .productSingleInfo {
        width:100%;
    }
    body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single .productCta {
        width:100%;
        max-width: none;
        text-align: center;
    }
    body .seocart_Product .chooseCategoryContainer li ul.productsWrapper.single li.productContainer li:before {
        left:auto;
        right: 5px;
    }
    .productContainer .productInfo {
        text-align: center;
    }
    div#productInfoContainer {
        transform: translate3d(0,0,0);
    }
}
/* SINGLE STACK PRODUCT END */

.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li {
    min-width:200px;
    max-width:200px;
    display:inline-block;
    padding:1rem;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li .productControls {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: space-between;
    font-size:14px;
    height: 0;
    position: relative;
    z-index: 1;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.selected .productControls {
    visibility: visible;
    opacity: 1; 
    height: auto;
}
.seocart_Product .quantityInput a {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    text-align: center;
    font-size:14px;
    color:#000000;
}
body .seocart_Product .productDetails input[type="number"] {
    max-width:50px;
    text-align: center;
}
.seocart_Product .quantityInput a.quantityDecrease {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.seocart_Product .quantityInput a.quantityDecrease.show {
    visibility: visible;
    opacity: 1;
}
.seocart_Product .quantityInput a.quantityIncrease {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.seocart_Product .quantityInput a.quantityIncrease.hide {
    visibility: hidden;
    opacity: 0;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li .productControls .remove a:before {
    content:'\f00d';
    font-family:FontAwesome;
    display:inline-block;
    padding:1px 5px 0 0;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li .productControls input {
    text-align: center;
    padding:3px 5px;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li .productControls > div {
    display:inline-block;
    vertical-align: top;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li .productAddToCart {
    text-align: center;
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: opacity 0.2s ease-in-out;
    position: relative;
    z-index: 2;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.selected .productAddToCart {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.hasSizes p.productName {
    margin-bottom: 0;
}
#content .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.hasSizes p.productSizes {
    margin:0;
    font-size:90%;
    color:#777;
    padding-bottom: 1rem;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .sizes ul {
    text-align: center;
    justify-content: center;
    overflow: hidden;
    font-size: 20px;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .sizes ul li {
    min-width: auto;
    max-width: none;
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%, rgba(241,241,241,1) 5%, rgba(245,245,245,1) 50%, rgba(241,241,241,1) 95%, rgba(232,232,232,1) 100%);
    border: 1px solid rgba(232,232,232,1);
    margin: 0 0.5rem;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .sizes ul li:before {
    width: auto;
    height: auto;
    font-size: 16px;
    padding-left: 0px;
    padding-top: 0px;
    font-family: FontAwesome;
    /*content: '\f00c';*/
    content: '\f058';
    background: none;
    color: rgba(238,0,0,1);
    top: -4px;
    right: -1px;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li:hover,
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.selected {
    -webkit-box-shadow: 0 2px 20px -5px rgba(0,0,0,.4);
    box-shadow: 0 2px 20px -5px rgba(0,0,0,.4);
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li:before {
    content: '1';
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(238,0,0,1);
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-left: 16px;
    font-size: 32px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    box-sizing: border-box;
}
.seocart_Product .chooseCategoryContainer.free li ul.productsWrapper li.productContainer li:before {
    padding-left:20px;
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li:before {
    /*content:attr(data-product-quantity);*/
    content:attr(data-product-current);
}

.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.selected:before {
    opacity: 1;
    visibility: visible;
    transform:scale(1.1) translateY(-1px);
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.hasSizes:after {
    content: 'Select size below.';
    box-sizing: border-box;
    color: red;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    text-align: center;
    width: calc(100% - 2rem);
}
.seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li.hasSizes.selected:after {
    opacity: 1;
    visibility: visible;
    transform:scale(1.1) translateY(-1px);
}

.seocart_InStockMessage,
.seocart_outOfStockMessage {
    font-size:70%;
}
.seocart_Product .productDetails input[type="text"],
.seocart_Product .productDetails input[type="number"],
.seocart_Product .productDetails select {
    max-width:230px;
    color: #242424;
    padding:4px;
}
.seocart_Product .seocart_ProductQuantity {
    display: inline-block;
    position:relative;
    margin-right:18px;
    margin-top: 20px;
    margin-bottom:10px;
}
.seocart_Product .seocart_ProductQuantity .quantity-change {
    position:absolute;
    right:0;
    width:18px;
    height:50%;
    border:1px solid #efefef;  
    text-align:center; 
    text-shadow:none;
    color:#000;
}
.seocart_Product .seocart_Product_ManualSubscription {
    padding:1em 0;
}
.seocart_Product .seocart_Product_ManualSubscription input {
    width:20px;
    height:20px;
    font-size:20px;
    vertical-align:top;
    display:inline-block;
}
#modifyManualSubscriptionStatus {
    background:#FFF;
    padding:0.5em;
}
.seocart_Product .seocart_ProductQuantity .quantity-change.quantity-inc {
    top:0;
}
.seocart_Product .seocart_ProductQuantity .quantity-change.quantity-dec {
    bottom:0;
}
.seocart_Product .seocart_ProductQuantity .quantity-change.quantity-inc:before {
    display:block;
    font: 90%/1em FontAwesome; 
    content: "\f106";    
}
.seocart_Product .seocart_ProductQuantity .quantity-change.quantity-dec:before {
    display:block;
    font: 90%/1em FontAwesome; 
    content: "\f107";    
}
.seocart_Product .seocart_ProductAttributeContainer.selectbox {
    height:0;
    visibility: hidden;
    margin: 0 !important;
}
.selectBoxContainer {
    margin:0.25rem 0 1rem 0;
}
.selectBoxContainer .selectBox {
	font-size: 100%;
    display:inline-block;
	text-align: center;
    color:#FFF;
    font-weight: bold;
    background-color:rgba(8, 109, 177,0.8);
    border:3px solid #FFF;
    transition: border-color,background-color 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    border-radius: 1em;
	padding: 0.25em .5em;
	line-height: 1.2;
	min-width: 6.8em;
}
.selectBoxContainer .selectBox:hover{
	opacity: .6;
}
.selectBoxContainer .selectBox.selected {
    border-color:#313131;
    background-color:rgba(8, 109, 177,1);
}
.selectBoxContainer .selectBox .strenthTxt{
	text-transform: uppercase;
	font-size: 75%;
	display: block;
	font-weight: normal;
}
#content .selectBoxContainer .selectBox.strength-light{
	background: #2AA542;
}
#content .selectBoxContainer .selectBox.strength-mild{
	background: #3871C2;
}
#content .selectBoxContainer .selectBox.strength-medium{
	background: #8D188F;
}
#content .selectBoxContainer .selectBox.strength-strong{
	background: #ED1C24;
}
#content .selectBoxContainer .selectBox.strength-xtra{
	background: #F2511B;
}

.seocart_Product_container.siteWidth{
	max-width: 1000px;
	margin: 0 auto;
}
.seocart_Product .quantityInput{
    display: inline-block;
 }
.seocart_Product .seocart_Product_AddToCartContainer {
    display:inline-block;
    padding:10px 0;
}
.seocart_Product #hover-zoom-image {
    z-index:999999;
}
.seocart_Product #product-reviews {
    padding:15px 0;
}
.product-reviews-inner {
    padding: 0 0.5rem;
}
.seocart_Product #product-reviews .review h2 {
    font-size:12px;
}
.seocart_Product .relatedProductsContainer {
    padding:15px 0;
    white-space: nowrap;
    margin-bottom: 2em;
}
.seocart_Product .relatedProductsHeader{
	text-align: center;
	text-transform: uppercase;
	color: #171110;
	margin-top: 2em;
}
.seocart_Product .relatedProductsContainer .relatedProduct {
    display:inline-block;
    vertical-align:top;
    width: 23%;
    margin: 0 1%;
    padding:1%;
    box-sizing:border-box;
    text-align:center;
    border: 1px solid #171110;
    border-radius: 1em;
}
.seocart_Product .relatedProductsContainer .relatedProduct .relatedProductImage {
    height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.seocart_Product .relatedProductsContainer .relatedProduct .relatedProductName a {
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
    color: #777;
    padding: 0.5rem;
    display: block;
    white-space: normal;
}
.seocart_Product .relatedProductsContainer .relatedProduct .relatedProductName a:hover {
    color:#808080;
}
.seocart_Product .relatedProductsContainer .relatedProductName.blackLink{
	min-height: 4em;
}
.seocart_Product .seocart_WishListButtonWrapper input {
    background:none;
    border:none;
    outline:none;
    color:#888;
    font-weight:400;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
}
.seocart_Product .seocart_WishListButtonWrapper input:hover {
    color:#333;
}
.seocart_Product .seocart_WishListButtonWrapper:before {
    display:inline-block;
    vertical-align:middle;
    font: 100%/1em FontAwesome;
    content:"\f004";   
}
.seocart_Product .relatedProductsTable td {
    border:none !important;
    
}
.seocart_Product .relatedProductsTable .seocart_PricingContainer {
    text-shadow: 1px 1px 3px #ef4923;
}
.seocart_Product .seocart_Product_AddToCartContainer input.button {
    color:#000;
    text-transform:uppercase;
    background-color:#ef4923;
    padding:1em;
    border:none;
    transition:background 0.2s ease-in;
}
.seocart_Product .seocart_Product_AddToCartContainer input.button:hover {
    background:#f26f53;
}
.seocart_Product button.buy{
    padding: 0.4rem 0.5rem;
    font-size: 14px;
}
button.buy span:before {
    content: '\f217';
    font-family: FontAwesome;
    position: relative;
    font-size: 22px;
    margin-right: 10px;
    display:inline-block;
}
button.buy.loading span:before {
    content:'\f1ce';
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* cart custom tabs style */
.seocart_Tabs{
	padding: 0 5em;
}
.seocart_Tabs > ul.ui-tabs-nav{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 170%;
	list-style: none;
}
.seocart_Tabs > ul.ui-tabs-nav > li.ui-state-default{
	display: inline-block;
	width: 23%;
	margin: 0 1%;
}
.seocart_Tabs > ul.ui-tabs-nav > li.ui-state-default > a.ui-tabs-anchor{
	background: #dcdcdc;
	color: #231F20;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	border-radius: .5em;
	padding: .25em;
}
.seocart_Tabs > ul.ui-tabs-nav > li.ui-tabs-active > a.ui-tabs-anchor{
	background: #231F20;
	color: #dcdcdc;
}
.seocart_Tabs > div.ui-tabs-panel{
	padding: .5em;
}
.seocart_Tabs > div.ui-tabs-panel h2,
.seocart_Tabs > div.ui-tabs-panel h3{
	margin-bottom: .25em;
	color: #71d0ff;
}
.seocart_Tabs > div.ui-tabs-panel p{
	margin: .25em 0
}
.seocart_Tabs table,
.seocart_Tabs table tr,
.seocart_Tabs table td{
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
@media only screen and (max-width: 1400px){
	.seocart_Tabs > ul.ui-tabs-nav{
		font-size: 150%;
	}
}
@media only screen and (max-width: 1000px){
	.seocart_Tabs > ul.ui-tabs-nav{
		font-size: 130%;
	}
	.seocart_Tabs{
		padding: 0em;
	}
}
@media only screen and (max-width: 600px){
	.seocart_Tabs > ul.ui-tabs-nav{
		font-size: 110%;
	}
}

/* rate product */
form[name=rate_product] table{
    max-width: 600px;
}

/* checkout */
.checkoutStepsHeaderImage img{
    max-width: 500px !important;
}
.seocart_CartTermsSecurity img{
    padding: .5em;
    display: inline-block;
}
#content .seocart_CartTermsSecurity {
    font-size: 85%;
}
.seocart_Cart_TableRow_Subtotal{
    font-size: 125%;
}
.seocart_Checkout select[name="shipping_select"]{
    margin-left: 29%;
}
#additional_shipping input,
#additional_shipping select{
    background: #fff;
}
#promo-items em{
    display: block;
    font-size: 115%;
    font-weight: bolc;
    border-top: 1px solid #ccc;
    margin-top: 1em;
    padding-top: 1em;
    background: #f0f0f0;
    padding: .5em .5em 0 .5em;
}
#promo-items table{
    width: 100%;
}
#promo-items td{
    text-align: center;
    padding: .5em;
    font-size: 95%;
    border: 1em solid #f0f0f0;
}
#promo-items .price{
    font-weight: bold;
}
#promo-items .buy{
    display: none;
}
.verifyLogin_content td{
    padding: .1em;
}
.shoppingCartPriceTable{
    font-size: 115%;
}

/* cart account pages */
.seocart_Account .accountHeader{
    padding-left: 0;
}
.seocart_Account .accountHeader li a{
    color: rgba(238,0,0,1);
    text-decoration: none;
}
.seocart_Account .accountHeader li a:hover{
    background: none;
    color: #6C0000;
}
.seocart_Account .accountHeader li.menu ul{
    top: 100%;
}
.seocart_Account .write-review{
    float: none;
}


/* cms forms */
::placeholder {
    opacity:1;
    color:#CCC;
}
:-ms-input-placeholder {
    color:#CCC;
}
::-ms-input-placeholder {
    color:#CCC;
}
#content .MessageSection_Container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 3rem 0;
}
#content .MessageSection_Container .Message_Description1 {
    width: auto;
    flex: 0 0 40%;
}
#content .MessageSection_Container .MessageForm_InputItem {
    width:50%;
}
#content .MessageSection_Container .MessageForm_InputItem.MessageForm_MessageTextItem,
#content .MessageSection_Container .MessageForm_Buttons { 
    width:100%;
    text-align: left;
}
#content .MessageSection_Container .MessageForm_InputItem.MessageForm_MessageTextItem textarea {
    width:97.5%;
    height:200px;
}
#content .MessageSection_MessageForm{
    max-width: 600px;
    font-size: 120%;
    border: none;
    background: none;
    padding-top: .5em;
    border-radius: 5px;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 45%;
}
#content .MessageSection_MessageForm .inputText,
#content .MessageSection_MessageForm #Message_Phone.inputText {
    background: #fff;
    font-size: 100%;
    min-width: 0;
    vertical-align: top;
    border-radius: 0;
    width: 95%;
    padding: 0.5rem;
    max-width: none;
}
#content #Message_Phone{
    width: 95%;
    max-width: 220px;
}
#content .MessageSection_MessageForm .inputFile{
    font-size: 80%;
    border: none !important;
}
#content .MessageSection_MessageForm .MessageForm_Buttons input{
    font-size: 100%;
}


/* etc */
div .ContentType_ImageGallery_summary img{
    border: none;
    box-shadow: 0 0 4px rgba(0,0,0,.55);
    padding: 0;
    
    -webkit-transition: box-shadow .25s;
    -moz-transition: box-shadow .25s;
    transition: box-shadow .25s;
}
div .ContentType_ImageGallery_summary img:hover{
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
#content .ad-gallery{
    margin: 1em auto 2em;
}
div.ad-gallery{
    border: 3px solid #1A1A1A;
    padding: 2px;
    box-shadow: 0 0 1px rgba(0,0,0,.5);
    background: #f3f3f3;
}
div.ad-controls{
    padding: .5em;
}
div.ad-gallery .ad-image-description strong{
    color: #222;
    text-align: center;
}
div.ad-gallery .ad-thumbs li a.ad-active img{
    border: 3px solid rgba(238,0,0,1);
}
#content .ad-gallery img{
    width: auto;
}

.StreamingMedia_container{
    padding-bottom: 3em;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* sitemap (and "/shop" page) */
.cms_sitemap_wrap > ul{
    margin: 0;
    padding: 0;
    background: #f2f2f2;
}
.cms_sitemap_wrap > ul > li{
    background: transparent linear-gradient(to bottom, #FCFCFC 0%, #F2F2F2 4em) repeat scroll 0% 0%;
    margin: 0;
    padding: 1em;
    border-top: 1px solid #eee;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.cms_sitemap_wrap > ul > li > a{
    font-size: 115%;
}
.cms_sitemap_wrap ul ul{
    margin: 0 0 0 .5em;
    padding: 0;
}
.cms_sitemap_wrap ul ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    background: url('/cirkuit/includes/images/bullets/greyBullet.gif') 9px .7em no-repeat;
    padding: .15em .25em .15em 19px;
}
.cms_sitemap_wrap ul ul li a{
    color: #333;
    font-size: 90%;
}
.cms_sitemap_wrap ul ul li a:hover{
    color: #6C0000;
}

/* limit lightbox width */
#lightbox-container-image-data-box,
#lightbox-image,
#lightbox-container-all{
    max-width: 800px;
}
#lightbox-container-image-box{
    max-width: 820px;
}
#lightbox-container-image,
#lightbox-container-image-box{
    height: auto !important;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext{
    height: 150px !important;
}
#lightbox-container-image-box{
    min-height: 150px;
}
#lightbox-container-image:before,
#lightbox-container-image:after {
    content: " ";
    display: table;
}
#lightbox-container-image:after {
    clear: both;
}

/* site (non-cart) responsive rules */
@media only screen and (max-width: 1705px) {
    
    .home .homeBanners img {
        max-width: 100% !important;
        width: auto !important;
        
    }
    .pageWidth {
        width:100%;
    }
	.seocart_Category_titlebar,
	.seocart_Subcategory_titlebar,
	.seocart_Product_titlebar{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	#content .seocart_Category_ImageWrapper img {
	  width: 100%;
	  margin-left: 0;
	}
}
@media only screen and (max-width: 1680px){
    
    /* homepage */
    .home #content table.cms_FeaturedProducts_list{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .home .ContentType_ImageGallery_galleryContainer .responsive-gallery{
        height: 40vw !important;
    }
}
@media only screen and (max-width: 1500px){
	.headerTop nav ul li a{
		min-width: 0;
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media only screen and (max-width: 1300px){
	.navWrap{
		width: 100%;
	}
	.headerTop nav ul li a{
		padding-left: .75em;
		padding-right: .75em;
	}
	.headerTop .logo .logoTxt{
		font-size: 3vw;
	}
	.headerTop nav ul ul{
		padding-left: .25em;
		padding-right: .25em;
	}
	.headerTop nav ul li .seocart_NavigationImage{
		max-width: 35%;
	}
	.headerTop nav ul ul li a{
		padding-bottom: 1.7vw;
		font-size: 2vw;
	}
	.headerTop nav ul .shopByPrice ul li a{
		font-size: 3.6vw;
	}
	.headerTop nav ul .shopByNeed li:nth-child(7) > a,
	.headerTop nav ul .shopByCategory li:nth-child(7) > a,
	.headerTop nav ul .shopByNeed ul li:nth-child(8) > a,
	.headerTop nav ul .shopByFlavor li.apple > a,
	.headerTop nav ul .shopByFlavor li.peanut > a{
		padding: .35em;
	}
	
	.scrolld .headerTop .logo{
		margin-top: .4vw;
	}
}
@media only screen and (max-width: 1150px){
	.headerTop nav ul li a{
		font-size: 95%;
		margin: 2.2em 0;
	}
	.headerTop .lowerNav {
		margin-top: 2.1em;
	}
	.headerTop .btnNav .button{
	}
	.scrolld .headerTop .logo{
		margin-top: .1em;
	}
	.scrolld .headerTop .lowerNav{
		margin-top: .8em
	}
	
	.headerTop nav ul li .seocart_NavigationImage{
		margin-top: 1vw;
	}
}
@media only screen and (max-width: 1050px){
	.headerTop .socl .soclIco{
		margin-top: .25em;
	}
	.headerTop nav ul li a{
	}
	.headerTop nav > ul > li > ul{
		font-size: 100%;
	}
	.headerTop .telephone a{
		font-size: 120%;
	}
	.headerTopBar .socials ul li{
		margin-left: 1em;
		margin-right: .25em;
	}
	.headerTop nav ul ul{
		left: 0;
		min-width: 14em;
	}
	.headerTop nav ul ul li{
		overflow:visible;
	}
}
@media only screen and (max-width: 1024px){ 
    body #content .MessageSection_Container {
        display:block;
    }
    body #content .MessageSection_MessageForm {
        max-width: 100%;
        padding: 0;
    }

}
@media only screen and (max-width: 990px){
   .headerTop.pageWidth{
		padding: 0;
	}
	.headerTop nav ul ul{
		box-shadow: none;
	}	
	.headerTop .navWrap{
		padding: 0;
	}
	.headerTop .logo{
		padding-left: .25em;
		margin: .25em 0;
	}
	.headerTop .logo .logoImg{
		max-width: 50px
	}
	.headerTop .logo .logoTxt{
		font-size: 150%;
		margin-left: 0;
	}
	.headerTop .lowerNav{
		padding-right: .25em;
		margin-top: 1em;
	}
	.headerTop .btnNav .button,
	.headerTop ul.btnNav li{
		margin-right: .15em;
	}
	.headerTop nav{
		clear: both;
		background: #ebebeb;
		padding: .25em 0;
	}
	.headerTop nav ul{
		margin: 0;
	}
	.headerTop nav ul li{
		width: 25%;
		text-align: center;
	}
	.headerTop nav ul.mainNav > li{
		float: left;
		padding: 0 .1em;
	}
	.headerTop nav ul li a{
		margin: 0;
		min-width: 0;
		max-width: 21em;
		width: 100%;
		margin: 0 auto;
		padding-left: .25em;
		padding-right: .25em;
	}
	.headerTop nav .navIconWrap{
		max-height: 70vh;
		max-height: calc(100vh - 110px);
		overflow: auto;
	}
	.scrolld .headerTop nav ul li a{
		margin: 0 auto;
	}
	.scrolld .headerTop nav .navIconWrap{
		max-height: 75vh;
		max-height: calc(100vh - 95px);
	}
	
	#content{
		margin-top: 7.5em;
	}
        
    .cms-cover-image{
        height: 115px;
    }
    
    /* sidebar */   
    .sidebar{
        font-size: 80%;
        width: 170px;
    }
    .contentWithSidebar{
        margin-left: 170px;
    }
    
    #content p{
        font-size: 100%;
    }
    
    /* homepage */
    .home #content table.cms_FeaturedProducts_list{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home .cms_FeaturedProducts td:nth-child(5){
        display: none;
    }
    .home #content .cms_ImageGallery ul.thumbs li{
        width: 32%;
        max-width: none;
    }
    .home #content .cms_ImageGallery ul.thumbs li .hoverBox{
        width: 170%;
    }
    
    .shop .cms_FeaturedProducts td:nth-child(4){
        display: none;
    }

    /* category pages */
    .seocart_ProductWrapper {
        width:49%;
    }
    
    /* sitemaps & shop */
    .cms_sitemap_wrap > ul > li{
        width: 33.333%;
    }

}
@media only screen and (max-width: 800px){
    /* homepage */
    .home .cms_FeaturedProducts td:nth-child(4){
        display: none;
    }
}
@media only screen and (max-width: 768px){
    /* homepage */
    .home #content table.cms_FeaturedProducts_list{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .home .ContentType_ImageGallery_galleryContainer .responsive-gallery{
        height: 90vw !important;
        margin: 0;
        width: 100%;
    }
    #ImageGallery5.ContentType_ImageGallery_galleryContainer .responsive-gallery{
        height: 75vw !important;
    }
    body .seocart_Category_ImageWrapper {
        overflow: hidden;
    }
    #content .seocart_Category_ImageWrapper img{
    	width: 200%;
    	margin-left: -50%;
    	max-width: none !important;
    }

    .category-promotions {
        margin-top:0.5rem;
        margin-bottom:0.5rem;
    }
    .category-promotions figure {
        margin:0 0.5rem;
    }
    .homepageArticles {
        overflow-x: scroll;
    }
    .ContentType_SubPageList_list {
        /*flex-wrap: nowrap;*/
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home .ContentType_SubPageList_list {
        flex-wrap: wrap;
    }
    .ContentType_SubPageList_listCell {
        margin-left:0;
        width:46%;
    }
    .motto{
        display: none;
    }
    
    footer section.first{
        width: 100%;
        padding-bottom: 3em;
    }
    footer section.second{
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        padding-top: 0;
    }
    
    .sidebar{
        display: none;
    }
    .contentWithSidebar{
        margin-left: 0;
        padding-left: 0;
    }
    
    
    h1{
        font-size: 125%;
    }
    h2{
        font-size: 110%;
    }
    h3{
        font-size: 100%;
    }
    
    /* product page */
    .seocart_Product h1,
    .seocart_Product h2 {
        font-size:175%;
    }
    
    .seocart_Product .productLeftColumn,
    .seocart_Product .productRightColumn {
        margin: 0;
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .seocart_Product .prodName{
    	max-width: 90%;
    }
    .seocart_Product .productLeftColumn{
    	text-align: center;
    }
    .seocart_Product h1{
    	display: block;
    	padding: .25em;
		margin: 1em 0 0;
    }
    .seocart_Product .relatedProductsContainer .relatedProduct {
        width:48%;
    }
    .seocart_Product .relatedProductsContainer .relatedProduct:nth-child(n+3){
    	display: none;
    }
    .seocart_Product .relatedProductsContainer .relatedProduct .relatedProductImage {
        height: 205px;
    }

    /* stacks */
    .seocart_Product .productDetails .seocart_ProductAttributeContainer h2 {
        margin-top:2rem;
    }
    body .seocart_Product .chooseCategoryContainer li.show ul.productsWrapper {
        flex-wrap: wrap;
        height: auto;
    }
    body .seocart_Product .chooseCategoryContainer.free li.show ul.productsWrapper {
        height:auto;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.imageContainer,
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer {
        width: 100%;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .paddles {
        display:block;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer ul {
        margin:0 auto;
        padding:0 0 1rem 0;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li {
        margin-left:0.25rem;
        margin-right:0.25rem;
        padding-top:0.25rem;
        padding-bottom:0.25rem;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li:first-child {
        margin-left: 0;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li:last-child {
        margin-right: 0;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li img,
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li p {
        padding-left:1rem;
        padding-right:1rem;
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer li:before {
        width: 40px;
        height: 40px;
        top: 4px;
        right: 2px;
        font-size:24px;
        
    }
    .seocart_Product .chooseCategoryContainer li ul.productsWrapper li.productContainer .sizes ul li:before {
        width:10px;
        height: 10px;
    }
    .relatedProductsHeader {
        font-size:16px;
    }
}
@media only screen and (max-width: 600px){
	.headerTop nav ul li .seocart_NavigationImage{
		max-width: 35px;
		margin: .25em .5em 0 1.5em;
		float: left;
	}
	.headerTop nav ul li .seocart_NavigationImage a{
		padding: 0;
	}
	.headerTop nav ul ul{
		padding: 0;
	}
	.headerTop nav .shopByFlavor ul li,
	.headerTop nav ul ul li{
		width: auto;
		margin: 0;
		display: block;
		border-radius: 0;
		clear: both;
		padding: 0;
		border: none;
		margin-top: 1px;
	}
	.headerTop nav ul .shopByCategory li:nth-child(7) > a,
	.headerTop nav ul .shopByNeed li:nth-child(7) > a,
	.headerTop nav ul .shopByNeed ul li:nth-child(8) > a,
	.headerTop nav ul .shopByFlavor li.apple > a,
	.headerTop nav ul .shopByFlavor li.peanut > a,
	.headerTop nav ul .shopByPrice ul li a,
	.headerTop nav ul ul li a{
		padding: .5em 0;
		display: block;
		font-size: 140%;
		max-width: none;
		text-align: left;
	}
	.headerTop nav ul .shopByPrice ul li a{
		padding-left: 1em;
	}
	.headerTop nav ul .shopByPrice ul li a .priceRange{
		display: inline;
	}
	.headerTop nav ul .shopByPrice ul li a .priceIcon{
		display: none;
	}
	
    /* homepage */
    .home .cms_FeaturedProducts tr:nth-child(2){
        display: none;
    }
    .home .cms_SocialMedia_posts .post {
        display:block;
    }
    .cms_SocialMedia_posts .post .postImage {
        margin:0 auto;
    }
    .home .cms_SocialMedia_posts .post .postDescription {
        width:100%;
        padding-top:1em;
    }
    .seocart_Product > form > table > tbody > tr:nth-child(2) td p{
        margin-top: 0;
    }
    .seocart_Product h2.category{
        float: none;
    }
    
    table.events th{
        display: none;
    }
    table.events td{
        border: none;
        padding: .25em;
    }
    footer section.second {
        width:100%;
        text-align: center;
    }
}
@media only screen and (max-width: 500px){
	.headerTop nav ul.mainNav > li > a{
		font-size: 85%;
	}
    
    /* homepage */
    .home #content .cms_ImageGallery ul.thumbs li{
        width: 49%;
        margin:0 0.5%;
        padding:1em;
    }
    .home #content .cms_ImageGallery ul.thumbs li .hoverBox{
        display: none !important;
    }
    
    .shop .cms_FeaturedProducts td:nth-child(3){
        display: none;
    }
    
    /* sitemaps & shop */
    .cms_sitemap_wrap > ul > li{
        width: 50%;
    }

    .ContentType_SubPageList_list {
        padding-left:1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 485px){
	.headerTop .account{
		display: none;
	}
	
    #content .ContentType_SubPageList_listCell {
        width:100%;
    }

    /* category page */
    .seocart_ProductWrapper {
        width:100%;
    }

    .manualDiscountApplied {
        margin-top:10px;
    }
}
@media only screen and (max-width: 450px){
    .headerTopBar .cartLinks ul li a{
		padding-right: 0;
	}
	.headerTopBar .cartLinks ul li.cart a{
		padding-left: 20px;
	}
	.headerTopBar .cartLinks ul li.account a{
		padding-left: 25px;
	}
	.headerTopBar .cartLinks ul li a span{
		display: none;
	}
	.headerTop .telephone a{
		background: none;
		padding-left: 0;
	}
    
    #product-reviews > h2 > a.write-review{
        font-size: 80%;
        padding-top: .25em;
    }

    .home #content .cms_FeaturedProducts td {
        margin: 0.25rem;
        width: 47% !important;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
    }
    .home #content table.cms_FeaturedProducts_list {
        padding-left:0;
        padding-right:0;
    }
}
@media only screen and (max-width: 430px){
	ul.mainNav .shopByTxt{
		display: none;
	}
}
@media only screen and (max-width: 400px){
    #content{
        font-size: 85%;
		margin-top: 9em;
    }
    .headerTop .telephone a{
		font-size: 80%;
	}
}
@media only screen and (max-width: 350px){
	#content{
		font-size: 85%;
		margin-top: 11.8em;
	}
	.headerTop .logo{
		margin: .25em;
		float: none;
		text-align: center;
		padding-left: 0;
	}
	.headerTop .lowerNav{
		float: none;
		text-align: center;
		margin: 0;
		padding: 0 0 .5em;
	}
	.headerTop .btnNav .button,
	.headerTop ul.btnNav li{
		margin-right: .5em;
	}
	.headerTop nav ul li a{
		font-size: 80%;
	}
	.scrolld .headerTop .lowerNav{
		max-height: 0px;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
}
@media only screen and (max-width: 300px){
    /* sitemaps & shop */
    .cms_sitemap_wrap > ul > li{
        width: 100%;
    }
    
    #product-reviews > h2 > a.write-review{
        display: none;
    }
}
@media only screen and (max-width: 275px){
}


/* cart responsive rules */
@media only screen and (max-width: 800px){
    #promo-items table.product-list td:nth-child(5){ /*related items */
        display: none;
    }
}
@media only screen and (max-width: 600px){
    #promo-items { /*related items */
        display: none;
    }
    
    .paymentMethodsCell{
        border-left: 0;
    }
    table.seocart_SubcategoryTable td{
        border-right: none !important;
    }
    table.seocart_CategoryTable > tbody > tr > td{
        border: none !important;
        border-top: 1px dashed #ccc !important;
    }
    .seocart_Category_wrapper table.categoryProducts > tbody > tr > td{
        border: none !important;
        border-bottom: 1px dashed #ccc !important;
    }
    .seocart_Category_wrapper table.categoryProducts > tbody > tr > td:last-child{
        border-bottom: none !important;
    }
    td.seocart_SubcategoryTable_Name{
        padding: .25em 0 !important;
    }
    
    table.seocart_ProductTemplate2_PriceContainer{
        margin: 0;
        text-align: center;
    }

    .seocart_ProductTemplate2_PriceContainer table{
        width: 100%;
    }
    table td,
    table.seocart_SubcategoryTable td.product_image,
    table.seocart_ProductTemplate2_PriceContainer tr td.description{
        box-sizing: border-box;
        width: 100% !important;
        padding: .5em 0; 
        display: block;
    }
    table td.ContentType_SubPageList_listCell{
        padding: 0;
        text-align: left;
    }
    #content #main-results td.search-item-grid,
    table.product-list td{
        border-right: none;
        margin-bottom: 2em !important;
        padding: 1em !important;
    }
    .seocart_Product .description table{
        width: 100% !important;
    }
    .seocart_Product .description table td,
    .seocart_Product .productAdditionalImagesTable td {
        display: table-cell;
        width: auto !important;
    }
    .seocart_Product .description ol,
    .seocart_Product .description ul{
        text-align: left;
    }
    table tr td input.seocart_ProductQuantityInput{
        max-width: 50px !important;
    }
    table.seocart_Cart_Table_ShippingCalculator{
        width: auto !important;
    }
    .shoppingCartItemsCellImage img{
        max-width: 300px;
        width: 75%
    }
    .shoppingCartItemsCellItem{
        font-size: 100%;
        padding: 0;
        line-height: 1.2em;
    }
    .shoppingCartItems .shoppingCartItemsHeader,
    .shoppingCartItems .shoppingCartItemsCellEach{
        display: none;
    }
    table tr.shoppingCartItemsSeparator td{
        padding: 0;
    }
    .shoppingCartItemsCellEach,
    .shoppingCartItemsCellTotal{
        padding-top: 0;
    }
    .shoppingCartItemsCellQty{
        padding-top: 0;
    }
    .shoppingCartItemsCellQty:before{
        content: 'Quantity: '
    }
    .seocart_CartCheckoutButtonContainer,
    .seocart_CheckoutButtonContainer,
    .seocart_VerifyCheckoutButtonContainer{
        text-align:center;
    }
    .seocart_Cart table td,
    .seocart_Cart table tr,
    .seocart_Checkout table td,
    .seocart_Checkout table tr,
    .seocart_OrderResults table td,
    .seocart_OrderResults table tr{
        text-align: center;
    }
    .seocart_Cart input.button.buttonContinueShopping{
        float: none;
    }
    .seocart_VerifyLogin input.button{
        margin-top: 0;
    }
    table,
    table tr td{
        text-align: center;
    }
    .seocart_OrderResults table tr td{
        height: auto;
    }
    .seocart_OrderResults table tr.shoppingCartItemsRow{
        border-bottom: 1px solid #ccc;
    }
    table.orderResults_content td,
    table.verifyCheckout_content td,
    table.checkout_content tr td,
    table.verifyLogin_content tr td{
        padding-top: 0;
    }
    table.verifyCheckout_content td:first-child,
    table.checkout_content tr td:first-child,
    table.verifyLogin_content tr td:first-child{
        padding-top: .35em;
        padding-bottom: 0;
    }
    .seocart_Checkout select[name="shipping_select"]{
        margin-left: 0;
    }
    table.shoppingCartPriceTable td{
        white-space: normal !important;
    }
    table.orderResults_content tr:first-child td:first-child{
        padding-top: 1em;
    }
    table.shoppingCartPriceTable tr:first-child td:first-child{
        margin-top: 1em;
    }
    table.shoppingCartPriceTable td{
        padding: 0;
    }
    table.orderResults_content td:last-child,
    table.shoppingCartPriceTable td:last-child{
        padding-bottom: 1em;
    }
    .orderResults_header,
    .verifyCheckout_header{
        background: #fff;
    }
    table.verifyCheckout_content .verifyCheckout_header td{
        padding: .5em 0;
    }
    .seocart_Checkout_CreditCardTypes{
        display: block;
        text-align: center;
        width: 100%;
    }
    table td .header{
        min-height: 0;
    }
    table.menu h4{
        margin-top: 2em;
        font-size: 173%;
    }
    table.menu td:first-child h4{
        margin-top: .5em;
    }
    body tr.search-item-list td div.image{
        width: auto;
        height: auto;
        margin-top: 1em;
    }
    #shipping_information_table select{
        margin-bottom: .25em;
    }
    #shipping_information_table tr:nth-child(2) span{
        display: block;
    }
    
    .paypalExpressCheckoutContainer{
        float: none !important;
        width: auto !important;
        margin-top: .5em;
    }
    .seocart_CartTermsSecurity img{
        vertical-align: bottom !important;
    }
    .relatedProductsCell{
        border-right: none !important;
    }
    .relatedProductsCell table td{
        height: auto !important;
    }
    
    /* search */
    div.search-sort-view{
        float: none;
    }
    div.search-price{
        margin: .5em 0;
    }
    table.results-list tr.search-item-list td {
        border-bottom: none;
    }
    table.results-list tr.search-item-list td:last-child{
        border-bottom: 1px solid #DDD;
    }
}
@media only screen and (max-width: 500px){
    table tr td input,
    table tr td textarea,
    table tr td select,
    table.checkout_content input[type="text"] {
        width: 90%;
        max-width: none !important;
    }
    table tr td input[type="image"],
    table tr td input[type="submit"],
    table tr td input[type="checkbox"],
    table tr td input[type="file"]{
        width: auto;
    }
    table.verifyCheckout_content tr td input{
        width: auto;
    }
    .mainCatImage{
        text-align: center;
    }
    .seocart_CategoryGroup_Image{
        float: none;
        padding: 1em;
    }
    .seocart_Container_ShippingCalculator table tr td input,
    .seocart_Container_DiscountInput table tr td input{
        width: auto;
    }
    table tr td.shoppingCartItemsCellQty input{
        width: 15%;
    }
    table tr td .buttonUpdate{
        width: auto;
    }
    #billing_information table tr td select{
        width: auto;
    }
    
    /* search */
    div.search-input-container{
        width: 100%;
    }
    div input.search-text{
        width: 75%
    }
}


/* print styles */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}


/* seo-cart checkout styling */
.seocart_CartEmpty {
    display:block;
    padding:2em 1em 20em 1em;
}
.seocart_CartEmpty a {
    text-decoration:underline;
}
table.shoppingCartItems {
    width:100%;
    margin-bottom:0.5em;
}
/*.seocart_Cart .seocart_Container_DiscountInput {
    display:none;    
}*/
.seocart_Cart .cartBanner {
    padding: 1em;
    text-align: left;
    display: block;
    border: 1px solid red;
    background-color: #feedee;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1em;
}
.seocart_Cart,
.seocart_Checkout,
.seocart_OrderResults,
.seocart_Cart p,
.seocart_Checkout p,
.seocart_OrderResults p {
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/
}
.seocart_Cart table td,
.seocart_Cart table tr,
.seocart_Checkout table td,
.seocart_Checkout table tr,
.seocart_OrderResults table td,
.seocart_OrderResults table tr {
    border:none;
    
}
table.checkout_content.seocart_AdditionalOrderInformationTable tr td:first-child {
    max-width: 66px;
}
.shoppingCartItemsSeparator td {
    padding:0;
    background-color:#928966 !important;
    border-color:#999;
}
td.shoppingCartItemsCellImage {
    padding:1em 0;
}
.seocart_CartCheckoutButtonContainer,
.seocart_CheckoutButtonContainer,
.seocart_VerifyCheckoutButtonContainer {
    text-align:right;
}
.seocart_Cart input.button,
.seocart_Checkout input.button {
    background-color: #959595;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    padding: 13px 50px 10px;
    display: inline-block;
    -webkit-transition: all .5s, color .5s, box-shadow .5s;
    -moz-transition: all .5s, color .5s, box-shadow .5s;
    transition: all .5s, color .5s, box-shadow .5s;
    border:none;
    cursor:pointer;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom,#aad300 0%,#9cc400 100%);
    border-color: #9cc400;
    text-shadow:none;
    box-shadow:none;
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/
    
}
.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    border-color: #aad300;
    background-image: linear-gradient(to bottom,#9cc400 0%,#aad300 100%);
}
input.button.buttonContinueShopping {
    background-image: linear-gradient(to bottom,#f5f5f5 0%,#e3ded0 100%);
    color:#000 !important;
    float:left;
    font-weight:normal;
}
input.button.buttonContinueShopping:hover {
    background-image: linear-gradient(to bottom,#e3ded0 0%,#f5f5f5 100%);
}
.paypalExpressCheckoutContainer {
    float:none !important;
    width:100% !important;  
}
.paypalExpressCheckoutContainer:before {
    display:block;
    content:'- or -';
    padding:1em 0;
    margin:1em 0;
    color:#888;
}
.seocart_ShippingCalculatorCalculateButton {
    margin-left:3%;
}
.seocart_Cart p.seocart_CartTermsSecurity {
    text-align:left;
    margin:0;
}
.seocart_Cart .product-list td {
    text-align: center;
    font-size: 80%;
    vertical-align: bottom;
}
.seocart_CartCheckoutContainer {
    text-align:right;
    margin-top:3% !important;
    line-height:0;
}
#shoppingCartCustomFooterText {
    text-align:right;
    margin: 1em 0;
    float: right;
    padding: 1em 0;
}
.seocart_CartTermsSecurity {
    text-align:center;
    padding:1em 0;
}

table.checkout_header,
table.verifyCheckout_header,
tr.verifyCheckout_header td,
tr.orderResults_header td,
table.orderResults_header {
    border:1px solid #222 !important;
}

table.checkout_content,
table.verifyCheckout_content td,
table.orderResults_content td,
.seocart_Checkout table {
    background:#FFFFFF !important;
    vertical-align:top;
}
.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    background-color: #222;
}
tr.shoppingCartItemsRow input.button.buttonUpdate,
.seocart_Container_DiscountInput input.button,
.seocart_ShippingCalculatorCalculateButton {
    padding: 0.5em;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom,#949789 0%,#7b7e6f 100%);
    border-color: #6e7063;
    border:none;
    color:#FFF;
    font-size:90%;
}
tr.shoppingCartItemsRow input.button.buttonUpdate:hover,
.seocart_Container_DiscountInput input.button:hover {
    background-image: linear-gradient(to bottom,#7b7e6f 0%,#949789 100%);
    border-color: #7b7e6f;
}
.seocart_Container_DiscountInput input.button {
    margin-left:3%;
}
.shoppingCartItemsCellQty input,
table.checkout_content input[type="text"],
.seocart_Container_DiscountInput input[type="text"],
.seocart_Container_ShippingCalculator select,
.seocart_Checkout .checkout_content select {
    width: auto;
    height: 34px;
    border: 1px solid #ccc;
    color: #333;
    padding: 0 0 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
}
.shippingDetailsContainer {
}
.shippingDetails {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -250px;
    width: 600px;
    height: 500px;
    background:#FFF;
    font-size:80%;
    padding:3%;
    border:1px solid #CCC;
    box-sizing:border-box;
}
table.shoppingCartSummary {
    margin-top: 2%;
}

table.checkout_content input[type="text"] {
    min-width:50%;
}
.seocart_Container_DiscountInput table td {
    display:block !important;
    width: 99% !important;
    text-align:left;
}
body table.checkout_content select {
    width:auto;
}
.shoppingCartItemsCellItem,
.shoppingCartItemsCellQty,
.shoppingCartItemsCellEach,
.shoppingCartItemsCellTotal {
    color: #7a736d;
    text-transform:uppercase;
    font-weight:bold;
}
.shoppingCartItemsCellItem a {
    text-decoration:none;
}
.shoppingCartItemsCellItem a,
.shoppingCartItemsCellQty a {
    color: #7a736d;
}
.shoppingCartItemsCellItem a:hover,
.shoppingCartItemsCellQty a:hover {
    color: #030e0a;
}
.seocart_Cart_TableRow_ShippingCalculatorText strong,
.seocart_Cart_TableRow_DiscountInput strong,
.seocart_ShoppingCartTotalTableCell {
    color: #333;
}
table.shoppingCartSummary td.seocart_ShoppingCartTotalTableCell  {
    vertical-align:top;
    padding:1% 0;
    width:35%;
}
body table.seocart_ShoppingCartTotalTable {
    margin:0;
}
table.seocart_ShoppingCartTotalTable td {
    padding:4% 0%;
    text-align:right !important;
}
.shoppingCartItems .shoppingCartItemsHeader strong {
    color:#928966;
}

.seocart_Cart h1,
.seocart_Checkout h1 {
    padding:0.5em 0 0.25em 0;
    text-transform:uppercase;
}
body div.seocart_Container_ShippingCalculator, 
body div.seocart_Container_DiscountInput {
    border:none;
    margin:0;
}
.seocart_Cart_TableRow_ShippingCalculatorText span {
    padding-left:3px;
}
.isShoppingCartPage .seocart_ShippingCalculatorMethod {
    width:auto;
    max-width: 100%;
}

.seocart_ShippingCalculatorMethod {
    max-width: 100%;
}
.seocart_Container_DiscountInput input[type="text"] {
    width: 60%;
}
td.seocart_Cart_Table_ShippingCalculatorDiscountCell {
    width:99%;
}
tr.seocart_Cart_TableRow_DiscountInput > td,
tr.seocart_Cart_TableRow_ShippingCalculator > td {
    width: 100%;
    display:block;
}
td.seocart_Cart_Table_ShippingCalculatorDiscountCell table {
    margin:0;
}
tr.seocart_Cart_TableRow_ShippingCalculatorText td {
    display:inline-block;
}
.seocart_CartTermsSecurity img {
    padding-right:0.5em;
}
table.verifyCheckout_content {
    width:100% !important;
}
.checkout_header td,
table.verifyCheckout_content td,
table.orderResults_content td,
table.shoppingCartPriceTable td {
    padding:0.5em;
}
.checkout_content td {
    vertical-align:middle;
    padding:0.5em;
}
.checkoutStepsHeaderImage {
    display:none;
} 
.seocart_VerifyCheckoutButtonContainer {
    margin-bottom:2rem;
}
@media only screen and (max-width: 420px) {
      
    table.shoppingCartItems,
    table.shoppingCartItems tbody,
    table.shoppingCartItems tr,
    table.shoppingCartItems td,
    .seocart_Cart table,
    .seocart_Cart tbody,
    .seocart_Cart tr,
    .seocart_Cart td,
    .ContentType_Search_container table.results-list,
    .ContentType_Search_container table.results-list tbody,
    .ContentType_Search_container table.results-list tr,
    .ContentType_Search_container table.results-list td,
    .seocart_CategoryTable,
    .seocart_CategoryTable table,
    .seocart_CategoryTable tbody,
    .seocart_CategoryTable tr,
    .seocart_CategoryTable td,
    .seocart_SubcategoryTable,
    .seocart_SubcategoryTable table,
    .seocart_SubcategoryTable tbody,
    .seocart_SubcategoryTable tr,
    .seocart_SubcategoryTable td,
    .seocart_SubcategoryProductTable,
    .seocart_SubcategoryProductTable table,
    .seocart_SubcategoryProductTable tbody,
    .seocart_SubcategoryProductTable tr,
    .seocart_SubcategoryProductTable td{
        display: block !important;
        width: 100% !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }
    main tr.shoppingCartItemsRow{
        padding: 2em 0 !important;
        background: #fff;
    }
    .seocart_Cart td.shoppingCartItemsCellEach {
        display:none !important;
    }
    tr.shoppingCartItemsRow img {
        max-width: 100%;
        height: auto;
    }
    .checkout_content select {
        width:100%;
    } 
    .seocart_Cart input.button,
    .seocart_Checkout input.button {
        width:99%;
        margin:0.25em 0;
        text-align:center;
        float:none;
    }
    table.checkout_content.seocart_AdditionalOrderInformationTable tr td:first-child {
        max-width: none;
    }
    table.checkout_content.seocart_AdditionalOrderInformationTable tr td label {
        display:block;
        padding:0.15rem;
    }
    table.checkout_content.seocart_AdditionalOrderInformationTable tr td input {
        width:auto;
    }
    .seocart_Cart input.button.buttonUpdate {
        width:auto;
    } 
    main .seocart_CartCheckoutButtonContainer input.button {
        width:99%;
        max-width:305px;
        margin:0 auto 3% auto;
    }
    body main .paypalExpressCheckoutContainer {
        float:none !important;
        width:auto !important;
    }
    body main .paypalExpressCheckoutForm {
        display:block;
        margin-bottom:3%;
        line-height:0;
    }
    body .seocart_Cart p.seocart_CartTermsSecurity {
        text-align:center;
    }
    .seocart_CartCheckoutContainer {
        text-align: center;
    }
    table.checkout_content td {
        display: block !important;
        width: 100% !important;
        text-align:left;
    }
    table.checkout_content td input[type="text"] {
        max-width:none !important;
        width:100% !important;
    }
    .seocart_Checkout .checkout_content select {
        width:100%;
    }
    .seocart_Checkout table.shoppingCartPriceTable td,
    .seocart_OrderResults table.shoppingCartPriceTable td {
        padding:0.5em 0;
    } 
    .seocart_Checkout td,
    .seocart_OrderResults td {
        padding:1%;
    }
    .seocart_Cart h1{
        text-align: center;
    }
    
    table.shoppingCartPriceTable td {
        font-size:100%;
    }
    body main td.shoppingCartItemsCellEach {
        display:none !important;
    }
    body main .seocart_Cart td.shoppingCartItemsCellQty,
    body main .seocart_Cart td.shoppingCartItemsCellTotal,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Subtotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_ShippingTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_DiscountTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Total td {
        display:inline-block !important;
        width:49% !important;
    }
    body .seocart_Cart .seocart_Container_ShippingCalculator,
    body .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal {
        padding:1em 0;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable {
        max-width:305px;
        margin: 0 auto !important;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:first-child {
        text-align: left !important;
    }
    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:last-child {
        text-align: right !important;
    }
    .seocart_Cart .seocart_Container_DiscountInput input[type="text"] {
        display:inline-block;
        width:80%;
        margin:0 auto;
        margin-bottom:0.5%;
    }
    .seocart_Cart .seocart_Container_DiscountInput input.button {
        display:inline-block;
        margin:0 auto;
        margin-bottom:0.5%;
        width: auto;
    }
    table.verifyCheckout_content {
        width: 97%!important;
    }
    table.verifyCheckout_content tr td,
    table.orderResults_content tr td {
        display:block !important;
        width:99% !important;
    }
    table.verifyCheckout_content tr td table td {
        display:inline-block !important;
        width:42% !important;
    }
    table.orderResults_content tr td table td {
        width:99% !important;
    }
    table.verifyCheckout_content tr td table tr.verifyCheckout_header td,
    table.orderResults_content tr td table tr.orderResults_header td {
        width:99% !important;
        padding:0;
    }
    body .seocart_Container_ShippingCalculator select {
        width:90%;
    }
    body .seocart_Cart input.button, 
    body .seocart_Checkout input.button {
        font-size:15px;
    }
    #advancedSearchForm .fieldPadding {
        padding:0.5em;
    }
    #advancedSearchForm .cartSearchInput input[type="text"] {
        width:70%;
    }
}

/* mini cart */
header li.cart .shoppingCartItems {
    display: none;
    position: absolute;
    right: 5px;
    top: 9px;
    padding-top:15px;
    z-index: 1000;
    width: 350px;
}
header li.cart:hover .shoppingCartItems {
    display:block;
}
header li.cart a{
    font-size:85%;
    text-decoration:none;
    padding:.25em 0em;
    display: block;
    color:rgba(0, 0, 0, 0.7);
    font-weight:normal;
    min-height: 27px;
}
.shoppingCartItemsContainer {
    border: 1px solid #e6e6e6;
    background: #FFF;
    border-radius:10px;
    box-shadow: 0 .5em .5em rgba(0,0,0,.5);
}
.shoppingCartItemsContainer .empty p {
    color:#212121;
}
#miniCartPreviewItems table {
    width:100%;
}
#miniCartPreviewItems table tr td {
    border-bottom:1px solid #e3e3e3;
    padding:0.5em;
    vertical-align:middle;
}
#miniCartPreviewItems table tr td.image a {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: 50% 50%;
}
#miniCartPreviewItems table tr td.details {
    text-align:left;
    position:relative;
}
#miniCartPreviewItems table tr td.details a {
    white-space: normal;
}
#miniCartPreviewItems table tr td.details i {
    color:#AAA;
}
#miniCartPreviewItems table tr td span {
    display:block;
}
#miniCartPreviewItems table tr td.details span.name {
    display:block;
    font-size:14px;
}
#miniCartPreviewItems table tr td.details span.quantity {
    display:block;
    padding:3px 0;
    font-size:14px;
}
#miniCartPreviewItems table tr td.details span.price {
    display:block;
    font-weight:bold;
    font-size:18px;
}
#miniCartPreviewItems table tr td.details a.close {
    display:block;
    position:absolute;
    top:0;
    right:5px;
    color:#ababab;
}
#miniCartPreviewItems table tr td.details a.close:hover {
    color:#545454;
}
#miniCartPreviewItems a.button {
    
    margin: 1rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align:center;
}
#miniCartPreviewItems a.button:hover {

}
#miniCartPreviewItems .borderArrowTop {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 9px solid #e6e6e6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    right: 7px;  
}
#miniCartPreviewItems .borderArrowTop:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -3px;
    right: -5px;
}


#miniCartWrapper {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    z-index: 20000001;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.33);
    top: 0;
    bottom: 0;
    height: 100%;
    transition: .2s ease-out background-color;
    text-align: center;
    width: 100%;
}
#miniCartContainer {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-top:20vh;
}
#miniCart {
    position: relative;
    padding: 25px 15px;
    background: #f5f5f5;
    margin-top: 21vh;
    max-width: 675px;
    margin: 0 auto;
    box-shadow: 0 10px 15px rgba(0,0,0,0.5);
    border-radius:1em;
}
#miniCartClose {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
    line-height: 55px;
}
#miniCartHeader {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight:bold;
    font-size:90%;
    text-transform:uppercase;
    color:#00cc00;
}
#miniCartItems {
    display: inline-block;
    width: 59%;
    vertical-align: top;
}
#miniCartDetails {
    display: inline-block;
    vertical-align: top;
    width: 39%;
}
#miniCartItems .miniCartItemRow {
    display: flex;
    align-items: center;
    text-align: left;
    border-right: 1px solid #ccc;
}
#miniCartItems .miniCartItemImage {
    flex-grow: 1;
    max-width: 220px;
}
#miniCartItems .miniCartItemImage img {
    max-width: 100%;
    height: auto;
}
#miniCartItems .miniCartItemDetails {
    padding: 10px;
    flex-grow: 99;
}

#miniCartTotalItems {
    font-weight: bold;
    margin: 10px 20px;
    padding: 10px 0;
}
#miniCartTotalItems a{
	color: #fd0816;
}
#miniCartSubtotal, #miniCartSubtotal strong {
    text-transform: uppercase;
    font-weight:bold;
}
#miniCartCheckout a {
    margin: 1em;
    padding: .3em 1em;
}
#miniCartCheckout a:hover {
}
#miniCartContinueShopping button {
    background:none;
    border:none;
    color: #0670c5;
    text-transform:uppercase;
    font-size: 12px;
    cursor:pointer;
    outline:none;
}
#miniCartClose button {
    background:none;
    border:none;
    font-size: 130%;
    color:#414141;
    font-size:18px;
    cursor:pointer;
    outline:none;
    padding: 0 .5em;
}
.miniCartItemDetailsPrice{
	margin-top: .5em;
}
@media only screen and ( max-width: 710px ) { 
	#miniCartItems .miniCartItemRow {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
    #miniCartContainer {
        margin-top:3vh;
    }
    #miniCartItems {
        display:block;
        margin:0 auto;
        width:100%;
    }
    #miniCartItems .miniCartItemImage img {
        max-height:100px;
        width:auto;
    }
    #miniCartItems .miniCartItemDetails {
        border-right:none;
    }
    #miniCartDetails {
        width:auto;
    }
}

/* livechat */
#phplive_btn_1640272782,
#phplive_btn_1640272782_clone {
    position: fixed;
    bottom: 0;
    right: 1rem;
}
