/*------------------------------------*\

    Flaunt JS Navigation

\*------------------------------------*/



.nav {
	position: relative;
	display: block;
	font-size: 12px;
	z-index: 9;
	width: 100%;
}
.nav-list {
	text-align: center;
	margin: 0;
	list-style: none;
	padding: 0;
}
#menu-main-menu .menu-item {
	float: left;
	display: inline;
	zoom: 1;
	position: relative;
	border-right: 1px solid #ccc;
}
#menu-main-menu .menu-item a {
	display: block;
	color: #FFF;
	padding: 15px 15px;
	/*font-weight:700;*/

	text-decoration: none;
	text-align: center;
	line-height: 20px;
}
#menu-main-menu .menu-item > a:hover {
	background: #cb0715;
	text-decoration: none;
}
#menu-main-menu .menu-item:last-child {
	border: none;
}
.menu-item:hover .sub-menu {
	display: block;
}
/* Navigation submenu */

.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 225px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:10;
}
.sub-menu ul {
	position: absolute;
	left: 100%;
	top: 0;
	list-style: none;
}
.menu-item .sub-menu ul {
	display: none !important;
}
.menu-item .sub-menu li:hover ul {
	display: block !important;
}
.sub-menu li {
	float: none;
	width: 100%;
	border-right: none !important;
}
.header_menu_single a {
	padding: 25px 18px !important;
}
.sub-menu a {
	background: #000;
	border-bottom: 1px solid #ccc !important;
	display: block;
	padding: 6px 15px !important;
	font-size: 12px;
	color: #fff !important;
	text-shadow: none;
	text-align: left !important;
	border-bottom: none;
	letter-spacing: 0px;
font-weight: 500;
}
.sub-menu a:hover {
	background: #a09263;
	text-decoration: none;
	color: #fff;
	border-bottom: none;
	font-size: 12px;
}
.sub-menu .active a {
	background: #a09263;
	color: #fff;
}
/* Mobile navigation */

.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: -48px;
	left: 0;
	background: url(../img/menu_icon.png) no-repeat center center;
	background-size: 18px;
	height: 20px;
	width: 40px;
}
/* Mobile navigation, clickable area for revealing <ul> */

.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border: 1px solid #ccc;
	height: 41px;
width: 41px;
	cursor: pointer;
	background: #ccc;
}
.nav-click i {
	display: block;
	height: 41px;
width: 41px;
	background: url(../img/drop.svg) no-repeat center center;
	background-size: 20px;
}
.nav-click:hover {
	background-color: #333;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}



/*------------------------------------*\

    Media Queries

\*------------------------------------*/



@media only screen and (min-width: 320px) and (max-width: 767px) {
.nav-mobile {
	display: block;
}
.nav {
	width: 100%;
	padding: 0px 0 0;
}
.nav-list {
	display: none;
}
.menu-item {
	width: 100%;
	float: none;
}
.menu-item > a {
	padding: 10px;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-shadow: none;
	color: #333;
}
.menu-item > a:hover {
	background: #ccc;
	color: #000;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.menu-item:hover .sub-menu {
	display: none;
}
.sub-menu {
	position: static;
	width: 100%;
}
.sub-menu ul {
	position: static;
	left: 0%;
}
.sub-menu a {
	color: #000 !important;
}
.category_listing_inner .nav-mobile {
	display: none;
}
.category_listing_inner .nav {
	background: none;
}
}
.padding_for_oneline {
	padding: 15px 24px !important;
}
