.mega .dropdown-menu>li>a {
	padding: 6px 15px;
}

#megamenu .nav>li>a:hover, #megamenu .nav>li>a:focus, .nav>li.open a:active, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #f64847;
	background: transparent;
}

.mega .navbar-nav>li>.dropdown-menu {
	margin-top: 1px;
}

/* .common-home .mega .dropdown-menu {
	box-shadow: none;
	background-color: #1e1d24;
} */

.mega .dropdown-menu {
	background: #fcfcfc;
	-webkit-box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);
}

.mega .dropdown-submenu {
	position: relative;
}

.mega .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.mega .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.mega .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: -10px;
}

.mega .dropdown-submenu.pull-left {
	float: none;
}

.mega .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

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

.mega .half {
	width: 50%;
	left: auto !important;
	right: auto !important;
}

.mega .container {
	position: relative;
}

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

.mega .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}

.mega .mega-content {
	padding: 15px 10px;
}

.mega .dropdown.mega-menu .dropdown-menu {
	/* left: 0;
	right: 0; */
	position: absolute;
	/* left: 50%;
	transform: translate(-60%, 0%); */
	width: 100%;
	padding: 25px 0px;
	top: 98px;
	left: 0px;
}

/* .common-home .mega .dropdown.mega-menu .dropdown-menu .content a {
	color: #fff;
} */

.mega .dropdown.mega-menu .dropdown-menu .content a {
	font-size: 16px;
	line-height: 130%;
	color: #4D4D4D;
}

.mega .dropdown.mega-menu .dropdown-menu .content a:hover {
	color: #f64847;
}

.mega .dropdown.mega-menu .dropdown-menu .view_more {
	display: none;
}

.menu_br {
	display: flex;
	padding: 0px;
}

.mega ul {
	list-style: none;
	padding-left: 0px;
}

/* .common-home .menu_br div:nth-child(1n+2) ul::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.15);
} */

.menu_br div:nth-child(1n+2) ul::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #CCCCCC;
}

.second {
	position: relative;
}

.second .haschild {
	width: 25%;
}

.second .second_link {
	background-color: #ccc;
	color: #999;
	font-size: 16px;
	padding: 5px 10px;
	text-align: left;
	display: block;
}

.second li.haschild ul {
	display: none;
	left: 25%;
	position: absolute;
	top: 0;
	width: 75%;
	border: 1px solid #ccc;
	background-color: #ccc;
	padding: 15px;
}

.second li.haschild:hover ul {
	display: block;
}

.mega-menu .li_header {
	margin-bottom: 10px;
}

/* .common-home .mega-menu .li_header a {
	color: #fff;
	font-size: 18px;
} */

.mega-menu .li_header a {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #1B1B1B;
	text-transform: inherit!important;
}

.mega-menu .li_header a:hover {
	color: #f64847;
}

.mega-menu a:hover {
	text-decoration: none;
}

.mega-content .cate_list li.li_header:before {
	content: "";
	margin-right: 0px;
}

.mega-content .cate_list li:before {
	content: "> ";
	margin-right: 3px;
	line-height: 25px;
}

.mega-content .cate_list:first-child {
	margin-top: 0px;
}

.mega-content .cate_list {
	margin-top: 20px;
}

.mega-content .view_more {
	margin-top: 20px;
}

.mega-content .view_more a {
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.dropdown-menu .image {
	float: left;
	width: 40%;
	margin-right: 10px;
}

.dropdown-menu .product-content {
	float: left;
	width: 55%;
	height: 140px;
}

.navbar-menu {
	font-size: 18px;
	color: #fff;
	padding: 14px;
}

@media(max-width:980px) {
	.dropdown-menu .product-content {
		height: 80px;
	}
	.product-content small {
		display: none;
	}
}

@media(max-width:800px) {
	.dropdown-menu .product-content {
		height: auto;
	}
}

@media(max-width:768px) {
	.dropdown .dropdown-menu.paddinglf {
		padding-left: 10px;
		border-radius: 0;
	}
	.content {
		text-align: center;
	}
	.content img {
		margin: 0 auto;
	}
}

@media(max-width:434px) {
	.product-content small {
		display: block;
	}
	.dropdown-menu .product-content {
		height: 150px;
	}
	.margintb {
		margin-top: 40px;
	}
}