.nav, .nav ul, .nav ul li, .nav ul li a, .nav #menu-button {
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav #menu-button {
	display: none;
}
.main_nav {
	width: 100%;
	background-color: #000000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 1px 2px 2px -2px #ccc;
}
.nav {
	position: relative;
	z-index: 4;
}
.nav > ul {
	display: block;
}
.nav.align-right > ul > li {
}
.nav > ul > li {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	background-image: url(../images/bordr-right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav > ul > li:last-child a {
	text-transform: uppercase;
	background-color: #2759ca;
	color: #fff;
	padding: 10px 14px;/* margin-left: 10px; */
}
.nav > ul > li:last-child a:hover {
	text-transform: uppercase;
	background-color: #85898e;
	color: #fff;
	padding: 10px 14px;/* margin-left: 10px; */
}
.nav.align-center > ul {
	float: none;
	text-align: left;
}
.nav.align-center > ul > li {
	float: none;
}
.nav.align-center ul ul {
	text-align: left;
}
.nav > ul > li > a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 14px;
}
.nav > ul > li:hover > a, .nav > ul > li > a:hover, .nav > ul > li.active > a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #2759ca;
	color: #fff;
	padding: 10px 14px;
}
.nav > ul > li > a.active {
	color: #1581b9;
	text-decoration: none;
}
.nav > ul > li.has-sub > a {
}
.nav > ul > li.has-sub:hover {
	border-top-color: #ffffff!important;
}
.nav > ul > li.has-sub.active, .nav > ul > li.has-sub:hover > a {
	border-top-color: #ffffff!important;
}
.nav ul ul {
	position: absolute;
	left: -9999px;
	top: 50px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: 400;
	opacity: 0;
	/*background-color:#ec8023;*/
	z-index: 4;
	padding: 0px 0px 0px 0px !important;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
	z-index: 2;
	text-align: left;
	width: 250px;
	background: #f2f2f2;
}
.nav ul ul h3 {
	color: #000000;
	padding: 18px 8px 16px;
	font-size: 18px;
	background: #a9bb38;
	display: block;
}
.buddha_img {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
.nav.align-right ul ul {
	text-align: right;
}
.nav > ul > li > ul {
	top: 44px !important;
	z-index: 2;
}
.nav > ul > li:hover > ul {
	top: 47px;
	left: 0;
	opacity: 1;
	z-index: 3;
}
.nav.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
.nav ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
.nav.align-right ul ul ul {
	padding-right: 6px;
}
.nav ul ul > li:hover > ul {
	left: 180px;
	top: 0;
	opacity: 1;
}
.nav.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
.nav ul ul li {
	background-image: none!important;
	color: #666;
	list-style-type: none;
	border-bottom: 1px solid #28a745;
	position: relative;
}
.quantity {
	position: absolute;
	right: 10px;
	top: 18px;
	font-size: 12px;
}
.nav ul ul li:last-child {
	border: none;
}
.nav ul ul li a {
	color: #464747;
	display: block;
	font-size: 15px;
	padding: 12px 3%;
	text-transform: capitalize;
}
.nav ul ul li a:hover {
	color: #000000;
	background: #A5813E;
}
.nav ul ul li:hover > a, .nav ul ul li.active > a {
	color: #fff;
	background: #2759ca;
}
.nav ul ul li:first-child > a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.nav ul ul li:last-child > a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.nav > ul > li > ul::after {
	position: absolute;
	display: block;
}
.nav ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #777777;
	right: 17px;
	top: 14px;
}
.nav.align-right ul ul li.has-sub > a::after {
	border-left-color: transparent;
	border-right-color: #777777;
	right: auto;
	left: 17px;
}
.nav ul ul li.has-sub.active > a::after, .nav ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}
.nav.align-right ul ul li.has-sub.active > a::after, .nav.align-right ul ul li.has-sub:hover > a::after {
	border-right-color: #333333;
	border-left-color: transparent;
}
 @media only screen and (min-width: 981px) and (max-width:1100px) {
.nav > ul > li {
	font-size: 15px;
}
.nav > ul > li > a {
	display: block;
	padding: 15px 6px 15px 2px;
	font-size: 14px;
}
}
 @media only screen and (min-width: 220px) and (max-width:640px) {
/* @media all and (max-width:480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {*/
.nav {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	width: 100%;
	float: none;
	display: block;
	text-align: left;
}
.nav {
	/*    background:#f58026;
  background: rgba(0, 0, 0, 0.5);*/
	background-color: #2759ca;
}
.nav > ul {
	display: none;
}
.nav > ul.open {
	display: block;
	border-top: 1px solid #fff;
	background-color: #000;
	z-index: 10;
}
.nav.align-right > ul {
	float: none;
}
.nav.align-center > ul {
	text-align: left;
}
.nav > ul > li, .nav.align-right > ul > li {
	float: none;
	display: block;
}
.nav > ul > li {
	background: none;
	border-bottom: none;
	padding: 0px 0px;
}
.nav > ul > li > a {
	padding: 5px 10px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-khtml-border-radius: 0px;
	text-align: left;
	background: #e6e6e6;
	border-bottom: 1px solid #fff;
}
.nav > ul > li.has-sub > a {
	margin-right: 0px;
	padding-right: 0px;
}
.nav > ul > li.active > a {
	background: rgba(0, 0, 0, 0.1);
}
.nav #menu-button {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	padding: 17px 10px 14px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: left;
}
.nav ul ul, .nav ul li:hover > ul, .nav > ul > li > ul, .nav ul ul ul, .nav ul ul li:hover > ul, .nav.align-right ul ul, .nav.align-right ul li:hover > ul, .nav.align-right > ul > li > ul, .nav.align-right ul ul ul, .nav.align-right ul ul li:hover > ul {
	left: 0;
	right: auto;
	top: auto;
	opacity: 1;
	width: 100%;
	padding: 0;
	position: relative;
	text-align: left;
	background: none;
}
.nav ul ul {
	background: #d9d9d9!important;
	padding: 0px 0px 0px 0px !important;
}
.nav ul ul li {
	color: #383737;
	list-style-type: none;
	padding: 0px 0px !important;
	width: 100%;
}
.nav ul ul li:last-child {
	border: none;
}
.nav ul ul li a {
	width: 100%;
	box-shadow: none;
	padding: 5px 2%!important;
	background: transparent;
	color: #000;
	font-size: 15px;
}
.nav ul ul li a:hover {
	color: #fff;
}
.nav ul ul ul li a {
	padding-left: 45px;
}
.nav ul ul li:first-child > a, .nav ul ul li:last-child > a {
	border-radius: 0;
}
.nav #menu-button::after {
	display: block;
	content: '';
	position: absolute;
	height: 3px;
	width: 22px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	right: 25px;
	top: 18px;
}
.nav #menu-button::before {
	display: block;
	content: '';
	position: absolute;
	height: 3px;
	width: 22px;
	border-top: 2px solid #fff;
	right: 25px;
	top: 28px;
}
.nav > ul > li.has-sub > a::after, .nav ul ul li.has-sub > a::after {
	display: none;
}
.nav > ul > li > ul::after {
	display: none;
}
/* .nav > ul > li:hover > a, .nav > ul > li > a:hover, .nav > ul > li.active > a {
 color:#fff;
 background:#1581b9;
}*/
.nav ul ul li a:hover {
	background-image: none;
	color: #fff;
}
.nav ul ul {
	border-radius: 0px;
}
.nav > ul > li > a:hover {
	color: #fff!important;
	background: #2759ca;
}
.nav > ul > li:hover > a {
	color: #464747;
}
.nav > ul > li:last-child a {
	text-transform: uppercase;
	background-color: #2759ca;
	color: #fff;
	padding: 5px 10px;
	margin-left: 0;
}
}
