
/* --------------------------------------
/* Responsive Menu style
----------------------------------------*/
.main-header #top-store-above-menu, .below-header #top-store-above-menu {
	display: none;
}

.top-store-menu, .top-store-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-store-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	display: inline-block;
}

.top-store-menu li a:hover, .top-store-menu .current-menu-item a {
	color: #ff0052;
}

.top-store-menu > li > a {
	display: block;
	position: relative;
	margin: 0;
	border: 0px;
	font-size: 14px;
	font-family: "Lato-Regular", sans-serif;
	padding: 12px 20px 12px 0px;
	color: #777;
}

#top-store-above-menu.top-store-menu > li > a {
	font-size: 13px;
	font-family: "Lato-Regular", sans-serif;
}

.top-store-menu li a i {
	padding-right: 5px;
	font-size: 16px;
	text-shadow: none;
}

.top-store-menu li ul.sub-menu li a i {
	padding-right: 10px;
}

.top-store-menu li.on-section a {
	color: #111;
}

.top-store-menu li ul.sub-menu li a:hover {
	background: #eee;
}

.top-store-menu li .menu-active {
	position: relative;
}

.top-store-menu > li > a > .arrow:before {
	margin-left: 5px;
	font-family: FontAwesome;
	height: auto;
	content: "";
	font-weight: 300;
	text-shadow: none;
	width: 10px;
}

.top-store-menu li ul.sub-menu li > a > .arrow:before {
	content: "";
}

.top-store-menu ul.sub-menu, .top-store-menu .page_item_has_children .children {
	position: absolute;
	box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
	list-style: none;
	margin-bottom: 0;
	line-height: 18px;
	text-align: left;
	min-width: 166px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	background-color: #fff;
	margin: 0;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
	-webkit-transform: translateY(14px);
	transform: translateY(14px);
}

.top-store-menu ul.sub-menu.slide, .top-store-menu .page_item_has_children:hover .children {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.top-store-menu li ul.sub-menu > li {
	width: 185px;
}

.top-store-menu li ul.sub-menu li a, .top-store-menu .children li a {
	display: block;
	height: auto;
	min-height: 0 !important;
	line-height: 1.8;
	padding: 12px 15px;
	text-decoration: none;
	font-weight: normal;
	background: none;
}

.top-store-menu > li > ul.sub-menu > li, .top-store-menu li.page_item_has_children {
	position: relative;
	line-height: initial;
}

.top-store-menu > li > ul.sub-menu li > a > .arrow:before, .top-store-menu li.page_item_has_children:before {
	float: right;
	margin-right: 0px;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "";
	text-shadow: none;
}

.top-store-menu li.page_item_has_children:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
}

.top-store-menu > li > ul.sub-menu > li ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0px;
	list-style: none;
	margin: 0;
}

.top-store-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
	position: absolute;
	left: 185px;
	top: 0px;
	list-style: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
	display: none;
	width: 100%;
}

.menu-toggle h3, .bar-menu-toggle h3 {
	float: left;
	color: #fff;
	padding: 0px 10px;
	font-weight: 600;
	font-size: 16px;
}

.menu-toggle .icon-bar {
	display: block !important;
	width: 22px;
	height: 1px;
	background-color: #090909;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 5px;
}

.menu-toggle .menu-btn {
	float: right;
	background: transparent;
}

.top-store-menu .hide-menu {
	display: none;
}

.menu-close-btn:hover {
	cursor: pointer;
}

.menu-toggle .menu-btn:focus, .bar-menu-toggle .menu-btn:focus {
	outline: 0;
}

/* Accordion Menu Styles
----------------------------------------*/
ul[data-menu-style="accordion"] {
	width: 250px;
}

ul[data-menu-style="accordion"] > li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	float: none !important;
}

ul[data-menu-style="accordion"] li ul.sub-menu > li {
	width: 100%;
}

ul[data-menu-style="accordion"] > li > a > .arrow:before {
	float: right;
	content: "";
}

ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
	content: "" !important;
}

ul[data-menu-style="accordion"] > li > ul.sub-menu {
	position: static;
}

ul[data-menu-style="accordion"] > li > a i {
	padding-right: 10px;
	color: #ff5737;
}

ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
	position: static;
}

ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
	position: static;
}

ul[data-menu-style="accordion"] > li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
	content: "" !important;
}

body {
	transition: all .2s ease-in-out;
	-webkit-transition: all .23s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	left: 0;
}

/****************************/

/*end hamburger menu*/

/****************************/
@media screen and (max-width: 1024px) {
	.top-store-menu li, .top-store-menu a {
		position: relative;
	}
	
	.top-store-menu li ul.sub-menu li > a > .arrow:before {
		content: "";
	}
	
	.overcenter .top-store-menu {
		text-align: center;
	}
	
	.main-header #top-store-above-menu, .below-header #top-store-above-menu {
		display: block;
	}
	
	.abv-two .top-header-col1 .menu-toggle .menu-btn {
		float: none;
	}
	
	.mhdfull .top-header .menu-toggle, .mhdfull .bottom-header .menu-toggle {
		display: block !important;
	}
	
	.sticky-mobile-menu-active .left, .mobile-menu-active .sider.top-store-menu-hide.left, .mobile-bottom-menu-active .sider.top-store-menu-hide.left {
		left: -300px;
		right: auto;
		transition: left .3s ease;
	}
	
	.sticky-mobile-menu-active .right, .mobile-menu-active .sider.top-store-menu-hide.right, .mobile-bottom-menu-active .sider.top-store-menu-hide.right {
		left: auto;
		right: -300px;
		transition: right .3s ease;
	}
	
	.mobile-menu-active .top-store-menu .searchfrom #searchform {
		display: block;
		position: relative;
	}
	
	.mobile-menu-active .top-store-menu .searchfrom .search-btn {
		display: none;
	}
	
	.mobile-menu-active li.menu-item.zta-custom-item {
		padding: 18px 0px;
		border: none;
	}
	
	.mobile-menu-active .top-store-menu .searchfrom {
		float: left;
	}
	
	.main-header .menu-custom-search .content-social ul.social-icon li {
		display: -webkit-inline-box;
	}
	
	.main-header .menu-custom-search .content-social ul.social-icon {
		margin: 0;
		display: block;
	}
	
	.demo {
		width: 96%;
		padding: 2%;
	}
	
	ul[data-menu-style="vertical"], ul[data-menu-style="accordion"], ul[data-menu-style="vertical"] li ul.sub-menu {
		width: 100% !important;
	}
	
	.top-store-menu {
		float: left;
		width: 100%;
	}
	
	.top-store-menu > li {
		position: relative;
		float: none;
	}
	
	.top-store-menu > li > a i {
		padding-right: 10px;
		color: #ff5737;
	}
	
	.top-store-menu > li > a > .arrow:before {
		float: right;
		content: "";
	}
	
	.sider.left .top-store-menu > li, .sider.right .top-store-menu > li {
		float: none;
	}
	
	.top-store-menu li ul.sub-menu li a {
		display: block;
		margin: 0px 0px;
		padding: 10px 40px 10px 0px !important;
		text-decoration: none;
		font-weight: normal;
		background: none;
	}
	
	li.menu-active > a > .arrow:before {
		content: "";
	}
	
	.top-store-menu li ul.sub-menu > li {
		width: 100%;
	}
	
	.top-store-menu li ul.sub-menu li ul.sub-menu li a {
		padding-left: 30px;
	}
	
	.top-store-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
		padding-left: 50px;
	}
	
	.top-store-menu > li > ul.sub-menu {
		position: static;
	}
	
	.top-store-menu > li > ul.sub-menu > li ul.sub-menu {
		position: static;
	}
	
	.top-store-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
		position: static;
	}
	
	.top-store-menu li ul.sub-menu li.menu-active > a > .arrow:before {
		content: "";
	}
	
	.top-store-menu > li > a, .top-header-bar .top-store-menu > li > a, .bottom-header-bar .top-store-menu > li > a {
		padding: 10px 40px 10px 0px !important;
	}
	
	.top-header-bar.abv-two .top-header-col1 .menu-toggle .menu-btn, .top-header-bar.abv-three .top-header-col1 .menu-toggle .menu-btn, .bottom-header-bar.btm-two .bottom-header-col1 .menu-toggle .menu-btn, .bottom-header-bar.btm-three .bottom-header-col1 .menu-toggle .menu-btn {
		float: left;
	}
	
	/*menu-advance-style*/
	.logged-in.admin-bar .sider {
		top: 0;
	}
	
	.sider.left {
		display: block;
		position: fixed;
		top: 0;
		height: 100vh;
		z-index: 999999;
		width: 280px;
		padding: 2em 1.5em;
		max-width: 100%;
		-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
		box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 15px;
		background-color: #fff;
		-webkit-touch-callout: none;
		user-select: none;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	.sider.left {
		left: -100%;
	}
	
	.sider.left .top-store-menu > li, .sider.right .top-store-menu > li {
		float: none;
		line-height: initial;
		width: 100%;
		text-align: left;
	}
	
	.mobile-menu-active .sider::-webkit-scrollbar, .sider.overcenter ul#top-store-menu::-webkit-scrollbar {
		width: 5px;
	}
	
	.mobile-menu-active .sider.left, .sticky-mobile-menu-active .sider.left, .mobile-bottom-menu-active .sider.left {
		left: 0px;
	}
	
	body {
		transition: all .2s ease-in-out;
		-webkit-transition: all .23s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		left: 0;
	}
	
	/*right-menu*/
	.sider.right {
		display: block;
		position: fixed;
		top: 0;
		height: 100vh;
		z-index: 999999;
		width: 280px;
		padding: 3em 1.5em;
		max-width: 100%;
		border-right: 1px solid rgba(0, 0, 0, .1);
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 15px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
		box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
		-webkit-touch-callout: none;
		user-select: none;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	.sider.right {
		right: -100%;
		left: auto;
	}
	
	.mobile-menu-active .sider.right, .sticky-mobile-menu-active .sider.right, .mobile-bottom-menu-active .sider.right {
		left: auto;
		right: 0;
		transition: right .3s ease;
	}
	
	/*center over menu*/
	.sticky-mobile-menu-active .overcenter, .mobile-menu-active .sider.top-store-menu-hide.overcenter, .mobile-bottom-menu-active .sider.top-store-menu-hide.overcenter {
		display: none;
	}
	
	.mobile-menu-active .sider.overcenter, .sticky-mobile-menu-active .sider.overcenter, .mobile-bottom-menu-active .sider.overcenter {
		position: fixed;
		left: 0px;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0 auto;
		height: 100vh;
		background: rgba(16, 18, 19, .95);
		display: block;
		z-index: 9999;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-animation: bodyfadeIn .3s;
		-moz-animation: bodyfadeIn .3s;
		-ms-animation: bodyfadeIn .3s;
		-o-animation: bodyfadeIn .3s;
		animation: bodyfadeIn .3s;
	}
	
	.mobile-menu-active .sider.overcenter, .sticky-mobile-menu-active .sider.overcenter {
		padding: 90px 0 90px 0px !important;
	}
	
	.mobile-menu-active .sider.overcenter .top-store-menu, .sticky-mobile-menu-active .sider.overcenter .top-store-menu, .mobile-bottom-menu-active .sider.overcenter .top-store-menu {
		float: none;
		max-width: 800px;
		margin: 0 auto;
		margin: auto;
	}
	
	.mobile-bottom-menu-active .sider.overcenter .menu-close-btn {
		margin-top: 40px;
		margin-left: 40px;
	}
	
	.sider.overcenter {
		-webkit-animation: bodyfadeIn .3s;
		-moz-animation: bodyfadeIn .3s;
		-ms-animation: bodyfadeIn .3s;
		-o-animation: bodyfadeIn .3s;
		animation: bodyfadeIn .3s;
	}
	
	.overcenter {
		display: none;
	}
	
	/*close button css*/
	.menu-close-btn {
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.left .menu-close, .right .menu-close {
		background: #111;
	}
	
	.menu-close a:hover {
		color: #fff;
	}
	
	.menu-close-btn {
		margin: 10px;
		width: 14px;
		display: block;
		text-decoration: none;
		top: .75em;
		right: 1em;
		min-width: 1em;
		min-height: 1em;
		transform-origin: center;
		transition: all .3s linear;
		transition-property: transform;
		-webkit-backface-visibility: hidden;
		font-size: 20px;
		color: #fff;
	}
	
	.menu-close-btn:before {
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	
	.menu-close-btn:before, .menu-close-btn:after {
		content: "";
		display: block;
		border-top: 1px solid;
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
	}
	
	.menu-close-btn:after {
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	
	.menu-close-btn:hover {
		-webkit-transform: rotateZ(90deg);
		-moz-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
	}
	
	/*left pan*/
	.mhdrleftpan .sider {
		left: 0;
		position: inherit;
	}
	
	header.mhdrleftpan .container, header.mhdrrightpan .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.mhdrleft .top-store-menu {
		padding-left: 0 !important;
	}
	
	.mhdrleftpan .sider .hide-menu, .mhdrrightpan .sider .hide-menu {
		display: block;
	}
	
	.mhdrleftpan .menu-toggle, .mhdrrightpan .menu-toggle {
		display: none !important;
	}
	
	.mhdrleftpan .sider .menu-close-btn, .mhdrrightpan .sider .menu-close-btn {
		display: none;
	}
	
	.mhdrleftpan .sider.left, .mhdrleftpan .sider.right, .mhdrrightpan .sider.left, .mhdrrightpan .sider.right {
		width: 100%;
		max-width: 100%;
		padding-bottom: 0;
		height: auto;
	}
	
	.mhdrleftpan .sider.overcenter, .mhdrrightpan .sider.overcenter {
		display: block;
	}
	
	body.mobile-pan-active {
		overflow-x: hidden;
	}
	
	/*right pan*/
	.mhdrrightpan .sider {
		right: 0;
		left: auto;
		position: inherit;
	}
	
	.mhdrright .top-store-menu {
		padding-right: 0 !important;
	}
	
	.mhdrrightpan .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.menu-toggle .menu-btn {
		display: flex;
	}
	
	.menu-toggle .menu-btn span {
		color: #090909;
		align-self: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		margin-left: 8px;
	}
	
	.menu-toggle .menu-btn .icon-text {
		display: none;
	}
	
	.menu-toggle .menu-btn .text span, .bar-menu-toggle .menu-btn .text span {
		margin-left: 5px;
	}
	
	.top-store-menu.collapse span.arrow {
		position: absolute;
		right: 20px;
		height: 20px;
		width: 40px;
		line-height: 20px;
		top: 7px;
	}
	
	.top-store-menu.collapse li a .arrow:before {
		margin-right: 12px;
		font-size: 13px;
	}
	
	.top-store-menu.collapse > li > ul.sub-menu li > a > .arrow:before {
		margin-right: 10px;
		font-size: 12px;
	}
	
	.sider .sider-inner ul#top-store-menu, .top-store-menu li ul.sub-menu {
		background: transparent;
	}
	
	.sider .sider-inner ul#top-store-menu.top-store-menu > li > a:hover {
		background: transparent;
	}
	
	.right .menu-close {
		width: 40px;
		height: 40px;
		top: 0;
		position: absolute;
		left: 0;
	}
	
	.left .menu-close {
		width: 40px;
		height: 40px;
		top: 0;
		position: absolute;
		right: 0;
	}
	
	.main-header .sider-inner ul.top-store-menu li ul.sub-menu, .sider-inner #top-store-above-menu.top-store-menu > li > a:hover, .sider-inner #top-store-above-menu.top-store-menu li ul.sub-menu, .sider-inner #top-store-above-menu.top-store-menu li ul.sub-menu li a:hover, .sider-inner #top-store-above-menu.top-store-menu li ul.sub-menu li:hover, .main-header .main-header-container nav {
		background: transparent !important;
	}
	
	.two .main-header-col2 {
		order: 3;
		flex: none !important;
	}
	
	/********************
Overcenter Mobile Menu 
*************************/
	.sider.overcenter .sider-inner .top-store-menu li {
		width: 100% !important;
	}
	
	.sider.overcenter .sider-inner ul.top-store-menu li a {
		font-size: 20px;
		color: #fff;
		font-family: "Lato-Bold";
		line-height: initial;
		padding: 10px 0px 10px 0px !important;
	}
	
	.sider.overcenter .top-store-menu ul.sub-menu {
		opacity: inherit;
		display: none;
		float: none;
		text-align: center;
		-webkit-transform: inherit;
		transform: inherit;
		transition: inherit;
	}
	
	.sider.overcenter .sider-inner ul.top-store-menu li a:hover {
		background: none;
		color: #ff0052;
	}
	
	.sider.overcenter .top-store-menu.collapse span.arrow {
		right: auto;
		position: absolute;
		height: 30px;
		width: 40px;
		line-height: 30px;
		top: auto;
	}
	
	.sider.overcenter .top-store-menu.collapse li a .arrow:before {
		line-height: 30px;
	}
	
	.overcenter .menu-close .menu-close-btn {
		position: absolute;
	}
	
	.overcenter .menu-close-btn {
		min-width: 1.5em;
		min-height: 1.5em;
		top: 2.5em;
	}
	
	.overcenter .menu-close-btn:before, .overcenter .menu-close-btn:after {
		border-top: 2px solid;
	}
	
	/*Left and right pan*/
	.left .menu-item-has-children ul, .right .menu-item-has-children ul {
		display: none;
	}
	
	.top-store-menu li ul.sub-menu li a:hover {
		background: none;
	}
	
	.top-store-menu ul.sub-menu {
		opacity: inherit;
		display: none;
		float: none;
		-webkit-transform: inherit;
		transform: inherit;
		transition: inherit;
	}
	
	.top-store-menu ul.sub-menu.slide {
		-webkit-transform: inherit;
		transform: inherit;
		transition: inherit;
	}
	
	/*mobile menu wrapper*/
	.top-store-mobile-menu-wrapper {
		width: 100%;
		top: 0;
		position: fixed;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		z-index: 1001;
	}
	
	.mobile-menu-active .top-store-mobile-menu-wrapper, .sticky-mobile-menu-active .top-store-mobile-menu-wrapper {
		visibility: visible;
		opacity: 1;
	}
	
	@-webkit-keyframes bodyfadeIn {
		0% {
			opacity: 0;
		}
		
		100% {
			opacity: 1;
		}
	}
	
	@keyframes bodyfadeIn {
		0% {
			opacity: 0;
		}
		
		100% {
			opacity: 1;
		}
	}
}

@media screen and (max-width: 768px) {
	/*mobile pan style*/
	.header-pan-icon {
		display: block;
	}
	
	.mhdrleftpan .header-pan-icon span {
		position: fixed;
		top: 10%;
		left: 0;
		background-color: #008ec2;
		color: #fff;
		font-size: 1.2em;
		width: 30px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		z-index: 10000;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	
	.mhdrrightpan .header-pan-icon span {
		left: auto;
		right: 0;
		position: fixed;
		top: 10%;
		background-color: #008ec2;
		color: #fff;
		font-size: 1.2em;
		width: 30px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		z-index: 10000;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	
	.mobile-pan-active .mhdrleftpan .header-pan-icon span {
		left: 270px;
	}
	
	.mobile-pan-active .mhdrrightpan .header-pan-icon span {
		left: auto;
		right: 270px;
	}
	
	.mhdrleftpan #page.open-site {
		margin-left: auto !important;
	}
	
	.mhdrrightpan #page.open-site {
		margin-right: auto !important;
	}
	
	header.mhdrleftpan {
		left: -270px !important;
		right: auto;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	
	header.mhdrrightpan {
		right: -270px !important;
		left: auto;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	
	.mobile-pan-active header.mhdrleftpan {
		left: 0px !important;
		right: auto;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	
	.mobile-pan-active header.mhdrrightpan {
		right: 0px !important;
		left: auto;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	
	.mhdrleftpan #page.open-site {
		left: 0px !important;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	
	.mhdrrightpan #page.open-site {
		right: 0px !important;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	
	.mobile-pan-active.mhdrleftpan #page.open-site {
		left: 270px !important;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	
	.mobile-pan-active.mhdrrightpan #page.open-site {
		right: 270px !important;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	
	.open-site .mhdrleftpan .pan-icon:before {
		content: "";
		font-family: FontAwesome;
	}
	
	.mobile-pan-active .open-site .mhdrleftpan .pan-icon:before {
		content: "";
		font-family: FontAwesome;
	}
	
	.open-site .mhdrrightpan .pan-icon:before {
		content: "";
		font-family: FontAwesome;
	}
	
	.mobile-pan-active .open-site .mhdrrightpan .pan-icon:before {
		content: "";
		font-family: FontAwesome;
	}
	
	.mhdrleftpan .site-content #primary, .mhdrrightpan .site-content #primary {
		margin: 0px;
	}
	
	header.mhdrleftpan .open-cart {
		left: -270px !important;
		right: auto;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	
	header.mhdrrightpan .open-cart {
		right: -270px !important;
		left: auto;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	
	.cart-pan-active header.mhdrleftpan .open-cart {
		left: 0px !important;
		right: auto;
	}
	
	.cart-pan-active header.mhdrrightpan .open-cart {
		right: 0px !important;
		left: auto;
	}
}

@media screen and (max-width:544px) {
	/*inline menu*/
	.inline .open-logo img {
		height: auto;
	}
	
	.inline .two .main-header-container {
		flex-wrap: nowrap;
	}
	
	.mhdrcenter.inline .two .main-header-container {
		flex-wrap: wrap;
	}
	
	.stack .two .main-header-col1, .stack .two .main-header-col2 {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	
	.stack .top-store-menu .menu-custom-search {
		text-align: left;
	}
	
	.main-header.mhdrright.stack .two .main-header-col1 {
		text-align: center;
	}
	
	.main-header.mhdrright .two .main-header-col2 {
		justify-content: center;
	}
}

.mobile-menu-active .top-store-menu ul.sub-menu, .sticky-mobile-menu-active .top-store-menu ul.sub-menu {
	box-shadow: none;
}

/************************/

/*menu description style*/

/************************/
#top-store-above-menu .menu-item-description, #top-store-footer-menu .menu-item-description {
	display: none;
}

nav .menu-item-description {
	position: absolute;
	top: -3px;
	left: calc(100% - 25px);
	background-color: #111;
	font-size: 11px;
	padding: 3px 5px;
	line-height: 10px;
	color: #fff;
}

nav .menu-item-description:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 6px solid transparent;
	left: 3px;
	bottom: -4px;
}

/*red*/
.top-store-menu > li:nth-child(4n+1) .menu-item-description {
	background: #e96656;
}

.top-store-menu > li:nth-child(4n+1) .menu-item-description:after {
	border-top: 4px solid #e96656;
}

/*yellow*/
.top-store-menu > li:nth-child(4n-2) .menu-item-description {
	background: #f3c824;
}

.top-store-menu > li:nth-child(4n+2) .menu-item-description:after {
	border-top: 4px solid #f3c824;
}

/*green*/
.top-store-menu > li:nth-child(4n-1) .menu-item-description {
	background: #34d293;
}

.top-store-menu > li:nth-child(4n-1) .menu-item-description:after {
	border-top: 4px solid #34d293;
}

/*blue*/
.top-store-menu > li:nth-child(4n) .menu-item-description {
	background: #3ab0e2;
}

.top-store-menu > li:nth-child(4n) .menu-item-description:after {
	border-top: 4px solid #3ab0e2;
}

.mobile-menu-active nav .menu-item-description, .sticky-mobile-menu-active nav .menu-item-description, .pan-content nav .menu-item-description {
	position: relative;
	top: 0;
	left: auto;
	background-color: #111;
	font-size: 11px;
	padding: 3px 5px;
	line-height: 10px;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}
