body {
  padding-top: 80px;
}

body.toolbar-fixed {
  padding-top: 119px !important;
}

body.toolbar-tray-open {
  padding-top: 179px !important;
}

body.toolbar-fixed .drop-down-wrapper {
  top: 119px;
}

body.toolbar-tray-open .drop-down-wrapper {
  top: 184px;
}

header {
  background-color: var(--gray);
  padding: 14px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  min-height: 80px;
}

.toolbar-fixed header {
  top: 39px;
}

.toolbar-tray-open header {
  padding-top: 79px;
}

header .navbar {
  padding: 0;
}

header .container {
  max-width: none;
  padding: 0 136px;
}

header .navbar-nav .nav-item .nav-link {
  font-size: 0.8125em;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  padding: 0 18px;
}

header .navbar-nav .nav-item>a {
  text-transform: uppercase;
}

header .navbar-brand {
  margin: 0;
  padding: 0;
}

header .region-nav-branding {
  flex-shrink: 0;
}

.site-logo {
  flex-shrink: 0;
  background: url(../img/cif_logo-one.svg);
  background-size: 100% 100%;
}

.site-logo:hover {
  background: url(../img/cif_logo_hover-01.svg);
  background-size: 100% 100%;
}

.site-logo:hover img {
  visibility: hidden;
}

header .navbar-brand img {
  height: auto;
  margin: 0;
  opacity: 0;
}

header .navbar-collapse {
  position: relative;
  justify-content: flex-start !important;
  padding-left: 30px;
}

.drop-down-wrapper .menu-container {
  padding: 0;
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
}

.menu-container .menu {
  margin: 20px 0 0;
  padding: 0 10px;
  /* width: 185px; */
  width: 190px;
  border-left: 1px solid var(--gray);
}

/* .menu-container .menu:not(:last-child) {
  border-right: 1px solid #000;
} */
header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-container .ast-menu-title {
  text-transform: uppercase;
  font-size: 1.125em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 17px;
  font-style: italic;
  line-height: 1.2;
}

.menu-container .ast-menu-title-two {
  font-size: 1.125em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 17px;
  font-style: italic;
  line-height: 1.2;
}

.menu-container li {
  margin-bottom: 19px;
}

.menu-container li,
.menu-container li a {
  line-height: 1;
}

.menu-container li a {
  font-size: 1em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  color: var(--gray);
}

/*login*/
#block-cifsubtheme-account-menu {
  position: absolute;
  top: -28px;
  right: 0;
  line-height: 1;
  /*login not in the design*/
  display: none;
}

.user-logged-in #block-cifsubtheme-account-menu {
  display: block;
}

.user-logged-in:not(.toolbar-fixed) #block-cifsubtheme-account-menu {
  top: -5px;
}

#block-cifsubtheme-account-menu .navbar-nav>li {
  top: 0;
  padding: 0;
}

#block-cifsubtheme-account-menu .navbar-nav .nav-item .nav-link {
  padding: 0 10px;
}

/*dropdown*/

.drop-down-wrapper {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 200px;
  background: var(--white);
  border-top: 10px solid var(--vivid-orange);
  display: none;
}

header .navbar-nav>li {
  padding-bottom: 30px;
  position: relative;
  top: 18px;
}

.drop-down-wrapper .dropdown-menu {
  display: block;
  background: transparent;
  border: none;
  min-width: auto;
  padding: 0;
  border-radius: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: transparent;
  color: var(--gray);
}

/*country dropdown*/
header ul.country-drop {
  margin: 0px 0 0 !important;
  padding: 0 !important;
  background: #fff;
  border: 1px solid var(--gray);
  border-top: 0;
  position: relative;
  display: none;
  max-height: 100px;
  overflow: hidden scroll;
  /* border issue border-radius: 0 0 10px 10px; */
  border-radius: 0 0 0;
}

header .menu-container .country-drop-label {
  /* font-style: italic;
font-weight: 500;
font-family: 'Barlow Semi Condensed',
sans-serif;
font-size: 1.125em; */
  background: #fff;
  border: 1px solid var(--gray);
  color: var(--gray);
  border-radius: 13px;
  padding: 0px 12px 0px;
  position: relative;
  display: block;
  margin-top: -6px;
}

header .menu-container .country-label-open {
  border-radius: 13px 13px 0 0;
}

header .country-drop-label:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 0;
  background: url(../img/select_arrow.png) no-repeat right center;
  width: 13px;
  height: 28px;
  border-left: 1px solid var(--gray);
  padding-left: 20px;
}

header .menu-container .country-label-open:before {
  background: url(../img/select_arrow_down.png) no-repeat right center;
}

header ul.country-drop li {
  margin: 0;
}

header ul.country-drop li a {
  display: block;
  padding: 7px;
}

header ul.country-drop.country-open {
  display: block;
}

/**/
.menu-container .item-hide {
  display: none;
}

/*header skip*/
header .skip-item {
  color: var(--white);
}


/* dropdown search */
.dropdown-search-item {
  padding: 7px;
}

.dropdown-search {
  width: 100%;
  outline: 0 !important;
  font-size: 13px;
  color: #000000;
  height: 25px;
  padding: 5px 7px;
}

.dropdown-search::-webkit-input-placeholder {
  display: block !important;
  font-size: 13px;
  color: #4d4d4d;
}

/* touch-device */

.touch-device header .navbar-toggler {
  outline: 0 !important;
  box-shadow: none !important;
}

/*search*/
.dropdown-search-section .dropdown-search {
  width: calc(100% - 20px);
  border: none;
  height: 28px;
  padding: 4px 0;
  font-style: normal;
}

.dropdown-search-section .dropdown-search,
.dropdown-search-section .dropdown-search::placeholder {
  color: var(--gray);
  font-size: 1.125em;
  font-weight: 500;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.dropdown-search-section .dropdown-search::-webkit-search-cancel-button {
  display: none;
}

.dropdown-search-section .dropdown-search::placeholder {
  font-style: italic;
}

.dropdown-noresult-item {
  display: none;
}

.no-result-found .dropdown-noresult-item {
  display: block;
  padding: 15px;
}
