/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
	}
	.container {
	max-width: 1130px;
}*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 { color: #444; font-family: 'Anton', sans-serif; margin-top: 10px; margin-bottom: 20px; text-transform: uppercase;}
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* Override the bootstrap defaults */
h1 { font-size: 33px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }
a {
	color: #ff9600;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #3d3d3d;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}
.coming-soon h1{
	color: #1b5502;
	font-size: 60px;
	font-family: "Anton", sans-serif;
}
#myModal .modal-body{
	padding: 30px 20px 0;
}
#myModal .modal-content{
	background: #fff url('../image/coming-soon-bg.png') top right no-repeat;
	min-height: 200px;
}
.modal{
	z-index: 999999;
	
}
/* top */
#top {
	background-color: #fff;
	min-height: 30px;
}
#top .container {
	padding: 0 10px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #3d3d3d;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#top-links.nav .open>a, #top-links.nav .open>a:focus, #top-links.nav .open>a:active, #top-links.nav .open>a:hover{
	background-color: transparent;
	color: #ff9600;
}
#top-links ul{
	margin-bottom: 0;
}
#top-links >ul>li:first-child{
	/*border-right: solid 2px #ffb66b;*/
	line-height: 12px;
}
#top-links li:nth-child(2), #top-links li:nth-child(3){
	margin-right: 20px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff9600;
}
#top-links .open>.dropdown-menu{
	z-index: 99999999;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #ff9600;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 10px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 -15px;
	position: relative;
	z-index: 99999;
}
#logo img{
	max-width: 100%;
}
/* search */
li#search{
	background: url('../image/search-icon.png') left center no-repeat;
	display: table;
	height: 78px;
}
li#search a{
	display: table-cell;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	padding:0 !important;
}
/* for overlay breadcrumb
	#searchbar {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background: #2d2d2d;
	width: 100%;
	height: 72px;
	padding: 11px 15px 10px 15px;
	margin-top: -5px;
	}
*/
#searchbar {
	display: none;
	width: 100%;
	height: 72px;
	padding: 11px 0px 10px 0px;
	margin-top: -11px;
	position: relative;
	z-index: 99;
}
.common-home #searchbar{
	background: #2d2d2d;
}
@media (min-width: 768px){
	.common-home #searchbar{
		height: 74px;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
		top:133px;
	}
}

#s {
	display: block;
	width: 90%;
	border: 0;
	outline: none;
	padding: 0 0 0 5px;
	height: 50px;
	line-height: 50px;
	font-size: 33px;
	font-family: "Anton", sans-serif;
	color: #fff;
	background: #2d2d2d;
}
#searchsubmit {
	display: block;
	float: right;
	background: url('../image/search-icon.png') no-repeat;
	margin-top: 11px;
	margin-right: 25px;
	width: 22px;
	height: 22px;
	border: 0;
	outline: none;
	cursor: pointer;
}
@media (max-width: 1200px){
	#searchsubmit {
		margin-right: 0;
	}
}
@media (max-width: 768px){
	#searchbar {
		padding-left: 0;
	}
}
/*.small-search{
	float: right;
	display: inline-block;
	margin-top: 37px;
	}
	.small-search a{
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/search-icon.png');
	background-size: 100% 100%;
}*/
/* cart */
li#cart{
	vertical-align: top;
}
#cart {
	margin-bottom: 0px;
}
#cart > a {
	font-size: 12px;
	line-height: 18px;
	color: #3d3d3d;
}
#cart > a:hover {
	cursor: pointer;
}
#cart.open > a:hover {
	cursor: pointer;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart #cart-total >span{
	color: #ff9600;
}
#cart.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
/* menu */
header{
	background: #2d2d2d url('../image/header-bg-2.png') center top no-repeat;
	margin: 0 0 -11px;
	position: relative;
	z-index: 999;
}
.common-home header{
	background: url('../image/header-bg-2.png') center top no-repeat;
}

@media (max-width: 992px){
	header .container {
		width: 100%;
	}
}

#menu {
	background-color: transparent;
	min-height: 1px;
}
#menu.navbar{
	border: none;
}
#menu .navbar-nav{
	margin: 0;
}
#menu .navbar-collapse.collapse, #menu .navbar-collapse{
	
	padding-left: 0;
	padding-right: 0;
}

#logo .navbar-header{
	margin-top: 10px;
	float: right;
}
#logo .fa{
	font-size: 45px;
	color: #fff;
}
#logo .btn.active, #logo .btn:active{
	box-shadow: none;
}
#menu.navbar{
	margin-top: 15px;
	margin-bottom: 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 20px 8px 20px;
	min-height: 15px;
	background-color: transparent;
	font-family: "Anton", sans-serif;
}
#menu .top-t{
	font-size: 25px;
	display: block;
	color: #3d3d3d;
}
#menu .bot-t{
	font-size: 40px;
	display: block;
	line-height: 40px;
}
@media (max-width: 1200px){
	#menu .nav > li > a {
		padding: 10px 10px 7px 10px;
	}
	#menu .top-t{
		font-size: 22px;
	}
	#menu .bot-t{
		font-size: 35px;
	}
}
@media (max-width: 992px){
	#menu .bot-t{
		font-size: 28px;
	}
}
@media (max-width: 768px){
	#menu .top-t{
		font-size: 25px;
		display: inline-block;
	}
	#menu a:hover .top-t, #menu .nav > li.open > a .top-t{
		color: #9f5911;
	}
	#menu .bot-t{
		display: inline-block;
		font-size: 25px;
		color: #3d3d3d;
	}
	#menu .nav > li{
		border-bottom: solid 2px #ed7a03;
		background: #fff;
	}
	#menu .nav > li:nth-last-child(2){
		margin-bottom: 10px;
	}
	#menu .navbar-collapse.collapse, #menu .navbar-collapse{
		margin-top: -11px;
	}
	.navbar-header .navbar-toggle{
		margin-right: 0;
	}
}
@media (min-width: 768px) {
    .pull-right-lg {
        float: right;
	}
}
#menu .nav > li > a:hover .bot-t, #menu .nav > li.open > a .bot-t{
	color: #9f5911;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	padding-top: 0;
	
	min-width: 234px;
	box-shadow: none;
	border: none;
	border-radius: 0;
	right: 0;
}

#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 234px;
	display: block;
	padding: 10px 20px 11px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #fff;
	background: transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover > .dropdown-menu {
		display: block;
	}
	#menu .dropdown-menu {
		background: url('../image/hover-bg-2.png') center bottom no-repeat;
	}
}
@media (max-width: 767px) {
	#menu {
		
	}
	#menu.navbar{
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #3d3d3d;
		font-weight: bold;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: #fff;
		color: #9f5911;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 160px;
	padding-top: 150px;
	background: #1b5502 url('../image/footer-green.jpg') top center no-repeat;
	color: #fff;
	font-size: 15px;
	padding-bottom: 30px;
}
footer >div{
	margin-top: -300px;
	padding-top: 345px;
	background: url('../image/footer-rice.png') top left no-repeat;
	position: relative;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer li{
	margin-bottom: 5px;
}
footer a {
	color: #fff;
}
footer a:hover, footer a:focus, footer a:active {
	color: #fff;
}
footer h5 {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	color: #fff;
}
footer .socials a {
	border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.powered{
	text-align: right;
	margin-top: 15px;
}
.powered img{
	margin-top: 10px;
	margin-left: 5px;
}
.back-to-top{
	background: url('../image/up-arrow.png');
	position: absolute; 
	top:210px;
	right: 0;
	width: 105px;
	height: 115px;
}
.back-to-top a{
	display: block;
	height: 100%;
	width: 100%;
}
.back-to-top a:hover{
	cursor: pointer;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb-wrap{
	background: #2d2d2d url('../image/header-banner.jpg') center bottom no-repeat;
	margin: -72px 0 20px;
	padding-top: 68px;
	padding-bottom: 234px;
	position: relative;
	z-index: 9;
}

.breadcrumb-wrap h1{
	color: #fff;
	margin: 0 0 8px;
	padding-left: 30px;
}
.breadcrumb {
	margin: 0 0 0px 0;
	padding:5px 15px 0;
	background-color: transparent;
}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 18px;
	line-height: 11px;
	margin: 0 -5px 0 0;
	position: relative;
	white-space: nowrap;
	border-right: solid 1px #a5a5a5;
}
@media (max-width: 1200px){
	.breadcrumb-wrap h1{
		padding: 0;
	}
	.breadcrumb{
		padding: 5px 0;
	}
	.breadcrumb > li:first-child {
		padding-left: 0;
	}
}
.breadcrumb > li:last-child {
	border-right: none;
}
.breadcrumb > li:last-child a{
	color: #6a9e0d;
}
.breadcrumb > li a{
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
.breadcrumb > li a:hover{
	color: #6a9e0d;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px 0 12px;
	font-size: 25px;
	font-family: 'Gochi Hand', cursive;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.home-box{
	text-align: center;
	margin-bottom: 30px;
}
.home-box .image img{
	display: inline-block;
}
.home-box .image{
	text-align: center;
	margin-bottom: 50px;
}
.home-box .title{
	color: #82c337;
	font-family: "Anton", sans-serif;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 15px;
}
.home-box .title span{
	color: #4e4e4e;
	display: block;
}
.home-btn{
	width: 132px;
	padding: 15px 20px 5px;
    background: url('../image/btn.png');
	background-size: 100% 100%;
	text-align: center;
	display: inline-block;
}
.home-btn a{
	font-size: 24px;
	font-family: 'Gochi Hand', cursive;
	color: #fff;
	
}
.send{
	background: url('../image/send-btn.png');
	min-width: 114px;
	min-height: 53px;
	color: #fff;
}
.send:hover{
	color: #fff;
}
.btn-primary {
	color: #ffffff;
	background: url('../image/btn.png');
	background-size: 100% 100%;
	border: none;
	padding: 5px 15px;
	
}
.send:active, .send:focus{
	box-shadow: none;
	background: url('../image/send-btn.png');
	color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	border:none;
	background: url('../image/btn.png');
	background-size: 100% 100%;
	box-shadow: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.heading{
	font-size: 20px;
	color: #4e4e4e;
	font-family: "Anton", sans-serif;
	margin-bottom: 5px;
}
.list-group a {
	border:none;
	color: #4c4c4c;
	padding: 5px 0px;
	font-size: 14px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: transparent;
	border: none;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: underline;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.checkbox-inline, .radio-inline { position: relative; }

/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
	<ul class="nav navbar-nav">
	<li class="dropdown">
	<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
	<div class="dropdown-menu">
	<div class="dropdown-inner">
	<ul class="list-unstyled">
	<li class="dropdown-submenu">
	<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
	<div class="dropdown-menu">
	<div class="dropdown-inner">
	</div>
	</div>
	</li>
	</ul>
	</div>
	</div>
	</li>
	</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
    #column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
    #column-left + #content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
    #content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
}
.address{
	padding-left: 55px;
	background: url('../image/address-icon.png') left top no-repeat;
}
.location{
	font-size: 15px;
	border-bottom: solid 1px #e0e0e0;
	padding: 20px 0;
	margin-bottom: 10px;
	line-height: 22px;
}
.opening{
	text-align: right;
}
.location-logo{
	margin-top:10px;
	text-align:right;
}
@media (max-width:768px){
	.opening{
		text-align: left;
		padding-left:55px;
		
	}
	.location-logo{
		margin-top:10px;
		text-align:left;
		padding-left:55px;
	}
}
.location:last-child{
	border-bottom: none;
}

ul.location-tabs{
	border-bottom: none;
	text-align: center;
	text-align: center;
	margin-bottom: 40px;
}
.location-tabs>li{
	border-right: solid 1px #898989;
	float: none;
	display: inline-block;
}
.location-tabs>li:last-child{
	border-right: none;
}
.location-tabs>li a{
	border-radius: 0;
	color: #4c4c4c;
	padding: 0 15px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
@media (max-width:468px){
	.location-tabs>li a{
		padding: 0 10px;
	}
}
.location-tabs>li>a:focus, .location-tabs>li>a:hover{
	background: none;
	border: 1px solid transparent;
	color: #6a9e0d;
}
.location-tabs>li.active>a, .location-tabs>li.active>a:focus, .location-tabs>li.active>a:hover{
	border: 1px solid transparent;
	color: #6a9e0d;
}
.form-wrap{
	background: #ebebeb;
	border: solid 1px #e0e0e0;
	padding: 20px 30px;
}
.album{
	max-width: 225px;
	background: #f7f7f7;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(201,197,201,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(201,197,201,1);
	box-shadow: 3px 3px 5px 0px rgba(201,197,201,1);
	margin-bottom: 15px;
}
.album img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.album .name {
	font-size: 20px;
	color: #4e4e4e;
	font-family: "Anton", sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cat-title{
	padding-left: 15px;
	font-size: 20px;
	font-family: "Anton", sans-serif;
	color: #4e4e4e;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cat-box{
	margin-bottom:20px;
}

.cat-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.cat-box ul li{
	margin-bottom: 5px;
}
.cat-box ul li a{
	color: #4c4c4c;
	font-size: 14px;
	padding: 6px 15px;
}
.cat-box ul li a:hover, .cat-box ul li a.active{
	background: url('../image/cat-hover.png') center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.new-customer{
	background: url('../image/new-customer.png') no-repeat;
	display: block;
	width: 207px;
	height: 97px;
	margin-bottom: 20px;
}
.return-customer{
	background: url('../image/return-customer.png') no-repeat;
	display: block;
	width: 209px;
	height: 107px;
	margin-bottom: 20px;
}
@media (max-width: 1200px){
	.cart-items:before, .e-news:before{
		position: absolute;
		display: block;
		width: 90%;
		height: 5px;
		bottom: 0;
		left: 5px;
		content: '';
		background: url('../image/divider-horizontal.png');
		background-size: 100% 100%;
	}
}
.top-up:before, .history:before, .order-online:before, .personal-details:before{
	position: absolute;
	display: block;
	width: 90%;
	height: 5px;
	bottom: 0;
	left: 5px;
	content: '';
	background: url('../image/divider-horizontal.png');
	background-size: 100% 100%;
}
@media (min-width: 1200px){
	.history:after, .e-news:after{
		content: '';
		background: url('../image/divider-vertical.png');
		background-size: 100% 100%;
		width: 5px;
		height: 90%;
		display: block;
		position: absolute;
		right: -15px;
		top: 5px;
	}
}
@media (min-width: 768px){
	.top-up:after,  .order-online:after, .cart-items:after{
		content: '';
		background: url('../image/divider-vertical.png');
		background-size: 100% 100%;
		width: 5px;
		height: 90%;
		display: block;
		position: absolute;
		right: -15px;
		top: 5px;
	}
}
.top-up{
	background: url('../image/top-up.png') top center no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
.history{
	background: url('../image/check-history.png') top center no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
.order-online{
	background: url('../image/order-online.png') top center no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
.personal-details{
	background: url('../image/personal-details.png') top center no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
.cart-items{
	background: url('../image/cart-items.png') top center no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
.e-news{
	background: url('../image/e-newsletter.png') top center no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
.redemption{
	background: url('../image/redemption-details.png') top center no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 40px;
}
.top-up a, .history a, .order-online a, .personal-details a, .cart-items a, .e-news a, .redemption a{
	text-align: center;
	font-weight: bold;
	color: #4e4e4e;
	font-family: "Anton", sans-serif;
	font-size: 23px;
	display: block;
	height: 100%;
	width: 100%;
}
.top-up a:hover, .history a:hover, .order-online a:hover, .personal-details a:hover, .cart-items a:hover, .e-news a:hover, .redemption a:hover{
	color: #ff9600;
}
.welcome{
	color: #4e4e4e;
	font-size: 28px;
	font-family: "Anton", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.management-row{
	margin-bottom: 30px;
}
.black-box{
	background: url('../image/management-bg.png') center center no-repeat;
	background-size: 100% 100%;
	min-height: 232px;
	color: #fff;
	font-size: 15px;
	padding: 30px 50px 60px 40px;
}
.black-box .title{
	color: #ed7a03;
	font-weight: bold;
	margin-bottom: 5px;
}
.black-box .description{
	position: relative;
	height: 155px;
}
.home-content-top{
	background: url('../image/home-grey-bg.png') center top no-repeat;
	position: relative;
	z-index: 999;
	padding-top: 115px;
	padding-bottom: 427px;
	margin-top: -70px;
}
@media (min-width: 768px){
	.home-content-top > .container > .row > div:first-child:after{
		content: url('../image/divider.png');
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (max-width: 768px){
	.home-content-top{
		margin-top:-33px;
	}
}
.order-now-wrap{
	background: url('../image/order-now-bg.png') center top no-repeat;
	padding-top: 530px;
	margin-top: -444px;
	z-index: 9999;
	position: relative;
	text-align: center;
	min-height: 862px;
}
.order-now-wrap h1{
	color: #fff;
	font-size: 58px;
	text-align: center;
}
@media (max-width: 768px){
	.order-now-wrap{
		margin-top: -430px;
	}
}
.home-content-bot{
	padding: 150px 0 50px;
}
.home-about{
	color: #fff;
	font-size: 15px;
	padding: 15px 50px;
	text-align: center;
}
.home-about p:first-of-type{
	font-size: 20px;
	line-height: 25px;
}
.home-about h2{
	margin: 0 0 25px;
	font-size: 42px;
	color: #fff;
	text-align: center;
}
.home-about a{
	color: #ff9600;
	font-family: "Gochi", cursive;
	font-size: 18px;
}
.home-about-text{
	height: 166px;
	position: relative;
	padding-right: 15px;
}
.brand-category-box{
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0 38px;
}
.brand-category-box .image{
	position: relative;
}
.brand-category-box .image .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(45, 45, 45, 0.7);
	background: rgba(45, 45, 45, 0.7);
	display: none;
	padding: 20px 10px 20px 20px;
	overflow: hidden;
}
.brand-category-box .image .overlay .desc{
	position: relative;
	height: 185px;
	margin-bottom: 10px;
	overflow: auto;
	color: #fff;
	padding-right: 15px;
}
.brand-category-box .read-more{
	text-align: center;
}
.brand-category-box .read-more a{
	background: url('../image/btn.png');
	background-size: 100% 100%;
	padding: 15px 25px;
	display: inline-block;
	color: #fff;
}
.brand-category-box:hover .overlay{
	display: block;
}
.brand-category-box .image img{
	
	/* just in case, to force correct aspect ratio */
	height: auto !important;
	width:100%;
	width: auto\9; /* ie8+9 */
	/* lt ie8 */
	-ms-interpolation-mode: bicubic; 
}
.brand-category-box .name{
	font-size: 28px;
	color: #4e4e4e;
	font-family: "Anton", sans-serif;
	line-height: 32px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
	min-height: 65px;
}
.brand-category-box:after{
	content: '';
    background: url('../image/vertical-brand-divider.png');
    background-size: 100% 100%;
    opacity: 0.2;
    width: 5px;
    height: 90%;
    display: block;
    position: absolute;
    right: -5px;
    top: 5px;
}
.brand-category-box:before{
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 5px;
    content: '';
    background: url('../image/horizontal-brand-divider.png');
    background-size: 100% 100%;
    opacity: 0.2;
}

@media (min-width: 992px){
	#brand-category-container div:nth-child(3n+3) > .brand-category-box:after{
		content: '';
		background: none;
	}
	#brand-category-container div:nth-last-child(-n+3) > .brand-category-box:before{
		content: '';
		background: none;
	}
}
@media (max-width: 992px){
	#brand-category-container div:nth-child(2n+2) > .brand-category-box:after{
		content: '';
		background: none;
	}
	
}
@media (min-width: 480px){
	#brand-category-container div:nth-last-child(-n+2) > .brand-category-box:before{
		content: '';
		background: none;
	}
}
@media (max-width: 768px){
	.brand-category-box{
		padding: 15px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.brand-category-box .name{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px){
	.brand-category-box .name{
		font-size:20px;
		line-height:24px;
	}
}
.information-brand_product #content > div > div > div{
	padding: 5px;
}
.cat-desc-1, .cat-desc-2, .cat-desc-3, .cat-desc-4, .cat-desc-5, .cat-desc-6{
	background: #2d2d2d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 25px 10px 25px 25px;
	color: #fff;
	font-size: 15px;
	min-height: 100%;
}
.desc-container{
	overflow: hidden;
}
.cont{
	height: 200px;
	position: relative;
	padding-right: 15px;
}
.cat-desc-1 .cont{
	height: 159px;
}
.cat-desc-3 .cont{
	height: 258px;
}
.cat-desc-4 .cont{
	height: 240px;
}
.cat-desc-5 .cont{
	height: 234px;
}
.cat-desc-6 .cont{
	height: 304px;
}
@media (max-width: 1200px){
	.cat-desc-1 .cont{
		height: 122px;
	}
	.cat-desc-2 .cont{
		height: 153px;
	}
	.cat-desc-3 .cont{
		height: 203px;
	}
	.cat-desc-4 .cont{
		height: 184px;
	}
	.cat-desc-5 .cont{
		height: 184px;
	}
}
@media (max-width: 992px){
	.cat-desc-2 .cont{
		height: 160px;
	}
}
.brand-product{
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.brand-product h4{
	margin-top: 0;
	margin-bottom: 10px;
	color: #4e4e4e;
	font-size: 28px;
	display: inline-block;
}
.brand-product h4 a{
	
}
.brand-product img{
	width: 100%;
}
.brand-product:hover .overlay{
	display: block;
}	
.brand-product .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 23px;
	background-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.7);
	display: none;
	cursor: pointer;
	overflow-y:auto;
}
.information-brand_product .inside{
	background: none;
}
.guide-top{
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: right;
}
.guide-top .high_wholegrains{
	display: inline-block;
	padding-top: 33px;
	background: url('../image/Higher in wholegrains.png') top center no-repeat;
	background-size:85px auto;
	margin-right: 25px;
}
.guide-top .low_calories{
	display: inline-block;
	padding: 33px 7px 0px;
	background: url('../image/Higher in wholegrains and lower in calories.png') top center no-repeat;
	background-size:90px auto;
	margin-right: 25px;
}
.guide-top .vegetarian{
	display: inline-block;
	padding-top: 33px;
	background: url('../image/veg_icon.png') top center no-repeat;
	margin-right: 25px;
}
.guide-top .chef{
	display: inline-block;
	padding-top: 33px;
	background: url('../image/chef.png') top center no-repeat;
	margin-right: 25px;
}
.guide-top .spicy{
	display: inline-block;
	padding-top: 33px;
	background: url('../image/spicy.png') top center no-repeat;
	margin-right: 5px;
}
.brand-product .caption .high_wholegrain{
	display: inline-block;
	width: 74px;
	height: 29px;
	background: url('../image/Higher in wholegrains.png') center center no-repeat;
	background-size:100% auto !important;
	margin-right: 5px;
}
.brand-product .caption .low_calories{
	display: inline-block;
	width: 74px;
	height: 29px;
	background: url('../image//Higher in wholegrains and lower in calories.png') center center no-repeat;
	background-size:100% auto !important;
	margin-right: 5px;
}
.brand-product .caption .vegetarian{
	display: inline-block;
	width: 31px;
	height: 27px;
	background: url('../image/veg_icon.png') center center no-repeat;
	margin-right: 5px;
}
.brand-product .caption .chef{
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url('../image/chef-small.png') center center no-repeat;
	margin-right: 5px;
}
.brand-product .caption .spicy{
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url('../image/spicy-small.png') center center no-repeat;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.clear { clear: both; }
:focus { outline: none !important; }

/* Default Breakpoint */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

*{
	box-shadow:none !important;
	text-shadow:none !important;
}

.newsletter_box .fb a{
	background: url('../image/facebook.png') center center no-repeat;
	display: block;
	width: 48px;
	height: 38px;
}
.newsletter_box .tw a{
	background: url('../image/twitter.png') center center no-repeat;
	display: block;
	width: 48px;
	height: 38px;
}
.newsletter_box .ig a{
	background: url('../image/ig.png') center center no-repeat;
	display: block;
	width: 48px;
	height: 38px;
}
.newsletter_box .youtube a{
	background: url('../image/youtube.png') center center no-repeat;
	display: block;
	width: 48px;
	height: 38px;
}
.newsletter_box .wechat a{
	background: url('../image/wechat.png') center center no-repeat;
	display: block;
	width: 48px;
	height: 38px;
}
.newsletter_box .line a{
	background: url('../image/line.png') center center no-repeat;
	display: block;
	width: 48px;
	height: 38px;
}

.fancybox-close{
	z-index:9999 !important;
}
.oca_testimonial .text{
	height:63px !important;
}

.order-link > a{
	display:table !important;
	border:1px solid #e1e1e1;
	width: 100%;
	box-shadow:0px 0px 2px rgba(0,0,0,0) !important;
	transition: all 0.3s ease;
}
.order-link .dev{
	padding:14px;
}

.order-link .dev h4{
	transition: all 0.3s ease;
}

.order-link:hover .dev h4{
	color: #ED7A03;
}
.order-link .dev + div{ 
	background: #2D2D2D;
	color:#fff !important;
	width:100% !important;
	font-size: 24px !important;
	text-align: center !important;
	font-family: 'Anton', sans-serif;
	line-height: 40px;
	transition: all 0.3s ease;
}

.order-link:hover .dev + div{
	background: #ED7A03 !important;
}

.order-link:hover > a{
	/* box-shadow:0px 0px 10px rgba(0,0,0,0.4) !important; */
}

.gallery-album .col-xs-6.col-sm-6.col-md-4{
	display:inline-table !important;
	vertical-align: middle;
	float: none !important;
	margin-left: -4px;
	margin-bottom:10px;
}