/* ############################################################ */
/* http://csscompressor.com/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}




/* ############################################################ */
/* MAX PIXELS */

	.show_1280 {display:none;}
	.show_1024 {display:none;}
	.show_768 {display:none;}
	.show_480 {display:none;}

	/* SITEWIDE */
	
	
	body {
		margin: 0;
		padding: 0;
		background-color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size:16px;
		font-weight:300;
		color:#767774;
		overflow-x: hidden;
		--primarycolor: #2a3520;
		--secondarycolor: #f7f7f2;
  		--accentcolor: #2a3520;
	}
	
	A {
		color: var(--primarycolor);
		text-decoration:none;
	}
	
	A:hover {
		color: #778c63!important;
		text-decoration:none;
	}
	
	b {
		font-weight:600;
	}
	
	p {
		color:#767774;
		font-family: 'Lato';
		font-size: 16px;
		font-weight: 300;
		line-height: 1.56;
		padding-top:5px;
		padding-bottom:20px;
	}
	
	.headerTop {
		font-size:14px;
		font-weight:600;
		color: #767774;
		font-family: 'Montserrat', sans-serif;
	}

	.header {
		font-family: 'Lora';
		font-weight:600;
		color:#4d4d4f;
		font-style: italic;

	}
	
	
	
	h1 {
		font-family: 'Montserrat', sans-serif;
		font-size: 39px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		color: #333333;
		line-height:1.1em;
		padding-top:20px;
	}
	
	h2 {
		font-family: 'Montserrat', sans-serif;
		font-size: 27px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.19;
		color: #000000;
	}
	
	h3 {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.19;
		color: #000000;
	}
	
	h4 {
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.47;
		color: #000000;
		padding:0;
		margin:0;
	}
	
	h5 {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		color: #000000;
	}
	
	h6 {
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.47em;
		color: #000000;
	}
	
	a.skipToMain {
		left:-999px;
		position:absolute;
		top:auto;
		width:1px;
		height:1px;
		overflow:hidden;
		z-index:-999;
	}
	a.skipToMain:focus, a.skipToMain:active {
		color: #fff;
		background-color:#000;
		left: auto;
		top: auto;
		width: 30%;
		height: auto;
		overflow:auto;
		margin: 10px 35%;
		padding:5px;
		border-radius: 15px;
		border:4px solid yellow;
		text-align:center;
		font-size:1.2em;
		z-index:999;
	}
	
	a.skipToFooter {
		left:-999px;
		position:absolute;
		top:auto;
		width:1px;
		height:1px;
		overflow:hidden;
		z-index:-999;
	}
	a.skipToFooter:focus, a.skipToFooter:active {
		color: #fff;
		background-color:#000;
		left: auto;
		top: auto;
		width: 30%;
		height: auto;
		overflow:auto;
		margin: 10px 35%;
		padding:5px;
		border-radius: 15px;
		border:4px solid yellow;
		text-align:center;
		font-size:1.2em;
		z-index:999;
	}
	
	.pointer {
		cursor: pointer !important;
	}

	.checkoutHeader {
		text-align:center;
		padding-bottom:20px;
	}
	
	#mainCheckoutContainer h2 {
		padding-bottom:20px;
	}
	
	table {
		font-family: 'Lato';
		font-size:16px;
		font-weight:300;
		border-collapse: separate;
		border-spacing: 0;
	}

	#mainContainer {
		width:100%;
		max-width:1280px;
		text-align:left;
		margin: 0 auto;
	}

	
	.marginTop {
		margin-top: 30px;
	}
	
	.marginBottom {
		margin-bottom: 25px;
	}
	
	.marginLeft {
		margin-left: 50px;
	}
	
	.marginRight {
		margin-right: 50px;
	}
	
	
	
	
	.miniIconAdagio {
		width:90px;
		height:33px;
		background:url('https://www.adagio.com/images6/logos/navigation_top5.png');
		background: -webkit-image-set( url('https://www.adagio.com/images6/logos/navigation_top5.png') 1x, url('https://www.adagio.com/images6/logos/navigation_top5_retina.png') 2x) 0 0;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
		.miniIconAdagio:hover {
			background-position: 0 -165px;
		}
		
		.miniIconAdagio:hover div {
			display:block;
			pointer-events: none;
		}
		
		.miniIconAdagio > div {
			position:relative;top:0;left:0;width:0;height:0;z-index:150;display:none;
		}
	
			.miniIconAdagio > div > div {
				position:absolute;top:33px;left:0;width:300px;height:312px;background:url('https://www.adagio.com/images6/navigation_cards_retina.jpg');background-size: cover;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;background-position: 0 0;
			}
	
	
	.miniIconMasters {
		width:90px;
		height:33px;
		background:url('https://www.adagio.com/images6/logos/navigation_top5.png');
		background: -webkit-image-set( url('https://www.adagio.com/images6/logos/navigation_top5.png') 1x, url('https://www.adagio.com/images6/logos/navigation_top5_retina.png') 2x) -90px 0;
		background-position: 0 -33px;
		background-repeat: no-repeat;
	}
	
		.miniIconMasters:hover {
			background-position: 0 -198px;
		}
		
		.miniIconMasters:hover div {
			display:block;
			pointer-events: none;
		}
		
		.miniIconMasters > div {
			position:relative;top:0;left:0;width:0;height:0;z-index:150;display:none;
		}
	
			.miniIconMasters > div > div {
				position:absolute;top:33px;left:0;width:300px;height:312px;background:url('https://www.adagio.com/images6/navigation_cards_retina.jpg');background-size: cover;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;background-position: -307px 0;
			}


	.miniIconLardera {
		width:90px;
		height:33px;
		background:url('https://www.adagio.com/images6/logos/navigation_top5.png');
		background: -webkit-image-set( url('https://www.adagio.com/images6/logos/navigation_top5.png') 1x, url('https://www.adagio.com/images6/logos/navigation_top5_retina.png') 2x) -180px 0;
		background-position: 0 -66px;
		background-repeat: no-repeat;
	}
	
		.miniIconLardera:hover {
			background-position: 0 -231px;
		}
		
		.miniIconLardera:hover div {
			display:block;
			pointer-events: none;
		}
		
		.miniIconLardera > div {
			position:relative;top:0;left:0;width:0;height:0;z-index:150;display:none;
		}
	
			.miniIconLardera > div > div {
				position:absolute;top:33px;left:0;width:300px;height:312px;background:url('https://www.adagio.com/images6/navigation_cards_retina.jpg');background-size: cover;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;background-position: -922px 0;
			}
			
		
	.miniIconSelefina {
		width:90px;
		height:33px;
		background:url('https://www.adagio.com/images6/logos/navigation_top5.png');
		background: -webkit-image-set( url('https://www.adagio.com/images6/logos/navigation_top5.png') 1x, url('https://www.adagio.com/images6/logos/navigation_top5_retina.png') 2x) -270px 0;
		background-position: 0 -264px;
		background-repeat: no-repeat;
	}
	
			
	.miniIconBees {
		width:90px;
		height:33px;
		background:url('https://www.adagio.com/images6/logos/navigation_top5.png');
		background: -webkit-image-set( url('https://www.adagio.com/images6/logos/navigation_top5.png') 1x, url('https://www.adagio.com/images6/logos/navigation_top5_retina.png') 2x) 0 -132px;
		background-position: 0 -132px;
		background-repeat: no-repeat;
	}
		
		.miniIconBees:hover {
			background-position: 0 -297px;
		}
		
		.miniIconBees:hover div {
			display:block;
			pointer-events: none;
		}
		
		.miniIconBees > div {
			position:relative;top:0;left:0;width:0;height:0;z-index:150;display:none;
		}
	
			.miniIconBees > div > div {
				position:absolute;top:33px;left:0;width:300px;height:312px;background:url('https://www.adagio.com/images6/navigation_cards_retina.jpg');background-size: cover;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;background-position: -1226px 0;
			}
			
		
		
	.infoPage {
		max-width:900px;
		min-width:900px;
		text-align:left;
		font-size:15px;
		line-height:1.5em;
		color:#000;
		display:table;
		margin:30px auto;
	}
	
	
	.productProfilePhoto {
		float:right;
		margin:0 0 30px 30px;
		width: 290px;
    	height: 245px;
	}
	
	.productProfilePhoto > img {
		width: 290px;
    	height: 245px;
	}
	
	.quoteMarks {
		color:#a32828;
		font-size: 20px;
    	font-weight: bold;
	}
	
	.lineEven {
		background-color:#ffffff;
		height:65px;
	}

	.lineOdd {
		background-color:#f5f5f5;
		height:65px;
	}
	
	.lineDivide {
		border-bottom: solid #d7d9dd 1px;
	}
	
	.userCircle {
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		width: 80px;
		height: 80px;
		font-size: 36px;
		background-color: var(--primarycolor);
		border-radius: 50%;
		border: solid #ccc 1px;
		display: block;
	}
	
	.userCircle div {
		line-height: 2.2em;
	}
	
	.userCircle:hover {
		font-size:34px !important;
		opacity: .9 !important;
	}
	
	.userCircle:hover div {
		line-height: 2.3em;
	}
	
	.userCircleSmall {
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		width: 40px;
		height: 40px;
		font-size: 18px;
		background-color: var(--primarycolor);
		border-radius: 50%;
		border: solid #ccc 1px;
		box-sizing: border-box;
		display: block;
	}
	
	.userCircleSmall div {
		padding-top: 6px;
	}
	
	.userCircleSmall:hover {
		font-size:17px !important;
		opacity: .9 !important;
	}
	
	.userCircleSmall:hover div {
		padding-top: 7px !important;
	}
	
	.moreOptions {
		display:none;
		position:relative;
		float:right;
		border-left: solid #fff 0;
	}
	
	#searchResultsDiv {
		display: inline-block;
		font-family: 'Lato';
		font-weight: 400;
		position: absolute;
		top: 145px;
		left: 0;
		width: 100%;
		z-index: 10;
		background-color: white;
		border-bottom: solid #293620 3px;
		padding-top:10px;
	}


	.pulldownBlack {
		margin-left: 10px;
		width:30px;
		height:30px;
		background:url('/images_selefina/sprites.png') -428px -65px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -428px -65px;
		cursor:pointer;
	}
	
	.pulldownWhite {
		float:left;
		margin:6px 12px;
		width:30px;
		height:30px;
		background:url('/images_selefina/sprites.png') -462px -65px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -462px -65px;
		cursor:pointer;
	}
	
	.fullWidth {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	
	
	.noteAnchorTop {
		text-align:center;
		background-color:#293520;
		color:#adcf88;
		padding:8px 16px;
		font-size:12px;
		line-height: 1.3em;
	}
	

	/* FORMS */
	
	select {
		border: solid #ddd 1px;
		font-family: 'Lato';
		font-size: 14px;
		font-weight: 300;
		outline: none;
		padding: 0 10px;
		margin: 0 10px 10px 0;
		height: 44px;
		color: #767774;
    	/*
		font-family: 'Montserrat', sans-serif;
		font-size:16px;
		font-weight:300;
		height: 44px;
		color:#333;
		margin: 0 10px 10px 0;
		outline: none;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding:0 10px;
		border: solid #ddd 1px;
		color: #666;
		*/
	}
	
	input {
		border: solid #ddd 1px;
		font-family: 'Lato';
		font-size:14px;
		font-weight:300;
		outline: none;
		padding: 0 10px;
		margin: 0 10px 10px 0;
		height: 44px;
		color: #767774;
	}
	
	input[type="radio"] {
		height:auto;
	}
	
	input[type="checkbox"] {
		height:auto;
	}
	
	.inputWarning {
		-moz-box-shadow: 0 0 3px rgba(208,0,28,1) !important;
		-webkit-box-shadow: 0 0 3px rgba(208,0,28,1) !important;
		box-shadow: 0 0 3px rgba(208,0,28,1) !important;
		background: #ffeeee;
	}
	
	input:focus {
		background-color:#f5f5f5;
		border: solid #ccc 1px;
	}

	textarea {
		font-family: 'Montserrat', sans-serif;
		font-size:16px;
		font-weight:300;
		height: 20px;
		padding: 8px 10px;
		margin: 5px 10px 5px 0;
		outline: none;
		border: solid #ddd 1px;
	}
	
	.submitButton {
		width:90px;
		height:36px;
		border-radius: 2px;
		background:url('/images_selefina/sprites.png') -436px -174px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x);
		background-position: -436px -174px;
		background-repeat: no-repeat;
		background-color:#9f963d;
		background-color: var(--primarycolor);
		opacity:1;
	}
	
	.submitButton:hover {
		opacity:0.9;
		background-position: -434px -174px;
		cursor:pointer;
	}

	.formDisableCss {
		border: 0;
		color: #666;
		-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
		box-shadow: 0 0 0 rgba(0,0,0,0);
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 0;
	}

	
	
	/* NOTES & MESSAGES */
	
	.errorBox {
		max-width: 380px;
		font-size: 16px;
		font-family: 'Lato';
		font-weight: 400;
		color: #333;
		text-align: left;
		padding: 12px 10px 12px 50px;
		background: url('/images6/yield_sign.png') 10px center no-repeat;
		background: -webkit-image-set( url('/images6/yield_sign.png') 1x, url('/images6/yield_sign_retina.png') 2x);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #f5f5f5;
		margin: 0 0 30px;
		border-radius: 4px;
	}
	
	.messageBox {
		font-size: 16px;
		font-family: 'Lato';
		font-weight: 400;
		color: #333;
		text-align: left;
		padding: 12px 10px 12px 50px;
		background: url('/images6/checkmark_sign.png') 10px center no-repeat;
		background: -webkit-image-set( url('/images6/checkmark_sign.png') 1x, url('/images6/checkmark_sign_retina.png') 2x);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #fff;
		margin: 0 0 30px;
    	border: solid 2px #9f9835;
    	border-radius: 4px;
	}
	
	.style_checkout_giftwrap {
		padding:0 0 40px 0;
		text-align:left;
		float:left;
		width:250px;
	}
	.style_checkout_giftnote {
		padding:0 0 40px 0;
		text-align:left;
		float:right;
		width:calc(100% - 280px);
	}
	
	#statusMessage {
		display: none;
		z-index: 2147483650;
		position: fixed;
		bottom: 0;
		right: 50px;
		padding: 20px 20px 20px 90px;
		background-color: #fff;
		color: #666;
		font-size: 17px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
		box-shadow: 0 5px 15px rgba(0,0,0,0.3);
		max-width: 300px;
		text-align: left;
		line-height: 1.4em;
		border: solid var(--primarycolor) 3px;
		background-image: url(/images6/alert_icon.gif);
		background-position: 10px 8px;
		background-repeat: no-repeat;
		min-height: 50px;
	}
	
	.statusMessageWarning {
		background-position: -490px 8px !important;
		border: solid #9f353c 3px !important;
	}

	/* ACCOUNT */

	.accountIcon {
		float:left;
	}
	
	.accountIcon img {
		width:80px;
		height:80px;
		border:0;
		border-radius: 50%;
	}

	.accountName {
		float:right;
		text-align:right;
		padding:5px 10px;
		font-size:23px;
		font-weight:300;
		line-height:1.0em;
	}
	
	.accountName a {
		font-size:16px;
		font-weight:400;
	}
	
	
	
	.star {
		float:left;
		margin-top:10px;
		width: 24px;
		height: 24px;
		background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x);
		background-position: 0px -180px;
		background-repeat: no-repeat;
		cursor:pointer;
		opacity: 0.3;
	}

	.passwordHints {
		float:right;
		width:320px;
		font-size:14px;
	}

	/* MAIN NAVIGATION */
	
	
	#topNav {
		height:33px;
		background-color:#fff;
		font-size:13px;
		max-width:1280px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#topNav > div {
		display:flex;
		padding:0 14px;
		align-items: center;
	}
	
	#topNav > div > a {
		text-transform:uppercase;
		color:#333;
	}
	
	#topNav > div:hover{
		color:#a66920;
		cursor:pointer;
	}
	
	#topNav > .otherSites {
		display:flex;
		align-items:center;
		flex: 10;
	}
	
	.helpIcon > div:nth-child(1) {
		width:26px;
		height:20px;
		background:url('/images_selefina/sprites.png') -445px -109px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -445px -109px;
		background-position: -445px -109px;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	.earnIcon > div:nth-child(1) {
		width:26px;
		height:20px;
		background:url('/images_selefina/sprites.png') -445px -134px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -445px -134px;
		background-position: -445px -134px;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	.cartIcon {
		width: 26px;
		height: 20px;
		background:url('/images_selefina/sprites.png') -445px -185px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -445px -185px;
		background-position: -445px -185px;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.cartIconActive {
		width: 26px;
		height: 20px;
		background:url('/images_selefina/sprites.png') -470px -185px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -470px -185px;
		background-position: -470px -185px;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	#mainNav {
		width:100%;
		height:120px;
		background:url('/images_selefina/selefina_header.png') 0 0 no-repeat;
		background: -webkit-image-set( url('/images_selefina/selefina_header.png') 1x, url('/images_selefina/selefina_header_retina.png') 2x) -470px -185px;
		background-color:var(--secondarycolor);
		background-size: cover;
    	background-position: 0 0;
    	border-bottom-OFF:solid #767774 3px;
	}
	
	#mainNav > div:nth-child(1) {
		width: 100%;
		max-width: 1280px;
		margin:0 auto;
		font-size: 0px;
		display:flex;
    	justify-content: space-around;
    	align-items: flex-end;
    	height:82px;
	}
	
	#mainNav > div:nth-child(1) > div:nth-child(3) {
    	flex:10;
    	padding: 0 0 22px;
    }
	#mainNav > div:nth-child(1) > div:nth-child(4) {
    	font-size:16px;
    	font-weight:600;
    	padding:15px 18px;
    	text-align:center;
		font-family: 'Lora';
		font-style: italic;
    }
    #mainNav > div:nth-child(1) > div:nth-child(5) {
    	font-size:16px;
    	font-weight:600;
    	padding:15px 18px;
    	text-align:center;
		font-family: 'Lora';
		font-style: italic;
    }
    #mainNav > div:nth-child(1) > div:nth-child(6) {
    	font-size:16px;
    	font-weight:600;
    	padding:15px 18px;
    	text-align:center;
		font-family: 'Lora';
		font-style: italic;
    }
    
	#mainNav > div:nth-child(2) {
		width: 100%;
		margin:0 auto;
		font-size: 0px;
		display:flex;
    	justify-content: center;
    	background-color:#dadad0;
		margin-top: 10px;
	}
	
	#mainNav > div:nth-child(2) > div {
		display: flex;
		justify-content: space-around;
		width: 100%;
		max-width: 1280px;
	}
	
	
	
	#mainNav > div:nth-child(2) > div > div:nth-child(1) > button {
		width: 70px;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(2) > button {
		width: 180px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(3) > button {
		width: 180px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(4) > button {
		width: 225px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(5) > button {
		width: 270px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(6) > button {
		width: 100px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(7) > button {
		width: 255px;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(8) {
		display: none;
	}
	
	
	
	
	#logo {
		max-width: inherit!important;
	}
	
	#logo img {
		width: 240px;
		height: 36px;
		padding-left: 16px;
	}
	
	.logoMini {
		width: 180px;
    	height: 30px;
    	background:url('https://www.selefina.com/images_selefina/selefina_logo_header_retina.png');
    	background-position:center;
    	background-size: contain;
    	background-repeat:no-repeat;
	}
	
	.dropdown {
	  	display: inline-block;
		text-align:center;
		font-size: 16px;
		border-top: 3px solid rgba(255, 0, 0, 0);
	}

		
	
	.dropbtn {
		height: 40px;
		vertical-align: bottom;
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		line-height: 1.1em;
		text-transform: uppercase;
		background-color: inherit;
		color:var(--primarycolor);
		border: none;
		white-space: nowrap;
		cursor: pointer;
		padding:0;/* NEEDED FOR iOS */
		font-weight:600;
		padding: 0 15px;
	}
	
	.dropdown-content {
	  display: none;
	  font-family: Montserrat, sans-serif;
	  font-weight: 400;
	  position: absolute;
	  top:153px;
	  left:0;
	  width: 100%;
	  z-index: 10;
	  background-color: white;
      border-bottom: solid #293620 3px;
	  min-height:245px;
	}
	
	.dropdown-content > div {
	  max-width:1280px;
	  margin:0 auto;
	}
	
	.dropdown-content > div > div {
		
	}
	
	.dropdown-content > div > div > div:nth-child(1) {
		display:flex;
		flex-direction: column;
		gap:5px;
		text-align: left;
		text-wrap: nowrap;
		padding: 20px;
	}
	
	.dropdown-content > div > div > div:nth-child(1) > div {
		display:flex;
		align-items: center;
		font-size: 16px;
		width: 760px;
		cursor: pointer;
	}

	.dropdown-content > div > div > div:nth-child(1) > div > div:nth-child(1) {
		color: #60605a;
		width: 250px;
		background-color: #efefe7;
		padding: 10px;
		border:solid #ebeae5 1px;
	}

	.dropdown-content > div > div > div:nth-child(1) > div > div:nth-child(2) {
		font-family: 'Lora';
		font-style: italic;
		background-color:#f8f7f2;
		padding: 10px 20px;
		width: 420px;
	}

	.dropdown-content > div > div > div:nth-child(1) > div > div:nth-child(2)::before {
		content: "- ";
	}


	.dropdown-content-OFF a {
		float: left;
		display: block;
		width: 140px;
		color: #666;
		line-height: 1.2em;
		padding: 190px 10px 0;
		text-decoration: none;
		text-transform:uppercase;
		text-align: center;
		
		background-size:160px;
		background-position: center;
		background-repeat:no-repeat;
		mix-blend-mode: darken;
		
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		
		transition:all 0.25s ;
		-webkit-transition:all 0.25s ;
		-o-transition:all 0.25s ;
		-moz-transition:all 0.25s ;
	}

	.dropdown-content-OFF a:hover {transition:all 0.25s ;
		-webkit-transition:all 0.25s ;
		-o-transition:all 0.25s ;
		-moz-transition:all 0.25s ;color: var(--primarycolor);font-weight:400;background-size: 170px;}

	.dropdown:hover .dropdown-content {display: block;}

	.dropdown:hover .dropbtn {
		color:var(--primarycolor);
		font-weight: 700;
		position: relative;
    	top: -10px;
    	padding-top: 10px;
    	font-size: 17px;
    }
	
	.dropdown:hover {background-color: #fff;}

	.dropdown .dropbtn {
		height:25px;
	}
	
	.searchZ {
		width:50px;
		background:url('/images_selefina/sprites.png') 0 -13px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0 -13px;
	}
	
	#searchDiv {
    	margin:5px 0;
	}
	
	.searchResults {
		width:0;
		padding:0;
	}
	
	#searchResultsDiv {
		display:none;
	}
	
	
	#searchBoxDiv {
		display:flex;
		justify-content: center;
		position:absolute;
		top:-155px;
		left:0;
		width:100%;
		height:145px;
		background-color:var(--accentcolor);
		z-index:101;
		box-shadow: 0 0 3px rgb(0 0 0 / 60%);
	}
	
	#searchBoxDiv > div {
		display:flex;
		align-items: center;
    	justify-content: space-between;
    	width: 90%;
    	max-width: 1280px;
	}
	
	#searchBoxDiv #search {
		width:95%;height:84px;border:solid 0px #fff;background-color:var(--accentcolor);font-family: 'Open Sans', sans-serif;font-size:30px;font-weight:300;text-transform: uppercase;-moz-box-shadow: 0 0 0 rgba(0,0,0,0);-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);color:#fff;
	}
	
	#searchBoxDiv #search::placeholder {
		color: #fff;
		opacity: 1;
	}
	
	.searchSuggestion {
		max-width: 220px;
    	flex: 1;
	}
	
	#searchResultsCopy {
		display: flex;
    	flex-flow: wrap;
    	gap: 10px;
	}
	
	#searchResultsCopy > div {
		flex-basis: calc(20% - 8px);
	}
	
	
	#cartDivDiv {
		text-align: center;
		font-size: 14px;
		width: 40px;
		height: 42px;
		background: url(/images_selefina/sprites.png) -55px -10px no-repeat;
		background: -webkit-image-set(url(/images_selefina/sprites.png) 1x,url(/images_selefina/sprites_retina.png) 2x) -55px -10px;
		font-family: 'Open Sans',sans-serif;
		color: #000;
		line-height: 48px;
		letter-spacing: -1px;
		margin: 5px 10px;
		border-radius: 4px;
	}
	

	#headerLeft {
		float:left;
		width: 20%;
	}
	
	#headerRight {
		float:left;
		width: 20%;
	}
	
	#headerRight> div  {
		padding-right: 65px;
	}
	
	#headerSearch {
		width: 125px;
		height: 30px;
		background: url('/images_selefina/sprites.png') -193px -280px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x);
		background-position: -193px -280px;
		background-repeat: no-repeat;
		margin: 18px auto 0;
		cursor: pointer;
	}
	
	#headerSearch > div {
		color: #666;
		padding: 5px 0 0 30px;
		font-family: 'Lora';
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
	}
	
	#headerFavorites {
		float:right;
		width: 25px;
		height: 30px;
		background: url('/images_selefina/sprites.png') -139px -280px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -139px -280px;
		background-position: -139px -280px;
		background-repeat: no-repeat;
		margin: 18px 0 0;
		cursor: pointer;
	}
	
	#headerFavorites > div {
		text-align: center;
		background-color: #a32828;
		color: #fff;
		font-size: 12px;
		display: inline-block;
		padding: 0 3px;
		margin: 18px 0 0 12px;
	}
	
	#headerAccount {
		float:right;
		width: 25px;
		height: 30px;
		background: url('/images_selefina/sprites.png') -111px -282px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -111px -282px;
		background-position: -111px -282px;
		background-repeat: no-repeat;
		margin: 18px 0 0;
		cursor: pointer;
		font-size: 8px;
		text-align: center;
		font-weight: 600;
		padding-top: 15px;
		color: #646466;
	}
	
	#headerCart {
		float:right;
		width: 25px;
		height: 30px;
		background: url('/images_selefina/sprites.png') -166px -280px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -166px -280px;
		background-position: -166px -280px;
		background-repeat: no-repeat;
		margin: 18px 0 0;
		cursor: pointer;
	}
	
	#headerCart > div {
		text-align: center;
		background-color: #a32828;
		color: #fff;
		font-size: 12px;
		display: inline-block;
		padding: 0 3px;
		margin: 18px 0 0 12px;
	}
	
	


	#filterDiv {
		display: flex;
		flex-wrap: wrap;
		-webkit-transition: .15s -webkit-filter linear;
		-o-transition: .15s -o-filter linear;
		gap: 10px;
		line-height: 25px;
	}

	#filterDiv > div {
		flex-basis: calc(20% - 8px);
	}
	
	.jumpTo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
		top: 0;
		width: 100%;
		background-color: #fff;
		z-index: 5;
		max-width: 1180px;
		position: sticky;
	}
	
	.jumpTo > div:nth-child(1) {
		width: 100px;
	}
	   
	.jumpTo > div:nth-child(2) {
		display: flex;
		width: 100%;
	}
	
	.jumpTo > div:nth-child(2) > div {
		flex: 1;
		text-align: center;
	}
	
	.jumpTo > div:nth-child(2) > div > a {
		display: block;
		color: #293620;
		font-weight:700;
	}
	
	
	


	/* MISC */

	.columnLeft {
		float:left;
		width:300px;
	}

	.columnRight {
		float:left;
		width: calc(100% - 300px);

	}
	.break {
		clear:both;
		width:100%;
		height:1px;
		margin:50px 0;
		background-color:#d7d9dd;
	}
	
	.breakSmall {
		clear:both;
		width:100%;
		height:1px;
		margin:20px 0;
		background-color:#d7d9dd;
	}
	
	.breakVerySmall {
		clear:both;
		width:100%;
		height:1px;
		margin:10px 0;
		background-color:#d7d9dd;
	}
	
	.breakTiny {
		clear:both;
		width:100%;
		height:1px;
		margin:2px 0;
		background-color:#d7d9dd;
	}
	
	.breakNone {
		clear:both;
		width:100%;
		height:1px;
		margin:0;
		background-color:#d7d9dd;
	}

	.blogColumns2 {
		column-count:2;
		column-gap: 40px;
		orphans: 3;
	}
	
	.headerItalics {
		float:left;font-size:27px;color:#4d4d4f;font-family: 'Lora';font-style: italic;padding-right:10px;
	}
	
	.headerBold {
		float:left;font-size:27px;color:#4d4d4f;font-weight: 600;
	}



	/* PRODUCT THUMBNAILS */
	
	.productIndexParent {
		cursor: pointer;
		mix-blend-mode: darken;
	}
	
	.productIndexParent > div:nth-child(1) {
		background-color: var(--secondarycolor);
		background-size: contain;
		background-position: bottom;
		background-repeat: no-repeat;
		width: 100%;
		padding-top: 100%;
		position: relative;
	}
	
	.productIndexParent > div:nth-child(1) > div {
		mix-blend-mode: multiply;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		transition:all 0.25s ;
		-webkit-transition:all 0.25s ;
		-o-transition:all 0.25s ;
		-moz-transition:all 0.25s ;
	}
	
	.productIndexParent > div:nth-child(1) > div:hover {
		background-size: 104%!important;
	}
	
	.productIndexParent > div:nth-child(2) {
		padding:10px;
		height:90px;
	}
	
	.faveOff {
		float: right;
		width: 30px;
		height: 30px;
		background: url(/images_selefina/sprites.png) -345px -63px no-repeat;
		background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x) -345px -63px;
		background-position: -345px -63px;
		background-repeat: no-repeat;
	}
	
	.faveOn {
		float: right;
		width: 30px;
		height: 30px;
		background: url(/images_selefina/sprites.png) -310px -63px no-repeat;
		background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x) -310px -63px;
		background-position: -310px -63px;
		background-repeat: no-repeat;
	}
	
	.productRating {
		font-size: 12px;
		font-weight: 600;
		font-family: 'Lora';
		font-style: italic;
	}
	
	.productRating > div:nth-child(1) {
		float:left; width: 120px; height: 24px;background: url(/images_selefina/sprites.png) -3px -180px no-repeat;background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x);background-position: -3px -180px;background-repeat: no-repeat;padding-right: 5px;
	}
	
	.productRating > div:nth-child(1) > div {
		float:right;width: 0%;height:100%;background:white;opacity:.75;
	}
	
	.productRating > div:nth-child(2) {
		
	}
	
	.productName {
		font-family: 'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform: capitalize;
		line-height:1.1em;
		color:#4d4d4f;
		clear: both;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 195px;
	}
	
	.productVariety {
		font-family: 'Montserrat';font-size: 16px;font-weight:600;text-transform: capitalize;
		line-height:1.3em;
		color:#4d4d4f;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 195px;
	}
	
	.productVarietySmall {
		font-size: 14px;
	}
	
	.productForm {
		font-family: 'Lora';font-size: 15px;font-style: italic;
		line-height:1.3em;
		padding-bottom: 8px;
		color:#4d4d4f;
	}
	
	.productDescription {
		font-family: 'Lato';font-size: 14px;color:#aeafae;
		-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box;
		line-height: 1.3em;
		display:none;
	}
	
	
	.productIndexParent .priceSummary {
		font-size:14px;
		padding: 0 10px;
	}
	
	.productIndexParent .priceSummary .arrow {
		border-top: 7px solid #c3c3c3;
		border-right: 5.5px solid transparent;
		border-left: 5.5px solid transparent;
		position: relative;
		top: 13px;
		right: -10px;
	}
	
	.productIndexParent .priceSummary > .availableSize {
		font-family: 'Lato';
	}
	
	.productIndexParent .priceSummary > .availableSizeOptions {
		font-family: 'Lato';
		display:none;
		position:relative;
	}
	
	.productIndexParent .priceSummary > .availableSizeOptions > div {
		position:absolute;top:0;left:0;background-color: #fff;border: solid #ccc 1px;width: 100%;z-index: 2;
	}
	
	.productIndexParent .priceSummary > .availableSizeOptions > div > div:hover {
		background-color: #999;
    	color: #fff;
	}
	
	.productIndexParent .priceSummary > .bag {
		float: right;
		width: 30px;
		height: 35px;
		background: url(/images_selefina/sprites.png) -385px -60px no-repeat;
		background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x) -385px -60px;
		background-position: -385px -60px;
		background-repeat: no-repeat;
	}
	
	.productIndexParent .addToCart {
		padding:20px 0 50px;
	}
	
	.productIndexParent .addToCart a {
		background-color: #fff;
    	color: var(--primarycolor);
    	border: solid var(--primarycolor) 1px;
	}
	
	.collab {
		width:100px;
		height:100px;
		opacity: 0.92;
	}
	
	/* PRODUCT THUMBNAIL HOMEPAGE */
	
	.productThumbnailHomepage {
		width: 100%;
	}
	
	.productThumbnailHomepage > div:nth-child(1) {
		background-color: var(--secondarycolor);
		background-size: contain;
		padding: 10px;
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
	.productThumbnailHomepage > div:nth-child(1) > div {
		width: 100%;
		height: 26vw;
		max-height: 340px;
		background-repeat: no-repeat;
		background-position: center;
		mix-blend-mode: multiply;
		background-size: 100%;
		transition:all 0.25s ;
		-webkit-transition:all 0.25s ;
		-o-transition:all 0.25s ;
		-moz-transition:all 0.25s ;
	}
	
	.productThumbnailHomepage > div:nth-child(2) {
		padding:10px;
	}
	
	.productThumbnailHomepage:hover div:nth-child(1) > div {
		background-size: 104%;
	}
	
	

	/* 
	.thumbnail_content_div .productVariety {
		font-family: 'Montserrat', sans-serif;
		font-weight:600;
		font-size:16px;
		line-height: 1.4em;
		color:#2c411e;
	}
	
	.thumbnail_content_div .productForm {
		font-family: 'Lora', serif;
		font-weight:600;
		font-style: italic;
		font-size:14px;
		color:#2c411e;
	}
	
	.thumbnail_content_div .tastingNote {
		font-family: 'Montserrat', sans-serif;
		font-weight:300;
		font-size:12px;
		color:#999;
		line-height: 1.44;
	}
	
	.thumbnail_content_div .expectedDate {
		font-family: 'Montserrat', sans-serif;
		font-size:11px;
		background-color:#2c411e;
		border-radius:10px;
		color:#fff;
		display:inline;
		padding:3px 8px;
	}
	

	
	
	
	.thumbnail_content_div .stars {
		float:right;
		width:75px;
		height:15px;
		padding:6px 0;
		font-family: 'Lora', serif;
		font-weight: 400;
		font-size: 14px;
		color: #333333;
	}
	
	.thumbnail_content_div .pricePer {
		width:125px;
		height:15px;
		font-family: 'Montserrat', sans-serif;
		font-weight:600;
		color:#d78824;
		padding:6px 0;
	}

	.friendsRecommend > div {
		position:absolute;
		top:170px;
		right:0;
		float:right;
		padding:0 15px 0 0;
		height:42px;
		z-index:200;
	}
	
	.friendsRecommend > div > div {
		float:left;
		width:36px;
		height:30px;
		z-index:201;
	}
	
	.thumbnailBottom {
		position: relative;
		height: 0;
	}
	
	.thumbnailBottom > div {
		width: 220px;
		height: 160px;
		position: relative;
		background-image: url('/images_selefina/thumbnail_bottom.png');
		background-size: 100%;
		text-align: right;
		line-height: 3em;
		font-size: 14px;
	}
	
	.thumbnailBottom > div > div {
		background-image: url('/images_selefina/star.png');
		background: -webkit-image-set( url('/images_selefina/star.png') 1x, url('/images_selefina/star_retina.png') 2x);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 25px;
		display: inline-block;
		margin-top: 8px;
	}
	
	
	
	.thumbnailQS {
		position:relative;
		top:20px;
		height:31px;
	}
	
	.thumbnailQS_A {
		display:none;
	}
	
	.thumbnailQS_B {
		display:block;
	}
	
	
	.thumbnail_buttons {
		position:relative;
		top:-15px;
		left:5px;
		width:58px;
		height:76px;
		font-size: 17px;
		line-height: 25px;
	}
	
	.thumbnail_content_div {
		position:relative;
		top:65px;
		left:0;
		font-size:14px;
		color:#e27a16;
		line-height:1.5em;
		padding: 0 10px;
		text-align: left;
		height: 140px;
	}
	*/
	
	/* QUOTE BOX */
	
	/*
	.friendsRecommendIcons_DISABLED {
		width: 40px;
		height: 40px;
		border:0;
		border-radius: 50%;
		display:inline;
	}
	
	.friendsRecommendIcons a_DISABLED {
		width: 40px;
		height: 40px;
		display:block;
	}
	
	.friendsRecommendIcons img_DISABLED {
		width: 40px;
		height: 40px;
		border: solid white 3px;
		border-radius: 50%;
		-moz-box-shadow: 0 0 4px rgba(160,140,120,1);
		-webkit-box-shadow: 0 0 4px rgba(160,140,120,1);
		box-shadow: 0 0 4px rgba(160,140,120,1);
	}
	
	.friendsRecommendIcons img:hover_DISABLED {
		position:relative;
		top:-2px;
		left:-2px;
		width: 44px;
		height: 44px;
		border: solid #db9034 3px;
	}
	
	.bubble_DISABLED {
		position: relative;
		top: -30px;
		left: -105px;
		display: none;
		z-index: 4000;
	}
	
	.bubble > div_DISABLED {
		position:absolute;
		bottom:5px;
		left:30px;
		width:110px;
		background-color:#eee;
		-moz-box-shadow: 0 0 4px rgba(160,140,120,1);
		-webkit-box-shadow: 0 0 4px rgba(160,140,120,1);
		box-shadow: 0 0 4px rgba(160,140,120,1);
		border-radius: 4px;
		padding:5px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height:1.4em;
		color:#000;
	}
	
	.bubble > div > div_DISABLED {
		padding-top:5px;
		float:right;
	}
	*/

	
	
	
	/* CIRCLES */

	/* 
	.circleRating {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') 0 -750px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: 0 -750px;
		background-repeat: no-repeat;
	}
	
	.circleRating div {
		text-align:center;
		display:block;
		padding:12px 0 0 2px;
		font-family: 'Montserrat', sans-serif;
		font-size: 24px;
		font-weight:300;
		color:#fff;
	}
	
	.circleFan {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -60px -750px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -60px -750px;
		background-repeat: no-repeat;
	}
	
	.circleFave {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -120px -750px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -120px -750px;
		background-repeat: no-repeat;
	}
	
	.circleHot {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -180px -750px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -180px -750px;
		background-repeat: no-repeat;
	}
	
	.circleOwned {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -240px -750px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -240px -750px;
		background-repeat: no-repeat;
	}
	
	.circleTasted {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -300px -750px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -300px -750px;
		background-repeat: no-repeat;
	}
	
	.circleDeck {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') 0 -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: 0 -810px;
		background-repeat: no-repeat;
	}
	
	.circleVideo {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -60px -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -60px -810px;
		background-repeat: no-repeat;
	}
	
	.circleCaffeine {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -120px -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, 
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -120px -810px;
		background-repeat: no-repeat;
	}
	
	.circleNew {
		width:60px;
		height:60px;
		background:url('/images_selefina/sprites.png') -180px -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -180px -810px;
		background-repeat: no-repeat;
	}
	
	.circleUpcoming {
		width:60px;
		height:60px;
		background:url('/images_selefina/sprites.png') -300px -870px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -300px -870px;
		background-repeat: no-repeat;
	}
	
	.circleJoin {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') 0 -870px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: 0 -870px;
		background-repeat: no-repeat;
	}
	
	.circleUnlock {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -60px -870px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -60px -870px;
		background-repeat: no-repeat;
	}
	
	.circleRoots {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -120px -870px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, 
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -120px -870px;
		background-repeat: no-repeat;
	}

	.circleCharity {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -180px -870px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, 
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -180px -870px;
		background-repeat: no-repeat;
	}
	
	.circleSale {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -240px -870px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -240px -870px;
		background-repeat: no-repeat;
	}
	
	.circleSale div {
		text-align:center;
		display:block;
		padding:12px 0 0 2px;
		font-family: 'Montserrat', sans-serif;
		font-size: 24px;
		font-weight:300;
		color:#fff;
	}
	
	.circleSeasonalWinter {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -240px -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -240px -810px;
		background-repeat: no-repeat;
	}
	
	.circleSeasonalSpring {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -300px -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -300px -810px;
		background-repeat: no-repeat;
	}

	.circleSeasonalSummer {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -360px -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -360px -810px;
		background-repeat: no-repeat;
	}
	
	.circleSeasonalAutumn {
		float:left;
		width:58px;
		height:58px;
		background:url('/images_selefina/sprites.png') -420px -810px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -420px -810px;
		background-repeat: no-repeat;
	}
	*/


	/* GRIDS */
	.gridContainer {
		padding: 20px 0;
    	display: grid;
    	grid-template-columns: repeat(4,25%);
	}
	
	/* PRIMERS */
	
	.primerBox {
		padding: 20px 0;
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	
	.primerBox > div {
		flex-basis: calc(25% - 8px);
		min-width: 170px; /* 3/19/22 */
	}
	
	
	
	/* RECOMMENDATIONS */
	
	.recommendations {
		display: flex;
		gap: 10px;
	}
	
	.recommendations > div {
		flex: 1;
	}
	
	.recommendationsDiv {
		display: flex;flex-flow: wrap;gap: 10px;padding: 20px 0;
	}
	
	.recommendationsDiv > div {
		flex-basis: calc(20% - 8px);
	}
	
	
	
	/* NUTRITION */
	
	.nutritionInfo {
		width:100%;max-width:350px;
	}
	
	.nutritionInfo td {
		padding:2px 0;
	}
	
	
	/* BUTTONS */
	
	a.button {
		background-color:var(--primarycolor);
		color: #fff;
		padding: 12px 24px;
		text-decoration: none;
		letter-spacing: 0.5px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		display:inline;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	a.button:hover {
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}
	
	a.button:active {
		color: #fff;
		outline: none; /* hide dotted outline in Firefox */
	}
	
	a.orange {
		background-color:#d78824 !important;
	}
	
	a.red {
		background-color:#bf392c !important;
	}
	
	a.grey {
		background-color:#999 !important;
	}
	
	a.white {
		background-color:#fff !important;
		color:#000 !important;
	}
	
	a.wide {
		display: block;
		text-align: center;
	}

	a.buttonSmall {
		background-color:var(--primarycolor);
		color: #fff;
		padding: 8px 12px;
		text-decoration: none;
		letter-spacing: 0.5px;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		display:inline;
		font-family: 'Montserrat', sans-serif;
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		vertical-align: 10%;
	}
	
	a.buttonSmall:hover {
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}
	
	.editButton {
		padding:2px 4px;
		font-size:9px;
		color:#fff;
		background-color:var(--primarycolor);
		text-decoration:none;
		text-transform:uppercase;
	}
	
		.editButton:hover {
			color:#ccc;
		}
	
	.updateButton {
		padding:2px 4px;
		font-size:9px;
		color:#fff;
		background-color:#009900;
		text-decoration:none;
		text-transform:uppercase;
	}
		.updateButton:hover {
			color:#ccc;
		}
		
	.deleteButton {
		padding:2px 4px;
		font-size:9px;
		color:#fff;
		background-color:#990000;
		text-decoration:none;
		text-transform:uppercase;
	}
		.deleteButton:hover {
			color:#ccc;
		}
		
	.paypal {
		display: block;
		text-align: center;
		height:48px;
		border:solid 1px #999;
		background:url('/images6/paypal_grey_checkout.png') center 3px no-repeat;
		background: -webkit-image-set( url('/images6/paypal_grey_checkout.png') 1x, url('/images6/paypal_grey_checkout_retina.png') 2x) center 3px;
		background-repeat: no-repeat;
	}
	
	.paypal:hover {
		background-position:center -37px;
	}
	
	
	/* HERO */

	.primer {
		font-family: 'Lato';
		font-size: 16px;
		font-weight: 300;
		line-height: 1.56;
	}
	
	.heroImage {
		height: 30vw;
		max-height:600px;
		min-height: 230px;
		background-color:var(--secondarycolor);
  		background-position: center;
  		background-repeat: no-repeat;
  		background-size: cover;
	}
	
	.hero {
		padding: 15px 30px;
		background-color: #0006;
		display: inline-block;
		margin: calc(20vw - 70px) 0 0 calc(80% - 270px);
		background-image:url('/images_selefina/carat.png');
  		background-position: right 10px bottom 13px;
  		background-repeat: no-repeat;
  		background-size:11px;
	}
	
	.heroLine1 {
		font-family: 'Lora';
		font-size: 24px;
		font-style: italic;
		font-weight: 600;
		line-height:1.3em;
		color:#fff;
	}
	
	.heroLine2 {
		font-family: 'Montserrat', sans-serif;
		font-size: 24px;
		font-weight: 700;
		line-height:1.3em;
		text-transform: uppercase;
		color:#fff;
	}
	
	.heroLine3 {
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		font-weight: 300;
		line-height:1.3em;
		text-transform: uppercase;
		color:#fec4a9;
		text-align:right;
	}
	
	.viewPackagingButton_DISABLED {
		position: relative;
		top: 550px;
		left: 50px;
		width: 150px;
		height: 0;
	}

	.viewPackagingButton_DISABLED > a {
		background: #f4f6f5;
		border: solid #000 1px;
		padding: 6px 12px;
		font-size: 11px;
		font-weight: 500;
		color: #535351;
	}
	
	.puddleIcon {
		position: relative;
		top: 200px;
		left: 50px;
		width: 150px;
		height: 0;
	}
	
	.puddleIcon img {
		 width: 150px;
    	height: 150px;
	}

	/* ARROWS */
	
	/*
	.buttonLeft_DISABLED {
		width:50px;
		height:50px;
		background:url('/images_selefina/sprites.png') -135px -168px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -135px -168px;
		background-repeat: no-repeat;
		display:inline-block;
		cursor:pointer;
	}
	
	.buttonLeft:hover_DISABLED {
		background-position: -235px -168px;
		cursor:pointer;
	}
	
	.buttonLeftInactive_DISABLED {
		width:50px;
		height:50px;
		background:url('/images_selefina/sprites.png') -335px -168px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -335px -168px;
		background-repeat: no-repeat;
		display:inline-block;
	}
	
	.buttonRight_DISABLED {
		width:50px;
		height:50px;
		background:url('/images_selefina/sprites.png') -185px -168px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -185px -168px;
		background-repeat: no-repeat;
		display:inline-block;
		cursor:pointer;
	}
	
	.buttonRight:hover_DISABLED {
		background-position: -285px -168px;
		cursor:pointer;
	}
	
	.buttonRightInactive_DISABLED {
		width:50px;
		height:50px;
		background:url('/images_selefina/sprites.png') -385px -168px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x,  
									   url('/images_selefina/sprites_retina.png') 2x);
		background-position: -385px -168px;
		background-repeat: no-repeat;
		display:inline-block;
	}
	*/



	/* CATEGORY PAGES */
	
	
	/*
	.descriptionHighlight_DISABLED {
		float:right;
		margin:0 0 0 40px;
		padding:10px;
		border-radius: 8px;
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.33);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.33);
		box-shadow: 0 2px 5px rgba(0,0,0,0.33);
		background-color:#fff;
		cursor: pointer;
	}
	
	.descriptionHighlight > div_DISABLED {
		position:relative;
		opacity: 0.8;
	}
	
	.descriptionHighlight > div > div_DISABLED {
		position:absolute;
		top:75px;
		left:calc(50% - 35px);
		width:70px;
		height:70px;
		background-image:url('/images_selefina/sprites.png');
		background-image: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x);
		background-position: -210px -90px;
		background-repeat: no-repeat;
	}
	
	.descriptionHighlight:hover div_DISABLED {
		opacity: 1;
	}
	
	.descriptionHighlight img_DISABLED {
		width:380px;
		height:209px;
		display:block;
	}
	*/
	
	.descriptionIndex {
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.59;
		color: #000000;
		color: var(--black);
	}
	
	.categoryLeft {
		float: left;
		width: 220px;
		margin-right: 20px;
		border: solid 1px var(--primarycolor);
		padding:0;
		background-color:#fff;
	}
	
	.categoryHeader {
		font-family: 'Montserrat', sans-serif;
		font-size: 24px;
		font-weight: 600;
		color:var(--accentcolor);
		text-decoration:none;
		display:block;
		padding:5px 22px 10px 22px;
		border-left: solid #fff 4px;
		border-bottom: solid #d7d9dd 1px;
	}

	.categoryLeft a {
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-weight: 300;
		color:#666;
		text-decoration:none;
		display:block;
		padding:11px 22px;
	}
	
	.categoryLeft a:hover {
		color:var(--primarycolor);
	}
	
	.categoryLeft .selected {
		background-color: var(--accentcolor);
		font-weight: bold;
		color: #fff;
	}
	
	.categoryLeft .break {
		margin-bottom:50px;
	}
	
	/*
	.contentTitleItalics_DISABLED {
		color:#b3b76f;
		font-size:18px;
		font-weight:400;
		font-style:italic;
	}
	*/
	
	.categoryContent {
		float: left;
		width: calc(100% - 300px); /* IMPORTANT FOR ACCOUNT PAGES */
		max-width: 970px;
		font-size: 17px;
		line-height: 25px;
	}
	
	.categoryContent .sort {
		float: right;
	}
	
	.categoryContent .sort > div {
		height:64px;
	}

	#overlayMatte {
		display:none;
		position:fixed;
		z-index:1000;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.5;
	}
	
	#overlayDiv {
		display:none;
		position: fixed;
		z-index:1001;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.close {
		float:right;
		width:30px;
		height:30px;
		background:url('/images_selefina/sprites.png') -453px -18px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -453px -18px;
		background-position: -453px -18px;
		background-repeat: no-repeat;
		position:relative;
		top:-10px;
		right:-30px;
		cursor:pointer;
	}
	
	.close a {
		width:30px;
		height:30px;
		display:block;
	}
	
	.closeDark {
		float:right;
		padding:5px;
		width:30px;
		height:30px;
		background:url('/images_selefina/sprites.png') -403px -18px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -403px -18px;
		background-position: -403px -18px;
		background-repeat: no-repeat;
		position:relative;
		top:-30px;
		right:0px;
		cursor:pointer;
	}
	
	.closeDark a {
		width:30px;
		height:30px;
		display:block;
	}
	
	
	
	/* PRODUCT PAGES - IMAGE */
	
	#heroImage {
		position:relative;
		width:900px;
		height:592px;
		background-position: top left;
		background-size: 100% 100%;
		background-repeat:no-repeat;
		z-index:-1;
		animation-name: heroImage;
		animation-duration: 1s;
		transition: background-image 1s ease-in-out;
	}

	@keyframes heroImage {
		0% {
			opacity:0;
		}
		100%   {
			opacity:1;
		}
	}


	/* PRODUCT PAGES - CART */

	.cart {
		float:right;
		padding: 10px 20px 20px 20px;
		width:340px;
		background-color:#fff;
		margin-right: 20px;
		margin-top: 50px;
	}
	
	.cart h1 {
		font-family: 'Lato';
		font-size: 26px;
		padding: 0;
	}
	
	.cart #variety {
		font-family: 'Lato';
		font-size: 21px;
		line-height: 1.3em;
		text-transform: capitalize;
	}
	
	.cart #variety > a {
		font-family: 'Lato';
		font-size: 21px;
		line-height: 1.3em;
		text-transform: capitalize;
		font-style: normal;
	}
	
	.cart #spiceVariety {
		font-family: 'Lato';
		font-size: 21px;
		line-height: 1.3em;
		text-transform: capitalize;
	}
	
	.cart #processingForm {
		font-family: 'Lora';
		font-size: 18px;
		font-style: italic;
		line-height: 1.3em;
	}
	
	.summary {
		display: flex;
		align-items: center;
		width: 330px;
		padding-bottom: 5px;
	}
	
	.summary > div:nth-child(1) {
		width: calc(100% - 70px);
	}
	
	.summaryLoggedOut > div:nth-child(1) {
		width: 100%;
	}
	
	.cart .scoreSummary {
		float:left;
		font-family: 'Montserrat', sans-serif;
		font-size:30px;
		font-weight:400;
		width:80px;
		height:82px;
		background:url('/images_selefina/sprites.png') -126px -87px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -126px -87px;
		background-position: -126px -87px;
		background-repeat: no-repeat;
		text-align:center;
		line-height:2em;
		color:#fff;
	}
	
	.cart .reviewsSummary {
		font-family: 'Montserrat', sans-serif;
		font-size:15px;
		font-weight:300;
	}
	
	.cart .reviewsSummary b {
		font-weight:300;
		color:var(--accentcolor);
	}


	.cart .pricesList {
		border: solid 2px #babbb9;
		border-bottom: none;
		background-color:#fff;
	}

	
	.cart .pricesList select {
		width: calc(100% - 20px);
    	margin: 0 10px 10px;
	}
	
	.cart #autoDeliveryHeader {
		display:none;
		padding:10px 0;
		font-size: 15px;
		font-weight: 300;
		line-height: 1.4em;
	}
	
	.cart #autoDeliveryHeader b {
		font-weight:400;
	}
	
	.cart #autoDeliveryFooter {
		display:none;
		padding:10px 0;
		font-size: 15px;
		font-weight: 300;
		line-height: 1.4em;
	}
	
	.cart .itemHeader {
		position:relative;
		left:-15px;
		width:280px;
		background-color:#d7d9dd;
		color:#000;
		padding:3px 15px;
		font-size:16px;
		font-weight:400;
		clear:both;
	}
	
	.cart .itemBlock {
		border-bottom:solid 2px #babbb9;
		display: table;
		width:100%; /* 2/23/18 */
	}
	
	.portionsOffer {
		height:60px;background:url('/images6/selefina_offer_portions.jpg');background-size:contain;background-position: top right;background-repeat: no-repeat;
	}
	
	.cart .active {
		padding: 0 15px;
		display: flex;
		align-items: center;
		margin: 16px 0;
		justify-content: space-between;
	}
	
	.cart .itemBlock .size {
		
	}
	
	.cart .itemBlock .price {
		
	}
	
	.cart .itemBlock .harvest2020 {
		color: #0f942c;
		font-weight: 600;
	}
	
	
	.cart #additionalPriceInfo {
		padding-top: 20px;
	}
	
	.cart #additionalPriceInfo > div {
		clear: both;
		padding:2px 0;
	}
	
	.cart #additionalPriceInfo > div > div:nth-child(1) {
		float:left;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		color:#767774;
		font-weight:600;
	}
	
	.cart #additionalPriceInfo > div > div:nth-child(1)::after {
	  content: "|";
	  margin:0 10px;
	}
	
	.cart #additionalPriceInfo > div > div:nth-child(2) {
		float:left;
		font-family: 'Lato';
		font-size: 15px;
		color:#999999;
	}
	
	
	/*
	.cart .activeOFF {
		min-height:75px;
	}
	*/
	
	.itemBlockHeader {
		position:relative;
		left:-15px;
		width:100%;
		height:auto;
		border-bottom:solid 1px #d7d9dd;
		padding:5px 15px;
		background-color:#d7d9dd;
		color:#000;
		clear:both;
	}

	/* NEEDED */
	.blendPreviewTop {
		width:110px;
		height:110px;
		padding:5px;
	}
	
	/*
	.blendPreviewTop:hover_DISABLED {
		width:120px;
		height:120px;
		padding:0;
		transition:all 0.25s ;
		-webkit-transition:all 0.25s ;
		-o-transition:all 0.25s ;
		-moz-transition:all 0.25s ;
	}
	*/
	
	.cartShippingInfo {
		background-color: #eee;
	}
	
	.cartShippingInfo > div {
		padding: 10px 0;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		margin: 10px 0;
		font-size: 15px;
	}
	
	.cartShippingInfo > div > sup {
		font-size: 9px;
	}
	
	/*@media (hover: hover) {*/
	
		.cart .itemBlock:hover {
			background-color:var(--primarycolor)!important;
			cursor:pointer;
		}
		
		.cart .itemBlock:hover .active .sizeBlock .size {
			color:#fff !important;
			font-weight:600;
		}
		
		.cart .itemBlock:hover .active .sizeBlock .rollover {
			color:#fff;
		}
		
		.cart .itemBlock:hover .active .price {
			color:#fff;
			font-weight:600;
		}
		
		.cart .itemBlock:hover .addToCart {
			background-position: -190px -12px;
		}
		
		.cart .itemBlock:hover .addToAutoDelivery {
			background-position: -348px -100px;
		}
		
		.cart .itemBlock:hover .rollover {
			font-weight:300;
		}
		
		.cart .itemBlock:hover .price {
			font-weight:400;
		}
		
		.cart .itemBlock:hover .deliverySelected {
			background-position: -398px -100px;
		}
	
	/*}*/
	
	
	.cart .sizeBlock {
		line-height:1.2em;
		color:#666;
		flex: 2;
	}
	
	.cart .size {
		font-family: 'Montserrat', sans-serif;
		font-size:18px;
		font-weight:400;
		padding-bottom:5px;
		text-transform: uppercase;
	}
	
	.cart .rollover {
		font-family: 'Montserrat', sans-serif;
		font-size:13px;
		font-weight:300;
		line-height:1.2em;
		padding-left:1px;
	}

	.cart .price {
		font-family: 'Montserrat', sans-serif;
		font-size:26px;
		font-weight:300;
		width:100px;
		text-align:center;
		color: #666;
	}
	
	.cart .price strike {
		font-size:13px;
		text-decoration: line-through;
		color:#000;
		display:block;
		line-height:1.0em;
	}
	
	.cart .addToCart {
		width:35px;
		height:35px;
		background:url('/images_selefina/sprites.png') -155px -12px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -155px -12px;
		background-position: -155px -12px;
		background-repeat: no-repeat;
	}
	
	.cart .addToAutoDelivery {
		display:none;
		width:35px;
		height:35px;
		background:url('/images_selefina/sprites.png') -298px -100px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -298px -100px;
		background-position: -298px -100px;
		background-repeat: no-repeat;
	}
	
	.cart .deliverySelected {
		background-position: -398px -100px;
	}
	
	.cart .notifyMe {
		line-height:1.4em;
		color:var(--primarycolor);
	}
	
	/*
	.cartOFF .addToWishlist_DISABLED {
		display:none;
		position:relative;
		top:0;
		left:0;
	}
	
	.cartOFF .addToWishlist > div_DISABLED {
		position:absolute;
		top:0px;
		right:-78px;
		text-align:center;
		width:70px;
		background:url('/images_selefina/sprites.png') -230px 0px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x);
		background-position: -230px 0px;
		background-repeat: no-repeat;
		font-size:11px;
		padding-top:45px;
	}
	
	.cartOFF .addToWishlist > div:hover_DISABLED {
		background-position: -280px 0px;
	}
	
	.cartOFF .addToWishlist .activeWish_DISABLED  {
		background-position: -330px 0px;
	}
	*/
	
	.cart .OutOfStock {
		color:#999;
	}
	
	.cart .OutOfStock:hover {
		background-color:#fff;
		cursor:pointer;
	}

	.cart .OutOfStock:hover .rollover {
		font-weight:300;
	}
	
	.cart .OutOfStock:hover .price {
		font-weight:300;
	}
	

	.coffeeGrind {
		font-size: 14px;
		font-weight: 400;
		padding-top: 5px;
	}
	
	.coffeeSize {
		font-size: 14px;
		font-weight: 300;
	}
	
	.autoDelivery {
		width:99%;
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		margin-top:15px;
		background:url('/images6/auto_delivery_bg.png') center right no-repeat;
		background: -webkit-image-set( url('/images6/auto_delivery_bg.png') 1x, url('/images6/auto_delivery_bg_retina.png') 2x) center right;
		background-position: center right;
		background-repeat: no-repeat;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
		background-color:#fff;
		opacity:1;
	}
	
	.autoDelivery b {
		font-weight:400;
	}
	
	.autoDelivery a {
		font-family: 'Montserrat', sans-serif;
		font-size:16px;
		font-weight:300;
		color:#333;
		line-height:1.4em;
		text-decoration:none;
		display:block;
		padding:15px;
	}
	
	.autoDelivery a:hover {
		color:#db9034;
	}
	
	
	
	
	.packagingGuide {
		cursor: pointer;
		font-size: 12px;
		font-weight: 600;
    	color: #000;
	}
	
	.packagingGuide > div {
		display: flex;
    	align-items: center;
	}
	
	.packagingGuide > div > div {
		float:left;
		width:35px;
		height:30px;
		background:url('/images_selefina/sprites.png') -224px -281px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -247px -19px;
		background-position: -224px -281px;
		background-repeat: no-repeat;
	}
	
	
	
	.addToWishlist {
		cursor: pointer;
		font-size: 12px;
		font-weight: 600;
    	color: #000;
	}
	
	.addToWishlist > div {
		display: flex;
    	align-items: center;
	}
	
	.addToWishlist > div > div {
		float:left;
		width:35px;
		height:30px;
		background:url('/images_selefina/sprites.png') -247px -19px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -247px -19px;
		background-position: -247px -19px;
		background-repeat: no-repeat;
	}
	
	.addToWishlist:hover div > div {
		background-position: -297px -19px;
	}
	
	.addToWishlistSelected {
		cursor: pointer;
		font-size: 12px;
		font-weight:600;
		color:#ab9a67;
	}
	
	.addToWishlistSelected > div {
		display: flex;
    	align-items: center;
	}
	
	.addToWishlistSelected > div > div {
		float:left;
		width:35px;
		height:30px;
		background:url('/images_selefina/sprites.png') -347px -19px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -347px -19px;
		background-position: -347px -19px;
		background-repeat: no-repeat;
	}
	
	
	.cartSingle {
		float: none!important;
		padding:0!important;
		width:100%!important;
		margin-top:0!important;
		margin-right:0!important;
	}
	
	.cartSingle .pricesList {
		border: solid 2px #babbb9;
		margin-top:40px;
		background-color:#fff;
		border-bottom: none;
		max-width:312px; /* 2/23/18 */
	}
	
	.cartSingle .itemBlock {
		border-bottom:solid 2px #babbb9;
		display: table;
		width:100%; /* 2/23/18 */
	}
	
	
	
	
		.cartSingle .itemBlock:hover {
			background-color:var(--primarycolor);
			cursor:pointer;
		}
		
		.cartSingle .itemBlock:hover .sizeBlock .size {
			color:#fff !important;
			font-weight:600;
		}
		
		.cartSingle .itemBlock:hover .sizeBlock .rollover {
			color:#fff;
		}
		
		.cartSingle .itemBlock:hover .price {
			color:#fff;
			font-weight:600;
		}
		
		.cartSingle .itemBlock:hover .addToCart {
			background-position: -190px -12px;
		}
		
		.cartSingle .itemBlock:hover .addToAutoDelivery {
			background-position: -348px -100px;
		}
		
		.cartSingle .itemBlock:hover .rollover {
			font-weight:300;
		}
		
		.cartSingle .itemBlock:hover .price {
			font-weight:400;
		}
		
		.cartSingle .itemBlock:hover .deliverySelected {
			background-position: -398px -100px;
		}
		
		
	
	
	.externalIcon {
		height: 0;
		position: relative!important;
    	top: 0!important;
	}
	
	.externalIconAdagio {
		position: relative!important;
		top: -60px!important;
		width: 24px!important;
		height: 24px!important;
		background: url('https://www.adagio.com/favicon-32x32.png');
		background-position: center;
		background-size: 75%;
		background-repeat: no-repeat;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 0 3px #0009;
	}
	
	.externalIconSelefina {
		position: relative!important;
		top: -60px!important;
		width: 24px!important;
		height: 24px!important;
		background: url('https://www.selefina.com/favicon-32x32.png');
		background-position: center;
		background-size: 60%;
		background-repeat: no-repeat;
		background-color: #4c4d4f;
		border-radius: 50%;
		box-shadow: 0 0 3px #0009;
	}
	
	.externalIconLardera {
		position: relative!important;
		top: -60px!important;
		width: 24px!important;
		height: 24px!important;
		background: url('https://www.lardera.com/favicon-32x32.png');
		background-position: center;
		background-size: 75%;
		background-repeat: no-repeat;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 0 3px #0009;
	}
	
	.externalIconMasters {
		position: relative!important;
		top: -60px!important;
		width: 24px!important;
		height: 24px!important;
		background: url('https://www.mastersteas.com/favicon-32x32.png');
		background-position: center;
		background-size: 75%;
		background-repeat: no-repeat;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 0 3px #0009;
	}
	
	.externalIconBees {
		position: relative!important;
		top: -60px!important;
		width: 24px!important;
		height: 24px!important;
		background: url('https://www.adagiobees.com/favicon-32x32.png');
		background-position: center;
		background-size: 75%;
		background-repeat: no-repeat;
		background-color: #fff;
		border-radius: 50%;
		box-shadow: 0 0 3px #0009;
	}
	
	/* CART PREVIEW */
	
	#shipping_free {
		padding-top: 10vh;
	}
	
	#shipping_free > div:nth-child(1) {
		width:100px;
		height:75px;
		background-image:url('/images6/icon_free_shipping.png');
		background-size:100%;
		margin:0 auto;
	}
	
	#shipping_free > div:nth-child(2) {
		padding-top: 15px;
		font-size: 24px;
		font-weight: 400;
	}
	
	#shipping_free > div:nth-child(3) {
		font-size: 16px;
		font-weight: 300;
		color:#333;
	}
	
	#shipping_free > div:nth-child(4) {
		font-size: 14px;
		font-weight: 300;
		color:#333;
	}
	
	#shipping_teaser {
		padding-top: 10vh;
	}
	
	#shipping_teaser > div:nth-child(1) {
		width:100px;
		height:75px;
		background-image:url('/images6/icon_shipping_teaser.png');
		background-size:100%;
		margin:0 auto;
	}
	
	#shipping_teaser > div:nth-child(2) {
		padding-top: 15px;
		font-size: 24px;
		font-weight: 400;
	}
	
	#shipping_teaser > div:nth-child(3) {
		font-size: 16px;
		font-weight: 300;
		color:#333;
	}
	
	#shipping_terms {
		position: absolute;
		bottom: 60px;
		width: 100%;
		font-size: 14px;
		font-weight: 400;
	}
	
	.cartItemDisabled {
		filter: grayscale(1);
		opacity:0.33;
	}		
	
	/* ORIGIN */
	
	/*
	.origin_DISABLED {
		padding:20px 0 30px;
	}
	
	.origin > div > div:nth-child(1)_DISABLED {
		float: left;
		width:80px;
		border-right: solid #cccccc 1px;
		padding:5px 0 5px 15px;
	}
	
	.origin > div > div:nth-child(2)_DISABLED {
		float: left;
		width:200px;
		padding:5px 0 5px 15px;
	}
	
	.origin > span_DISABLED {
		display:flex;
		width:100%;
		height:1px;
		background:#cccccc;
	}
	*/
	
	/* SHOPPING CART - QUICK */
	
	.cart .pricesListQuick {
		width:180px;
		border-radius: 4px;
		border: solid 1px #fff;
		padding:0 15px 0;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0);
		background-color:#fff;
		opacity:1;
	}
	
	.cart .pricesListQuick .itemBlock {
		width:180px;
		height:42px;
		border-bottom:solid 1px #fff;
		padding:0 5px;
	}
	
	.cart .pricesListQuick .active {
		width:180px;
		height:42px;
		padding:0;
	}
	
	.cart .pricesListQuick .sizeBlock {
		width:80px;
		padding:10px 0;
	}
	
	.cart .pricesListQuick .size {
		font-size:13px;
	}
	
	.cart .pricesListQuick .rollover {
		display:none;
	}

	.cart .pricesListQuick .price {
		padding:8px 10px;
		font-size:18px;
	}
	
	.cart .pricesListQuick .price strike {
		font-size:10px;
	}
	
	.cart .pricesListQuick .addToCart {
		margin:0 10px 0 0;
	}
	
	.pricesListQuick .OutOfStock {
		display:none;
	}
	
	.pricesListQuick .QuickViewHide {
		display:none;
	}
	
	.pricesListQuick .wishlistBlock {
		display:none !important;
	}
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	/* SHOPPING CART - PREVIEW */
	
	.preview {
		position:fixed;
		top:0;
		right:0;
		width:33%;
		min-width:320px;
		height:100%;
		background-color:#fff;
		box-shadow: 3px 3px 12px #999;
		z-index:2000;
		text-align:center;
		display:none;
	}
	
	.preview .empty {
		height:100%;
		background:url('https://www.adagio.com/images5/wait_200.gif') 50% 50% no-repeat;
	}
	
	.preview .itemCount {
		float:left;
		font-size: 20px;
		padding: 20px 20px 0;
		
	}
	
	.preview .closePreview {
		float:right;
		font-size: 16px;
		padding: 20px 20px 0;
	}
	
	.preview .closePreview a {
		color:#7d7a76;
		text-decoration:none;
	}
	
	.preview .closePreview a:hover {
		color:#db9034;
	}
	
	.preview .itemBlock {
		floatOFF:left;
		font-sizeOFF: 20px;
		widthOFF:calc(100% - 40px);
		padding: 0 10px;
	}
	
	.preview .itemBlock .thumbnail {
		float:left;
		padding:10px 20px 0 0;
		mix-blend-mode: multiply;
	}
	
	.preview .itemBlock .thumbnail img {
		width:85px;
		height:85px;
	}
	
	.preview .itemBlock .info {
		float:left;
		font-size: 14px;
		font-weight:300;
		width:calc(100% - 150px);
		text-align:left;
		line-height:1.3em;
	}
	
	.preview .itemBlock .productName {
		font-size: 17px;
		font-weight:500;
		paddingOFF:10px 0;
		text-transform:uppercase;
	}
	
	.preview .itemBlock .qtyLabel {
		float:left;
		width:70px;
		font-family: 'Lato';
	}
	
	.preview .itemBlock .qty {
		font-weight:400;
		font-family: 'Lato';
	}
	
	
	.preview .itemBlock .sizeLabel {
		float:left;
		width:60px;
	}
	
	.preview .itemBlock .size {
		font-weight:400;
	}
	
	.preview .itemBlock .extraLabel {
		float:left;
		width:70px;
		font-family: 'Lato';
	}
	
	.preview .itemBlock .extra {
		float:left;
		font-size: 12px;
		line-height:1.3em;
		color:#999;
		padding: 2px 0;
		font-family: 'Lato';
	}

	.preview .itemBlock .price {
		float:right;
		padding:50px 0 0 0;
		font-size: 20px;
		font-family: 'Lato';
	}
	
	.preview .itemBlock .highlight {
		color:#db9034;
	}
	
	.preview .subtotalLabel {
		float:left;
		padding: 22px 20px 10px;
		font-size: 17px;
	}

	.preview .subtotal {
		float:right;
		padding: 20px 20px 10px;
		font-size: 20px;
	}
	
	.preview .buttonEdit {
		width:90%;
		margin:12px auto;
	}
	
	.preview .buttonEdit a {
		color:#7d7a76;
		font-size: 14px;
	}
	
	.preview .buttonEdit a:hover {
		color:#db9034;
	}
	
	.preview .buttonCheckout {
		width:90%;
		margin:0 auto;
	}
	



	.preview .itemBlockFlex {
		font-size: 20px;
		padding: 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.preview .itemBlockFlex .thumbnail {
		mix-blend-mode: multiply;
    	padding-right: 10px;
	}
	
	.preview .itemBlockFlex .thumbnail img {
		width:85px;
		height:85px;
		display: block;
	}
	
	.preview .itemBlockFlex .info {
		font-size: 14px;
		font-weight: 300;
		text-align: left;
		line-height: 1.3em;
		flex: 10;
	}

	.preview .itemBlockFlex .productName {
		font-size: 17px;
		padding: 0 0 10px;
		width: auto;
    	white-space: inherit;
	}

	.productNameLine1 {
		font-weight: bold;
	}
	
	.productNameLine2 {
		font-size: 14px;
    	font-weight: 300;
	}
	
	.productNameLine3 {
		font-size: 14px;
    	font-weight: 300;
	}
	
	.productNameLine4 {
		font-size: 12px;
    	font-weight: 300;
		line-height: 1.3em;
	}
	
	.productNameLine5 {
		font-size: 14px;
    	font-weight: 300;
		padding-top:3px;
	}
	
	.preview .itemBlockFlex .price {
		font-size: 20px;
		padding-left: 10px;
	}
	
	
	
	/* SHOPPING CART - EDIT */
	
	#shopping_summary #shopping_summary_left {
		float:left;
		width:65%;
	}
	
	#shopping_summary #shopping_summary_total {
		float:left;
		width:35%;
	}
	
	
	
	

	/* BREADCRUMB */

	.breadcrumb {
		padding:10px 0 40px;
	}
	
	.breadcrumb li {
		float:left;
		list-style-type: none;
		font-family: 'Montserrat', sans-serif;
		font-size:12px;
		font-weight:500;
		color:#999;
		text-decoration:none;
		padding:0 10px 0 0;
	}
	
	.breadcrumb li a {
		font-family: 'Montserrat', sans-serif;
		font-size:12px;
		font-weight:500;
		color:#aeafae;
		text-decoration:none;
	}
	
	.breadcrumb li a:hover {
		color:var(--accentcolor);
	}


	/* PRODUCT PAGES - DESCRIPTION */
	
	.description {
		display:flex;
		gap:20px;
		font-family: 'Lato';
		line-height: 1.56;
		padding-bottom: 60px;
	}
	
	.description > div:nth-child(1) {
		flex:1;
	}
	
	.description > div:nth-child(2) {
		flex:4;
	}
	
	.description > div > div:nth-child(1)  {
		color:#767774;
		font-family: 'Montserrat', sans-serif;
		padding:0 0 16px;
	}
	
	.description > div > div:nth-child(2)  {
		color:#000;
		font-family: 'Lora', serif;
		font-style: italic;
	}
	
	.description > div > div:nth-child(2) > div {
		border:solid 1px #999;
		padding:5px 10px;
	}
	
	.descriptionCollab {
		display:flex;
		gap:20px;
		font-family: 'Lato';
		line-height: 1.56;
		padding-bottom: 60px;
	}
	
	.descriptionCollab > div:nth-child(1) {
		width: calc(100% - 380px);
	}
	
	.descriptionCollab > div:nth-child(2) {
		width: 360px;
		background-color: #f7f7f2;
	}
	
	.descriptionCollab > div:nth-child(2) > div {
		padding: 10px 30px 30px;
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	
	.descriptionCollab > div:nth-child(2) > div > div:nth-child(1) {
		width:60px;
		height:60px;
		background:url(/images_selefina/icon_spice_collab.png);
		background-size:contain;
	}
	
	.descriptionCollab > div:nth-child(2) > div > div:nth-child(2) {
		font-family: 'Montserrat', sans-serif;
		font-size:13px;
		font-weight: 400;
		text-align: center;
	}
	
	.descriptionCollab > div:nth-child(2) > div > div:nth-child(3) {
		font-family: 'Lora', serif;
		font-style: italic;
		font-size: 30px;
		text-align: center;
		line-height: 1.2em;
		font-weight: 700;
	}
	
	.descriptionCollab > div:nth-child(2) > div > div:nth-child(4) {
		font-family: 'Montserrat', sans-serif;
		font-size:13px;
		font-weight: 400;
		text-align: center;
		padding: 5px 0 10px;
		line-height: 1.3em;
	}
	
	.descriptionCollab > div:nth-child(2) > div > div:nth-child(5) {
		font-family: 'Lato';
		line-height: 1.3;
		text-align: center;
		font-size: 13px;
	}
	
	.descriptionCollab > div:nth-child(2) > div > div:nth-child(6) {
		background-color: #f4f6f5;
		border: solid #000 1px;
		margin-top: 25px;
		font-size: 12px;
	}
	
	.descriptionCollab > div:nth-child(2) > div > div:nth-child(6) > div {
		padding: 5px 12px;
	}
	
	/* PRODUCT PAGES - QUICK INFO */
	
	.quickInfo {
		display:flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap:2px 20px;
		font-size:14px;
		background: url('/images_selefina/quick_info_bg.png');
    	background-position: 95% 0;
    	background-repeat: no-repeat;
    	background-size: contain;
    	padding-top: 40px;
    	padding-bottom: 70px;
    	line-height: 1.3em;
	}
	
	.quickInfo > div {
		padding: 5px 0;
	}
	
	.quickInfo > div:nth-child(even) {
		background-color:#f5f6f5;
		mix-blend-mode: multiply;
	}
	
	.quickInfo > div > div:nth-child(1)  {
		float:left;
		width:240px;
		font-weight:600;
	}
	
	.quickInfo > div > div:nth-child(2)  {
		font-family: 'Lato';
		display: table-cell;
	}
	
	.quickInfo > .quickHeader > div:nth-child(1)  {
		color: #ccc;
		text-transform: uppercase;
	}
	
	.quickInfo > .quickHeader > div:nth-child(2)  {
		color: #ccc;
		text-transform: uppercase;
	}
	
	
	
	/* PRODUCT PAGES - CALLOUTS */
	
	.callouts {
		display:flex;
		gap:2px 20px;
		font-size:14px;
    	line-height: 1.3em;
    	padding-bottom:50px;
	}
	
	.callouts > div {
		flex: 1;
	}
	
	
	
	
	
	
	.steepingInfo {
		font-weight: 400;
	}
	
	
	.spiceInfo {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		background-color:#eceeeb;
		border-top:solid #767774 3px;
		border-bottom:solid #767774 3px;
		color:#999;
		font-family: 'Lato';
    	line-height: 1.56;
	}
	
		.spiceInfo > div  {
			display: flex;
			max-width:1180px;
			margin:0 auto;
			padding: 40px 0;
		}
	
			.spiceInfo > div > div:nth-child(1) {
				min-width: 240px;
			}
	
				.spiceInfo > div > div:nth-child(1) > div:nth-child(1)  {
					font-size:14px;
					font-weight:600;
					color: #767774;
					font-family: 'Montserrat', sans-serif;
				}
	
				.spiceInfo > div > div:nth-child(1) > div:nth-child(2)  {
					padding-bottom:20px;
				}
	
				.spiceInfo > div > div:nth-child(1) > div:nth-child(3)  {
					font-size:14px;
					font-weight:600;
					color: #767774;
					font-family: 'Montserrat', sans-serif;
				}
	
			.spiceInfo > div > div:nth-child(2) {
				
			}
	
			.spiceInfo > div > div:nth-child(3) {
				min-width: 240px;
			}
	
	
	/* PRODUCT PAGES - REVIEW */
	
	.reviewHeader {
		float:left;
	}
	
	.reviewSort {
		float:right;
	}


	.reviewFlex {
		display:flex;
		width: 33%;
		flex-direction: column;
		padding-bottom: 50px;
	}


	.reviewFlex > div:nth-child(1) {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 15px;
		font-weight: 600;
		font-family: 'Lora';
		color:#333;
	}
	
	.reviewFlex > div:nth-child(1) > div:nth-child(2) {
		font-style: italic;
	}
	

	.reviewFlex >  div:nth-child(2) {
		line-height: 1.4em;
		padding-right: 30px;
		color: #666;
		font-family: 'Lato';
		font-weight:400;
	}
	
	.reviewFlex >  div:nth-child(3) {
		line-height: 1.4em;
		padding-right: 30px;
		color: #666;
		font-family: 'Lato';
		font-weight:400;
	}

		.reviewFlex .score_1 {
			margin-top:10px;
			width: 24px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewFlex .score_2 {
			margin-top:10px;
			width: 48px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewFlex .score_3 {
			margin-top:10px;
			width: 72px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewFlex .score_4 {
			margin-top:10px;
			width: 96px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewFlex .score_5 {
			margin-top:10px;
			width: 120px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}










	.reviewBlock {
		display:flex;
	}
	
	.reviewBlock > .reviewUserInfo {
		flex: 120px;
		padding-right: 30px;
	}
	
		.reviewBlock .score_1 {
			margin-top:10px;
			width: 24px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewBlock .score_2 {
			margin-top:10px;
			width: 48px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewBlock .score_3 {
			margin-top:10px;
			width: 72px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewBlock .score_4 {
			margin-top:10px;
			width: 96px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
	
		.reviewBlock .score_5 {
			margin-top:10px;
			width: 120px;
			height: 24px;
			background:url('/images_selefina/sprites.png') 0px -180px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
			background-position: 0px -180px;
			background-repeat: no-repeat;
		}
		
		.reviewBlock .reviewer {
			font-family: 'Montserrat';
			font-size: 16px;
			font-weight: 600;
			line-height: 1.3em;
			padding-bottom:40px;
		}

	.reviewBlock > .reviewCopy {
		flex: calc(100% - 280px);
		line-height: 1.4em;
		padding-bottom:50px;
		padding-right: 30px;
		color:#999;
	}
	
		.reviewBlock .date {
			font-family: 'Lora';
			font-size: 15px;
			font-style: italic;
			line-height: 1.3em;
		}
	
	.reviewBlock > .reviewVote {
		flex: 100px;
	}
	
		.votedUp {
			float:left;
			width:50px;
			height:20px;
			background:url('/images_selefina/sprites.png') -50px -225px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -50px -225px;
			background-position: -50px -225px;
			background-repeat: no-repeat;
			padding:2px 0 0 0;
			margin-top:10px;
		
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:400;
			text-decoration:none;
			color:#333;
			display:block;
		}
	
		.votedDown {
			float:left;
			width:50px;
			height:20px;
			background:url('/images_selefina/sprites.png') 0px -250px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -250px;
			background-position: 0px -250px;
			background-repeat: no-repeat;
			padding:2px 0 0 0;
			margin-top:10px;
		
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:400;
			text-decoration:none;
			color:#333;
			display:block;
		}
	
		.votedUpActive {
			float:left;
			width:50px;
			height:20px;
			background:url('/images_selefina/sprites.png') -50px -275px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -50px -275px;
			background-position: -50px -275px;
			background-repeat: no-repeat;
			padding:2px 0 0 0;
			margin-top:10px;
		
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:400;
			text-decoration:none;
			color:#333;
			display:block;
		}
	
		.votedDownActive {
			float:left;
			width:50px;
			height:20px;
			background:url('/images_selefina/sprites.png') 0px -300px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -300px;
			background-position: 0px -300px;
			background-repeat: no-repeat;
			padding:2px 0 0 0;
			margin-top:10px;
		
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:400;
			text-decoration:none;
			color:#333;
			display:block;
		}
	
	
		.voteUpZ {
			float:left;
			width:50px;
			height:20px;
			background:url('/images_selefina/sprites.png') -50px -225px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -50px -225px;
			background-position: -50px -225px;
			background-repeat: no-repeat;
			padding:2px 0 0 0;
			margin-top:10px;
		
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:400;
			text-decoration:none;
			color:#333;
			display:block;
		}
	
		.voteUpZ:hover {
			color:#9f9734;
			background-position: -50px -250px;
			font-weight:600;
			cursor:pointer;
		}
		.voteDownZ {
			float:left;
			width:50px;
			height:20px;
			background:url('/images_selefina/sprites.png') 0px -225px no-repeat;
			background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -225px;
			background-position: 0px -225px;
			background-repeat: no-repeat;
			padding:2px 0 0 0;
			margin-top:10px;
		
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:400;
			text-decoration:none;
			color:#333;
			display:block;
		}
	
		.voteDownZ:hover {
			color:#ca0b0b;
			background-position: 0px -250px;
			font-weight:600;
			cursor:pointer;
		}
	
	
		.voteUpZ a {
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:500;
			text-decoration:none;
			color:#999;
			display:block;
		}
	
		.voteUpZ a:hover {
			color:#9f9734;
			background-position: -50px -250px;
			font-weight:600;
		}
		.voteDownZ a {
			font-family: 'Montserrat', sans-serif;
			font-size:14px;
			font-weight:500;
			text-decoration:none;
			color:#999;
			display:block;
		}
	
		.voteDownZ a:hover {
			color:#ca0b0b;
			background-position: 0px -250px;
			font-weight:600;
		}
		
		
	
	/*
	.reviewBlock {
		clear:both;
	}
	
	.reviewBlock .icon {
		float:left;
		width:80px;
		height:80px;
		border:0px;
		margin-right:10px;
		padding:10px 0;
	}
	
	.reviewBlock .icon img {
		width:80px;
		height:80px;
		border:0;
		border-radius: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.icon img:hover {
		border:solid var(--primarycolor) 3px;
		border-radius: 51%;
	}
	
	.reviewBlock .review {
		float:left;
		width:210px;
		height:80px;
	}
	
	
	
	.reviewBlock .reviewer {
		padding:6px 6px;
		font-family: 'Montserrat', sans-serif;
		font-size:15px;
		font-weight:300;
		color:#000;
	}
	
	.reviewBlock .reviewer a {
		font-family: 'Montserrat', sans-serif;
		font-size:15px;
		font-weight:300;
		text-decoration:none;
		color:#000;
	}
	
	.reviewBlock .reviewer a:hover {
		color:var(--accentcolor);
	}
	
	.reviewBlock .reviewer::before {
		content: "by ";
	}
	
	.reviewBlock .copy {
		float:left;
		width: calc(100% - 585px);
		font-family: 'Lato';
		font-size: 15px;
		line-height: 1.3em;
		font-weight:300;
		padding:10px 40px 10px 0;
	}
	
	.reviewBlock .copy b {
		font-weight:400;
	}
	
	.reviewBlock .date {
		width:125px;
		float:left;
		font-family: 'Montserrat', sans-serif;
		font-size:14px;
		font-weight:300;
		margin-top:12px;
	}
	
	.reviewBlock .vote {
		width:100px;
		float:left;
	}
	
	
	
	
	
	
	
	
	.reviewBlock .reply {
		background-color: #eee;
		margin-left:265px;
		padding:5px 15px;
	}
	
	.reviewBlock .reply b {
		font-weight:bold;
	}
	
	*/
	
	
	.loadMoreReviews {
		width:200px;
		border: solid 1px #333;
		margin:30px auto 60px;
		text-align:center;
	}
	
	.loadMoreReviews a {
		font-family: 'Montserrat', sans-serif;
		font-size:14px;
		font-weight:300;
		color:#333;
		text-decoration:none;
		display:block;
		padding:15px;
	}
	
	.loadMoreReviews a:hover {
		color:var(--primarycolor);
	}
	
	
	
	/* PRODUCT PAGES - QA */
	
	.QAInput {
		float:left;
		width:calc(100% - 230px);
	}
	
	.QAInput textarea {
		width:90%;
		height:34px;
	}
	
	.QAButton {
		float:left;
		width:220px;
		padding-top:18px;
	}
	
	.qa_instance {
			
			}
			
				.qa_instance > div:nth-child(1) {
					color:#333;font-size:15px;font-weight:400;padding-bottom:5px;
				}
			
				.qa_instance > div:nth-child(2) {
					padding-bottom: 10px;
				}
			
					.qa_instance > div:nth-child(2) > div:nth-child(1) {
						float:left;padding-right:13px;
					}
			
					.qa_instance > div:nth-child(2) > div:nth-child(2) {
						float:left;font-size:13px;line-height:1.5em;color:#000;padding:2px 30px 0 0;width:180px;
					}
			
					.qa_instance > div:nth-child(2) > div:nth-child(3) {
						float:left;padding-top: 8px;
					}
			
						.qa_instance > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) {
							float:left;width:40px;height:30px;color:#fff;font-weight:600;font-size:14px;text-align:center;background: url('/images_selefina/sprites.png') -150px -225px no-repeat; background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -150px -225px; background-position: -150px -225px;
						}
				
						.qa_instance > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) {
							float:left;font-size:16px;font-weight:600;color:var(--primarycolor);padding:2px 0 0 5px;width:130px;
						}
			
					.qa_instance > div:nth-child(2) > div:nth-child(4) {
						float:left;
						padding-top: 8px;
						display:none;
					}
				
						.qa_instance > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) {
							float:left;width:40px;height:30px;background: url('/images_selefina/sprites.png') -110px -225px no-repeat; background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -110px -225px; background-position: -110px -225px;
						}
					
						.qa_instance > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) {
							float:left;font-size:16px;font-weight:600;color:#767676;padding:2px 0 0 5px;width:130px;
						}
			
					.qa_instance > div:nth-child(2) > div:nth-child(5) {
						float:left;font-size:16px;font-weight:300;color:#d7d9dd;padding:10px 20px 0 20px;
					}
			
					.qa_instance > div:nth-child(2) > div:nth-child(6) {
						float:left;padding-top:10px;
					}
				
						.qa_instance > div:nth-child(2) > div:nth-child(6) > div:nth-child(1) {
							float:left;width:30px;height:20px;background: url('/images_selefina/sprites.png') -190px -225px no-repeat; background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -190px -225px; background-position: -190px -225px;
						}
			
						.qa_instance > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) {
							float:left;font-size:16px;font-weight:600;color:#767676;padding:0 0 0 5px;
						}
				
					.qa_instance > div:nth-child(2) > div:nth-child(7) {
						float:left;padding-top:10px;display: none;
					}
				
						.qa_instance > div:nth-child(2) > div:nth-child(7) > div:nth-child(1) {
							float:left;width:30px;height:20px;background: url('/images_selefina/sprites.png') -190px -243px no-repeat; background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -190px -243px; background-position: -190px -243px;
						}
			
						.qa_instance > div:nth-child(2) > div:nth-child(7) > div:nth-child(2) {
							float:left;font-size:16px;font-weight:600;color:#d78824;padding:0 0 0 5px;
						}
				
				.qa_instance > div:nth-child(3) {
					padding:0 0 0 35px;
				}
				
					.qa_instance > div:nth-child(3) > div:nth-child(1) {
						background-color:#f4f4f4;padding:10px;
					}
				
				.qa_instance > div:nth-child(4) {
					display:none;background-color:#f4f4f4;padding:10px 20px 12px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;margin-left:35px;
				}
	

	
	
	/* PRODUCT PAGES - SOCIAL SHARE */
	
	.shareDiv {
		float:right;
		padding-left:30px;
	}
	
	.shareConnected {
		float:left;
		margin:5px 10px 0 0;
	}
	
	.shareFacebook {
		width:260px;
		border-radius: 4px;
		border: solid 1px #365895;
		margin-top:15px;
		background:url('/images_selefina/sprites.png') 0 -332px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0 -332px;
		background-position: 0 -332px;
		background-repeat: no-repeat;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
	}
	
	.shareFacebook a {
		font-weight:400;
		color:#365895;
		text-decoration:none;
		text-align:center;
		display:block;
		padding:10px;
	}
	
	.shareFacebook a:hover {
		background-color: #365795;
		color:#fff;
	}
	
	
	.shareTwitter {
		width:260px;
		border-radius: 4px;
		border: solid 1px #43abea;
		margin-top:15px;
		background:url('/images_selefina/sprites.png') 0 -369px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0 -369px;
		background-position: 0 -369px;
		background-repeat: no-repeat;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
	}
	
	.shareTwitter a {
		font-weight:400;
		color:#43abea;
		text-decoration:none;
		text-align:center;
		display:block;
		padding:10px;
	}
	
	.shareTwitter a:hover {
		background-color: #43abea;
		color:#fff;
	}
	
	.shareTwitterCopy {
		width:260px;
		padding-top:6px;
		font-size:13px;
		text-align:center;
	}
	
	.shareTwitterCopy span {
		color: #db9034;
	}
	
	
	
	/* RECIPE */
	
	.recipeIndex {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	
	.recipeHighlight {
		background-color: var(--secondarycolor);
	}

	.recipeHighlight .blogImg {
		background-color:#fff;
		cursor: pointer;
	}

	.recipeHighlight .blogImg > div {
		width:100%;
		height:209px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		text-align: right;
	}
	
	.recipeHighlight .blogImg > div > div {
		padding: 10px;
		color: #000;
		background-color: #fff;
		height: 25px;
		width: 100px;
		font-size: 10px;
		font-weight: 600;
		line-height: 1.3em;
	}

	.recipeHighlight .blogCopy {
		padding:15px 10px;
		display:block;
	}

	.recipeHighlight .blogCopy > div:nth-of-type(1) {
		display: flex;
    	justify-content: space-between;
    	font-weight: 500;
	}
	
	.recipeHighlight .blogCopy > div:nth-of-type(1) > div:nth-of-type(1) {
		font-weight:600;
		font-size:18px;
		color:#333;
		width: calc(100% - 35px);
		height: 68px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	
	.recipeHighlight .blogCopy > div:nth-of-type(1) > div:nth-of-type(1) > div {
		font-weight:400;
		font-size:14px;
		color:#333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.recipeHighlight .blogCopy > div:nth-of-type(2) {
		font-weight:300;
		font-size:14px;
		font-family: 'Lora', serif;
    	font-style: italic;
		color:#916d63;
		padding:5px 0;
	}

	.recipeHighlight .blogCopy > div:nth-of-type(3) {
		font-weight:400;
		font-size:12px;
		font-family: 'Lato';
		color:#767774;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	
	.recipeHighlight .blogCopy > div:nth-of-type(5) {
		font-weight:400;
		font-size:0.8em;
		font-family: 'Lato';
		color:#767774;
	}

	.recipeMore {
		float: left;
		padding-top:6px;
		cursor: pointer;
	}

	.recipeMore > div {
		width:30px;
		height:30px;
		background-image:url('/images_selefina/sprites.png');
		background-image: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -235px -110px;
		background-position: -235px -110px;
		background-repeat: no-repeat;
	}
	
	
	
	
	.recipeFilter {
		display:flex;
		flex-wrap: wrap;
		gap:5px;				
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 600;
		font-family: 'Montserrat', sans-serif;
		te
	}
	.recipeFilter > div {
		background-color:#eee;
		padding:3px 6px;
		color: #000;
	}
	.recipeFilter > .recipeFilterSelected {
		background-color: #293620;
	}
	.recipeFilter > .recipeFilterSelected > a {
		color: #fff;
	}
			
	
	
	.recipe {
		font-family: 'Lato';
		font-size:15px;
		line-height: 1.3em;
	}

	.recipeHeader {
		height:600px;
	}
	
	.recipeHeader > div {
		max-width:1280px;
		margin: 0 auto;
	}
	
	.recipeCopyright {
		position: absolute;
		color: #fff;
		top: 710px;
		right: 10px;
		font-size: 18px;
		opacity:0.5;
	}
	
	.recipeHeaderOFF > div > div {
		float:right;
		margin:50px 0 0;
		padding: 10px;
		background-color:#fff;
	}
	
	.recipeHeaderOFF > div > div > div:nth-child(1) {
		font-size:18px;
		font-weight:400;
		max-width: 200px;
	}
	
	.recipeHeaderOFF > div > div > div:nth-child(2) {
		font-size:16px;
		font-weight:400;
	}
	
	.recipeHeaderOFF > div > div > div:nth-child(3) {
		font-family:'Lora';
		font-size:16px;
		font-style:italic;
		font-weight: 600;
		padding-bottom:10px;
	}

	.recipeHeaderOFF > div > div > div:nth-child(4) {
		display:none;
		width: 120px;
		height: 24px;
		background: url('/images_selefina/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) 0px -180px;
		background-position: 0px -180px;
		background-repeat: no-repeat;
		padding-right: 10px;
	}
	
	.recipeHeaderOFF > div > div > div:nth-child(5) {
		display:none;
		font-family:'Lora';
		font-size:13px;
		font-style:italic;
		font-weight:300;
		padding-bottom:10px;
	}
	
	.recipeHeaderOFF > div > div > div:nth-child(6) {
		width:200px;
		height:200px;
	}
	
	.recipePath {
		
	}
	
	.recipeIngredients {
		color:#999;
		line-height: 1.1em;
		padding-right:50px;
	}
	
	.recipeIngredients > div:nth-child(1) {
		float:left;
		font-family:'Lora';
		font-size:16px;
		font-style: italic;
		font-weight: 600;
		padding-right:10px;
		padding-top:1px;
	}
	
	.recipeIngredients > div:nth-child(2) {
		float:left;
		color:#999;
		font-size:14px;
		padding-bottom: 5px;
	}
	
	.recipeIngredients > div:nth-child(2) > a {
		float:left;
		padding: 2px 3px 0;
		font-size: 13px;
		font-weight: 600;
		margin: 0 2px;
		color: #999;
		border: solid #999999 1.5px;

	}
	
	.recipeIngredients > table {
		font-size:12px;
		width: 100%;
	}
	
	.recipeIngredients > table tr {
		height:26px;
	}
	
	.recipeIngredients > table tr:nth-child(even) {
		background-color:#f5f6f5;
	}
	
	.recipeIngredients > table tr td:nth-child(1) {
		text-transform: uppercase;
		white-space: nowrap;
		padding-right:10px;
		padding-left: 5px;
	}
	
	.recipeContent {
	
	}
	
	
	
	.recipeContent #recipeName {
		font-size:18px;
		text-transform: uppercase;
	}
	
	.recipeContent #recipeSubName {
		font-family: 'Montserrat';
		font-weight: 400;
		color: #4d4d4f;
	}
	
	.recipeContent #recipeType {
		font-family: 'Lora';
		font-weight: 600;
		color: #4d4d4f;
		font-style: italic;
		padding-top:5px;
	}
	
	.recipeContent #recipeCreator {		
		font-family:'Lato';
		font-size:14px;
	}
	
	.recipeContent #recipeBio {
		padding: 10px 0;
		font-family:'Lato';
		font-size:13px;
		font-style:italic;
	}
	
	.recipeContent #recipeLink {
		font-family:'Lato';
		font-size:13px;
	}
	
	.recipeContent #recipeSummary {
		color:#999;
		padding:10px 0 40px;
	}
	
	.recipeContent #recipeIcons {
		padding-bottom:40px;
	}
	
		.recipeContent #recipeIcons .recipeTime {
			float: left;
			background:url('/images_selefina/recipe_time.png');
			background-position:top left;
			background-repeat:no-repeat;
			background-size: 30px;
    		padding: 5px 0 5px 40px;
    		width:150px;
    		font-size: 12px;
    		color: #666;
    		margin: 5px;
    		line-height: 1.6em;
		}
		
		.recipeContent #recipeIcons #recipeServings {
			float: left;
			padding: 5px 0 5px 40px;
    		width:150px;
    		font-size: 12px;
    		color: #666;
    		margin: 5px;
    		line-height: 1.6em;
		}
		
		.recipeContent #recipeIcons .recipeServingsDrinks {
			background:url('/images_selefina/recipe_drinks.png');
			background-position:top left;
			background-repeat:no-repeat;
			background-size: 30px;
		}
		
		.recipeContent #recipeIcons .recipeServingsFormulas {
			background:url('/images_selefina/recipe_formulas.png');
			background-position:top left;
			background-repeat:no-repeat;
			background-size: 30px;
		}
		
		.recipeContent #recipeIcons .recipeServingsFood {
			background:url('/images_selefina/recipe_food.png');
			background-position:top left;
			background-repeat:no-repeat;
			background-size: 30px;
		}
		
		.recipeContent #recipeIcons .recipePrint {
			float: left;
			background:url('/images_selefina/recipe_print.png');
			background-position:top left;
			background-repeat:no-repeat;
			background-size: 30px;
    		padding: 5px 0 5px 40px;
    		width:150px;
    		font-size: 12px;
    		color: #666;
    		margin: 5px;
    		line-height: 1.6em;
		}
		
		.recipeContent #recipeIcons .recipeSpecialEquiment {
			float: left;
			background:url('/images_selefina/recipe_special.png');
			background-position:top left;
			background-repeat:no-repeat;
			background-size: 30px;
    		padding: 5px 0 5px 40px;
    		width:150px;
    		font-size: 12px;
    		color: #666;
    		margin: 5px;
    		line-height: 1.6em;
		}
	
	.recipeContent #recipeDirections > div:nth-child(1) {
		font-family:'Lora';
		font-size:16px;
		font-style:italic;
		font-weight: 600;
		padding-bottom:10px;
	}
	
	.recipeContent #recipeDirections > div:nth-child(2) {
		color:#999;
		padding-bottom:40px;
	}
	
	.recipeContent #recipeTips > div:nth-child(1) {
		font-family:'Lora';
		font-size:16px;
		font-style:italic;
		font-weight: 600;
		padding-bottom:10px;
	}
	
	.recipeContent #recipeTips > div:nth-child(2) {
		color:#999;
		padding-bottom:40px;
	}
	
	.recipeContent #recipeIngredientsPuddles > div:nth-child(1) {
		font-family:'Lora';
		font-size:16px;
		font-style:italic;
		font-weight: 600;
		padding-bottom:10px;
	}
	
	.recipeContains {
		padding:10px;
	}
	
	
	/* COOK ALONG */
	.cookAlongActivate {
		background: url('/images_selefina/cook_along_mittons.png');
		background: -webkit-image-set( url('/images_selefina/cook_along_mittons.png') 1x, url('/images_selefina/cook_along_mittons_retina.png') 2x) 0 0;
		background-color: #dce6cf;
		background-repeat:no-repeat;
		background-position:bottom right;
		border: solid 3px #ccc;
		padding: 15px;
		display: flex;
		margin-right: 30px;
		margin-bottom: 30px;
		flex-direction: column;
		gap: 5px;
	}
	
	.cookAlongActivate > div:nth-child(1) {
		font-family: 'Lora';
		font-size:16px;
		font-weight: 600;
		color: #000;
		font-style: italic;
	}
	
	.cookAlongActivate > div:nth-child(2) {
		padding-right: 60px;
		font-size: 14px;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	
	.cookAlongActivate > div:nth-child(3) {
		background-color: #fff;
		border: solid 1px #000;
		padding: 5px 10px;
		font-size: 11px;
		width: 140px;
		display: flex;
		justify-content: center;
		font-weight: bold;
	}
	
	.cookAlongActivate > div:nth-child(3):hover {
		background-color: var(--primarycolor);
		border: solid 1px #fff;
		color:#fff;
		cursor:pointer;
	}
	
	
	
	.cookAlongActivated {
		background: url('/images_selefina/cook_along_mittons.png');
		background: -webkit-image-set( url('/images_selefina/cook_along_mittons.png') 1x, url('/images_selefina/cook_along_mittons_retina.png') 2x) 0 0;
		background-color: #dce6cf;
		background-repeat:no-repeat;
		background-position:bottom right;
		border: solid 3px #ccc;
		padding: 15px;
		display: flex;
		margin-right: 30px;
		margin-bottom: 30px;
		flex-direction: column;
		gap: 5px;
		font-family: 'Montserrat', sans-serif;
		color: #767774;
		text-transform: uppercase;
		line-height:1.0em;
	}
	
	.cookAlongActivated > div:nth-child(1) {
		font-size: 18px;
		font-weight: 600;
	}
	
	.cookAlongActivated > div:nth-child(2) {
		font-size: 13px;
		font-weight: 500;
	}
	
	.cookAlongActivated > div:nth-child(3) {
		background-color: #fff;
		padding: 2px 10px;
		width: 140px;
		margin: 5px 0;
	}
	
	.cookAlongActivated > div:nth-child(4) {
		font-size: 13px;
		font-weight: 500;
	}
	
	.cookAlongActivated > div:nth-child(5) {
		font-size: 24px;
		font-weight: 600;
		
	}
				
	/* TEA INFO */
	
	/*
	.teaInfoIcon_DISABLED {
		position:relative;
		top;0;
		left:0;
	}
	
	.teaInfoIcon > div_DISABLED {
		position:absolute;
		left:-140px;
		width:110px;
		height:110px;
	}
	*/

	
	/* PROFILE PAGE */
	
	/*
	.msgDate_DISABLED {
		float:right;
		font-size:15px;
	}
	
	.msgCustomer_DISABLED {
		font-size:20px;
		padding-bottom:10px;
	}
	
	.msgCustomer b_DISABLED {
		color:#a66920;
	}
	*/
	
	.msgCopy {
		padding-bottom:50px;
		clear: both;
	}
	
	/*
	.msgBlend_DISABLED {
		padding-left:20px;
	}
	*/
	
	/* FARMERS */
	
	.farmerPhoto {
		padding-bottom:40px;
	}
	
	.farmerPhoto > img {
		 width: 100%;
	}
	
	
	
	.faveOff {
		width: 35px;
		height: 35px;
		background: url(/images_selefina/sprites.png) -343px -60px no-repeat;
		background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x) -343px -60px;
		background-position: -343px -60px;
		background-repeat: no-repeat;
	}
	
	.faveOn {
		width: 35px;
		height: 35px;
		background: url(/images_selefina/sprites.png) -308px -60px no-repeat;
		background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x) -308px -60px;
		background-position: -308px -60px;
		background-repeat: no-repeat;
	}
	
	.wishOff {
		width: 35px;
		height: 35px;
		background: url(/images_selefina/sprites.png) -145px -271px no-repeat;
		background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x) -295px -271px;
		background-position: -295px -271px;
		background-repeat: no-repeat;
	}
	
	.wishOn {
		width: 35px;
		height: 35px;
		background: url(/images_selefina/sprites.png) -110px -271px no-repeat;
		background: -webkit-image-set( url(/images_selefina/sprites.png) 1x, url(/images_selefina/sprites_retina.png) 2x) -260px -271px;
		background-position: -260px -271px;
		background-repeat: no-repeat;
	}
	
	
	/* MISC */
	
	/*
	.profile_DISABLED {
		float:left;
		width:50%;
	}
	
	.profileImage_DISABLED {
		float:left;
		width:130px;
	}
	
	.profileCopy_DISABLED {
		float:left;
		width:calc(100% - 130px);
	}
	
	.profileCopy > div_DISABLED {
		padding:0 20px 20px 0;
	}
	
	.teaTimer_DISABLED {
		width:100%;
		display:none;
		padding-top:20px;
	}
	
	.teaTimer > div_DISABLED {
		margin:15px 30px;
		padding:15px 30px;
		background-color:#db9034;
		color:#fff;
		font-weight:400;
		font-size:17px;
		text-align:center;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
		text-decoration:none;
	}
	*/
	

	/* INSTANT COUPON */
	
	#instantCouponDiv {
		display:none;
		position:fixed;
		z-index:100002;
		top:50%;
		left:50%;
		margin:-177px 0 0 -281px;
	}

	#instantCouponContent {
		width:560px;
		height:330px;
		border: 5px dashed var(--primarycolor);
		background:#fff;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	}
	
	
	/* GENERIC POPUP COUPON */
	
	#genericPopupDiv {
		display:none;
		position:fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
    	z-index:100002;
    	width: 90%;
		max-width: 580px;
	}
	
	#genericPopupContent {
		background:#fff;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	}
	
	
	.couponPopup > div:nth-child(1) {
		float:left;padding: 40px;font-size:80px;font-family: Montserrat;color: #000;font-weight: 600;line-height: 0.9em;font-weight: 700;
	}
	
	.couponPopup > div:nth-child(2) {
		padding:30px;
	}
	
	.couponPopup > div:nth-child(3) {
		padding:20px;background-color:#adcf88;color:#fff;margin:0 30px 30px;text-align: center;font-size: 18px;font-weight: 500;letter-spacing: 0.05em;
	}
	
		
	.joinMailingListPopup {
		padding:30px 30px 30px 220px;background:url('/images_selefina/join_mailing_list_popup.jpg');background-repeat: no-repeat;background-position: 30px;
	}
	.joinMailingListPopup > div:nth-child(1) {
		font-family:Lora;font-style:italic;font-size:15px;color:#4d4d4f;
	}
	.joinMailingListPopup > div:nth-child(2) {
		font-family:Montserrat;font-size:48px;font-weight:600;color:#000;
	}
	.joinMailingListPopup > div:nth-child(3) {
		font-family:Lato;font-size:14px;padding: 10px 0 20px;
	}
	.joinMailingListPopup > div:nth-child(4) {
		font-family:Montserrat;font-size:20px;font-weight: 500;color:#829b65;
	}
		
	/* JOIN OUR MAILING LIST */
	
	/*
	#joinMailingListDiv {
		display:none;
		position:fixed;
		z-index:100002;
		top:50%;
		left:50%;
		margin:-177px 0 0 -281px;
	}

	#joinMailingListContent {
		width:560px;
		height:330px;
		border: 5px dashed #de9736;
		background:#fff;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	}
	*/

	
	/* LIVE CHAT */
	
	#instaply {
		position:fixed;
		bottom:-256px;
		right:170px;
		width:300px;
		height:300px;
		z-index:10000;
		box-shadow: 0 3px 12px #999;
	}
	
	#instaply .headerCopy {
		padding:10px 15px;
		color:#fff;
		background:url('https://www.adagio.com/images5/sms_icon.png') top right no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images5/sms_icon.png') 1x, url('https://www.adagio.com/images5/sms_icon_retina.png') 2x) 260px 5px;
		background-position: 260px 5px;
		background-repeat: no-repeat;
		background-color:#d78824;
		-moz-border-top-left-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
		-moz-border-top-right-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
	}
	
	
	#instaply .sendQuestion {
		width:100%;
		background-color:#eee;
	}
	
	#instaply .sendQuestion a {
		font-weight:400;
		color:#d78824;
		text-decoration:none;
		text-align:center;
		display:block;
		padding:10px;
	}
	
	#instaply .sendQuestion a:hover {
		background-color: #d78824;
		color:#fff;
	}
	
	#livechat-compact-container {
		bottom: 60px !important;
	}
	
	
	/* JOIN MAILING LIST */
	#joinMailingList {
		background-image:url('/images_selefina/join_mailing_list_bg.png');
		background-repeat:no-repeat;
		background-position: 20% 0;
		background-color:#eceeeb;
		border-top:solid #767774 3px;
		border-bottom:solid #767774 3px;
		height:140px;
		font-weight:600;
	}
	
	#joinMailingList > div {
		width: calc(100% - 100px);
		max-width:1180px;
		margin: 0 auto;
	}
	
	#joinMailingList > div > div:nth-child(1) {
		float:left;
		color:#4d4d4f;
		height:80px;
		padding-top: 60px;
		text-align:left;
		font-weight:600;
		width: calc(100% - 400px);
	}
	
	#joinMailingList > div > div:nth-child(2) {
		float:left;
		padding-top: 48px;
		width: 300px;
	}
	
	#joinMailingList > div > div:nth-child(2) > input {
		border: none;
		box-shadow: none;
		width: 200px;
    	margin: 0 20px 0 0;
    	float: right;
	}
	
	#joinMailingList > div > div:nth-child(2) > input::placeholder {
		color: #767774;
	}
	
	#joinMailingList > div > div:nth-child(3) {
		float:left;
		padding-top: 60px;
		width: 100px;
	}
	
	#joinMailingList > div > div:nth-child(3) > a {
		padding:6px 12px;
		background:#2a3520;
		color:#fff;
	}



	/* CUSTOMIZED JAR FOOTER */
	
	.customizeJarFooter {
		display:flex;height: 250px;width: 100%;margin: 0 auto;background-color: #f5f6f5;border-top: solid #b1b3b0 3px;margin-top: 100px;padding-bottom: 30px;
	}

	.customizeJarFooter div:hover > .customizeJarFooterCopy > div:nth-child(4) > div {
		background-color: #96332e;
		color: #fff;
	}

	.customizeJarFooter > div {
		width: 50%;margin: 0 auto;display: flex;max-width: 640px;
	}

	.customizeJarFooter > div > .customizeJarFooterImage {
		width: 360px;height: 280px;position: relative;top: -75px;
	}

	.customizeJarFooter > div > .customizeJarFooterImage > div {
		padding: 280px 0 0 190px;text-transform: uppercase;font-size: 12px;font-weight: 700;color: #000;width: 120px;
	}

	.customizeJarFooter > div > .customizeJarFooterCopy {
		width: calc(100% - 360px);
	}

	.customizeJarFooter > div > .customizeJarFooterCopy > div:nth-child(1) {
		padding: 20px 0 0 20px;
	}

	.customizeJarFooter > div > .customizeJarFooterCopy > div:nth-child(3) {
		padding: 5px 10px 0 20px;font-family:Lato;font-size:20px;
	}

	.customizeJarFooter > div > .customizeJarFooterCopy > div:nth-child(4) {
		padding: 5px 10px 0 20px;
	}

	.customizeJarFooter > div > .customizeJarFooterCopy > div:nth-child(4) > div {
		cursor:pointer;
		padding:10px;font-family:Montserrat;border:solid #000 1px;font-weight:600;color:#000;font-size:12px;display: inline-block;margin-top: 12px;
	}

	.customizeJarFooter > div > .customizeJarFooterCopy > div:nth-child(4) > div:hover {
		background-color: #96332e;
		color: #fff;
	}


	/* FOOTER */
	
	#freeSpiceDiv {
		display: flex;
		align-items: center;
		justify-content: center;
		width:100%;
		background:url('/images_selefina/share_spices_bg.jpg');
		background: -webkit-image-set( url('/images_selefina/share_spices_bg.jpg') 1x, url('/images_selefina/share_spices_bg_retina.jpg') 2x) 0 0;
		background-repeat:no-repeat;
		background-size:cover;
	}
	
	#freeSpiceDiv > div {
		display:flex;
		max-width:1024px;
		background-color:#fff;
		color:#000;
		margin: 20px;
	}
	
	#freeSpiceDiv > div > div {
		flex:1;
		margin:40px;
		color: var(--primarycolor);
	}
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(1) {
		font-size:40px;
		font-weight:300;
		line-height: 1.0em;
	}
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(2) {
		font-size:60px;
		font-weight:600;
		line-height: 1.0em;
	}
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(3) {
		font-size:18px;
		font-weight:400;
		line-height: 1.5em;
	}
	
	#freeSpiceDiv > div > div:nth-child(2) > div:nth-child(1) > input {
		width:calc(100% - 22px);height:46px;font-size:16px;
		font-family: 'Montserrat', sans-serif;
	}
	
	#freeSpiceDiv > div > div:nth-child(2) > div:nth-child(2) > textarea {
		width:calc(100% - 22px);height:68px;font-size:16px;
		color: #767774;
	}
	
	#freeSpiceDiv > div > div:nth-child(2) > div:nth-child(3) > a {
		display:block;text-align: center;
	}
	
	#welcome {
		padding:50px 20px 0;
		max-width:800px;
		margin:0 auto;
	}
	
	#welcome > div:nth-child(1) {
		color:#000;font-size:14px;font-family: 'Montserrat', sans-serif;font-weight:500;
		padding-bottom:5px;
	}
	
	#welcome > div:nth-child(2) {
		color:#767774;font-size:15px;font-family: 'Lora';font-style: italic;font-weight:300;
	}
	
	#footer {
		width:100%;
		margin: 0 auto;
		background-image: url('/images_selefina/footer_bg.png');
		background-color: #293520;
	}
	
	#footer > div {
		width: calc(100% - 100px);
		max-width:1180px;
		padding:100px 0 50px;
		margin: 0 auto;
		display: flex;
    	justify-content: space-between;
	}
	
	.footerCat {
		
	}
	
	.footerCat > div:nth-child(1) {
		font-size:20px;
		font-weight:600;
		line-height: 1.2em;
		background-color: #000;
		color:#fff;
		display: inline-block;
		padding: 6px 16px;
		margin-bottom: 20px;
	}
	
	.footerCat > div:nth-child(2) {
		padding: 0 16px;
	}
	
	.footerCat > div:nth-child(2) > a {
		display: block;
		color:#fff;
		font-size:16px;
		font-weight:600;
		text-decoration: none;
		line-height: 1.2em;
		padding-bottom: 15px;
	}
	
	#footerSocial {
		background-color:#000;
		height:60px;
	    font-family: 'Lato';
	    font-size: .8em;
	    text-transform: uppercase;
	    display: flex;
    	justify-content: center;
	}
	
	#footerSocial a {
		color:#fff;
		text-decoration: none;
	}
	
	#footerSocial > div {
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		width: 1150px;
    	gap:10px;
	}
	
	#footerSocial > div > div:nth-child(3) {
    	text-align: right;
	}

	
	.icon_social {
		float:left;
		width:36px;
		height:50px;
		background-repeat: no-repeat;
		margin:0 12px;
		cursor: pointer;
	}
	
	.icon_facebook {
		background:url('/images_selefina/sprites.png') -10px -325px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -10px -325px;
		background-position: -10px -325px;
	}
	
	.icon_instagram {
		background:url('/images_selefina/sprites.png') -60px -325px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -60px -325px;
		background-position: -60px -325px;
	}
	
	.icon_twitter {
		background:url('/images_selefina/sprites.png') -10px -363px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -10px -363px;
		background-position: -10px -363px;
	}
	
	.icon_youtube {
		background:url('/images_selefina/sprites.png') -10px -363px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -60px -363px;
		background-position: -60px -363px;
	}


	/* CHAT WINDOW */
	
	#chatWindow {
		border: 1px none rgb(245, 245, 245);
		z-index: 2147483646;
		position: fixed;
		right: 0px;
		bottom: -1px;
		width: 75px;
		height: 75px;
		box-shadow:none;
	}

	#chatWindow > div:nth-child(1) {
		background: url('/images_selefina/sprites.png');
		background: -webkit-image-set(url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x) -405px -585px;
		background-position: -405px -585px;
		background-repeat: no-repeat;
	}

	#chatWindow > div:nth-child(1) > div:nth-child(1) {
		float:right;
		padding:8px 0 10px;
		display:none;
	}

	#chatWindow > div:nth-child(1) > div:nth-child(1) > div {
		float:right;
		padding:8px 14px 0 0;
	}

	#chatWindow > div:nth-child(1) > div:nth-child(1) > div > div {
		width:22px;
		height:22px;
		background:url('/images_selefina/sprites.png') -408px -23px no-repeat;
		background: -webkit-image-set( url('/images_selefina/sprites.png') 1x, url('/images_selefina/sprites_retina.png') 2x)-408px -23px;
		background-position: -408px -23px;
	}

	#chatWindow > div:nth-child(1) > div:nth-child(2) {
		display:block;
		height: 75px;
	}

	#chatWindow > div:nth-child(1) > div:nth-child(2) > div {
		padding:5px 10px;
		color:#fff;
		font-size: 11px;
		line-height: 1.5em;
		text-align: left;
		font-weight: 300;
		letter-spacing: 0;
		padding-left: 65px;
		padding-top: 19px;
		display:none;
	}

	#chatWindowDialog {
		display:none;border: 1px none rgb(245, 245, 245); z-index: 2147483646; position: fixed;  right: 10px; bottom: 80px; width: 50%; min-width: 320px; height: calc(100% - 200px); max-height: 600px;  box-shadow: rgb(162, 162, 162) 0px 0px 3px; border-radius: 10px; background-color: #fff;
	}
	
	#chatWindowDialog > div:nth-child(1) {
		width:100%;background-color:var(--accentcolor);color:#000;font-size:16px;border-top-left-radius: 10px;border-top-right-radius: 10px;
	}
	
	#chatWindowDialog > div:nth-child(1) > div:nth-child(1) {
		top:5px;right:-5px;
	}
	
	#chatWindowDialog > div:nth-child(1) > div:nth-child(2) {
		padding:10px 20px;color:#fff;
	}
	
	#chatWindowDialog > div:nth-child(2) {
		height:calc(100% - 110px);border-bottom:solid #d2d2d2 1px;overflow: auto;width:100%;
	}
	
	#chatWindowDialog > div:nth-child(3) > #chat_question {
		width:calc(100% - 110px);height:40px;font-size:16px;box-shadow:none;border:none;resize: none;margin: 5px 0;
	}
	
	#chatWindowDialog > div:nth-child(3) > div {
		
	}
	
	#chatQuestionDiv {
		display:flex;align-items: center;gap: 10px;padding:0 10px;
	}
	
	
	.chatUser {
		font-size:16px;
		margin:10px;
		padding:10px;
		background-color:var(--primarycolor);
		border-radius:10px;
		text-align:right;
		color:#fff;
		margin-left:10%;
		display: flex;
		justify-content: flex-end;
		gap: 10px;
	}
	
	.chatUser img {
		width:30px;
		height:30px;
		border-radius:50%;
		display: block;
	}
	
	.chatAdagio {
		font-size:16px;
		margin:10px;
		padding:10px;
		border-radius:10px;
		margin-right:10%;
		background: url(https://www.adagio.com/images6/icon_chatbot.png);
		background-repeat: no-repeat;
		padding-left: 40px;
		background-size: 30px;
		background-color:var(--secondarycolor);
		background-position: 5px 5px;
	}
	
	.chatAdagio a {
		color: #41a300;
	}
	
	.chatSubmit {
		float: right;
		background-color:var(--primarycolor);
		padding: 4px;
		border-radius: 4px;
		color: #fff;
		width: 24px;
		height: 24px;
		text-align: center;
	}
	
	.gptCircle {
		width:12px;
		height:12px;
		margin-left: 5px;
	}
	
	
	
	/* CHECKOUT */
	
	.checkoutOutline {
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		margin-top:15px;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
		background-color:#fff;
	}
	
	.checkoutHalf {
		float:left;
		text-align:left;
		width:calc(50% - 1px);
	}
	
	.checkoutHalf > div {
		padding:20px;
	}
	
	.checkout_line_h {
		float:left;
		width:1px;
		height:160px;
		background-color:#d7d9dd;
		margin:20px 0;
	}
	
	#checkout_giftmessage {
		margin:0;
		padding:10px;
		border:solid #fff 1px;
		width:calc(100% - 240px);
		height:100px;
	}
	
	.checkout_giftcard {
		float:right;
		margin:10px;
		width:170px;
		height:110px;
		background:url('/images6/postcards.jpg') 0px 0px no-repeat;
		background: -webkit-image-set( url('/images6/postcards.jpg') 1x, url('/images6/postcards_retina.jpg') 2x);
	}
	
	#checkout_wordcount {
		float:right;
		font-size:12px;
		color:#666;
		padding:0 5px 5px;
	}
	
	.checkoutError_1 {
		display: inline-block;
		display:none;
		width: 0; 
		padding-bottom: 40px;
		margin: 0;
	}
	
	.checkoutError_1 > div {
		width: 120px;
		top: 32px;
		left: -299px;
		color: #fff;
		border-radius: 4px;
		line-height: 1.3em;
		padding: 6px 12px;
		font-size: 11px;
		position: relative;
		background-color: #a72828;
	}
	
	.giftCardDiv {
		position: relative;
		top: -100px;
		display: inline;
	}
	
	#pb1_div{display:none!important}
	#cr-notification{display:none!important}
	

/* ############################################################ */
/* IPAD */
/* 1280 PIXELS */


@media (max-width: 1279px) {

	.show_1280 {
		display:block;
	}
	
	.hide_1280 {
		display:none!important;
	}

	.marginLeft {
		margin-left: 4%;
	}
	
	.marginRight {
		margin-right: 4%;
	}
	
	.primerBox > div {
		flex-basis-DISABLED: calc(33% - 5px);
	}
	
	#topNav > div {
		max-width: 80vw;
		padding: 0 6px;

	}


	.dropbtn {
		font-size: 12px;
	}
	
	.dropdown:hover .dropbtn {
		font-size: 13px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(1) > button {
		width: 60px;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(2) > button {
		width: 140px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(3) > button {
		width: 140px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(4) > button {
		width: 179px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(5) > button {
		width: 220px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(6) > button {
		width: 80px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(7) > button {
		width: 205px;
	}
	
	
	
	
	#filterDiv > div {
		flex-basis: calc(25% - 8px);
	}
		
	
	
	.dropdown-contentOFF a {
		width: calc(100% / 6);
		padding: 150px 0px 0;
		background-size: 120px;
		font-size: 14px;
	}
	
	.dropdown-content a:hover {
		background-size: 130px;
	}
	
	.pulldown .right .item {
		width: 12vw;
		font-size:18px;
	}
	
	.pulldown .right .item .catIcon {
		margin:0 25px;
	}
	
	.recommendationsDiv > div {
		flex-basis: calc(25% - 8px);
	}
	
	.recommendationsDiv > div:nth-child(5) {
		display:none;
	}
	
	
	.productRating > div:nth-child(1) {
		padding-right: 0;
	}
	
	.productRating > div:nth-child(1) > div {
		
	}
	
	.productRating > div:nth-child(2) {
		display: none;
	}
	
	
	.portionsOffer {
		background:none;
	}
	
	
	.spiceInfo > div  {
		margin-left: 4%;
    	margin-right: 4%;
	}
	
	.reviewBlock .review {
		width:200px;
	}
	
	.cartShippingInfo > div {
		padding: 6px 0;
		font-size: 12px;
	}
	
	.cartShippingInfo > div > sup {
		font-size: 8px;
	}
	
	
	.customizeJarFooter > div > .customizeJarFooterImage {
		width: calc(100% - 280px);
	}
	
	.customizeJarFooter > div > .customizeJarFooterImage > div {
		display:none;
	}
	
	.customizeJarFooter > div > .customizeJarFooterCopy {
		width: 280px;
	}

	#searchResultsCopy > div {
		flex-basis: calc(25% - 8px);
	}
	
	#footerSocial {
		height: 100px;
	}
	
	#footerSocial > div {
		padding-bottom: 50px;
	}
	
}




/* ############################################################ */
/* IPAD */
/* 1024 PIXELS */


@media (max-width: 1023px) {

	.show_1024 {
		display:block;
	}
	
	.hide_1024 {
		display:none!important;
	}

	#topNav > div {
		max-width: 75vw;
	}
	
	
	.primerBox > div {
		flex-basis: calc(50% - 5px);
	}
	
	
	#searchDiv {
		
	}
	
	#searchDiv > input {
		width: 80px;
		font-size: 15px;
		margin-right:0;
	}
	
	
	#searchResultsCopy > div {
		flex-basis: calc(33% - 6px);
	}
	
	


	#mainNav > div:nth-child(1) > div:nth-child(4) {
		padding: 10px;
		width: 100px;
	}
	#mainNav > div:nth-child(1) > div:nth-child(5) {
		padding: 10px;
		width: 150px;
	}
	#mainNav > div:nth-child(1) > div:nth-child(6) {
		padding: 10px;
		width: 100px;
	}

	
	
	.dropbtn {
		font-size: 10px;
		padding: 0 5px;
	}
	
	.dropdown:hover .dropbtn {
		font-size: 11px;
	}

	.dropdown-content {
		background: none !important;
		background-color: #fff !important;
	}


	
	#mainNav > div:nth-child(2) > div > div:nth-child(1) > button {
		width: 40px;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(2) > button {
		width: 110px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(3) > button {
		width: 105px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(4) > button {
		width: 138px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(5) > button {
		width: 165px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(6) > button {
		width: 60px;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(7) > button {
		width: 150px;
	}
	
	
	
	#filterDiv > div {
		flex-basis: calc(33% - 6px);
	}
		
		
	
	#heroImage {
		height: 65.8vw;
    	width: 100vw;
	}
	
	#headerRight> div  {
		padding-right: 4vw;
	}
	
	
	.viewPackagingButton_DISABLED {
    	position: absolute;
    	top: calc(100px + 65vw);
    	left: 4vw;
	}
	
	.puddleIcon {
		position: absolute;
    	top: calc(100px + 30vw);
    	left: 4vw;
	}
	
	.spiceInfo > div {
		flex-wrap: wrap;
		gap: 0;
		row-gap: 20px;
	}

	.spiceInfo > div > div:nth-child(1) {
		flex: auto;
		order: 1;
    	width: calc(100% - 290px);
	}

	.spiceInfo > div > div:nth-child(2) {
		flex: auto;
		order: 3;
    	width: 100%;
	}

	.spiceInfo > div > div:nth-child(3) {
		flex: auto;
		order: 2;
		min-height: 120px;
		width: 200px;
		min-width: 200px;
	}
	
	
	.infoPage {
		min-width:100px;
		width:95%; /* DO NOT CHANGE */
	}
	
	.QAInput {
		float:none;
		width:100%;
	}

	.QAInput textarea {
		
	}
	
	.blogColumns2 {
		column-count:1;
		column-gap: 0;
	}
	
	
	.recommendationsDiv > div {
		flex-basis: calc(33% - 6px);
	}
	
	.recommendationsDiv > div:nth-child(4) {
		display:none;
	}
	
	
	.reviewBlock {
		flex-wrap: wrap;
	}
	
	.reviewBlock > .reviewUserInfo {
		flex: 120px;
		padding-right: 10px;
	}
	
	.reviewBlock > .reviewCopy {
    	flex: calc(100% - 180px);
    }
    
    .reviewBlock > .reviewVote {
		display:none;
	}
	
	
	/* GRIDS */
	.gridContainer {
    	grid-template-columns: repeat(3,33%);
	}
	
	/*
	.shareConnected_DISABLED {
		float:none;
		margin:5px 10px 0 0;
	}
	
	.headerBottomZ_DISABLED {
		padding-bottom: 70px;
	}
	
	.headerBottomZ .rightOFF_DISABLED {
		font-size:11px;
		padding:0 4px;
	}
	
	.headerBottomZ #cartItemCountBg_DISABLED {
		width: auto;
	}
	
	.headerBottomZ .right_DISABLED {
		padding: 0 5px;
	}
	
	.headerBottomZ .right #cartItemCountBag_DISABLED {
		display:none;
	}
	*/
	
	.productIndexParent{
		mix-blend-mode: unset;
	}
	
	/*
	.headerTopZ .helpIcon > div_DISABLED {
		display:none;
	}
	
	.headerTopZ .wishlistIcon > div_DISABLED {
		display:none;
	}
	
	.headerTopZ .earnIcon > div_DISABLED {
		display:none;
	}
	*/
	
	.productProfilePhoto {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.pulldown .right .item {
		width: 12vw;
		font-size:16px;
	}
	
	.pulldown .right .item .catIcon {
		margin:0 5px;
	}
	
	.questionMark {
		width:110px;
		height:110px;
		border:0;
		padding:50px 0 0 30px;
	}
	
	/*
	#blendPreview_DISABLED {
		height:350px;
		transform: scale(0.45);
	}
	
	.fandomSets_DISABLED {
		transform: scale(0.4);
	}
	
	.blendMedium > div_DISABLED {
		left:165px;
	}
	
	.blendSample > div_DISABLED {
		left:-250px;
	}
	
	.blendTin_DISABLED {
		background:url('/images6/packaging_bg.jpg') 110px 30px no-repeat #ffffff;
	}
	*/
	
	
	.productThumbnailHomepage_DISABLED {
		width: calc(33.33% - 10px);
		height: 60vw;
	}
	
	.productThumbnailHomepage_DISABLED > div:nth-child(1) > div {
   		height: 35vw;
    }
	
	.profile {
		float:none;
		width:100%;
	}
	
	/*
	.teaChar > div_DISABLED {
		width:1px;
		height:1px;
		opacity:0;
	}
	*/
	
	.reviewBlock .copy {
		width: calc(100% - 460px);
	}
	
	.reviewBlock .vote {
		display:none;
	}
	
	.farmerPhoto {
		padding-bottom: 20px;
	}
	
	/*
	.footer_social > div > div:nth-child(3)_DISABLED {
		display:none;
	}
	*/
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(2) {
    	font-size: 42px;
	}
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(3) {
    	font-size: 17px;
	}

	#footerSocial > div > div:nth-child(1) {
		font-size: 13px;
	}
	
	#footerSocial > div > div:nth-child(3) {
		font-size: 13px;
	}
	
	.icon_social {
    	margin: 0 4px;
	}
	
	.giftCardDiv {
		top: -150px;
	}
	
}


/* ############################################################ */
/* IPAD */
/* 768 PIXELS */


@media (max-width: 767px) {

	.show_768 {
		display:block;
	}
	
	.hide_768 {
		display:none;
	}
	
	.marginTop {
		margin-top: 25px;
	}
	
	.noteAnchorTop {
		font-size:10px;
	}


	.pulldownBlack {
		
	}
		
	
	.searchZ {
		background-position: 0 0;
	}

	#searchDiv {
		flex: 10;
        text-align: right;
	}

	#searchDiv > input {
		width: 60px;
		font-size: 12px;
	}
	
	#searchResultsCopy > div {
		flex-basis: calc(50% - 8px);
	}
	
	
	#mainNav > div:nth-child(1) {
		gap:0;
		height: 65px;
		align-items: center;
	}
	
	#mainNav > div:nth-child(2) {
		gap:0;
		height:0;
	}
	
	#mainNav > div:nth-child(2) > div {
		width:100%;
		flex-direction: column;
	}
	
	.mainNavTop > div:nth-child(2) > div:nth-child(1) {
		display:none;
	}
	.mainNavTop > div:nth-child(2) > div:nth-child(2) {
		display:none;
	}
	.mainNavTop > div:nth-child(2) > div:nth-child(3) {
		display:none;
	}
	
	
	#mainNav > div:nth-child(1) > div:nth-child(4) {
		font-size:0;
		display:none;
	}
	#mainNav > div:nth-child(1) > div:nth-child(5) {
		font-size:0;
		display:none;
	}
	#mainNav > div:nth-child(1) > div:nth-child(6) {
		font-size:0;
		display:none;
	}

	
	
	
	#mainNav > div:nth-child(2) > div > div:nth-child(1) > button {
		width: 100%;
		text-align: left;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(2) > button {
		width: 100%;
		text-align: left;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(3) > button {
		width: 100%;
		text-align: left;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(4) > button {
		width: 100%;
		text-align: left;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(5) > button {
		width: 100%;
		text-align: left;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(6) > button {
		width: 100%;
		text-align: left;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(7) > button {
		width: 100%;
		text-align: left;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(8) > button {
		width: 100%;
		text-align: left;
	}
	
	#mainNav > div:nth-child(2) > div > div:nth-child(n+2):nth-child(-n+8) > button::after {
		content: '+';
		float: right;
		padding-right: 5px;
	}

	#mainNav > div:nth-child(2) > div > div:nth-child(n+2):nth-child(-n+8) > button[data-dropdown].active::after {
		content: '-';
	}

	
	.dropdown {
		display:none;
		order:2;
		width: 100%;
		background-color: #fff;
		text-align: left;
		font-size: 18px;
		padding: 10px 0;
		position: relative;
    	z-index: 10;
    	background-color: #eee;
    	flex:inherit;
    	border-bottom: solid #ccc 1px;
	}
	
	.dropdown:hover .dropbtn {
		color:var(--primarycolor)
		font-weight: 700;
		font-size: 17px;
		position: inherit;
		top: 0;
		padding-top: 0;
	}

	.dropdown:hover .dropbtn {color:#000;font-size: 18px;font-weight: 600;}
	
	.dropdown:hover .dropdown-content {display: inline-block;}

	.dropdown:hover {background-color: #eee;}
	
	
	.dropbtn {
		height:62px;
		color: #000;
		font-size: 18px;
		padding-left: 12px;
	}
	
	.dropdown-content {
		display: inline-block;
		background-image: none;
		background-color: #fff;
    	position: relative;
		top: 0;
		height: auto;
    	background-color: #eee;
    	border-bottom: none;
		min-height: auto;
	}
	
	.dropdown-content > div {
		margin: 0 auto;
	}
	
	.dropdown-content > div > div > div:nth-child(1) {
		padding-top: 15px;
        padding-left: 30px;
        padding-bottom:10px;
		background-color: #eeeeee;
	}
	
	.dropdown-content > div > div > div:nth-child(1) > div {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}
	
	.dropdown-content > div > div > div:nth-child(1) > div > div:nth-child(1) {
		background-color: #eeeeee;
		font-weight: 500;
		padding: 0;
		border:none;
	}
	
	.dropdown-content > div > div > div:nth-child(1) > div > div:nth-child(2) {
		background-color: #eeeeee;
		padding: 0 10px 10px 0;
		text-wrap: wrap;
		width: 100%;
	}

	.dropdown-content > div > div > div:nth-child(1) > div > div:nth-child(2)::before {
		content: "";
	}


	#filterDiv > div {
		flex-basis: calc(50% - 8px);
	}
	
	.jumpTo > div:nth-child(2) > div > a {
		font-size: 14px;
	}
	
	
	
	
	
	.recipeHeader {
		height: 61vw;
    	width: 100vw;
	}
	
	.recipeContains {
		padding:10px 10px 50px;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.recipeCopyright {
		top: calc(150px + 60vw);
		color:red;

	}
	
	.productThumbnailHomepage > div:nth-child(1) {
		height: 50vw;
	}

	.productThumbnailHomepage_DISABLED {
		width: calc(50% - 10px);
		height: 80vw;
	}
	
	.productThumbnailHomepage_DISABLED > div:nth-child(1) > div {
   		height: 40vw;
    }
    
	.productThumbnailHomepage > div:nth-child(1) > div {
		height: 100%;
	}


	.puddleIcon {
		top: calc(100px + 25vw);
	}
	.puddleIcon img {
		width: 100px;
    	height: 100px;
	}
	
	
	#logo {
		display:none!important;
		width: auto;
	}
	
	#logo img {
		width: 140px;
		height: 21px;
		padding: 10px 10px 17px;
	}
	
	
	#mainNav {
		height:66px;
		z-index:100;
	}
	
	#mainNav > div {
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		height: 66px;
	}
	
	#topNav {
		height: 70px;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: flex-start;
	}
	
	#topNav > div {
		padding: 0;
	}
	
	#topNav > .otherSites {
		flex:inherit;
		width:100%;
		max-width: 100%;
		justify-content: center;
		background-color: #eee;
	}
	
	
	.recipeHighlight .blogCopy > div:nth-of-type(1) {
		height:90px;
	}
	
	
	.miniIconAdagio {
		background-color: #eee;
		background-blend-mode: multiply;
	}
	
	.miniIconMasters {
		background-color: #eee;
		background-blend-mode: multiply;
	}
	
	.miniIconLardera {
		background-color: #eee;
		background-blend-mode: multiply;
	}
	
	.miniIconSelefina {
		background-color: #eee;
		background-blend-mode: multiply;
	}
	
	.miniIconBees {
		background-color: #eee;
		background-blend-mode: multiply;
	}
	
	.miniIconAdagio:hover div {
		display:none;
	}
	.miniIconMasters:hover div {
		display:none;
	}
	.miniIconLardera:hover div {
		display:none;
	}
	.miniIconSelefina:hover div {
		display:none;
	}
	.miniIconBees:hover div {
		display:none;
	}
	

	.pulldown .right .item .catIcon {
		margin:0 5px;
	}
	
	

	.box {
		width:96%;
		margin-top:40px;
	}
		
	.cart {
		float:left;
		padding: 0 4% 0;
		width:92%;
		height: auto;
		margin-top: 65vw;
	}
	
	.cartCoffee {
		border: none;
		border-radius: 0;
	}
	
	.cart .pricesList {
		width:100%;
		max-width: 400px;
    	margin: 0 auto;
	}
	
	.autoDelivery {
		width:100%;
	}
	
	.categoryLeft {
		width:92%;
	}
	
	.categoryContent {
		width: 100%;
	}
	
	.columnLeft {
		float:none;
		width:100%;
	}

	.columnRight {
		float:none;
		width:100%;
	}
	
	.categoryContent h4 {
		padding: 30px 10px;
		text-align:center;
	}
	
	.descriptionIndex {
		display:none;
		padding: 20px 0 0 0;
		font-size: 14px;
	}
	
	
	.description {
		flex-direction: column;
	}
	
	.description > div:nth-child(1) {
		flex:1;
	}
	
	.description > div:nth-child(2) {
		flex:4;
	}

	.productDescription {
		-webkit-line-clamp: 4;
	}


	.descriptionCollab {
		flex-direction: column;
	}
	
	.descriptionCollab > div:nth-child(1) {
		width: 100%;
	}
	
	.descriptionCollab > div:nth-child(2) {
		width: 100%;
	}
	
	
	/* GRIDS */
	.gridContainer {
    	grid-template-columns: repeat(2,50%);
	}
	
	
	.recommendationsDiv > div {
		flex-basis: calc(50% - 8px);
	}
	
	.recommendationsDiv > div:nth-child(3) {
		display:none;
	}
	
	
	.couponPopup > div:nth-child(1) {
		float: none;
		text-align: center;
		padding-bottom: 30px;
	}
	
	.couponPopup > div:nth-child(2) {
		text-align: center;
		padding-top: 0;
	}

	
	.joinMailingListPopup {
		background-position: center -100px;
		padding: 150px 20px 30px 20px;
		text-align: center;
	}
	.joinMailingListPopup > div:nth-child(2) {
		font-size: 42px;
	}


	/*
	.infoPageHalf_DISABLED {
		float:clear;
		width:100%;
	}
	
	.infoPageHalf .leftHalf_DISABLED {
		padding-right: 0;
		padding-bottom:30px;
	}
	
	.infoPageHalf .rightHalf_DISABLED {
		padding-left: 0;
	}
	
	.pyramid_DISABLED {
		float:none;
		padding:0;
	}
	
	.pyramid img_DISABLED {
		width: 288px;
		height: 189px;
	}
	*/
	
	.photo1 {
		float:none;
		margin:0 0 10px 10px;
	}
	
	/*
	.photoBlend_DISABLED {
		float:none;
		margin:0 0 10px 10px;
	}
	
	.teaInfoIcon_DISABLED {
		position:relative;
		top;0;
		left:0;
		width:110px;
	}
	
	.teaInfoIcon > div_DISABLED {
		position:relative;
		left:0;
		width:110px;
		height:110px;
	}
	*/
	
	#joinMailingList > div > div:nth-child(1) {
		display:none;
	}
	
	#joinMailingList > div > div:nth-child(2) {
		width: 66%;
	}
	
	#joinMailingList > div > div:nth-child(2) > input::placeholder {
		color: #4d4d4f;
	}

	#joinMailingList > div > div:nth-child(3) {
		width: 33%;
	}
	
	.moreOptions {
		display: inline-block;
		height: 42px;
	}
	
	.userCircle {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	
	/*
	.userCircle div_OFF {
		padding-top: 5px;
	}
	*/
	
	.userCircle:hover {
		font-size:17px !important;
	}
	
	.footerOptions {
		display: inline-block;
	}
	
	
	.hero {
		margin: 80px 0 0 calc(80% - 270px);
	}
	
	
	#shopping_summary #shopping_summary_left {
		float:none;
		width:100%;
	}
	
	#shopping_summary #shopping_summary_total {
		float:none;
		width:100%;
		padding-top:20px;
	}
	
	
	.recipeIngredients {
		padding-right:0;
	}
	
	/*
	.headerBottomZ .hoverOver:hover_DISABLED {
		background-color:#fff;
	}

	.headerBottomZ .hoverOver:hover .pulldown_DISABLED {
			display:none;
	}
	
	.headerBottomZ .hoverOver:hover .catName a_DISABLED {
		color:#da9034;
	}
	
	.headerBottomZ .catName a::before_DISABLED {
		content: ">";
		float:right;
	}
	
	.headerBottomZ .right .catName_DISABLED {
			padding:12px 0 0 0;
			text-align:left;
	}
	
	.headerBottomZ .right div a_DISABLED {
			color:#000;
	}
	
	.headerBottomZ .minNav_DISABLED {
		float:left;
			width:100%;
			height:50px;
		padding:5px 15px;
			font-size:18px;
			background-color:#fff;
			border-bottom:solid #d7d9dd 1px;
	}
	*/
	
	
	.pulldown .right .item .catIcon {
			display:none;
	}
	
	.cartSingle .pricesList {
		max-width:468px; /* 2/23/18 */
	}
	
	
	.description {
		padding-top:30px;
	}
	
	.description img {
		float:none;
		padding:0;
		display:block;
		display:none;
	}
	
	.reviewFlex {
		width: 50%;
	}
	
	.reviewBlock {
		border-bottom: solid #ddd 1px;
		padding-top: 15px;
	}

	.reviewBlock .icon {
		width:40px;
		height:40px;
	}
	
	.reviewBlock .icon img {
		width:40px;
		height:40px;
	}
	
	
	
	.reviewBlock .date {
		display:none;
	}
	
	.reviewBlock .copy {
		width:100%;
		padding:0 0 25px;
	}
	
	.questionMark {
		padding:0 0 0 50px;
	}
	
	#sectionLeft {
		width:100%;
	}
	
	#sectionRight {
		float:left;
		width:100%;
	}
	
	.circleTeaPreview {
		float:left;
		padding-top:0;
	}
	
	.circleInclusionPreview {
		float:left;
		padding-top:0;
	}
	
	/*
	.blendCover_DISABLED {
		width: 100%;
	}
	
	.blendMedium > div_DISABLED {
		display:none;
	}
	
	.blendSample > div_DISABLED {
		display:none;
	}
	
	.blendTin_DISABLED {
		display:none;
	}
	
	.fandomSets_DISABLED {
		float: none;
    	transform: scale(0.5);
    	transform-origin: left;
	}
	
	.fandomSetPadding_DISABLED {
		padding-top:200px;
	}
	
	
	#tin_DISABLED {
		position:relative;
		top:50px;
		left:75px;
		transform: scale(.75);
	}
	*/
	
	.passwordHints {
		float:none;
		width:100%;
		padding-bottom:20px;
	}
	
	.recipeIngredients > table {
		width:100%;
		padding: 20px 0 40px;
	}
	
	
	/* JOIN OUR MAILING LIST */
	
	#joinMailingListDiv {
		margin:-200px 0 0 -155px;
	}

	#joinMailingListContent {
		width:300px;
	}
	
	#freeSpiceDiv > div {
		flex-direction: column;
	}
	
	#freeSpiceDiv > div > div {
		margin: 10px 20px;
	}
	
	#footer {
		
	}
	
	#footer > div {
		width: calc(100% - 50px);
		padding: 30px 0 25px;
		flex-direction: column;
	}
	
	.footerCat > div:nth-child(1) {
		font-size:12px;
		padding: 6px 6px;
	}
	
	.footerCat > div:nth-child(2) {
		padding: 0 6px;
	}
	
	.footerCat > div:nth-child(2) > a {
		font-size: 12px;
		padding-bottom: 10px;
		padding-right: 5px;
	}
	
	#footerSocial > div > div:nth-child(1) {
		font-size: 10px;
	}
	
	#footerSocial > div > div:nth-child(2) {
		display:none;
	}
	
	#footerSocial > div > div:nth-child(3) {
		font-size: 10px;
	}
	
	
	.icon_social {
		margin:0 3px;
	}
	
	.bottom {
		height: auto;
		background-position: center center;
		padding-top: 100px;
	}
		
		
	#statusMessage {
		right: 0;
		width: calc(100% - 40px);
		border-radius: 0;
		max-width: none;
		border: none;
		background-color: #e6e4bc;
		box-shadow: none;
		background-image: none;
		padding: 20px;
	}
	
	.statusMessageWarning {
		background-color: #e6bcbc !important;
		border: none !important;
	}
	

	.checkoutOutline {
		border-radius: 0;
		border: solid 0 #ffffff;
		margin-top: 15px;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	
	.checkoutHalf {
		float:none;
		text-align:left;
		width:100%;
		padding-bottom:20px;
	}
	
	.checkoutHalf > div {
		padding:0;
	}
	
	.checkout_line_h {
		display:none;
	}
	
	.style_checkout_giftwrap {
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	
	.style_checkout_giftnote {
		float:left;
		width:100%;
	}
	
	.gtss-l {
		display:none;
	}
		
}


/* ############################################################ */
/* SMARTPHONE */
/* 480 PIXELS */

@media (max-width: 479px) {

	.show_480 {
		display:block;
	}
	
	.hide_480 {
		display:none!important;
	}

	
	.miniIconAdagio {
		width: 20%;
		background-position: center 0;
		background-size: 75px;
		height: 27.5px;
	}
	
	.miniIconMasters {
		width: 20%;
		background-position: center -27.5px;
		background-size: 75px;
		height: 27.5px;
	}
	
	.miniIconLardera {
		width: 20%;
		background-position: center -55px;
		background-size: 75px;
		height: 27.5px;
	}
	
	.miniIconSelefina {
		width: 20%;
		background-position: center -220px;
		background-size: 75px;
		height: 27.5px;
	}
	
	.miniIconBees {
		width: 20%;
		background-position: center -110px;
		background-size: 75px;
		height: 27.5px;
	}
	
	.miniIconAdagio:hover {
		background-position: center 0;
	}
	
	.miniIconMasters:hover {
		background-position: center -27.5px;
	}
	
	.miniIconLardera:hover {
		background-position: center -55px;
	}
	
	.miniIconSelefina:hover {
		background-position: center -220px;
	}
	
	.miniIconBees:hover {
		background-position: center -110px;
	}
	
	
	
	.searchResults {
		width:100%;
	}
	
	#searchDiv {
    	
	}

	#searchDiv > input {
		width: 90px;
		font-size: 16px;
	}
	
	
	
	

	#mainNav > div:nth-child(1) > div:nth-child(4) {
		display:none;
	}
	#mainNav > div:nth-child(1) > div:nth-child(5) {
		display:none;
	}
	#mainNav > div:nth-child(1) > div:nth-child(6) {
		display:none;
	}



	
	.jumpTo > div:nth-child(1) {
		display: none;
	}
		
		
	

	.noteAnchorTop {
		position: fixed;
		width: calc(100% - 32px);
		z-index: 100;
		height:40px;
	}
	
	.noteAnchorTop > span {
		display: inline-block;
	}
	
	.productThumbnailHomepage > div:nth-child(1) {
		height: 40vw;
		padding: 0;
	}
	
	.productThumbnailHomepage > div:nth-child(1) > div {
		background-position: top;
	}
	
	
	.productRating > div:nth-child(2) {
		display:none;
	}
	
	
	.reviewFlex {
		width: 100%;
	}
	
	.reviewBlock {
		flex-direction: column;
	}
	
	.reviewBlock > .reviewUserInfo {
		flex: 100%;
		padding-right: 0;
	}
	
	.reviewBlock .reviewer {
		padding-bottom: 10px;
	}
	
	.reviewBlock > .reviewCopy {
    	flex: calc(100% - 180px);
    }
    
    .reviewBlock > .reviewVote {
		display:none;
	}
	
	.recipeCopyright {
		top: calc(80px + 60vw);
	}
	
	
	.recipeHighlight .blogCopy > div:nth-of-type(1) {
		height:50px;
	}
	
	.searchSuggestion {
		flex-basis: calc(50% - 5px);
	}
	
	#searchResultsCopy > div {
		flex-basis: calc(50% - 5px);
	}
	
	.spiceInfo > div > div:nth-child(3) {
		display: none;
	}
	
	.productName {
    	font-size: 16px;
    	width: 38vw;
	}
	
	.productVariety {
		width: 38vw;
	}
	
	.productDescription {
		display:none;
	}
	
	.productIndexParent .priceSummary {
		displayOFF: none;
	}
	
	.productIndexParent .priceSummary > .availableSize {
		font-size:12px;
	}
	
	.productIndexParent .priceSummary > .availableSizeOptions {
		font-size: 11px;
	}
	
	.productIndexParent > div:nth-child(1) {
		height: 45vw;
    	padding: 0;
	}
	
	.productIndexParent > div:nth-child(2) {
		height:auto;
		padding: 8px;
	}
	
	.quickInfo > div > div:nth-child(1)  {
		float:none;
		width:100%;
	}
	
	/* GRIDS */
	.gridContainer {
    	grid-template-columns: 100%;
	}
	
	.primerBox > div {
		flex-basis: 100%;
	}

	.searchResults {
		width:100%;
	}
	
	#headerLeft {
		float: none;
		width: auto;
	}

	#headerRight {
		float: none;
		width: auto;
	}

	#headerFavorites {
		display:none;
	}
	
	#headerCart {
		position: absolute;
		top: 0;
		right: 5px;
		margin: 5px auto 0;
	}
	
	#headerSearch {
		position: absolute;
		top: 0;
		right: 80px;
		width: 25px;
		margin: 5px auto 0;
	}
	
	#headerSearch > div {
		display:none;
	}
	
	#headerAccount {
		position: absolute;
		top: 0;
		right: 40px;
		width: 25px;
		margin: 5px auto 0;
	}
	
	
	
	/*
	.headerTopZ .left_DISABLED {
		float:left;
		padding:10px 5px 0;
	}
	
	.accountIconOFF_DISABLED {
		padding-right:120px !important;
	}
	*/
	
	.origin > div > div:nth-child(2) {
		width:168px;
	}
	
	.spiceInfo > div > div:nth-child(1) {
		
	}
	
	.spiceInfo > div > div:nth-child(2) {
		
	}
	
	.productIndex {
		background-size: 110px 110px;
		height:auto;
	}
	
	.productIndex:hover {
		transition:all 0.25s ;
		-webkit-transition:all 0.25s ;
		-o-transition:all 0.25s ;
		-moz-transition:all 0.25s ;
		background-size:110px 110px;
    	background-position:0 0;
	}
	
	.productIndex:hover .thumbnailQS_A {
		display:none;
	}
	
	.collab {
		width:80px;
		height:80px;
	}
	
	.thumbnail_DISABLED div {
		position:absolute;
		width:100%;
		top:0;
		left:0;
	}
	
	.thumbnail img {
		border:0;
		width:100%;
		height:110px;
	}
	
	.thumbnail_buttons {
		transform: scale(0.75);
		top:-45px;
		left:-5px;
	}
	
	.friendsRecommend {
		display:none;
	}
	
	
	.thumbnail_content_div {
		top:-100px;
		left:110px;
		width:calc(100% - 130px);
		text-align: left;
	}
	
	
	
	.thumbnail_content_div .stars {
		display:none;
	}
	
	.thumbnail_content_div .priceSummary {
		display:none;
	}
	
	.thumbnailBottom > div {
		display:none;
	}
	
	.halloweenCostume img {
		width:110px;
		height:110px;
	}
	
	/*
	.checkoutHeader_DISABLED {
		font-size:30px;
	}
	
	.bandName_DISABLED {
		font-size:14px;
		padding:5px 2px;
	}
	
	.bandCreator_DISABLED {
		font-size:12px;
		padding:5px 2px;
	}
	
	.fandomSets_DISABLED {
    	transform: scale(0.33);
	}
	*/
	
	.QAInput textarea {
		height:100px;
	}
	
	
	.msgDate {
		float:none;
	}
	
	.shareDiv {
		float:none;
		padding-left:10px;
	}
	
	.hero {
		margin: 0;
		padding: 10px 30px;
		width: calc(100% - 60px);
		background-image: none;
		margin-top: 128px;
	}
	
	.heroLine1 {
		font-size: 19px;
	}
	
	.heroLine2 {
		font-size: 19px;
	}
	
	.heroLine3 {
		text-align:left;
		padding-top:3px;
	}
	
	/*
	#tin_DISABLED {
		position:relative;
		top:75px;
		left:150px;
		transform: scale(.5);
	}
	
	.footer_socialOFF_DISABLED {
		width:280px;
		text-align:center;
		padding:0 0 60px;
	}
	
	.footer_social_DISABLED {
		font-size:3.3vw;
	}
	
	.footer_social > div_DISABLED {
		max-width: calc(100% - 5vw);
	}
	
	.footer_social > div > div:nth-child(3)_DISABLED {
		display:none;
	}
	*/
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(1) {
		font-size: 35px;
	}
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(2) {
		font-size: 37px;
	}
	
	#freeSpiceDiv > div > div:nth-child(1) > div:nth-child(3) {
		font-size: 14px;
	}
	
	#footer {
		background-color: var(--primarycolor);
	}

	#joinMailingList > div {
		width: 80%;
		margin: 0 10%;
	}

	#joinMailingList > div > div:nth-child(1) {
		float: none;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 15px;
	}

	#joinMailingList > div > div:nth-child(2) {
		float: none;
		width: 100%;
		padding-top: 10px;
	}

	#joinMailingList > div > div:nth-child(2) > input {
		float: none;
		width: 90%;
	}
	
	#joinMailingList > div > div:nth-child(3) {
		float: none;
		width: 100%;
		padding-top: 15px;
	}

	#footerSocial {
    	height: 60px;
	}

	#footerSocial > div {
    	padding-bottom: 0;
	}
	
	.footerCat {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.footerCat > div:nth-child(1) {
    	margin-bottom: 10px;
	}

	.footerCat > div:nth-child(2) > a {
		display: inline-block;
		padding-bottom: 0;
    	padding-right: 10px;
    	color:#fff;
	}
	
	#checkout_giftmessage {
		width:90%;
	}
	
	.checkout_giftcard {
		display:none;
	}
	
	.profileImage {
		float:left;
	}
	
	.profileCopy {
		float:none;
		width:auto;
	}
	
	.profileCopy > div {
		padding:0 0 20px 0;
	}
	
	/*
	.teaTimer_DISABLED {
		display: block;
	}
	*/
	
	#___ratingbadge_0 {
		display:none !important;
	}
	
}

