.header-search-mobile-indicator{ display: none; }
.search-container{
  position: relative;
}
.header-container-wrapper input.header-search{
  animation-delay: 400ms;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 98% 14px;
  width: 25px;
  font-size: 17px !important;
  float: right;
  padding: 4px .9rem 0 !important;
  position: absolute;
  right: 10px;
  top: -6px !important;
  transition: all .5s;
  cursor: pointer;
}
.header-container-wrapper input.header-search.focus {
  background-color: #e8e8e8 !important;
  cursor: text;
  width: 500px;
}
.header-search-dropdown{
  background: #fff !important;
  display: flex;
  flex-direction: column;
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 0 25px;
  position: absolute;
  transition: left 0.5s, height 0.5s, background 1s;
  top: 0;
  width: 500px;
  z-index: 9999;
}
.header-search-dropdown.dropdown-visible{
  background: #fff !important;
  box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
  height: 225px;
  padding: 10px 25px 0;
}
.header-search-dropdown h3{
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.header-search-dropdown a{
  color: #9579d3;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 9px 10px;
  text-decoration: none;
  overflow: hidden;
}
.header-search-dropdown a:first-of-type{ margin-top: 0; }
.header-search-dropdown a:hover{ color: #31006f; }
.header-search-cancel{ display: none; }
.desktop-menu .header-right{
    margin: 5px 0 0 5px !important;
    width: 100% !important;
}

/** Mobile Styling **/
@media (max-width: 1200px){
  .header-search-mobile-indicator{ display: inline; }
  .mobile-menu .hs-menu-wrapper > ul {
    margin: 0px 0 0 !important;
	top: 50px;
	position: relative;
  }
  input.header-search{
	right: 0 !important;
	padding: 6px 0px 0 60px !important;
    top: 0 !important;
  }
  .header-search-dropdown{
	left: 0 !important;
	transition: left 0.3s, height 0.3s, background 1s, visibility 0.3s !important;
	visibility: hidden !important;
	width: 100% !important;
  }
  body.global-notification-open .header-search-dropdown{
	top: 0;
  }
  .header-search-dropdown.dropdown-visible{
	visibility: visible !important;
  }
  .header-search-cancel{
	color: #9579d3;
	display: block;
	font-size: 16px;
	opacity: 0;
	position: absolute;
	right: 20px;
	transition: opacity 1s;
	top: 17px;
  }
  .header-search-cancel:hover{ color: #31006f; }
  .header-search-cancel.dropdown-visible{
	opacity: 1;
  }
  .header-container-wrapper input.header-search{
	top: 0 !important;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul{ height: auto !important; }
  
}
@media (max-width: 1200px) and (orientation: portrait){
  /*.header-search-dropdown{ top: 135px !important; }*/
  /*.global-notification-closed .header-search-dropdown{ top: 100px !important; }*/
}
@media (max-width: 1200px) and (orientation: landscape){
  /*.header-search-dropdown{ top: 135px !important; }*/
  /*.global-notification-closed .header-search-dropdown{ top: 100px !important; }*/
}

@media (max-width: 576px){
  /*.header-search-dropdown{ top: 100px !important; }*/
  body.global-notification-open .header-search-dropdown{
    /*top: 194px !important;*/
  }
  @supports not (-webkit-touch-callout: none) {
	body.global-notification-open .header-search-dropdown{
        /*top: 194px !important;*/
    }
  }
}
@media (max-width: 576px) and (orientation: landscape){
  body.global-notification-open .header-search-dropdown{
    /*top: 142px !important;*/
  }
}
@media (max-width: 576px){
  /*.header-search-dropdown{ top: 100px !important; }*/
}
@media (max-width: 300px){
  .header-search-dropdown a{ max-width: 80%; }
}