.sticky-right .btn-side-bar .js-shopping-cart-nb {
	position: absolute;
	font-size: 12px;
	top: 2px;
	min-width: 20px;
	color: #fff;
	border-radius: 100%;
	line-height: 20px;
	left: 50%;
	text-align: center;
	padding: 0 5px;
}

#header-desktop .sticky-right .btn-side-bar .js-shopping-cart-nb{
	background: #333333;
}

.sticky-right .btn-side-bar {
	float: left;
	color: #fff;
	font-size: 0;
	position: relative;
	width: 45px;
	text-align: center;
}

.sticky-right .btn-side-bar i {
	font-size: 18px;
	display: block;
	line-height: 46px;
}

.sticky-right{
	position: absolute;
	z-index: 1;
	display: none;
	right: 0;
	top: 0;
}

.wrapper-header-bottom{
	position: relative;
}

@media (min-width: 1200px) {
	.menu-sticky #header-desktop.sticky-top .sticky-right{
		display: block;
	}
}

#header-desktop.sticky-top .hidden-sticky{
	display: none;
}

.header-desktop-3 #header-desktop {
	position: relative;
	z-index: 3;
	background: #b33a3a;
}

@media (min-width: 992px) {
	.has-sticky.menu-sticky #left-content, .has-sticky.menu-sticky #right-content{
	  top: 66px;
	}
}

@media (min-width:992px) {
	.menu-sticky #header-desktop.sticky-top{
		position: -webkit-sticky;
		position: sticky;
		z-index: 1039;
		top: -152px;
	}
}

#header-top, header-top-before {
	background: #262626;
	color: #aaaaaa;
}

#header-middle, #header-bottom {
	background: rgba(0,0,0,0.31);
}

.menu-sticky #header-desktop.sticky-top #horizontal_menu .element_a_depth_0 .cate_label {
    top: 0px;
}

#header-top a{
	color: inherit;
}

.header-desktop-3 #header-top .btn-side-bar-account i {
   	color: #00f2bc;
	font-size: 12px;
	margin-right: 4px;
}

.header-desktop-3 #header-top .dropdown .dropdown-toggle span {
   color: #00f2bc;
	margin-right: 4px;
}

#header-top .btn-side-bar-account i::before {
   content: "\f2c0";
}

.wrapper-header-top, .wrapper-nav-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
  	-webkit-align-items: center;
    justify-content: space-between;
}

.nav-top-left{
	margin-right: 20px;
}

.nav-top-right {
    margin-left: 16px;
    background: #3a3a3a;
    border-radius: 4px;
    padding: 0 20px;
	font-size: 0;
}

.nav-top-center{

}

#header-top .dropdown-menu{
	min-width: 110px;
}

#header-top .dropdown .dropdown-toggle {
	line-height: 20px;
	padding: 12px 0;
}

#header-top .dropdown .dropdown-toggle i{
	vertical-align: 0px;
	font-size: 12px;
	margin-left: 3px;
}

#header-top .dropdown.language-selector img{
	margin-right: 5px;
	vertical-align: -1px;
	height: auto;
}

#header-top .nav-top-center >*{
	position: relative;
    margin: 0 16px;
	float: left;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

.header-desktop-3 #header-desktop #header-top .nav-top-center >*:hover, .header-desktop-3 #header-desktop #header-top .nav-top-center >*.open{
    color: #b33a3a;
}

#header-top .nav-top-center >*:first-child{
    margin-left: 0;
}

#header-top .nav-top-center >*:last-child{
    margin-right: 0;
}

#header-top .nav-top-center >*:not(:last-child)::after{
	background: #2f2f2f;
	content: "";
	height: 12px;
	margin-top: -6px;
	position: absolute;
	right: -16px;
	top: 50%;
	width: 2px;
}

#header-desktop .contact-link {
	float: left;
	position: relative;
	padding: 0 7px;
	font-weight: 700;
	color: #aaa;
}

#header-desktop .contact-link:first-child {
	padding-left: 0;
}

#header-desktop .contact-link:last-child {
	padding-right: 0;
}

.header-desktop-3 #header-desktop .contact-link em {
	color: #00f2bc;
	font-size: 14px;
	margin-right: 7px;
	vertical-align: 0;
}

.header-desktop-3 #header-desktop .contact-link a:hover {
    color: #b33a3a;
}

#header-desktop .contact-link em.fa-phone {
	font-size: 16px;
}

#header-top .nav-top-center a.btn-side-bar{
    line-height: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#header-top .nav-top-right a.btn-side-bar{
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
	color: #fff;
	position: relative;
	vertical-align: middle;
	font-size: 1.4rem;
}

.header-desktop-3 #header-top .nav-top-right a.btn-side-bar .shopping-cart-nb {
	position: absolute;
	font-size: 11px;
	left: -10px;
	min-width: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 100%;
	background: #b33a3a;
	top: 2px;
}

#header-top .nav-top-right a.btn-side-bar-cart .js-shopping-cart-item span:not(.cart-txt-title):not(.cart-totals) {
	display: none;
}

#header-top .nav-top-right a.btn-side-bar-cart i {
	margin-right: 3px;
}

#header-top .nav-top-right a.btn-side-bar:not(:last-child){
    margin-right: 25px;
}

#header-top .nav-top-right a.btn-side-bar-wishlist{
	font-size: 0;
	margin-left: 8px;
}

.header-desktop-3 #header-top .nav-top-right a.btn-side-bar .js-wishlist-nb {
	position: absolute;
	font-size: 11px;
	left: -10px;
	min-width: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 100%;
	background: #b33a3a;
	top: 2px;
}

#header-top .nav-top-right a.btn-side-bar-wishlist i{
    font-size: 14px;
}

#header-top .nav-top-right a.btn-side-bar-wishlist i::before {
    content: "\f08a";
}

.wrapper-header-middle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
  	-webkit-align-items: center;
    justify-content: space-between;
	padding: 30px 0;
}

#header-middle .header-middle-left{
    margin-right: 15px;
}

@media (min-width:1200px) {
	#header-middle .header-middle-left{
		min-width: 202px;
	}	
}

#header-middle .header-middle-center{
	padding: 2px 0;
}

#header-middle .header-middle-right{
	margin-left: 15px;
	padding: 5px 0;
}

.wrapper-header-middle > a{
	color: #ffffff !important;
}

#header-middle .search_tags {
	margin-top: 5px;
}

#header-middle .search_tags * {
	color: #fff;
}

#header-middle .search-widget {
	margin-left: 27px;
}

#header-middle .searchbox {
	position: relative;
}

#header-middle .searchbox .select-styled {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 170px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 8px 0 0 8px;
    color: #232323;
	border-right: 1px solid #ebebeb;
}

#header-middle .searchbox .select-styled::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    margin-left: 30px;
    line-height: 41px;
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 20px;
}

#header-middle .searchbox .search_query {
	padding-left: 20px;
	padding-right: 120px;
	border-radius: 8px;
	border: none;
	line-height: 44px;
	display: block;
	width: 560px;
	height: 44px;
}

#header-middle .searchbox .button-search {
    text-align: center;
    line-height: 44px;
    border-radius: 0 8px 8px 0;
    color: #fff;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

.header-desktop-3 #header-middle .searchbox .button-search {
    background: #00f2bc;
}

#header-middle .searchbox .button-search span {
	font-size: 12px;
	margin-left: 3px;
}

#header-middle .searchbox .search-result {
    left: 0;
    margin-top: 0;
}

#header-middle .searchbox.show-cat .search_query {
	padding-left: 190px;
}

#header-middle .searchbox.show-cat .search-result {
    left: 170px;
}

/***********************/

#header-middle .btn-side-bar-wishlist {
	font-size: 30px;
	line-height: 45px;
	display: inline-block;
}

#header-middle .btn-side-bar-wishlist span{
	display: none;
}

#header-middle .btn-side-bar-wishlist i::before {
    content: "\f08a";
}

#header-middle .btn-side-bar-cart .shopping-cart-item{
	display: none;
}

#header-middle .btn-side-bar-cart > i::before {
    content: "\f290";
}

#header-middle .btn-side-bar-cart{
	font-size: 30px;
	line-height: 45px;
	position: relative;
	padding-right: 20px;
	display: inline-block;
}

.header-desktop-3 #header-desktop #header-middle .btn-side-bar-cart .shopping-cart-nb{
    background: #b33a3a;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    margin-left: -5px;
    min-width: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -3px;
}

#header-desktop #horizontal_menu .element_li_depth_0.text-transform-default > a {
    text-transform: none;
	color: #ffffff !important;
	font-weight: 400;
}

#header-desktop #horizontal_menu .element_li_depth_0 > a {
    color: rgba(255,255,255,.7);
	line-height: 46px;
	font-weight: 500;
	height: 46px;
}

#header-desktop #horizontal_menu .element_li_depth_0:hover > a, #header-desktop #horizontal_menu .element_li_depth_0 > a.active {
    color: #ffffff !important;
}

#horizontal_menu .nrt_mega_menu {
	margin: 0;
	padding-left: 245px;
	margin-right: -15px;
}

#horizontal_menu .nrt_mega_menu .element_li_depth_0 {
    margin: 0 15px;
}

#vertical_menu {
    display: block;
    position: relative;
    width: 230px;
    float: left;
	border: none;
	z-index: 1;
}

#vertical_menu .nrt_mega_menu {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
	border: 1px solid #ebebeb;
	border-radius:  0 0 5px 5px;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#vertical_menu:hover > .nrt_mega_menu {
    visibility: visible;
	opacity: 1;
}

.header-desktop-3 #vertical_menu .v-title {
	background: #b33a3a;
	border: none;
	padding: 0 20px;
	position: relative;
	text-align: left;
	cursor: pointer;
	color: #ffffff;
	font-weight: 400;
	line-height: 46px;
	border-radius: 8px 8px 0 0;
	text-transform: capitalize;
}

#vertical_menu .v-title i {
    font-size: 14px;
    margin-right: 10px;
	vertical-align: 0;
}

#vertical_menu .v-title span {
    font-size: 16px;
    line-height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
}

#vertical_menu .nrt_mega_menu .element_li_depth_0 {
	padding: 0 20px;
}

#vertical_menu .element_a_depth_0 {
	cursor: pointer;
	font-weight: 400;
	text-transform: capitalize;
	padding: 12px 0;
	border-bottom: 1px dashed rgba(0,0,0,.1);
	line-height: 2.1rem;
}

#vertical_menu .show-more-cat .element_a_depth_0 {
	padding: 14px 0;
}

#vertical_menu .nrt_mega_menu .element_li_depth_0:last-child .element_a_depth_0 {
	border-bottom: none;
}

#vertical_menu .element_a_depth_0 .triangle::after {
    right: 0;
}

#vertical_menu .cate_label {
    line-height: 17px;
}

#vertical_menu .element_a_depth_0 i {
    margin-right: 10px;
}

#vertical_menu:hover > .v-title span::before {
	content: "\f107";
}

/*--------------------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;
}