::-webkit-scrollbar
{ 
	display: none; 
}

@font-face {
		font-family: 'SympathiqueRegular';
		src: url('/static/font/sympathique.eot');
		src: url('/static/font/sympathique.eot') format('embedded-opentype'),
				url('/static/font/sympathique.woff2') format('woff2'),
				url('/static/font/sympathique.woff') format('woff'),
				url('/static/font/sympathique.ttf') format('truetype'),
				url('/static/font/sympathique.svg#SympathiqueRegular') format('svg');
}

@font-face {
	font-family: 'Didact Gothic';
	font-style: normal;
	font-weight: 400;
	src: local('Didact Gothic'), local('DidactGothic'), url(/static/font/DidactGothic.woff) format('woff');
}

*
{
	margin: 0px;
}

a
{
	color: #db2a38;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-color: #c9eef3;
	background-image: url(/static/bg-main.png);
	font-family: 'Didact Gothic', 'Century Gothic', sans-serif;
}

button
{
	background: none;
	border: 0px;
	cursor: pointer;
	font-family: 'Didact Gothic', 'Century Gothic', sans-serif;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input
{
	background-color: #FFF;
	border: 1px #999 solid;
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	outline: none;
	width: 100%;
}

input:hover
{
	border: 1px #000 solid;
}

input:focus
{
	background-color: #FFF;
	border: 1px #CC0000 solid;
}

input[type="checkbox"],
input[type="radio"]
{
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	width: auto;
}

input[type="submit"]
{
	background-color: #990000;
	border: none;
	border-radius: 20px;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 20px;
}

input[type="submit"]:hover
{
	background-color: #CC0000;
}

label
{
	padding-top: 5px;
}

ul
{
	padding: 0px;
}

.bold
{
	font-weight: bold;
}

.cart
{
	opacity: .75;
}

.cart:hover
{
	opacity: 1;
}

.icon
{
	background-repeat: no-repeat;
	background-size: 24px 24px;
	color: transparent;
	display: inline-block;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.icon.facebook
{
	background-image: url(/static/social/facebook.png);
}

.icon.instagram
{
	background-image: url(/static/social/instagram.png);
}

.icon.twitter
{
	background-image: url(/static/social/twitter.png);
}

@media only screen and (max-width: 800px) {
	.scrollbar
	{
		display: none;
	}
	
	#welcome
	{
		cursor: default;
		display: block;
		margin: 20px 0px 0px 0px;
		position: static;
		text-align: center;
		width: 100%;
	}
	
	#welcome.hidden
	{
		display: none;
	}
}
#alert
{
}

#alert button
{
	border-radius: 20px;
	font-size: 24px;
	padding: 10px;
	width: 100px;
}

#alert button.primary
{
	background-color: #990000;
	color: #FFF;
}

#alert button.primary:hover
{
	background-color: #CC0000;
}

#alert .buttons
{
	text-align: center;
}

#alert .content
{
	padding-bottom: 20px;
	text-align: center;
}

#alert .overlay
{
	background-color: #000;
	height: 100%;
	left: 0px;
	opacity: .25;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99999999;
}

#alert .popup
{
	background-color: #FFF;
	border-radius: 20px;
	padding: 20px;
	position: fixed;
	z-index: 99999999;
}

#alert .title
{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}
#bg
{
  overflow: scroll;
  position: fixed;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

#bg img
{
  display: none;
}

#bg nav a
{
  /*
  background-color: red;
  opacity: .5;
  */
  position: absolute;
}

#bg nav a.about
{
  height: 19%;
  left: 12%;
  top: 20%;
  width: 14%;
}

#bg nav a.buy
{
  height: 35%;
  left: 70%;
  top: 60%;
  width: 27%;
}

#bg nav a.connect
{
  height: 27%;
  left: 55%;
  top: 25%;
  width: 45%;
}

#bg nav a.faq
{
  height: 20%;
  left: 1%;
  top: 72%;
  width: 20%;
}

#bg nav a.links
{
  height: 16%;
  left: 30%;
  top: 80%;
  width: 20%;
}

#bg nav a.products
{
  height: 25%;
  left: 7%;
  top: 42%;
  width: 20%;
}

#bg nav a.shop
{
  height: 25%;
  left: 27%;
  top: 20%;
  width: 20%;
}

#bg video
{
  background-color: #cbeef4;
  height: 98%;
  min-height: 320px;
  opacity: 0;
  min-width: 480px;
  width: 100%;
}

#bg.mobile {
  min-width: 480px;
  position: relative;
  width: 100%;
}

#bg.mobile img {
  display: block;
}

#bg.mobile video {
  display: none;
}

#bg-content {
  position: absolute;
}

@media only screen and (max-width: 800px) {
  #bg {
    position: absolute;
  }
  
  #bg.open {
    display: none;
  }
  
  #bg img {
    display: block;
  }
  
  #bg video {
    display: none;
  }
}
#cart
{
	background-color: #FFF;
	border-bottom-left-radius: 20px;
	border-top: none;
	box-shadow: 0px 0px 10px #96bbc0;
	display: none;
	overflow: auto;
	padding: 10px;
	position: fixed;
	right: 0px;
	top: 58px;
	width: 250px;
	z-index: 99999;
}

#cart button[name="checkout"]
{
	background-color: #990000;
	border-radius: 20px;
	color: #FFF;
	padding: 10px;
	width: 200px;
}

#cart button[name="checkout"]:hover
{
	background-color: #CC0000;
}

#cart button[name="clearCart"]
{
	color: #999;
}

#cart button[name="clearCart"]:hover
{
	color: #000;
}

#cart h2
{
	padding-bottom: 20px;
}

#cart input
{
	text-align: center;
}

#cart tfoot
{
	font-weight: bold;
}

#cart tfoot th
{
	border-top: 1px #EEE solid;
}

#cart thead th
{
	color: #999;
	font-weight: normal;
}

@media only screen and (max-width: 800px) {
	#cart
	{
		border-radius: 0px;
		box-sizing: border-box;
		height: 100%;
		position: absolute;
		width: 100%;
	}
	
	#cart-checkout
	{
		display: block;
	}
}
footer {
  color: #999;
  bottom: 10px;
  font-size: 10px;
  position: fixed;
  right: 10px;
  text-align: right;
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 800px) {
  footer {
    background-color: #FFF;
    display: none;
    font-size: 12px;
    left: 0px;
    padding: 10px 0px;
    position: static;
    text-align: center;
  }
  
  footer.open {
    display: block;
  }
}
header
{
	background-color: #efdfc7;
	background-image: url(/static/border.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 10px 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999999;
}

header h1
{
	background-image: url(/static/banner2.png);
	background-repeat: no-repeat;
	background-size: 125px auto;
	float: left;
	height: 160px;
	margin-left: 100px;
	position: absolute;
	text-align: center;
	top: -5px;
	width: 125px;
}

header h1 .icon
{
	clear: both;
	margin: 0px 5px;
}

header h1 .logo
{
	color: transparent;
	display: block;
	height: 58px;
	overflow: hidden;
	width: 125px;
}

header nav
{
	float: left;
	padding-left: 240px;
	padding-top: 5px;
}

header nav li
{
	cursor: pointer;
	display: inline-block;
}

header nav li:hover,
header nav li.hover,
header nav li.selected
{
	background-image: url(/static/pointer.png);
	background-position: left center;
	background-repeat: no-repeat;
}

header nav li:hover a,
header nav li.hover a,
header nav li.selected a
{
	color: #db2a38;
	text-decoration: none;
}

header nav li a
{
	background-repeat: no-repeat;
	background-size: auto 25px;
	color: #000;
	display: block;
	float: left;
	font-family: SympathiqueRegular;
	font-size: 28px;
	padding-left: 45px;
	padding-right: 10px;
}

header .menu
{
	background-image: url(/static/menu.svg);
	background-repeat: no-repeat;
	color: transparent;
	display: none;
	float: right;
	height: 32px;
	margin-right: 10px;
	overflow: hidden;
	width: 32px;
}

/*
header nav li a.about
{
	background-image: url(/static/menu/about.svg);
	background-size: 47.142px 25px;
	width: 47.142px;
}

header nav li a.buy
{
	background-image: url(/static/menu/buy.svg);
	background-size: 91.729px 25px;
	width: 91.729px;
}

header nav li a.faq
{
	background-image: url(/static/menu/faq.svg);
	width: 47px;
}

header nav li a.links
{
	background-image: url(/static/menu/links.svg);
	width: 50px;
}

header nav li a.press
{
	background-image: url(/static/menu/press.svg);
	width: 41px;
}

header nav li a.products
{
	background-image: url(/static/menu/products.svg);
	width: 50px;
}

header nav li a.news
{
	background-image: url(/static/menu/news.svg);
	width: 40px;
}

header nav li a.shop
{
	background-image: url(/static/menu/shop.svg);
	width: 56px;
}
*/

#cart-count
{
	float: right;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
}

#header-cart
{
	color: #000;
	float: right;
	font-size: 12px;
	margin-right: 100px;
}

@media only screen and (max-width: 1260px) {
	header nav
	{
		padding-left: 230px;
		padding-top: 1px;
	}
	
	header nav li
	{
		margin-right: 5px;
		padding-left: 5px;
		padding-top: 5px;
	}
	
	header nav li a
	{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1198px) {
	header nav
	{
		padding-top: 1px;
	}
	
	header nav li
	{
		padding: 0px;
		padding-top: 5px;
	}
	
	header nav li:hover,
	header nav li.hover,
	header nav li.selected
	{
		background: none;
	}
	
	header nav li a
	{
		font-size: 20px;
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 929px) {
	header
	{
		text-align: center;
	}
	
	header.open #header-cart
	{
		float: none;
		margin: 0px;
	}
	
	header h1
	{
		background-image: url(/static/logo.jpg);
		background-repeat: no-repeat;
		background-size: 100px auto;
		display: block;
		float: left;
		height: 38px;
		margin-left: 10px;
		position: static;
		width: 90px;
	}
	
	header h1 .logo
	{
		height: auto;
		width: auto;
	}
	
	header nav li a
	{
		font-size: 16px;
		padding: 0px 5px;
	}
	
	header h1 .icon
	{
		display: none;
	}
	
	header nav
	{
		clear: both;
		float: none;
		padding: 0px;
		position: absolute;
		text-align: center;
		top: -500px;
	}
	
	header.open
	{
		position: absolute;
	}
	
	header.open nav
	{
		position: static;
	}
	
	header nav li
	{
		display: block;
		margin: 0px;
	}
	
	header nav li a
	{
		float: none;
		font-size: 28px;
		padding: 10px;
	}
	
	header .menu
	{
		background-position: right center;
		color: #000;
		display: block;
		text-align: left;
		width: 65px;
	}
	
	#cart-count
	{
		float: left;
		font-size: 11px;
		padding-right: 5px;
	}
	
	#header-cart
	{
		margin-right: 10px;
	}
}#map
{
	background-color: #FFF;
}
.scrollbar
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.scrollbar .bar
{
	background-image: url(/static/scrollbar2.png);
	background-repeat: repeat-y;
	display: block;
	height: 325px;
	width: 17px;
}

.scrollbar .down
{
	background-image: url(/static/down.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 17px;
}

.scrollbar .scrubber
{
	background-color: #633127;
	height: 15px;
	left: 5px;
	margin-top: 35px;
	position: absolute;
	top: 0px;
	width: 7px;
}

.scrollbar .up
{
	background-image: url(/static/up.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 17px;
}

.scrollbar.disabled .down,
.scrollbar.disabled .scrubber,
.scrollbar.disabled .up
{
	display: none;
}

.scrollbar.disabled .bar
{
	padding: 32px 0px;
}

#sections
{
  background-color: #FFF;
  background-image: url(/static/bg.png);	
  border: 2px #603925 solid;
  display: none;
  height: 470px;
  left: 50%;
  margin-left: -410px;
  margin-top: -215px;
  opacity: .95;
  padding: 5px;
  position: fixed;
  top: 50%;
  width: 810px;
  z-index: 2;
}

#sections section
{
  position: relative;
}

#sections section .left
{
  /*
  background-image: url(/static/vertical-border.png);
  background-position: top right;
  background-repeat: repeat-y;
  */
  float: left;
  height: 395px;
  margin-top: 40px;
  padding: 20px 20px 0px 20px;
  position: relative;
  width: 300px;
}

#sections section .right
{
  float: right;
  margin-right: 50px;
  margin-top: 50px;
  width: 380px;
}

#sections section .right a
{
  margin: 0px !important;
}

#sections section h2
{
  background-image: url(/static/border.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #db2a38;
  font-family: SympathiqueRegular;
  font-size: 46px;
  font-weight: bolder;
  padding: 0px 20px 20px 20px;
  text-transform: uppercase;
}

#sections section h2 a
{
  color: #CC0000;
}

#sections section h2 span
{
  font-size: 14px;
  vertical-align: top;
}

#sections section h3
{
  color: #a66a30;
  font-size: 18px;
  font-weight: normal;
  left: 5px;
  letter-spacing: 1px;
  padding-bottom: 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -40px;
  width: 810px;
}

#sections section h4
{
  font-size: 20px;
  padding: 20px 20px 10px 20px;
}

#sections section nav a
{
  border-bottom: 1px #EEE solid;
  color: #db2a38;
  display: block;
  font-size: 18px;
  padding: 20px 10px;
}

#sections section nav a:hover
{
  color: #CC0000;
  text-decoration: none;
}

#sections section p
{
  font-size: 14px;
  padding: 0px 20px 20px 20px;
}

#sections .curl
{
  background-repeat: no-repeat;
  height: 23px;
  position: absolute;
  width: 21px;
}

#sections .curl.bottom-left
{
  background-image: url(/static/bottom-left.png);
  left: -21px;
  top: 479px;
}

#sections .curl.bottom-right
{
  background-image: url(/static/bottom-right.png);
  left: 820px;
  top: 479px;
}

#sections .curl.top-left
{
  background-image: url(/static/top-left.png);
  left: -21px;
  top: -22px;
}

#sections .curl.top-right
{
  background-image: url(/static/top-right.png);
  left: 820px;
  top: -22px;
}

#about-section h3
{
  letter-spacing: 2px;
}

#buy-section h3
{
  letter-spacing: 3px;
}

#faq-section h3
{
  letter-spacing: 2px;
}

#links-section h3
{
  letter-spacing: 2px;
}

#press-section h3
{
  letter-spacing: 2px;
}

#products-section h3
{
  letter-spacing: 4px;
}

#news-section h3
{
  letter-spacing: 2px;
}

@media only screen and (max-height: 600px) {
  #sections
  {
    margin-top: 0px;
    position: absolute;
    top: 87px;
  }
}

@media only screen and (max-width: 800px) {
  #sections
  {
    background: none;
    background-color: #FFF;
    border: none;
    height: 100%;
    margin: 58px 0px 0px 0px;
    padding: 0px;
    position: static;
    left: 0px;
    top: 58px;
    width: 100%;
  }
  
  #sections .curl
  {
    display: none;
  }

  #sections section
  {
    background-color: #FFF;
  }
  
  #sections section li
  {
    padding: 0px;
  }
  
  #sections section li a
  {
    padding: 20px;
  }
  
  #sections section li .bold
  {
    background-color: #FFF;
    border-bottom: 1px #CCC solid;
  }
  
  #sections section li .header
  {
    background-color: #EEE;
    display: block;
  }
  
  #sections section .left
  {
    float: none;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: auto !important;
  }

  #sections section .right
  {
    float: none;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: auto !important;
  }

  #sections section .left
  {
    background: none;
  }
  
  #sections section .left h2
  {
    padding: 20px;
    text-align: center;
  }
  
  #sections section .left h3
  {
    display: none;
  }
}
#about-left-content
{
	height: 310px;
	overflow: auto;
}

#about-right img
{
	border: 1px #CCC solid;
	height: 400px;
	width: 400px;
}

@media only screen and (max-width: 800px) {
	#about-left-content
	{
		height: auto;
	}
	
	#about-right
	{
		padding: 10px;
		text-align: center;
	}
	
	#about-right img
	{
		border: none;
		height: auto;
		max-width: 100%;
	}
}
#buy-right
{
	height: 400px;
	margin-right: 32px;
	width: 400px !important;
}

#buy-section form
{
	padding: 0px 15px;
}

#buy-section h5 span
{
	font-size: 10px;
}

#buy-section input
{
	font-size: 17px;
	padding: 5px;
	width: 100%;
}

#buy-section tbody
{
	height: 50px;
	overflow: auto;
}

#buy-section section .right
{
	margin-right: 32px;
	width: 410px;
}

#buy-section .loader
{
	display: none;
}

#buy-section .loader.loading
{
	display: block;
}

#buy-section .result
{
	color: #990000;
	clear: both;
	display: block;
	font-size: 12px;
	padding: 5px 0px;
	text-align: left;
	width: 100%;
}

#buy-section .result:hover
{
	color: #CC0000;
	text-decoration: none;
}

#buy-section .result img
{
	float: left;
	margin: 10px;
}

#buy-section .result span
{
	display: block;
}

#buy-section .result .distance
{
	color: #999;
	float: right;
	font-size: 14px;
	padding: 15px 0px;
}

#buy-section #no-results
{
	display: none;
	font-size: 16px;
	padding: 40px 0px;
	text-align: center;
}

#buy-section #results
{
	font-size: 12px;
	height: 200px;
	overflow: auto;
	margin-top: 15px;
}

#buy-section #results .details
{
	float: left;
	width: 180px;
}

#buy-section #results .details b,
#buy-section #results .details span
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

#map
{
	border: 1px #CCC solid;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}


@media only screen and (max-width: 800px) {
	#buy-section .loader
	{
		right: 20px;
	}
	
	#buy-section #results
	{
		height: auto;
		padding: 0px 20px;
	}
	
	#buy-section #results button
	{
		border-bottom: 1px #CCC solid;
	}
	
	#buy-section #results button:last-child
	{
		border: none;
	}
	
	#buy-section #results img
	{
		display: none;
	}
}
#checkout-left table
{
	width: 100%;
}

#checkout-left .scrollbar
{
	right: -10px;
	top: 10px;
}

#checkout-left-content
{
	height: 300px;
	overflow: auto;
	padding-top: 10px;
}

#checkout-right .scrollbar
{
	right: 10px;
	top: 50px;
}

#checkout-right button:hover
{
	color: #CC0000;
}

#checkout-right button[name="calculateShipping"] img
{
	margin-right: 10px;
	vertical-align: middle;
}

#checkout-right-content
{
	height: 400px;
	overflow: auto;
}

#checkout-section form button
{
	font-size: 14px;
	padding: 10px 0px;
	text-align: left;
	width: 100%;
}

#checkout-section h5
{
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#checkout-section label
{
	display: block;
}

#checkout-section ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#checkout-section ul li
{
	margin: 0px;
}

#checkout-section ul li button
{
	padding: 10px;
	text-align: left;
	width: 100%;
}

#checkout-section ul li button:hover
{
	background-color: #CCC;
	border-radius: 20px;
}

#checkout-shipping-address
{
	display: none;
}

#checkout-shipping-method
{
	display: none;
}

#checkout-shipping-method-calculator
{
	display: none;
}

#checkout-shipping-method-loader
{
	display: none;
}

#checkout-shipping-method-loader img
{
	margin-right: 10px;
	vertical-align: middle;
}

#checkout-shipping-method-notice
{
	background-color: #FFFFCC;
	border: 1px #999966 dashed;
	border-radius: 20px;
	color: #999966;
	padding: 10px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	#checkout-left-content
	{
		height: auto;
		padding: 20px;
	}
	
	#checkout-right-content
	{
		height: auto;
		padding: 0px 20px;
	}
	
	#checkout-section h5
	{
		padding-top: 0px;
	}
}
#connect-feed
{
	height: 400px;
	overflow: auto;
}

#connect-right img
{
	height: 100%;
	max-width: 100%;
}

#connect-right .scrollbar
{
	right: 10px;
	top: 50px;
}

@media only screen and (max-width: 800px) {
	#connect-feed
	{
		height: auto;
		padding: 20px;
	}
}
#faq-list
{
	height: 320px;
	list-style-type: none;
	margin-top: 70px;
	overflow: auto;
}

#faq-list li
{
	border-bottom: 1px #CCC dotted;
	padding: 5px;
}

#faq-list .answer
{
	display: none;
	margin-left: -20px;
	padding-bottom: 0px;
	padding-top: 10px;
}

#faq-right .scrollbar
{
	right: 10px;
	top: 50px;
}

#faq-spoon
{
	position: absolute;
	right: 70px;
	top: 50px;
}

@media only screen and (max-width: 800px) {
	#faq-left
	{
		text-align: center;
	}
	
	#faq-list
	{
		height: auto;
		margin: 0px;
	}
	
	#faq-list li
	{
		padding: 20px;
	}
	
	#faq-list li .answer
	{
		margin: 0px;
		padding: 0px 10px 10px 10px;
	}
	
	#faq-list li .question
	{
		color: #db2a38 !important;
		display: block;
		font-size: 16px !important;
		padding: 10px;
		text-align: left;
		width: 100%;
	}
	
	#faq-list li .question:hover
	{
		color: #CC0000;
	}
	
	#faq-spoon
	{
		display: none;
	}
}
#links-right
{
	position: absolute;
	right: -50px;
	top: 25px;
}

#links-section ul
{
	font-size: 24px;
	padding-left: 40px;
	padding-top: 20px;
}

@media only screen and (max-width: 800px) {
	#links-right
	{
		overflow: hidden;
		position: static;
		text-align: center;
		width: 100%:
	}
}
#product-about
{
	padding-top: 20px;
}

#product-image
{
	float: left;
	height: 250px;
	width: 250px;
}

#product-ingredients
{
	display: none;
	font-size: 14px;
	padding-top: 50px;
}

#product-list
{
	height: 300px;
	margin-top: 20px;
	overflow: auto;
}

#product-list a
{
	color: #000;
}

#product-list a:hover
{
	color: #CC0000;
	text-decoration: none;
}

#product-list a.selected
{
	color: #CC0000;
	font-weight: bold;
	letter-spacing: -.75px;
}

#product-list a.selected:hover
{
	color: #990000;
}

#product-nutrition-facts
{
	display: none;
}

#product-nutrition-facts table
{
	font-size: 14px;
	margin: 0px auto;
	text-align: left;
	width: 200px;
}

#product-nutrition-facts table .indent
{
	padding-left: 20px;
}

#product-nutrition-facts td
{
	border-bottom: 1px #000 solid;
}

#product-nutrition-facts thead th
{
	border-bottom: 3px #000 solid;
}

#product-nutrition-facts tfoot tr:first-child td
{
	border-top: 3px #000 solid;
}

#product-request-form
{
	position: absolute;
	right: -20px;
	top: -17px;
}

#product-right
{
	text-align: center;
	width: 410px;
}

#product-right a
{
	border-bottom: none !important;
	display: inline-block !important;
}

#product-right h5
{
	font-size: 27px;
	padding: 0px 0px 20px 0px;
}

#product-right nav
{
	position: absolute;
	text-align: center;
	top: 390px;
	width: 410px;
}

#product-right nav a
{
	color: #000;
	display: inline-block;
	padding: 20px 20px;
}

#product-right nav a:hover
{
	color: #CC0000;
	text-decoration: none;
}

#product-right nav a.selected
{
	color: #CC0000;
	font-weight: bold;
}

#product-section ul
{
	font-size: 12px;
	list-style-type: none;
}

#product-section ul li
{
	float: left;
	height: 150px;
	text-align: center;
	width: 100px;
}

#product-section .right .scrollbar
{
	height: 400px;
	right: 10px;
	overflow: auto;
	top: 50px;
}

#product-tagline
{
	color: #70443d;
	font-size: 18px;
	right: 40px;
	position: absolute;
	top: 200px;
	width: 150px;
}

@media only screen and (max-width: 800px) {
	#product-list,
	#product-request-form,
	#product-section nav
	{
		display: none;
	}
	
	#product-section
	{
		overflow: hidden;
		width: 100%;
	}
	
	#product-about,
	#product-ingredients,
	#product-nutrition-facts
	{
		clear: both;
		display: block;
	}
	
	#product-image
	{
		float: none;
	}
	
	#product-ingredients
	{
		padding: 20px;
	}
	
	#product-tagline
	{
		position: static;
		width: 100%;
	}
}
#products-section a
{
	color: #000;
}

#products-section a:hover
{
	color: #CC0000;
	text-decoration: none;
}

#products-baking-mixes
{
	float: left;
	left: 10px;
	position: absolute;
	top: 150px;
}

#products-baking-mixes a
{
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
	padding: 30px 0px 0px 0px;
	vertical-align: top;
	width: 140px;
}

#products-baking-mixes a .image
{
	display: block;
}

#products-baking-mixes a .image img
{
	display: block;
	height: 170px;
	margin-left: -15px;
	width: 170px;
}

#products-baking-mixes a .name
{
	display: block;
	font-size: 13px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	width: 140px;
}

#products-baking-mixes .title
{
	padding-left: 10px;
}

#products-cookie-dough
{
	position: absolute;
	right: 10px;
	text-align: right;
	top: 55px;
	width: 500px;
}

#products-cookie-dough a
{
	display: inline-block;
	margin-left: 10px;
	margin-top: -10px;
	vertical-align: top;
}

#products-cookie-dough a .image
{
	display: block;
}

#products-cookie-dough a .image img
{
	height: 150px;
	width: 150px;
}

#products-cookie-dough a .name
{
	display: block;
	font-size: 13px;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	width: 150px;
}

#products-cookie-dough .title
{
	padding-right: 20px;
	padding-top: 10px;
}

@media only screen and (max-width: 800px) {
	#products-baking-mixes
	{
		display: table;
		padding: 0px;
		position: static;
		text-align: left;
		width: 100%;
	}
	
	#products-baking-mixes a
	{
		display: table-row;
	}
	
	#products-baking-mixes a .image,
	#products-baking-mixes a .name
	{
		border-bottom: 1px #CCC dotted;
		display: table-cell;
		font-size: 20px;
		height: auto;
		padding: 20px;
		vertical-align: middle;
		width: auto;
	}
	
	#products-baking-mixes a .image
	{
		width: 120px;
	}
	
	#products-baking-mixes a .image img
	{
		margin: 0px;
		height: 120px;
		width: 120px;
	}
	
	#products-baking-mixes a .name
	{
		text-align: left;
	}
	
	#products-cookie-dough
	{
		display: table;
		padding: 0px;
		position: static;
		text-align: left;
		width: 100%;
	}
	
	#products-cookie-dough a
	{
		display: table-row;
	}
	
	#products-cookie-dough a .image,
	#products-cookie-dough a .name
	{
		border-bottom: 1px #CCC dotted;
		display: table-cell;
		font-size: 20px;
		height: auto;
		padding: 20px;
		vertical-align: middle;
		width: auto;
	}
	
	#products-cookie-dough a .image
	{
		width: 120px;
	}
	
	#products-cookie-dough a .name
	{
		text-align: left;
	}
	
	#products-section .title
	{
		display: none;
	}
	
	#products-left
	{
		float: left;
	}
	
	#products-right
	{
		float: left;
	}
	
	#products-section
	{
		overflow: hidden;
		width: 100%;
	}
	
	#products-section br
	{
		content: ' ';
	}
	
	#products-section br:after
	{
		content: ' ';
	}
}
#shop-add
{
	color: #CC0000;
}

#shop-add:hover
{
	color: #990000;
}

#shop-details
{
	display: none;
}

#shop-items a
{
	padding: 10px 0px;
}

#shop-left
{
	width: 170px !important;
}

#shop-left .scrollbar
{
	top: 5px;
}

#shop-left .scrollbar .bar
{
	height: 340px;
}

#shop-left-content
{
	height: 380px;
	overflow: auto;
}

#shop-options
{
	padding-top: 5px;
}

#shop-options button
{
	border: 1px #999 solid;
	display: inline-block;
	margin: 2px;
	padding: 5px;
	width: 25px;
}

#shop-options button:hover
{
	border: 1px #000 solid;
}

#shop-options button.selected
{
	background-color: #CC0000;
	border: 1px #990000 solid;
	color: #FFF;
}

#shop-options button.selected:hover
{
	background-color: #990000;
}

#shop-qty
{
	text-align: center;
	width: 78px;
}

#shop-right
{
	float: left;
	height: 390px;
	margin-right: 0px;
	margin-top: 60px;
	overflow: auto;
	padding-left: 20px;
	width: 520px !important;
}

#shop-right a
{
	color: #000;
}

#shop-right .scrollbar
{
	right: 10px;
	top: 50px;
}

#shop-right-desc
{
	clear: both;
	font-size: 18px;
	padding-top: 10px;
}

#shop-right-details
{
	margin: 0px auto;
	width: 480px;
}

#shop-right-image
{
	float: left;
	margin-right: 20px;
	width: 300px;
}

#shop-right-price
{
	float: left;
	margin-top: 40px;
	width: 150px;
}

#shop-right-title
{
	font-size: 36px;
	padding-bottom: 10px;
}

#shop-section a:hover
{
	color: #990000;
	text-decoration: none;
}

#shop-section h3
{
	letter-spacing: 1px;
}

#shop-right h5
{
	font-size: 20px;
	padding-bottom: 10px;
}

#shop-right h6
{
	font-size: 14px;
	padding-bottom: 10px;
}

#shop-section ul
{
	padding-left: 20px;
	padding-top: 10px;
}

#shop-section .selected
{
	color: #000;
}

@media only screen and (max-width: 800px) {
	#shop-details .title
	{
		
	}
	
	#shop-left
	{
		float: left;
		width: 320px;
	}
	
	#shop-right
	{
		display: none;
		float: left;
		width: 320px;
	}
	
	#shop-left-content
	{
		height: auto;
	}
	
	#shop-left-content a
	{
		display: block;
		font-size: 20px;
		padding: 20px;
	}
	
	#shop-left-content a b
	{
		display: block;
	}
	
	#shop-recommended
	{
		display: none;
	}
	
	#shop-right-details
	{
		width: auto;
	}
	
	#shop-right-image,
	#shop-right-price
	{
		float: none;
		width: auto;
	}
	
	#shop-section
	{
		overflow: hidden;
		width: 100%;
	}
	
	#shop-section ul
	{
		list-style-type: none;
		padding: 0px;
	}
	
	#shop-section li
	{
		border-bottom: 1px #CCC dotted;
		padding: 20px;
	}
	
	#shop-section.item .left
	{
		display: none;
	}
	
	#shop-section.item .right
	{
		display: block;
	}
}
#sound
{
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  position: fixed;
  left: 145px;
  top: 115px;
  width: 30px;
  z-index: 999999;
}

#sound.muted
{
  background-image: url(/static/icon/muted.svg);
}

#sound.unmuted
{
  background-image: url(/static/icon/unmuted.svg);
}

@media only screen and (max-width: 929px) {
  #sound
  {
    display: none;
  }
}
#thanks-section video
{
	border: 1px #CCC solid;
}
#welcome
{
  display: none;
  left: 50%;
  margin-left: -228px;
  margin-top: -268px;
  padding-top: 58px;
  position: fixed;
  text-align: center;
  top: 50%;
  z-index: 100;
}

#welcome img:first-of-type
{
  position: absolute;
  left: 74px;
  top: 247px;
  width: 300px;
}

#welcome img:last-of-type
{
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  #welcome
  {
    left: 0px;
    margin-left: 0px;
    position: absolute;
    width: 100%;
  }
}