/* Animate On Click START */
a {
	position: relative;
	overflow: hidden;
}

a:after,.clickRipple:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(220, 220, 220,.5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
	pointer-events: none;
}

a:before{
	display:block;
	content:" ";
	position:absolute;
	z-index:0;
	background:rgb(20,20,20,.2);
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	transition: all 0.3s;
	pointer-events: none;
}

a:focus:not(:active):after {
	animation: ripple 1s ease-out;
}
/* Animate On Click END */

/* Mobile Icon START */
#hamburger-icon {
	width: 23px;
	height: 16px;
	position: relative;
	display: block;
	margin: 10px;
	overflow: visible;
}
#hamburger-icon .line {
	display: block;
	background: rgba(255,255,255,0.7);
	width: 23px;
	height: 3px;
	position: absolute;
	left: 0;
	border-radius: 1.5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
	top: 0;
}
#hamburger-icon .line.line-2 {
	top: 50%;
}
#hamburger-icon .line.line-3 {
	top: 100%;
}
#hamburger-icon.active .line-1 {
	transform: translateY(8px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
	opacity: 0;
}
#hamburger-icon.active .line-3 {
	transform: translateY(-8px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
}
/* Mobile Icon END */

body {
	font-family: "Roboto", "Segoe UI", Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	color: #474747;
	background-color: #f3efe3;
}
.mw100 {
}
a:hover {
	color: #b5b5b5;
	text-decoration: none;
}
.letterSpacing2 {
	letter-spacing: 2px;
}
input[type="text"],input[type="password"],select,textarea {
	color: #000;
}
input[type="button"],input[type="submit"],button,.buttonStyle {
	display: inline-block;
	background-color: #000;
	color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 1.1rem;
	text-transform: uppercase;
	text-align: center;
	min-width: 120px;
}
.bb {
	border-bottom: 5px solid #474747;
	padding-bottom: 5px;
}
.opacity0 {
	opacity: 0;
}
.colorWhite {
	color: #fff;
}
.colorBlack {
	color: #000;
}
.linearGradientBg {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.goldBg {
	background-color: #d1cbba;
}
.whiteBg {
	background-color: #fff;
}
.blackBg {
	background-color: #000;
}
.greyBg {
	background-color: #f7f7f7;
}
.greyBorder {
	border-top: 1px solid #eee;
}
.greyBorderFull {
	border: 1px solid #eee;
	padding: 7px;
	padding-top: 5px;
}
.cartOptions select {
	font-size: 1.3rem;
	background-color: #fff;
	border: 1px solid #eee;
	width: 100%;
}
.lineHeightMore {
	line-height: 25px;
}
.lineHeight14 {
	line-height: 20px;
}
.fontsize60 {
	font-size: 6.0rem;
}
.fontsize45 {
	font-size: 4.5rem;
}
.fontsize36 {
	font-size: 3.6rem;
}
.fontsize24 {
	font-size: 2.4rem;
}
.fontsize20 {
	font-size: 2.0rem;
}
.fontsize16 {
	font-size: 1.6rem;
}
.fontsize14 {
	font-size: 1.4rem;
}
.fontsize12 {
	font-size: 1.2rem;
}
.fontsize11 {
	font-size: 1.1rem;
}
.prdContainerBox {
	background-color: #fff;
	padding: 10px;
}
.rootBox {
	display: block;
	position: relative;
}
.rootBox > .insideBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	font-size: 2.0rem;
	padding: 10px;
}
.padLR20 {
	padding-left: 20px;
	padding-right: 20px;
}
.marginLR20 {
	margin-left: 20px;
	margin-right: 20px;
}
.displayNone {
	display: none;
}
.eachPrdName {
	line-height: 20px;
	margin-bottom: 4px;
}
.uppercase {
	text-transform: uppercase;
}
.eachLeftMenu a {
	display: block;
}
.eachLeftMenu input[type="checkbox"] {
	margin-right: 5px;
}
.eachLeftMenu > a:first-child {
	margin-bottom: 10px;
}
.eachLeftMenu > div > a {
	border-left: 1px solid #c8c1a6;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.eachLeftMenu > div > a:hover {
	border-left: 1px solid #a3881e;
	color: #000;
}
.footerMenu {
	font-weight: bold;
	font-size: 1.2rem;
	padding-top: 10px;
	padding-bottom: 5px;
}
.footerMenu a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.footerSubmenu a {
	display: block;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 2px;
}
.footerSubmenu a:hover {
	padding-left: 10px;
}
.priceCoret {
	text-decoration: line-through;
}
.priceSale {
	color: #900;
	font-weight: bold;
}
.prdListBg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.menuLeftSpacer {
	border-bottom: 1px solid #ddd;
}
.padTop2 {
	padding-top: 2px;
}
.padTop12 {
	padding-top: 12px;
}
.padRight10 {
	padding-right: 10px;
}
.marginRight10 {
	margin-right: 10px;
}
.insidePrdEmblem {
	position: absolute;
	top: 5%;
	left: 0;
	font-size: 1.0rem;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	letter-spacing: 2px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mainMenuContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;	
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.7347981428899685) 37%, rgba(0,0,0,0) 75%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.7347981428899685) 37%, rgba(0,0,0,0) 75%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.7347981428899685) 37%, rgba(0,0,0,0) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.mainMenu {
	text-align: right;
}
.mainMenu a {
	margin-left: 10px;
	margin-right: 10px;
}
#homebg {
	background-image: url(images/homebg50.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#prdbg {
	background-image: url(images/product.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#newsbg {
	background-image: url(images/news.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}
#recipebg {
	background-image: url(images/recipe.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}
#checkTarget {
	display: block;
	overflow: hidden;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
}
#topHead {
	border-bottom: 1px solid lightgray;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2rem;
}
#topHeadMobile {
	position: absolute;
	width: 100%;
	padding-bottom: 4px;
	z-index: 5;
	transition: all 0.4s;
	
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.7347981428899685) 37%, rgba(0,0,0,0) 75%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.7347981428899685) 37%, rgba(0,0,0,0) 75%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.7347981428899685) 37%, rgba(0,0,0,0) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.topHeadMobileTransparent {
	/*
	border-bottom: 1px solid transparent !important;
	background-color: rgba(255,255,255,0) !important;
	*/
}
#search {
	border: none;
	border-bottom: 1px solid lightgray;
	font-size: 1.3rem;
	width: 100%;
	max-width: 500px;
}
#mainMenu a {
	font-size: 1.2rem;
	letter-spacing: 2px;
	margin-left: 10px;
	margin-right: 10px;
}
#googleMapIframe {
	border: 1px solid #ddd;
}
#subscribeIdxInput {
	width: 100%;
	font-size: 1.2rem;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
#footerSoc {
	margin-top: 6px;
}
#footerSoc a {
	font-size: 13px;
	width: 25px;
	margin-left: 5px;
	margin-right: 12px;
}
#currentProductQuantity {
	height: 30px;
	width: 65px;
	text-align: center;
	font-size: 1.3rem;
}
#addToCart {
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 2px;
	padding: 6px;
	border: 1px solid #eee;
	margin-left: 5px;
}
#addToCartSold {
	display: block;
	text-align: center;
	background-color: #c6c6c6;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 2px;
	padding: 6px;
	border: 1px solid #eee;
	margin-left: 5px;
}
#prdorder {
	border: none;
	font-size: 1.1rem;
	padding: 5px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #eee;
}
#indexRestTitle {
	font-size: 3.0rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#dashedTitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
}
#cartIcon {
	margin-right: 5px;
}
#leftMobSearchContainer input {
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	font-size: 1.2rem;
}
#avatarLeft {
	border: 1px solid #ddd;
	max-width: 65px;
}
#locationfootericon {
	margin-right: 10px;
}
#mapPopupBox {
	max-width: 650px;
	background-color: #fff;
}
#prdMobileMenuContainer {
	position: relative;
}
#dummyArrowMobileMenu {
	position: absolute;
	top: 11px;
	right: 10px;
}
#mobileMenuPrdBtn {
	display: block;
	padding: 10px;
	background-color: #e7e7e7;
}
#mobileMenuPrdBtn:hover {
	cursor: pointer;
}
#mobilePrdMenu {
	border-bottom: 1px solid #e7e7e7;
}
#mapPopupBoxBtn {
	display: block;
	padding: 10px;
	color: #000;
}
#loginPopup {
	max-width: 500px;
	margin: auto;
	background-color: #fff;
}