﻿ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
	transition: 0.5s;
}
.menu-wrapper > ul > li > a,
.menu-wrapper > ul > li > span {
	color: #0C5D6A;
}
.mega-menu-wrapper .row,
.mobile-mega-menu-wrapper .row {
	margin: 0;
}
.header-menu,
.back-button {
    display: none !important;
}
#app {
	overflow-x: hidden;
}
@media all and (max-width: 1000px) {
	.mega-menu-wrapper {
		display: none !important;
	}
	.menu-wrapper {
		width: 100%;
		margin: 0 auto 40px;
		max-width: 600px;
	}
	.menu-title {
		background: #4ab2f1 url('../images/menu-icon.png') right center no-repeat;
		padding: 15px;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
	}
	.menu-title span {
		display: block;
	}
	.mobile-mega-menu-wrapper {
		display: none;
		background-color: transparent !important;
	}
	.mobile-mega-menu-wrapper > li {
		position: relative;
		margin: 1px 0;
		background-color: #f6f6f6;
	}
	.mobile-mega-menu-wrapper > li > a,
	.mobile-mega-menu-wrapper > li > span {
		display: block;
		min-height: 55px;
		padding: 18px;
		font-size: 15px;
	}
	.plus-button {
		position: absolute;
		top: 0;
		right: 0;
		width: 55px;
		height: 55px;
		border-left: 1px solid #fff;
		background: url(../images/toggle-black.png) center no-repeat;
		padding: 15px;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
	}
	.mobile-mega-menu-wrapper .sublist-wrap {
		display: none;
	}
	.mobile-mega-menu-wrapper .sublist-wrap.active {
		display: block;
	}
	.mobile-mega-menu-wrapper .sublist {
		background-color: #fff;
		padding: 5px 0;
	}
	.mobile-mega-menu-wrapper .sublist li {
		position: relative;
		margin: 1px 0 1px 20px;
	}
	.mobile-mega-menu-wrapper .sublist li a {
		display: block;
		padding: 15px 65px 15px 18px !important;
		font-size: 15px;
	}
	.mobile-mega-menu-wrapper .sublist .plus-button {
		height: 49px;
	}
}
@media all and (min-width: 1001px) {
	.menu-title,
	.plus-button,
	.mobile-mega-menu-wrapper {
		display: none !important;
	}
	.mega-menu-wrapper {
		position: relative;
		z-index: 5;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #f1f1f1;
		text-align: center;
		margin: 0 0 30px;
		font-size: 0;
	}
	.mega-menu-wrapper:after {
		display: block;
		clear: both;
		content: "";
	}
	.mega-menu-wrapper > li {
		display: inline-block;
	}
	.mega-menu-wrapper > li > a,
	.mega-menu-wrapper > li > span {
		position: relative;
		display: block;
		font-size: 17px;
		line-height: 1;
		padding: 29px 26px;
	}
	.mega-menu-wrapper > li > a:before,
	.mega-menu-wrapper > li > span:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		height: 25px;
		background: #ddd;
		margin: auto;
	}
	.mega-menu-wrapper > li:first-child > a:before,
	.mega-menu-wrapper > li:first-child > span:before {
		display: none;
	}
	.mega-menu-wrapper > li:hover > a,
	.mega-menu-wrapper > li:hover > span {
		cursor: pointer;
	}
	.mega-menu-wrapper .sublist-wrap {
		display: none;
		position: absolute;
		width: 200px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		background-color: #fff;
		padding: 10px 0;
		text-align: left;
		border-top: 1px solid #f1f1f1;
		z-index: 1;
	}
	.has-sublist .has-sublist:hover > .sublist-wrap,
	.mega-menu-wrapper .sublist-wrap.active {
		display: block;
	}
	.mega-menu-wrapper .sublist li {
		position: relative;
	}
	.mega-menu-wrapper .sublist li a {
		display: block;
		position: relative;
		padding: 10px 20px 10px 30px;
		font-size: 14px;
		word-break: break-word;
		cursor: pointer;
	}
	.mega-menu-wrapper .sublist li a:before {
		content: "";
		position: absolute;
		top: 17px;
		left: 15px;
		width: 5px;
		height: 5px;
		background-color: #ddd;
	}
	.mega-menu-wrapper .sublist li:hover > a {
		background-color: #f6f6f6;
	}
	.mega-menu-wrapper .sublist-wrap .sublist-wrap {
		top: -10px;
		left: 100% !important;
	}
	.mega-menu-wrapper .dropdown {
		display: none;
		position: absolute;
		text-align: left;
		background: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		border-top: 1px solid #f1f1f1;
		z-index: 1;
	}
	.mega-menu-wrapper .dropdown.active {
		display: block;
	}
	.mega-menu-wrapper .box {
		float: left;
		padding: 15px;
		position: relative;
	}
	.mega-menu-wrapper .boxes-1 .box {
		width: 100%;
	}
	.mega-menu-wrapper .boxes-2 .box {
		width: 50%;
	}
	.mega-menu-wrapper .boxes-3 .box {
		width: 33.333%;
	}
	.mega-menu-wrapper .boxes-4 .box {
		width: 25%;
	}
	.mega-menu-wrapper .boxes-5 .box {
		width: 20%;
	}
	.mega-menu-wrapper .boxes-6 .box {
		width: 16.666%;
	}
	.mega-menu-wrapper .boxes-7 .box {
		width: 14.28%;
	}
	.mega-menu-wrapper .boxes-8 .box {
		width: 12.5%;
	}
	.mega-menu-wrapper .box .picture-title-wrap {
		position: relative;
		margin: 0 0 5px;
	}
	.mega-menu-wrapper .box .title {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.mega-menu-wrapper .box li a {
		display: block;
		position: relative;
		padding: 7px 0 7px 14px;
		font-size: 14px;
	}
	.mega-menu-wrapper .box li a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 5px;
		height: 5px;
		margin-top: -2px;
		background-color: #ddd;
	}
	.mega-menu-wrapper .box li a:hover {
		color: #02899C;
	}
	.mega-menu-wrapper .dropdown.fullWidth {
		left: 0;
		width: 100%;
	}
	.mega-menu-wrapper .fullWidth.categories .row {
		overflow: hidden;
	}
	.mega-menu-wrapper .fullWidth.categories .box {
		min-width: 0;
		padding: 10px 5px;
	}
	.mega-menu-wrapper .fullWidth.categories .box .picture > a {
		display: block;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
	}
	.mega-menu-wrapper .fullWidth.categories .box .picture img {
		max-width: 100%;
	}
	.mega-menu-wrapper .fullWidth.categories .box .title {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		background: rgba(255,255,255,.85);
		z-index: 1;
	}
	.mega-menu-wrapper .fullWidth.categories .box .title a {
		display: block;
		padding: 10px;
	}

	.mega-menu-wrapper .fullWidth.manufacturers {
		padding: 25px;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .box {
		min-width: 0;
		padding: 10px;
		text-align: center;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .box .title {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		line-height: 1.2;
		height: 24px;
		overflow: hidden;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .box .picture a:before {
		display: none;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .manufacturer {
		padding: 0;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .picture {
		padding-bottom: 38px;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .picture .manufacturer {
		display: block;
		position: relative;
		border: 1px solid #eee;
		margin: 0 0 15px;        
	}
	.mega-menu-wrapper .fullWidth.manufacturers .picture img {
		max-width: 100%;
		max-height: 100%;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .title {
		margin: 0;
		font-size: 20px;
		text-align: center;
	}
	.mega-menu-wrapper .fullWidth.manufacturers .title:hover {
		color: #02899C;
	}
	.mega-menu-wrapper.vertical {
        padding-left: 15px;
        text-align: left;
    }
    .mega-menu-wrapper.vertical > li {
        display: block;
    }
    .mega-menu-wrapper.vertical > li > a,
    .mega-menu-wrapper.vertical > li > span {
	    padding: 10px 0;
    }
    .mega-menu-wrapper.vertical > li > a:before, 
    .mega-menu-wrapper.vertical > li > span:before {
        display: none;
    }
}
@media all and (min-width: 1367px) {
	.mega-menu-wrapper > li > a,
	.mega-menu-wrapper > li > span {
		padding: 29px 31px;
		font-size: 18px;
	}
}