.sidenav_2 {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background-color: #a9c13b;
	overflow-x: hidden;
	transition: 0.5s;
	text-align: left;
	padding-top: 60px;
}
.sidenav_2_div{
	padding: 0 15px;
	white-space: nowrap;
	text-align: left;
}
.sidenav_2_div p{
	color: #333;
}
.sidenav_2_div input[type=radio] {
	margin-top: 2px;
	margin-left: -16px;
}
.sidenav_2_div input[type=checkbox]{
	margin-top: -6px;
	margin-left: -15px;
}
.sidenav_2_div .radio-inline{
	padding-left: 16px;
}

.sidenav_2 a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s
}

.sidenav_2 a:hover, .offcanvas_2 a:focus{
	color: #fff;
}

.sidenav_2 .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav_2 {padding-top: 15px;}
	.sidenav_2 a {font-size: 18px;}
}

.sidenav_1 {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav_1 a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s
}

.sidenav_1 a:hover, .offcanvas_1 a:focus{
	color: #f1f1f1;
}

.sidenav_1 .closebtn_1 {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main_1 {
	transition: margin-left .5s;
}
.overlay3 {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9;
	top: 0;
	left:0;
	background-color: rgba(0,0,0, 0.9);
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	opacity:0;
	transition: opacity 1s;
}

@media screen and (max-height: 450px) {
	.sidenav_1 {padding-top: 15px;}
	.sidenav_1 a {font-size: 18px;}
}

html, body {
	width: auto;
}
body {
	transition: background-color .5s;
}
.offcanvas2 {
	display: none;
	height: 100%;
	width: 250px;
	background-color: #111;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 3;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 60px;
}
.offcanvas {
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	background-color: #a9c13b;
	position: fixed;
	z-index: 10;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 60px;
}
.offcanvas a,.offcanvas2 a {
	padding: 8px 8px 8px 32px;
	text-decoration: none !important;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: .3s
}
.offcanvas a:hover, .offcanvas a:focus,.offcanvas2 a:hover{
	color: #f1f1f1;
}
.closeOffcanvas {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 26px !important;
	margin-left: 50px;
	z-index: 11;
}
#mainContent {
	transition: margin-left .5s;
}
@media screen and (max-height: 500px) {
	.offcanvas {padding-top:15px;}
	.offcanvas a {font-size: 18px;}
}


#you1{
	/* background-image:url("https://dev.freshspoke.com/css/default/front/<?php echo $user_pic;?>"); */
	background-position:center;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	float: left;
	margin-top: 0;
	vertical-align: middle;
	background-size: cover;
}
.row-header-login-tab .header_menu > li > a, .sestextuser{
	line-height: 44px;
	text-transform: capitalize;
}
.row-header-login-tab .nav-tabs {
	border-bottom: 0 none;
}
.body-login .header_top.landing_eieieat_1 {
	background-color: transparent;
	padding: 0;
	border-bottom: 0 none;
}
.body-login .header_menu.header_menu_login > li:first-child {
	padding: 5px 0 5px 5px;
}
.body-login .header_menu.header_menu_login > li:nth-child(2) {
	padding: 5px 10px 5px 5px;
}
.body-login .header_menu.header_menu_login > li{
	padding: 5px 10px;
}
.shop-cart-shcart{
	background-color: #a9c13b;
	padding: 0 10px;
	border-radius: 5px;
}
#you1 {
	border-radius: 5px;
	height: 44px !important;
	width: 44px;
	margin-right: 8px;
}
.header_top.landing_eieieat_1 .header_menu li .shop-cart-shcart a {
	color: #fff;
	line-height: 30px;
}
.header_top.landing_eieieat_1 .header_menu li a {
	color: #736357
}
.nav-tabs.nav-tabs-login > li.active > a, .nav-tabs.nav-tabs.nav-tabs-login > li.active > a:hover,
.nav-tabs.nav-tabs.nav-tabs-login > li.active > a:focus {
	background: #fff;
	color: #736357;
	outline: none;
	font-weight: normal;
	border: 0 none;
	font-size: 15px;
	padding: 2px 20px;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
}
.nav-tabs.nav-tabs-login > li > a {
	color: #fff;
	font-size: 15px;
	padding: 2px 20px;
	text-transform: uppercase;
	background-color: rgba(115, 99, 87, 0.5);
	border-radius: 0 0 5px 5px;
}
.nav-tabs.nav-tabs-login > li {
	padding-left: 5px;
}
.header_menu.header_menu_login li  a:hover,
.body-login .add_shop_header nav#nav-main-0 a:hover{
	color: #a9c13b;
}
.activity-count{
	background: transparent;
}
.span-activity-count{
	background-color: #ff6d00;
	padding: 0 4px;
	border-radius: 2px;
	font-size: 12px;
}
#notificationCount {
	right: 0;
	background-color: #ff6d00;
}
.fa.fa-angle-down{
	position: relative;
	top: 3px;
	margin-left: 3px;
}
.showlist2 {
	width: 237px !important;
	right: inherit !important;
	left: -86px !important;
}
.showlist2 span.menuarrow {
	right: inherit;
	left: 113px;
}
.browse-nav-inner span.menuarrow{
	background: transparent;
}
.showlist2 span.menuarrow:after, .showlist2 span.menuarrow:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.showlist2 span.menuarrow:after {
	border-color: rgba(55, 202, 213, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
	top: -4px;
}
.showlist2 span.menuarrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #e2e2e2;
	border-width: 9px;
	margin-left: -9px;
	top: -6px;
}
#nav-trigger {
	display: none;
	text-align: center;
}
.body-login .add_shop{
	background: #fff;
}
.body-login #panel-0 > li > a:hover {
	background-color: #fff;
}
.body-login .complete-indicator{
	padding: 0;
}
.body-login .name-inner {
	font-size: 16px;
	width: auto;
	font-weight: normal;
}
.header_menu.header_menu_login .add_shop #panel-0 > li {
	padding: 5px 0;
}
.body-login .add_shop_drop_down {
	background: #e6eccb;
	right: 0;
	top: 38px;
	border-radius: 3px;
}
.body-login #panel-0 .add_shop_drop_down li a .name-inner{
	font-size: 14px !important;
}
.body-login #panel-0 .add_shop_drop_down li a:hover{
	background-color: transparent;
	color: #736357 !important;
}
.body-login #panel-0 .add_shop_drop_down li:hover{
	background-color: rgba(169, 193, 59, 0.3);
}
.body-login .add_shop_drop_down:before{
	right: 7px;
	top: -6px;
	content: ' ';
	display: block;
	position: absolute;
	z-index: 2;
	border-top: 0px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #e6eccb;
	border-left: 6px solid transparent;
}
.browse-nav-inner li:hover a {
	background-color: rgba(169, 193, 59, 0.3);
	color: #736357 !important;
}
.navbar-default .navbar-nav > li > a {
	/* color: #736357 !important; */
}
.body-login .add_steps.shop-menu-list, .body-login .offcanvas .below-header.clearfix.calist {
	margin-top: 0px;
}
.body-login .below-header.clearfix.calist{
	margin-top: 90px;
}
.body-login.category-list .below-header.clearfix.calist{
	margin-top: 26px;
}
.body-login .landing1 ~ header .below-header.clearfix.calist {
	margin-top: 0;
}
.body-login .add_shop_header nav#nav-main-0 a {
	display: block;
	color: #736357;
	font-weight: normal;
	padding: 0 10px !important;
}
.body-login .header_categories, .category-list.body-login .mn_hbv_top a:first-child,
.category-list.body-login .sidenav_hbv a:nth-child(2){
	display: none;
}
.category-list.body-login .header_categories{
	display: block;
}
.shop_active {
	color: #736357 !important;
}
.shop_active:hover{
	color: #a9c13b !important;
}
.header_top.landing_eieieat_1 .header_menu.header_menu_login li.active a{
	color: #a9c13b;
}
.header_menu.header_menu_login li.active {
	background: transparent !important;
}
.add_steps.add_steps_mancom > li{
	padding: 0 !important;
}
.add_steps.add_steps_mancom >li > a{
	line-height: 44px !important;
	height: 44px !important;
	padding: 5px 0 !important;
}
.add_steps.add_steps_mancom >li .add_shop_drop_down li a {
	padding: 0 10px !important;
	color: #736357 !important;
	font-size: 14px !important;
	text-align: left;
	font-weight: normal;
}
.body-login #panel-0 .add_shop_drop_down li:hover {
	background-color: rgba(169, 193, 59, 0.3);
}
.add_steps.add_steps_mancom >li .add_shop_drop_down li.active_dr a {
	color: #a9c13b !important;
}
.header_menu.header_menu_login .dropdown-menu.showlist2 li {
	padding: 0;
}
.dropdown-menu.showlist2 > .active > a, .dropdown-menu.showlist2 > .active > a:hover,
.dropdown-menu.showlist2 > .active > a:focus {
	color: #fff !important;
	text-decoration: none;
	background-color: rgb(169, 193, 59);
	outline: 0;
}
.header_menu ul.add_shop_drop_down li a {
	font-size: 14px;
}
.inner-addon .glyphicon {
	position: absolute;
	padding: 11px 7px;
	pointer-events: none;
	z-index: 9;
	color: #736357;
}
.right-addon .glyphicon { right: -8px;}
.inner-addon .btn:active, .inner-addon .btn.active {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
}
.hero-category{
	border-bottom: 1px solid #dcdcdc;
	/*background-color: rgba(169, 193, 59, 0.1);*/
}
.row-header-login-tab .tab-content{
	box-shadow: 0 0 70px 0 #000;
}
/*a.sestextuser{
	min-width: 70px !important;
	}*/
	.menu_news_hbv {
		position: absolute;
		right: 0;
		bottom: -1px;
		padding: 4px 4px 5px;
	}
	.menu_news_hbv a{
		padding: 1px 10px 2px;
		border-radius: 0 0 5px 5px;
		background: rgba(115, 99, 87, 0.5);
	}
	.mn_hbv_bottom, .shide-menu-hbv .mn_hbv_top{
		display: none;
	}
	.mn_hbv_top, .shide-menu-hbv .mn_hbv_bottom{
		display: block;
	}
	.menu_news_hbv .mn_hbv_bottom a{
		color: #fff;
	}

	.sidenav_hbv {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.8);
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		text-align:center;
	}

	.sidenav_hbv a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: block;
		transition: 0.3s

	}

	.sidenav_hbv a:hover{
		color: #fff;
	}

	.closebtn_hbv {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px !important;
		margin-left: 50px;
	}

	@media screen and (max-height: 450px) {
		.sidenav_hbv {padding-top: 15px;}
		.sidenav_hbv a {font-size: 18px;}
	}
	input[type="date"] {
		background:#fff url(../../../../data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
	}
	input[type="date"]::-webkit-inner-spin-button {
		display: none;
	}
	input[type="date"]::-webkit-calendar-picker-indicator {
		opacity: 0;
	}
	input[type="date"] {
		border: 1px solid #c4c4c4;
		border-radius: 5px;
		background-color: #fff;
		padding: 3px 5px;
		width: 115px;
		color: #333;
		height: 28px;
	}