@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:400,600';
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");/*required - used to create icons - first for IE8*/

@font-face {
    font-family: 'mercier-press';
    src:    url('../../assets/fonts/mercier-press.eot?nnl20j');
    src:    url('../../assets/fonts/mercier-press.eot?nnl20j#iefix') format('embedded-opentype'),
        url('../../assets/fonts/mercier-press.ttf?nnl20j') format('truetype'),
        url('../../assets/fonts/mercier-press.woff?nnl20j') format('woff'),
        url('../../assets/fonts/mercier-press.svg?nnl20j#mercier-press') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mercier-press' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
    content: "\e000";
}
.icon-ribbon:before {
    content: "\e009";
}
.icon-heart:before {
    content: "\e024";
}
.icon-zoom-in:before {
    content: "\e037";
}
.icon-reply:before {
    content: "\e039";
}
.icon-skip-back:before {
    content: "\e050";
}
.icon-play:before {
    content: "\e052";
}
.icon-skip-forward:before {
    content: "\e056";
}
.icon-head:before {
    content: "\e074";
}
.icon-arrow-left:before {
    content: "\e094";
}
.icon-arrow-right:before {
    content: "\e095";
}
.icon-bag:before {
    content: "\e106";
}
.icon-menu:before {
    content: "\e120";
}


/*RESET
********************************************************/
* {
	outline:0;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img,
header, footer, nav, section, article, figure, figcaption {
	margin:0;
	padding:0;
	border: 0;
}

ul {
	list-style:none;
}

/* Get rid of weird looking buttons on iphone */
input[type="button"], input[type="submit"], input[type="text"], input[type="password"]{
	-webkit-appearance: none!important;
	border-radius: 0;
}

/*EARTHWORM GRID
********************************************************/


/*clear floats*/

.container:before,
.container:after,
.row:before,
.row:after,
.col:before,
.col:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.container:after,
.row:after,
.col:after {
	clear: both;
}

/*containers*/

.container {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*rows*/

.row {
	width: 100%;
	max-width: 1200px;
	padding: 0 5px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row.fullwidth {
	max-width: 100%;
	padding: 0;
}

.row.nomargin {
	margin-top: 0;
}

/*columns*/

.col {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 5px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col.group {
	padding: 0;
	margin: 0;
}

.col > .inner {
	display: block;
}

.row.fullwidth .col {
	padding-left: 0;
	padding-right: 0;
}

.row.nomargin .col {
	margin-top: 0;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}


/*images*/

img {
	width: 100%;
	height: auto;
}

.copy img {
	width: auto;
	max-width: 100%;
}

.sidebar .copy {
	font-size: 14px;
	line-height: 21px;
	color: #839591;
}

div.imageContainer {
	/* position: relative;
	    height: 0;
	    overflow: hidden;
	    padding-bottom: 150%; */
}
div.imageContainer img {
	/* position:absolute;
		top: 0;
		left:0;
		margin:0 auto; */
	/* width:100%; */
	/* height:100%; */
}
/* #home .productsListing .slick-track,
.featuredProducts .slick-track {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items:flex-end;
			-ms-align-items:flex-end;
				align-items:flex-end;
} */

/*GENERAL STYLES
********************************************************/

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	/* font-family: 'Lora', serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color: #313233;
	font-size: 14px;
	line-height:22px;
}

input,
select,
textarea,
button {
	/* font-family: 'Lora', serif; */
	font-family: 'raleway', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}

a {
	color: #CB9800;
}

a:visited {
	color: #CB9800;
	opacity: 0.6;
}

a:hover,
a:active {
	color: #66bbcc;
}

.contentWrap {
	padding-top: 50px;
}

/*slick buttons*/

.slick .slick-prev,
.slick .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: inline-block;
	width: 40px;
	height: 70px;
	text-indent: -5000px;
	transition: .5s all ease;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	background: white;
	background: rgba(266,266,266,0.5);
	padding: 0;
	outline:0;
	z-index:10;
}

.slick .slick-prev {
	left: 0;
}

.slick .slick-next {
	right: 0;
}

.slick .slick-prev:hover,
.slick .slick-next:hover {
	opacity: 1;
}

.slick .slick-prev:before,
.slick .slick-next:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: black;
	font-size: 50px;
	line-height: 67px;
	position: absolute;
	top: 0;
	text-indent: 0;
}

.slick .slick-prev:before {
	content:"\f104";
	left:0;
	right:0;
}

.slick .slick-next:before {
	content:"\f105";
	left:0;
	right:0;
}

.productSlider .slick .slick-prev,
.productSlider .slick .slick-next {
	background: rgb(237, 242, 241);
}

.productSlider .slick .slick-prev {
	left: -100px;
}

.productSlider .slick .slick-next {
	right: -100px;
}
@media all and (max-width: 768px) {
	.slick .slick-prev, .slick .slick-next {
		top: auto;
		bottom:10px;
		height:40px;
		width:40px;
	}
	.slick .slick-prev:before, .slick .slick-next:before {
		font-size:40px;
		line-height:40px;
	}
}


/*slick dots*/

.slick-dots {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	left: 0;
	right: 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.slick-dots button {
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
	width: 12px;
	height: 12px;
	padding: 0;
	text-indent: -5000px;
}

.slick-dots .slick-active button {
	background: #fff;
}

/*buttons*/

.btn,
.btn:visited {
	display: inline-block;
	color: #fff;
	background: #008366;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0 auto 0;
	padding: 10px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	border-radius:4px;
	transition: .5s ease;
	text-align:center !important;
}

.btn.block,
.btn.block:visited {
	display: block;
	text-align: center;
}

.btn:hover,
.btn:active {
	color: #fff;
	background-color:#25BE9C;
}


.btn.fullwidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.btn.outline,
.btn.outline:visited {
	color: #CB9800;
	border: 1px solid #CB9800;
	background: transparent;
}
p.readmore {
	margin-top:10px;
}
p.readmore a {
	color: white;
    opacity: 1;
    background: #CB9800;
    padding: 3px 20px;
    text-decoration: none;
    border-radius: 4px;
}

.news-item > p:nth-of-type(2) {
	margin-top:20px;
}
/* @media (min-width: 500px ) {
	.news-item > * {
		padding-left:200px;
	}
	.news-item img.featured-image,
	.news-item .meta.text-muted,
	.news-item .newsSocialMediaContainer {
		padding-left:0 !important;
	}
} */
/*TOOLTIPS
******************************************************/

#tooltip {
	text-align: center;
	color: #fff;
	background: #008366;
	position: absolute;
	z-index: 100;
	padding: 4px 8px;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.9;
}

#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #008366;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 6px solid #008366;
	top: -20px;
	bottom: auto;
}

#tooltip.left:after {
	left: 10px;
	margin: 0;
}

#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}


/*BACK TO TOP
********************************************************/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 500;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #008366;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	text-align: center;
}

.cd-top i, .down_arrow i, .down_arrow i:hover,
.cd-top i:hover {
	font-size: 24px;
	line-height: 24px;
	padding: 8px 0 0 0;
	color: #fff;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
.down_arrow {
	display: block;
	height: 40px;
	width: 40px;
	z-index: 50;
	position: relative;
	margin: -100px auto 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #008366; /*was #a8a80c*/
	background: rgba(168,168,12,0.8);
	border-radius: 50%;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.cd-top, .down_arrow {
		right: 20px;
		bottom: 80px;
		height: 60px;
		width: 60px;
	}
	.down_arrow {
		right: 0;
		display: none;
	}
	.down_arrow.top {
    margin: 40px auto -50px;
	}
	.cd-top i, .down_arrow i, .down_arrow i:hover,
	.cd-top i:hover {
		font-size: 38px;
		line-height: 38px;
		padding: 8px 0 0 0;
	}
	.down_arrow i {
		line-height: 46px;
	}
}



/*MESSAGES
********************************************************/

#home .alert {
	padding: 20px;
    margin-bottom: 20px;
    position: absolute;
    background: #25be9c;
    top: 0;
    z-index: 10000000;
    right:0;
    left:0;
    text-align:center;
    font-size:30px;
}
.alert {
	position:relative;
	padding: 20px;
    margin-bottom: 20px;
    background: #25be9c;
    top: 0;
    z-index: 10000000;
    right:0;
    left:0;
    text-align:center;
    font-size:30px;
}

.alert:before,
.alert:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.alert:after {
	clear: both;
}

.alert .close {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 12px;
	display:none;
}

.alert .close i {
	font-size: 18px;
	float: none;
	opacity: .6;
	cursor: pointer;
}

.alert i {
	font-size: 50px;
}

.alert h3 {
	font-weight: 700;
	color: white;
	font-size: 24px;
	padding: 0 0 0;
	margin:10px 0 10px;
}

.alert p {
	font-size: 18px;
	padding: 5px 0 5px;
	margin: 0;
	color:white;
}

.alert.success i {
	color: white;
}

.alert.warning i {
	color: #db3a2c;
}

.alert.warning i.fa-check-circle-o:before {
	content:"\f06a";
	color:white;
}

.alert .btn {
	display: none;
}


/*SITE ENGINE SUBPAGES
******************************************************/
#wrap .siteEngineSubPages {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction:column;
		-ms-flex-direction:column;
			flex-direction:column;
	-webkit-justify-content:space-between;
		-ms-justify-content:space-between;
			justify-content:space-between;
}
#wrap .siteEngineSubPages li {
	margin: 0 0 1px 0;
	padding:0;
}

#wrap .siteEngineSubPages a {
	display: block;
	background: #e9ecec;
	color: #0c241f;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 10px 20px 60px;
	position: relative;
}

#wrap .siteEngineSubPages a:before {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 32px;
	width: 32px;
	height: 32px;
	font-weight: normal;
	font-style: normal;
	color: #008366;
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
}

#wrap .siteEngineSubPages #liSubPage_cart_mydetails a:before {
	content:"\f007";
}

#wrap .siteEngineSubPages #liSubPage_cart_processedOrders a:before {
	content:"\f0d1";
}
#wrap .siteEngineSubPages #liSubPage_cart_shoppingCart a:before {
	content: "";
	background: url("../../images/default/layout/icon_bag_green_64.png") center center no-repeat;
	background-size: cover;
}

#wrap .siteEngineSubPages #liSubPage_cart_myWishlist a:before {
	content:"\f004";
}

#wrap .siteEngineSubPages #liSubPage_log-out a:before {
	content:"\f09c";
}
@media (min-width: 760px) {
	#wrap .siteEngineSubPages {
	-webkit-flex-direction:row;
		-ms-flex-direction:row;
			flex-direction:row;
	}
	#wrap .siteEngineSubPages li {
		width:19%;
		display:inline-block;
	}
	#wrap .siteEngineSubPages a {
		padding:60px 10px 40px;
		text-align:center;
	}
	#wrap .siteEngineSubPages a:before {
		left:50%;
		margin-left:-16px;
	}
	#wrap .siteEngineSubPages a:before {
		font-size:30px;
		top:28px;
	}
	#wrap .siteEngineSubPages #liSubPage_cart_shoppingCart a:before {
		top: 19px;
	}
}

/*WYSIWYG, copy styles
******************************************************/

.content h2,
h1#pageTitle {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	padding: 20px 0 5px;

	
}

.customOrder h2 {
	margin: 0 10px 0;
}

h1#pageTitle {
	display: block;
    text-transform: uppercase;
    color: #313233;
    margin: 0 0 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    border: 0;
    border-bottom: 1px solid #CB9800;
    text-align: left;
    padding: 0 0 10px;
    margin-bottom: 10px;
    min-height: 37px;
	line-height: 26px;
}

h3#searchResults, h3#otherSearchResults {
	font-size: 20px;
	line-height: 22px;
	color: #0c241f;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 10px 20px;
	padding: 5px 0 0;
}

.productDetail h2 {
	font-size: 18px;
	margin: 30px 10px 15px;
	text-align: center;
    border-bottom: 1px solid #CB9800;
}

.accordion table,
.copy table {
	margin: 10px 0 20px;
	border-collapse: collapse;
	width: 100%;
}
.accordion table {
	width: 100%!important;
}

.accordion table th,
.accordion table td,
.copy table th,
.copy table td {
	margin: 10px 0;
	border: 1px solid #dbd8c5;
	padding: 5px 3px;
	font-size: 13px;
	line-height: 16px;
}

.accordion table th,
.copy table th {
	background: #f5f4ed;
	color: #495d59;
	font-weight: 400;
}

.copy h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.copy h4 {
	font-size:16px;
}

.copy p {
	margin: 10px 0;
}

.copy ul {
	margin: 10px 0;
}

.copy ul li {
	position: relative;
	padding: 0 0 0 15px;
}

.copy ul li:before {
	content:"\f111";
	font-family: FontAwesome;
	color: #008366; /*was #a8a80c*/
	font-size: 6px;
	position: absolute;
	top: 0px;
	left: 0;
}
.copy.tagHeaderContent {
	margin-top: -20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #CB9800;
}
.copy.tagHeaderContent .copy {
	padding:20px 0;
}

/*SOCIAL NAV
*****************************************************/

.footer .socialNavList {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	overflow: auto;

	float: left;
	margin-left: -65px;
}
.footer .designBy {
	float: right;
	padding-top: 20px;
}

.share .socialNavList {
	text-align: left;
}

.box .share {
	margin-top: 10px;
}

.socialNavList li {
	float:left;
}
@media (min-width: 960px) {
	.socialNavList li {
		padding-right:2px;
	}
}

.share .socialNavList li {
	padding: 0 5px 0 0;
	display: inline-block;
}

.socialNavList li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-indent: -5000px;
	text-align: left;
	position: relative;
	transition: .5s all ease;
	color: #fff;
	background: #008366;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

.share .socialNavList li a {
	width: 24px;
	height: 24px;
	color: #008366;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.socialNavList li a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	text-indent: 0;
	transition: .3s all ease;
	color: #fff;
}

.share .socialNavList li a:before {
	top: 0 !important;
	left: 0 !important;
	color: #008366;
}
/*hover*/

.socialNavList li a:hover {
	color: white;
	background: #25BE9C;
}

.socialNavList li a:hover:before {
	color: white;
}
/*icons*/

.socialNavList li.navtwitter a:before {
	content: "\f099";
}
.socialNavList li.navfacebook a:before {
	content: "\f09a";
	/* left: 9px; */
}
.socialNavList li.navlinkedin a:before {
	content: "\f0e1";
}
.socialNavList li.navyoutube a:before {
	content:"\f16a";
	/* left: 12px; */
}
.socialNavList li.navflickr a:before {
	content: "\f16e";
}
.socialNavList li.navrss a:before {
	content: "\f09e";
}
.socialNavList li.navpinterest a:before {
	content:"\f231";
}
.socialNavList li.navgoogle a:before,
.socialNavList li.navgoogleplus a:before {
	content: "\f0d5";
}
.socialNavList li.navinstagram a:before {
	content:"\f16d";
}
.socialNavList li.navemail a:before {
	content:"\f0e0";
	font-size: 20px;
}
.socialNavList li.navnewsletter a:before {
	content: "\f003";
}
@media (max-width: 1129px) {
	#footer .span6.text-left {
	    width: 33.333333333333%;
	}
	#footer .span6.text-right {
	    width: 66.666666666666%;
	}
    .socialNavList {
		/* position:absolute;
		display:block;
		right:100px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction:row;
		-webkit-flex-direction:row;
		flex-direction:row; */
	}
	.footer .socialNavList {
		margin-left: 0px;
	}
	
	 
	
	.news-item .newsSocialMediaContainer .socialNavList {
		position:relative;

	}
	.socialNavList > li > a {
		display: block;
	    width: 40px;
	    height: 40px;
	    border-left: 1px solid rgba(255,255,255,0.2);
	    text-indent: -5000px;
	    text-decoration: none;
	    opacity: 1;
	}

    .socialNavList li a:before {
    	top: 11px;
    }
    
}

@media (max-width: 800px) {

	#footer .span6.text-left, #footer .span6.text-right {
	    width: 100%;
	    float: none;
	}
	#footer .socialNavList {
		position:relative;
		display:block;
		margin: 0 auto;
		right:auto;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction:row;
		-webkit-flex-direction:row;
		flex-direction:row;
		justify-content: center;

		float: none;
	}
	.footer .designBy {
		float: none;
	}
}
@media (max-width: 520px) {
	.header .logo {
		display:none !important;
	}
}

.news-item .newsSocialMediaContainer .socialNavList {
	right:0;
	float:right;
	margin:0;
}
.news-item .newsSocialMediaContainer .socialNavList a {
	width: 30px;
    height: 30px;
}
.news-item .newsSocialMediaContainer .socialNavList li a:before {
	top:4px;
	left:5px;
}
.news-item .newsSocialMediaContainer  .socialNavList li.navfacebook a:before {
	top: 4px;
	left:7px;
}



/*FORMS
********************************************************/
.copy.trade form.general {
	margin-top:40px;
}
.copy.trade form.general {
	width:100%;
}
form.general .captchaContainer {
	margin:20px auto;
}
.newsletterForm input[type="text"] {
	width: 100%;
	border: 0;
	padding: 10px;
	margin: 10px 0 0;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsletterForm button {
	border: 1px solid #fff;
	background: rgba(255,255,255,0.2);
	padding: 8px 35px;
	margin: 10px 0 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formHolder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 10px 30px;
	background: #e9ecec;
}

.formHolder.white {
	padding: 10px 0 0;
	background: #fff;
}

.general legend,
.formHolder h3 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0c241f;
	padding: 20px 0 0 10px;
}

.general legend a {
	text-transform: none;
	font-size: 13px;
}

.general .note {
	font-size: 13px;
	font-style: italic;
	opacity: 0.7;
}


.general .group {
	margin-top: 15px;
}

.general.small .group {
	margin-top: 10px;
}

.general .group .col {
	margin-top: 0;
}

.general.small .col {
	padding-left: 5px;
	padding-right: 5px;
}

.general .group:before,
.general .group:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.general .group:after {
	clear: both;
}

.general .explainer {
	font-size: 16px;
	padding-bottom: 10px;
	font-style: italic;
}
.general fieldset h3 {
	display:none;
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 0 20px;
	text-align: center;
	position: relative;
	font-family: 'Raleway', sans-serif;
}
.general label,
.general .label {
	display: block;
	min-height:22px;
	font-size: 14px;
	font-weight: 400;
	color: #495d59;
	padding-top: 5px;
	padding-bottom: 5px;
}

.general label.sr-only {
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

.general label.inline,
.general .label.inline {
	display: inline;
}

.general input[type="text"],
.general input[type="number"],
.general input[type="password"],
.general input[type="email"],
.general select,
.general textarea {
	border: 1px solid #CB9800;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 5px;
	font-size: 14px;
	font-family: sans-serif;
	color: #384350;
	background: #fff;
	border-radius: 0;
	border: 1px solid #cac7b6;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #839591;
    height: 50px;
    background-color:rgb(250,255,189);
}

.general select {
	color: #999;
}

.general textarea {
	height: 80px;
}

.general input[type="checkbox"] {
	display: inline-block;
	margin-top: 5px;
}

.general button,
.general input[type="submit"] ,
.general input[type="button"] {
	display: inline-block;
	padding: 0 25px;
	margin: 0;
	height: 40px;
	text-decoration: none;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	background: #008366;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0 auto 0;
	font-weight: 400;
	border: 1px solid transparent;
	cursor: pointer;
	transition: .5s ease;
	border-radius:4px;
	width:100%;
	height: 50px;
    background: #008366;
    margin-top:10px;
}

.general button.fullwidth,
.general input[type="submit"].fullwidth,
.general input[type="button"].fullwidth {
	width: 100%;
}

.general button:hover {
	opacity: .8;
}

/*checkout forms*/

.general .expiryMonth {
	width: 65%;
}

.general .expiryYear {
	width: 35%;
}


/* ======================================================================================================================================================================================
update class */
.formHolder a {
	color: #839591;
}
.general button.big {
	height: 50px;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 30px;
	padding: 0;
	min-width: 220px;
}

.general button.big:hover{
	background: #008366;
}

.general button.big i {
	line-height: 50px;
}
.help-block {
	font-size: 13px;
	text-align: left;
}
.Login .formHolder {
	margin-bottom: 30px;
}
.Login .general legend {
	font-weight: normal;
	text-align: center;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 0;
}
.group.radio input {
	margin-right: 10px;
}
.group.radio label {
	font-size: 15px;
}
.group.radio li {
  font-size: 13px;
  list-style: inside;
  margin-left: 25px;
  color: #839591;
}

/* ======================================================================================================================================================================================
End update class */
.inline button,
.inline input[type="submit"] {
	margin: 0;
}
.general button i {
	padding-left: 5px;
}


/*HEADER
********************************************************/

.header {
	z-index:100000;
	background: #008366;
	height: 50px; /*height same as top padding on #canvas*/
	position: fixed;
	top: 0;
	left: 0;
	transition: left .5s ease, z-index .5s ease;
}

.searchOpen.header {
	z-index: 500;
}

.menuOpen .header {
	left: 85%;
}

.header .logo {
	display: inline-block;
	position: absolute;
	z-index: 300;
	left: 70px;
	top: 10px;
}

.header .logo img {
	display: block;
	height: auto;
	width: 100px;
}
@media (max-width: 430px) {
	.header .logo {
		top: 15px;
		left:65px;
	}
}
@media all and (min-width: 430px) {
	.header .logo img {
		width:180px;
	}
}
.header .logo img.logoColor {
	display:none;
}

.header .toggle {
	display: inline-block;
}

.header .toggle .fa,
.topNavList >li >a .fa {
	font-size: 22px;
	color: #fff;
	width: 50px;
	height: 50px;
	padding-top: 13px;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.header .toggle .fa:before {
	opacity: 1;
}

.header .toggle:hover .fa:before {
	opacity: 1;
}

.header .toggle.toggleSearch {
	position: absolute;
    z-index: 20;
    right: 50px;
    top: 35px;
    transition: .5s ease;
    font-size: 20px;
    text-decoration: none;
    color: white;
    background: #CB9800;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    z-index:100000;
}
.header .toggle.toggleSearch:hover {
	background-color:#25BE9C;
}
.header.searchOpen .toggleSearch i:before {
	content: "\e039";
}
.header .toggle.toggleSearch span {
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: 700;
}
@media (max-width: 1129px) {
	.header .toggle.toggleSearch {
	    right: 0;
	    top: 0;
	    height: 50px;
	    padding-top: 10px;
	    width: 50px;
	    border-radius: 0;
	    text-align: center;
	}
	.header .toggle.toggleSearch span {
		display: none;
	}
}
/*MAIN NAVIGATON
*********************************************************/

/*slide out menu*/
#wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height:100%;
}

#canvas {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menuOpen #canvas {
	left: 85%;
}

.slideOutMenu {
	width: 85%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -85%;
	background: #313A38;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .5s ease;
	overflow-y: auto;
}

.menuOpen .slideOutMenu {
	left: 0;
}

.slideOutMenu .close {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 50px;
	height: 49px;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	padding: 5px 0 0 20px;
	opacity: 0.5;
}

/*main nav*/

.header .mainNav {
	display: none;
}

.mainNavList > li {
	position: relative;
	background: transparent;
	transition: .3s all ease;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mainNavList > li > a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 40px 12px 20px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	font-weight: 400;
	text-align:left !important;
}

.mainNavList > li:hover,
.mainNavList > li a:active,
.mainNavList > li.onPath,
.mainNavList > li.open {
	background-color: rgba(255,255,255,0.1);
}

.mainNavList > li > .showSubNav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding-top: 9px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	transition: .3s all;
	width: 40px;
}

.mainNavList > li.open > .showSubNav i:before {
	content: "\f068";
}
.mainNavList > li.navhome > .showSubNav {
	display:none;
}

.mainNavList > li > .showSubNav:hover {
	background: rgba(255,255,255,0.3);
}
.mainNavList > li.navourbooks a {
	position:relative;
	padding-left:20px;
}
/*sub nav lists*/

.mainNavList .wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px 0 0;
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
	z-index: -1;
}

.mainNavList .open .wrap {
	max-height: 1000px;
}

.mainNavList .sub-menu a,
.mainNavList .sub-menu a:hover {
	color: #fff;
	color: rgba(255,255,255,0.8);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mainNavList .sub-menu li:last-child {
	margin-bottom: 10px;
}

.mainNavList .sub-menu a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 14px;
	position: absolute;
	top: 9px;
	right: 15px;
}

.slideOutMenu .mainNav .span6 {
	display: none;
}

.mainNavList h2 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 5px 20px;
}

.mainNavList .wrap > ul.sub-menu > .col:last-of-type,
.mainNavList .wrap .megaMenuFooterHtml,
.mainNavList .folder.last.divider {
	display:none;
}
.mainNavList .sub-menu li:last-child {
	margin-bottom: 0;
}


/*TOP NAVIGATION
*****************************************/

.topNav {
	float: right;
}
@media (max-width: 1129px) {
	.topNav {
		position:absolute;
		right:50px;
		top: 0;
	}
}

.topNavList.enhanced {
	display: none;
}

.topNavList > li {
	float: left;
	width: 50px;
	position: relative;
}

.topNavList > li > a {
	display: block;
	width: 50px;
	height: 50px;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	text-indent: -5000px;
	text-decoration: none;
	opacity: 1;
}

.topNavList > li.navcart > a {
	text-indent: 0;
}

.topNavList > li.navcart > a span.text {
	display: block;
	text-indent: -5000px;
}

.topNavList > li span.counter {
	position: absolute;
	margin-left: 5px;
	top: 4px;
	right: 4px;
	background: #CB9800;
	color: #fff;
	border-radius: 50%;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 12px;
	min-width: 18px;
	text-align: center;
	box-sizing: border-box;
}

.topNavList > li > a:hover {
	opacity: 1;
}

.topNavList > li > a i {
	display: block;
	text-indent: 0;
	position: relative;
	top: -20px;
}

.topNavList > li.navcart > a {
	background: url('../../images/default/layout/icon_bag_64.png') center center no-repeat;
	background-size: 22px 22px;
}

/*dropdowns*/

.topNavList ul {
	position: absolute;
	top: -5000px;
	right: 0;
	width: 200px;
}

.topNavList .open ul {
	top: 50px;
}

.topNavList ul a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 15px;
	border-top: 1px solid rgba(255,255,255,0.2);
	text-align: right;
	background: #008366;
	opacity: 0.9;
}

.topNavList ul a i {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	color: #008366;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
	opacity: 0.5;
}

@media (max-width: 1129px) {
	.footer .topNavList > li > a, .footer .topNavList > li > a .fa {
		width: 40px;
	    height: 40px;
	}
	.footer .topNavList > li > a .fa {
		padding-top: 9px;
	}
	.footer .topNavList > li {
		width: 40px;
	}
}


/*SEARCH
******************************************/

.search {
	position: absolute;
	z-index: 350;
	top: -5000px;
	left: 0;
	right: 0;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	background: #008064;
	opacity: 0;
	transition: opacity .5s ease;
}

.open.search {
	top: 0px;
	opacity: 1;
	transition: opacity .5s ease;
}

.search .toggleSearch {
	color: white;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
	position: absolute;
	top: 3px;
	right: 0;
}
.search .toggleSearch i {
	background: #25BE9C;
    padding: 5px;
}

.search form {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 50px 0 0;
}

.search input[type="text"] {
	border: 0;
	border-bottom: 1px solid white;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	background: transparent;
	width: 100%;
}

.search input[type="text"]:focus {
	outline: none;
}

.search button {
	display: none;
	border: 0;
	padding: 5px 10px;
	color: #9ba66a;
	font-size: 20px;
	font-weight: 300;
	background: transparent;
	float: right;
}

.search ::-webkit-input-placeholder {
	color: #fff;
}
.search :-moz-placeholder {
	color: #fff;
}
.search ::-moz-placeholder {
	color: #fff;
}
.search :-ms-input-placeholder {
	color: #fff;
}


/*SEARCH PAGE
******************************************/

.searchpage {
	height: 110px;
    padding: 25px 50px 0;
	background: #008366;
}


.searchpage form {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 50px 0 0;
}

.searchpage input[type="text"] {
	border: 0;
	border-bottom: 1px solid #9ba66a;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	background: transparent;
	width: 100%;
}

.searchpage input[type="text"]:focus {
	outline: none;
}

.searchpage button {
	display: none;
	border: 0;
	padding: 5px 10px;
	color: #9ba66a;
	font-size: 20px;
	font-weight: 300;
	background: transparent;
	float: right;
}

.searchpage ::-webkit-input-placeholder {
	color: #fff;
}
.searchpage :-moz-placeholder {
	color: #fff;
}
.searchpage ::-moz-placeholder {
	color: #fff;
}
.searchpage :-ms-input-placeholder {
	color: #fff;
}


/*quick search results*/

#QuickSearch {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block !important;
	background: #f5f4ed;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

#QuickSearch .inner {
	margin: 30px 20px 80px;
	max-height: 350px;
	overflow-y: auto;
}
#QuickSearch .inner .col.span3 {
	width:100%;
	padding: 0 10px 0;
}

#QuickSearch .inner .box span.price {
	display:none;
}

#QuickSearch .btn {
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	width:200px;
}

#quickLinksList {
	display:none;
}
@media (min-width: 340px) {
	#QuickSearch .inner .col.span3 {
		width:50%;
	}
	#QuickSearch .inner .col.span3:nth-of-type(2n+1) {
		clear:left;
	}
}
@media (min-width: 600px) {
	#QuickSearch .inner .col.span3 {
		width:33.333333333%;
	}
	#QuickSearch .inner .col.span3:nth-of-type(2n+1) {
		clear:none;
	}
	#QuickSearch .inner .col.span3:nth-of-type(3n+1) {
		clear:left;
	}
}
@media (min-width: 870px) {
	#QuickSearch .inner .col.span3 {
		width:25%;
	}
	#QuickSearch .inner .col.span3:nth-of-type(3n+1) {
		clear:none;
	}
	#QuickSearch .inner .col.span3:nth-of-type(4n+1) {
		clear:left;
	}
}
@media (min-width: 1130px) {
	#QuickSearch .inner .col.span3 {
		width:20%;
	}
	#QuickSearch .inner .col.span3:nth-of-type(4n+1) {
		clear:none;
	}
	#QuickSearch .inner .col.span3:nth-of-type(5n+1) {
		clear:left;
	}
}

/*FLASH
*************************************************/

.flash {
	background: #008366; /*was #a8a80c*/
	color: #fff;
	text-align: center;
	padding: 6px 10px 6px;
	height: auto;
	transition: .5s ease;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	position: relative;
	top: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.9;
}

.flash.hide {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
}

.flash a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.flash h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.flash p {
	text-transform: uppercase;
	font-weight: 300;
	opacity: 0.8;
	font-size: 14px;
	line-height: 14px;
}

.flash .close {
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 0px;
	padding: 6px 10px;
	opacity: 0.5;
}


/*HOME PAGE BANNER
***********************************************/

.banner {
	height: auto;
	max-height:800px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.bannerSlider img {
	display: block;
	transition: all .7s ease;
}
.banner .bookCover img {
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
}
.bannerSlider .text {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items:center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.bannerSlider .text .inner {
	width:100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align:center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/* figure.responsiveimg:after {
	content: '';
	background: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} */
.banner .bookCover  {
	display:none;
}
.banner figcaption {
	width:90%;
	max-width:1180px;
	margin-left:auto;
	margin-right: auto;
}

.bannerSlider .slick-dots {
	display: none !important;
}

.bannerSlider h2 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	color: #fff;
}
.bannerSlider .tagline {
	font-size: 20px;
	font-style: italic;
	font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
	text-shadow: 0 0 24px rgba(0,0,0,0.5);
	margin: 10px 0 0;
	color: #fff;
}
.bannerSlider .author {
	font-size: 30px;
	font-style:italic;
	text-transform:uppercase;
	margin-top:20px;
	font-weight: 300;
}
.bannerSlider .btn {
	background: transparent;
	margin: 15px 5px 0;
	transition: .5s ease;
	padding: 20px 50px;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.4);
	text-align:center;
	font-size: 18px;
    width:100%;
    max-width: 250px;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
}
.bannerSlider .btn:hover {
	color: #fff;
}
.bannerSlider .image {
	position: relative;
}
.bannerSlider .image:before {
	content: "";
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

@media (min-width: 650px) {
	.banner .bookCover {
		display:block;
	}
	.bannerSlider .text .inner {
		text-align:left;
		margin-left:5%;
	}
	.bannerSlider .btn {
		margin-left:0;
	}
	.bannerSlider .text .inner.noImage {
		text-align:center;
		margin-left:0;
	}
	.bannerSlider .text .inner.noImage .btn {
		margin-left:auto;
	}
}
@media (min-width: 784px) {
	.banner .bookCover {
		width:50%;
	}
	.banner .bookCover img {
		width:50%;
		margin-left:25%;
		/*media="screen and (min-width: 960px)"*/
	}
	.bannerSlider .text .inner {
		text-align:left;
		width:50%;
		margin-left:0;
	}
	.bannerSlider .text .inner.noImage {
		text-align:left;
		margin-left:50%;
	}
	.bannerSlider .text .inner.noImage .btn {
		margin-left:0;
	}
	.bannerSlider h2 {
		font-size:30px;
		line-height:30px;
	}
	.bannerSlider .author {
		font-size:20px;
		margin-top:10px;
	}
}
/*featurted titles *************************************/

.bannerSlider.feature h2 {
	font-size: 26px;
	line-height: 45px;
	width: 100%;
	padding-top: 0;
}

.bannerSlider.feature h2:before,
.bannerSlider.feature h2:after {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	border-top: 1px solid #fff;
	margin: 0 auto 0;
}
.bannerSlider.feature h2:after {
	margin-top: 15px;
}
.bannerSlider.feature h2 i {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}
.bannerSlider.feature h2 span {
	display: block;
	font-size: 60px;
}


/* sideitems *******************************************/

.sideItemsList .col {
	width: 50%;
}

.sideItemsList .inner {
	position: relative;
	overflow: hidden;
}

.sideItemsList .inner:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 70px rgba(12,36,31,0.10);
}

.sideItemsList h2 {
	color: #0c241f;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	background: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 0;
	right: 0;
}

.sideItemsList img {
	display: block;
	transition: all .7s ease;
}

.sideItemsList a:hover img {
	transform: scale(1.05);
}


/*ACCORDIONS
****************************************************/

.accordion h3 {
	margin: 0 0 1px 0;
	padding: 0;
	border: 0;
	font-weight: 400;
}

.accordion h3 a {
	display: block;
	position: relative;
	padding: 10px 10px;
	font-size: 14px;
	color: #495d59;
	text-decoration: none;
	background: #edf2f1;
	text-transform: uppercase;
}

.accordion h3.hdLHS a {
	font-size: 16px;
	color: #fff;
	background: #313233;
}

.accordion h3 a:after {
	content: "+";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 20px;
	line-height: 20px;
	float: right;
	position: relative;
	top: 0;
}

.accordion h3.open a:after {
	content: "-";
	/*opacity: .5;*/
}

.accordion > div {
	padding: 0;
}

.accordion div.open {
	display: block !important;
}



/*FOOTER
**********************************************/

.footer {
	background-size: 100% auto;
	background-color:#313233;
	color:#a7a9ac;
	margin-top: 30px;
	font-size:small;
}
.footer.stickyFooter {
	/*position:absolute;
	bottom:0;*/
}
.footer .row {
	margin-top: 0;
	padding:0 0 15px;
}
.footer .row .col.span12 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction:row;
			-ms-flex-direction:row;
				flex-direction:row;
		-webkit-align-items:center;
			-ms-align-items:center;
				align-items:center;
}
.footer img {
	width:57px;
}

.footer a {
	color:inherit;
}
.footer div.text-left {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items:center;
			-ms-align-items:center;
				align-items:center;
}
.footer div.text-left a {
	padding-left:10px;
}

#log-in .footer {
	display:none;
}

.footer .accordion {
	margin-top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer .accordion h3 {
	margin-top: 0;
}

.footer .accordion h3 a {
	background: transparent;
	color: #fff;
}

.footer .accordion li {
	padding: 0 10px;
}

.footer .accordion li  a {
	display: block;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	padding: 4px 10px 4px 15px;
}

.footer .accordion li a:before {
	content:"\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	text-indent: 0;
	top: 7px;
	left: 0;
}

.footer h3 {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.footer .newsletter {
	margin: 0 auto 0;
	max-width: 300px;
	padding: 0 30px;
}

.footer .bottom {
	margin: 20px 0 20px;
	color: #fff;
	font-size: 10px;
}

.footer .bottom a {
	color: #fff;
	text-decoration: none;
}

iframe[name="google_conversion_frame"] {
	height: 0 !important;
	position: absolute;
}

@media (max-width: 800px) {
	.footer .col.span6 {
		width:100%;
		text-align:center;
	}
	.footer .col.span6:last-of-type {
		margin-top:10px;
	}
	.footer img {
		left:0;
		margin-left:0;
	}
	.footer .row .col.span12 {
		display:inline-block;
		-webkit-flex-direction:column;
			-ms-flex-direction:column;
				flex-direction:column;
	}
	.footer div.text-left {
		-webkit-justify-content:center;
			-ms-justify-content:center;
				justify-content:center;
	}
}




/*PATH
**********************************************************/

.path {
	margin: 10px 0 0;
	overflow: hidden;
	display:none;
}

.path ul {
	overflow: hidden;
}

.path li {
	float: left;
	padding: 0 5px 0 0;
}

.path li a {
	font-size: 11px;
	display: inline-block;
	color: #afb2b2;
	text-decoration: none;
	text-transform: capitalize;
}

.path li.sel {
	background-image: none;
	padding-right: 0;
}

.path li a:hover,
.path li.sel a {
	text-decoration: none;
	color: #313233;
}

.path li:after  {
	content: "/";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 14px;
	padding-left: 5px;
	color: #b7c4c1;
}

.path li.sel:after {
	content: "";
}
/************************   SHOP STYLES   *************************/
/*PRODUCT LIST
*****************************************************************/
/* .row.grid.productsListing {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items:flex-end;
			-ms-align-items:flex-end;
				align-items:flex-end;
		-webkit-flex-wrap:wrap;
			-ms-flex-wrap:wrap;
				flex-wrap:wrap;
}
.row.grid.productsListing .col.span3 {
	display:inline-block;
} */

/* .productList {
	padding: 0 0 30px 0;
}

.productList li {
	width: 50%;
}

.productList li:nth-child(2n+3) {
	clear: left;
}

.productList a {
	display: block;
	text-decoration: none;
}

.productList h3 {
	color: #0c241f;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin: 10px 0 0 0;
}

.productList .price {
	font-size: 14px;
	color: #72918b;
	margin-top: 10px;
} */



@media all and (min-width: 900px) {
	.productSlider .col.span10 {
		width:83.3333333%;
	}
	.productSlider .col.offset1 {
		margin-left:8.333333333%;
	}
}


/*PRODUCT DETAIL
*****************************************************************/

/*image slider*/

.productDetail .productThumbSlider {
	height: 0;
	overflow: hidden;
}
.productDetail .span4.group.promo {
  margin-top: 5px;
}

.productImageSlider figure {
	/*padding: 5px 5px 0;*/
	padding: 0 5px 0 0;
}

/*product info*/

div.brand {
	text-transform: capitalize;
	color: #CB9800;
	font-size: 18px;
	font-weight:500;
	line-height: 18px;
	margin: 10px 0 20px;
}

.brand a{
	color: #CB9800;
}

.productInfo h1.pageTitle {
	color: #0c241f;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin: 5px 0 0;
	padding: 0;
	border: 0;
}
.productDetail .productInfo h1.pageTitle {
	font-size:20px;
	text-transform:uppercase;
}
.pos {
	color: #b7c4c1;
	font-size: 12px;
	line-height: 12px;
	margin: 10px 0 0;
}

.price {
	color:#313233;
	font-weight: 700;
	font-size:30px;
	margin-top:5px;
}
.price.sale {
	position:relative;
}

p.productPosCode{
	color: #495d59;
	font-size: 12px;
	line-height: 12px;
}

.shipping {
	color: #CB9800;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 10px 0 10px;
}


.orderShipToBillingAddressLabel{
	padding-left: 6px;
}

.rating {
	margin: 20px 0 0;
}

.rating a {
	text-decoration: none;
}

.stars li {
	display: inline-block;
	color: #f0c600;
	font-size: 20px;
	line-height: 20px;
}

/*add to cart*/

.addToCartForm {
	margin-top: 20px;
}

.attribute {
	margin-top: 15px;
}

.selectSizeList li {
	display: inline-block;
	padding: 4px 1px 0;
}

.selectSizeList a {
	display: block;
	color: #495d59;
	font-size: 14px;
	border: 1px solid #b7c4c1;
	text-decoration: none;
	min-width: 25px;
	padding: 3px 1px 3px;
	transition: .3s ease;
}

.selectSizeList a:hover,
.selectSizeList .sel a {
	background: #839591;
	color: #fff;
}

.selectColoursList li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 25px;
	height: 25px;
	text-align: center;
}

.selectColoursList li.disabled {
	opacity: 0.3;
}

.selectSizeList li.disabled {
	opacity: 0.5;
}

.selectColoursList li.disabled:before {
	content: "/";
	font-weight: 400;
	font-size: 35px;
	line-height: 35px;
	color: #b7c4c1;
	display: block;
	position: absolute;
	z-index: 10;
	top: -4px;
	left: 8px;
	cursor: not-allowed;
	text-align: center;
}

.selectColoursList li.disabled a, .selectSizeList li.disabled a  {
	cursor: not-allowed;
}

.selectColoursList a img {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #495d59;
	font-size: 14px;
	border: 2px solid #b7c4c1;
	text-decoration: none;
	transition: .3s ease;
	overflow: hidden;
}

.selectColoursList a:hover img,
.selectColoursList .sel a img {
	border: 2px solid #0c241f;
}

.selectColoursList .disabled a:hover img,
.selectColoursList .disabled.sel a img {
	border: 2px solid #b7c4c1;
}

.selectColoursList a span {
	display: none;
	position: absolute;
	bottom: -20px;
	color: #fff;
	background: #008366;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.8;
	padding: 3px 6px;
	border-radius: 2px;
	z-index: 100;
}

.selectColoursList a span:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -6px;
	border-bottom: 6px solid #008366;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.selectColoursList .sel a span,
.selectColoursList a:hover span {
	display: inline-block;
}

.stockLevel {
	font-size: 14px;
	color: #839591;
	text-transform: uppercase;
	margin-top: 10px;
}
.productDetail .productInfo {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}

button.addToCart {
	font-weight: 700;
	font-size: 14px;
	margin: 5px 0;
	height: auto;
	padding: 8px;
}

button.addToCart img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
	padding-right: 2px;
}
div.additionalButton,
button.addToCart {
	width:100%;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
div.additionalButton a {
	background-color:#CB9800;
}

div.additionalButton.print {
	margin-top:5px;
}
div.additionalButton.print a {
	background:#313233;
}

.powatag {
	text-align: center !important;
	margin: 10px 0 !important;
}

.addToWishList {
	margin-top: 15px;
}

.addToWishList a {
	font-size: 14px;
	color: #008366; /*was #a8a80c*/
	text-decoration: none;
	text-transform: uppercase;
}

.addToWishList {
	padding-right: 5px
;}

.addToWishList.added i:before {
	content:"\f004";
}

/*product description, accordion*/

.productDescription,
.productDetail .accordion,
.productDetail .share {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
}
.productDescription p{
	margin:0 0 10px;
}
.productDescription > p > span {
	font-size:16px !important;
	line-height: 30px;
}

.productDetail .share {
	overflow: hidden;
}

.productDetail .accordion p {
	margin: 10px 0;
}

.productDescription ul {
	margin: 10px 0;
}

.productDescription ul li {
	position: relative;
	padding: 0 0 0 15px;
}

.productDescription ul li:before {
	content:"\f111";
	font-family: FontAwesome;
	color: #008366; /*was #a8a80c*/
	font-size: 8px;
	position: absolute;
	top: 1px;
	left: 0;
}
.productDescription {
	border-top: 1px solid #CB9800;
    padding-top: 20px;
    margin-top: 30px;
}

@media (min-width: 500px) {
	.content.group.productDetail .col.span8 {
			padding-left:200px;
			width:100%;
		}
	.content.group.productDetail .col.span4.group {
		position:absolute;
		top: 0;
		left:0;
		width:180px;
	}
}

/*HOMEPAGE SECTIONS
********************************************************/
h2.sectionTitle {
	text-transform:uppercase;
	font-size:20px;
	margin:30px 0;
	text-align:center;
}
.welcome-note {
	text-align:center;
	position:relative;
}
.welcome-note > img {
	width: 60px;
	position: absolute;
	top: 0;
	z-index: 100;
	left: 50%;
	margin-left: -30px;
}
.welcome-note .row {
	margin:0 auto;
}
.welcome-note .light-bg {
	background-color:#edf2f1;
	padding-top: 100px;
	padding-bottom:60px;
}
.welcome-note p {
	font-size:20px;
	line-height:26px;
}
.productSlider li,
.productsListing li {
	margin:0 20px;
}
@media (min-width: 670px) {
	.productsListing li {
		margin: 0 40px;
	}
}
@media (min-width: 670px) {
	#home .productsListing li {
		margin: 0 20px;
	}
}
@media (min-width: 1100px) {
	.productsListing li {
		margin: 0 80px;
	}
	#home .productsListing li {
		margin: 0 40px;
        padding-top: 20px;
	}
}
.productSlider .titleDetails,
.productsListing .titleDetails {
	padding:20px 0 45px;
	text-align:center;
	min-height:70px;
}

.titleLinks {
	font-family: 'raleway', sans-serif;
}
.productsListing .titleDetails,
.customersAlsoBoughtContainer .titleDetails {
	margin-bottom:10px;
	padding-top: 0;
	min-height:130px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-align-items: center;
	    -ms-align-items:center;
	        align-items: center;
	-webkit-justify-content:center;
	    -ms-justify-content:center;
	        justify-content:center;
}
.productsListing .titleLinks {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display:inline-block;
	width:100%;
    width: 100%;
}
.titleLinks a.btn.cart {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 40px;
}
.titleLinks a.quick-view {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.titleLinks a {
	display:inline;
}
h2.alsoBought {
	display: block;
    text-transform: uppercase;
    color: #313233;
    margin: 0 0 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    border: 0;
    border-bottom: 1px solid #CB9800;
    text-align: left;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

/*REVIEWS
********************************************************/

.reviewsList {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	margin-top: 20px;
}

.reviewsList > li {
	padding: 0 20px 30px;
}

.reviewsList blockquote {
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}

.reviewsList blockquote:before,
.reviewsList blockquote:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #9ba66a;
	font-size: 40px;
	position: absolute;
	opacity: 0.2;
}

.reviewsList blockquote:before {
	content:"\f10d";
	top: -10px;
	left: 0;
}

.reviewsList blockquote:after {
	display: none;
	font-size: 22px;
	content:"\f10e";
	bottom: 10px;
	right: 20px;
}

.reviewsList blockquote cite {
	color: #0c241f;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
/* MODAL STYLE */
.fancy_modal {
	display: none;
	background: #F5F4ED;
	max-width: 800px;
	padding: 20px 15px;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 6px 0px rgba(50, 50, 50, 0.75);
}
.modal-sm {
	width: 100%;
	max-width: 450px;
}
.fancy_modal input {
	background: #fff;
}
.modal_header {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.modal_header h2 {
	float: left;
	line-height: 40px;
	color: #CB9800;
  font-size: 20px;
  font-weight: 400;
}
.modal_header .close_modal {
	float: right;
	cursor: pointer;
	color: #F06623;
	line-height: 40px;
}
.fancy_modal label {
	font-size: 14px!important;
	color: #666;
	text-align: left;
	text-transform: uppercase;
}
.fancy_modal input {
	height: 30px!important
}
.fancy_modal input, .fancy_modal textarea {
	border-color: #F5DFD0!important;
	padding: 2px 5px;
	border-radius: 4px!important;
}
.fancy_modal .general .group {
	margin-top: 0;
	margin-bottom: 10px;
}
.fancy_modal .modal_footer {
	display: block;
	margin-top: 20px;
	overflow: hidden;
	text-align: right;
}
.fancy_modal .modal_footer .btn {
	display: inline-block;
}
/* MODAL STYLE */

/* TABS */


.tab-container {
	margin: 20px 0;
}
.tab-container ul.etabs {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #CB9800;
}

ul.etabs:before,
ul.etabs:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
ul.etabs:after {
	clear: both;
}
.tab-container ul.etabs li {
	margin: 0 5px 0 0;
	padding: 0;
	background-image: none;
	border: 0;
	float: left;
}
.tab-container ul.etabs li:before {
	content: "";
	display: none;
}
.tab-container ul.etabs a {
	display: block;
	background: #008366;
	text-decoration: none;
	padding: 15px 10px;
	color: #fff;
	font-size: 14px;
}
.tab-container ul.etabs .active a {
	background: #CB9800;
	color: #fff;
}
.tab-container {
	text-align: left;
}
.tab-container .copy {
	padding: 20px 5px;
	height: 130px;
	overflow: auto;
}
/* --- / tabs */

.personalised label {
	font-style: italic;
	display: block;
	margin: -10px 0 15px;
	color: #839591;
	font-size: 14px;
}

.hero_bar {
	text-align: center;
}
.hero_bar > div {
	display: inline-block;
	vertical-align: middle;
	/*text-align: right;*/
	font-size: 12px;
	text-transform: uppercase;
	/*color: #83928D;*/
	color: #0c241f;
}
.hero_bar > div + div:before {
	content: "/";
	padding: 0 5px;
	color: #83928D;
}
.hero_bar a {
	/*color: #83928D;*/
	color: #0c241f;
	text-decoration: none;
}
.sorting a {
	width: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #83928D;
}

.sorting .fa {
	font-size: 12px;
	position: relative;
	top: -2px;
}

.row.grid {
	margin-top: 5px;
	padding: 0;
}
.row.grid:before,
.row.grid:after {
	display: table;
	content: " ";
}
.row.grid {
	margin-left: -5px;
  margin-right: -5px;
  width: auto!important;
  max-width: none!important;
}
.inner > .row {
	margin-top:20px;
}

.grid.productsListing,
.productsListing .slick-track {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction:row;
			-ms-flex-direction:row;
				flex-direction:row;
		-webkit-align-items:flex-end;
			-ms-align-items:flex-end;
				align-items:flex-end;
	/* 	-webkit-flex-wrap:wrap;
			-ms-flex-wrap:wrap;
				flex-wrap:wrap; */
		-webkit-justify-content:center;
			-ms-justify-content:center;
				justify-content:center;
}
#productsListing {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid.productsListing .span3 {
	width:100%;
}

.productsListing .box {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.productsListing .box a {
	display: block;
	overflow: hidden;
}

.brandsListing .span3:nth-of-type(3n+1) {
	clear: left;
}

.brandsListing .box {
	margin-bottom: 20px;
	position: relative;
}



.box a{
	text-decoration: none;
	text-align: left;
}
.box span {
	display: block;
	width: 100%;
}
.box span.title {
	color: #313233;
	margin: 5px 0;
	text-align:center;
	padding-top: 5px;
}
.box span.price {
	font-size:16px;
}
.productsListing .box a img.img2 {
	display: none !important;
}

.productsListing .box span.description {
	display: none;
}

span.description {
	display: none;
}

.brandsListing .box a img.img2 {
	display: none;
}

.brandsListing .box span.description {
	display: none;
}

#QuickSearch .box span.description {
	display: none;
}

.box .saleicon {
	width: auto;
}
.box span.price {
	margin: 0;
	font-weight: 700;
	text-align:center;
}
.box span.price s {
	/*display:none;*/
}

ul.AZList {
    margin-top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    justify-content:center;
}
ul.AZList li {
	display:inline-block;
	margin-top:25px;
}
ul.AZList li:before {
	content:'';
}
ul.AZList li a {
	background: #008064;
    padding: 10px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    font-family: 'raleway';
    font-weight: 700;
}
.copy h2[id|="letter"] {
	background: #313233;
    color: white;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 4px;
}
.copy .productTagList {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	-ms-align-items:flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.copy .productTagList li {
	display: inline-block;
    width: 23%;
    box-sizing: border-box;
    padding: 20px;
    background: whitesmoke;
    margin: 1%;
}
.copy .productTagList li p.more a {
	background-color: #008366;
    color: white;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin: 0;
    color: white;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    transition: .5s ease;
    font-weight: 700;
    font-family: 'raleway', sans-serif;
    text-decoration:none;
}
.copy .productTagList li:before {
	content:'';
}
.copy .productTagList li h3 a {
	color: #313233;
    text-decoration: none;
    font-weight: 700;
    font-family: 'raleway';
}
.copy .productTagList li span.authorImage {
	display:none;
}

/*promos in product listing*/

 .badge {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: -42px;
	left: -12px;
	width: 0;
	height: 0;
	padding: 0;
	/* display: -webkit-flex; */
	display: -ms-flexbox;
	/* display: flex; */
	/* -webkit-align-items: center; */
	-ms-align-items: center;
	/* align-items: center; */
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #000;
	/*border-left: 60px solid #CB9800;*/
}


.productDetail .badge {
	top: 0;
	left: 5px;
	width: 100px;
	height: 100px;
}

.green .badge {
	background: #008366;
}

.blue .badge {
	background: #00717d;
}

 .badge span {
	color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    bottom: 13px;
    left: -40px;
}

/****************/
.badge-bg {
  border-bottom: 75px solid transparent;
  border-left: 75px solid black;
  border-top: 70px solid transparent;
  box-sizing: border-box;
  height: 0;
  left: -12px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -48px;
  transform: rotate(-135deg);
  width: 0;
  z-index: 20;
}
.badge-text {
  color: #fff;
  left: 7px;
  position: absolute;
  top: 16px;
  transform: rotate(-43deg);
  z-index: 100;
}
.badge-text > span {
  display: table-caption;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
}

/***********/

.productDetail  .badge span {
	font-size: 15px;
}

/****************/
.badge-bg {
  border-bottom: 75px solid transparent;
  border-left: 75px solid black;
  border-top: 70px solid transparent;
  box-sizing: border-box;
  height: 0;
  left: -12px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -48px;
  transform: rotate(-135deg);
  width: 0;
  z-index: 20;
}
.badge-text {
  color: #fff;
  left: 6px;
  position: absolute;
  top: 12px;
  transform: rotate(-43deg);
  z-index: 100;
}
.badge-text > span {
    display: table-caption;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
}

/***********/

.price {
	color: #CB9800;
}

.green .price {
	color: #008366;
}

.blue .price {
	color: #00717d;
}

.price s {
	color: #495d59;
}


.pageNav h1,
.pageNav .pageSubTitle {
	display: none;
}

.pageNavList {
	margin-bottom: 30px;
}
.sidebar ul.subNavList1.sub-menu {
		padding-top: 0;
		display:none;
	}

.pageNav .pageNavList .subNavList1 .col.span6 {
	display: none;
}

.pageNavList a {
	font-size: 14px;
	margin-bottom: 1px;
	display: block;
	color: #495d59;
	text-decoration: none;
	display: block;
    position: relative;
    padding: 10px 10px;
    font-size: 14px;
    color: #495d59;
    text-decoration: none;
    background: #edf2f1;
}
.pageNavList > li:hover > a,
.pageNavList .sel > a,
.pageNavList .sub-menu li:hover > a {
	color: white;
	background-color:#008366;
}
.pageNavList .sub-menu {
	margin-bottom: 10px;
}

.pageNavList .sub-menu li {
	margin-left: 15px;
	position: relative;
}
.pageNavList .sub-menu li:before {
	content: "-";
	position: absolute;
	left: -10px;
	color: #495d59;
	top: -2px;
}

.pageNavList .sub-menu li a {
	margin-bottom: 5px;
	font-size: 13px;
}

/*GIFT VOUCHERS*/

#selectVoucherList {
	clear: both;
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
}
#selectVoucherList li {
	float: left;
	position: relative;
	z-index: 2;
	width: 33.3333333333%;
}
#selectVoucherList li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 5px;
	padding: 7px 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #bac4cf;
	color: #495d59;
	transition: .5s ease;
}
#selectVoucherList li:hover a {
	background-color: #008366;
  border: 1px solid #008366;
  color: #fff;
}
#selectVoucherList li.sel a {
  background-color: #008366;
  border: 1px solid #008366;
  color: #fff;
}
.voucher.subGroup span.label {
	text-align: left;
}
.addToCartForm .voucher > div {
	margin-bottom: 10px;
}
form.addToCartForm input.quantity {
	border: 1px solid #bac4cf;
}
form.addToCartForm input.quantity {
  color: #3e4957;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin: 0px 10px 10px;
  padding: 5px 2px 4px 1px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 34px;
}
form.addToCartForm span.add, form.addToCartForm span.subtract {
	float: left;
	width: 20px;
}
form.addToCartForm span.add a {
  top: -3px;
}
form.addToCartForm span.add a, form.addToCartForm span.subtract a {
  color: #bac4cf;
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
form.addToCartForm span.subtract a {
  top: -5px;
}
.offers {
	clear: both;
	width: 100%;
	float: none;
	overflow: hidden;
}
.offers > .cart_qty {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 34px;
	margin: 10px 0;
	vertical-align: middle;
}
.setselection {
	display: block;
	overflow: hidden;
	text-align: left;
}

.setselection .item {
	background: #f5f4ed;
	overflow: hidden;
	padding: 15px 10px 0;
	margin: 5px 0 0 0;
}

#wrap .setselection .itemtitle {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 400;
}
.setselection .price {
	float: left;
	margin-top: 6px;
	font-size: 14px;
}

.setselection .itemqty {
	margin-top: 5px;
	float: right;
}

.setselection .item label {
	display: inline;
}

form.addToCartForm .setselection input.quantity {
	width: 30px;
	height: 22px;
	position: relative;
	top: 1px;
}

form.addToCartForm .setselection span.add a {
    top: -2px;
}

.itemqty span {
  float: left;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
}
/* cart */
table.cart {
	width: 100%;
	margin: 10px 0;
}
table.cart td.price.number {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
table.cart a {
	color: #495d59;
	text-decoration: none;
}
table.cart th {
	font-size: 22px;
}
table.cart td, table.cart th {
	padding: 5px;
	border: 1px solid #e9ecec;
	vertical-align: top;
	color: #495d59;
  font-weight: 300
}
table.cart tr.totals td {
	border: transparent;
	text-align: center;
	font-weight: bold;
}
table.cart th.details {
	text-align: left;
}
table.cart tr.totals td:not(.empty) {
	background: #CB9800;
	color: #fff;
}
table.cart .total.number {
	font-weight: bold;
	text-align: center;
}
table.cart input.text.quantity {
	width: 40px;
	text-align: center;
}
table.cart td.quantity {
	text-align: center;
}
table.cart td.quantity span a {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}
table.cart th.total.number,
table.cart th.price.number,
table.cart th.quantity{
	min-width: 15%;
}
table.cart .image {
	max-width: 90px;
}
.cart .buttons.top {
	clear: both;
	display: block;
	float: none;
}
.cart .buttons.top a {
	float: right;
	margin-bottom: 10px;
}
.cart .buttons .btn.grey {
	color: #495d59;
	background: #F5F4ED;
}
.cart .buttons .btn.checkout {
	float: right;
	color: #fff;
}

/* ======================================================================================================================================================================================
Update class css */
.checkout_header:before,
.checkout_header:after,
.checkout_header [id^="checkoutStep"]:before,
.checkout_header [id^="checkoutStep"]:after {
	content: "";
	display: table;
}
.checkout_header:after, .checkout_header [id^="checkoutStep"]:after {
	clear: both;
}
.checkout_header {
	display: block;
	width: auto;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkout_header [id^="checkoutStep"] {
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1px;
	position: relative;
	border-right: 1px solid #fff;
}
.checkout_header .tab {
	position: relative;
	display: block;
	padding: 5px;
	text-align: center;
	background: #e9ecec;
	margin-bottom: 15px;
}

.checkout_header i {
	color: #008366;
}

.checkout_header .active i,
.checkout_header .closed i {
	display: none;
}
.checkout_header h2,
.summary_block h2 {
	color: inherit;
	color: #495d59;
	text-align: center;
	font-weight: normal;
	cursor: default;
	text-transform: uppercase;
	line-height: 22px;
    border-top: none;
    margin: 0;
    padding: 0;
}

.summary_block h2 a {
	display: block;
	font-size: 13px;
	text-transform: none;
	margin-top: 5px;
}

.checkout_header h2 {
	font-size: 11px;
}

.checkout_header span,
.checkout_header p {
	display: none;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}
.checkout_header [id^="checkoutStep"].active .tab {
	background: #008366; /*was #a8a80c*/
}
.checkout_header [id^="checkoutStep"].active .tab:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #008366 transparent transparent transparent;
}
.checkout_header [id^="checkoutStep"].active h2,
.checkout_header [id^="checkoutStep"].active p {
	color:#fff;
}
#checkout .formHolder {
	background: #fff;
	padding: 0;
}
#checkout .formHolder legend {
	font-size: 20px;
	padding-left: 0;
	font-weight: normal;
	color: #495d59;
	text-transform: uppercase;
}
#checkout .formHolder label {
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
}
.required {
	color: #e40000;
}
.formHolder .group.radio a {
	font-size: 12px;
	padding-left: 15px;
}
.formHolder .group.radio-inline p {
	font-size: 15px;
	margin: 10px 0;
}
.radio-inline .option {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.radio-inline .option + .option {
	padding-left: 5px;
}
.radio-inline .option label {
	cursor: pointer;
}
.radio-inline .option input {
	display: block;
	margin: 0 auto;
}
.radio-inline img {
	width: auto;
}
.group.checkbox input[type=checkbox] {
	display:none;
} /* to hide the checkbox itself */
.group.checkbox input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
.group.checkbox input[type=checkbox] + label:before {
	content: "\f096";
} /* unchecked icon */
.group.checkbox input[type=checkbox] + label:before {
	letter-spacing: 10px;
} /* space between checkbox and label */
.group.checkbox input[type=checkbox]:checked + label:before {
	content: "\f046";
} /* checked icon */
.group.checkbox input[type=checkbox]:checked + label:before {
	letter-spacing: 10px;
} /* allow space for check mark */
.formHolder .group .contact {
	display: block;
	margin: 10px 0;
	font-size: 15px;
	color: #495d59;
	padding-left: 10px;
}
.checkout_header [id^="checkoutStep"] {
	width: 33.33%;
	float: left;
}
.summary_block {
 	float: left;
 	width: 100%;
 	margin-top: 20px;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.summary_block > .inner {
 	background: #e9ecec;
 	padding: 30px 20px 25px;
 	width: 100%;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.summary_block > p {
	font-size: 14px;
	color: #495d59;
	margin-bottom: 20px;
}
.summary_block > ul {
  display: block;
  overflow: hidden;
  text-align: center;
}
.summary_block ul li {
	display: inline-block;
}
.summary_block ul li img {
	width: auto;
	max-width: 80px;
	height: auto;
}
.summary_block h2 {
	margin-bottom: 20px;
}

.paypal-button-widget {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}

.summary_product {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.summary_product .summary_image {
	display: table-cell;
	vertical-align: top;
	width: 25%;
  	min-width: 80px;
}
.summary_product .summary_image a {
	padding-right: 5px;
	display: block;
}
.summary_product .summary_prod {
	display: table-cell;
	vertical-align: top;
	width: 55%;
}
.summary_prod .title {
	font-size: 13px;
	color: #000;
}
.summary_prod span {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #839591;
}
.summary_price {
	display: table-cell;
	vertical-align: top;
  width: 20%;
  min-width: 55px;
  text-align: right;
	font-size: 14px;
	color: #839591;
}
#orderSummaryContainer .summary_product .summary_image {
	display:block;
	width:160px;
	margin:0 auto 5px;
}
.orderTotal {
	display: block;
	overflow: hidden;
	border-bottom: solid 1px #e2dfd0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.orderTotal p {
	font-size: 14px;
	color: #839591;
	clear: both;
	margin-top: 5px;
}
.orderTotal p span {
	float: right;
}
.grandTotal {
	display: block;
	overflow: hidden;
	clear: both;
	color: #0c241f;
	font-size: 20px;
}
.grandTotal + .btn {
	margin-top: 30px;
}
.grandTotal span {
	float: right;
}
.promoCodeContainer p {
	font-size: 14px;
	color: #0c241f;
	margin: 15px 0;
	text-align: center;
}
.promoCodeContainer p a {
	color: #008366;
}
.btn.inverse {
	color: #000;
	background: #cac7b6;
	border: 0;
}
.summary_block .contact span {
	display: block;
	margin: 0 auto 10px;
	text-align: left;
}
.summary_block .contact span i {
	color: #008366; /*was #a8a80c*/
	padding-right: 5px;
}
.summary_block .contact span a {
	text-decoration: none;
	color: #495d59;
	font-size: 14px;
}
.cart_grid {
	display: block;
	overflow: hidden;
	margin-top: 0;
}
.cart_grid h2 {
	color: #495d59;
  cursor: default;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding-bottom: 20px;
}
.product_added {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-top: solid 1px #e2dfd0;
}
.product_added > div {
	display: inline-block;
	vertical-align: top;
	float: left;
}
.product_added .prod_img {
	width: 35%;
}

.product_added .prod_img img {
	display: block;
}

.product_added .prod_desc,
.product_added .prod_opt,
.product_added .prod_price {
	width: 65%;
}

.product_added .prod_desc .title {
	font-size: 16px;
}
.product_added .prod_desc p {
	font-size: 13px;
	color: #839591;
}

.product_added .prod_opt {
	margin-top: 5px;
}

.product_added .prod_price {
	font-size: 15px;
	color: #0c241f;
	margin: 10px 0 0;
}
.product_added .prod_img a {
	display: block;
	padding-right: 20px;
}
.prod_opt .group {
	display: table-cell;
	width: 1%;
}
.prod_opt .group + .group {
	padding-left: 10px;
}
.prod_opt .group label {
	display: block;
	font-size: 12px;
	line-height: 22px;
	width: 100%;
}
.prod_opt .group select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: solid 1px #e2dfd0;
	color: #b1bcba;
	font-size: 14px;
}
#checkout .col.span12.group h2 {
  border-top: 1px solid #dbd8c5;
  color: #0c241f;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 40px 10px 10px;
  padding: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.btn.btn_transparent {
 	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 	color: #008366;
}

/*support details at top of checkout*/

.header .checkoutSupport {
	display: none;
}

.checkoutSupport {
	background: #f5f4ed;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	margin: 10px 5px 0;
}

.checkoutSupport b {
	display: block;
	text-transform: uppercase;
}

.ppButton {
	width: 50%;
	display: block;
	margin: 15px auto 0;
}


/*MINI CART
************************************************************/

.miniCart {
	min-width: 300px;
	max-width: 320px;
	position: absolute;
	z-index: 400;
	top: -5000px;
	right: 0;
	opacity: 0;
	transition: opacity .5s ease;
	background: #fff;
	border: 1px solid #e9ecec;
	border-top: 0;
}

li.open .miniCart {
	top: 40px;
	opacity: 1;
}

.miniCart:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: -1px;
	right: 15px;
	border-top: 10px solid #008366;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.topNavList .miniCart .summary_block {
	background: #fff;
	max-height: 350px;
	overflow: auto;
	float: none;
	margin: 0;
	padding: 20px 10px 0;
}

.miniCart h2 {
	font-size: 20px;
	margin-bottom: 0;
}

.miniCart p {
	font-size: 12px;
	text-align: center;
	color: #839591;
}

.miniCart .summary_product {
	border-bottom: solid 1px #e2dfd0;
	padding: 0 10px 10px 10px;
}

.miniCart .summary_product:first-of-type {
	border-top: solid 1px #e2dfd0;
	padding-top: 14px;
}

.miniCart .buttons {
	padding: 10px 10px 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C */
}

.miniCart .buttons .btn {
	width: 48.5%;
	float: left;
	padding: 8px 0;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 10px;
}

.miniCart .buttons .btn.fullwidth {
	width: 100%;
}


.miniCart .buttons .btn:nth-child(1) {
	margin-right: 1.5%;
}

.miniCart .buttons .btn:nth-child(2) {
	margin-left: 1.5%;
}

.miniCart #miniCartEmpty {
	text-align: center;
	padding: 40px;
}


/*FILTERS
*********************************************************************/

.filterList {
	padding: 0 10px;
}

.sidebar .attribute {
	margin-top: 5px;
	padding: 0 10px;
}

.filterList a {
	display: block;
	position: relative;
	color: #495d59;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: 1px solid #e9ecec;
	transition: .5s ease;
}

.filterList a:hover {
	color: #0c241f;
}

.filterList .sel a {
	color: #CB9800;
}

.filterList a i {
	position: absolute;
	z-index: 20;
	top: 8px;
	right: 0;
	font-size: 13px;
}

.filterList a i:before {
	transition: .5s ease;
}

.filterList a:hover i:before {
	content:"\f05d";
}

.filterList .sel a i:before {
	content:"\f058";
}


/*LOGIN ADD ON
************************************************************/


body#log-in #pageTitle {
	display: none;
}
/*general*/

#wrap .gdLogin_wrap {
	background: #e9ecec;
	float: left;
    margin: 0 10px;
    height: auto;
    min-height: 415px;
}

#wrap .gdLogin_wrap.open,
#wrap .gdLogin_wrap.reset {
	height: auto;
}

/*top*/

#wrap .gdLogin_top {
	text-align: center;
}

#wrap .gdLogin_top h3,
#wrap .gdLogin_top p {
	font-size: 16px;
	color: #313233;
	text-transform: uppercase;
	padding: 5px 0 20px;
	text-align: left;
	position: relative;
}

#wrap #dccom_gdloginWrap {
	max-width: 770px;
	margin: 0 auto;
}
@media (max-width: 820px) {
	#wrap #dccom_gdloginWrap {
		max-width:360px;
	}
	#wrap #dccom_gdloginWrap > .row {
		margin-top:0 !important;
	}
	#wrap .gdLogin_wrap.create {
		margin-top:10px;
	}
}

#wrap .gdLogin_top p {
    top: -25px;
    margin: 0;
    padding: 0;
    left: 0;
}

/*form*/

#wrap .gdLogin_group {
	margin: 0 0 10px;
	position: relative;
}

#wrap .gdLogin_wrap form label[for="gdloginUsername"],
#wrap .gdLogin_wrap form label[for="gdloginPassword"] {
	padding: 0;
	height: 0;
	text-indent: -5000px;
}

#wrap .gdLogin_wrap input[type="text"],
#wrap .gdLogin_wrap input[type="password"],
#wrap .gdLogin_wrap input[type="email"] {
	border: 1px solid #cac7b6;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #839591;
	height: 50px;
}

#wrap .gdLogin_wrap input:focus[type="text"],
#wrap .gdLogin_wrap input:focus[type="password"],
#wrap .gdLogin_wrap input:focus[type="email"] {
	box-shadow: 0 0 7px rgba(219,88,0,0.5);
	border: 1px solid #cac7b6;
	outline: none;
}

#wrap .gdLogin_helper {
	display: none;
}

#wrap .gdLogin_wrap button {
	height: 50px;
	background: #008366;
}

#wrap .gdLogin_wrap button.reset {
	margin-top: 10px;
	width: 48%;
}

#wrap .gdLogin_wrap button.cancel {
	margin-top: 10px;
	width: 48%;
	float: right;
	opacity: 0.5;
}

.forgotPassword {
	font-size: 14px;
	display: block;
	margin: 15px 0 0;
	text-align: center;
}

/*bottom*/

#wrap .gdLogin_bottom {
	text-align: center;
	margin: 20px 0 0;
}

#wrap .gdLogin_bottom p {
	font-size: 11px;
	font-style: italic;
	color: #888;
}

/*colours*/


#wrap .gdLogin_wrap.fail h3 {
	color: #df8021;
}
#wrap .gdLogin_wrap.fail input[type="text"],
#wrap .gdLogin_wrap.fail input[type="password"],
#wrap .gdLogin_wrap.fail input[type="email"] {
	border: 1px solid #df8021;
}
.fail #wrap .gdLogin_helper,
#wrap .gdLogin_wrap.fail button {
	background: #df8021;
}

#wrap .gdLogin_wrap.reset h3 {
	color: #94ae31;
}
#wrap .gdLogin_wrap.reset input[type="text"],
#wrap .gdLogin_wrap.reset input[type="password"],
#wrap .gdLogin_wrap.reset input[type="email"] {
	border: 1px solid #94ae31;
}
.reset #wrap .gdLogin_helper,
#wrap .gdLogin_wrap.reset button {
	background: #94ae31;
}

.gdLogin_wrap.create li {
	font-size: 13px;
	color: #839591;
	list-style-type: disc;
	margin-left: 42px;
	padding-left: 0;
}

.gdLogin_wrap.create li:before {
	content: "";
	display: none;
}


/*BLARNEY TRADE
*************************************************************************/

.banner.large {
	overflow: hidden;
}

.banner.large img {
	width: auto;
	height: 250px;
	float: right;
}

.banner.large h3 {
	position: absolute;
	z-index: 15;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	text-transform: uppercase;
	padding: 100px 0 0 20px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.5)), color-stop(50%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
}

.banner.large h3 span {
	font-size: 25px;
}


/*BRANDS
********************************************************************/

h1.pageTitle,
h1#pagetitle {
	font-weight: 300;
	font-size: 26px;
	margin: 10px 0;
}

.statement {
	max-width: 960px;
	margin: 0 auto;
}

.statement p {
	font-size: 16px;
	line-height: 24px;
}

.btnFilters {
	margin-top: 15px;
}

.btnFilters .btn {
	padding: 6px 15px;
	font-size: 14px;
	margin: 10px 5px 0;
}
.btnFilters .btn:hover {
  border: 1px solid grey;
  color: grey;
  background: rgba(220,88,0 ,0.3);
}

.azBig {
	margin: 10px auto 0;
}

.azBigList > li {
	overflow: hidden;
	border-bottom: 1px solid #e9ecec;
	padding: 20px 0;
}

.azBigList .lead {
	color: #CB9800;
	font-size: 36px;
	width: 20%;
	float: left;
}

.azBigList > li ul {
	float: left;
	width: 80%;
}

.azBigList > li li {
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding: 5px;
	font-size: 14px;
	color: #b7c4c1;
}

.azBigList > li li a {
	color: #495d59;
	text-decoration: none;
}

/*MEDIA QUERIES
**************************************************************************/
@media (max-width: 1129px) {
	.lev1.navwishlist {
		display: none!important;
	}
	.topNavList {
		float: right!important;
	}
	.topNavList.enhanced {
		display: block;
		float: left!important;
	}
	.topNavList.enhanced > .lev1:nth-child(2) {
		display: none;
	}
	.showSubNav {
		color: #CB9800;
		opacity: 0.5;
    height: 50px;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 50;
    font-size: 20px;
    font-weight: bold;
    text-indent: 5px;
    background: none;
    visibility: visible;
	}
	.topNavList > li > a i {
		z-index: 51;
		color: #fff;
	}
	.down_arrow.top {
    margin: 0 auto 5px;
	}
}

@media (max-width: 768px) {

	.toggleTabs {
		display: block;
		background: #F5F4ED;
		height: 44px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		font-size: 16px;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		color: #CB9800;
	}
	.toggleTabs span {
		display: block;
		float: left;
		padding: 10px 0 0 10px;
	}
	.toggleTabs i {
		float: right;
		width: 44px;
		height: 44px;
		text-align: center;
		font-size: 16px;
		border-left: 1px solid rgba(255,255,255,0.5);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 14px 0 0 0;
	}
	.tab-container .copy.active, .tab-container .etabs{
		display: none!important;
	}
	.tab-container.open .copy.active, .tab-container.open .etabs{
		display: block!important;
	}

	.Login .formHolder {
		max-width: 310px;
	}
	.Login .text-right .formHolder {
		float: right;
	}

	#checkout .formHolder .group {
		margin: 0 -10px;
	}
	.promoCodeContainer .group {
		margin: 0 -5px;
	}
	.promoCodeContainer .group .col {
		padding: 0 5px;
	}
	.summary_price {
    display: table-cell;
    width: 1%;
	}
	#checkout .col.span12.group h2 {
		margin: 40px 0 10px;
	}
	#checkout .productList {
		margin: 0 -10px;
		display: block;
		overflow: hidden;
	}
	.down_arrow {
		margin: 5px auto 0;
	}
	.general > .group {
		margin-top: 0;
	}
	.general > .group > .col {
		margin-top: 0;
	}
	.summary_price {
		display: table-cell;
  	width: 20%;
	}

	#checkout .productList li.col.span3 {
    width: 50%!important;
	}

	.brandsListing .col {
		width: 50%;
	}

	.down_arrow {
		top: 5px;
	}

}

@media only screen and (max-device-width : 1024px) {
	.mainNavList .col {
		padding: 0;
		width: 100%;
	}
}

@media only screen and (min-device-width : 767px) and (max-device-width : 1024px) {
	.menuOpen #canvas {
		left: 35%;
	}

	.slideOutMenu {
		width: 35%;
	}

	.menuOpen .header {
		left: 35%;
	}

	.toggleMainNav, .toggleTabs {
		display: none;
	}

	.span2.sidebar {
		width: 25%;
	}

	.span10.content {
		width: 75%;
	}

	#checkout .col {
		width: 100%;
	}
	.summary_product {
		border-bottom: solid 1px #e2dfd0;
		padding-bottom: 10px;
	}
	#checkout .productList li.col.span3 {
    width: 25%!important;
	}
	.sidebar.open .pageNavList {
		display: block;
		background: #F5F4ED;
		padding: 5px 10px;
	}
	table.cart,
	table.cart td,
	table.cart td.price.number {
		font-size: 14px;
	}
	.cart a {
		font-size: 13px;
	}
	table.cart a,
	table.cart .total.number {
		font-weight: 400;
	}
	table.cart th {
		font-size: 16px;
	}

	.productsListing .col {
		width: 33.333333333333%;
	}

	.brandsListing .col {
		width: 33.333333333333%;
	}

	.brandsListing .span3:nth-of-type(2n+3) {
		clear: none;
	}
	.brandsListing .span3:nth-of-type(3n+4) {
		clear: left;
	}

	.group.productDetail {
		margin-top: 15px;
	}

	.productDetail .span8 {
		width: 66.666666666666%;
	}

	.productDetail .span1 {
		width: 8.333333333333%;
		margin-top: 5px;
	}

	.productDetail .span8 {
		width: 66.666666666666%;
	}

	.productDetail .span3 {
		width: 25%;
	}

	.productDetail .productThumbSlider {
		height: auto;
	}

}

/* @media all and (min-width:650px) and (max-width: 959px) {
	.productsListing .span3 {
		width:33.33333333333333%;
	}
}
@media all and (min-width:960px) and (max-width: 1100px) {
	.productsListing .span3 {
		padding:0 20px;
	}
	.productsListing .span3:nth-of-type(3n+1) {
		clear:none;
	}
} */
/* @media all and (max-width: 400px) {
	.productsListing .span3 {
		width:100%;
	}
} */

@media (max-width: 1199px) {
	.summary_price {
		display: block;
		width: 100%;
	}
	.down_arrow {
		margin: 0 auto;
		top: 10px;
		display: none;
	}
}

/* FEEDBACK
*********************/


a#feedbackLabel {
	position:fixed;
	z-index:11;
	top:30%;
	right:0;
	width: 38px;
	height: 98px;
	display: none;
}

#feedbackContainer {
	position:fixed;
	display:none;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:500000000;
	background:rgba(0,0,0,0.5);
}

#feedbackBox {
	position:absolute;
	width:350px;
	left:50%;
	margin-left:-170px;
	padding:10px;
	font-size:14px;
	background:#F4DFD1;
	border-radius:2px;
	top:50%;
	margin-top:-220px;
	box-shadow:0 0 15px rgba(0,0,0,0.25);
	border:1px solid #ECB6A0;
}

#closeFeedback {
	position:absolute;
	display:block;
	width:16px;
	line-height:16px;
	text-align:center;
	top:5px;
	right:5px;
	color:#C14F21;
	text-decoration:none;
	background:#FCF3ED;
	border:1px solid #ECB6A0;
	border-radius:3px;
}

#feedbackBox form {
	background:#FCF3ED;
	border:1px solid #ECB6A0;
	padding:10px;
}

#feedbackBox .tabs a {
	display:inline-block;
	color:#C14F21;
	text-transform:uppercase;
	padding:5px 10px;
	text-decoration:none;
	border:1px solid transparent;
	border-bottom:0;
}

#feedbackBox .tabs {
	margin-bottom:-1px;
}

#feedbackBox .tabs a.sel {
	background:#FCF3ED;
	border-color:#ECB6A0;
}

#feedbackBox form div {
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #F4DFD1;
	overflow:auto;
}

#feedbackBox form div:first-child {
	border-top:none;
	padding-top:0;
}

#feedbackBox form div:last-child {
	text-align:center;
	margin-bottom:0;
}

#feedbackBox .rating label {
	float:left;
	vertical-align:top;
	width:20%;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
}

#feedbackBox .rating label input {
	margin:0;
	padding:0;
}

#feedbackBox form input.text, #feedbackBox form textarea {
	width:316px;
	padding:5px;
	border:1px solid #F4DFD1;
	background:white;
	font-family:inherit;
}

#feedbackBox form input.btn {
	display:inline-block;
	border:none;
	color:white;
	text-transform:uppercase;
	border-radius:3px;
	background:#EE6630;
	padding:5px 10px;
}

#feedbackBox form#report {
	display:none;
}

@media (min-width: 768px) {
	a#feedbackLabel {
		display: block;
	}
}

div#shortDescription {
	margin-bottom:15px;
}
.lev3 {
	overflow: hidden;
}
.lev3 a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.lev3 .sub-menu {
	display: block;
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
}
.lev3 .sub-menu a {
	position: relative;
	display: block;
	width: 100%;
	color: #72918b;
}
.lev3 .sub-menu a:after {
	content: "-";
	float: left;
	padding: 0 4px;
}

.gdLogin_wrap.reset {
	max-width: 100%;
	width: 100%;
}

div#usernameForgotLoginContainer{
	display: none;
}

@media (max-width: 1023px) {
	.lev3 a:before {
		display: none;
	}
	.lev3 {
		position: relative;
	}
	.lev3 a {
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.subnav-toggle {
    color: #fff;
    cursor: pointer;
    float: right;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.5;
    text-indent: 5px;
    visibility: visible;
    border-left: solid 1px #fff;
    border-right: solid 1px transparent;
	}
	.lev3 .sub-menu {
		display: none;
	}
	.lev3.open .sub-menu {
		display: block;
		background: #465852;
	}
	.mainNavList .lev3 .sub-menu li:last-child {
		margin-bottom: 0px;
	}
}


/* social media to news ***************************/
.inner .newsSocialMediaContainer li:before {
	content:none;
}
.inner.articlesList .newsSocialMediaContainer {
	position:absolute;
	top: 0;
	right:0;
}


/*COOKIE POLICY
***********************************************************************/

#cookiePolicy {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	right: 0;
	background: #008366;
	text-align: center;
	font-size: 13px;
	color: #fff;
	color: rgba(255,255,255,0.7);
	padding: 10px;
}

#cookiePolicy a {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	color: rgba(255,255,255,0.7);
}

#cookiePolicy .btn {
	padding: 5px 10px;
	color: #fff;
	color: rgba(255,255,255,0.7);
	background: rgba(255,255,255,0.2);
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	text-transform: none;
}

li.divider {
	display: none;
}

/*Modal Popup for Products
***********************************************************************/
.remodal-is-initialized {
	display: inline-block!important;
}
.remodal .remodal-close {
	left:auto;
	right:0;
	background:lightgrey;
	color:#313233;
}
.remodal .remodal-close:before {
	font-family: 'mercier-press' !important;
	content: "\e039";
}
.remodal.product-quick-view {
	max-width:800px;
}
.remodal.product-quick-view img {
	float:left;
	width:50%;
}
.remodal.product-quick-view .titleWrap {
	width:47%;
	float:right;
}
.remodal.product-quick-view .titleDetails {
	text-align:left;
	padding-bottom:55px;
}
.remodal.product-quick-view .title {
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:7px;
}
.remodal.product-quick-view .author {
	font-size:18px;
	font-style:italic;
	font-weight:300;
	margin-bottom:7px;
}
.remodal.product-quick-view .price {
	font-size:30px;
	font-family: 'raleway', sans-serif;
	font-weight:700;
	margin-bottom:7px;
}
.remodal.product-quick-view h4 {
	text-transform:uppercase;
	margin-bottom:7px;
	font-size:15px;
}
.remodal.product-quick-view .description {
	padding-bottom:60px;
}
.remodal.product-quick-view .titleLinks {
    position: absolute;
        -webkit-flex-direction:column;
    	-ms-flex-direction:column;
    		flex-direction:column;
    bottom: 35px;
    right: 35px;
    width: 42%;
    box-sizing: border-box;
}
.remodal.product-quick-view .titleLinks form {
	display:none;
}
.remodal.product-quick-view .out-of-stock p.price:before {
	content:'Sold Out - ';
}
.remodal.product-quick-view .out-of-stock .titleLinks a {
	display:none;
}
.remodal.product-quick-view .out-of-stock .titleLinks form {
	display:block;
}
.remodal.product-quick-view .out-of-stock .titleLinks form legend {
	font-size:14px;
	text-align:left;
	margin-bottom:2px;
}
.remodal.product-quick-view .out-of-stock .titleLinks form input[type="text"],
.remodal.product-quick-view .out-of-stock .titleLinks form input[type="submit"] {
    border: 1px solid lightgray;
    padding: 10px 10px;
    border-radius: 4px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.remodal.product-quick-view .out-of-stock .titleLinks form input[type="text"] {
	margin-bottom: 4px;
}
.remodal.product-quick-view .out-of-stock .titleLinks form input[type="submit"] {
	border:0;
}
@media (max-width: 600px) {
	.remodal.product-quick-view img {
		width:30%;
	}
	.remodal.product-quick-view .titleWrap {
		width:67%;
	}
	.remodal.product-quick-view .titleLinks {
		width:59%;
	}

}

/* remodal for newsletter ******************/
.remodal.newsletter {
	max-width: 500px;
	text-align: left;
	font
}
.remodal.newsletter h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 6px;
}
.remodal.newsletter h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}
.remodal.newsletter p {
	margin:10px 0 20px;
}
.remodal.newsletter button[type="submit"] {
	border: 0;
	width: 100%;
}

/* letter list ******************/

.letterList {
	width:100%;
	float:none;
	margin-bottom:20px;
}
.letterList span {
	font-size: 45px;
    line-height: 48px;
    color: #000;
    display: block;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight:700;
}
.letterList a {
	display:block;
	text-decoration:none;
	color:#313233;
	-webkit-transition: color .15s linear;
	   -moz-transition: color .15s linear;
	    -ms-transition: color .15s linear;
	     -o-transition: color .15s linear;
	        transition: color .15s linear;
}
.letterList a:hover {
	color:#008366;
}
@media (min-width: 450px) {
	.letterList {
		width:50%;
		float:left;
		min-height:200px;
	}
	.letterList:nth-of-type(2n+1) {
		clear:left;
	}
}
@media (min-width: 700px) {
	.letterList {
		width:33.3333333333%;
	}
	.letterList:nth-of-type(2n+1) {
		clear:none;
	}
	.letterList:nth-of-type(3n+1) {
		clear:left;
	}
}
@media (min-width: 960px) {
	.letterList {
		width:25%;
	}
	.letterList:nth-of-type(3n+1) {
		clear:none;
	}
	.letterList:nth-of-type(4n+1) {
		clear:left;
	}
}

/* news ******************/
.articlesList article.news-item .inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction:row;
		-ms-flex-direction:row;
			flex-direction:row;
	-webkit-justify-content:space-between;
		-ms-justify-content:space-between;
			justify-content:space-between;
}

.articlesList article.news-item figure {
	width:100%;
	max-width:150px;
	float:left;
	margin-right:20px;
	display:inline-block;
}
.articlesList article.news-item .details {
	float:right;
	width:100%;
	border-left: 1px solid #CB9800;
	display:inline-block;
}
.articlesList article.news-item .details h3 a {
	text-decoration: none;
    text-transform: uppercase;
    color: #313233;
    display: block;
    border-bottom: 1px solid #CB9800;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top:20px;
    font-weight:700;
}
.articlesList article.news-item .details p {
	padding-left:20px;
}
.articlesList article.news-item .details .btn {
	margin-left:20px;
}
.inner .news-item > img.featured-image {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    margin-top: 14px;
}
@media (max-width: 500px) {
	.articlesList article.news-item .inner {
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
			flex-direction:column;
	}
	.articlesList article.news-item figure {
		max-width:100%;
	}
}
@media (max-width: 500px) {
	.inner .news-item > img.featured-image {
		margin-left:auto;
		margin-right:auto;
		float:none;
		display:block;
	}
}

@media (min-width: 600px) {
	fieldset .col.span6 {
		width:50%;
	}
}

/* @media (min-width: 460px) {
	.productsListing .col {
		padding:0 20px;
	}
} */




/* PRODUCTSLISTING MEDIA QUERIES ***********************************/

@media (min-width: 400px) {
	.grid.productsListing .span3 {
		width:50%;
	}
}
@media (min-width: 450px) {
	.grid.productsListing .span3 {
		padding:0 20px;
		width:50%;
	}
	.grid.productsListing .span3:nth-of-type(2n+1) {
		clear:left;
	}
}
@media (min-width: 700px) {
	.grid.productsListing .span3 {
		width:33.333333333%;
	}
	.grid.productsListing .span3:nth-of-type(2n+1) {
		clear:none;
	}
	.grid.productsListing .span3:nth-of-type(3n+1) {
		clear:left;
	}
}
@media (min-width: 850px) {
	.grid.productsListing .span3 {
		padding:0 40px;
	}
}

.deliveryNoteContainer{
	display:none;
}

#giftDeliveryNoteContainer{
	display: none;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4c48a82d580dfee600429c1b0848629f)
 * Config saved to config.json and https://gist.github.com/4c48a82d580dfee600429c1b0848629f
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
input.modal-closing-trick:checked ~ div {
  display: none !important;
}

#modal-closing-trick {
  display: none;
}
label[for],input[type=checkbox],input[type=radio]{cursor:pointer}

.modal {

	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 100001;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	color:#333333;
	background:#444444;
	background-color:rgba(0, 0, 0, 0.8)
	}

.modal:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

.modal .box {
  	width: -webkit-min-content;
  	width: -moz-min-content;
  	width: min-content;
	min-width:500px;
 	margin: 5% auto;
	padding:20px;
	background-color:#FFF;
	border:8px solid orange;
	}

.modal .title {
	margin:0;
	padding:0 0 10px 0px;
	border-bottom:1px #ccc solid;
	font-size:22px;
	}

.modal .modal-content {
	display:block;
	padding:10px 0 0 0px;
	font-size:18px;
	line-height:22px;
	}


.button{
	margin-top: 15px;
	display:inline-block;
	outline:0;
	line-height:1.4;
	background:linear-gradient(#4d4d4d,#2f2f2f);
	border-radius:5px;
	border:1px solid #000;
	color:#FFF!important;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-decoration:none!important;
	cursor:pointer;
	text-align:center;
	padding:10px 14px;
}
.prod_opt .group label a {
	float: right;
}
.group.radio-inline {
	padding-left: 0px;
}
.group.radio-inline .option input {
	position: relative!important;
    margin: 10px auto!important;
}
@media (max-width: 500px) {
	.productDetail {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.productDetail .span4.group.promo {
		-webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
	}
	.news-item .inner {
		margin-bottom: 20px;
		border: 1px solid #CB9800;
		padding: 10px 0;
	}
	.news-item .thumb img {
		margin: auto;
	}
	.inner.articlesList .newsSocialMediaContainer {
		position: relative;
		right: 10px;
	}
	.articlesList article.news-item .details {
		border: none;
	}
	.articlesList article.news-item .details h3 {
		margin-top: 0px;
	}
	.inner .news-item > img.featured-image {
		margin-top: 30px;
	}
}
@media (max-width: 1024px) {
	.grid.productsListing, .productsListing .slick-track {
		display: block;
	}
}
