/* ############################################################ */
/* 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: 'Open Sans', sans-serif;
		font-size:16px;
		font-weight:300;
		color:#000;
		line-height: 1.56;
		--primarycolor: #9f992b;
		--secondarycolor: #7E792A;
  		--accentcolor: #ffbf45;
	}
	
	A {
		color: var(--primarycolor);
		text-decoration:none;
	}
	
	A:hover {
		text-decoration:underline;
	}
	
	b {
		font-weight:600;
	}
	
	p {
		padding-bottom:25px;
	}
	
	h1 {
		font-family: 'Open Sans', sans-serif;
		font-size: 39px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		color: #333333;
		line-height:1.1em;
		padding-bottom:20px;
		text-transform: capitalize;
	}
	
	h2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 35px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.17;
		color: #333333;
		padding-bottom:20px;
		text-transform: capitalize;
		
		font-family: 'Open Sans', sans-serif;
		font-size: 27px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.19;
		color: #000000;
		padding-bottom:20px;
		text-transform: capitalize;
	}
	
	h3 {
		font-family: 'Open Sans', sans-serif;
		font-size: 27px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.19;
		color: #000000;
		padding-bottom:20px;
		text-transform: capitalize;
		
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		color: #000000;
		text-transform: capitalize;
	}
	
	h4 {
		font-family: 'Open Sans', sans-serif;
		font-size: 23px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.17;
		color: #000000;
		padding:0;
		margin:0;
		text-transform: capitalize;
		
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.47;
		color: #000000;
		text-transform: capitalize;
	}
	
	h5 {
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		color: #000000;
		text-transform: capitalize;
	}
	
	h6 {
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		text-align: left;
		line-height: 1.47;
		color: #000000;
		text-transform: capitalize;
	}
	
	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;
	}

	table {
		font-family: 'Open Sans', sans-serif;
		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;
	}
	
	.infoPage {
		max-width:900px;
		min-width:900px;
		text-align:left;
		font-size:15px;
		line-height:1.5em;
		color:#000;
		display:table;
		margin:25px auto;
	}
	
	.infoPageHalf {
		float:left;
		width:50%;
	}
	
	.infoPageHalf .leftHalf {
		padding-right: 20px;
	}
	
	.infoPageHalf .rightHalf {
		padding-left: 20px;
	}
	
	.headerPadding {
		width: 20px;
		height: 36px;
	}
	
	.photoFrame {
		box-shadow: 0 3px 12px #ccc;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	
	.photoFrame > div {
		padding:10px;
	}
	
	.photo0 {
		float:right;
		margin:0 0 50px 30px;
	}

	.photo1 {
		float:right;
		width:160px;
		height:140px;
		border:solid #fff 12px;
		box-shadow: 3px 3px 12px #999;
		margin:0 0 50px 30px;
	}
	
	.photo2 {
		float:right;
		position:relative;
		right:-100px;
		top:100px;
		z-index:-1;
		width:160px;
		height:140px;
		border:solid #fff 12px;
		box-shadow: 3px 3px 12px #999;
	}

	.photoBlend {
		float:right;
		width:220px;
		height:220px;
		margin:0 0 50px 30px;
	}
	
	.quoteMarks {
		font-family: 'Open Sans', sans-serif;
		color:#9f9835;
	}
	
	.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;
		box-sizing: border-box;
		display: block;
	}
	
	.userCircle div {
		line-height: 2.2em;
	}
	
	.userCircleSmall {
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		width: 40px !important;
		height: 40px !important;
		font-size: 18px;
		background-color: var(--primarycolor);
		border-radius: 50%;
		border: solid #ccc 1px;
		box-sizing: border-box;
		display: block;
	}
	
	.userCircleSmall div {
		line-height: 2em;
	}
	
	.moreOptions {
		display:none;
		position:relative;
		float:right;
		border-left: solid #fff 0;
	}
	
	.pulldownBlack {
		float:left;
		margin:6px 12px;
		width:30px;
		height:30px;
		background:url('https://www.adagio.com/images6/sprites.png') -428px -65px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x) -428px -65px;
		cursor:pointer;
	}
	
	.homepageFlex {
		display: flex;
    	justify-content: space-evenly;
	}


	.newsfeedPreview:hover div {
		cursor:pointer;
	}
	
	.newsfeedPreview:hover a {
		color:#da9034;
	}
	
	.newsfeedPreview > div:nth-child(1) {
		float:left;
		width:18px;
		height:18px;
		background-color:var(--secondarycolor);
		border-radius: 50%;
		font-size:11px;
		color:#fff;
		margin:2px 5px 0 0;
		text-align:center;
	}

	#pointsContent {
		display:none;
		position:fixed;
		top:0;
		right:0;
		width: 33%;
    	min-width: 320px;
		overflow:auto;
		background-color:#ececec;
		box-shadow: 3px 3px 12px #999;
		z-index:2005;
		text-align:left;
	}
	
	#pointsContent > div {
		padding:10px 20px;
	}
	
	.earnPoints {
		display:flex;
		align-items: center;
    	justify-content: space-between;
		background-color: #ffffff;
		box-shadow: 0 1px 0 0 #b0b2b6;
	}
	
	.earnPoints .earnIcon {
		width:30px;
		height:30px;
		margin:15px;
	}
	
	.earnPoints .earnDesc {
		flex:3;
	}
	
	.earnPoints .earnLearn {
		font-size: 12px;
		letter-spacing: 0;
		color: #a66920;
		text-decoration:none;
	}
	
	.earnPoints .earnInfo {
		flex:1;
		display:none;
		font-size: 12px;
		padding:5px 0 10px 0;
	}
	
	.earnPoints .earnValue {
		width:70px;
		font-weight:400;
		font-size:20px;
		text-align:center;
	}
	
	
	
	
	#notesContent {
		display:none;
		position:fixed;
		top:0;
		right:0;
		width: 33%;
    	min-width: 320px;
		overflow:auto;
		background-color:#ececec;
		box-shadow: 3px 3px 12px #999;
		z-index:2005;
		text-align:left;
	}
	
	#notesContent > div {
		padding:10px 20px;
	}
	
	#notesContent > div > div {
		border-left:solid 4px #7E792A;
		padding:10px;
		box-shadow: 0 1px 0 0 #b0b2b6;
		background-color:#fff;
	}
	
	#notesContent .viewed > div {
		border-left: solid 4px #ccc;
    	background-color: #f5f5f5;
	}
	
	#notesContent > div > div .topLine {
		float:left;
		padding-right:20px;
	}
	
	#notesContent > div > div a {
		text-decoration:none;
	}
	
	#notesContent > div > div a:hover {
		text-decoration:underline;
	}
	
	#notesContent > div > div .bottomLine {
		font-size: 16px;
		font-weight: 300;
		font-style: italic;
	}
	
	#notesContent > div > div .bottomLine div {
		float:left;
		color:#7E792A;
		font-size:72px;
		padding-right:20px;
		line-height:0.8em;
	}
	
	#notesContent > div > div .time {
		text-align:right;
		font-size:10px;
	}
	
	
	.headerSpices {
		background: url('/images6/XL_spices_header.jpg');
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
	}
	
	.headerSpices > div:nth-child(1) {
		margin-right: 640px;
	}
	
	
	/* FORMS */
	
	select {
		font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
		font-size:16px;
		font-weight:300;
		height: 30px;
		padding: 2px 8px;
		margin: 5px 10px 5px 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;
		margin: 0 10px 10px 0;
		height: 44px;
	}
	
	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: 'Open Sans', sans-serif;
		font-size:16px;
		font-weight:300;
		height: 20px;
		padding: 8px 12px;
		margin: 5px 10px 5px 0;
		outline: none;
		border-radius: 4px;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		border: solid #ddd 1px;
	}

	.searchBlendBy {
		font-size:15px;
		font-weight:300;
		width:80px;
		height:30px;
		background-color:#ddd;
		color:#333;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	.submitButton {
		width:90px;
		height:36px;
		border-radius: 4px;
		background:url('https://www.adagio.com/images6/sprites.png') -436px -174px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -436px -174px;
		background-repeat: no-repeat;
		background-color:#9f963d;
		opacity:.9;
	}
	
	.submitButton:hover {
		opacity:1;
		background-position: -434px -174px;
		cursor:pointer;
	}

	.double {
		transform: scale(2);
		margin-right:16px;
	}
	
	.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;
	}

	/* FRONT PAGE */


	.boxOFF {
		display:inline-block;
		width:31%;
		max-width: 420px;
		height:200px;
		background-size: cover;
		background-position: center center;
  		background-repeat: no-repeat;
		border-radius: 4px;
		margin:5px;
		cursor: pointer;
	}
	
	.boxOFF > div {
		padding-top:160px;
	}
	
	.boxOFF > div > div {
		width:100%;
		height:40px;
		background: rgba(255, 255, 255, .9);
		text-align:center;
		font-family: 'Open Sans', sans-serif;
		font-size:18px;
		font-weight:400;
		line-height:2em;
		color:#333;
	}
	
	
	
	/* NOTES & MESSAGES */
	
	.errorBox {
		max-width: 380px;
		font-size: 12pt;
		font-family: arial;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
		padding: 12px 10px 12px 50px;
		background: url('https://www.adagio.com/images5/yield_sign.png') 0 0 no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images5/yield_sign.png') 1x, url('https://www.adagio.com/images5/yield_sign_retina.png') 2x);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #990000;
	}
	
	.messageBox {
		max-width: 380px;
		font-size: 12pt;
		font-family: arial;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
		padding: 12px 10px 12px 50px;
		background: url('https://www.adagio.com/images5/yield_sign.png') 0 0 no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images5/yield_sign.png') 1x, url('https://www.adagio.com/images5/yield_sign_retina.png') 2x);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #da7310;
	}
	
	.errorColor {
		font-weight: bold;
		color: #cc0000;
	}
	
	.checkoutNote {
		font-family: arial;
		font-size: 9pt;
		font-style: italic;
		color: #000000;
	}
	
	.checkoutError {
		font-size: 11px;
		color: #990000;
	}

	#statusMessage {
		display: none;
		z-index: 200000;
		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 #9f9835 3px;
		background-image: url(https://www.adagio.com/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;
	}
	
	.darkenIcon > div {
		position:relative;
		display:none;
	}
	
	.darkenIcon > div > div {
		position:absolute;
		top:-60px;
		width:80px;
		text-align:center;
		color:#fff;
	}
	
	.darkenIcon:hover img {
		filter: brightness(50%);
	}
	
	.darkenIcon:hover div {
		display:block;
	}

	.giphy {
		opacity: .75;
		border: solid #fff 1px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	.giphy:hover {
		border: solid #db9034 1px;
	}
	
	.star {
		float:left;
		margin-top:10px;
		width: 24px;
		height: 24px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/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 10px;
		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;
	}
	
	
	
	#mainNav {
		width:100%;
		height:66px;
		background-color:#9f992b;
		box-shadow: 0 1px 2px #666
	}
	
	#mainNav > div {
		max-width:1280px;
		margin:0 auto;
		font-size: 0px;
		display:flex;
    	justify-content: space-between;
    	align-items: center;
	}
	
	.pulldownWhite {
		margin-left: 10px;
		width:30px;
		height:30px;
		background:url('https://www.adagio.com/images6/sprites.png') -462px -65px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x) -462px -65px;
		cursor:pointer;
	}
	
	#logo {
		margin-left: 20px;
		width: 330px;
		min-width: 330px;
		height: 62px;
		background:url('https://www.adagio.com/images6/adagio_teas_xl3_logo.png') 0 0 no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/adagio_teas_xl3_logo.png') 1x, url('https://www.adagio.com/images6/adagio_teas_xl3_logo_retina.png') 2x) 0 0;
		background-repeat:no-repeat;
		background-size:contain;
	}
	

	.dropdown {
	  	padding:0 12px;
	  	font-size: 16px;
	}
	
	.dropbtn {
		height: 66px;
		vertical-align: bottom;
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		text-transform:uppercase;
		border: none;
		background-color:inherit;
		color:#fff;
		white-space: nowrap;
		cursor: pointer;
		padding:0;/* NEEDED FOR iOS */
	}
	
	.dropdown-content {
	  display: none;
	  font-family: 'Open Sans', sans-serif;
	  font-weight: 400;
	  position: absolute;
	  top:99px;
	  left:0;
	  width: 100%;
	  height: 420px;
	  z-index: 100;
	  background-color:#fff;
	  box-shadow: 0 1px 3px #666;
	}
	
	.dropdown-content > div {
	  max-width:1280px;
	  margin:15px auto;
	}

	.dropdown-content a {
		float: left;
		display: block;
		width: 140px;
		color: #666;
		line-height: 1.2em;
		padding: 170px 10px 0;
		text-decoration: none;
		text-transform:capitalize;
		text-align: center;
		
		background-size:140px;
		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 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: 150px;}

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

	.dropdown:hover .dropbtn {color:var(--primarycolor);}
	
	.dropdown:hover {background-color: #fff;}

	.dropdown-content a div {
		font-size: 80px;
		color: #da7310;
		font-weight: 600;
		height: 170px;
		line-height: 2.2em;
	}

	.seasonalWinter {
		background: url(https://www.adagio.com/images6/seasonal_winter.jpg) 0 0 no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/seasonal_winter.jpg) 1x, url(https://www.adagio.com/images6/seasonal_winter_retina.jpg) 2x);
		width: 100%;
		height: 340px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #cae6f4;
	}
	
	.seasonalSpring {
		background: url(https://www.adagio.com/images6/seasonal_spring.png) 0 0 no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/seasonal_spring.png) 1x, url(https://www.adagio.com/images6/seasonal_spring_retina.png) 2x);
		width: 100%;
		height: 340px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
	}
	
	.seasonalSummer {
		background: url(https://www.adagio.com/images6/seasonal_summer.png) 0 0 no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/seasonal_summer.png) 1x, url(https://www.adagio.com/images6/seasonal_summer_retina.png) 2x);
		width: 100%;
		height: 340px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
	}
	
	.seasonalAutumn {
		background: url(https://www.adagio.com/images6/seasonal_autumn.jpg) 0 0 no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/seasonal_autumn.jpg) 1x, url(https://www.adagio.com/images6/seasonal_autumn_retina.jpg) 2x);
		width: 100%;
		height: 340px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fa9f2d;
	}

	/* SEARCH */

	.searchZ {
		width:50px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px 0px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x) 0px 0px;
	}
	
	#searchDiv {
	
	}
	
	.searchResults {
		width:0;
		padding:0;
	}
	
	#searchResultsDiv {
		display:none;
	}
	
	
	#searchBoxDiv {
		display:flex;
		justify-content: center;
		position:absolute;
		top:-135px;
		left:0;
		width:100%;
		height:99px;
		background-color:#fff;
		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 > div > div:nth-child(1) {
		flex:10;
	}
	
	#searchBoxDiv > div > div:nth-child(2) {
		padding-right:20px;
	}
	
	#searchBoxDiv > div > div:nth-child(2) > a {
		text-decoration: none;
		padding: 2px 8px;
		font-size: 13px;
		color: #fff;
		background-color: #a66920;
		border-radius: 5px;
	}
	
	#searchBoxDiv #search {
		width:95%;height:84px;border:solid 0px #fff;background-color:#fff;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);
	}
	
	#searchBoxDiv #search::placeholder {
		color: #000;
		opacity: 1;
	}

	.searchResults {
		width:0;
		padding:0;
	}
	
	
	#communiTEADiv {
		flex: 10;
    	text-align: right;
	}
	
	
	#cartDivDiv {
		text-align: center;
		font-size: 14px;
		width: 40px;
		height: 42px;
		background: url(https://www.adagio.com/images6/sprites.png) -379px -57px no-repeat;
		background: -webkit-image-set(url(https://www.adagio.com/images6/sprites.png) 1x,url(https://www.adagio.com/images6/sprites_retina.png) 2x) -379px -57px;
		font-family: 'Open Sans',sans-serif;
		color: #000;
		line-height: 48px;
		letter-spacing: -1px;
		background-color: #fff;
		margin: 10px;
		border-radius: 4px;
	}
	
	.cartItemCountZero {
		width: 50px;
		height: 62px;
		background: url(https://www.adagio.com/images6/sprites.png) -49px 0 no-repeat;
		background: -webkit-image-set(url(https://www.adagio.com/images6/sprites.png) 1x,url(https://www.adagio.com/images6/sprites_retina.png) 2x) -49px 0;
		font-family: 'Open Sans',sans-serif;
		color: #fff;
		line-height: 68px;
		letter-spacing: -1px;
	}



	
	
	.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;
	}
	
	.breakNone {
		clear:both;
		width:100%;
		height:1px;
		margin:0;
		background-color:#d7d9dd;
	}
	
	


	.notesIconOID {
		position:relative;
	}
	
	.notesIconOID > div {
		position:absolute;
		top:30px;
		left:11px;
		font-size:8pt;
		color:#a76a0e;
		transform:skew(25deg,10deg) rotate(22deg);
	}
					


	/* PRODUCT THUMBNAILS */
	
	.productIndexParent{
		float: left;
		width: 220px;
		height: 315px;
		overflow: hidden;
		text-align: left;
		margin: 0 7px;
		cursor: pointer;
		mix-blend-mode: darken;
	}
	
	.productIndexParent .productIndex:hover {
		
	}

	.faveOff {
		width: 35px;
		height: 35px;
		background: url(https://www.adagio.com/images6/sprites.png) -343px -60px no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/sprites.png) 1x, url(https://www.adagio.com/images6/sprites_retina.png) 2x) -343px -60px;
		background-position: -343px -60px;
		background-repeat: no-repeat;
	}
	
	.faveOn {
		width: 35px;
		height: 35px;
		background: url(https://www.adagio.com/images6/sprites.png) -308px -60px no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/sprites.png) 1x, url(https://www.adagio.com/images6/sprites_retina.png) 2x) -308px -60px;
		background-position: -308px -60px;
		background-repeat: no-repeat;
	}
	
	.wishOff {
		width: 35px;
		height: 35px;
		background: url(https://www.adagio.com/images6/sprites.png) -145px -271px no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/sprites.png) 1x, url(https://www.adagio.com/images6/sprites_retina.png) 2x) -145px -271px;
		background-position: -145px -271px;
		background-repeat: no-repeat;
	}
	
	.wishOn {
		width: 35px;
		height: 35px;
		background: url(https://www.adagio.com/images6/sprites.png) -110px -271px no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/sprites.png) 1x, url(https://www.adagio.com/images6/sprites_retina.png) 2x) -110px -271px;
		background-position: -110px -271px;
		background-repeat: no-repeat;
	}
	
	.productIndex{
		position: relative;
		top: 0;
		height: 315px;
		background-repeat: no-repeat;
		background-size: 220px 220px;
    	background-position:0px 0px;
	}
	
	.productIndex:hover{
		transition:all 0.25s ;
		-webkit-transition:all 0.25s ;
		-o-transition:all 0.25s ;
		-moz-transition:all 0.25s ;
		background-size:228px 228px;
    	background-position:-4px -4px;
	}
	
	.productIndex:hover .thumbnailQS_A {
		display:block;
	}
	
	.productIndex:hover .thumbnailQS_A a:hover {
		color:#fff;
		background-color:#db9034;
	}


	.productThirdParty {
		position: relative;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}

	.productThirdParty > div {
		width: 220px;
		height: 220px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 100px;
		font-weight: 700;
		color: #d68923;
	}

	.thumbnail_content_div .regular {
		font-size:17px;
		height:24px;
		padding-left:6px;
		font-family: 'Open Sans',sans-serif;
		color:#000;
		text-transform: capitalize;
		line-height: 1.2em;
		overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
	}
	
	.thumbnail_content_div .small1 {
		font-size:15px;
		height:24px;
		padding-left:6px;
		font-family: 'Open Sans',sans-serif;
		color:#000;
		text-transform: capitalize;
		line-height: 1.2em;
		overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
	}
	
	.thumbnail_content_div .small2 {
		font-size:14px;
		height:24px;
		padding-left:6px;
		font-family: 'Open Sans',sans-serif;
		color:#000;
		text-transform: capitalize;
		line-height: 1.2em;
		overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
	}
	
	.thumbnail_content_div .small3 {
		font-size:12px;
		height:24px;
		padding-left:6px;
		font-family: 'Open Sans',sans-serif;
		color:#000;
		text-transform: capitalize;
		line-height: 1.2em;
		overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
	}

	.thumbnail_content_div .stars {
		float:right;
		width:95px;
		height:15px;
		padding:6px 0;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #d78824;
		text-align: right;
	}
	
	.thumbnail_content_div .pricePer {
		width:95px;
		height:15px;
		font-family: 'Open Sans', sans-serif;
		color:#000;
		padding:6px;
	}

	.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;
	}
	
	
	.thumbnail {
		position:relative;
		z-index:2;
	}
	
	.thumbnail div {
		position:absolute;
		top:55px;
		left:0;
	}
	
	.thumbnail img {
		border:0;
		width:220px;
		height:220px;
	}
	
	.thumbnailQS {
		position:relative;
		top:20px;
		left:100px;
		height:31px;
	}
	
	.thumbnailQS_A {
		display:none;
	}
	
	.thumbnailQS_B {
		display:block;
	}
	
	
	.thumbnail_buttons {
		position:relative;
		top:-15px;
		left:5px;
		width:58px;
		height:116px;
		font-size: 17px;
		line-height: 25px;
	}
	
	.thumbnail_content_div {
		position:relative;
		top:70px;
		left:10px;
		width:200px;
		font-family:arial;
		font-size:10pt;
		color:#e27a16;
		line-height:1.5em;
	}

	
	
	/* SEARCH RESULTS THUMBNAILS */
	
	.productIndexSearchParent {
		float: left;
		width: 220px;
		height: 315px;
		overflow: hidden;
		text-align: left;
		margin: 0 7px;
		cursor: pointer;
		mix-blend-mode: darken;
	}
	
	.productIndexSearchParent > div:nth-child(1) {
		width: 210px;
		height: 210px;
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		border-radius: 50%;
	}
	
	.productIndexSearchParent > div:nth-child(2) {
		padding: 7px 16px;
    	text-transform: capitalize;
    	font-size: 17px;
    	line-height: 1.47;
	}
	
	
	/* QUOTE BOX */
	
	.friendsRecommendIcons {
		width: 40px;
		height: 40px;
		border:0;
		border-radius: 50%;
		display:inline;
	}
	
	.friendsRecommendIcons a {
		width: 40px;
		height: 40px;
		display:block;
	}
	
	.friendsRecommendIcons img {
		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 {
		position:relative;
		top:-2px;
		left:-2px;
		width: 44px;
		height: 44px;
		border: solid #db9034 3px;
	}
	
	.bubble {
		position: relative;
		top: -30px;
		left: -105px;
		display: none;
		z-index: 4000;
	}
	
	.bubble > div {
		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: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height:1.4em;
		color:#000;
	}
	
	.bubble > div > div {
		padding-top:5px;
		float:right;
	}
	

	
	
	
	/* CIRCLES */

	.circleRating {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') 0 -750px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/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: 'Open Sans', sans-serif;
		font-size: 24px;
		font-weight:300;
		color:#fff;
	}
	
	.circleFan {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -60px -750px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -60px -750px;
		background-repeat: no-repeat;
	}
	
	.circleFave {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -120px -750px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -120px -750px;
		background-repeat: no-repeat;
	}
	
	.circleHot {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -180px -750px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -180px -750px;
		background-repeat: no-repeat;
	}
	
	.circleOwned {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -240px -750px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -240px -750px;
		background-repeat: no-repeat;
	}
	
	.circleTasted {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -300px -750px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -300px -750px;
		background-repeat: no-repeat;
	}
	
	
	
	.circleDeck {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') 0 -810px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0 -810px;
		background-repeat: no-repeat;
	}
	
	.circleVideo {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -60px -810px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -60px -810px;
		background-repeat: no-repeat;
	}
	
	.circleCaffeine {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -120px -810px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, 
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -120px -810px;
		background-repeat: no-repeat;
	}
	
	.circleNew {
		width:60px;
		height:60px;
		background:url('https://www.adagio.com/images6/sprites.png') -180px -810px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -180px -810px;
		background-repeat: no-repeat;
	}
	
	
	
	.circleJoin {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') 0 -870px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0 -870px;
		background-repeat: no-repeat;
	}
	
	.circleUnlock {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -60px -870px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -60px -870px;
		background-repeat: no-repeat;
	}
	
	.circleRoots {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -120px -870px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, 
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -120px -870px;
		background-repeat: no-repeat;
	}

	.circleCharity {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -180px -870px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, 
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -180px -870px;
		background-repeat: no-repeat;
	}
	
	.circleSale {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -240px -870px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/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: 'Open Sans', sans-serif;
		font-size: 24px;
		font-weight:300;
		color:#fff;
	}
	
	


	.circleSeasonalWinter {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -240px -810px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -240px -810px;
		background-repeat: no-repeat;
	}
	
	.circleSeasonalSpring {
		float:left;
		width:58px;
		height:58px;
		background:url('https://www.adagio.com/images6/sprites.png') -300px -810px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -300px -810px;
		background-repeat: no-repeat;
	}

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



	/* BUTTONS */
	.radio-toolbar {
	margin: 1px;
	}

	.radio-toolbar input[type="radio"] {
	display:none; 
	}

	.radio-toolbar label {
	display:inline-block;
	background-color:#fff;
	padding: 7px 25px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:300;
	border: 1px solid #d7d9dd;
	border-radius: 4px;    
	}

	.radio-toolbar label:hover {
	background-color: #F3C386;
	}

	.radio-toolbar input[type="radio"]:checked + label { 
	background-color:#fff;
	border: 2px solid #d78824;
	color:#d78824;
	font-weight:bold;
	}
	
	a.button {
		background-color: var(--secondarycolor);
		color: #fff;
		padding: 12px 36px;
		text-decoration: none;
		letter-spacing: 0.5px;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		display:inline;
		border-radius: 4px;
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		font-weight: 300;
		text-transform: uppercase;
	}
	
	a.button:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
	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:#9f9835;
		color: #fff;
		padding: 9px 12px;
		text-decoration: none;
		letter-spacing: 0.5px;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		display:inline;
		border-radius: 4px;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 300;
		text-transform: uppercase;
		vertical-align: 10%;
	}
	
	a.buttonSmall:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
	.editButton {
		padding:2px 4px;
		font-size:9px;
		color:#fff;
		background-color:#da7310;
		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;
		}
	
	
	/* ARROWS */
	
	.buttonLeft {
		width:50px;
		height:50px;
		background:url('https://www.adagio.com/images6/sprites.png') -135px -168px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -135px -168px;
		background-repeat: no-repeat;
		display:inline-block;
		cursor:pointer;
	}
	
	.buttonLeft:hover {
		background-position: -235px -168px;
		cursor:pointer;
	}
	
	.buttonLeftInactive {
		width:50px;
		height:50px;
		background:url('https://www.adagio.com/images6/sprites.png') -335px -168px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -335px -168px;
		background-repeat: no-repeat;
		display:inline-block;
	}
	
	
	.buttonRight {
		width:50px;
		height:50px;
		background:url('https://www.adagio.com/images6/sprites.png') -185px -168px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -185px -168px;
		background-repeat: no-repeat;
		display:inline-block;
		cursor:pointer;
	}
	
	.buttonRight:hover {
		background-position: -285px -168px;
		cursor:pointer;
	}
	
	.buttonRightInactive {
		width:50px;
		height:50px;
		background:url('https://www.adagio.com/images6/sprites.png') -385px -168px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -385px -168px;
		background-repeat: no-repeat;
		display:inline-block;
	}
	



	/* CATEGORY PAGES */
	
	
	
	.descriptionHighlight {
		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 {
		position:relative;
		opacity: 0.8;
	}
	
	.descriptionHighlight > div > div {
		position:absolute;
		top:75px;
		left:calc(50% - 35px);
		width:70px;
		height:70px;
		background-image:url('https://www.adagio.com/images6/sprites.png');
		background-image: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -210px -90px;
		background-repeat: no-repeat;
	}
	
	.descriptionHighlight:hover div {
		opacity: 1;
	}
	
	.descriptionHighlight img {
		width:380px;
		height:209px;
		display:block;
	}
	
	.descriptionIndex {
		font-family: 'Open Sans', 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: 240px;
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		padding:0;
		background-color:#fff;
	}
	
	.categoryHeader {
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		font-weight: 400;
		color:#666;
		text-decoration:none;
		display:block;
		padding:10px 22px;
		border-left: solid #fff 4px;
		border-bottom: solid #d7d9dd 1px;
	}

	.categoryLeft a {
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		font-weight: 300;
		color:#666;
		text-decoration:none;
		display:block;
		padding:10px 22px;
		border-left: solid #fff 4px;
	}
	
	.categoryLeft a:hover {
		color:#da7310;
	}
	
	.categoryLeft .selected {
		background-color: #eee;
		font-weight: bold;
		color: #666;
		border-left: solid #9f9835 4px;
	}
	
	.categoryLeft .break {
		margin-bottom:50px;
	}
	
	
	.contentTitleItalics {
		color:#b3b76f;
		font-size:18px;
		font-weight:400;
		font-style:italic;
	}
	
	.categoryContent {
		float: left;
		width: calc(100% - 300px);
		max-width: 970px;
		font-size: 17px;
		line-height: 25px;
	}
	
	.categoryContent .sort {
		float: right;
		padding-right:50px;
	}
	
	.categoryContent .sort > div {
		height:64px;
	}
	
	.categorySection {
		padding:10px 50px;
	}
	
	.categorySection > a {
		color:#000;
	}
	
	.categoryViewMore {
		float:right;
		padding:16px 20px 0 0;
	}

	#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('https://www.adagio.com/images6/sprites.png') -453px -18px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		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('https://www.adagio.com/images6/sprites.png') -403px -18px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -403px -18px;
		background-repeat: no-repeat;
		position:relative;
		top:-30px;
		right:0px;
		cursor:pointer;
	}
	
	.closeDark a {
		width:30px;
		height:30px;
		display:block;
	}
	
	
	/* BLEND SEARCH */
	
	
	.blendSearchHeader .blendCounter {
		float:left;
		padding: 15px 35px 0 10px;
		text-align:left;
		font-size: 14px;
		color: #666;
		line-height: 1.0em;
	}
	
	.band {
		width:100%;
		opacity:.9;
	}
	
	.band:hover {
		opacity: 1;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
	}
	
	.bandName {
		float:left;
		font-size:16px;
		font-weight:400;
		color:#db9034;
		padding:5px;
	}
	
	.bandCreator {
		float:right;
		font-size:14px;
		font-weight:300;
		padding:5px;
	}
	
	.bandSpacing {
		position:relative;
		z-index:6;
	}
	
	.bandSpacing > div {
		position:absolute;
		left:770px;
		top:-80px;
	}
	
	.bandBreak {
		height:70px;
	}

	/* BLEND PAGES */
	
	.blendMedium {
		position:relative;
	}
	
	.blendMedium > div {
		position:absolute;
		top:149px;
		left:665px;
	}
	
	.blendSample {
		position:relative;
	}
	
	.blendSample > div {
		position:absolute;
		top:79px;
		left:250px;
	}
	
	.blendTin {
		background:url('https://www.adagio.com/images6/packaging_bg.jpg') 610px 30px no-repeat #ffffff;
		height:500px;
	}
	
	#namePassiveDiv {
		padding:10px 0;
	}
	
	#nameDynamicDiv {
		padding:10px 0;
		display:none;
	}

	#descriptionDynamic {
		width:250px;
		height:200px;
	}

	#contentDynamicDiv {
		padding:10px 0;
		display:none;
	}
		#contentDynamicDiv table {
			font-family:verdana;
			font-size:7pt;
			color:#918a18;
		}
		
			#contentDynamicDiv table select {
				font-size:7pt;
			}
	
	#accentDynamicDiv {
		padding:10px 0;
		display:none;
	}
		
		#accentDynamicDiv table {
			font-family:verdana;
			font-size:7pt;
			color:#918a18;
		}
		
			#accentDynamicDiv table select {
				font-size:7pt;
			}
	
	
	.blendPreviewTop {
		width:110px;
		height:110px;
		padding:5px;
	}
	
	.blendPreviewTop:hover {
		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 ;
	}
	
	.blendRelationship {
		position:relative;
		width:1px;
		height:1px;
	}
	
	.blendRelationship > div {
		position:absolute;
		left:-15px;
		top:60px;
		width:30px;
		height:30px;
		background:url('https://www.adagio.com/images6/sprites.png') -297px -20px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -297px -20px;
		background-repeat: no-repeat;
		transform: scale(1.5);
	}
	
	.fandomSets {
		float:left;
		position:relative;
		top:25px;
		left:0;
		height:220px;
	}
	
	/* BLEND PAGES - CREATE */
	
	#sectionLeft {
		float:left;
		width:60%;
		min-width:300px;
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
		background-color:#fff;
	}
	
	#sectionLeft > div {
		padding:30px 20px;
	}
	
	#sectionRight {
		float:right;
		width:35%;
		min-width:300px;
		width:border-radius: 4px;
		background-color:#f5f5f5;
	}
	
	#sectionRight > div {
		padding:30px 20px;
	}
	
	.questionMark {
		width:220px;
		height:220px;
		border:0;
	}
	
	.circleTeaPreview {
		float:left;
		padding-top:70px;
	}
	
	.circleInclusionPreview {
		float:left;
		padding-top:90px;
	}
	
	#blendPreview {
		height:350px;
		transform: scale(0.6);
	}
	
	.blendCover {
		float:left;
		width: calc(100% - 400px);
		max-width:576px;
		height:109px;
	}
	
	
	#sbSampleLabel {
		position:absolute;
		width:175px;
		height:112px;
		top:259px;
		left:425px;
	}
	
	#sbSampleTin {
		position:absolute;
		top:254px;
		left:419px;
		width:185px;
		height:136px;
	}
	
	#designer_artwork {
		display:none;
		position:fixed;
		z-index:100002;
		top:50%;
		left:50%;
		margin: -350px 0 0 -450px;
	}

	#preview_artwork {
		width:900px;
		height:700px;
		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);
		background:url('https://www.adagio.com/images2/custom_blends/35085.jpg') 100px 140px no-repeat #eee;
	}
	
	.teaChar {
		position:relative;
	}
	
	.teaChar > div {
		display:none;
		position:absolute;
		top:-100px;
		left:0;
		width:220px;
		height:90px;
		background-color:#fff;
		color:#333;
		font-size:14px;
		line-height:1.3em;
		opacity:0.9;
		padding:5px;
	}

	/* 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;
	}

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


	/* PRODUCT PAGES - CART */

	.cart {
		float:right;
		padding: 40px 50px 10px 20px;
		padding: 40px 20px 10px 20px; /* 2/23/18 */
	}
	
	.summary {
		display: flex;
		align-items: center;
		width: 330px;
		padding-bottom: 5px;
	}
	
	.summary > div:nth-child(1) {
		width: 80px;
		height: 80px;
	}
	
	.summary > div:nth-child(2) {
		width: calc(100% - 150px);
	}
	
	.summaryLoggedOut > div:nth-child(2) {
		width: calc(100% - 80px);
	}
	
	.cart .scoreSummary {
		float:left;
		font-family: 'Open Sans', sans-serif;
		font-size:30px;
		font-weight:400;
		width:80px;
		height:80px;
		background:url('https://www.adagio.com/images6/sprites.png') -126px -87px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x,  
									   url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -126px -87px;
		background-repeat: no-repeat;
		text-align:center;
		line-height:2em;
		color:#fff;
	}
	
	.cart h1 {
		padding:15px 0 0 0;
		font-family: 'Open Sans', sans-serif;
		font-size:27px;
		font-weight:300;
		text-transform: none;
	}

	.cart .reviewsSummary {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		font-weight:300;
	}
	
	.cart .reviewsSummary b {
		font-weight:300;
		color:#da8f33;
	}
	
	.cart .pricesList {
		width:280px;
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		padding:0 15px 0;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
		background-color:#fff;
		opacity:.95;
	}
	
	
	
	.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 {
		position:relative;
		left:-15px;
		width:280px;
		border-bottom:solid 1px #d7d9dd;
		padding:0 15px;
		clear:both;
		display: table;
		width:100%; /* 2/23/18 */
	}
	
	.cart .activeOFF {
		min-height:75px;
	}
	
	.itemBlockHeader {
		position:relative;
		left:-15px;
		width:280px;
		height:auto;
		border-bottom:solid 1px #d7d9dd;
		padding:5px 15px;
		background-color:#d7d9dd;
		color:#000;
		clear:both;
	}

	.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:#f5f5f5;
			cursor:pointer;
		}
		
		.cart .itemBlock:hover .addToCart {
			background-position: -190px -12px;
		}
		
		.cart .itemBlock:hover .addToAutoDelivery {
			background-position: -348px -100px;
		}
		
		.cart .itemBlock:hover .addToWishlist {
			display:block;
		}
		
		.cart .itemBlock:hover .rollover {
			font-weight:300;
		}
		
		.cart .itemBlock:hover .price {
			font-weight:400;
		}
		
		.cart .itemBlock:hover .deliverySelected {
			background-position: -398px -100px;
		}
	
	/*}*/
	
	.cart .sizeBlock {
		float:left;
		width:130px;
		padding:15px 0;
		line-height:1.2em;
		width:50%; /* 2/23/18 */
	}
	
	.cart .size {
		font-family: 'Open Sans', sans-serif;
		font-size:19px;
		font-weight:400;
		padding-bottom:5px;
	}
	
	.cart .rolloverPadding {
		padding-top:12px;
	}
	
	.cart .rollover {
		font-family: 'Open Sans', sans-serif;
		font-size:13px;
		font-weight:300;
		font-style:italic;
		line-height:1.2em;
	}

	.cart .price {
		float:left;
		text-align:left;
		width:20px;
		padding:18px 20px;
		font-family: 'Open Sans', sans-serif;
		font-size:26px;
		font-weight:300;
		width:calc(50% - 75px); /* 2/23/18 */
		text-align:center; /* 2/23/18 */
	}
	
	.cart .price strike {
		font-size:13px;
		text-decoration: line-through;
		color:#c00;
		display:block;
		line-height:1.0em;
	}
	
	.cart .addToCart {
		float:right;
		text-align:right;
		margin:20px 0;
		
		width:35px;
		height:35px;
		background:url('https://www.adagio.com/images6/sprites.png') -155px -12px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -155px -12px;
		background-repeat: no-repeat;
	}
	
	
	
	.cart .deliverySelected {
		background-position: -398px -100px;
	}
	
	.cart .notifyMe {
		float:right;
		text-align:center;
		margin:27px 0;
		
		width:80px;
		line-height:1.4em;
		color: #db9034;
	}
	
	.addToWishlist {
		width:100%;
		text-align:center;
		padding-top:20px;
		cursor: pointer;
	}
	
	.addToWishlist > div {
		display:inline-block;
	}
	
	.addToWishlist > div > div {
		float:left;
		width:35px;
		height:30px;
		background:url('https://www.adagio.com/images6/sprites.png') -247px -22px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -247px -22px;
		background-repeat: no-repeat;
	}
	
	.addToWishlist:hover div > div {
		background-position: -297px -22px;
	}
	
	.addToWishlistSelected {
		width:100%;
		text-align:center;
		padding-top:20px;
		color:#a66920;
		font-weight:600;
		cursor: pointer;
	}
	
	.addToWishlistSelected > div {
		display:inline-block;
	}
	
	.addToWishlistSelected > div > div {
		float:left;
		width:35px;
		height:30px;
		background:url('https://www.adagio.com/images6/sprites.png') -347px -22px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -347px -22px;
		background-repeat: no-repeat;
	}


	.addToCalendar {
		width:100%;
		text-align:center;
		padding-top:20px;
		cursor: pointer;
	}
	
	.addToCalendar > div {
		display:inline-block;
	}
	
	.addToCalendar > div > div {
		float:left;
		width:40px;
		height:30px;
		background:url('/images6/iCal.png') 0 0 no-repeat;
		background: -webkit-image-set( url('/images6/iCal.png') 1x, url('/images6/iCal_retina.png') 2x);
		background-repeat: no-repeat;
	}
	
	.addToCalendar:hover div > div {
		background-position: 0px -30px;
	}
	
	
	.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;
	}
	

	
	
	/*.autoDelivery {
		width:99%;
		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;
		opacity:.95;
	}*/

	.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);
		background-position: center right;
		background-repeat: no-repeat;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
		background-color:#fff;
		opacity:.95;
	}

	.autoDelivery2 {
		width:99%;
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		margin-top:15px;
		
		background-position: center right;
		background-repeat: no-repeat;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
		background-color:#fff;
		opacity:.95;
	}
	
	.autoDelivery b {
		font-weight:400;
	}
	
	.autoDelivery a {
		font-family: 'Open Sans', 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;
	}
	
	
	
	
	.cartSingle .pricesList {
		widthOFF:280px;
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		padding:0 15px;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
		margin-top:40px;
		background-color:#fff;
		max-width:312px; /* 2/23/18 */
	}
	
	.cartSingle .itemBlock {
		position:relative;
		left:-15px;
		width:280px;
		border-bottom:solid 1px #d7d9dd;
		padding:0 15px;
		display: table;
		width:100%; /* 2/23/18 */
	}
	
	.cartSingle .itemBlock:hover {
		background-color:#f5f5f5;
		cursor:pointer;
	}
	
	.cartSingle .itemBlock:hover .addToCart {
		background-position: -190px -12px;
	}
	
	.cartSingle .sizeBlock {
		float:left;
		width:130px;
		padding:15px 0;
		line-height:1.2em;
		width:50%; /* 2/23/18 */
	}
	
	.cartSingle .size {
		font-family: 'Open Sans', sans-serif;
		font-size:19px;
		font-weight:400;
		padding-bottom:5px;
	}
	
	.cartSingle .rolloverPadding {
		padding-top:12px;
	}
	
	.cartSingle .rollover {
		font-family: 'Open Sans', sans-serif;
		font-size:13px;
		font-weight:300;
		font-style:italic;
	}

	.cartSingle .price {
		float:left;
		text-align:left;
		width:20px;
		padding:18px 20px;
		font-family: 'Open Sans', sans-serif;
		font-size:26px;
		font-weight:300;
		width:calc(50% - 75px); /* 2/23/18 */
		text-align:center; /* 2/23/18 */
	}
	
	.cartSingle .price strike {
		font-size:13px;
		text-decoration: line-through;
		color:#c00;
		display:block;
		line-height:1.0em;
	}
	
	.cartSingle .addToCart {
		float:right;
		text-align:right;
		margin:20px 0;
		
		width:35px;
		height:35px;
		background:url('https://www.adagio.com/images6/sprites.png') -155px -12px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -155px -12px;
		background-repeat: no-repeat;
	}
	
	
	
	/* PRODUCT PAGES - CART FLEX */
	
	.cartSingle {
		padding-top:20px;
	}
	
	.pricesListFlex {
		display:flex;
		flex-direction: column;
		border-radius: 4px;
		border: solid 1px #d7d9dd;
		box-shadow: 0 2px 0 0 rgb(0 0 0 / 15%);
		background-color: #fff;
		max-width: 330px;
	}
	
	.pricesListFlex .itemBlock {
		border-bottom: solid 1px #d7d9dd;
		padding: 0 15px;
	}
	
	.pricesListFlex .priceHeader {
		display:flex;
		justify-content: space-between;
		align-items: center;
		background-color: #ccc;
		padding: 5px 20px;
	}
	
	.pricesListFlex .priceHeader > div:nth-child(1) {
		font-size: 19px;
		font-weight: 400;
	}
	
	.pricesListFlex .priceHeader > div:nth-child(2) {
		font-size: 11px;
		color:#fff;
	}
	
	.pricesListFlex .priceHeaderExplanation {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #eee;
		padding: 5px 20px;
		font-size: 13px;
	}
	
	.pricesListFlex .priceInfo {
		display:none;
		width: 100%;
		text-align: center;
		height: 150px;
	}
	
	.pricesListFlex .priceItem {
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 15px;
		border-bottom: solid 1px #d7d9dd;
	}
	
	.pricesListFlex .priceItem > .priceName {
		width: calc(100% - 138px);
	}
	
	.pricesListFlex .priceItem > .priceName > div:nth-child(1) {
		font-size: 19px;
		font-weight: 400;
		line-height: 1.2em;
	}
	
	.pricesListFlex .priceItem > .priceName > div:nth-child(1) > span {
		font-size: 13px;
    	color: #b9a98b;
	}
	
	.pricesListFlex .priceItem > .priceName > div:nth-child(2) {
		font-size: 13px;
		font-weight: 300;
		font-style: italic;
		line-height: 1.2em;
	}
	
	.pricesListFlex .priceItem > .pricePrice {
		font-size: 26px;
    	width: 100px;
    	text-align: center;
	}
	
	.pricesListFlex .priceItem > .pricePrice > span {
		font-size: 11px;
		padding-left: 2px;
	}
	
	.pricesListFlex .priceItem > .priceIcon {
		width: 38px;
		height: 38px;
		background: url(https://www.adagio.com/images6/sprites.png) -155px -12px no-repeat;
		background: -webkit-image-set( url(https://www.adagio.com/images6/sprites.png) 1x, url(https://www.adagio.com/images6/sprites_retina.png) 2x);
		background-position: -155px -12px;
		background-repeat: no-repeat;
	}
	
	.pricesListFlex .priceItem > .addToAutoDelivery {
		display:none;
		width:38px;
		height:38px;
		background:url('https://www.adagio.com/images6/sprites.png') -298px -100px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -298px -100px;
		background-repeat: no-repeat;
	}
	
	.pricesListFlex > #autoDeliveryHeader {
		display:none;
		padding:15px 15px;
		font-size: 15px;
		line-height: 1.4em;
		border-bottom: solid 1px #d7d9dd;
	}
	
	.pricesListFlex > #autoDeliveryHeader b {
		font-weight:400;
	}
	
	.pricesListFlex > #autoDeliveryFooter {
		display:none;
		padding:15px 15px;
		font-size: 15px;
		line-height: 1.4em;
	}
	
	
	.pricesListFlex .priceItemOutOfStock {
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 15px;
		border-bottom: solid 1px #d7d9dd;
		color: #999;
	}
	
	.pricesListFlex .priceItemOutOfStock > .priceName {
		width: calc(100% - 138px);
	}
	
	.pricesListFlex .priceItemOutOfStock > .priceName > div:nth-child(1) {
		font-size: 19px;
		font-weight: 400;
		line-height: 1.2em;
	}
	
	.pricesListFlex .priceItemOutOfStock > .priceName > div:nth-child(2) {
		font-size: 13px;
		font-weight: 300;
		font-style: italic;
		line-height: 1.2em;
	}
	
	.pricesListFlex .priceItemOutOfStock > .priceNotify {
		font-size: 16px;
    	width: 138px;
    	text-align: right;
    	padding-right: 10px;
    	color:var(--secondarycolor);
    	cursor: pointer;
	}
	
	.cartItemDisabled {
		filter: grayscale(1);
		opacity:0.33;
	}
	
	
	
	/*@media (hover: hover) {*/
	
		.pricesListFlex .priceItem:hover {
			background-color: #f5f5f5;
    		cursor: pointer;
		}
		
		.pricesListFlex .priceItem:hover div:nth-child(2) {
			font-weight: 400;
		}
		
		.pricesListFlex .priceItem:hover div:nth-child(3) {
			background-position: -190px -12px;
		}
	
	/*}*/
		
		
		
	
	/* 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:.95;
	}
	
	.cart .pricesListQuick #autoDeliveryHeader {
		display:none;
	}
	
	.cart .pricesListQuick .itemBlock {
		width:180px;
		height:auto;
		border-bottom:solid 1px #fff;
		padding:0 5px;
	}
	
	.cart .pricesListQuick .itemCategory {
		display:none !important;
	}
	
	.cart .pricesListQuick .quickVisible {
		display:block;
	}
	
	.cart .pricesListQuick .quickInvisible {
		display:none;
	}
	
	.cart .pricesListQuick .active {
		width:180px;
		height:auto;
		padding:0 15px;
	}
	
	.cart .pricesListQuick .sizeBlock {
		width:80px;
		padding:10px 0;
	}
	
	.cart .pricesListQuick .size {
		font-size:13px;
	}
	
	.cart .pricesListQuick .rolloverPadding {
		padding-top:0;
	}
	
	.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 {
		float:left;
		font-size: 20px;
		width:calc(100% - 40px);
		padding: 0 20px;
	}
	
	.preview .itemBlock .thumbnail {
		float:left;
		padding:10px 20px 0 0;
		mix-blend-mode: multiply;
	}
	
	.preview .itemBlock .thumbnail img {
		width:85px;
		height:85px;
		display: block;
	}
	
	.preview .itemBlock .info {
		float:left;
		font-size: 14px;
		font-weight:300;
		width:calc(100% - 180px);
		text-align:left;
		line-height:1.3em;
	}
	
	.preview .itemBlock .productName {
		font-size: 17px;
		font-weight:300;
		padding:10px 0;
	}
	
	.preview .itemBlock .qtyLabel {
		float:left;
		width:60px;
	}
	
	.preview .itemBlock .qty {
		font-weight:400;
	}
	
	.preview .itemBlock .sizeLabel {
		float:left;
		width:60px;
	}
	
	.preview .itemBlock .size {
		font-weight:400;
	}
	
	.preview .itemBlock .extra {
		float:left;
		font-size: 12px;
		line-height:1.3em;
		color:#999;
	}

	.preview .itemBlock .price {
		float:right;
		padding:50px 0 0 10px;
		font-size: 20px;
	}
	
	.preview .itemBlock .highlight {
		color:#db9034;
	}
	
	
	.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;
	}

	.preview .itemBlockFlex .qtyLabel {
		float: left;
		width: 60px;
	}
	
	.preview .itemBlockFlex .qty {
		font-weight: 400;
	}
	
	.preview .itemBlockFlex .sizeLabel {
		float: left;
		width: 60px;
	}
	
	.preview .itemBlockFlex .size {
		font-weight: 400;
	}
	
	.preview .itemBlockFlex .extra {
		font-size: 12px;
		line-height: 1.3em;
		color: #999;
	}
	
	.preview .itemBlockFlex .price {
		font-size: 20px;
		padding-left: 10px;
	}
	
	.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: 17px;
	}
	
	.preview .buttonEdit a:hover {
		color:#db9034;
	}
	
	.preview .buttonCheckout {
		width:90%;
		margin:0 auto;
	}
	

	/* SHOPPING CART - EDIT */
	
	#shopping_summary #shopping_summary_left {
		float:left;
		width:65%;
	}
	
	#shopping_summary #shopping_summary_total {
		float:left;
		width:35%;
	}
	
	
	
	

	/* PRODUCT PAGES - DESCRIPTION */

	.breadcrumb {
		padding:0 0 40px;
	}
	
	.breadcrumb li {
		float:left;
		list-style-type: none;
		font-family: 'Open Sans', sans-serif;
		font-size:13px;
		font-weight:300;
		color:#000;
		text-decoration:none;
		padding:0 10px 0 0;
	}
	
#	.breadcrumb li::before { 
#		content: " > ";
#		padding:0 10px;
#	}
	
	.breadcrumb li a {
		font-family: 'Open Sans', sans-serif;
		font-size:13px;
		font-weight:300;
		color:#7d7a76;
		text-decoration:none;
	}
	
	.breadcrumb li a:hover {
		color:#da8f33;
	}

	.description {
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.56;
		color:#000;
	}
	
	.description img {
		width:306px;
		height:195px;
		border:0;
		float:right;
		padding:10px;
	}
	
	.health_benefits {
		font-size: 14px;
		padding: 10px;
		background: url('/images5/health_warning_icon.png');
		background-color: #eee;
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: 10px center;
		border-radius: 4px;
		min-height: 50px;
	}
	
	.health_benefits > div {
		padding-left:60px;
	}
	
	.steepingInfo {
		font-weight: 400;
	}
	
	
	
	/* PRODUCT PAGES - REVIEW */
	
	.reviewHeader {
		float:left;
		padding:0 0 50px;
	}
	
	.reviewSort {
		float:right;
	}

	.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%;
	}
	
	.reviewBlock .review {
		float:left;
		width:175px;
		height:80px;
	}
	
	.reviewBlock .score_1 {
		margin-top:10px;
		width: 24px;
		height: 24px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -180px;
		background-repeat: no-repeat;
	}
	
	.reviewBlock .score_2 {
		margin-top:10px;
		width: 48px;
		height: 24px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -180px;
		background-repeat: no-repeat;
	}
	
	.reviewBlock .score_3 {
		margin-top:10px;
		width: 72px;
		height: 24px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -180px;
		background-repeat: no-repeat;
	}
	
	.reviewBlock .score_4 {
		margin-top:10px;
		width: 96px;
		height: 24px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -180px;
		background-repeat: no-repeat;
	}
	
	.reviewBlock .score_5 {
		margin-top:10px;
		width: 120px;
		height: 24px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -180px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -180px;
		background-repeat: no-repeat;
	}
	
	.reviewBlock .reviewer {
		padding:6px 6px;
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		font-weight:300;
		color:#000;
	}
	
	.reviewBlock .reviewer a {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		font-weight:300;
		text-decoration:none;
		color:#000;
	}
	
	.reviewBlock .reviewer a:hover {
		color:#da8f33;
	}
	
	.reviewBlock .reviewer::before {
		content: "by ";
	}
	
	.reviewBlock .copy {
		float:left;
		width: calc(100% - 550px);
		font-family: 'Open Sans', sans-serif;
		font-size:16px;
		font-weight:300;
		line-height: 25px;
		padding:10px 40px 10px 0;
	}
	
	.reviewBlock .copy b {
		font-weight:400;
	}
	
	.reviewBlock .date {
		width:125px;
		float:left;
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:300;
		margin-top:12px;
	}
	
	.reviewBlock .vote {
		width:100px;
		float:left;
	}
	
	.votedUp {
		float:left;
		width:50px;
		height:20px;
		background:url('https://www.adagio.com/images6/sprites.png') -50px -225px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -50px -225px;
		background-repeat: no-repeat;
		padding:2px 0 0 0;
		margin-top:10px;
		
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	.votedDown {
		float:left;
		width:50px;
		height:20px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -250px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -250px;
		background-repeat: no-repeat;
		padding:2px 0 0 0;
		margin-top:10px;
		
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	.votedUpActive {
		float:left;
		width:50px;
		height:20px;
		background:url('https://www.adagio.com/images6/sprites.png') -50px -275px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -50px -275px;
		background-repeat: no-repeat;
		padding:2px 0 0 0;
		margin-top:10px;
		
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	.votedDownActive {
		float:left;
		width:50px;
		height:20px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -300px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -300px;
		background-repeat: no-repeat;
		padding:2px 0 0 0;
		margin-top:10px;
		
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	
	
	
	.voteUpZ {
		float:left;
		width:50px;
		height:20px;
		background:url('https://www.adagio.com/images6/sprites.png') -50px -225px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -50px -225px;
		background-repeat: no-repeat;
		padding:2px 0 0 0;
		margin-top:10px;
		
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	.voteUpZ_OFF:hover {
		color:#9f9734;
		background-position: -50px -250px;
		font-weight:600;
		cursor:pointer;
	}
	.voteDownZ {
		float:left;
		width:50px;
		height:20px;
		background:url('https://www.adagio.com/images6/sprites.png') 0px -225px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0px -225px;
		background-repeat: no-repeat;
		padding:2px 0 0 0;
		margin-top:10px;
		
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	.voteDownZ_OFF:hover {
		color:#ca0b0b;
		background-position: 0px -250px;
		font-weight:600;
		cursor:pointer;
	}
	
	
	
	.voteUpZ a {
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	.voteUpZ_OFF a:hover {
		color:#9f9734;
		background-position: -50px -250px;
		font-weight:600;
	}
	.voteDownZ a {
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:400;
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	.voteDownZ_OFF a:hover {
		color:#ca0b0b;
		background-position: 0px -250px;
		font-weight:600;
	}
	
	
	
	.reviewBlock .reply {
		background-color: #eee;
		margin-left:265px;
		padding:5px 15px;
	}
	
	.reviewBlock .reply b {
		font-weight:bold;
	}
	
	.loadMoreReviews {
		width:200px;
		border-radius: 4px;
		border: solid 1px #333;
		margin:30px 0 60px;
		text-align:center;
	}
	
	.loadMoreReviews a {
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-weight:300;
		color:#333;
		text-decoration:none;
		display:block;
		padding:15px;
	}
	
	.loadMoreReviews a:hover {
		color:#db9034;
	}
	
	
	
	
	/* PRODUCT PAGES - TEABAGS */
	
	.pyramid {
		float:right;
		padding:0 0 0 30px;
	}
	
	.pyramid img {
		width: 320px;
		height: 210px;
	}
	
	/* PRODUCT PAGES - QA */
	
	.QAInput {
		float:left;
		width:calc(100% - 230px);
	}
	
	.QAInput textarea {
		width:90%;
		height:50px;
	}
	
	.QAButton {
		float:left;
		width:220px;
		padding-top:18px;
	}
	
	/* PRODUCT PAGES - COMPARISON */
	
	.comparisonCompany {
		float:left;
		padding:0 15px 0 0;
		font-weight:400;
	}
	
	.comparisonPrice {
		font-weight:600;
		color: #db9034;
	}
	
	
	/* 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('https://www.adagio.com/images6/sprites.png') 0 -332px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		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('https://www.adagio.com/images6/sprites.png') 0 -369px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		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;
	}
	
	
	
	/* TEA INFO */
	
	.teaInfoIcon {
		
	}
	
	.teaInfoIcon > div {
		width:110px;
		height:110px;
	}
	
	
	/* PROFILE PAGE */
	
	.msgDate {
		float:right;
		font-size:15px;
	}
	
	.msgCustomer {
		font-size:20px;
		padding-bottom:10px;
	}
	
	.msgCustomer b {
		color:#d78824;
	}
	
	.msgCopy {
		padding-bottom:50px;
		clear: both;
	}
	
	.msgBlend {
		padding-left:20px;
	}
	
	
	
	
	/* STORES */
	
	.storeEvent {
		padding:15px 0;
		cursor: pointer;
	}
	
	.storeEvent:hover {
		background-color:#f5f5f5;
	}
	
	.storeEvent:hover a {
		color: #db9034;
		text-decoration:none;
	}
	
	.storeEvent a {
		color:#000;
		font-size:20px;
		font-weight:400;
	}
	
	
	
	/* GIFT CERTIFICATES */
	
	.gcAmount {
		display:inline-block;
		font-size:27px;
		width:80px;
		border:dashed 1px #999;
		text-align:center;
		padding:15px 0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin:0 5px 5px 0;
		cursor: pointer;
	}
	
	.gcAmount:hover {
		color: #db9034;
		border:dashed 1px #db9034;
		font-weight:400;
	}
	
	.gcSelected {
		display:inline-block;
		font-size:27px;
		width:80px;
		border:dashed 1px #fff;
		text-align:center;
		padding:15px 0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin:0 5px 5px 0;
		
		color: #fff;
		font-weight:400;
		background-color:#db9034
	}
	
	
	/* MISC */
	
	.profile {
		float:left;
		width:50%;
	}
	
	.profileImage {
		float:left;
		width:130px;
	}
	
	.profileCopy {
		float:left;
		width:calc(100% - 130px);
	}
	
	.profileCopy > div {
		padding:0 20px 20px 0;
	}
	
	.teaTimer {
		width:100%;
		display:none;
		padding-top:20px;
	}
	
	.teaTimer > div {
		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;
	}
	
	
	/* VIDEO */
	
	#frame {
		width: 643px;
		height: 362px;
		border: 0;
		-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);
	}


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

	#instantCouponContentOFF {
		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);
	}
	
	
	
	/* GENERIC POPUP COUPON */
	
	#genericPopupDiv {
		display:none;
		position:fixed;
		z-index:100002;
		top:50%;
		left:50%;
		margin:-177px 0 0 -281px;
			margin:auto;
			transform: translate(-50%, -50%);
			max-width: 560px;
			width: 90%;
	}
	
	#genericPopupContent {
		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);
	}

	
	/* 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);
		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;
	}
	

	/* GIFT DETAILS */
	#giftsDetail {
		display:none;
		width:500px;
		height:170px;
		background-color: #db9034;
		-moz-border-radius: 10px;
		border-radius: 10px;
		
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 170px, rgba(219,144,52,1) 170px, rgba(219,144,52,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(170px,rgba(255,255,255,1)), color-stop(170px,rgba(219,144,52,1)), color-stop(100%,rgba(219,144,52,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 170px,rgba(219,144,52,1) 170px,rgba(219,144,52,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 170px,rgba(219,144,52,1) 170px,rgba(219,144,52,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 170px,rgba(219,144,52,1) 170px,rgba(219,144,52,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 170px,rgba(219,144,52,1) 170px,rgba(219,144,52,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcffffff', endColorstr='#92b654',GradientType=1 ); /* IE6-9 */
	
		-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.4);
		-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.4);
		box-shadow: 3px 3px 8px rgba(0,0,0,0.4);
		
	}
	
		#giftsDetail .giftsDetailImageDiv {
			float:left;
			padding:10px;
			display:inline;
		}
		
			#giftsDetail .giftsDetailImageDiv img {
				width:150px;
				border:0;
			}
			
		#giftsDetail .giftsDetailCopy {
			float:left;
			padding:10px 20px;
		}
		
			#giftsDetail .giftsDetailCopy h6 {
				color:#fff;
			}
			
			#giftsDetail .giftsDetailCopy #giftsNote {
				width:250px;
				height:50px;
				color:#666;
			}
			
			#giftsDetail .giftsDetailCopy #giftsFinePrint {
				float:left;
				font-size:10px;
				color:#000;
				line-height:1.2em;
				padding-top:5px;
			}
			
			#giftsDetail .giftsDetailCopy #giftSender {
				float:right;
				color:#fff;
				padding-top:5px;
			}
			
			#giftsDetail .giftsDetailCopy #giftButton {
				float:right;
			}
		
	
	/* FOOTER */
	
	#footer {
		width: calc(100% - 60px);
		max-width:1180px;
		padding:75px 0 25px;
		margin: 0 auto;
		display:flex;
	}
	
	.footerCat {
		flex: 1;
	}
	
	.footerCat > div:nth-child(1) {
		font-size:15px;
		font-weight:600;
		line-height: 1.2em;
		padding-bottom:20px;
		color: var(--secondarycolor);
	}
	
	.footerCat > div:nth-child(2) {
		
	}
	
	.footerCat > div:nth-child(2) > a {
		display: block;
		color:#000;
		font-size:14px;
		text-decoration: none;
		line-height: 1.2em;
		padding: 0 10px 7px 0;
	}
	
	
	
	#footer .teaGuide {
		align-self: end;
	}
	
	#footer .teaGuide > div {
		background:url('https://www.adagio.com/images5/tea_guide_base.png');background-size:cover;background-repeat:no-repeat;width:380px;height:236px;
	}
	
	#footer .teaGuide > div > div {
		padding: 30px 55px 0 40px;text-align: center;
	}
	
	#footer .teaGuide > div > div > div:nth-child(1) {
		font-size: 45px;
	}
	
	#footer .teaGuide > div > div > div:nth-child(2) {
		padding:5px 0 10px;
	}
	
	#footer .teaGuide > div > div > div:nth-child(2) > input {
		width:150px;margin:0;height:32px;
	}
	
	#footer .teaGuide > div > div > div:nth-child(3) {
		font-size: 13px;
	}
	
	
	
	
	#footerSocial {
		background-color:#37372d;
		height:60px;
	}
	
	#footerSocial a {
		color:#fff;
		text-decoration: none;
	}
	
	#footerSocial > div {
		width: 90%;
		max-width:1180px;
		margin:0 auto;
		color:#fff;
	}
	
		#footerSocial > div > div:nth-child(1) {
			float: left;
			padding: 20px 0 0;
			width: calc(55% - 90px);
		}
		
		#footerSocial > div > div:nth-child(2) {
			float: left;
			width: 180px;
			margin: 0 auto;
		}
		
		#footerSocial > div > div:nth-child(3) {
			padding: 20px 0 0;
			float: right;
			width: calc(45% - 90px);
			text-align: right;
		}
	
	
	.carbonOffset {
		height: 225px;
	}
	
	.carbonOffsetSummer {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_summer.gif'), url('https://www.adagio.com/images6/carbon_offset/footer_summer_retina.png');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	.carbonOffsetSummerWEBP {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_summer.webp'), url('https://www.adagio.com/images6/carbon_offset/footer_summer_retina.webp');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	
	.carbonOffsetSpring {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_spring.gif'), url('https://www.adagio.com/images6/carbon_offset/footer_spring_retina.png');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	.carbonOffsetSpringWEBP {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_spring.webp'), url('https://www.adagio.com/images6/carbon_offset/footer_spring_retina.webp');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	
	.carbonOffsetWinter {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_winter.gif'), url('https://www.adagio.com/images6/carbon_offset/footer_winter_retina.png');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	.carbonOffsetWinterWEBP {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_winter.webp'), url('https://www.adagio.com/images6/carbon_offset/footer_winter_retina.webp');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	
	.carbonOffsetFall {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_fall.gif'), url('https://www.adagio.com/images6/carbon_offset/footer_fall_retina.png');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	.carbonOffsetFallWEBP {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_fall.webp'), url('https://www.adagio.com/images6/carbon_offset/footer_fall_retina.webp');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	
	.carbonOffsetPirate {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_fall.gif'), url('https://www.adagio.com/images6/carbon_offset/footer_pirate_retina.png');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	.carbonOffsetPirateWEBP {
		background-image:url('https://www.adagio.com/images6/carbon_offset/animation_fall.webp'), url('https://www.adagio.com/images6/carbon_offset/footer_pirate_retina.webp');
		background-position: center bottom;
		background-size: contain;
		background-repeat-y: no-repeat;
	}
	
	.carbonOffset > div {
		width: 90px;
		text-align: center;
		margin: 30px auto 0;
		padding-right: 215px;
		padding-top: 80px;
	}
	
	.carbonOffset > div > div:nth-child(1) {
		font-family:'Open Sans';
		font-size: 40px;
		color:#fff;
		font-weight:600;
		line-height:1em;
		letter-spacing: -2px;
	}
	
	.carbonOffset > div > div:nth-child(1) > span {
		font-size: 24px;
		line-height: 1em;
	}
	
	.carbonOffset > div > div:nth-child(2) {
		font-family:'Open Sans';
		font-size: 30px;
		color:#fff;
		font-weight:400;
		line-height:1em;
		letter-spacing: -1.5px;
	}
	
	
	
	#footer_twitter {
		float:left;
		width:115px;
		text-align:center;
		font-size:15px;
	}
	
	#footer_twitter > div {
		padding:10px 30px 5px;
	}
	
	#footer_twitter > div > div {
		width:55px;
		height:55px;
		background:url('https://www.adagio.com/images6/share_gc.png') -55px 0 no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/share_gc.png') 1x, url('https://www.adagio.com/images6/share_gc_retina.png') 2x);
		background-position: -55px 0;
	}
	
	#footer_twitter:hover > div > div {
		background-position: -55px -60px;
	}
	
	
	#footer_pinterest {
		float:left;
		width:115px;
		text-align:center;
		font-size:15px;
	}
	
	#footer_pinterest > div {
		padding:10px 30px 5px;
	}
	
	#footer_pinterest > div > div {
		width:55px;
		height:55px;
		background:url('https://www.adagio.com/images6/share_gc.png') -110px 0 no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/share_gc.png') 1x, url('https://www.adagio.com/images6/share_gc_retina.png') 2x);
		background-position: -110px 0;
	}
	
	#footer_pinterest:hover > div > div {
		background-position: -110px -60px;
	}
	
	
	#footer_tumblr {
		float:left;
		width:115px;
		text-align:center;
		font-size:15px;
	}
	
	#footer_tumblr > div {
		padding:10px 30px 5px;
	}
	
	#footer_tumblr > div > div {
		width:55px;
		height:55px;
		background:url('https://www.adagio.com/images6/share_gc.png') -165px 0 no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/share_gc.png') 1x, url('https://www.adagio.com/images6/share_gc_retina.png') 2x);
		background-position: -165px 0;
	}
	
	#footer_tumblr:hover > div > div {
		background-position: -165px -60px;
	}
	
	
	#footer_email {
		float:left;
		width:115px;
		text-align:center;
		font-size:15px;
	}
	
	#footer_email > div {
		padding:10px 30px 5px;
	}
	
	#footer_email > div > div {
		width:55px;
		height:55px;
		background:url('https://www.adagio.com/images6/share_gc.png') -220px 0 no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/share_gc.png') 1x, url('https://www.adagio.com/images6/share_gc_retina.png') 2x);
		background-position: -220px 0;
	}
	
	#footer_email:hover > div > div {
		background-position: -220px -60px;
	}
	
	
	#satellites {
		padding:10px 0 60px 0;
		padding: 10px 0 0;
		background-color: #37372d;
	}
	
	#satellites > div {
		width:100%;
		max-width:1280px;
		margin: 0 auto;
	}
	
	#satellites .footer_teamuse {
		float:left;
		width:20%;
		height:60px;
		background:url('https://www.adagio.com/images6/sprites.png') 0 -450px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0 -450px;
		background-repeat: no-repeat;
	}
	
	#satellites .footer_teaclass {
		float:left;
		width:20%;
		height:60px;
		background:url('https://www.adagio.com/images6/sprites.png') -260px -510px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -260px -510px;
		background-repeat: no-repeat;
	}
	
	#satellites .footer_teamap {
		float:left;
		width:20%;
		height:60px;
		background:url('https://www.adagio.com/images6/sprites.png') 0 -510px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0 -510px;
		background-repeat: no-repeat;
	}
	
	#satellites .footer_teasmart {
		float:left;
		width:20%;
		height:60px;
		background:url('https://www.adagio.com/images6/sprites.png') -260px -570px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -260px -570px;
		background-repeat: no-repeat;
	}
	
	#satellites .footer_teachat {
		float:left;
		width:20%;
		height:60px;
		background:url('https://www.adagio.com/images6/sprites.png') 0 -630px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0 -630px;
		background-repeat: no-repeat;
	}
	
	#satellites .footer_teachef {
		float:left;
		width:20%;
		height:60px;
		background:url('https://www.adagio.com/images6/sprites.png') 0 -690px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: 0 -690px;
		background-repeat: no-repeat;
	}
	
	#satellites img {
		max-width:240px;
		max-height:70px;
	}


	#googleBubble {
		position:fixed;
		bottom: 55px;
		left:2px;
		z-index:4000;
	}

	#googleBubble > div:nth-child(1) {
	    float: right;
		padding: 0;
		width: 11px;
		height: 11px;
		background: url(/images6/sprites.png) -413px -28px no-repeat;
		background: -webkit-image-set(url(/images6/sprites.png) 1x,url(/images6/sprites_retina.png) 2x);
		background-position: -413px -28px;
		background-repeat: no-repeat;
		position: absolute;
		top: 16px;
		right: 15px;
		cursor: pointer;
		opacity: 0.4;
    }
    
	#googleBubble > div:nth-child(2) {
		width:163px;
		height:45px;
		background:url('https://www.adagio.com/images6/google_bubble.png') top left no-repeat;
		background-size:163px;
		font-family: 'Open Sans',sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.4em;
		color: #666;
	}

	#googleBubble > div:nth-child(2) > div:nth-child(1) {
		padding:15px 0 0 15px;
	}

	#googleBubble > div:nth-child(2) > div:nth-child(2) {
		padding:0 0 15px 15px;
		font-size: 11px;
	}

	#googleBubble > div:nth-child(3) {
		width:163px;
		background:url('https://www.adagio.com/images6/google_bubble.png') bottom left no-repeat;
		background-size:163px;
		font-family: 'Open Sans',sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.4em;
		color: #666;
		padding-bottom: 30px;
	}

	#googleBubble > div:nth-child(3) > div {
		padding:15px 15px 0;
	}
	
	
	
	.freeTea {
		background-color:#f5f5f5;
		background-image: url('https://www.adagio.com/images6/free_tea_footer_left.jpg'), url('https://www.adagio.com/images6/free_tea_footer_right.jpg');
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: contain;
		background-blend-mode: darken;
		height:360px;
	}
	
	.freeTea > div:nth-child(1) {
		float:left;width:55%;text-align:left;
	}
	
	.freeTea > div:nth-child(1) > div {
		padding:45px 20px 0 250px;
	}
	
	.freeTea > div:nth-child(1) > div > div:nth-child(1) {
		font-family: 'Open Sans'; font-size: 72px; font-weight: 300; color: #000;line-height:1em;letter-spacing: -2.5px;
	}
	
	.freeTea > div:nth-child(1) > div > div:nth-child(1) > b {
		font-weight:600;
	}
	
	.freeTea > div:nth-child(1) > div > div:nth-child(2) {
		font-family: 'Open Sans'; font-size: 80px; font-weight: 600;color: #7E792A;line-height:1em;letter-spacing:-3.5px;
	}
	
	.freeTea > div:nth-child(1) > div > div:nth-child(3) {
		font-family: 'Open Sans'; font-size: 22px; font-weight: 300; color: #330c05;padding-top: 10px;
	}
	
	.freeTea > div:nth-child(1) > div > div:nth-child(3) > b {
		font-weight:600;
	}
	
	.freeTea > div:nth-child(2) {
		float:left;width:45%;text-align:left;
	}
	
	.freeTea > div:nth-child(2) > div {
		padding:50px 90px 0 20px;
	}
	
	.freeTea > div:nth-child(2) > div > div {
		padding: 30px;border-radius: 4px; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15); border: solid 1px #d7d9dd; background-color: #ffffff;
	}
	
	.freeTea > div:nth-child(2) > div > div > div:nth-child(3) {
		padding-top:5px;
	}
	
	.icon_social {
		float:left;
		width:34px;
		height:34px;
		background-repeat: no-repeat;
		margin:0 12px;
		cursor: pointer;
	}
	
	.icon_facebook {
		background:url('https://www.adagio.com/images6/sprites.png') -10px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -10px -410px;
	}
	
	.icon_twitter {
		background:url('https://www.adagio.com/images6/sprites.png') -40px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -40px -410px;
	}
	
	.icon_steepster {
		background:url('https://www.adagio.com/images6/sprites.png') -70px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -70px -410px;
	}
	
	.icon_instagram {
		background:url('https://www.adagio.com/images6/sprites.png') -100px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -100px -410px;
	}
	
	.icon_youtube {
		background:url('https://www.adagio.com/images6/sprites.png') -130px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -130px -410px;
	}
	
	.icon_pinterest {
		background:url('https://www.adagio.com/images6/sprites.png') -160px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -160px -410px;
	}
	
	.icon_tumblr {
		background:url('https://www.adagio.com/images6/sprites.png') -190px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -190px -410px;
	}
	
	
	
	.footer_icons {
		display: inline-block;
	}
	
	.footer_social_co {
		width: calc(100% - 100px);
		max-width:850px;
		padding:0 50px 30px;
		margin: 0 auto;
	}
	
	.footer_social_co .copyright {
		float:left;
		margin:5px 50px 0 0;
		font-size: 13px;
		color: #fff;
		opacity:0.8;
		text-decoration:none;
	}
	
	.footer_social_co .privacy {
		float:right;
		margin:5px 0 0 40px;
		font-size: 13px;
	}
	
	.footer_social_co .privacy a {
		font-size: 13px;
		color: #fff;
		opacity:0.8;
		text-decoration:none;
	}
	
	.footer_social_co .privacy a:hover {
		color: #a66920;
	}
	
	.icon_social_co {
		float:left;
		width:30px;
		height:30px;
		background-repeat: no-repeat;
		margin:0 20px;
		cursor: pointer;
	}
	
	.icon_facebook_co {
		background:url('https://www.adagio.com/images6/sprites.png') -255px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -255px -410px;
	}
	
	.icon_twitter_co {
		background:url('https://www.adagio.com/images6/sprites.png') -285px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -285px -410px;
	}
	
	.icon_steepster_co {
		background:url('https://www.adagio.com/images6/sprites.png') -315px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -315px -410px;
	}
	
	.icon_instagram_co {
		background:url('https://www.adagio.com/images6/sprites.png') -345px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -345px -410px;
	}
	
	.icon_youtube_co {
		background:url('https://www.adagio.com/images6/sprites.png') -375px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -375px -410px;
	}
	
	.icon_pinterest_co {
		background:url('https://www.adagio.com/images6/sprites.png') -405px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -405px -410px;
	}
	
	.icon_tumblr_co {
		background:url('https://www.adagio.com/images6/sprites.png') -435px -410px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/sprites.png') 1x, url('https://www.adagio.com/images6/sprites_retina.png') 2x);
		background-position: -435px -410px;
	}


	/* 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('/images6/sprites.png');
		background: -webkit-image-set(url('/images6/sprites.png') 1x, url('/images6/sprites_retina.png') 2x);
		background-position: -305px -675px;
		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('/images6/sprites.png') -408px -23px no-repeat;
		background: -webkit-image-set( url('/images6/sprites.png') 1x, url('/images6/sprites_retina.png') 2x);
		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:#a66920;color:#fff;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;
	}
	
	#chatWindowDialog > div:nth-child(2) {
		height:calc(100% - 110px);border-bottom:solid #d2d2d2 1px;overflow: scroll;
	}
	
	#chatWindowDialog > div:nth-child(3) > #chat_question {
		width:calc(100% - 85px);height:40px;font-size:11pt;box-shadow:none;border:none;resize: none;
	}
	
	#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:#9f992b;
		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: #f2f2f2;
		background-position: 5px 5px;
	}
	
	.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_DISABLED {
		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_DISABLED {
		float:left;
		text-align:left;
		width:calc(50% - 1px);
	}
	
	.checkoutHalf_DISABLED > div {
		padding:20px;
	}
	
	.checkout_line_h_DISABLED {
		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('https://www.adagio.com/images6/postcards.jpg') 0px 0px no-repeat;
		background: -webkit-image-set( url('https://www.adagio.com/images6/postcards.jpg') 1x, url('https://www.adagio.com/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;
	}
	





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


@media (max-width: 1279px) {

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

	.marginLeft {
		margin-left: 4%;
	}
	
	.marginRight {
		margin-right: 4%;
	}
	
	#heroImage {
		width: calc(100% - 380px);
		height: calc(65vw - 240px);
	}
	
	.dropdown {
		padding: 0 5px;
	}
	
	.dropdown-content a {
		width: calc(12.5% - 20px);
		padding: 170px 10px 0;
		background-size: 120px;
	}
	
	.dropdown-content a:hover {
		background-size: 130px;
	}
	
	.dropbtn {
		font-size: 1.35vw;
	}
	
	#blendPreview {
		height:350px;
		transform: scale(0.5);
	}
	
	.headerSpices {
		background: none;
	}
	
	.headerSpices > div:nth-child(1) {
		margin-right: 50px!important;
	}
	
	#satellites {
		padding: 10px 0 40px;
	}
	
	.footer_social_co .copyright {
		margin:5px 30px 0 0;
	}
	
	.footer_social_co .privacy {
		margin:5px 0 0 30px;
	}
	
	.fandomSets {
		transform: scale(0.65);
	}
	
	.bandBreak {
		height:10px;
	}
	
	
	.blendMedium > div {
		left:465px;
	}
	
	.blendSample > div {
		left:50px;
	}
	
	.blendTin {
		background:url('https://www.adagio.com/images6/packaging_bg.jpg') 410px 30px no-repeat #ffffff;
	}
	
	.cartShippingInfo > div {
		padding: 6px 0;
		font-size: 12px;
	}
	
	.cartShippingInfo > div > sup {
		font-size: 8px;
	}
	
}




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


@media (max-width: 1023px) {

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

	.dropdown {
		padding: 0 5px;
	}
	
	.dropbtn {
		font-size: 13px;
	}
	
	.dropdown-content a {
		background-size: 90px;
		width: calc(16.6% - 20px);
    	padding: 110px 10px 0;
	}
	
	.dropdown-content a:hover {
		background-size: 95px;
	}
	
	.dropdown-content a div {
		font-size: 60px;
		height: 110px;
	}
	
	
	#logo {
		width: 160px;
		min-width: 160px;
		background-size: cover;
	}
	
	
	.newsfeedPreview > div:nth-child(1) {
		margin: 2px 0;
	}
	
	.newsfeedPreview > div:nth-child(2) {
		display:none;
	}
	
	#searchDiv {
		
	}
	
	#searchDiv > input {
		width: 80px;
		font-size: 15px;
		margin-right:0;
	}
	
	
	.infoPage {
		min-width: 100px;
    	width: 100%;
	}
	
	.QAInput {
		float:none;
		width:100%;
	}

	.QAInput textarea {
		
	}
	
	.shareConnected {
		float:none;
		margin:5px 10px 0 0;
	}
	
	
	
	
	.productIndexParent{
		mix-blend-mode: unset;
	}
	
	
	
	.headerTopZ .helpIcon > div {
		display:none;
	}
	
	.headerTopZ .earnIcon > div {
		display:none;
	}
	
	.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;
	}
	
	.icon_social_co {
		margin:0 1.3vw;
	}
	
	#blendPreview {
		height:350px;
		transform: scale(0.45);
	}
	
	.fandomSets {
		transform: scale(0.4);
	}
	
	.blendMedium > div {
		left:165px;
	}
	
	.blendSample > div {
		left:-250px;
	}
	
	.blendTin {
		background:url('https://www.adagio.com/images6/packaging_bg.jpg') 110px 30px no-repeat #ffffff;
	}
	
	.profile {
		float:none;
		width:100%;
	}
	
	.teaChar > div {
		width:1px;
		height:1px;
		opacity:0;
	}
	
	.giftCardDiv {
		top: -150px;
	}
	

}


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


@media (max-width: 767px) {

	.show_768 {
		display:block;
	}
	
	.hide_768 {
		display:none;
	}
	
	#logo {
		margin-left: 10px;
		width: 280px;
		min-width: 280px;
		background-repeat: no-repeat;
		background-position: -50px 0px;
	}
	
	
	
	#searchDiv {
		flex: 10;
		text-align: right;
	}
	
	#searchDiv > input {
		width: 60px;
		font-size: 12px;
	}
	
	#searchBoxDiv {
		height:135px;
	}
	
	#searchResultsCopy > div {
		flex-basis: calc(33% - 6px);
	}
	
	
	
	.dropdown {
		display: none;
		order: 2;
		width: 100%;
		background-color: #fff;
		text-align: left;
		font-size: 4vw;
		z-index: 100;
		border-bottom: solid #000 1px;
	}
	
	.dropbtn {
		color: #000;
		font-size: 24px;
		text-align: left;
		padding-left: 12px;
	}
	
	.dropbtnWide {
		width: 100%;
	}
	
	.dropdown-content {
		display: none;
		background-image: none;
		background-color: #fff;
    	position: relative;
		top: 0;
		height: auto;
		padding-bottom:10px;
	}
	
	.dropdown-content > div {
		margin: 0 auto;
	}

	.dropdown-content a {
		background-position: top;
		background-size: 100px;
		width: calc(33% - 20px);
		height: 20px;
		padding: 100px 10px 0;
		font-size: 13px;
		max-width: 100px;
	}

	.dropdown-content a:hover {
		background-size: 104px;
	}
	
	.dropdown:hover .dropdown-content {display: none;}

	.dropdown:hover {background-color: #eee;}
	
	
	
	.newsfeedPreview:hover div {
		
	}
	
	.newsfeedPreview:hover a {
		
	}
	
	.newsfeedPreview > div:nth-child(2) {
		display:none;
	}
	.newsfeedPreview > div:nth-child(1) {
		display:block;
	}
	
	
	.chatUser {
    	font-size: 14px;
		line-height: 1.4em;
	}
	
	.chatUser img {
    	display: none;
	}
	
	.chatAdagio {
		background: none;
    	background-color: #f2f2f2;
		padding: 10px;
		font-size: 14px;
		line-height: 1.4em;
	}
	
	
	#mainNav > div {
    	flex-wrap: wrap;
	}

	
	
	
	#heroImage {
		width: 100%;
		height: 65vw;
	}
	
	.box {
		width:96%;
		margin-top:40px;
	}
		
	.cart {
		float:left;
		padding: 65vw 20px 0;
		width:calc(100% - 40px); /* 2/23/18 */
		max-width:500px; /* 2/23/18 */
	}
	
	.cart .pricesList {
		width:calc(100% - 30px); /* 2/23/18 */
	}
	
	.pricesListFlex {
		max-width: 500px;
	}
	
	.categoryLeft {
		width:90%;
	}
	
	.categoryContent {
		width: 100%;
	}
	
	.columnLeft {
		float:none;
		width:100%;
	}

	.columnRight {
		float:none;
		width:100%;
	}
	
	.categoryContent h4 {
		padding: 30px 10px;
		text-align:center;
	}
	
	.descriptionIndex {
		display:none;
	}
	
	.infoPageHalf {
		float:clear;
		width:100%;
	}
	
	.infoPageHalf .leftHalf {
		padding-right: 0;
		padding-bottom:30px;
	}
	
	.infoPageHalf .rightHalf {
		padding-left: 0;
	}
	
	.pyramid {
		float:none;
		padding:0;
	}
	
	.pyramid img {
		width: 288px;
		height: 189px;
	}
	
	.photo0 {
		float:none;
		margin:0 0 10px 10px;
	}
	
	.photo1 {
		float:none;
		margin:0 0 10px 10px;
	}
	
	.photoBlend {
		float:none;
		margin:0 0 10px 10px;
	}
	
	.moreOptions {
		display: inline-block;
		height: 30px;
	}
	
	.userCircle {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	
	.footerOptions {
		display: inline-block;
	}
	
	.footer_icons {
		display: none;
	}
	
	#footer .teaGuide {
		display:none;
	}		

	
	#shopping_summary #shopping_summary_left {
		float:none;
		width:100%;
	}
	
	#shopping_summary #shopping_summary_total {
		float:none;
		width:100%;
		padding-top:20px;
	}
	
	
	
	#mainNav {
		padding-right:0;
	}
	
	
	
	.cartSingle .pricesList {
		max-width:468px; /* 2/23/18 */
	}
	
	
	.description {
		padding-top:30px;
	}
	
	.description img {
		float:none;
		padding:0;
		display:block;
	}

	.reviewBlock .icon {
		width:40px;
		height:40px;
	}
	
	.reviewBlock .icon img {
		width:40px;
		height:40px;
	}
	
	.reviewBlock .copy {
		float:left;
		width: calc(100% - 50px);
		font-family: 'Open Sans', sans-serif;
		font-size:16px;
		font-weight:300;
		line-height: 25px;
		padding:10px 40px 10px 0;
	}
	
	.reviewBlock .date {
		display:none;
	}
	
	.reviewBlock .vote {
		display:none;
	}
	
	.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 {
		width: 100%;
	}
	
	
	.blendMedium > div {
		display:none;
	}
	
	.blendSample > div {
		display:none;
	}
	
	.blendTin {
		display:none;
	}
	
	.fandomSets {
		float: none;
    	transform: scale(0.5);
    	transform-origin: left;
	}
	
	.fandomSetPadding {
		padding-top:200px;
	}
	
	
	
	
	.passwordHints {
		float:none;
		width:100%;
		padding-bottom:20px;
	}
	
	/* JOIN OUR MAILING LIST */
	
	#joinMailingListDiv {
		margin:-200px 0 0 -155px;
	}

	#joinMailingListContent {
		width:300px;
	}
	
	
	#footer {
		width: calc(100% - 40px);
		padding:150px 0 25px;
	}
	
	#footer .ul {
		width:100%;
	}
	
	#footer .ul .li {
		display:none;
	}
	
	.footer_social {
		width:480px;
		text-align:center;
		padding:0 0 30px;
	}


	.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;
	}
	
	
	.gtss-l {
		display:none;
	}
		
}


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

@media (max-width: 479px) {

	.show_480 {
		display:block;
	}
	
	.hide_480 {
		display:none;
	}
	
	#logo {
		width: 110px;
		min-width: 110px;
	}
	
	
	
	
	.dropdown {
		display:none;
		width: 100%;
		background-color: #fff;
		text-align: left;
		font-size: 4vw;
		padding: 0;
		padding-top: 10px;
		position: relative;
    	z-index: 10;
    	border-bottom: solid #000 1px;
	}
	
	.dropbtnOFF {
		height: auto;
		color: #000;
		font-size: 24px;
		text-align: left;
		padding-left: 12px;
	}
	
	.dropdown-contentOFF {
		display: inline-block;
		background-image: none;
		background-color: #fff;
    	position: relative;
		top: 0;
		height: auto;
		padding-bottom:10px;
    	background-colorOFF: var(--secondarycolor);
    	display:none;
	}
	
	.dropdown-contentOFF > div {
		margin: 0 auto;
	}

	.dropdown-contentOFF a {
		background-position: 10px;
		background-size: contain;
		padding: 25px 10px 0 70px;
		width: calc(50% - 80px);
		height: 30px;
		text-align: left;
		background-blend-mode: multiply;
    	background-color: var(--secondarycolor);
	}

	.dropdown-contentOFF a:hover {
		background-size: contain;
	}
	
	.dropdownOFF:hover .dropdown-content {display: inline-block;}

	.dropdownOFF:hover {background-color: var(--secondarycolor);}
	
	
	
	
	
	.productIndexParent {
		width:90%;
		height:130px;
	}
	
	.productIndex {
		background-size: 110px 110px;
	}
	
	.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;
	}
	
	.productThirdParty > div {
		width: 100px;
		height: 110px;
		font-size: 50px;
	}
	
	.thumbnail div {
		position:absolute;
		width:90%;
		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;
	}
	
	.categorySection {
		padding:10px 20px;
	}
	
	.categoryViewMore {
		font-size: 14px;
	}
	
	
	
	.health_benefits {
		background:none;
		background-color:#eee;
	}
	
	.health_benefits > div {
		padding-left:0;
	}
	
	
	
	.searchResults {
		width:100%;
	}
	
	#searchDiv {
    	
	}

	#searchDiv > input {
		width: 90px;
		font-size: 16px;
	}
	
	#cartDivDiv {
		
	}
	
	
	
	
	.thumbnail_content_div {
		position:relative;
		top:-120px;
		left:120px;
		width:calc(100% - 125px);
	}
	
	.thumbnail_content_div .regular {
		height:auto;
	}
	
	.thumbnail_content_div .small1 {
		height:auto;
	}
	
	.thumbnail_content_div .small2 {
		height:auto;
	}
	
	.thumbnail_content_div .small3 {
		height:auto;
	}
	
	.thumbnail_content_div .stars {
		display:none;
	}
	
	
	.checkoutHeader {
		font-size:30px;
	}
	
	
	.bandName {
		font-size:14px;
		padding:5px 2px;
	}
	
	.bandCreator {
		font-size:12px;
		padding:5px 2px;
	}
	
	
	.fandomSets {
    	transform: scale(0.33);
	}
	
	
	.QAInput textarea {
		height:100px;
	}
	
	
	.msgDate {
		float:none;
	}
	
	.shareDiv {
		float:none;
		padding-left:10px;
	}
	
	
	
	#footer {
		background-color: var(--primarycolor);
		padding: 0 20px 20px;
		flex-direction: column;
		margin-top: 30px;
	}

	#footerSocial > div > div:nth-child(1) {
		width: 100%;
		font-size: 13px;
		padding: 10px 0 0;
	}
	
	#footerSocial > div > div:nth-child(3) {
		width: 100%;
		font-size: 13px;
		padding: 5px 0 0;
		text-align: left;
	}
	
	.footerCat {
		width: 100%;
	}
	
	.footerCat > div:nth-child(1) {
    	padding-bottom: 0;
		padding-top: 15px;
		color: #fff;
	}

	.footerCat > div:nth-child(2) {
		line-height: normal;
	}
	
	.footerCat > div:nth-child(2) > a {
		display: inline-block;
		padding-bottom: 0;
    	padding-right: 10px;
    	color:#fff;
	}
			
	.footer_social {
		width:280px;
		text-align:center;
		padding:0 0 60px;
	}
	
	.footer_social_co {
		width: calc(100% - 40px);
		padding: 0 20px 30px;
	}
	
	.footer_social_co .copyright {
		margin: 5px 0 0 0;
	}
	
	.footer_social_co .privacy {
		margin: 5px 0 0 0;
	}
	
	.icon_social {
		margin:0 3px;
	}
	
	#checkout_giftmessage {
		width:90%;
	}
	
	.checkout_giftcard {
		display:none;
	}
	
	.profileImage {
		float:left;
	}
	
	.profileCopy {
		float:none;
		width:auto;
	}
	
	.profileCopy > div {
		padding:0 0 20px 0;
	}
	
	.teaTimer {
		display: block;
	}
	
}



/* ############################################################ */
/* SMARTPHONE */
/* 330 PIXELS */

@media (max-width: 330px) {

	.cart {
		padding: 210px 5px 10px;
	}
	
	.cart .pricesList {
		width:270px;
	}
	
	.cart .itemBlock {
		width:270px;
	}
	
	.cart .itemBlockHeader {
		width:270px;
	}
	
	.cartSingleOFF {
		padding: 210px 5px 10px;
	}
	
	.cartSingle .pricesList {
		width:270px;
	}
	
	.cartSingle .itemBlock {
		width:270px;
	}
	
	#___ratingbadge_0 {
		display:none !important;
	}
	
}
