

/*EARTHWORM GRID
**************************************************************/

/*rows*/

.row {
	padding: 0 50px 0;
	margin: 40px auto 0;
}

/*cols*/

.col {
	padding: 0 10px;
}


.span1 {
	width: 8.333333333333%;
}

.span2 {
	width: 16.666666666667%;
}

.span3 {
	width: 25%;
}

.span4 {
	width: 33.333333333333%;
}

.span5 {
	width: 41.666666666667%;
}

.span6 {
	width: 50%;
}

.span7 {
	width: 58.333333333333%;
}

.span8 {
	width: 66.666666666666%;
}

.span9 {
	width: 75%;
}

.span10 {
	width: 83.333333333333%;
}

.span11 {
	width: 91.666666666667%;
}

.span12 {
	width: 100%;
}

/*offsets*/

.offset1 {
	margin-left: 8.333333333333%;
}

.offset2 {
	margin-left: 16.666666666667%;
}

.offset3 {
	margin-left: 25%;
}

.offset4 {
	margin-left: 33.333333333333%;
}

.offset5 {
	margin-left: 41.666666666667%;
}

.offset6 {
	margin-left: 50%;
}

.offset7 {
	margin-left: 58.333333333333%;
}

.offset8 {
	margin-left: 66.666666666666%;
}

.offset9 {
	margin-left: 75%;
}

.offset10 {
	margin-left: 83.333333333333%;
}

.offset11 {
	margin-left: 91.666666666667%;
}

.offset12 {
	margin-left: 100%;
}


/*GENERAL STYLES
********************************************************/

/*slick dots*/

.slick-dots {
	bottom: 15px;
}

/*content*/

.content {
	min-height: 350px;
}


/*SITE ENGINE SUBPAGES
******************************************************/

#wrap .siteEngineSubPages {
	text-align: center;
}

#wrap .siteEngineSubPages li {
	margin: 10px 10px 0;
	display: inline-block;
	width: 200px;
}

#wrap .siteEngineSubPages li:before {
	display: none;
	content: "";
}

#wrap .siteEngineSubPages a {
	padding: 30px 20px 30px;
}

#wrap .siteEngineSubPages a:hover {
	background: #54630f;
	color: #fff;
}

#wrap .siteEngineSubPages a:before {
	display: block;
	font-size: 64px;
	width: 64px;
	height: 64px;
	position: static;
	margin: 0 auto 15px;
}


/*SOCIAL NAV LIST
********************************************************/

.footer .socialNavList {
	text-align: left;
}


/*FORMS
*********************************************************/

form.newsletter button {
	min-width: 150px;
}


/*HOME PAGE BANNER
***********************************************/

.bannerSlider .text {
	bottom: 60px;
}

.bannerSlider a {
	text-decoration: none;
	color: #fff;
}

.bannerSlider h2 {
	font-size: 120px;
	line-height: 120px;
	text-shadow: 0 0 80px rgba(0,0,0,0.4);
	padding-top: 100px;
}

.bannerSlider.feature h2 {
	font-size: 60px;
	line-height: 80px;
}

.bannerSlider.feature h2:after {
	margin-top: 55px;
}

.bannerSlider.feature h2 span {
	display: block;
	font-size: 200px;
}

.bannerSlider .tagline {
	font-size: 35px;
}

.bannerSlider .btn {
	font-size: 22px;
	margin: 30px 10px 0;
	padding: 20px 50px;
	min-width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bannerSlider .image:before {
	/*background-image: url('../images/layout/snowflakeBannerBorder.png');*/
}


/*SIDEITEMS
*********************************************************/

#home .sideItems {
	margin-bottom: -30px;
}

#home .sideItems .row {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.sideItemsList .col {
	width: 25%;
}

.sideItemsList h2 {
	font-size: 16px;
	padding: 8px 0;
}


/*FOOTER
*********************************************************/

.footer {
	background-image: url('../images/layout/bgFooter_enhanced.jpg');
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 50px;
}

.footer .accordion {
	border-bottom: 0;
}

.footer .accordion h3 a {
	cursor: default;
}

.footer .accordion a:after {
	content:"";
	display: none;
}

.footer .accordion div {
	display: block !important;
}

.footer .newsletter {
	text-align: left;
	margin: 0 0;
	padding: 0;
}

/*PATH
**********************************************************/

.path {
	margin: 20px 0 -28px;
	z-index: 50;
}

.path li {
	padding: 0 12px 0 0;
}

/*****************************************************************

************************   SHOP STYLES   *************************

*****************************************************************/

.pageNav .pageSubTitle {
	display: block;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
}
.pageNav h1,
.pageNav h1#pageTitle {
	display: block;
	text-transform: uppercase;
	color: #83928D;
	margin: 5px 0 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	border: 0;
	text-align: left;
	padding: 0;
}


/*PRODUCT LIST
*****************************************************************/

.productsListing .span3 {
	width: 25%;
}

.productsListing .span3:nth-of-type(2n+3),
.productsListing .span3:nth-of-type(3n+4) {
	clear: none;
}
.productsListing .span3:nth-of-type(4n+5) {
	clear: left;
}

/*swap images*/

.productsListing .box a img {
	transition: opacity .7s;
}

.productsListing .box a img.img2 {
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

.productsListing .box a:hover img.img2 {
	opacity: 1;
}

 .zoomImg {
 	cursor: zoom-in;
 }



/*BRAND LIST
*****************************************************************/

.brandsListing .span3 {
	width: 25%;
}

.brandsListing .span3:nth-of-type(2n+3),
.brandsListing .span3:nth-of-type(3n+4) {
	clear: none;
}
.brandsListing .span3:nth-of-type(4n+5) {
	clear: left;
}

/*swap images*/

.brandsListing .box a img {
	transition: opacity .7s;
}

.brandsListing .box a img.img2 {
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

.brandsListing .box a:hover img.img2 {
	opacity: 1;
}



/*PRODUCT DETAIL
*****************************************************************/

/*image sliders*/

.productDetail .productThumbSlider {
	height: auto;
}

.productThumbSlider .slick-slide {
	opacity: 0.5;
}

.productThumbSlider .slick-active {
	opacity: 1;
}

.productThumbSlider img {
	display: block;
	margin-bottom: 10px;
}

.productImageSlider figure {
	padding: 10px 10px 0;
}

.productDetail .accordion div {
	font-size: 13px;
	line-height: 22px;
}
/*
.productThumbSlider button {
	display: none !important;
}
*/

/*REVIEWS
********************************************************/

.productDetail .reviews {
	padding-bottom: 50px;
}

.reviewsList {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-moz-column-fill: balance;
	-webkit-column-fill: balance;
	column-fill: balance;
}


.reviewsList li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

/*MINI CART
************************************************************/

.miniCart {
	min-width: 340px;
}

li:hover .miniCart {
	/*
	top: 40px;
	opacity: 1;
	*/
}

.sticky li:hover .miniCart {
	/*top: 28px;*/
}

.miniCart:before {
	right: 50px;
	border-top: 10px solid #ebe9dc;
}


/*LOGIN ADDON*/

#wrap #dccom_gdloginWrap {
	max-width: 860px;
	margin: 0 auto;
}

#wrap .gdLogin_wrap {
	float: left;
	margin: 0 10px;
	height: auto;
}

#wrap #dccom_gdloginWrap > .row {
	margin-top: 0;
}

#wrap .gdLogin_top h3 {
	text-align: center;
}

#wrap .gdLogin_top h3:after {
	content: "";
}

/*MISC PRODUCT THINGS
**********************************************************/

.hero_bar.top {
	margin: -45px 0 17px;
	min-height: 22px;
}

.accordion h3.hdLHS a {
	cursor: default;
	margin: 30px 0 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #0c241f;
    background: transparent;
    font-weight: 700;
}

.accordion h3.hdLHS a:after {
	content: "";
	display: none;
}

.pageNav > .accordion > div {
	display: block !important;
	padding: 0;
}

/*CART AND CHECKOUT
***********************************************************/

/*cart*/

.product_added {
	padding: 15px 0;
}

.product_added .prod_img {
	width: 15%;
}

.product_added .prod_desc {
	width: 40%;
}

.product_added .prod_opt {
	width: 25%;
	padding-right: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product_added .prod_price {
	width: 20%;
	text-align: right;
}

.product_added .prod_desc .title {
	padding-bottom: 10px;
}

.summary_block {
	margin-top: 0;
	margin-bottom: 20px;
}

.checkout_header .tab {
	padding: 10px;
	min-height: 90px;
}

.checkout_header #checkoutStep2 {
	padding: 0 10px;
}

.checkout_header h2 {
	font-size: 20px;
	padding: 10px 0 5px;
}

.checkout_header span,
.checkout_header p {
	display: block;
}

.checkout_header .closed span {
	display: none;
}

.checkout_header span {
	color: #54630f; /*was #a8a80c*/
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.checkout_header span.edit {
	color: #db5800;
    font-weight: bold;
    text-decoration: underline;
}


.checkout_header .active span.edit {
	display: none;
}



.checkout_header p {
	font-size: 13px;
	line-height: 17px;
}

.checkout_header [id^="checkoutStep"].active .tab:before {

	border-width: 12px 12px 0 12px;
	border-color: #54630f transparent transparent transparent; /*was #a8a80c*/
}

/*support details at top of checkout*/

.contentWrap .checkoutSupport {
	display: none;
}

.header .checkoutSupport {
	float: right;
	clear: both;
	display: block;
	background: transparent;
	font-size: 16px;
	text-align: right;
	padding: 45px 30px 0 0;
	margin: 0;
}

.checkoutSupport b {
	display: inline;
}


/*BLARNEY TRADE
**********************************************************/

.banner.large {
	margin: 0 10px;
}

.banner.large img {
	width: 100%;
	height: auto;
}

.banner.large h3 {
	font-size: 220%;
	line-height: 200%;
}

.banner.large h3 span {
	font-size: 220%;
}

.trade .formHolder {
	margin-top: 20px;
}

.trade .sidebar {
	margin-top: 30px;
}


/*BRANDS
***********************************************************/

h1.pageTitle,
h1#pagetitle {
	font-size: 36px;
}

.btnFilters {
	margin-top: 30px;
}

.azBig {
	margin: 30px auto 0;
}

.azBigList > li li {
	width: 25%;
}

.azBigList > li li a {
	transition: .5s ease;
}

.azBigList > li li a:hover {
	color: #db5800;
}



/**********************************************************

MEDIA QUERIES

***********************************************************




/*SMALL DESKTOP MONITORS AND SMALL LAPTOPS*/

@media (min-width: 1023px) and (max-width: 1200px) {

	.row {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*HEADER*/

	.header .logo {
		left: 10px;
	}

	.topNav {
		padding: 0 10px 0;
	}

	.toggleSearch {
		right: 17px;
	}

	.flash {
		left: 225px;
	}

	/*MAIN NAV*/


	.mainNavList {
		right: 55px;
	}

	.mainNavList > li > a {
		padding: 12px 5px 7px;
		font-size: 13px;
	}

}
@media (min-width: 1023px) and (max-width: 1400px) {
	.mainNavList {
		left: 255px;
		display: block;
	}
	.sticky .mainNavList {
		left: 200px;
	}
	.mainNavList > li {
		float: none!important;
		display: table-cell;
		vertical-align: top;
		width: 1%;
	}
	.mainNavList > li > a {
		font-size: 13px;
		text-align: center;
		display: block!important;
	}
	.sticky .mainNavList > li > a {
		font-size: 12px;
		white-space: nowrap;
		padding-left: 7px;
		padding-right: 7px;
	}
	.down_arrow {
		bottom: 0;
	}
	.down_arrow.top {
	  display: none;
	  margin: 0 auto;
	  top: 25px;
	}
}


/*everything that's not a mobile device except really small monitors*/
@media (min-width: 1025px) {

	.contentWrap {
	padding-top: 110px;
}


	/*slide out menu*/

	.header .toggleSlideOutMenu {
		text-indent: -5000px;
	}

	.slideOutMenu .close {
		display: none;
	}

	.slideOutMenu {
		width: auto;
		height: auto;
		position: static;
		top: auto;
		left: auto;
		background: transparent;
	}


	/*HEADER*/

	.header {
		background: rgba(255,255,255,1);
		height: 110px;
	}

	.header > .row {
		position: static;
	}

	.header.sticky {
		height: 70px;
	}

	.header .logo {
		display: inline-block;
		padding: 7px;
		background: #54630f;
		left: 60px;
		margin-left: 0;
		top: -8px;
	}

	.header .logo img {
		width: 160px;
		background: #54630f;
		padding: 22px 0 18px;
		border: 1px solid rgba(255,255,255,0.4);
		transition: .5s ease;
	}

	.header.sticky .logo img {
		width: 100px;
	}

	.header .toggle .fa,
	.topNavList >li >a .fa {
		font-size: 16px;
		color: #db5800;
		width: auto;
		height: auto;
		padding-top: 0;
		border-right: 0;
	}

	.header .logo:before {
	content: "";
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: transparent url('../images/layout/snowflakeBannerBorder_logo.png') center center no-repeat;*/
	background-size: cover;
}


	.header .toggle .fa:before {
		opacity: 0.9;
	}

	.header .toggle:hover .fa:before {
		opacity: 1;
	}

	.header .checkoutSupport {
		padding: 25px 60px 0 0;
	}

	.header.sticky .checkoutSupport {
		padding-top: 10px;
	}

	/*TOP NAVIGATION*/

	.topNav {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 40px;
		background: #ebe9dc;
		width: 100%;
		padding: 0 50px 0;
		transition: .5s ease;
		position: relative;
		z-index: 200;
	}

	.sticky .topNav {
		height: 28px;
	}

	.topNavList {
		float: right;
	}

	.topNavList.enhanced {
		display: block;

	}

	.topNavList > li {
		width: auto;
		height: 40px;
	}

	.topNavList > li > a {
		display: inline-block;
		width: auto;
		height: auto;
		border-left: 0;
		text-indent: 0;
		opacity: 0.9;
		padding: 11px 10px 0 10px;
		color: #0c241f;
		font-size: 13px;
		text-transform: uppercase;
		transition: .5s ease;
	}

	.sticky .topNavList > li > a {
		padding: 7px 10px 0 10px;
		font-size: 11px;
	}

	/*.topNavList > li:hover {
		background-color: #fff;
	}*/
	.topNavList:not(.topNavList.enhanced) > li:hover > a {
		color: #DB5800
	}

	.topNavList > li:hover span.counter,
	#miniCart a.btn:hover {
		background: #54630f!important; /*was #a8a80c*/
	}

	.topNavList > li a:hover i {
		color: #54630f; /*was #a8a80c*/
	}

	/*.topNavList > li.open {
		background: #54630f;
	}

	.topNavList > li.open > a {
		color: #fff;
	}*/

	.topNavList > li > a:hover {
		opacity: 1;
		color: #0c241f;
	}

	.topNavList > li > a i {
		display: inline-block;
		top: 0;
		padding-left: 5px;
	}

	.topNavList > li.open > a i {
		color: #54630f; /*was #a8a80c*/
	}

	.topNavList > li.navcart > a {
		background-image: none;
	}

	.topNavList > li > .showSubNav {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		display: inline-block;
		background: #dbd8c5;
		width: 16px;
		height: 16px;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		cursor: pointer;
		padding-top: 1px;
	}

	.topNavList > li.navcart > a span.text {
		display: inline;
		text-indent: -0;
		padding-right: 25px;
	}

	.topNavList > li > a:hover {
		opacity: 1;
	}

	.topNavList > li span.counter {
		position: absolute;
		margin-left: 5px;
		top: 9px;
		background: #db5800;
		color: #fff;
		border-radius: 50%;
		padding: 5px 5px 4px 4px;
		font-size: 12px;
		line-height: 12px;
		transition: .5s ease;
	}

	.sticky .topNavList > li span.counter {
		top: 3px;
	}

	/*dropdowns*/

	.topNavList ul {
		right: auto;
		left: 0;
		opacity: 0;
		transition: opacity .5s ease;
	}

	.topNavList .open ul {
		top: 40px;
		opacity: 1;
	}

	.topNavList ul a {
		text-align: left;
	}

	/*SEARCH*/

	.toggleSearch {
		position: absolute;
		z-index: 20;
		right: 57px;
		bottom: 20px;
		transition: .5s ease;
	}

	.sticky .toggleSearch {
		bottom: 9px;
	}

	.header .toggleSearch .fa {
		font-size: 22px;
	}

	.search {
		height: 110px;
		padding: 25px 50px 0;
	}

	/*quick search results*/

	#QuickSearch {
		top: 100px;
	}

	#QuickSearch .inner {
		max-height: 1000px;
		overflow-y: auto;
	}

	#QuickSearch .col {
		width: 16.666666666667%;
	}

	/*FLASH*/

	.flash {
		padding: 0;
		position: fixed;
		z-index: 300;
		top: 10px;
		left: 275px;
		right: auto;
		text-align: left;
		background: transparent;
		border: 0;
		opacity: 1;
		transition: .5s ease;
	}

	.sticky.flash {
		top: 4px;
		left: 215px;
	}

	.flash h2 {
		font-size: 14px;
		color: #003647;
		text-transform: none;
		font-weight: 700;
	}

	.sticky .flash h2 {
		font-size: 13px;
	}

	.flash .close {
		display: none;
	}

	/*main nav*/

	.slideOutMenu .mainNav {
		display: none;
	}

	.header .mainNav {
		display: block;
	}

	.mainNavList {
		border-top: 0;
		position: absolute;
		z-index: 150;
		top: 55px;
		right: 105px;
		transition: .5s ease;
		height: 55px;
	}

	.sticky .mainNavList {
		position: fixed;
		top: 28px;
		height: 42px;
	}

	.mainNavList > li {
		transition: none;
		border-bottom: 0;
		float: left;
		position: static;
		margin: 0 0 0 1px;
		height: 55px;
		background-color: transparent !important;
	}

	.mainNavList > li.simpleDropdown {
		position: relative;
	}

	.mainNavList > li > a {
		box-sizing: border-box;
		display: inline-block;
		padding: 12px 10px 7px;
		height: 55px;
		margin: 0;
		color: #495d59;
		font-size: 14px;
		border-bottom: 3px solid transparent;
		transition: .5s ease;
	}

	.sticky .mainNavList > li > a {
		height: 42px;
	}

	.mainNavList > li > a .fa {
		padding-left: 5px;
		color: #54630f; /*was #a8a80c*/
	}

	.mainNavList > li:hover > a,
	.mainNavList > li a:active > a,
	.mainNavList > li.onPath > a,
	.mainNavList > li.open > a {
		background-color: #f5f4ed;
		border-bottom: 3px solid #54630f; /*was #a8a80c*/
	}

	.mainNavList > li > .showSubNav {
		display: none;
	}


	/*sub nav lists*/

	.mainNavList .wrap {
		transition: .5s ease;
		position: absolute;
		background: #f5f4ed;
		top: 55px;
		left: 0;
		right: 0;
		/*min-height: 450px;*/
		max-height: 2000px;
		opacity: 0;
		visibility: hidden;
		padding: 10px 20px 20px;
		overflow: hidden;
	}

	.mainNavList .simpleDropdown .wrap {
		right: auto;
		min-width: 200px;
		min-height: 20px;
		overflow: hidden;
		padding-top: 10px;
	}

	.sticky .mainNavList .wrap {
		top: 42px;
	}

	.mainNavList > li:hover .wrap {
		opacity: 0.95;
		visibility: visible;
	}

	.mainNavList .wrap .span6 {
		border-left: 1px solid #cac7b6;
		padding-left: 30px;
	}

	.mainNavList .sub-menu {
		/*max-height: 500px;*/
		float: left;
	}

	.mainNavList .simpleDropdown .sub-menu {
		float: none;
	}

	.mainNavList .sub-menu a,
	.mainNavList .sub-menu a:hover {
		color: #495d59;
		padding: 3px 0;
		font-size: 14px;
		font-weight: 400;
		border-bottom: 0;
	}

	.mainNavList .sub-menu a:hover {
		text-decoration: underline;
	}

	.mainNavList .sub-menu a:before {
		content: "";
		display: none;
	}

	.mainNavList h2,
	.mainNavList .lev2.haschildren > a,
	.mainNavList .lev2.haschildren > a:hover {
		color: #0c241f;
		font-weight: 400;
		font-size: 15px;
		text-transform: uppercase;
		padding: 10px 0 10px;
	}

	#wrap .mainNavList .productList li {
		width: 48%;
		padding: 10px 20px 0 0;
	}

}

@media (min-width: 1400px) {
	.mainNavList > li > a {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (min-width: 1600px) {

	/*PRODUCT LIST*/

	.productsListing .col {
		width: 20%;
	}

	.productsListing .span3:nth-of-type(2n+3),
	.productsListing .span3:nth-of-type(3n+4),
	.productsListing .span3:nth-of-type(4n+5) {
		clear: none;
	}

	.productsListing .span3:nth-of-type(5n+6) {
		clear: left;
	}
	.mainNavList > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*BRAND LIST*/

	.brandsListing .col {
		width: 20%;
	}

	.brandsListing .span3:nth-of-type(2n+3),
	.brandsListing .span3:nth-of-type(3n+4),
	.brandsListing .span3:nth-of-type(4n+5) {
		clear: none;
	}

	.brandsListing .span3:nth-of-type(5n+6) {
		clear: left;
	}
	.mainNavList > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media (min-width: 2100px) {

	/*PRODUCT LIST*/

	.productsListing .col {
		width: 16.666666666667%;
	}

	.productsListing .span3:nth-of-type(2n+3),
	.productsListing .span3:nth-of-type(3n+4),
	.productsListing .span3:nth-of-type(4n+5),
	.productsListing .span3:nth-of-type(5n+6) {
		clear: none;
	}

	.productsListing .span3:nth-of-type(6n+7) {
		clear: left;
	}

	/*BRAND LIST*/

	.brandsListing .col {
		width: 16.666666666667%;
	}

	.brandsListing .span3:nth-of-type(2n+3),
	.brandsListing .span3:nth-of-type(3n+4),
	.brandsListing .span3:nth-of-type(4n+5),
	.brandsListing .span3:nth-of-type(5n+6) {
		clear: none;
	}

	.brandsListing .span3:nth-of-type(6n+7) {
		clear: left;
	}

}

