.theme-usp {
	background-color: #1F2128;
  color: #fff;
	border: none !important; 
}
.theme-usp a {
  color: #fff !important;
  transition: color .4s ease;
  text-decoration: none;
}
.theme-usp a:hover {
  color: #F66301 !important;
}
.bg-header {
	background: #FFF;
  color: #000104;
}
.logo img {
	filter: brightness(0%); 
}
#header #formSearch .search-theme {
  border: 1px solid rgba(0, 0, 0, 0.40) !important;
}
.bg-navbar {
  background: #202840;
}
#header #megamenu .nav-item .nav-link {
  color: #FFF;
  transition: color .4s ease;
}
.header-review__img {
  height: 24px;
  width: auto;
  object-fit: contain;
}
.menu-icon {
  color: #202840;
}

#header.header-white #megamenu .nav-item.active .nav-link, #header.header-white #megamenu .nav-item:hover .nav-link {
	 color: #fff!important;
}

#header #megamenu .ism-mainnav ul.nav > li.nav-item:hover > a:after {
    border-bottom: 3px solid #ffffff!important;
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

#header.header-white #megamenu .nav-item.active > a:after{
    border-bottom: 3px solid #ffffff!important;
    transform: scaleX(1)!important;
    transform-origin: 0% 50%!important;
}

#futy-container #toggle-iframe {
	bottom: 80px!important;
}
