/* MIXINS */
/*only works with display:block and inline-block*/
/* COMPONENTS */
.button-xlarge {
  height: 54px;
  border-radius: 3px; }

.side-menu-v2 {
  /* Position and sizing of burger button */
  /* Color/shape of burger icon bars */
  /* Position and sizing of clickable cross button */
  /* Color/shape of close button cross */
  /* General sidebar styles */
  /* Morph shape necessary with bubble or elastic */
  /* Wrapper for item list */
  /* Styling of overlay */ }

@-webkit-keyframes sideMenuAnimation {
  from {
    transition: transform .25s ease-out;
    transform: translateX(0);
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes sideMenuAnimation {
  from {
    transition: transform .25s ease-out;
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes sideMenuAnimation {
  from {
    transition: transform .25s ease-out;
    opacity: 0; }
  to {
    opacity: 1; } }
  .side-menu-v2 .smartbanner-show .bm-menu-wrap {
    height: calc(100% - 65px) !important; }
  .side-menu-v2 .bm-menu-wrap {
    transition: transform 0.5s !important;
    min-height: -webkit-fill-available;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
  .side-menu-v2 .side-menu-open {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%; }
    .side-menu-v2 .side-menu-open .smartbanner {
      position: fixed; }
    .side-menu-v2 .side-menu-open .navigation__wrapper {
      position: fixed !important;
      top: 106px !important;
      padding-bottom: 0;
      z-index: 999 !important; }
    .side-menu-v2 .side-menu-open .navigation__wrapper.fixed {
      position: fixed !important;
      top: 106px !important;
      padding-bottom: 0;
      z-index: 999 !important; }
    .side-menu-v2 .side-menu-open .scroll-to-top {
      position: relative; }
    .side-menu-v2 .side-menu-open .scroll-to-top-hidden {
      position: fixed !important; }
    .side-menu-v2 .side-menu-open .swiper ul {
      margin-top: 50px !important; }
  .side-menu-v2 .bm-burger-button {
    position: fixed;
    width: 36px;
    height: 30px;
    left: 36px;
    top: 36px;
    display: none; }
  .side-menu-v2 .bm-burger-bars {
    background: #373a47; }
  .side-menu-v2 .bm-cross-button {
    height: 24px;
    width: 24px;
    display: none; }
  .side-menu-v2 .bm-cross {
    background: #bdc3c7; }
  .side-menu-v2 .bm-menu {
    background: #ffffff;
    overflow-x: hidden;
    z-index: 1110;
    -webkit-overflow-scrolling: touch; }
  .side-menu-v2 .bm-morph-shape {
    fill: #373a47; }
  .side-menu-v2 .bm-item-list > div {
    color: #333333;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between; }
  .side-menu-v2 .bm-overlay {
    background: rgba(0, 0, 0, 0.3);
    min-height: -webkit-fill-available;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
  .side-menu-v2 .side-menu-item {
    position: relative;
    background-color: white; }
  .side-menu-v2 .menu-header {
    background: #f7f7f7;
    display: flex !important;
    height: 62px;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    justify-content: space-between;
    width: 100%;
    background-size: cover;
    top: 0;
    -webkit-overflow-scrolling: touch; }
    .side-menu-v2 .menu-header h2 {
      font-size: 18px;
      line-height: 24px;
      color: #f8f8f8;
      margin-left: 15px; }
    .side-menu-v2 .menu-header__close {
      font-size: 20px;
      margin-right: 20px; }
    .side-menu-v2 .menu-header__close__white {
      color: #f8f8f8;
      font-size: 20px;
      margin-right: 20px; }
    .side-menu-v2 .menu-header__content {
      display: flex;
      align-items: center; }
      .side-menu-v2 .menu-header__content .header-logo img {
        height: 34px;
        width: auto;
        margin-left: 15px; }
  .side-menu-v2 .back-button {
    color: #f8f8f8;
    margin-left: 15px;
    font-size: 20px; }
  .side-menu-v2 .menu-header-fixed {
    position: fixed;
    width: 80%; }
  .side-menu-v2 .menu-list {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px; }
  .side-menu-v2 .menu-gender-item-list {
    width: 100%;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    justify-content: space-between;
    min-height: 52px;
    -webkit-overflow-scrolling: touch;
    display: flex; }
    .side-menu-v2 .menu-gender-item-list .menu-gender-icon {
      align-items: center;
      width: 25px;
      height: 20px;
      justify-content: center;
      display: flex;
      margin-right: 10px; }
      .side-menu-v2 .menu-gender-item-list .menu-gender-icon span {
        color: #f27a1a !important;
        font-size: 18px;
        line-height: 24px; }
      .side-menu-v2 .menu-gender-item-list .menu-gender-icon .icon-shoes-bag {
        font-size: 16px;
        line-height: 20px; }
    .side-menu-v2 .menu-gender-item-list .menu-gender-item {
      width: 100%;
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .side-menu-v2 .menu-gender-item-list .menu-gender-item__title {
        display: flex;
        width: 100%; }
      .side-menu-v2 .menu-gender-item-list .menu-gender-item__name {
        font-size: 16px;
        line-height: 20px;
        line-height: 21px; }
      .side-menu-v2 .menu-gender-item-list .menu-gender-item__icon {
        width: 20%;
        text-align: right;
        font-size: 20px;
        color: #999999; }
        .side-menu-v2 .menu-gender-item-list .menu-gender-item__icon img {
          width: 18px;
          height: 18px; }
  .side-menu-v2 .menu-gender-item-list:last-child {
    border: none !important; }
  .side-menu-v2 .menu-list-category {
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    padding: 0 15px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    animation-duration: 0.5s;
    animation-name: sideMenuAnimation; }
  .side-menu-v2 .menu-category-item {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    justify-content: space-between;
    -webkit-overflow-scrolling: touch; }
    .side-menu-v2 .menu-category-item__name {
      width: 75%;
      font-size: 16px;
      line-height: 20px;
      line-height: 23px; }
    .side-menu-v2 .menu-category-item__icon {
      width: 20%;
      text-align: right; }
      .side-menu-v2 .menu-category-item__icon span {
        color: #999999;
        font-size: 20px; }
      .side-menu-v2 .menu-category-item__icon img {
        width: 18px;
        height: 18px; }
  .side-menu-v2 .side-menu-line {
    background-color: #f1f1f1;
    width: 100%;
    height: 10px; }
  .side-menu-v2 .side-menu-footer {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    text-align: left;
    -webkit-overflow-scrolling: touch; }
    .side-menu-v2 .side-menu-footer button {
      border-bottom: 1px solid rgba(153, 153, 153, 0.2);
      text-align: left; }
    .side-menu-v2 .side-menu-footer a {
      display: flex;
      height: 52px;
      align-items: center; }
    .side-menu-v2 .side-menu-footer__icon {
      align-items: center;
      width: 25px;
      height: 53px;
      justify-content: center;
      display: flex;
      color: #f27a1a; }
      .side-menu-v2 .side-menu-footer__icon span {
        font-size: 14px;
        line-height: 18px; }
    .side-menu-v2 .side-menu-footer__item {
      flex-grow: 1;
      display: block;
      width: 100%;
      -webkit-appearance: none;
      background: transparent;
      border: none;
      line-height: 13vw; }
      .side-menu-v2 .side-menu-footer__item-name {
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px; }
    .side-menu-v2 .side-menu-footer__item + .side-menu-v2 .side-menu-footer__item {
      border-top: none;
      border-right: none;
      border-bottom: none; }
    .side-menu-v2 .side-menu-footer a {
      border-bottom: 1px solid rgba(153, 153, 153, 0.2) !important; }
    .side-menu-v2 .side-menu-footer a:last-child {
      border: none !important; }
  .side-menu-v2 .country-selection-area {
    width: 100%;
    bottom: 0;
    padding: 5px 0 10px 0;
    background-color: white; }
    .side-menu-v2 .country-selection-area__title {
      padding: 15px;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      color: #999999; }
    .side-menu-v2 .country-selection-area__countries {
      padding: 0 10px;
      display: flex;
      flex-direction: column; }
      .side-menu-v2 .country-selection-area__countries .country-box:first-child {
        border-bottom: 1px solid rgba(153, 153, 153, 0.2); }
    .side-menu-v2 .country-selection-area__line {
      height: 100%;
      height: -moz-available;
      /* WebKit-based browsers will ignore this. */
      height: -webkit-fill-available;
      /* Mozilla-based browsers will ignore this. */
      height: fill-available;
      background-color: #f1f1f1; }
  .side-menu-v2 .country-box {
    display: flex;
    padding: 10px;
    height: 32px;
    align-items: center;
    background-color: #ffffff;
    justify-content: space-between; }
    .side-menu-v2 .country-box__country-box-check {
      width: 18px;
      height: 18px;
      border: 1px solid #e6e6e6;
      border-radius: 100%;
      align-items: center;
      justify-content: center;
      display: flex; }
      .side-menu-v2 .country-box__country-box-check span {
        display: none;
        font-size: 14px;
        line-height: 18px; }
    .side-menu-v2 .country-box__country-name {
      vertical-align: middle;
      margin-left: 10px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .side-menu-v2 .country-box__flag {
      vertical-align: middle;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      object-fit: cover; }
    .side-menu-v2 .country-box__check {
      align-items: center;
      justify-content: center;
      display: flex; }
    .side-menu-v2 .country-box__picked {
      font-weight: 600; }
      .side-menu-v2 .country-box__picked .country-box__flag {
        opacity: 1; }
      .side-menu-v2 .country-box__picked .country-box__country-box-check {
        background-color: #f27a1a;
        border: none; }
        .side-menu-v2 .country-box__picked .country-box__country-box-check span {
          color: #ffffff;
          display: initial; }
  .side-menu-v2 .global-country {
    display: flex;
    flex-direction: column; }
    .side-menu-v2 .global-country .global-country-header {
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      color: #999999;
      padding: 15px; }
    .side-menu-v2 .global-country .global-country-content {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 5px 15px 20px 15px; }
      .side-menu-v2 .global-country .global-country-content .global-country-content-start {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .side-menu-v2 .global-country .global-country-content .global-country-content-start .global-country-flag {
          width: 15px;
          height: 15px; }
        .side-menu-v2 .global-country .global-country-content .global-country-content-start .global-country-text {
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #333333;
          margin-left: 12px; }
      .side-menu-v2 .global-country .global-country-content .global-country-content-end {
        font-size: 20px;
        color: #999999; }

.small-furniture {
  font-size: 12px !important; }

/*# sourceMappingURL=side-menu.style.css.map*/