.cherry-mega-menu {
	list-style: none;
	padding: 0!important;
	margin: 0;
	border: none;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99
}
.cherry-mega-menu.mega-menu-mobile-on {
	display: none;
	width: 100%!important;
	float: none!important;
	background: #fcfcfc;
	clear: both
}
.cherry-mega-menu.mega-menu-mobile-on li[class*=menu-columns] {
	width: 100%!important;
	clear: both
}
.cherry-mega-menu.mega-menu-mobile-on .cherry-mega-menu-sub {
	height: auto
}
.cherry-mega-menu.mega-menu-direction-vertical {
	width: 300px
}
.cherry-mega-menu:after {
	clear: both;
	width: 100%;
	content: "";
	width: 100%;
	display: block
}
.cherry-mega-menu-mobile-trigger {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	padding: 10px;
	margin: 0;
	cursor: pointer;
	display: none;
	position: relative;
	z-index: 999;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cherry-mega-menu-mobile-trigger-box {
	display: none
}
.cherry-mega-menu-mobile-trigger-box:checked~.cherry-mega-menu,
.cherry-mega-menu-mobile-trigger-box:checked~.cherry-mega-menu-mobile-close,
.cherry-mega-menu-mobile-trigger-box:checked+.cherry-mega-menu,
.cherry-mega-menu-mobile-trigger-box:checked+.cherry-mega-menu+.cherry-mega-menu-mobile-close {
	display: block!important
}
.cherry-mega-menu-mobile-trigger.mega-menu-mobile-on {
	display: block
}
.cherry-mega-menu-mobile-trigger:before {
	content: "\f0c9";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 1em;
	margin: 0 10px 0 0
}
.cherry-mega-menu-mobile-close {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	padding: 10px;
	margin: 0;
	cursor: pointer;
	display: none;
	position: relative;
	z-index: 999;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cherry-mega-menu-mobile-close:before {
	content: "\00d7";
	display: inline-block;
	padding: 0 2px 0 0;
	font-size: 1.1em
}
.cherry-mega-menu-top-item {
	float: left;
	position: static;
	margin: 0;
	padding: 0
}
.cherry-mega-menu-top-item.item-type-standard {
	position: relative
}
.cherry-mega-menu-top-item>a {
	display: block;
	padding: 10px
}
.mega-menu-mobile-on .cherry-mega-menu-top-item {
	float: none;
	clear: both
}
.mega-menu-direction-vertical .cherry-mega-menu-top-item {
	float: none;
	clear: both
}
.cherry-mega-menu .cherry-mega-menu-has-children.item-nested-sub {
	position: relative
}
.cherry-mega-menu-sub {
	position: absolute;
	left: -60%;
	top: 100%;
	padding: 5px;
	list-style: none;
	margin: 0;
	height: 0;
	background: #fcfcfc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cherry-mega-menu-sub:after {
	clear: both;
	width: 100%;
	display: block;
	content: ""
}
.cherry-mega-menu-sub-item>a {
	display: block
}
.item-type-megamenu .cherry-mega-menu-sub {
	width: 100%
}
.item-type-standard .cherry-mega-menu-sub {
	width: 250px
}
.mega-menu-mobile-on .cherry-mega-menu-sub {
	position: static;
	visibility: visible!important;
	display: block!important;
	overflow: visible!important;
	opacity: 1;
	box-shadow: none;
	width: 100%!important;
	margin: 0!important
}
.item-type-megamenu li .cherry-mega-menu-sub {
	position: static;
	visibility: visible!important;
	display: block!important;
	height: auto!important;
	overflow: visible!important;
	opacity: 1;
	background: 0 0;
	box-shadow: none;
	padding: 0;
	margin: 0
}
.item-hide-mobile .cherry-mega-menu-sub {
	display: none!important
}
.cherry-mega-menu-sub.active-sub {
	visibility: visible!important;
	opacity: 1;
	height: auto;
	overflow: visible;
	z-index: 999
}
.cherry-mega-menu-sub.active-sub .cherry-mega-menu-sub {
	z-index: 999
}
.cherry-mega-menu-sub.in-transition {
	height: auto;
	overflow: visible;
	z-index: 999
}
.cherry-mega-menu-sub.effect-slide-top {
	margin-top: -20px;
	-webkit-transition-property: margin-top, opacity, visibility;
	-moz-transition-property: margin-top, opacity, visibility;
	-o-transition-property: margin-top, opacity, visibility;
	transition-property: margin-top, opacity, visibility
}
.cherry-mega-menu-sub.effect-slide-top.active-sub {
	margin-top: 0
}
.cherry-mega-menu-sub.effect-slide-bottom {
	margin-top: 20px;
	-webkit-transition-property: margin-top, opacity, visibility;
	-moz-transition-property: margin-top, opacity, visibility;
	-o-transition-property: margin-top, opacity, visibility;
	transition-property: margin-top, opacity, visibility
}
.cherry-mega-menu-sub.effect-slide-bottom.active-sub {
	margin-top: 0
}
.cherry-mega-menu-sub.effect-slide-left {
	margin-left: -20px;
	-webkit-transition-property: margin-left, opacity, visibility;
	-moz-transition-property: margin-left, opacity, visibility;
	-o-transition-property: margin-left, opacity, visibility;
	transition-property: margin-left, opacity, visibility
}
.cherry-mega-menu-sub.effect-slide-left.active-sub {
	margin-left: 0
}
.cherry-mega-menu-sub.effect-slide-right {
	margin-left: 20px;
	-webkit-transition-property: margin-left, opacity, visibility;
	-moz-transition-property: margin-left, opacity, visibility;
	-o-transition-property: margin-left, opacity, visibility;
	transition-property: margin-left, opacity, visibility
}
.cherry-mega-menu-sub.effect-slide-right.active-sub {
	margin-left: 0
}
.item-nested-sub>.cherry-mega-menu-sub {
	top: 0!important;
	left: 100%;
	margin: -5px 0 0 6px;
	bottom: auto
}
.cherry-mega-menu-sub>.menu-item-standard+.menu-item-widget {
	clear: both
}
.cherry-mega-menu-sub .sub-column-item {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	float: none!important;
	clear: both
}
.cherry-mega-menu-sub .sub-column-title>a,
.cherry-mega-menu-sub .mega-block-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 0
}
.cherry-mega-menu-sub .sub-column-title .cherry-mega-menu-sub {
	padding: 0!important
}
.cherry-mega-menu-sub:after {
	clear: both;
	width: 100%;
	content: "";
	width: 100%;
	display: block
}
.cherry-mega-menu-sub-item {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 100%
}
.cherry-mega-menu.total-columns-12 .menu-columns-1 {
	width: 8.33333333%
}
.cherry-mega-menu.total-columns-12 .menu-columns-2 {
	width: 16.66666667%
}
.cherry-mega-menu.total-columns-12 .menu-columns-3 {
	width: 25%
}
.cherry-mega-menu.total-columns-12 .menu-columns-4 {
	width: 33.33333333%
}
.cherry-mega-menu.total-columns-12 .menu-columns-5 {
	width: 41.66666667%
}
.cherry-mega-menu.total-columns-12 .menu-columns-6 {
	width: 50%
}
.cherry-mega-menu.total-columns-12 .menu-columns-7 {
	width: 58.33333333%
}
.cherry-mega-menu.total-columns-12 .menu-columns-8 {
	width: 66.66666667%
}
.cherry-mega-menu.total-columns-12 .menu-columns-9 {
	width: 75%
}
.cherry-mega-menu.total-columns-12 .menu-columns-10 {
	width: 83.33333333%
}
.cherry-mega-menu.total-columns-12 .menu-columns-11 {
	width: 91.66666667%
}
.cherry-mega-menu.total-columns-12 .menu-columns-12 {
	width: 100%
}
.mega-menu-icon {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 6px
}
.mega-menu-arrow {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 4px
}
.item-hide-mobile .mega-menu-arrow {
	display: none!important
}
.item-type-megamenu li .mega-menu-arrow {
	display: none!important
}