@font-face {
	font-family: 'Impact';
	src: url('../fonts/Impact.eot');
	src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Impact.woff2') format('woff2'),
		url('../fonts/Impact.woff') format('woff'),
		url('../fonts/Impact.ttf') format('truetype'),
		url('../fonts/Impact.svg#Impact') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Bold';
	src: url('../fonts/Helvetica-Bold.eot');
	src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helvetica-Bold.woff2') format('woff2'),
		url('../fonts/Helvetica-Bold.woff') format('woff'),
		url('../fonts/Helvetica-Bold.ttf') format('truetype'),
		url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/*reset shit */

.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
@import url(https://fonts.googleapis.com/css?family=Cookie);
	

/* #Reset & Basics */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body, iframe, blockquote, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* #Basic Styles */
body {
	font-size: 14px;
	line-height: 1.6;
	color: #535353;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: Arial, sans-serif;
	background: #fff;
}

/* #Typography */


img {
	max-width: 100%;
	height: auto;
	/*display: block;*/
	border: 0 none;
}

/* global */
.centering {
	margin: 0 auto;
	max-width: 980px;
}
.inpage .centering {
	max-width: 982px;
}
.inpage.listing_page .centering {
	width:982px;
}
.centering:after, .clear {
	content: "";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
}

.toptitle {
	padding: 5px 10px;
	line-height: normal;
	color: #fff;
	height: 38px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	min-width: 330px;
	font-family: Arial, sans-serif;
	background: #222;
} 

/*	Blockquotes */


/* #Links */
a {
	color: #333;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #000;
}

/* #Buttons */
.button, button, input[type="submit"], input[type="reset"], input[type="button"], .custom_btn {
	padding: 8px 28px;
	cursor: pointer;
	display: inline-block;
	height: 45px;
	font-size: 16px;
	border: 2px solid #222;
	outline: none;
	white-space: nowrap;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background: none;
}
.button.white, button.white, input[type="submit"].white, input[type="reset"].white, input[type="button"].white {
	color: #fff;
	border-color: #fff;
}

.button.white:hover, button.white:hover, input[type="submit"].white:hover, input[type="reset"].white:hover, input[type="button"].white:hover,
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .custom_btn:hover {
	color: #fff;
	border-color: #222;
	background: #222;
}

.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* #Forms */
fieldset {
	border: 0 none;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 2px solid #ccc;
	padding: 6px 15px;
	outline: none;
	font: 14px Arial, sans-serif;
	color: #777;
	/*width: 100%;*/
	max-width: 100%;
	/*display: block;*/
	margin-bottom: 20px;
	height: 38px;
	background: #fff;
}
select {
	padding: 0;
}
textarea {
	width:100%;
	padding: 6px 0!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 2px solid #aaa;
	color: #aaa;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
label.in {
	display: inline-block;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/* slider */
.slick-slide {
	outline: none;
}
.slick-slide.slick-active {
	opacity:0.4;
	background: #fff;
}
.slick-slide.slick-current.slick-active {
	opacity:1;
	background: #222;
	border-left: 3px solid #222;
	border-right: 3px solid #222;
}


/*reset shit end */

/* WRAPPER */
.wrapper {
	position: relative;
	display: block;
	/*overflow: hidden;*/
	width: 100%;
}

/* HEADER */
.header {
	padding: 5px 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	background: #8b8070;
	background: #232221;
	
}
.header_nav_container {
	
	position: relative;

	width:100%;
}
.header__nav {
	display: none;
	position: absolute;
	/*width:100%;*/
	right: 0;
	top: 37px;
	z-index: 99999;
}
.header__nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.header__nav > ul > li, .header__nav > ul > li.home {
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #fff;
		border-top: 0 none;
		padding: 0;
	}
	
	.header__nav > ul > li > a {
		padding: 10px 10px;
		display: block;
		background: #222;
		color:#fff;
	}
	.header__nav > ul > li.current a, .header__nav > ul > li:hover > a {
		color: #222;
		background: #fff;
	}
	.header__nav > ul > li:first-child {
		border-top: 1px solid #fff;
	}
	.header__nav > ul > li.home a img {
		display: inline-block;
		vertical-align: middle;
		padding: 0 6px 0 0;
	}
	.header__nav > ul > li.home a span {
		display: inline-block;
		vertical-align: middle;
	}
	.header__nav ul li:hover > ul {
		display:none;
	}
	
.header__nav ul li:hover > ul {
	display:block;
}
.header__nav ul li ul {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	background: #222;
	z-index: 9999;
	top:100%;
	left: 0;
	width: auto;
	min-width:100%;
}
.header__nav ul li ul li {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	
}
.header__nav ul li ul li:last-child {
	border-bottom: none;
}
.header__nav ul li ul li a {
	display: block;
	color:#fff;
	padding: 5px;
	font-size:14px;
}
.header__nav ul li ul li a:hover, .header__nav ul li ul li.active a {
	background: #fff;
	color: #222;
}


.header .centering {
	/*max-width: 835px;*/
}
.header__opener {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	float: right;
	border-radius: 4px;
	background: #222 url(../img/menu-icon.svg) center no-repeat;
	background-size:20px 20px;
	margin: 0 10px 0 0;
	padding: 5px;
}
.header__opener.active {
	background-image: url(../img/menu-icon-close.svg);
}
.header_links {
	float: left;
	
}
.header_links > ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.header_links > ul > li {
	margin: 0 10px 0 0px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.header_links > ul > li:last-child {
	margin: 0;
}
.header_links > ul > li > a {
	padding:0 0 0 30px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height: 32px;
	display:block;
	color:#ffffff;

}
.header_links > ul > li.accountlinks > a:after {
	content:'\25bc';
	margin: 0px 0 0 6px;
	position: relative;
	top:1px;
}
.header_links ul li a.orderonline {
	background:url(../img/orderonline.png?v=1) no-repeat left center;
	
}
.header_links ul li a.orderonline small {
	padding:0 0 0 5px;
}
.header_links ul li a.pow1 {
	background:url(../img/pow_img.png?v=1) no-repeat left center;
	
}
.header_links ul li a.powaccount {
	background:url(../img/account2.png) no-repeat left center;
	
}
.header_links ul li a.powaccount span {
	max-width:85px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align:top;
}
.header_links ul li a.pow2 {
	background:url(../img/pow1_img.png) no-repeat left center;
	
}
.header_links ul li.mobile_cart_links > a {
	background:url(../img/food.png) no-repeat left center;
	
}
.header_links > ul > li > a:hover {
	opacity:0.8;
}
.header_links > ul > li > ul {
	display: none;
	position: absolute;
	min-width: 100%;
	left: 0;
	top: 100%;
	background: #333;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:99999;
}
.header_links > ul > li > ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.header_links > ul > li > ul li:last-child {
	border-bottom: none;
}
.header_links > ul > li > ul li a {
	color: #fff;
	font-size:12px;
	display: block;
	padding: 10px;
	white-space: nowrap;
	text-align: left;
}
.header_links > ul > li > ul li a:hover{
	 background: #000;
}

	
	/* BANNER */
.banner {
	background: transparent;
	padding: 0px;
	min-height: 935px;
	color: #fff;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

}
.banner > img {

	width:100%;
	height: auto;
	
}
.inpage .banner {
	padding:80px 0 0px;
	min-height: inherit;
	background: transparent;
	color: #fff;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner h1 {
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 110px;
	letter-spacing: 12px;
	font-family: 'Impact';
	line-height:1;
	font-weight:normal;
}
.banner h1.logo.in {
	height:206px;
}
.banner h1.logo.in img {
	display: none;
}
.banner h1 a {
	display: block;
}
.banner h1 img {
	display: inline-block;
}
.banner h1 img {
	width:250px;
}
.banner .button {
	margin-top: 53px;
}
.banner p {
	padding: 0;
	margin: 0 0 20px;
}

	/* CONTENT */
.content {
	/*overflow: hidden;*/
}
	
	/* STORY */
.content__story {
	padding-bottom: 30px;
	text-align:center;
	border-top: 7px solid #222;
}
.content__story.index {
	
}
.content__story .desc {
	margin: 0 auto;
	max-width: 600px;
}
.content__story h2 {
	margin: 0 0 58px;
	padding: 0;
	color: #222;
	letter-spacing: 5px;
	font-weight: normal;
	line-height: 1;
	font-family: 'Impact';
	font-size:36px;
}
.content__story.index img {
	margin: 0 auto 45px;
}
.content__story .toptitle {
	margin: 0 0 30px;
	font-weight: normal;
}
.content__story .toptitle a {
	color:#fff;
	display: block;
}
.content__story .toptitle:hover {
	opacity:0.8;
}
	/* CHEF */
	.index .parallax-mirror {

	}
.content__chef {
	padding: 30px 0;
	/*min-height: 1140px;*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.content__chef .shape {
	margin: 200px 0 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	max-width: 300px;

}
.content__chef .shape div {
	padding: 110px 0 0;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.content__chef .shape h3 {
	margin-bottom: 12px;
	line-height: 1.2;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 20px;
}
.content__chef .shape h3 a {
	color: #fff;
	font-size: 100%;
}
.content__chef .shape h3 a:hover {
	color: #fff;
}
.content__chef .shape a {
	font-size: 18px;
	color: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.content__chef .shape a:hover {
	color: #ccc;
}
.content__chef .shape.two {
	top: 0;
	margin: 0;
	/*bottom: -300px;*/
	display: inline-block;
	vertical-align: top;
}
.content__chef .shape.two div {
	/*padding-top: 210px;*/
}
.content__chef .centering {
	max-width: 860px;
}


	/* EVENT */
.content__event {
	padding-bottom: 60px;
	text-align: center;
	border-top: 7px solid #222;
}
.content__event p {
	margin: 0 auto 48px;
	max-width: 550px;
}
.content__event h2 {
	margin: 0 0 45px;
	padding:0;
	color: #222;
	letter-spacing: 5px;
	font-weight: normal;
	line-height: 1;
	font-family: 'Impact';
	font-size: 36px;
}
.content__event .button {
	min-width: 170px;
	font-size: 14px;
}
.content__event .centering {
	max-width: 600px;
}
.content__event .toptitle {
	margin: 0 0 50px;
	font-weight: normal;
}

	/* slide */
.content__slide {
	overflow: hidden;
	background-color: #222;
	border-top: 7px solid #222;
}
.content__slide img {
	width: 100%;
}
.content__slide .slideshow {
	/*margin: 0 -235px;*/
	position: relative;
}
.content__slide .slideshow .slick-arrow {
	position: absolute;

	display: block;

	cursor: pointer;
	height: 48px;
	position: absolute;
	top: 40%;
	width: 28px;
	z-index: 9999;
	border:0;
	text-indent:-9999px;
	padding: 0;
}
.content__slide .slideshow .slick-prev {
	background: rgba(0, 0, 0, 0) url("../images2/lft_slider_arow.png") no-repeat scroll left top;
	left:0;
	margin-left: 10px;
}
.content__slide .slideshow .slick-next {
	background: rgba(0, 0, 0, 0) url("../images2/rgt_slider_arow.png") no-repeat scroll left top;
	right:0;
	margin-right: 10px;
}
	
	/* LOCATION */
.content__location {
	padding-bottom: 10px;
	text-align: center;
	border-top: 7px solid #222;
}
.content__location p {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 10px;
	padding:0;
}
.content__location p a {
	color: #535353;
}
.content__location p span {
	padding: 0 10px;
	display: inline-block;
}
.content__location h4 {
	margin: 0 0 38px;
	padding: 0;
	color: #222;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	font-family: 'Impact';
	font-size: 36px;
}
.content__location h6 {
	margin: 0 0 20px;
	padding:0;
	text-transform: uppercase;
	font-family: 'Helvetica-Bold';
	font-size: 18px;
}
.content__location ul {
	list-style: none;
	margin:0;
	padding:0;
}
.content__location ul li {
	font-size: 16px;
	line-height: 1.45;
	margin:0;
	padding:0;
}
.content__location ul li span {
	padding-right: 10px;
	display: inline-block;
}
.content__location aside {
	margin-bottom: 35px;
	float: left;
	width: 50%;
}
.content__location .toptitle {
	margin: 0 0 42px;
	letter-spacing: 2px;
	text-transform: none;
	color: #fff;
	font-size:20px;
	font-weight:normal;

}
.content__location .button {
	font-size: 14px;
	min-width: 170px;
}
.content__location .centering {
	max-width: 880px;
}
.content__location .gotop {
	padding-top: 32px;
	opacity: 0;
	position: relative;
	bottom: -10px;
	transition: 2s;
	-webkit-transition: 2s;
}
.content__location .gotop a {
	border: 8px solid transparent;
	border-bottom: 23px solid #222;
	display: inline-block;
}
.content__location .gotop.show {
	opacity: 1;
	bottom: 0;
}

	/* FOOTER */
.footer {
	padding: 32px 0 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	background: #222;
}
.footer a {
	color: #fff;
}
.footer h6 {
	margin: 0 0 12px;
	padding: 0;
	font-family: 'Helvetica-Bold';
	font-weight: normal;
	line-height: 1;
	font-size: 18px;
}
.footer ul {
	list-style: none;
	margin:0;
	padding:0;
}
.footer ul li {
	display: inline-block;
	margin:0;
	padding:0;
}
.footer form {
	padding-right: 150px;
	position: relative;
}
.footer button {
	padding: 6px 20px;
	height: 42px;
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 14px;
	background: #fff;
}
.footer button:hover {
	color: #222;
}
.footer input[type="text"] {
	border-color: #fff;
	background: #222;
}
.header .social {
	float: right;
	margin: 2px 10px 0 0;
}
.header .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .social ul li {
	display:inline-block;
	vertical-align: top;
	margin: 0 0px 0 0;
	padding: 0;
	opacity:0.9;
	float: left;
}
.header .social ul li:hover {
	opacity:1;
}

.footer .social {
	float: left;
	width: 50%;
	text-align: center;
}
.social p {
	margin: 0 0 10px;
	padding:0;
}
.footer .subscribe {
	padding: 5px 0 0;
	float: right;
	width: 41%;
}
.mainbox {
	width:100%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#fff;
	text-align: left;
}
.mobile_cart_links {
		display: block;

		margin:0 0 20px 0px;
		padding:10px 0 0;
		position: relative;
	}
	
	
	
	.mobile_cart_links .cart_container_div {
		position: absolute;
		top:100%;
		right:0;
		width:290px;
		z-index:999;
		background: #fff;
		border: 5px solid #383838 ;
		display: none;
	}
.mainbox.wholepage {
	padding: 20px;
	border:1px solid #ccc;
	text-align: left;
}
.mainbox .lft_col {
	min-width:160px;
	width:15%;
	display:table-cell;
	vertical-align: top;
	background:#222222;
	padding:0px;
}
.mainbox .main_col {
	padding:0;
	width:85%;
	/*width:574px;*/
	/*width: calc(100% - 246px - 160px);*/
	display:table-cell;
	vertical-align: top;
}
.mainbox .main_col.nocats {
	width: 100%;
}
.mainbox .rt_col {
	padding:10px 0;
	min-width: 246px;
	width:20%;
	display:table-cell;
	vertical-align: top;
	border-left: 1px solid #ccc;
}
img.noresize {
	max-width: inherit;
	height: 16px;
}
.lft_col h3 {
	font-size:14px;
	font-weight:normal;
	margin:0;
	color: #fff;
	padding: 10px;
	margin:0;
	text-align: left;
}
.lft_col h3 span {
	color:#fff;
	cursor: pointer;
	display: block;
}
.lft_col h3 nav {
	float: right;
	width:14px;
	height:8px;
	background: url(../img/menu_nav.jpg) no-repeat right top;
	display: none;
	margin: 4px 0 0;
}
.lft_col h3 nav.opened {
	background-position:left top;
} 
.menucats a {
	display: block;
	font-size:14px;
	font-weight:normal;
	margin:0;
	background: #383838;
	color: #fff;
	padding: 10px;
	text-align: left;
	
}
.menucats a:hover, .menucats a.active {
	background:#fff;
	color:#000;
}
.menucats .loader {
	background:url(../img/load-indicator.gif) no-repeat left top;
	width:16px;
	height:16px;
	display:inline-block;
	visibility: hidden;
}

ul.listing {
	margin:0;
	padding: 0;
	list-style:none;
	width:100%;
}
ul.listing li {
	float:left;
	margin: 0 auto;
	width:100%;
	padding: 10px;
	border-bottom:1px solid #ccc;
	position: relative;
	overflow: visible!important;
}
ul.listing li.inactive {
	opacity:0.1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
ul.listing.cats li {
	cursor: pointer;
}
ul.listing li a {
	/*display:block;*/
}
ul.listing li p {
	display:block;
	
}
ul.listing li .img 
{
	width:20%;
	float: left;
	position: relative;
}
ul.listing li img.listingimg  {
	width:100%;
	height: auto;
	display: block;
}
ul.listing li img.zoomimg {
	display: none;
	max-width: 400px;
	height: auto;
}
ul.listing li .img:hover img.listingimg {
	opacity:0.5;
}
ul.listing li:not(.inactive) .img:hover img.zoomimg {
	display: block;
	position: absolute;
	z-index:9999;
	left:100%;
	top:0;
	border:10px solid #222222 ;
	border-radius:0 5px 5px 0;
}
ul.listing li .title {
	margin:0px;
	width:80%;
	padding: 0px 0px 0 20px;
	font-size:12px;
	text-align: justify;
	color: #000;
	/*min-height: 100px;*/
	float:left;
}
ul.listing li .title.no_image {
	width: 100%;
	padding: 0;
	
}
ul.listing li .title h4 {
	font-size:15px;
	color:#000;
	text-align:center;
	padding:0px 10px;
	font-weight:500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:0px 0 0px;
}
ul.listing li.listing_subcat {
	background:#222222;
}
ul.listing li.listing_subcat:hover {
	background: #333333;
}
ul.listing li.listing_subcat .title h4 {
	
	color: #fff;
	background: url(../img/arrow_down_16.png) no-repeat right center;
}
ul.listing.cats li .title h4 {
	font-weight: 600;
	text-align: left;
	font-size:14px;
}
ul.listing li .title span.desc {
	display:block;

	color: #000;
	padding:0 10px;
	margin:5px 0 0;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
ul.listing li:hover {
	background:#eee;
}
ul.listing li .title:hover span {
	/*overflow: visible;*/
}
ul.listing li .buy {
	margin: 4px 0 0;
	padding: 0 10px;
}
ul.listing li .buy .price {
	float:left;
	font-size:16px;
	color: #111;
	font-weight:700;
}
ul.listing li .buy .price s {
	font-size: 13px;
}
ul.listing li .buy .price em {
	font-style: normal;
	color: red;
}
ul.listing li .buy .cart {
	background:url(../img/tocart2.png) no-repeat left center;
	float:right;
	width:48px;
	height:48px;
	display:block;
	line-height:48px;
	margin:-30px 0 0;
}
ul.listing li .buy .cart:hover{
	 background-color: #f0f0f0;
}
ul.listing li .product_listing_msg {
	display:none;
	font-size:12px;
	color:red;
	font-weight:400;
	float:left;
	padding: 3px 10px;
}
ul.listing li .attributes {
	float: left;
	margin: 0 0 0 40px;
	line-height: 21px;
}
ul.listing li .attributes em {
	cursor:pointer;
}
ul.listing li .attributes .choose_attributes {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 100;
	/*border-radius:5px;
	-webkit-box-shadow: 4px 10px 18px 1px rgba(51,51,51,1);
-moz-box-shadow: 4px 10px 18px 1px rgba(51,51,51,1);
box-shadow: 4px 10px 18px 1px rgba(51,51,51,1);*/
	left: 0;
	width:100%;
	padding: 20px 0;
	text-align: center;
	
}
ul.listing li .attributes h5 {
	font-size:14px;
	padding: 0 0 10px;
	margin: 0;
	text-align: center;
}
ul.listing li .attributes .selector {
	display: block;
	text-align:center;
	vertical-align: top;
	margin:0 0px 1px 0;
}
ul.listing li .attributes span {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 0 0;
	width:100px;
	text-align: right;
}
ul.listing li .attributes .cloned span {
	visibility: hidden;
}
ul.listing li .attributes .cloned a.clone_attribute {
	visibility: hidden;
}

ul.listing li .attributes select {
	display: inline-block;
	vertical-align: top;
	width:170px;
	cursor: pointer;
	margin:0 5px 5px 0;
}
ul.listing li .attributes select.cloned:before {
	content:'';
	width:100px;
}
ul.listing li .attributes select.cloned {
	display: block;
	margin: 0px auto;
}
ul.listing li .attributes .selector textarea {
	width:270px;
	padding: 5px!important;
	border: 1px solid #ccc;
	color:#000;
	resize: none;
	
}
ul.listing li .attributes select.error {
	border: 1px solid #af0000;
}
ul.listing li .attributes a {
	background: #111;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size:13px;
	width:170px;
	margin: 0px auto;
	display: inline-block;
}
ul.listing li .attributes a.clone_attribute, ul.listing li .attributes a.clone_attribute_remove {
	width:35px;
	padding: 7px 0;
	
}
ul.listing li .attributes a.clone_attribute_remove {
	background: #ac0000;
}


.cats_heading {
	display: block;
	margin:0px 0 10px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: #222222 ;
	font-weight: 600;
	text-align: left;
	font-size:14px;
}

.cats_heading span {
	background:url(../img/arrow_down_16.png) no-repeat right center;
	display: block;
}
.cats_listing {
	list-style: none;
	margin:0;
	padding: 0;
}
.cats_listing li {
	width:32.5%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 10px 0;
}
.cats_listing li.col3 {
	margin: 0 0 10px;
}
.cats_listing li a.img {

	display: block;
	overflow: hidden;
}
.cats_listing li a.img img {
	max-width: inherit;
	width:auto;
	min-width: 100%;
	height: 200px;
	display: block;
	margin: 0px auto;
}
.cats_listing li a.img:hover img {
	/*-moz-transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
	-webkit-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04);
	-webkit-transition: 0.8s all ease;
	-transition: 0.8s all ease;
	transition: 0.8s all ease;*/
	opacity:0.8;
}
.cats_listing li .title {
	display: block;
	text-align: center;
	margin:3px 0 0;
	padding: 0;
	font-size:16px;
	font-weight:700;
}


.cart {
	border-bottom:1px solid #333;
}

.cart > a {
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}

.cart .sep {
	display: none;
}
.cart .count {
	float: right;
}

.cart {
		border:0;
		float: left;
	}
	.cart > a {
		padding: 0 5px;
		border: 0;
		display: inline-block;
	}
	.cart .sep {
		display: inline-block;
	}
	.cart .count {
		float: none;
	}
.cart #cartcontentspopup {
	padding: 0px 0;
}
.cart_container_div .item {
	margin: 0px 0px 0px 0px;
	padding: 7px 10px;
	display:block;
	float:left;
	color:#111111;
	font-size: 12px;
	border-bottom:1px solid #ddd;
}
.cart_container_div .item:hover {
	background:#f0f0f0;
}
.cart_container_div .item.nobor {
	border-bottom: none;
}
.cart_container_div .item.nobor:hover {
	background: none;
}
.cart_container_div .item > a {
	display:block;
	padding:6px 6px;
	color: #111111;
}
.cart_container_div .item a:hover {
	color:#333;
}
.cart_container_div .item.totals {
	padding-top:10px;
	border-bottom: none;
	float: none;
}
.cart_container_div .item.totals:hover {
	background: none;
}
.cart_container_div .item.totals .title {
	width:auto;
	background: #4d4b29;
	border-radius:3px;
	float: none;
	display:block;
	text-align: center;
	
}
.cart_container_div .item.totals .title a {
	color:#fff;
	display: block;
	padding: 10px;
}
.cart_container_div .item.totals .title:hover {

	background:#f0eb1d;
	
}
.cart_container_div .item.totals .title:hover a {
	color:#000;
}
.cart_container_div .item.totals .price {
	width:auto;
	float: none;
	line-height: 25px;
	display: block;
	margin:0 0 10px;
	font-size: 16px;
	font-weight:300;
}
.cart_container_div .item .title, .cart_container_div .item .price {
	color:#111;
}
.cart_container_div .item .title {
	float:left;
	width:160px;
	padding:0px 0px 0px 0px;
	text-align: left;
}
.cart_container_div .item .price {
	float:right;
	padding: 0px 0px 0px 8px;
	width:50px;
	text-align: right;
}
.cart_container_div .item .price.nooptions {
	width: inherit;
	float: right;
}
.cart_container_div .item .actions {
	float:right;
	width:60px;
	white-space: nowrap;
}
.cart_container_div .item .actions a {
	display: inline-block;
	vertical-align: top;
}
.cart_container_div .item a {
	text-decoration: none;
}



.loginlinks {
	padding: 10px;
}
.loginlinks a {

}
.loginlinks a:hover {
	color:#333;
}



.smallbtn .custom_btn, .custom_btn.mini {
	padding:6px 5px;
	height: auto;
	font-size:14px;
	min-width:100px;
	display: inline-block;
}

/* 		engine stuff 		*/

.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  
  font-size: 10px;
  background: #ffffff;
  color: #ffffff;
  font-weight : bold;*/
}



TR.headerError {
  background: #ff0000;
}

TD.headerError {

  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {

  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ffffff;
}

TD.footer {
  
  font-size: 10px;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
}


.infoBoxContents {
  
  font-size: 14px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 14px;
}

TD.infoBoxHeading {
  
  font-size: 0px;
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 14px;
}



TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}


.productListing-heading {
    background-color: #727272;
    color: #FFFFFF;

    font-size: 11px;
    font-weight: bold;
}

.productListing-heading input
{
	margin-left: 12px;
}
.productListing-heading a
{
	color:#fff;
	text-decoration: none;
}

TD.productListing-data {
  
  font-size: 10px;

  padding: 5px 0;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
.iApp .pageHeading {
	font-size:12px;
}
.iApp select[name="country"] {
	max-width:145px;
}
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 14px;
  line-height: 1.5;
}

.main {
  
  font-size: 14px;
  line-height: 1.5;
}


TD.mainmid, P.mainmid {
  font-size: 13px;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 12px;
  padding-bottom: 8px;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {

  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {

  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRow:hover, .moduleRowSelected  { 
	background-color: #E9F4FC; 
}


.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 14px; }
.messageStackError, .messageStackWarning { font-size: 14px; color:#000; background-color: #ffb3b5; padding:10px;}
.messageStackSuccess { font-size: 14px; background-color: #99ff00; padding:10px;color:#000;}
.messageStackError img, .messageStackWarning img, .messageStackSuccess img {
	display: inline-block;
}
/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

TD.compareListing-data {
  
  font-size: 10px;
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #E3E3E3;
}


td.productListing-checkbox {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px 1px 0;

    font-size: 13px;
    font-weight: bold;
}
/*engine end*/
.shopping_cart td .prodimage {
	display: inline-block;
	float: left;
	padding: 0px 3px 3px 0px;
	width:auto;
}
.shopping_cart td .prodimage img {
	width:100%;
	height:auto;
}
.qty_action img {
	display: inline-block;
	padding: 4px 0px 0px 5px;
}

.cart_del_button {
  background-color: #000;
  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  
  margin: 4px 0px 0px;
  padding: 4px 4px;
  
}
.cart_del_button:hover {
	color:#fff;
}
.shopping_cart input[type="text"] {
	min-width:30px;
	width:30px;
	padding: 6px 5px;
}


.scart_buttons {
	float: left;
	width:100%;
}
.scart_buttons:after {
	clear: both;
}
.scart_buttons .scart_button {
	display: inline-block;
}
.scart_buttons .scart_button input[type="submit"] {
	width:235px;
	display: none!important;
}
.scart_buttons .scart_button.padr {
	padding:0px 10px;
}
.scart_button a span {
	font-size:24px;
	font-weight:700;
	padding:4px 4px;
}

.scart_button.back_to_shop a span {
	color:#7DF5D8;
}
.scart_button.checkout a span, .bluebtn .custom_btn {
	color:#000;
	background:#7df5d8;
}
.extra_field_row, .become_member_row {
	display:none;
}
.extra_field_row.active, .become_member_row.active {
	display: table-row;
}
#product_listing {
	width: 100%;
}
.catdesc {
	padding: 0 20px 20px;
}
.contact {
	width:50%;
}
.contact textarea {
	width:50%;
}
.btm_menu {
	margin: 10px 0 10px;
	display: block;
	text-align: center;
}
#cart_box.sticky {
	position: fixed;
	top:54px;
	width:245px;
}
label {
	cursor: pointer;
}
#create_account_form input[type="text"], #create_account_form input[type="password"] {
	width:300px;
}
#create_account_form .check.error {
	border: 2px solid #ff0000;
}
.payment_block {
	display:inline-block;
	float:left;
	vertical-align: top;
	width:48%;
	margin: 0 2% 0 0;
	padding: 0 10px;
	border:1px solid #ccc;
}
.payment_block.selected, .payment_block:hover {
	background: #4d4b29;
	cursor: pointer;
}
.payment_block.selected *, .payment_block:hover * {
	color: #fff;
}
.payment_block input {
	display: none;
}
.payment_block.last {
	margin: 0;
	float: right;
}
.payment_block h3 {
	font-size: 14px;
	font-weight:500;
	margin: 0;
	padding: 0;
	text-align: center;
}
.payment_block h4.error {
	font-size:14px;
	padding:3px 0 0;
	color: red;
	font-weight:400;
}
.payment_block img {
	display: block;
	margin: 0px auto;
	padding: 10px 0 0;
	max-width:100%;
	height:94px;
	width:auto;
}

.title_header {
	display: block;
	font-size: 22px;
	padding: 0 0 4px;
	margin: 0 0 4px;
	border-bottom: 1px solid #ccc;
	color:#111;
	font-weight:400;
}
.change_address_btn {
	float: right;
}
.article {
	display:inline-block;
	width:100%;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.article .img {
	width:25%;
	float: left;
	padding: 0 20px 0 0;
	
}
.article .img img {
	width:100%;
	height: auto;
}
.article .info {
	float:right;
	width:75%;
	font-size:14px;
	color:#111;
	line-height:1.3;
}
.article .info h1 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0;
	
}
.article .info h1 a {
	color: #111;
}
.article_img {
	width:300px;
	height: auto;
	float:right;
	display:inline-block;
	padding:0px 0px 10px 10px;
}
.article_desc iframe {
	max-width:100%;
}

#checkaddressresult {
	background:url(../img/tick_yes_no.png) no-repeat left top;
	display: inline-block;
	visibility:hidden;
	margin:0px 0px 0px 6px;
	width:16px;
	height:16px;
	vertical-align: middle;
}
#checkaddressresult.good {
	background-position: left top;
	visibility:visible;
}
#checkaddressresult.bad {
	background-position: right top;
	visibility:visible;
}
#map {
        width: 580px;
		  max-width: 100%;
        height: 400px;
		  margin: 0 0 20px;
	}



	.item-count {
		font-weight:700;
	}
	.right_links {
		float: right;
	}
.bgwhite {
	background: #fff;
}
.login_box_outer {
	background: #fff;
	padding:10px;
	border: 1px solid #ccc;
	
}
.login_box {
	background: #f7f7f7;
	padding:10px;
}
.become_member_heading i {
	display: block;
	margin: 3px 0 0;
}
.become_member_heading.active i {
	display:none;
}

.login_register #map {
	width:100%;
}
.login_already {
	float:right;
	width:49%;
}
.login_already.company_only {
	float: none;
	margin:0px auto;
}
.login_register {
	float: left;
	width: 49%;
}
.login_register.full {
	width:100%;
}
.login_register h1, .login_already h1 {
	font-size:18px;
}
.login_already a, .login_register a {
	color: #648189;
}
.login_buttons > td > div {
	width:50%;
}
.login_buttons > td > div.fl_r {
	text-align: right;
}
.payment-card-bottom img {
	height: 40px;
	width: auto;
}
.checkout_page input[type="submit"], .checkout_page button[type="submit"] {
	background:#00bd02;
	border-color:#00bd02;
	color:#fff;
}
.checkout_page input[type="submit"]:hover, .checkout_page button[type="submit"]:hover {
	opacity: 0.8;
}