body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
@media (min-width: 1200px){
.container {
    width: 100%;
}
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* landing pages  setting here  13-10-2021 */
.landing-page .topbg{
	/*background-image: url(../image/topbg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	max-height:230px;
} 
.landing-page #content {
    min-height: auto;
}
.landing-page .logo{
	padding:20px 0 70px;
}
.landing-page .cart{
	padding:25px 0 0px;
	float:right;
}
/*.cart i{
	background:#FD7C3B;
	padding:10px 15px;
}*/
.landing-page #menu{
	background:transparent;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin:15px 0 0;
	min-height:auto;
	border-radius:0px;
	border: none;
	position:relative;
	top:5px;
}
.landing-page #menu .nav li{
	flex: 1 1 auto;
}
.landing-page #menu .nav{
	display: flex;
    flex-wrap: wrap;
    border: none;
    background: transparent;
	flex-grow: 1;
	text-align:center;
	box-shadow:0 1px 5px 0 rgb(214 214 214);
}
.landing-page #menu .nav li a{
	border:none !important;
	border-radius:0px !important;
	color:#fff;
	font-size:16px;
	padding:9.5px 15px;
	background:#333;
	margin:0;
}
.landing-page #menu .nav li.active a,.landing-page #menu .nav li:hover a{
	color:#ec1c23;
}
.landing-page .main-content{
	/*background-image: url(../image/bg.jpg);*/
    width: 100%;
    height:100%;
    display: block;
    background-repeat: repeat;
    background-position:center top;
	background-size:100%;
	padding:40px 0;
}
.landing-page .countdown{
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px auto;
	padding: 10px 10px;
	border-radius:0px;
	display:inline-flex;
    float: right;
	background:#fff;
	color:#000;
}
.landing-page .expired{
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px auto;
	padding: 8px;
	border-radius:0px;
	display:inline-flex;
    float: right;
	background:#fff;
	color:#000;
}
.landing-page .expired span{
	color:#000;
	font-size:15px;
}
.landing-page .timerbox{
	display: block;
	margin-top:20px;
	min-height:70px;
}
.landing-page .fix{
    position: fixed;
    top: 50px;
	width: 20.7%;
}

@media(min-width:800px){
	.leftcol{
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-9.paddleft{
		flex: 0 0 75%;
		max-width: 75%;
	}
	.landing-page .content-load{
		background: transparent;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
	}
	.paddleft{
		padding-left:0px;
	}
}
.landing-page .content-load{
		background: transparent;
		padding: 0px;
	}
.landing-page #menu.menufix{
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 97.5%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
	margin:0;
}
.tmd-manu-product .content-load .tmd-manu-product .content-right-bar .first{
	display:none;
}
.tmdproduct.content-right-bar{
	padding:0px;
}
h4.first,.content-right-bar h4.secds{
	background-color: #FD7C3B;
    color: #ffffff;
	padding: 9px 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
	margin:15px 15px;
	font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.landing-page .countdown > div span{
	color:#000;
	line-height:35px;
	font-weight:bold;
}
.landing-page .countdown > div + div {
	margin-left:15px;
}
.countdown > h2{
	margin: -5px 20px 0px 0px;
    line-height: 30px;
    vertical-align: middle;
	
}
.landing-page .countdown > div div {
    font-size:18px;
    min-width: auto;
    margin-bottom: 0px;
	color:#000;
	text-align:center;
	padding-top:5px;
}

.main-content .categories > .nav li{
		display: block;
		text-align: center;
		flex: 1;
		margin-bottom: 5px;
}

.main-content .categories > .nav li a{
	padding: 15px 0;
	color: #000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	line-height:30px;
	border:none;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
.main-content .categories > .nav li:hover a{
	background-color:#fff;
	color: #ec1c23;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.main-content .categories > .nav li.active a{
	color: #ec1c23;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.main-content .categories > .nav {
	display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    flex-flow: row wrap;
	border:none;
}
.main-content .categories .content1{
	background: #fff;
	padding:20px 15px;
}
.main-content .product-thumb img{
	margin:0 auto;
}
.main-content .product-thumb .caption h4{
	margin-bottom:15px;
}
.main-content .product-thumb .caption h4 a{
	color: #000;
    font-weight: 500;
    font-size: 16px;
}
.main-content .product-thumb .caption{
    padding: 10px 10px 20px;
    text-align: center;
    min-height:55px;
	
} 
.main-content .product-thumb .price .price-new{
	color: #ec1c23;
    font-size: 16px;
    font-weight: bold;
}

.main-content .product-thumb .price{
	color: #ec1c23;
    font-size: 20px;
    font-weight: bold;
}
.main-content .product-thumb .price .price-old{
	color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
}
.main-content .product-thumb .price{
	margin:5px 0 10px;
}

.main-content .btn-primary{
	background: #333;
	border-color: #333;
	font-size: 16px;
    padding: 8px 20px;
}
.main-content .btn-primary:hover{
	background: #ec1c23;
	border-color: #ec1c23;
}
.main-content .product-thumb{
	border:1px solid #ddd;
	margin-bottom:20px;
	background:#fff;
	position:relative;
}
.landing-page footer {
	padding:30px 0;
	text-align:center;
	background:#fff;
	margin: 0 0;
}
footer ul{
	margin:0;
}
footer ul li a{
	color: #000;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #333;
    padding-right: 13px;
    display: block;
    line-height: 15px;
}
footer ul li:last-child a{
	border:none;
}


/*landing-page1*/
.landing-page1 .topbg{
	background:#189383;
	padding:15px 0 10px;
}
.landing-page1 #menu{
	margin-bottom:0;
	min-height:auto;
}
.landing-page1 #menu .nav-tabs{
	border:none;
	background:transparent;
}
.landing-page1 #menu .nav-tabs li a{
	color:#fff;
	font-size:16px;
	padding:8px 21px 4px;
}
.landing-page1 #menu .nav-tabs li.active a{
	background: #fff;
    border: none;
    color: #189384;
    border-radius: 0px !important;
    line-height: 20px;
}
.landing-page1 .cart{
	float:right;
}
.landing-page1 .main-content{
	background:#44AEA3;
	padding-top:20px;
}
.landing-page1 .countdown__days{
	background:#189384;
	min-height:130px;
	min-width:130px;
	padding:20px 0 0;
}
.landing-page1 .countdown__hours{
	background:#5DB0D1;
	min-height:130px;
	min-width:130px;
	padding:20px 0 0;
}
.landing-page1 .countdown__minutes{
	background:#F3C646;
	min-height:130px;
	min-width:130px;
	padding:20px 0 0;
}
.landing-page1 .countdown__seconds{
	background:#5BBCB7;
	min-height:130px;
	min-width:130px;
	padding:20px 0 0;
}
.landing-page1 .countdown{
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px auto 35px;
	display:flex;
    align-items: center;
}
.landing-page1 .timerbox{
	display: flex;
	justify-content: space-between;
    text-align: center;
}
.landing-page1 .countdown > div span{
	color:#fff;
	line-height:35px;
	font-weight:bold;
	font-size:18px;
}
.landing-page1 .countdown > div div {
    font-size: 32px;
    min-width: auto;
    margin-bottom: 0px;
	display:block;
	color:#fff;
	margin-right:2px;
	padding-top:3px;
}
.landing-page1 footer {
	background-image: url(../image/topbg.jpg);
    background-size: cover;
    position: relative; 
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding:50px 0;
}
.landing-page .sold-out-part{
	/*background-image: url(../image/out_stock.png);*/
	background-repeat:no-repeat;
    background-size: 80%;
    position: absolute; 
    height: 50%;
    width: 100%;
	top:0;
	left:0;
	background-position: center;
}
.landing-page1 footer ul{
	text-align:center;
}
.landing-page1 footer::before {    
      content: "";
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background:rgba(0,0,0,0.5);
	  
}
.landing-page1 .main-content .categories > .nav{
	display:block;
}
.landing-page1 .main-content .categories .content1{
	margin-bottom:20px;
}

.landing-page .main-content .btn{
    background: #333;
    border-color: #333;
    font-size: 14px;
    padding: 7px 15px;
    text-shadow: none;
    box-shadow: none;
}

.landing-page .main-content .btn:hover{
    background: #ec1c23;
    border-color: #ec1c23;
}



.landing-page .main-content a.btn{
    color:#fff;
}
.landing-page ul.nav-tabs{
	 margin-bottom:0!important;
}

.landing-page .subcategory-tabss li a{
	background:#fff;
	padding:15px 15px!important;
	
}
.landing-page .subcategory-tabss{
	
	margin-bottom:15px;
}

.landing-page li.showsubcate.active {
	background:#fff;
}

.landing-page .content-notfound{
    background: #fff;
    padding: 15px 15px;
    clear: both;
    min-height: 250px;
    padding-top: 80px;
    font-size: 24px;
	
}

.landing-page #menu .nav li a:hover{
	background:#fff;
}
.landing-page .subcategory li{
	margin-bottom:1px;
}
.landing-page .subcategory li a{
  	background: #fff;
    padding: 15px 10px!important;
    font-size: 14px!important;
	color:#ec1c23;
}

.landing-page .subcategory li a:hover{
   background:#000!important;	
   color:#ec1c23;
}

.landing-page .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
}

.landing-page .dropdown-menu{
    padding: 10px;
}


.cart .btn.focus,.cart .btn:focus,.cart .btn:hover {
    color: #fff;
    text-decoration: none;
	border-radius:0;
	padding:auto;
}

.cart .btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background:#000;
	background-image:none;
	border-radius:0;
	box-shadow: none;
	 padding: 8px 15px;
}

.landing-page .manufacture-part li a{
    display: block;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.landing-page .manufacture-part li a:hover{
  color:#595959;
  
}

.landing-page .manufacture-part li a.active{
   font-weight:700;	
}
.landing-page .manufacture-part{
	padding-top:10px;
}

.landing-page .manufacture-part li{
	line-height:35px;
    display: list-item;

}

.landing-page .leftpartmanu{
	background:#fff;
	padding:15px;
	box-shadow:0 1px 5px 0 rgb(214 214 214);
}

.landing-page .backbutton-part{
    position:relative;
    float:left;
}
.backbutton-inner{
    background: #ffffff;
    color: #000000;
    border-color: ffffff;
    padding: 8px 15px;
    font-size: 14px;
	margin-top:20px;
}
.backbutton-inner a{
	color:#000000;
}


@media screen and (max-width: 768px){
	.landing-page .leftpartmanu{
		margin-top:10px;
		margin-bottom:10px;
	}
    .landing-page .nav {
        padding-left:2px;
        padding-right:2px;
    }
    .landing-page .nav li {
        display:block !important;
        width:100%;
        margin:0px;
    }
    .landing-page .nav li.active {
        border-bottom:1px solid #ddd!important;
        margin: 0px;
    }
	
   .landing-page .manufacture-part li a{
	text-align:center;
   }
    .landing-page .backbutton-part {
    position: relative;
    float: left;
    margin-top: -70px;
    margin-left: 15px;
    }   
	
.landing-page .countdown {
		padding: 10px 10px;
		border-radius: 0px;
		margin: 0px auto;
		float:none;
		display:table !important;
}
.landing-page .countdown .countdown__days,.landing-page .countdown .countdown__hours,.landing-page .countdown .countdown__minutes,.landing-page .countdown .countdown__seconds{
	float:left;
	margin-left:5;
	text-align:center;
}	
.landing-page .countdown .countdown__days div,.landing-page .countdown .countdown__hours div,.landing-page .countdown .countdown__minutes div,.landing-page .countdown .countdown__seconds div{
	margin:0;
}

.landing-page .main-content .categories > .nav li {
    display: block;
    text-align: center;
    flex: auto;
    margin-bottom: 2px;
}

.landing-page .nav {
    padding-left: 0px;
    padding-right: 0px;
}
/* .tmd-manu-product {
    margin-left: -15px;
    margin-right: -15px;
} */

.landing-page .logo {
    padding: 5px 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.landing-page .logo img{
	    text-align: center;
    display: inline;
}

.landing-page .topbg {
    
    background-repeat: no-repeat;
    background-position: top;
}

.landing-page .cart {
    padding: 5px 0;
    float: right;
}

.tmd-number {
    margin-left: 15px;
}

.landing-page .main-content {
    background-position: center top;
    padding:5px 0;
}

.landing-page #menu .btn-navbar {
   position:absolute;
   top:0;
   right:0;
}

.landing-page .navbar{
	
	position:relative;
}
.landing-page #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #333;
    padding: 2px 18px;
    float: right;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    border-color: #fff #fff #fff;
	border-radius:0;
}
.landing-page #menu .btn-navbar:hover{
	 background-color: #fff;
	  color: #333;
 
}
.landing-page #menu .nav li {
	flex: 1 1 auto;
	text-align: left;
	border-bottom: 1px solid #fff;
	
}

.landing-page #menu .nav {
    margin-top: 40px;
 }
	
}

/* new css 16-10-2021 */
.landing-page .timerbox1{
	justify-content: space-between;
    text-align: center;
}
.landing-page .countdown > div span{
	color:#000;
	line-height:35px;
	font-weight:bold;
}

.timerbox1 .mobile-timeheader {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.discount-box{
	position: absolute;
    top: 10px;
	padding:5px;
	background:#333;
	color:#fff;
}
@media(max-width:768px){
	.main-content .product-thumb .caption{
		padding: 10px 2px;
		min-height:auto;
	}
	.main-content .product-thumb .caption h4 {
		margin: 5px 0;
	}
	.landing-page #menu.mobilemenu .menutext{
		font-size: 20px;
    color: #000;
	font-weight:bold;
	}
	.landing-page #menu.mobilemenu .menubar .fa{
		float:right;
		color:#fff;
		font-size:22px;
	}
	.landing-page #menu.mobilemenu{
		display: block;
		margin: 0 0 2px;
		min-height: 40px;
		padding: 10px;
		top:0;
		background:#333;
		z-index:999;
		position: relative;
		top: 0px;
	}
	.blackbg { 
		background-color: rgba(0, 0, 0, 0.7); 
		opacity:1; 
		width:100%; 
		position:fixed;
		top:0; 
		left:0; 
		display:none; 
		height:100%; 
		z-index:100;
	}
	.boxclose .fa{ 
		font-size:20px;
	}
	.boxclose { 
	margin:0; 
	padding:0; 
	position:absolute; 
	top:15px; 
	right:15px; 
	cursor:pointer; }
	.noscroll { position:fixed; overflow-y:scroll; width:100%;}
	.boxnav h2{
		text-align:center;
		color:#fff;
	}
	.boxnav { 
	margin:0; 
	padding:15px; 
	width:100%; 
	display:none; 
	height:100%; 
	overflow-y:scroll; 
	background:#000;}
	.boxnav li a {
		margin:0; 
		padding:15px 10px;
		display:block; 
		color:#fff;
		font-size:16px;
		font-weight:bold;
		border-bottom:1px solid #fff;
		z-index:999;
	}
	.landing-page #menu .nav li.active>a, .landing-page #menu .nav >li.active>a:focus, .landing-page #menu .nav>li.active>a:hover,.landing-page #menu .nav li a, .landing-page .subcategory li a{
		background:transparent !important;
	}
	.landing-page #menu .nav{
		box-shadow:none !important;
	}
	.boxnav li.showsubcate.active{
		background:transparent;
	}
}
