/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
body.nav--collapsed {
  position: fixed;
  width: 100%; }

.navbar-nav {
  padding: 0; }

.navbar--left a {
  font-size: .9125rem; }

.navbar .form-inline .form-actions {
  display: none; }

@media (max-width: 992px) {
  @-webkit-keyframes fadeTop {
    0% {
      transform: translateY(-30%);
      opacity: 0; }
    100% {
      transform: translateY(0);
      opacity: 1; } }
  @keyframes fadeTop {
    0% {
      transform: translateY(-30%);
      opacity: 0; }
    100% {
      transform: translateY(0);
      opacity: 1; } }
  .navbar .markets-menu .nav-item,
  .navbar .main-menu .nav-item,
  .navbar .markets-menu .dropdown-item {
    opacity: 0;
    transform: translateY(-10%); }
  .navbar .show .markets-menu .nav-item,
  .navbar .dropdown-menu.show .dropdown-item {
    -webkit-animation: fadeTop .4s ease-in-out forwards;
            animation: fadeTop .4s ease-in-out forwards; }
    .navbar .show .markets-menu .nav-item:nth-child(1),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .navbar .show .markets-menu .nav-item:nth-child(2),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .navbar .show .markets-menu .nav-item:nth-child(3),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(3) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .navbar .show .markets-menu .nav-item:nth-child(4),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(4) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .navbar .show .markets-menu .nav-item:nth-child(5),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(5) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .navbar .show .markets-menu .nav-item:nth-child(6),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(6) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    .navbar .show .markets-menu .nav-item:nth-child(7),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(7) {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
    .navbar .show .markets-menu .nav-item:nth-child(8),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(8) {
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
    .navbar .show .markets-menu .nav-item:nth-child(9),
    .navbar .dropdown-menu.show .dropdown-item:nth-child(9) {
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s; }
  .navbar .show .main-menu .nav-item {
    -webkit-animation: fadeTop .4s ease-in-out forwards;
            animation: fadeTop .4s ease-in-out forwards; }
    .navbar .show .main-menu .nav-item:nth-child(1) {
      -webkit-animation-delay: 1.1s;
              animation-delay: 1.1s; }
    .navbar .show .main-menu .nav-item:nth-child(2) {
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
    .navbar .show .main-menu .nav-item:nth-child(3) {
      -webkit-animation-delay: 1.3s;
              animation-delay: 1.3s; }
    .navbar .show .main-menu .nav-item:nth-child(4) {
      -webkit-animation-delay: 1.4s;
              animation-delay: 1.4s; }
    .navbar .show .main-menu .nav-item:nth-child(5) {
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    .navbar .show .main-menu .nav-item:nth-child(6) {
      -webkit-animation-delay: 1.6s;
              animation-delay: 1.6s; }
    .navbar .show .main-menu .nav-item:nth-child(7) {
      -webkit-animation-delay: 1.7s;
              animation-delay: 1.7s; }
    .navbar .show .main-menu .nav-item:nth-child(8) {
      -webkit-animation-delay: 1.8s;
              animation-delay: 1.8s; }
    .navbar .show .main-menu .nav-item:nth-child(9) {
      -webkit-animation-delay: 1.9s;
              animation-delay: 1.9s; } }

.navbar--main-wrapper {
  background: #236A9E;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }

.toolbar-oriented .toolbar-bar {
  z-index: 1200; }

.toolbar-horizontal .toolbar-menu.nav {
  float: left; }

.navbar-collapse {
  flex-wrap: wrap;
  flex-basis: 100%; }
  @media (max-width: 992px) {
    .navbar-collapse {
      padding-top: 3rem;
      position: fixed;
      top: 0;
      right: 0; } }
  .navbar-collapse.collapsing {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    background-color: #236A9E;
    overflow: scroll; }
  .navbar-collapse.show {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    background-color: #236A9E;
    overflow: scroll; }

.navbar-toggle {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  margin-right: 0;
  float: none;
  margin-left: auto;
  z-index: 9;
  border: 0;
  background-color: transparent; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle .sr-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px; }
  .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: white;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    top: 6px; }
  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    opacity: 0; }
  .navbar-toggle.active .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    top: -6px; }
  .navbar-toggle--inactive .icon-bar--last {
    width: 80%;
    float: right; }
  .navbar-toggle:focus {
    outline: 0; }
  .nav--collapsed .navbar-toggle {
    position: fixed;
    top: 0rem;
    right: 0rem;
    width: 100%;
    padding: 1rem;
    background-color: #236A9E;
    z-index: 500; }

#block-soobazar-account-menu .nav-link {
  display: flex;
  align-items: center; }

#block-soobazar-account-menu--2 .nav-link {
  display: flex;
  align-items: center; }

.headroom {
  will-change: transform;
  transition: all 0.3s linear;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.15); }
  .admin-toolbar-mediteran .headroom {
    top: 102px; }

.headroom--pinned:not(.headroom--top) {
  transform: translateY(-43%); }

.headroom--unpinned {
  transform: translateY(-100%); }

body.nav-open {
  height: 100vh;
  overflow: hidden; }

.icon--nav-opener {
  position: relative;
  min-width: 45px;
  width: 45px;
  height: 45px;
  min-height: 45px;
  cursor: pointer;
  margin-left: 0.625rem;
  left: 0;
  top: 6px;
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .icon--nav-opener:before, .icon--nav-opener:after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform .25s ease-out;
    border-radius: 2px; }
  .icon--nav-opener:before {
    width: 2px;
    height: 12px; }
  .icon--nav-opener:after {
    width: 12px;
    height: 2px; }
  .icon--nav-opener[aria-expanded="true"]:before {
    transform: rotate(90deg); }
  .icon--nav-opener[aria-expanded="true"]:after {
    transform: rotate(180deg); }
