@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.theme-header-1 {
  position: relative;
  margin-bottom: -84px;
  z-index: 150;
}
@media (max-width: 991px) {
  .theme-header-1 {
    margin-bottom: -56px;
  }
}
.theme-header-1__top-navbar {
  width: 100%;
  height: 114px;
}
.theme-header-1__top-navbar .text-white,
.theme-header-1__top-navbar .icons.text-white,
.theme-header-1__top-navbar svg.text-white,
.theme-header-1__top-navbar .text-white svg,
.theme-header-1__top-navbar .text-white.icons,
.theme-header-1__top-navbar .section-title.section-title__white,
.theme-header-1__top-navbar .section-title.section-title__white .section-title__heading {
  color: #ffffff !important;
}
.theme-header-1__top-navbar .border-white,
.theme-header-1__top-navbar .border-2.border-white,
.theme-header-1__top-navbar .section-title.section-title__white {
  border-color: #ffffff !important;
}
.theme-header-1__top-navbar .section-title.section-title__white .section-title__heading:after {
  background-color: #ffffff !important;
}
.theme-header-1__top-navbar .bg-white-10:before {
  background-color: #ffffff !important;
}
.theme-header-1__top-navbar .bg-white {
  background-color: #ffffff !important;
}
.theme-header-1__top-navbar-search {
  width: 100%;
  max-width: 280px;
  height: 48px;
}
@media (max-width: 991px) {
  .theme-header-1__top-navbar-search {
    max-width: 100%;
  }
}
.theme-header-1__top-navbar-search input {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #ffffff !important;
  opacity: 0.5;
  color: #ffffff;
}
.theme-header-1__top-navbar-search input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}
.theme-header-1__top-navbar-search input::placeholder {
  color: #ffffff;
  opacity: 0.7;
}
.theme-header-1__top-navbar-search input:focus, .theme-header-1__top-navbar-search input:checked, .theme-header-1__top-navbar-search input:active {
  background-color: transparent !important;
}
.theme-header-1__top-navbar-search .search-icon {
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 16px;
}
.theme-header-1__top-navbar-cart-counter {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--danger);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.theme-header-1__top-navbar-cta {
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.theme-header-1__top-navbar-cta .icons,
.theme-header-1__top-navbar-cta .btn-flip-effect__text {
  color: var(--primary);
}
.theme-header-1__top-navbar .theme-social-link {
  background: transparent !important;
  border-radius: 0;
}
.theme-header-1__top-navbar .theme-social-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 0.9;
}
.theme-header-1__top-navbar .theme-social-link:hover .theme-social-icon {
  opacity: 1;
  transform: scale(1.08);
}
.theme-header-1__top-navbar .additional-links-menu .additional-links-menu__trigger {
  min-height: 32px;
  line-height: 1;
}
.theme-header-1__top-navbar .additional-links-menu .header-1-dropdown-menu {
  top: 32px;
}
@media (max-width: 991px) {
  .theme-header-1__top-navbar {
    height: auto;
  }
}
.theme-header-1__dropdown.education-verticals-menu .education-verticals-menu__trigger {
  min-height: 40px;
  white-space: nowrap;
}
.theme-header-1__dropdown.education-verticals-menu .education-verticals-dropdown-menu {
  top: 100%;
  width: 380px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.theme-header-1__dropdown.additional-links-menu .additional-links-menu__trigger {
  min-height: 32px;
  min-width: 32px;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.theme-header-1__dropdown.additional-links-menu .additional-links-dropdown-menu {
  top: 100%;
  width: 260px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.theme-header-1__dropdown-user-verify-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.theme-header-1__dropdown:not(:hover) > .header-1-dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
}
.theme-header-1__dropdown .header-1-dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 260px;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
  z-index: 46;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu {
  left: auto;
  right: 0;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu {
  width: 280px;
  top: 40px;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item {
  transition: all 0.3s ease;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item a, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item .icons {
  color: var(--gray-500);
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item .count-badge {
  min-width: 16px;
  height: 16px;
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover {
  background-color: var(--gray-100);
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover > a {
  transform: translateX(8px);
}
.theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover a, .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu .header-1-dropdown-menu__item:hover .icons {
  color: var(--primary);
}
@media (max-width: 991px) {
  .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu {
    right: 8px;
    left: auto;
  }
  .rtl .theme-header-1__dropdown .header-1-dropdown-menu.auth-user-info-dropdown-menu {
    left: 8px;
    right: auto;
  }
}
.theme-header-1__dropdown .header-1-dropdown-menu__item {
  color: var(--gray-500);
  border-left: 2px solid transparent;
}
.theme-header-1__dropdown .header-1-dropdown-menu__item > div {
  transition: all 0.3s ease;
}
.theme-header-1__dropdown .header-1-dropdown-menu__item.active {
  border-left: 2px solid var(--primary);
  font-weight: bold;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__item {
  border-left: none;
  border-right: 2px solid transparent;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__item.active {
  border-left: none;
  border-right: 2px solid var(--primary);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover {
  background-color: var(--gray-100);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover > div {
  transform: translateX(8px);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover .header-1-dropdown-menu__item-sign-box {
  background-color: var(--gray-200);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item:hover .header-1-dropdown-menu__sub-menu {
  opacity: 1;
  visibility: visible;
  left: calc(100% + 4px);
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__item:hover .header-1-dropdown-menu__sub-menu {
  left: auto;
  right: calc(100% + 4px);
}
.theme-header-1__dropdown .header-1-dropdown-menu__item-sign-box {
  min-width: 32px;
  height: 32px;
  background-color: var(--gray-100);
  color: var(--gray-500);
  font-weight: normal !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu {
  position: absolute;
  top: -8px;
  left: 96%;
  width: 280px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.rtl .theme-header-1__dropdown .header-1-dropdown-menu__sub-menu {
  left: auto;
  right: 96%;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li {
  transition: all 0.3s ease;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li, .theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li * {
  color: var(--gray-500) !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li:hover * {
  color: var(--primary) !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__sub-menu li:hover > a {
  transform: translateX(8px) !important;
}
.theme-header-1__dropdown .header-1-dropdown-menu__flag {
  width: 28px;
  min-width: 28px;
  height: 21px;
  overflow: hidden;
}
.theme-header-1__dropdown .header-1-dropdown-menu__flag, .theme-header-1__dropdown .header-1-dropdown-menu__flag img {
  border-radius: 4px;
}
.theme-header-1__dropdown .header-1-dropdown-menu__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.theme-header-1__main {
  position: relative;
  height: 84px;
  top: -42px;
  margin-bottom: -42px;
}
.theme-header-1__main.sticky {
  position: fixed;
  top: 20px;
  width: 100%;
  animation: slideDown 0.5s ease forwards;
}
.theme-header-1__main-mask {
  position: absolute;
  top: 8px;
  left: 16px;
  right: 16px;
  bottom: -8px;
  border-radius: 24px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
@media (max-width: 991px) {
  .theme-header-1__main {
    height: 72px;
    top: -28px;
    margin-bottom: -28px;
  }
  .theme-header-1__main.sticky {
    top: 8px;
  }
  .theme-header-1__main .rounded-24 {
    border-radius: 16px;
  }
  .theme-header-1__main .p-16 {
    padding: 10px 12px !important;
  }
}
.theme-header-1__menu-toggle {
  background: var(--white);
  border: 1px solid var(--gray-300);
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.theme-header-1__menu-toggle:hover, .theme-header-1__menu-toggle:focus-visible {
  border-color: var(--primary);
  outline: none;
}
.theme-header-1__menu-toggle:hover .icons, .theme-header-1__menu-toggle:focus-visible .icons {
  color: var(--primary) !important;
}
.theme-header-1__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  margin: -6px -4px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.theme-header-1__nav-link:hover, .theme-header-1__nav-link:focus-visible {
  background-color: var(--primary);
  color: var(--white) !important;
}
.theme-header-1__nav-link:hover .icons, .theme-header-1__nav-link:focus-visible .icons {
  color: var(--white) !important;
}
.theme-header-1__main-search {
  min-width: 0;
  height: 44px;
  overflow: visible;
}
.theme-header-1__main-search input {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid var(--gray-300);
  background-color: var(--gray-100);
  color: var(--dark);
  padding-right: 40px;
}
.theme-header-1__main-search input::-moz-placeholder {
  color: var(--gray-500);
}
.theme-header-1__main-search input::placeholder {
  color: var(--gray-500);
}
.theme-header-1__main-search input:focus {
  border-color: var(--primary);
  background-color: var(--white);
}
.theme-header-1__main-search .search-icon {
  position: absolute;
  top: 14px;
  bottom: 14px;
  right: 14px;
}
.theme-header-1__logo {
  height: 56px;
  max-width: 120px;
}
.theme-header-1__logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .theme-header-1__logo {
    height: 40px;
    max-width: 96px;
  }
}
.theme-header-1__categories .cat-dropdown-menu-icon {
  width: 24px;
  max-width: 24px;
  min-width: 24px;
}
.dark-mode .theme-header-1__categories .cat-dropdown-menu-icon {
  filter: brightness(0) invert(1);
}
