#nav-icon3 {
  width: 24px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: left;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 20%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
  width: calc(100% + 7px);
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 22px;
  width: calc(100% + 7px);
}

#nav-icon3 span:nth-child(4) {
  top: 11px;
}

.shownavigation.active #nav-icon3 span {
  background: #fff;
}

.shownavigation.active #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.shownavigation.active #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shownavigation.active #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shownavigation.active #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.logo {
  margin: 0 auto 25px 0;
}

body.cms-index-index .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items-wrapper,
body:not(.cms-index-index) .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items-wrapper,
body .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items-wrapper {
  max-height: 500px;
}

body.cms-index-index .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items .product-item-name,
body:not(.cms-index-index) .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items .product-item-name,
body .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items .product-item-name {
  padding-right: 25px;
}

body.cms-index-index .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items .product-item-name a,
body:not(.cms-index-index) .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items .product-item-name a,
body .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .minicart-items .product-item-name a {
  font-size: 11px;
}

body.cms-index-index .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .product-item-actions,
body:not(.cms-index-index) .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .product-item-actions,
body .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper .product-item-actions {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
}

body.cms-index-index .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper li,
body:not(.cms-index-index) .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper li,
body .header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper li {
  position: relative;
  border: 0px;
  padding: 5px 0px;
}

body.cms-index-index .minicart-items,
body:not(.cms-index-index) .minicart-items,
body .minicart-items {
  overflow: unset !important;
  max-height: unset !important;
}

body.cms-index-index .page-header .header-sticky-wrapper .header.content,
body:not(.cms-index-index) .page-header .header-sticky-wrapper .header.content,
body .page-header .header-sticky-wrapper .header.content {
  padding: 8px;
}

@media screen and (max-width: 768px) {
  body.cms-index-index .page-header .header-sticky-wrapper .header.content,
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header.content,
  body .page-header .header-sticky-wrapper .header.content {
    padding-bottom: 10px;
    background: #242f3f;
  }
}

body.cms-index-index .page-header .header-sticky-wrapper .header .logo,
body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .logo,
body .page-header .header-sticky-wrapper .header .logo {
  margin: 0 20px;
  margin-left: 0;
}

body.cms-index-index .page-header .header-sticky-wrapper .header .block.block-search form.minisearch .field.search .control,
body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block.block-search form.minisearch .field.search .control,
body .page-header .header-sticky-wrapper .header .block.block-search form.minisearch .field.search .control {
  padding: 0px;
}

@media screen and (max-width: 1090px) {
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .block-search,
  body .page-header .header-sticky-wrapper.is-stuck .block-search {
    margin-top: 10px;
  }
}

@media (min-width: 767px) {
/*  body.cms-index-index .navigation-wrapper {
    display: none;
  }*/
  .on-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes slide-animation {
    0% {
      opacity: 1;
    }
    2% {
      opacity: 1;
    }
    30% {
      left: 0px;
      opacity: 1;
    }
    32.5% {
      opacity: 0.6;
    }
    35% {
      left: -320px;
      opacity: 1;
    }
    65% {
      left: -320px;
      opacity: 1;
    }
    67.5% {
      opacity: 0.6;
    }
    70% {
      left: -640px;
      opacity: 1;
    }
    90% {
      left: -640px;
      opacity: 1;
    }
    92.5% {
      opacity: 0.6;
    }
    100% {
      left: 0px;
    }
  }
  header .policy-info-wrap {
    margin: auto;
    padding: 0px !important;
    position: relative;
    width: 320px;
    height: 30px;
    margin: 0px auto;
  }
  header .policy-info-wrap:before {
    height: 100%;
    content: "";
    background: #0a354d;
    position: absolute;
    left: -250%;
    top: 0;
    z-index: -1;
  }
  header .policy-info-wrap .policy-info {
    -webkit-animation: slide-animation 6s infinite;
    padding: 0px !important;
    list-style: none;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    -webkit-transition: left 0.2s linear;
    max-width: 960px !important;
    color: #666;
  }
  header .policy-info-wrap .policy-info li {
    float: left;
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px !important;
    font-size: 14px;
    padding: 0px;
    width: 320px;
  }
  header .policy-info-wrap .policy-info:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
  .minicart-wrapper .block-content {
    padding-top: 20px;
    text-align: left;
  }
  .minicart-wrapper .block-minicart {
    position: fixed;
    left: 0px;
    top: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 0px !important;
    z-index: 10;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper {
    height: calc(100% - 21px - 15px);
  }
  .minicart-wrapper[icontype="9"] .showcart {
    margin-top: 5px;
  }
  .minicart-wrapper[icontype="49"] .showcart {
    margin-top: 6px;
    margin-left: -2px;
  }
  .minicart-wrapper.active a.action.showcart {
    z-index: 30;
    position: fixed !important;
    right: 10px;
    top: 10px !important;
    background: #3B683C url("../images/menu-close.svg") no-repeat center center;
    height: 20px;
    width: 20px;
    background-size: 50%;
    padding: 5px;
    -webkit-transform: none !important;
            transform: none !important;
    left: inherit !important;
  }
  .minicart-wrapper.active a.action.showcart * {
    display: none;
  }
  .minicart-wrapper.active a.action.showcart:before {
    display: none;
  }
  .wishlist-popup-wrapper .block-title {
    padding-top: 20px;
    text-align: left;
  }
  .wishlist-popup-wrapper .block-content {
    padding-top: 20px;
    text-align: left;
  }
  .wishlist-popup-wrapper.active a.action.wishlistpopup {
    z-index: 30;
    position: fixed !important;
    right: 10px;
    top: 10px !important;
    background: #3b683c url("../images/menu-close.svg") no-repeat center center;
    height: 20px;
    width: 20px;
    background-size: 50%;
    padding: 5px;
    -webkit-transform: none !important;
            transform: none !important;
    left: inherit !important;
  }
  .wishlist-popup-wrapper.active a.action.wishlistpopup * {
    display: none;
  }
  .wishlist-popup-wrapper.active a.action.wishlistpopup:before {
    display: none;
  }
  .wishlist-popup-wrapper .ui-widget .block-wishlist {
    position: fixed;
    left: 0px;
    top: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 0px !important;
    z-index: 10;
  }
  .wishlist-popup-wrapper .ui-widget .block-wishlist .wishlist-items-wrapper {
    height: calc(100% - 36px - 15px);
  }
  .login-popup-wrapper.active a.action.showloginpopup {
    z-index: 30;
    position: fixed !important;
    right: 10px;
    top: 10px !important;
    background: #3b683c url("../images/menu-close.svg") no-repeat center center;
    height: 20px;
    width: 20px;
    background-size: 50%;
    padding: 5px;
    -webkit-transform: none !important;
            transform: none !important;
    left: inherit !important;
    border-radius: 30px;
  }
  .login-popup-wrapper.active a.action.showloginpopup * {
    display: none;
  }
  .login-popup-wrapper.active a.action.showloginpopup:before {
    display: none;
  }
  .login-popup-wrapper .ui-widget .block-customer-login {
    position: fixed;
    left: 0px;
    top: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 0px !important;
    z-index: 10;
  }
  .login-popup-wrapper .ui-widget .block-customer-login .customer-popup-menu li {
    padding: 5px 0px !important;
    margin: 6px 0px !important;
    font-size: 16px;
  }
  .login-popup-wrapper .ui-widget .block-customer-login .actions-toolbar {
    border-top: 0px !important;
  }
  .login-popup-wrapper .ui-widget .block-customer-login .block-customer-login-wrapper {
    height: calc(100% - 23px - 15px);
  }
  .login-popup-wrapper .ui-widget .block-customer-login .block-customer-login-wrapper .block-title {
    margin-top: 40%;
  }
  .logo {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  body.cms-index-index .page-header .header-sticky-wrapper .header,
  body .page-header .header-sticky-wrapper .header {
    text-align: center;
  }
  body.cms-index-index .page-header .header-sticky-wrapper .header .logo,
  body .page-header .header-sticky-wrapper .header .logo {
    margin: 0px;
    width: 45px;
    max-width: 100%;
    text-align: center !important;
  }
  body.cms-index-index .page-header .header-sticky-wrapper .header .logo img,
  body .page-header .header-sticky-wrapper .header .logo img {
    max-width: 100%;
    width: 100%;
  }
  body:not(.cms-index-index),
  body.cms-index-index,
  body {
    padding-top: 128px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper,
  body .page-header .header-sticky-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 999;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header,
  body.cms-index-index .page-header .header-sticky-wrapper .header,
  body .page-header .header-sticky-wrapper .header {
    text-align: center;
    background: #fff;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .logo,
  body.cms-index-index .page-header .header-sticky-wrapper .header .logo,
  body .page-header .header-sticky-wrapper .header .logo {
    margin: 0px;
    width: 46px;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 100%;
    text-align: left;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .logo .main-logo,
  body.cms-index-index .page-header .header-sticky-wrapper .header .logo .main-logo,
  body .page-header .header-sticky-wrapper .header .logo .main-logo {
    margin-top: 11px;
    max-width: 100%;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .logo .logo-sticky,
  body.cms-index-index .page-header .header-sticky-wrapper .header .logo .logo-sticky,
  body .page-header .header-sticky-wrapper .header .logo .logo-sticky {
    display: inline-block !important;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .mage-dropdown-dialog,
  body.cms-index-index .page-header .header-sticky-wrapper .header .mage-dropdown-dialog,
  body .page-header .header-sticky-wrapper .header .mage-dropdown-dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 80%;
    height: calc(100% + 40px);
    z-index: 20;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper {
    z-index: 2;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper .not-mobile,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper .not-mobile,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper .not-mobile {
    display: none;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper.active,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper.active,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper.active {
    position: relative;
    width: 80%;
    margin: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action {
    float: right;
    padding: 0px;
    z-index: 15;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action:before,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action:before,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action:before {
    display: none;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action.active,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action.active,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper > a.action.active {
    z-index: 30;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation {
    top: 0px;
    overflow: auto;
    max-height: 100% !important;
    text-align: left;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation > ul,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation > ul,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation > ul {
    padding-bottom: 130px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation:after,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation:after,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation:after {
    display: none !important;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation a,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation a,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation a {
    color: #fff !important;
    padding-left: 0px;
    border-bottom: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation li.active > a,
  body.cms-index-index .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation li.active > a,
  body .page-header .header-sticky-wrapper .header .navigation-wrapper .navigation li.active > a {
    border-left: 5px solid #ff5501;
    padding-left: 7px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .minicart-wrapper,
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper,
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .login-popup-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper .header .minicart-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper .header .login-popup-wrapper,
  body .page-header .header-sticky-wrapper .header .minicart-wrapper,
  body .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper,
  body .page-header .header-sticky-wrapper .header .login-popup-wrapper {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 55px;
    width: 50px;
    border-left: 1px solid #ececec;
    position: relative;
    z-index: 3;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .minicart-wrapper > .action,
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper > .action,
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .login-popup-wrapper > .action,
  body.cms-index-index .page-header .header-sticky-wrapper .header .minicart-wrapper > .action,
  body.cms-index-index .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper > .action,
  body.cms-index-index .page-header .header-sticky-wrapper .header .login-popup-wrapper > .action,
  body .page-header .header-sticky-wrapper .header .minicart-wrapper > .action,
  body .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper > .action,
  body .page-header .header-sticky-wrapper .header .login-popup-wrapper > .action {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .minicart-wrapper.active,
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper.active,
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .login-popup-wrapper.active,
  body.cms-index-index .page-header .header-sticky-wrapper .header .minicart-wrapper.active,
  body.cms-index-index .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper.active,
  body.cms-index-index .page-header .header-sticky-wrapper .header .login-popup-wrapper.active,
  body .page-header .header-sticky-wrapper .header .minicart-wrapper.active,
  body .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper.active,
  body .page-header .header-sticky-wrapper .header .login-popup-wrapper.active {
    z-index: 99999;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup::before,
  body.cms-index-index .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup::before,
  body .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup::before {
    margin: 0px;
    margin-left: -10px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .minicart-wrapper .action.showcart .counter.qty,
  body.cms-index-index .page-header .header-sticky-wrapper .header .minicart-wrapper .action.showcart .counter.qty,
  body .page-header .header-sticky-wrapper .header .minicart-wrapper .action.showcart .counter.qty {
    left: 7px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .minicart-wrapper .minicart-items-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper .header .minicart-wrapper .minicart-items-wrapper,
  body .page-header .header-sticky-wrapper .header .minicart-wrapper .minicart-items-wrapper {
    max-height: 300px !important;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .minicart-wrapper .subtotal,
  body.cms-index-index .page-header .header-sticky-wrapper .header .minicart-wrapper .subtotal,
  body .page-header .header-sticky-wrapper .header .minicart-wrapper .subtotal {
    padding-top: 30px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup .counter.qty .counter-number,
  body.cms-index-index .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup .counter.qty .counter-number,
  body .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup .counter.qty .counter-number {
    left: -2px;
    top: -5px;
    font-size: 9px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup::before,
  body.cms-index-index .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup::before,
  body .page-header .header-sticky-wrapper .header .wishlist-popup-wrapper .action.wishlistpopup::before {
    position: absolute;
    margin: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 4px;
    margin-left: 4px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search,
  body .page-header .header-sticky-wrapper .header .block-search {
    float: left;
    position: absolute;
    right: 7px;
    left: inherit;
    margin: 0px;
    width: calc(100% - 155px) !important;
    top: 18px;
    padding: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .shownavigation,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .shownavigation,
  body .page-header .header-sticky-wrapper .header .block-search .shownavigation {
    display: none;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .shownavigation.active,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .shownavigation.active,
  body .page-header .header-sticky-wrapper .header .block-search .shownavigation.active {
    z-index: 9999;
    display: block;
    position: fixed;
    width: 45px;
    right: 10px;
    top: 10px;
    background: #07364e;
    margin-top: 0px;
    height: 45px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .shownavigation.active:after,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .shownavigation.active:after,
  body .page-header .header-sticky-wrapper .header .block-search .shownavigation.active:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #09354e87;
    z-index: -1;
    content: "";
    left: 0px;
    top: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .shownavigation.active #nav-icon3,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .shownavigation.active #nav-icon3,
  body .page-header .header-sticky-wrapper .header .block-search .shownavigation.active #nav-icon3 {
    margin-left: 8px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .field.search .control,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .field.search .control,
  body .page-header .header-sticky-wrapper .header .block-search .field.search .control {
    padding: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .field.search .control input,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .field.search .control input,
  body .page-header .header-sticky-wrapper .header .block-search .field.search .control input {
    height: 35px;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    padding-right: 40px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .field.search .control .action.search,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .field.search .control .action.search,
  body .page-header .header-sticky-wrapper .header .block-search .field.search .control .action.search {
    height: 26px;
    width: 33px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .field.search .control .action.search:after,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .field.search .control .action.search:after,
  body .page-header .header-sticky-wrapper .header .block-search .field.search .control .action.search:after {
    margin-left: -8px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper .header .block-search .field.search .control #algolia-autocomplete-tt.algolia-autocomplete,
  body.cms-index-index .page-header .header-sticky-wrapper .header .block-search .field.search .control #algolia-autocomplete-tt.algolia-autocomplete,
  body .page-header .header-sticky-wrapper .header .block-search .field.search .control #algolia-autocomplete-tt.algolia-autocomplete {
    min-height: 35px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .header.content,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck .header.content,
  body .page-header .header-sticky-wrapper.is-stuck .header.content {
    padding: 53px 20px 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 50px #0a354d30;
            box-shadow: 0px 0px 50px #0a354d30;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .header.content .logo,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck .header.content .logo,
  body .page-header .header-sticky-wrapper.is-stuck .header.content .logo {
    margin: 0px !important;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .header.content .navigation-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck .header.content .navigation-wrapper,
  body .page-header .header-sticky-wrapper.is-stuck .header.content .navigation-wrapper {
    margin-right: 0px;
    margin-top: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .login-popup-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck .login-popup-wrapper,
  body .page-header .header-sticky-wrapper.is-stuck .login-popup-wrapper {
    margin-top: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .wishlist-popup-wrapper,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck .wishlist-popup-wrapper,
  body .page-header .header-sticky-wrapper.is-stuck .wishlist-popup-wrapper {
    margin-top: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck ~ .policy-info-wrap,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck ~ .policy-info-wrap,
  body .page-header .header-sticky-wrapper.is-stuck ~ .policy-info-wrap {
    margin-top: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .block-search,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck .block-search,
  body .page-header .header-sticky-wrapper.is-stuck .block-search {
    margin-top: 0px;
  }
  body:not(.cms-index-index) .page-header .header-sticky-wrapper.is-stuck .block-search .action.search,
  body.cms-index-index .page-header .header-sticky-wrapper.is-stuck .block-search .action.search,
  body .page-header .header-sticky-wrapper.is-stuck .block-search .action.search {
    top: 4px;
    right: 4px;
  }
  .navigation li.level0:last-child {
    border-bottom: 0px;
  }
  .aligment-for-mobile {
    float: right;
    width: 100%;
    clear: both;
    z-index: 1;
    position: relative;
    margin-top: 7px;
    margin-bottom: -10px;
  }
  .aligment-for-mobile.active {
    z-index: 9999;
  }
  .aligment-for-mobile > * {
    z-index: 2;
  }
  .aligment-for-mobile .shownavigation {
    float: left;
    position: relative;
    z-index: 2;
    color: #07364e;
    margin-top: 15px;
    width: 71px;
  }
  .aligment-for-mobile.active {
    z-index: 9999;
  }
  .aligment-for-mobile:after {
    position: absolute;
    left: -100%;
    width: 300%;
    height: 100%;
    content: "";
    background: #131921;
    z-index: 0;
    top: 0px;
  }
  .header .shownavigation > span {
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 3px;
    margin-left: 2px;
    color: #07364e;
  }
  .login-popup-wrapper .action.showloginpopup:before {
    background-size: 75% !important;
  }
  #algolia-autocomplete-container .aa-dropdown-menu {
    top: 128px !important;
    height: calc(100% - 128px);
    overflow: auto;
    background: #fff !important;
    padding-bottom: 50px !important;
    position: fixed !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #algolia-autocomplete-container .aa-dropdown-menu:before {
    display: none;
  }
  #algolia-autocomplete-container .aa-dropdown-menu #autocomplete-products-footer {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.catalog-category-grid .column.main {
  width: 100% !important;
}

.catalog-category-grid .breadcrumbs {
  padding-left: 0px !important;
}

.catalog-category-grid .sidebar-main {
  display: none !important;
}

@media screen and (max-width: 449px) {
  .catalog-category-grid .subcategory-main-grid li {
    width: 100% !important;
  }
  .catalog-category-grid .subcategory-main-grid li .title {
    font-size: 10px;
  }
}

body.cms-index-index .header.content .logo {
  margin-top: 0px;
  margin-bottom: 0px;
}

body:not(.cms-index-index) .header.content .logo {
  margin: 0px 20px;
  margin-left: 0px;
}

body .page-wrapper .page-header .header.content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  body.cms-index-index .page-header .header-sticky-wrapper .header .logo .mobile-home{
    width: 152px;
    max-width: 300%
  }
}

@media screen and (max-width: 1090px) {
  header .block-search {
    float: left;
  }
  header .block-search input {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  header .block.block-search form.minisearch .action.search {
    height: 26px;
    width: 33px;
  }
}

header .block.block-search form.minisearch .field.search .control {
  padding: 0px;
}

@media screen and (min-width: 1090px) {
  .header-sticky-wrapper .block.block-search {
    display: flow-root;
  }
  .header-sticky-wrapper.is-stuck .block.block-search {
    margin: 0px;
  }
  .header-sticky-wrapper.is-stuck .block.block-search form.minisearch .action.search {
    height: 40px;
    width: 40px;
    top: 3px;
    right: 3px;
  }
  .header-sticky-wrapper.is-stuck .block.block-search form.minisearch .action.search:after {
    margin-top: -8px;
    margin-left: -8px;
  }
  .header-sticky-wrapper.is-stuck .header .block-search input {
    display: none;
  }
}

body {
  padding-top: 98px;
}

@media screen and (max-width: 1090px) {
  body {
    padding-top: 150px;
  }
}

.cms-home .header-sticky-wrapper:not(.is-stuck),
.header-sticky-wrapper {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 100%;
  z-index: 99;
  border-bottom: 6px solid #347331;
}

.cms-home .header-sticky-wrapper:not(.is-stuck):after,
.header-sticky-wrapper:after {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 500%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #131921;
  z-index: -1;
  height: 100%;
}
