#headerSearchGlobalInputForm{
	display: inline-flex;
	vertical-align: text-bottom;
}
.headerSearchGlobalInput{
	width: 130px;
	transition: 0.2s;
	border-radius: 4px !important;
	padding-left: 15px !important;
	height: 100%;
	font-weight: 500 !important;
	border: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	border-radius: 0px !important;
	padding: 0px !important;
	background: transparent;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	margin-left: 30px;
}

.headerSearchBox{
	margin-left: 15px;
}

.headerSearchGlobalInput:hover, .headerSearchGlobalInput:focus{
	width:100%  !important;
	box-shadow:none !important;
	outline:0px !important;
	padding-left:5px !important;
	border-radius: 5px !important;
	border-bottom: 1px solid transparent !important;
}

.headerSearchGlobalInput:hover ~ .headerSearchRemoveIcon, .headerSearchGlobalInput:focus ~ .headerSearchRemoveIcon{
	display: block;
	opacity:1;
	animation: .8s fadeInSearch;
}
@keyframes fadeInSearch {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutSearch {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


.headerSearchGlobalInput::-webkit-input-placeholder {
  color: rgba(255,255,255,0.3);
	font-size: 13px;
	font-weight: 500;
}

.headerSearchRemoveIcon{
	display:none;
	opacity:0;
	position: absolute;
    right: 5px;
    line-height: 0px;
    top: 22px;
    z-index: 0;
    cursor: pointer;
}

.headerSearchIcon{
	display: block;
    position: absolute;
    font-size: 18px;
    margin-top: 15px;
    line-height: 0px;
}


#headerSearchBox{
	margin-right:50px;
}


@media screen and (max-width:796px){
	#headerSearchGlobalInputForm{
		display: block;
	}
	.headerSearchGlobalInput{
		width:100%  !important;
		margin-left: 0 !important;
	}
}

.containerInputGroup{
	min-width: 173px;
}


.headerCategoriesMenu{
	overflow-y: auto;
	overflow-x: hidden;
	min-width: 200px;
	max-height: 360px;
}

#filter_categories_title{
	margin-bottom: 0px;
	color: rgba(255,255,255,.4);
}

.linkChannelPage{
	padding-left:20px;
}

@media (max-width:767px){
	.linkChannelPage{
		padding-left:0px;
	}
}


/* .headerCategoryBox{
	display: none;
} */

.label-category-box{
	display: inline-block;
	line-height: normal;
	padding-right: 20px;
}

.element-category-title{
	max-width: 80vw;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	float: left;
	white-space: nowrap;
}

/* .removeCategoryFromFilter{
	width: 10%;
} */

.searchedCategories{
	display: inline-block;
}



#filter_categories_title{
	font-size:12px;
}




.multi-column-dropdown li a{
	/* opacity: 0.; */
	font-weight: 500;
	color:white;
	padding-top:10px;
	padding-bottom: 10px;
}


/*effect header menu*/
.multi-column-dropdown li a:hover{
	opacity: 1;
	/* text-decoration: underline; */
	background-color: rgba(255,255,255,0.1);
	transition: width 0s;
}



.navbar-nav a:hover:not(.button-primary), .nav .open>a:focus:not(.button-primary) {
  background: rgba(255,255,255,0.1);
	transition: width 0s;
}
.navbar-nav a:hover:not(.button-primary) > .fa-chevron-down, .nav .open>a:focus:not(.button-primary) > .fa-chevron-down{
	transition-duration: 0.2s;
  transition-property: transform;
	transform: rotate(180deg);
}

.headerCategorySelector .fa-chevron-down{
	font-size: 13px;
	margin-left: 4px;
}

.navbar li a{
	font-weight: 500;
}
/*end*/
