<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.menu-list {
	padding: 0px 15px;
}

	.menu-list li {
		list-style-type: none;
		font-weight: normal;
		font-size: 13px;
	}

	.menu-list &gt; li &gt; a:hover {
		background: transparent;
		text-decoration: none;
		color: #efefef;
	}

	.menu-list a {
		padding: 10px 20px;
		display: block;
		color: #fff;
	}

.menu-list {
}

.menu-heading {
	font-weight: bold;
}

.menu-section {
	padding-bottom: 8px;
}

.ymm-content .row {
	margin: 0px;
}

.menu-list .viewAllItem a {
	background: #f4f4f4;
	border-top: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 768px) {
	.menu-list a {
		color: #333;
	}

	.menu-list &gt; li &gt; a:hover {
		background: #f4f4f4;
		text-decoration: none;
		color: #333;
	}

	.ymm-content .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .dropdown {
		position: static;
	}

	.yamm .container {
		position: relative;
	}

	.yamm .dropdown-menu {
		left: auto;
	}

	.yamm .yamm-content {
	}

	.yamm-content {
		padding: 18px;
	}

	.yamm .dropdown.yamm-fw .dropdown-menu {
		left: 0;
		right: 0;
	}

	.menu-list {
		min-width: 250px;
		line-height: 22px;
	}



	.two-column-menu {
		width: 600px;
	}

	.three-column-menu {
		width: 394px;
	}
}

@media (min-width: 992px) {
	.brand-menu {
		left: -285px;
	}

	.two-column-menu {
		width: 700px;
		padding: 18px;
	}

	.category-menu {
	}

	.three-column-menu {
		width: 950px;
		padding: 18px;
	}

	.viewAllItem {
		text-align: right;
	}

	.menu-list .viewAllItem a {
		display: inline-block;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-top: 0px;
	}
}
</pre></body></html>