.pushy-open-left {
  overflow: hidden;
}

.front .pushy {
  background: linear-gradient(270deg, #C9D1DE 0%, #8A9BAB 102.03%);
  width: 100%;
  max-width: 768px;
  padding: 73px 0;
  display: flex;
}
.front .pushy > ul {
  max-width: 224px;
  margin: auto;
  overflow: auto;
  max-height: 100%;
}
@media (min-width: 360px) {
  .front .pushy > ul {
    max-width: 297px;
    width: 100%;
  }
}
.front .pushy > ul > li > a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  height: 28px;
  padding: 0 0 0 43px;
  margin-bottom: 17px;
  margin-left: 0px;
}
.front .pushy > ul > li > ul {
  margin-top: -12px;
  padding-left: 62px;
  margin-bottom: 15px;
}
.front .pushy > ul > li > ul > li > a {
  padding: 3px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
}
.front .pushy .mob-nab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73px;
  padding: 0 10px;
  position: fixed;
  width: 100%;
  top: 0;
}
.front .pushy .mob-nab-header a {
  padding: 0;
}
.front .pushy .mob-nab-header:hover {
  background-color: transparent;
}
.front .pushy .mob-nab-header .logo {
  width: 126px;
  height: 42px;
}
.front .pushy .mob-nab-header .mob-nab-close {
  cursor: pointer;
}
.front .pushy .mob-nab-header .mob-nab-close:hover {
  background-color: transparent;
}
.front .pushy .pushy-submenu > div::after {
  display: none;
}
.front .pushy .pushy-submenu-open .button {
  padding-left: 0;
}
.front .pushy .pushy-submenu-open .button:before {
  transform: rotate(90deg);
}
.front .pushy .pushy-submenu-open .button:after {
  transform: rotate(180deg);
}
.front .pushy .button-wrapper {
  position: absolute;
  left: -3px;
  width: 28px;
  height: 28px;
  padding: 4px;
  top: 0px;
}
.front .pushy .button {
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  right: auto;
  left: 0;
  /* Vertical line */
  /* horizontal line */
}
.front .pushy .button:before, .front .pushy .button:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transition: transform 0.25s ease-out;
}
.front .pushy .button:before {
  top: 4px;
  left: 50%;
  width: 2px;
  height: 11px;
  margin-left: -1px;
}
.front .pushy .button:after {
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  margin-top: 0px;
  background: #ffffff;
}
.front .pushy .button:hover {
  cursor: pointer;
  padding-left: 0;
}
.front .pushy .button:hover:before {
  transform: rotate(90deg);
}
.front .pushy .button:hover:after {
  transform: rotate(180deg);
}
.front .pushy .mob-nav-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.front .pushy .mob-nav-footer .btn-buy {
  width: 300px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  margin: auto auto 25px;
}
.front .pushy-submenu-closed ul {
  display: none !important;
}
.front .pushy-submenu-open ul {
  display: block !important;
}
.front .pushy-left {
  transform: translate3d(-768px, 0, 0);
}

/*# sourceMappingURL=style.css.map */
