.tt-megamenu {
	text-align: center;
	position: relative;
	z-index: 9;
}

.tt-megamenu .menu-content {
	position: relative;
	z-index: 98;
	text-align: center;
	display: inline-block;
}

.tt-megamenu ul {
	margin: 0;
}

.tt-megamenu li.level-1 .img-icon {
	max-width: 24px;
}

.tt-megamenu ul.menu-column li.menu-item {
	padding: 0 15px
}

.tt-megamenu li.level-1.parent>a:after {
	font-family: "FontAwesome";
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
	content: "\f107";
}

.tt-megamenu ul li.level-1>a span {
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	position: relative;
	overflow: hidden;
}

@media (min-width: 991px) {
	.tt-megamenu .menu-dropdown {
		border: 1px solid #efefef;
		min-height: 60px;
		padding: 5px 0;
		display: block;
		opacity: 0;
		transform: scale(1, 0);
		transition: all 0.5s ease 0s;
		visibility: hidden;
		-webkit-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
	}
	.tt-megamenu ul li.level-1:hover > .menu-dropdown,
	.tt-megamenu ul li.level-2:hover > .menu-dropdown {
		opacity: 1;
		transform: scale(1, 1);
		visibility: visible;
		text-align: left;
	}
	.tt-megamenu .title-menu-mobile,
	.icon-mobile {
		display: none !important;
	}
	.tt-megamenu li.level-1.parent>a {
		z-index: 1111;
	}
	.tt-megamenu .menu-dropdown {
		position: absolute;
		top: 100%;
		z-index: 1100;
		background: #fff
	}
	.tt-megamenu .menu-dropdown .product-container .product-name a {
		text-align: center;
		float: none;
	}
	.tt-megamenu .menu-dropdown ul li.product-block {
		padding: 10px 0px;
	}
	.tt-megamenu li.level-2 .menu-dropdown {
		left: 100%;
		top: -1px;
	}
	.menu-item .product-media-body h2.h2.product-product-title {
		clear: both;
		border-bottom: none;
		margin-bottom: 0px;
	}
	.menu-item .product-media-body {
		clear: both;
		margin-top: 10px;
		overflow: visible;
	}
	.tt-megamenu .menu-dropdown.tt-sub-menu {
		padding: 0;
	}
	.tt-megamenu .menu-dropdown .tt-menu-row {
		padding: 15px 0;
	}
	.tt-megamenu .menu-dropdown .tt-menu-row.Product-slider {
		margin: 0px 15px;
	}
	.tt-megamenu .menu-dropdown.text-right,
	.tt-megamenu .menu-dropdown.text-auto {
		right: 0;
	}
	.tt-megamenu .menu-dropdown.text-left {
		left: 0;
	}
	.tt-megamenu .menu-dropdown.text-center {
		left: 0px;
		margin: 0 auto;
		max-width: 100%;
	}
	li.product-block {
		padding: 10px 20px 10px 10px;
	}
	.product-container {
		margin-bottom: 15px;
	}
	.product-container .img {
		margin-right: 15px;
		width: 100% !important;
		float: none;
	}
	.product-container img.img-responsive {
		width: 100%;
	}
	#header .tt-megamenu ul li.level-1 ul li .product-product-title a {
		border: medium none;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		text-transform: none;
	}
	.tt-megamenu .menu-dropdown .product-container .content_price .regular-price {
		color: #acaaa6;
		font-size: 0.875rem;
		text-decoration: line-through;
	}
	.tt-megamenu .menu-dropdown .product-container .content_price .price {
		color: #f34d59;
		font-size: 16px;
	}
	.tt-megamenu .menu-dropdown .product-container .content_price .discount-percentage {
		border-radius: 3px;
		margin-right: 5px;
		padding: 4px 8px;
		background: #eee;
		text-align: center;
		color: #000 !important;
	}
}

#header .tt-megamenu ul li.level-1 > a {
	color: #222;
	display: block;
	font-size: 16px;
	position: relative;
	transition: color .3s
}

.tt-megamenu li.level-1 {
	display: inline-block;
	vertical-align: middle;
	transition: all .3s;
}


.tt-megamenu .menu-dropdown li a {
	display: block;
}

.tt-megamenu .menu-dropdown li:first-child > a {
	border-top: none;
}

#header .tt-megamenu ul li.level-1 ul li.menu-item-title .html-block a {
	margin-bottom: 0
}

#header .tt-megamenu ul li.level-1 ul li.menu-item-title a:before {
	display: none;
}

.tt-megamenu .menu-banner p {
	margin: 0;
}

.tt-megamenu .menu-banner ul.menu-column li.menu-item {
	padding: 0;
}

.tt-megamenu .menu-banner img {
	width: 100%
}

.clearfix {
	clear: both
}

#header .tt-megamenu ul li.level-1 ul li.menu-item-title a {
	border-bottom: 1px solid transparent;
	color: #222;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	margin-bottom: 0px;
	text-transform: capitalize;
	padding: 0px;
	line-height: 26px;
}

.tt-megamenu ul li.menu-subitem-title a.menu-inner-link {
	clear: both;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 0px;
}

.tt-megamenu ul li.menu-item-title a:hover {
	color: #1a1a1a;
}

.tt-megamenu ul li a.product-name {
	font-size: 18px;
	margin-top: 0;
	text-align: center;
	color: #666666;
}

#header .tt-megamenu ul li.level-1 ul li:last-child>a {
	border: none;
}

.tt-megamenu .container {
	padding-left: 0;
	padding-right: 0;
}

.html-block img {
	height: auto;
}


.productMenu-top li.level-1 {
	float: none !important;
}


@media only screen and (max-width: 979px) {
	#header .tt-megamenu ul li.level-1 > a {
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
	}
	#header .tt-megamenu .menu-content {
		text-align: left;
		display: none;
	}
	#header .tt-megamenu h4.menu-mobile-title {
		padding: 12px 20px;
		margin: 0;
		border-bottom: 1px solid #e2e2e2;
		border-top: 1px solid #e2e2e2;
		font-size: 16px;
		color: #222;
		display: block;
		text-transform: uppercase;
		line-height: 22px;
		text-align: left;
	}
	#header .tt-megamenu .main-menu-icon {
		right: 20px;
		position: absolute;
		top: 15px;
		font-size: 16px;
		line-height: 1;
		font-weight: 400;
	}
	#header li.menu-item.menu-item-title.product-block {
		padding: 0px !important;
	}
	#header .tt-megamenu .menu-content>li.level-1 {
		transition: all .3s;
	}
	#header .tt-megamenu .menu-content>li.level-1:hover>a {
		background-color: #f5f5f5;
		color: #000;
	}
	#header .tt-megamenu ul li.level-1 ul li.menu-item-title a {
		color: #222;
		text-transform: none;
	}
	.header-top .container {
		padding: 0;
	}
	#header .tt-megamenu ul li.level-1 ul li a {
		color: #787878;
		line-height: 30px;
	}
	#header .tt-megamenu .top-row.tt-menu-row.row {
		padding: 7px 0px;
	}
	.tt-megamenu li.level-1 {
		cursor: pointer;
		position: relative;
		width: 100%;
		float: left;
		display: block;
		padding: 0;
		border-bottom: 1px solid #e2e2e2;
	}
	.row.main-menu {
	    padding: 0px;
	    margin: 0px;
	}
	.tt-megamenu ul li ul li:last-child {
		border-bottom: medium none !important;
	}
	#header .tt-megamenu ul li.level-1>a {
		padding: 0 15px;
		line-height: 36px;
		color: #000;
	}
	.tt-megamenu .tt-menu-col {
		width: 100%;
		padding-right: 0;
	}
	.tt-megamenu .menu-banner {
		display: none;
	}
	
	.tt-megamenu .menu-dropdown {
		display: none;
	}
	.tt-megamenu li.level-1>a {
		padding: 0;
		line-height: 22px;
	}
	.tt-megamenu ul li.level-1>a span {
		display: block;
	}
	.title-menu-mobile span {
		background: #f5f5f5 none repeat scroll 0 0;
		color: #333;
		display: block;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 15px 0;
		text-transform: uppercase;
	}
	.title-menu-mobile span:after {
		content: "\f107";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		float: right;
		font-size: 14px;
		color: #333;
		cursor: pointer;
	}
	.tt-megamenu .icon-mobile {
		float: right;
		height: 36px;
		position: absolute;
		right: 10px;
		text-align: center;
		top: 0;
		line-height: 36px;
		width: 30px;
	}
	
	.tt-megamenu ul li.parent .icon-mobile:after {
		content: "\f107";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		font-size: 18px;
		color: #787878;
		cursor: pointer;
	}
	.tt-megamenu ul li.parent .icon-mobile.opened:after {
		content: "\f106";
	}
	.tt-megamenu .menu-dropdown.tt-sub-menu {
		padding: 0px 15px;
		width: 100% !important;
		float: none;
		clear: both;
	}
	.tt-megamenu ul li ul {
		background: rgba(255, 255, 255, 0.1);
		width: auto;
	}
	.tt-megamenu ul li.level-1 ul li a {
		color: #787878;
	}
	.tt-megamenu ul li.level-1 ul li a:hover {
		color: #000;
	}
	.tt-megamenu ul li.level-1 ul li.parent:hover:after {
		color: #000;
	}
	.tt-megamenu ul li.level-1 ul li .icon-mobile:after {
		color: #ccc;
	}
	.tt-megamenu li.level-1:hover>a:before {
		display: none;
	}
	.tt-megamenu {
		height: auto;
		clear: both;
		display: block;
	}
	.tt-megamenu li.level-1.parent>a::after {
		display: none;
	}
	.tt-megamenu ul li ul li.menu-item.menu-item-title {
		padding: 0 15px;
	}
	.tt-megamenu ul li ul li.menu-item {
		clear: both;
		display: block;
		padding: 0 30px;
		padding-right: 0 !important
	}
}