@keyframes effect-translateY-1 {
    from {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes effect-translateY-1 {
    from {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}


#header-desktop {
    position: relative;
    z-index: 3;
	background-image: url(../bg_black.png);
	background-repeat: repeat;
}

#header-desktop #header-middle {
	padding: 24px 0;
}

body#index #header-desktop:not(.sticky-top) {
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
	.has-sticky.menu-sticky #left-content, .has-sticky.menu-sticky #right-content{
	  top: 140px;
	}
}

@media (min-width:992px) {
	.menu-sticky #header-desktop.sticky-top{
		animation-name: effect-translateY-1;
		animation-duration: 0.3s;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1039;
		top: 0;
	}
}

.header-logo{
	float: left;
	z-index: 1;
	position: relative;
}

.header-top{
	float: right;
	z-index: 1;
	position: relative;
	font-size: 0;
	text-align: right;
}

@media (min-width: 1200px) {
	.header-logo{
		min-width: 190px;
	}

	.header-top{
		min-width: 190px;
	}
}

#horizontal_menu .element_a_depth_0 {
	padding: 0 30px;
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	line-height: 32px;
	position: relative;
	margin: 10px 0;
	height: 32px;
}

#horizontal_menu .element_a_depth_0 .title_font {
	letter-spacing: 0.7px;
}

@media (max-width: 1199px) {
	#horizontal_menu .element_a_depth_0 {
		padding: 0 20px;
	}
}

#horizontal_menu .nrt_mega_menu .element_li_depth_0 {
    margin: 0;
}

#horizontal_menu .nrt_mega_menu {
    margin: 0 auto;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
}

#horizontal_menu .element_a_depth_0 .cate_label {
    top: -10px;
    left: 50%;
}

#horizontal_menu .element_a_depth_0 .triangle::after {
	display: none;
}

#horizontal_menu .element_a_depth_0 .triangle::before {
	margin-top: -6px;
}

#header-desktop .btn-side-bar-search{
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	font-size: 0;
	margin: 18px 0;
	display: inline-block;
	margin-right: 18px;
	position: relative;
	background: url(ic-search-white.png) no-repeat center center;
}

#header-desktop .btn-side-bar-search i{
	font-size: 0;
}

#header-desktop .btn-side-bar-cart{
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	font-size: 0;
	margin: 18px 0;
	display: inline-block;
	margin-right: 18px;
	position: relative;
	background: url(ic-cart-white.png) no-repeat center center;
}

#header-desktop .btn-side-bar-cart i{
	font-size: 0;
}

#header-desktop .btn-side-bar-cart i::before {
	font-family: 'Material-Design-Iconic-Font';
    content: '\f1cb';
}

#header-desktop .btn-side-bar-cart .shopping-cart-nb {
	border-radius: 100%;
	font-size: 12px;
	line-height: 17px;
	margin-right: -25px;
	min-width: 17px;
	position: absolute;
	right: 50%;
	top: -5px;
	font-weight: 700;
}

.header-desktop-5 #header-desktop .btn-side-bar-cart .shopping-cart-nb {
    color: #b33a3a;
}

#header-desktop .btn-side-bar-wishlist{
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	font-size: 0;
	margin: 18px 0;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	background: url(ic-heart-white.png) no-repeat center center;
}

#header-desktop .btn-side-bar-wishlist i{
	font-size: 0;
}

#header-desktop .btn-side-bar-wishlist .js-wishlist-nb {
	border-radius: 100%;
	font-size: 12px;
	line-height: 17px;
	margin-right: -25px;
	min-width: 17px;
	position: absolute;
	right: 50%;
	top: -5px;
	font-weight: 700;
}

.header-desktop-5 #header-desktop .btn-side-bar-wishlist .js-wishlist-nb {
    color: #b33a3a;
}

#header-desktop .btn-side-bar-account{
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	text-align: right;
	width: 36px;
	font-size: 0;
	margin: 18px 0;
	display: inline-block;
	position: relative;
	background: url(ic-menu-white.png) no-repeat center right;
}

#header-desktop .btn-side-bar-account i{
	font-size: 0;
}

#header-desktop .btn-side-bar-account i::before {
	font-family: 'Material-Design-Iconic-Font';
    content: '\f207';
}

/*--------------------breadcrumd--------------------*/

#breadcrumb {
	background: #f7f7f7;
}

#breadcrumb:not(.no-box-shadow) {
	box-shadow: 0 15px 15px -15px rgba(0,0,0,0.07) inset;
}

#breadcrumb .container {
    position: relative;
}

#breadcrumb ol {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
	padding: 22px 0;
	line-height: 1;
}

@media (max-width: 991px) {
	#breadcrumb ol {
		overflow: auto;
	}
}

#breadcrumb ol > li:first-child, #breadcrumb ol > li:first-child a {
    font-size: 0;
}

#breadcrumb ol > li:first-child a::before {
    content: "\e883";
    font-family: 'fontello';
    font-size: 14px;
}

#breadcrumb ol > li {
    display: inline-block;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
}

#breadcrumb li a {
    font-size: 14px;
}

#breadcrumb li a:not(:hover) {
    color: #a8a8a8;
}

#breadcrumb ol > li + li::before {
    content: "\e81a";
    font-family: 'fontello';
    font-size: 13px;
    line-height: 1;
    color: #a8a8a8;
    margin-left: 8px;
    margin-right: 10px;
}