:root {
	--mm-ocd-width: 100%;
	--mm-ocd-min-width: 200px;
	--mm-ocd-max-width: 100%;
}

body.mm-ocd-opened {
	overflow-y: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}
body.mm-ocd-opened:before {
	content: '';
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0, 0, 0, .25);
	z-index: 9999;
}

.mm-ocd {
	position: fixed; 
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 10000;
	overflow: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	background: rgba(0, 0, 0, 0);
	-webkit-transition-property: bottom, background-color;
	-o-transition-property: bottom, background-color;
	transition-property: bottom, background-color;
	-webkit-transition-duration: 0s, .3s;
	-o-transition-duration: 0s, .3s;
	transition-duration: 0s, .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-delay: .45s, .15s;
	-o-transition-delay: .45s, .15s;
	transition-delay: .45s, .15s;
	/* width: calc(100% - 54px); */
	width: 80%;
}

.mm-ocd--open {
	bottom: 0;
	background: rgba(0, 0, 0, .25);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.mm-ocd__content {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 80%;
	width: var(--mm-ocd-width);
	min-width: 200px;
	min-width: var(--mm-ocd-min-width);
	max-width: 440px;
	max-width: var(--mm-ocd-max-width);
	background: #fff;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.mm-ocd--left .mm-ocd__content {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-ocd--right .mm-ocd__content {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-ocd--open .mm-ocd__content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-ocd__backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: calc(100% - 80%);
	width: calc(100% - var(--mm-ocd-width));
	min-width: calc(100% - 440px);
	min-width: calc(100% - var(--mm-ocd-max-width));
	max-width: calc(100% - 200px);
	max-width: calc(100% - var(--mm-ocd-min-width));
	background: rgba(3, 2, 1, 0)
}

.mm-ocd--left .mm-ocd__backdrop {
	right: 0
}

.mm-ocd--right .mm-ocd__backdrop {
	left: 0
}

.mm-spn,
.mm-spn a,
.mm-spn span,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:root {
	--mm-spn-item-height: 40px;
	--mm-spn-item-indent: 20px;
	--mm-spn-line-height: 24px
}

.mm-spn {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.mm-spn ul {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: 2;
	width: 130%;
	padding-right: 30%;
	line-height: 24px;
	line-height: var(--mm-spn-line-height);
	overflow: visible;
	overflow-y: auto;
	background: inherit;
	-webkit-transition: left .3s ease 0s;
	-o-transition: left .3s ease 0s;
	transition: left .3s ease 0s;
	cursor: default
}

.mm-spn ul:after {
	content: '';
	display: block;
	height: 40px;
	height: var(--mm-spn-item-height)
}

.mm-spn>ul {
	left: 0
}

.mm-spn ul.mm-spn--open {
	left: 0;
	top: 40px;
}

.mm-spn ul.mm-spn--parent {}

.mm-spn ul.mm-spn--parent {
	left: -30%;
	overflow-y: hidden
}

.mm-spn li.custom-menu-link:before {
	display: none;
}

.mm-spn li.custom-menu-link {
	margin-bottom: 10px;
    margin-top: 10px;
}


.mm-spn li.mobile-signin-link,
.mm-spn--open li.mobile-signin-link,
.mm-spn--parent  li.mobile-signin-link{
	margin-bottom: 50px;
}

.mm-spn li.custom-menu-link a {	
	color: #aaa;
    text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	padding: 5px 20px; 
}

.mm-spn li.custom-menu-link:after {
	display: none;
}


.mm-spn li.custom-menu-link.mobile-signin-link a:before  {
    content: "\e90a";
    font-family: 'md-ico-fgo';
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    color: #2a2a2a;
    margin-right: 10px;
}
.mm-spn li.custom-menu-link.mobile-close-button {
	text-align: right;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    margin: 0;
}
.mm-spn li.custom-menu-link.mobile-close-button a {
	font-size:0;
	padding: 8px 20px;
}
.mm-spn li.custom-menu-link.mobile-close-button a span {
	display: none;
}

.mm-spn li.custom-menu-link.mobile-close-button a:before  { 
    content: "\e91c"; 
    font-family: 'md-ico-fgo';
	font-size: 20px;
	line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: #2a2a2a;
    margin-right: 0;
}


.mm-spn li {
	position: relative;
	background: inherit;
	cursor: pointer
}

.mm-spn li.level0 a.level-top{
	text-transform: uppercase;
}

.mm-spn li.viewall {
	
}

.mm-spn li.viewall a {
	text-decoration: underline; 
	text-transform: none;
}
.mm-spn li.viewall:before {
	display: none;
}

.mm-spn li:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	top: calc(var(--mm-spn-item-height)/ 2);
	right: 20px;
	right: calc(var(--mm-spn-item-height)/ 2);
	z-index: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    color: #212a2f;
}

.mm-spn li.menu-block-img:before {
	display: none

}

.mm-spn li.level2 a{
	font-size: 11px;
	color: #707070;
	padding-top: 0;
	padding-bottom: 0;
}

.mm-spn li.level2:before {
	display: none;
}

.mm-spn a.level-top,
.mm-spn span.level-top {
	position: relative;
	z-index: 1;
	padding: 10px 20px;
}

.mm-spn span {
	
}
.mm-spn a,
.mm-spn span {
	position: relative;
	z-index: 1;
	padding: 10px 20px;
}

.mm-spn a {
    font-weight: 600;
    font-size: 13px; 
}


.mm-spn a.level-top,
.mm-spn span.level-top{
    font-weight: 600;
    font-size: 13px; 
}

.mm-spn a:not(:last-child),
.mm-spn span:not(:last-child){
	width: calc(100% - 40px);
	width: calc(100% - var(--mm-spn-item-height))
}

.mm-spn a:not(:last-child):after {

}

.mm-spn .submenu span {
	padding: 0;
}

.mm-spn--parent  .cl-menu-wrapper a {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #212a2f;
}

.mm-spn--parent .cl-menu-wrapper .mega-menu-callout  {
    display: none;
}

.mm-spn span {
	background: 0 0
}
.mm-spn span.megaitemicons {
    display:none;
}
.mm-spn.mm-spn--navbar {
	cursor: pointer
}

.mm-spn.mm-spn--navbar:before {
	content: '';
	display: block;
	position: absolute;
	top: 80px;
	
	left: 20px;
	left: var(--mm-spn-item-indent);
	width: 10px;
	height: 10px;
	margin-top: 2px;
	border-top: 2px solid;
	border-left: 2px solid;
	-webkit-transform: rotate(-45deg) translate(50%, -50%);
	-ms-transform: rotate(-45deg) translate(50%, -50%);
	transform: rotate(-45deg) translate(50%, -50%);
    color: #212a2f;
    z-index: 2;  
}

.mm-spn.mm-spn--navbar.mm-spn--main {
	cursor: default
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
	content: none;
	display: none; 
}

.mm-spn.mm-spn--navbar:after {
	content: attr(data-mm-spn-title);
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	height: 58px;
	height: var(--mm-spn-item-height);
	padding: 0 40px;
	padding: 0 calc(var(--mm-spn-item-indent) * 2);
	line-height: 58px;
	line-height: var(--mm-spn-item-height);
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #f7f7f7;
    font-weight: 700;
    font-size:16px;
    text-transform: uppercase;
    color: #212a2f;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
	padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
    display:none;
}

.mm-spn.mm-spn--navbar:not(.mm-spn--main) ul {
	top: 110px;
}

.mm-spn.mm-spn--navbar ul:before {
	content: '';
	display: block;
	position: fixed;
	top: inherit;
	z-index: 2;
	width: 100%;
	opacity: .15
}

.mm-spn.mm-spn--light {
	background: #fff;
}

.mm-spn.mm-spn--dark {
	color: #ddd;
	background: #333
}

.mm-spn.mm-spn--vertical {
	overflow-y: auto
}

.mm-spn.mm-spn--vertical ul { 
	width: 100%;
	padding-right: 0;
	position: static
}

.mm-spn.mm-spn--vertical ul ul {
	display: none;
	padding-left: 20px;
	padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--vertical ul ul:after {
	height: 25px;
	height: calc(var(--mm-spn-item-height)/ 2)
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
	display: block
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
	-webkit-transform: rotate(135deg) translate(-50%, 0);
	-ms-transform: rotate(135deg) translate(-50%, 0);
	transform: rotate(135deg) translate(-50%, 0)
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
	content: none;
	display: none
}

.md-search-products .search .block .item {
    display: none;
}