/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  max-width: none;
  max-width: none;
}

@media screen and (min-width: 48em) {
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  /*@if $grid-column-align-edge {
      &.end {
        @include grid-col-end;
      }
    }*/
}

@media screen and (min-width: 48em) {
  .column, .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .column, .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 6.25%;
}

.small-push-1 {
  position: relative;
  left: 6.25%;
}

.small-pull-1 {
  position: relative;
  left: -6.25%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 12.5%;
}

.small-push-2 {
  position: relative;
  left: 12.5%;
}

.small-pull-2 {
  position: relative;
  left: -12.5%;
}

.small-offset-1 {
  margin-left: 6.25%;
}

.small-3 {
  width: 18.75%;
}

.small-push-3 {
  position: relative;
  left: 18.75%;
}

.small-pull-3 {
  position: relative;
  left: -18.75%;
}

.small-offset-2 {
  margin-left: 12.5%;
}

.small-4 {
  width: 25%;
}

.small-push-4 {
  position: relative;
  left: 25%;
}

.small-pull-4 {
  position: relative;
  left: -25%;
}

.small-offset-3 {
  margin-left: 18.75%;
}

.small-5 {
  width: 31.25%;
}

.small-push-5 {
  position: relative;
  left: 31.25%;
}

.small-pull-5 {
  position: relative;
  left: -31.25%;
}

.small-offset-4 {
  margin-left: 25%;
}

.small-6 {
  width: 37.5%;
}

.small-push-6 {
  position: relative;
  left: 37.5%;
}

.small-pull-6 {
  position: relative;
  left: -37.5%;
}

.small-offset-5 {
  margin-left: 31.25%;
}

.small-7 {
  width: 43.75%;
}

.small-push-7 {
  position: relative;
  left: 43.75%;
}

.small-pull-7 {
  position: relative;
  left: -43.75%;
}

.small-offset-6 {
  margin-left: 37.5%;
}

.small-8 {
  width: 50%;
}

.small-push-8 {
  position: relative;
  left: 50%;
}

.small-pull-8 {
  position: relative;
  left: -50%;
}

.small-offset-7 {
  margin-left: 43.75%;
}

.small-9 {
  width: 56.25%;
}

.small-push-9 {
  position: relative;
  left: 56.25%;
}

.small-pull-9 {
  position: relative;
  left: -56.25%;
}

.small-offset-8 {
  margin-left: 50%;
}

.small-10 {
  width: 62.5%;
}

.small-push-10 {
  position: relative;
  left: 62.5%;
}

.small-pull-10 {
  position: relative;
  left: -62.5%;
}

.small-offset-9 {
  margin-left: 56.25%;
}

.small-11 {
  width: 68.75%;
}

.small-push-11 {
  position: relative;
  left: 68.75%;
}

.small-pull-11 {
  position: relative;
  left: -68.75%;
}

.small-offset-10 {
  margin-left: 62.5%;
}

.small-12 {
  width: 75%;
}

.small-push-12 {
  position: relative;
  left: 75%;
}

.small-pull-12 {
  position: relative;
  left: -75%;
}

.small-offset-11 {
  margin-left: 68.75%;
}

.small-13 {
  width: 81.25%;
}

.small-push-13 {
  position: relative;
  left: 81.25%;
}

.small-pull-13 {
  position: relative;
  left: -81.25%;
}

.small-offset-12 {
  margin-left: 75%;
}

.small-14 {
  width: 87.5%;
}

.small-push-14 {
  position: relative;
  left: 87.5%;
}

.small-pull-14 {
  position: relative;
  left: -87.5%;
}

.small-offset-13 {
  margin-left: 81.25%;
}

.small-15 {
  width: 93.75%;
}

.small-push-15 {
  position: relative;
  left: 93.75%;
}

.small-pull-15 {
  position: relative;
  left: -93.75%;
}

.small-offset-14 {
  margin-left: 87.5%;
}

.small-16 {
  width: 100%;
}

.small-offset-15 {
  margin-left: 93.75%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 6.25%;
  }
  .medium-push-1 {
    position: relative;
    left: 6.25%;
  }
  .medium-pull-1 {
    position: relative;
    left: -6.25%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 12.5%;
  }
  .medium-push-2 {
    position: relative;
    left: 12.5%;
  }
  .medium-pull-2 {
    position: relative;
    left: -12.5%;
  }
  .medium-offset-1 {
    margin-left: 6.25%;
  }
  .medium-3 {
    width: 18.75%;
  }
  .medium-push-3 {
    position: relative;
    left: 18.75%;
  }
  .medium-pull-3 {
    position: relative;
    left: -18.75%;
  }
  .medium-offset-2 {
    margin-left: 12.5%;
  }
  .medium-4 {
    width: 25%;
  }
  .medium-push-4 {
    position: relative;
    left: 25%;
  }
  .medium-pull-4 {
    position: relative;
    left: -25%;
  }
  .medium-offset-3 {
    margin-left: 18.75%;
  }
  .medium-5 {
    width: 31.25%;
  }
  .medium-push-5 {
    position: relative;
    left: 31.25%;
  }
  .medium-pull-5 {
    position: relative;
    left: -31.25%;
  }
  .medium-offset-4 {
    margin-left: 25%;
  }
  .medium-6 {
    width: 37.5%;
  }
  .medium-push-6 {
    position: relative;
    left: 37.5%;
  }
  .medium-pull-6 {
    position: relative;
    left: -37.5%;
  }
  .medium-offset-5 {
    margin-left: 31.25%;
  }
  .medium-7 {
    width: 43.75%;
  }
  .medium-push-7 {
    position: relative;
    left: 43.75%;
  }
  .medium-pull-7 {
    position: relative;
    left: -43.75%;
  }
  .medium-offset-6 {
    margin-left: 37.5%;
  }
  .medium-8 {
    width: 50%;
  }
  .medium-push-8 {
    position: relative;
    left: 50%;
  }
  .medium-pull-8 {
    position: relative;
    left: -50%;
  }
  .medium-offset-7 {
    margin-left: 43.75%;
  }
  .medium-9 {
    width: 56.25%;
  }
  .medium-push-9 {
    position: relative;
    left: 56.25%;
  }
  .medium-pull-9 {
    position: relative;
    left: -56.25%;
  }
  .medium-offset-8 {
    margin-left: 50%;
  }
  .medium-10 {
    width: 62.5%;
  }
  .medium-push-10 {
    position: relative;
    left: 62.5%;
  }
  .medium-pull-10 {
    position: relative;
    left: -62.5%;
  }
  .medium-offset-9 {
    margin-left: 56.25%;
  }
  .medium-11 {
    width: 68.75%;
  }
  .medium-push-11 {
    position: relative;
    left: 68.75%;
  }
  .medium-pull-11 {
    position: relative;
    left: -68.75%;
  }
  .medium-offset-10 {
    margin-left: 62.5%;
  }
  .medium-12 {
    width: 75%;
  }
  .medium-push-12 {
    position: relative;
    left: 75%;
  }
  .medium-pull-12 {
    position: relative;
    left: -75%;
  }
  .medium-offset-11 {
    margin-left: 68.75%;
  }
  .medium-13 {
    width: 81.25%;
  }
  .medium-push-13 {
    position: relative;
    left: 81.25%;
  }
  .medium-pull-13 {
    position: relative;
    left: -81.25%;
  }
  .medium-offset-12 {
    margin-left: 75%;
  }
  .medium-14 {
    width: 87.5%;
  }
  .medium-push-14 {
    position: relative;
    left: 87.5%;
  }
  .medium-pull-14 {
    position: relative;
    left: -87.5%;
  }
  .medium-offset-13 {
    margin-left: 81.25%;
  }
  .medium-15 {
    width: 93.75%;
  }
  .medium-push-15 {
    position: relative;
    left: 93.75%;
  }
  .medium-pull-15 {
    position: relative;
    left: -93.75%;
  }
  .medium-offset-14 {
    margin-left: 87.5%;
  }
  .medium-16 {
    width: 100%;
  }
  .medium-offset-15 {
    margin-left: 93.75%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 6.25%;
  }
  .large-push-1 {
    position: relative;
    left: 6.25%;
  }
  .large-pull-1 {
    position: relative;
    left: -6.25%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 12.5%;
  }
  .large-push-2 {
    position: relative;
    left: 12.5%;
  }
  .large-pull-2 {
    position: relative;
    left: -12.5%;
  }
  .large-offset-1 {
    margin-left: 6.25%;
  }
  .large-3 {
    width: 18.75%;
  }
  .large-push-3 {
    position: relative;
    left: 18.75%;
  }
  .large-pull-3 {
    position: relative;
    left: -18.75%;
  }
  .large-offset-2 {
    margin-left: 12.5%;
  }
  .large-4 {
    width: 25%;
  }
  .large-push-4 {
    position: relative;
    left: 25%;
  }
  .large-pull-4 {
    position: relative;
    left: -25%;
  }
  .large-offset-3 {
    margin-left: 18.75%;
  }
  .large-5 {
    width: 31.25%;
  }
  .large-push-5 {
    position: relative;
    left: 31.25%;
  }
  .large-pull-5 {
    position: relative;
    left: -31.25%;
  }
  .large-offset-4 {
    margin-left: 25%;
  }
  .large-6 {
    width: 37.5%;
  }
  .large-push-6 {
    position: relative;
    left: 37.5%;
  }
  .large-pull-6 {
    position: relative;
    left: -37.5%;
  }
  .large-offset-5 {
    margin-left: 31.25%;
  }
  .large-7 {
    width: 43.75%;
  }
  .large-push-7 {
    position: relative;
    left: 43.75%;
  }
  .large-pull-7 {
    position: relative;
    left: -43.75%;
  }
  .large-offset-6 {
    margin-left: 37.5%;
  }
  .large-8 {
    width: 50%;
  }
  .large-push-8 {
    position: relative;
    left: 50%;
  }
  .large-pull-8 {
    position: relative;
    left: -50%;
  }
  .large-offset-7 {
    margin-left: 43.75%;
  }
  .large-9 {
    width: 56.25%;
  }
  .large-push-9 {
    position: relative;
    left: 56.25%;
  }
  .large-pull-9 {
    position: relative;
    left: -56.25%;
  }
  .large-offset-8 {
    margin-left: 50%;
  }
  .large-10 {
    width: 62.5%;
  }
  .large-push-10 {
    position: relative;
    left: 62.5%;
  }
  .large-pull-10 {
    position: relative;
    left: -62.5%;
  }
  .large-offset-9 {
    margin-left: 56.25%;
  }
  .large-11 {
    width: 68.75%;
  }
  .large-push-11 {
    position: relative;
    left: 68.75%;
  }
  .large-pull-11 {
    position: relative;
    left: -68.75%;
  }
  .large-offset-10 {
    margin-left: 62.5%;
  }
  .large-12 {
    width: 75%;
  }
  .large-push-12 {
    position: relative;
    left: 75%;
  }
  .large-pull-12 {
    position: relative;
    left: -75%;
  }
  .large-offset-11 {
    margin-left: 68.75%;
  }
  .large-13 {
    width: 81.25%;
  }
  .large-push-13 {
    position: relative;
    left: 81.25%;
  }
  .large-pull-13 {
    position: relative;
    left: -81.25%;
  }
  .large-offset-12 {
    margin-left: 75%;
  }
  .large-14 {
    width: 87.5%;
  }
  .large-push-14 {
    position: relative;
    left: 87.5%;
  }
  .large-pull-14 {
    position: relative;
    left: -87.5%;
  }
  .large-offset-13 {
    margin-left: 81.25%;
  }
  .large-15 {
    width: 93.75%;
  }
  .large-push-15 {
    position: relative;
    left: 93.75%;
  }
  .large-pull-15 {
    position: relative;
    left: -93.75%;
  }
  .large-offset-14 {
    margin-left: 87.5%;
  }
  .large-16 {
    width: 100%;
  }
  .large-offset-15 {
    margin-left: 93.75%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 6.25%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 6.25%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -6.25%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 12.5%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 12.5%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -12.5%;
  }
  .xlarge-offset-1 {
    margin-left: 6.25%;
  }
  .xlarge-3 {
    width: 18.75%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 18.75%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -18.75%;
  }
  .xlarge-offset-2 {
    margin-left: 12.5%;
  }
  .xlarge-4 {
    width: 25%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-3 {
    margin-left: 18.75%;
  }
  .xlarge-5 {
    width: 31.25%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 31.25%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -31.25%;
  }
  .xlarge-offset-4 {
    margin-left: 25%;
  }
  .xlarge-6 {
    width: 37.5%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 37.5%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -37.5%;
  }
  .xlarge-offset-5 {
    margin-left: 31.25%;
  }
  .xlarge-7 {
    width: 43.75%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 43.75%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -43.75%;
  }
  .xlarge-offset-6 {
    margin-left: 37.5%;
  }
  .xlarge-8 {
    width: 50%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-7 {
    margin-left: 43.75%;
  }
  .xlarge-9 {
    width: 56.25%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 56.25%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -56.25%;
  }
  .xlarge-offset-8 {
    margin-left: 50%;
  }
  .xlarge-10 {
    width: 62.5%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 62.5%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -62.5%;
  }
  .xlarge-offset-9 {
    margin-left: 56.25%;
  }
  .xlarge-11 {
    width: 68.75%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 68.75%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -68.75%;
  }
  .xlarge-offset-10 {
    margin-left: 62.5%;
  }
  .xlarge-12 {
    width: 75%;
  }
  .xlarge-push-12 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-12 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-11 {
    margin-left: 68.75%;
  }
  .xlarge-13 {
    width: 81.25%;
  }
  .xlarge-push-13 {
    position: relative;
    left: 81.25%;
  }
  .xlarge-pull-13 {
    position: relative;
    left: -81.25%;
  }
  .xlarge-offset-12 {
    margin-left: 75%;
  }
  .xlarge-14 {
    width: 87.5%;
  }
  .xlarge-push-14 {
    position: relative;
    left: 87.5%;
  }
  .xlarge-pull-14 {
    position: relative;
    left: -87.5%;
  }
  .xlarge-offset-13 {
    margin-left: 81.25%;
  }
  .xlarge-15 {
    width: 93.75%;
  }
  .xlarge-push-15 {
    position: relative;
    left: 93.75%;
  }
  .xlarge-pull-15 {
    position: relative;
    left: -93.75%;
  }
  .xlarge-offset-14 {
    margin-left: 87.5%;
  }
  .xlarge-16 {
    width: 100%;
  }
  .xlarge-offset-15 {
    margin-left: 93.75%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/**
*FONTS and FONTS-SIZE
**/
/**
*COLOR
**/
/**
*BREAKPOINT X-SMALL
**/
/**
*MARGIN PADDING LINE-HEIGHT
**/
/**
*FORM
**/
/**
* SIZES
*/
/**
*FILTER
**/
/**
* DURATIONS
*/
/**
* SETTINGS MFP
*/
/* TIPI DI FONT */
/* CALL TO ACTION */
/* TIPI DI TILE */
/* MARGINI */
/**
* BUTTON
**/
/*
* PRODOTTI IN SEARC RESULT E FASHION SHOW
*/
.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  transition: opacity 600ms;
}

.products.notLoaded {
  opacity: 0;
  transition: none;
  margin-top: 5rem;
}

.products.productsLoaded {
  opacity: 1;
  transition: all 900ms;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.products .item {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6666666667rem;
}

.products .item.loaded .containerItem {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.products .item .containerItem {
  opacity: 0;
  transition: all 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.scrollingUp .products .item .containerItem {
  transition: none;
  opacity: 1;
}

.products .item a {
  color: #141414;
  text-decoration: none;
  display: block;
  position: relative;
}

.products .item .image {
  position: relative;
  padding-top: 126.6%;
}

.products .item .image img {
  position: absolute;
  top: 0;
}

.products .item .image:hover .secondaryImage.loaded {
  opacity: 1;
}

.products .item .secondaryImage {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: all 0.5s;
}

.products .item img {
  width: 100%;
  /*text-indent: -9000px;*/
  display: block;
  cursor: pointer;
}

.products .item .discounted {
  display: list-item;
}

.products .item .info, .products .item .colorSize {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .products {
    font-size: 1.1666666667rem;
  }
  .products .item {
    width: 50%;
  }
  .products .item.even {
    padding-right: 0.8333333333rem;
  }
  .products .item.odd {
    padding-left: 0.8333333333rem;
  }
}

@media screen and (min-width: 48em) {
  .products .item {
    width: 33%;
    padding: 0 1.5%;
  }
}

@media screen and (min-width: 48em) and (orientation: landscape) {
  .products .item {
    width: 25%;
    padding: 0 0.8333333333rem;
    transition: width 600ms;
  }
  .products .item.bigModuleR, .products .item.bigModuleL, .products .item.large {
    width: 50%;
  }
}

.leftMenuNotSticky .siteHeader ~ main.offCanvasWrapper {
  padding-top: 5.25rem;
}

.notInitialized {
  min-height: 1000px;
  min-height: 100vh;
}

.stickyRight {
  z-index: 80;
}

.itemFoundMessage {
  font-weight: bold;
  margin-bottom: 1em;
}

/*
*INPUT eFAYT
*/
.textSearchForm {
  text-align: center;
  margin-top: -5rem;
}

.textSearchForm form {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto 3.3333333333rem;
  box-sizing: border-box;
}

.textSearchForm form .fieldLabel {
  display: none;
}

.textSearchForm form .gender {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1em;
}

.textSearchForm form #searchInput {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: normal;
  width: 100%;
  height: 3.3333333333rem;
  border: 1px solid #DDD;
  color: #141414;
  padding-left: 1rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 4.1666666667rem;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.jp .textSearchForm form #searchInput, .textSearchForm form #searchInput.jp {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif !important;
}

.cn .textSearchForm form #searchInput, .textSearchForm form #searchInput.cn {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", SimHei, "SimHei Regular", Arial, sans-serif !important;
}

.textSearchForm form button[type="submit"] {
  top: 2.4166666667rem;
}

.textSearchForm .buttonsActions {
  font-size: 0;
  letter-spacing: 0;
  opacity: 0;
  margin: 0 auto;
}

.textSearchForm .buttonsActions button {
  background: #DDD;
  border-color: #DDD;
  width: 50%;
  height: 2.5rem;
  line-height: 2.5rem;
}

.textSearchForm .buttonsActions button .text {
  color: #797979;
}

.textSearchForm .buttonsActions button:hover {
  border: solid 1px #000;
}

.textSearchForm .buttonsActions button .totalResults {
  display: inline;
}

.textSearchForm .buttonsActions .selected {
  background: #FFF;
}

.no-touch .textSearchForm .buttonsActions .selected:hover {
  border-color: #DDD;
  background-color: #FFF;
  color: #141414;
  cursor: default;
}

.no-touch .textSearchForm .buttonsActions .selected:hover .text {
  color: #141414;
  cursor: default;
}

.textSearchForm .buttonsActions .selected .text {
  color: #000;
}

/*
*macro categories and total items
*/
.textSearchShelf ul.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shelfHeader {
  text-align: center;
  margin-bottom: 3.3333333333rem;
}

.shelfHeader .shelfName {
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 0.8333333333rem;
}

.ru .shelfHeader .shelfName span {
  text-transform: lowercase;
  display: inline-block;
}

.ru .shelfHeader .shelfName span:first-letter {
  text-transform: capitalize;
}

.brandTitle {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1666666667rem;
  margin: 2.1666666667rem auto;
}

.itemColors ul {
  text-align: center;
  display: inline-block;
  padding: 0;
  margin-bottom: 0.4166666667rem;
}

.itemColors ul li {
  float: left;
  cursor: pointer;
}

.itemColors ul .description {
  display: none;
}

.itemColors ul .rgbColor {
  width: 1.1666666667rem;
  height: 1.1666666667rem;
  margin: 0 0.4166666667rem;
  text-indent: -9000px;
  border: 1px solid #D2D2D2;
}

.itemSizes ul {
  text-align: center;
  display: inline-block;
  padding: 0;
}

.itemSizes ul.oneSize {
  display: none;
}

.itemSizes ul li {
  float: left;
  margin: 0 0.4166666667rem;
}

.itemSizes ul li.disabled {
  color: #D2D2D2;
}

.itemSizes ul li span {
  vertical-align: middle;
}

.preorderLabel,
.carryoverLabel {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 0.8333333333rem;
}

/* mouse over sugli item per mostrare taglie e colori e secondary image */
.no-touch .products .containerItem:hover a .secondaryImage {
  opacity: 1;
}

.no-touch .products .item:not(.soldout) .containerItem:hover .colorSize {
  opacity: 1;
}

.no-touch .products .item:not(.soldout) .containerItem:hover .info {
  opacity: 0;
}

.infoItem {
  text-align: center;
  position: relative;
}

.infoItem .title {
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-weight: 400;
  margin: 0.8333333333rem 0;
  display: block;
}

.jp .infoItem .title, .infoItem .title.jp {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif !important;
}

.cn .infoItem .title, .infoItem .title.cn {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", SimHei, "SimHei Regular", Arial, sans-serif !important;
}

.infoItem .info {
  opacity: 1;
  transition: opacity 0.5s;
}

.infoItem .info .soldout {
  font-weight: bold;
  text-transform: uppercase;
  color: #B4B4B4;
}

.wx .infoItem .info .soldout, .cn .infoItem .info .soldout {
  display: none;
}

.infoItem .colorSize {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.infoItem .colorSize .selectionTitle, .infoItem .colorSize .selectionLabel {
  display: none;
}

.infoItem .priceUpdater {
  font-weight: bold;
}

/*
* FILTRI
*/
.refinementsLayer {
  z-index: 80;
  position: absolute;
  height: 52px;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s;
  background-color: #FFF;
  padding-top: 1px;
  margin-top: -1px;
}

.refinementsLayer.stickyFilter {
  position: fixed;
  margin-top: 5.25rem;
}

.refinementsLayer:not(.stickyPinned) {
  top: 5.25rem;
}

.refinementsLayer.stickyPinned, .filtersStatic .refinementsLayer {
  position: absolute;
}

.refinementsLayer.open .filtersMenuCb:checked ~ .refinementsContainer, .refinementsLayer.open .filtersMenuCb:checked ~ .sortRules {
  max-height: 50rem;
  opacity: 1;
  transition: opacity 1s;
}

.refinementsLayer .refinementsGeneralContainer {
  position: relative;
}

.refinementsLayer .refinementsGeneralContainer .filtersMenuCb {
  width: 50%;
  height: 40px;
}

.refinementsLayer .totalResults {
  position: absolute;
  top: 0;
  left: 35rem;
  height: 42px;
  line-height: 42px;
  display: none;
}

.ru .refinementsLayer .totalResults, .fr .refinementsLayer .totalResults {
  left: 41.6666666667rem;
}

.refinementsLayer .refinementsContainer, .refinementsLayer .sortRules {
  position: absolute;
  left: 0;
  width: 100%;
  height: 70vh;
  max-height: 0;
  opacity: 0;
  box-sizing: border-box;
  transition: max-height 0.5s;
  overflow: hidden;
  background-color: #FFF;
}

.refinementsLayer .jspVerticalBar {
  width: 5px;
  display: none;
}

.refinementsLayer .jspTrack {
  top: 10px;
}

.refinementsLayer #refinementsContainer {
  left: auto;
  float: left;
}

.refinementsLayer .refinementsTitle .text {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.5px;
  transition: all 150ms ease;
}

.refinementsLayer .filtersMenuCb:checked + .refinementsTitle .text {
  border-bottom: 1px solid #000;
}

.refinementsLayer .filtersMenuCb:checked + .refinementsTitle .text:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.refinementsLayer .filtersMenuCb:checked ~ .refinementsContainer, .refinementsLayer .filtersMenuCb:checked ~ .sortRules {
  max-height: 50rem;
  transition: max-height 1s;
}

.containerScrollable {
  height: 200vh;
  overflow: hidden;
  background-color: #FFF;
}

.filtersContainer, .sortContainer {
  z-index: 20;
  width: 50%;
  float: left;
}

.refinementsTitle {
  height: 3.3333333333rem;
  line-height: 3.3333333333rem;
  border: 1px solid #D2D2D2;
  text-align: center;
  position: relative;
}

.refinementsTitle.filterTitle {
  border-right: 0;
}

.refinementsTitle.sortTitle {
  border-left: 0;
}

.refinementsTitle .text:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4166666667rem 0.375rem 0 0.375rem;
  border-color: #141414 transparent transparent transparent;
  position: absolute;
  top: 46%;
  right: 0.8333333333rem;
  cursor: pointer;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.counterFilters {
  display: none;
}

.countFilter {
  display: inline-block;
}

.refinement {
  overflow: hidden;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  margin: 0 1.6666666667rem;
}

.refinement.refinementOpen .refinements {
  max-height: 125rem;
  opacity: 1;
  transition: max-height 0.8s;
}

.refinement.refinementOpen .title:after {
  height: 11px;
  width: 11px;
}

.refinement .title {
  position: relative;
  height: 3.3333333333rem;
  line-height: 3.3333333333rem;
  text-transform: uppercase;
  cursor: default;
}

.refinement .title:after {
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  position: absolute;
  top: 32%;
  right: 0;
}

.refinement .refinementColor .rgb {
  display: block;
  width: 15px;
  height: 15px;
  float: right;
  margin: 13px 5px 0 0;
  border: 1px solid transparent;
}

.refinement .refinementColor .rgb:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: -6px 0 0 -6px;
  border: 1px solid #FFF;
}

.refinement .refinementColor .text {
  margin-top: 15px;
  display: inline-block;
}

.refinement .refinementColor .Color[data-ytos-mdl*="FFFFFF"] .rgb {
  border-color: #DDD;
}

.refinement .refinementColor .selected .rgb:after {
  border: 1px solid #000;
}

.refinement .refinementMacro .refinementChildren {
  display: none;
}

.refinement .refinementSize, .refinement .refinementSeason, .refinement .refinementSalesLine, .refinement .refinementMacro {
  /* sovrascrittura da forms per customizzazione checkboox filtri in sr*/
  /* fine sovrascrittura */
}

.refinement .refinementSize label, .refinement .refinementSeason label, .refinement .refinementSalesLine label, .refinement .refinementMacro label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.refinement .refinementSize label a, .refinement .refinementSeason label a, .refinement .refinementSalesLine label a, .refinement .refinementMacro label a {
  margin-left: 3.5333333333rem;
}

.refinement .refinementSize input[type="checkbox"], .refinement .refinementSeason input[type="checkbox"], .refinement .refinementSalesLine input[type="checkbox"], .refinement .refinementMacro input[type="checkbox"] {
  height: 27px;
  width: 27px;
  top: 6px;
  left: 5px;
}

.refinement .refinementSize input[type="checkbox"] ~ span.checkboxIcon, .refinement .refinementSeason input[type="checkbox"] ~ span.checkboxIcon, .refinement .refinementSalesLine input[type="checkbox"] ~ span.checkboxIcon, .refinement .refinementMacro input[type="checkbox"] ~ span.checkboxIcon {
  top: 6px;
  left: 5px;
  height: 27px;
  width: 27px;
}

.refinement .refinementSize input[type="checkbox"]:checked ~ span.checkboxIcon:before, .refinement .refinementSeason input[type="checkbox"]:checked ~ span.checkboxIcon:before, .refinement .refinementSalesLine input[type="checkbox"]:checked ~ span.checkboxIcon:before, .refinement .refinementMacro input[type="checkbox"]:checked ~ span.checkboxIcon:before {
  width: 15px;
  height: 15px;
}

.refinement .refinementSize li.selected input[type='checkbox'] ~ span.checkboxIcon, .refinement .refinementSeason li.selected input[type='checkbox'] ~ span.checkboxIcon, .refinement .refinementSalesLine li.selected input[type='checkbox'] ~ span.checkboxIcon, .refinement .refinementMacro li.selected input[type='checkbox'] ~ span.checkboxIcon {
  border-color: #000;
}

.refinements {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s;
  padding-left: 0;
}

.refinements li {
  position: relative;
  height: 3.3333333333rem;
}

.refinements li.selected a {
  border-color: #000;
}

.refinements li a {
  position: relative;
  display: inline;
  padding-bottom: 1.5px;
  width: 99%;
  border-bottom: 1px solid transparent;
  transition: all 150ms ease;
  text-decoration: none;
  width: auto;
}

.no-touch .refinements li a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

.refinements li a:focus, .refinements li a:active, .refinements li a:hover {
  color: #000;
}

.refinementContainerColor li.disabled, .refinementContainerSize li.disabled, .refinementContainerSalesLine li.disabled, .refinementMacro li.disabled {
  display: none;
}

.refinementContainerSeason li.disabled span.text {
  color: #D2D2D2;
}

.refinementContainerSeason li.disabled a:hover {
  border-bottom: 1px solid #D2D2D2 !important;
}

/*
*RIMOSSE LINEE DI VENDITA VECCHIE
*/
.refinementSalesLine li {
  display: none;
}

.refinementSalesLine .saleline1282, .refinementSalesLine .saleline1283, .refinementSalesLine .saleline1284, .refinementSalesLine .saleline1285 {
  display: block;
}

.sortRules {
  padding-left: 0;
}

.sortRules li {
  height: 3.3333333333rem;
  line-height: 3.3333333333rem;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
}

.sortRules li input {
  width: 100% !important;
  height: 15px !important;
  cursor: pointer;
}

.sortRules li input:hover ~ .text {
  border-bottom: 1px solid #000;
}

.sortRules li label {
  position: relative;
}

.sortRules li.selected label .text {
  border-bottom: 1px solid #000;
}

.sortRules li:last-child {
  display: none;
}

.sortRules li .text {
  position: relative;
  display: inline;
  padding-bottom: 1.5px;
  width: 99%;
  border-bottom: 1px solid transparent;
  transition: all 150ms ease;
  cursor: pointer;
}

.no-touch .sortRules li .text:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

.buttonsContainer {
  z-index: 20;
  position: absolute;
  bottom: 1.6666666667rem;
  width: 100%;
  display: none;
  box-sizing: border-box;
}

.open .buttonsContainer {
  display: block;
}

.filterSelected .buttonsContainer .closeBtn {
  width: 45%;
  float: right;
  margin-right: 5%;
}

.filterSelected .buttonsContainer .resetFiltersContainer {
  display: block;
  width: 43%;
  float: left;
  margin-left: 5%;
  line-height: 4.1666666667rem;
  margin-top: 1.6666666667rem;
}

.filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters {
  width: auto;
  max-width: inherit;
  height: auto;
  line-height: inherit;
  border: none;
  background-color: transparent;
  display: inline-block;
  cursor: default;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  text-align: inherit;
}

.filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters .hiddenText {
  float: left;
  text-indent: -300px;
  overflow: hidden;
}

.no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active {
  background-color: transparent;
  border: none;
  color: #B4B4B4;
}

.no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label {
  color: #B4B4B4;
}

.no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text:after, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label:after, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text:after, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label:after, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text:after, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label:after, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text:after, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text:after, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label:after {
  background: #B4B4B4;
}

.filterSelected .buttonsContainer .resetFiltersContainer .icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto 10px auto 5px;
}

.buttonsContainer .resetFiltersContainer {
  display: none;
}

.buttonsContainer .resetFiltersContainer button {
  border: none;
  text-transform: none;
}

.buttonsContainer .resetFiltersContainer button .text {
  text-decoration: underline;
}

.buttonsContainer .resetFiltersContainer button .icon {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 5px;
}

button.resetFiltersTemp {
  display: none;
}

.noResults {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100px;
  margin-top: 50px;
  font-size: 1.0833333333rem;
}

@media screen and (max-width: 47.9375em) {
  /*sovrascrittura foundation solo per smartphone per border dei filtri full screen: bug segnalato da mazarin */
  .mainColumn {
    padding: 0;
  }
  .products, .sortRules, .textSearchForm .textSearch, .buttonsActions {
    padding: 0 1.6666666667rem;
  }
  /* fine sovrascrittura */
  html.filterOpened, .filterOpened body {
    overflow-y: hidden !important;
    -webkit-backface-visibility: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
  }
  /** info visualizzate solo su desktop / tablet**/
  .secondaryImageWrapper, .colorSize {
    display: none;
  }
  .filterOpened header {
    z-index: 100;
  }
  .filterOpened .sitePromoContainer {
    display: none;
  }
  .ynap main {
    padding-top: 53px;
  }
  .refinementsGeneralContainer {
    height: 82vh;
    background-color: #fff;
  }
  .refinementsContainer li.refinement:last-child {
    margin-bottom: 6.6666666667rem;
  }
  .refinementsTitle .text {
    padding-right: 2.5rem;
  }
  .refinementsTitle .text:after {
    right: auto;
    margin-left: 1.6666666667rem;
  }
  .buttonsContainer {
    display: none;
    padding-bottom: 0.8333333333rem;
    background-color: #fff;
  }
  .open .buttonsContainer {
    display: block;
  }
  .buttonsContainer .resetFiltersContainer {
    position: relative;
  }
  .buttonsContainer .resetFilters {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .buttonsContainer .resetFilters .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
    max-width: 80%;
    word-break: break-word;
    line-height: 20px;
    left: 2.5rem;
  }
  .loadMore {
    display: none;
  }
}

@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  .refinementsGeneralContainer {
    height: 88.5vh;
  }
}

@media screen and (min-width: 48em) {
  #search .stickyRight.static {
    top: 0;
  }
  .ynap .siteHeader {
    height: 7.5rem;
  }
  .mainWrapper {
    padding: 130px 0 0;
  }
  .filtersNotSticky.leftMenuNotSticky .siteHeader ~ main.offCanvasWrapper {
    padding-top: 3.3333333333rem;
  }
  .shelfName, .shelfHeader {
    display: none;
  }
  .refinementsLayer {
    margin-left: 0.8333333333rem;
  }
  .refinementsLayer.stickyFilter {
    margin-top: 7.25rem;
  }
  .refinementsLayer:not(.stickyPinned) {
    top: 7.25rem;
  }
  .pullLeft .refinementsLayer:not(.stickyPinned) {
    width: 100%;
    width: 81.25vw;
    top: 0;
  }
  .refinementsLayer.objectRefinements .totalResults {
    left: 0;
  }
  .refinementsLayer .refinementsGeneralContainer .filtersMenuCb {
    width: 12.5rem;
  }
  .fr .refinementsLayer .refinementsGeneralContainer .filtersMenuCb, .ru .refinementsLayer .refinementsGeneralContainer .filtersMenuCb {
    width: 15.8333333333rem;
  }
  .refinementsLayer.open {
    height: auto;
    overflow: visible;
  }
  .refinementsLayer.open .buttonsContainer .resetFiltersContainer {
    opacity: 1;
    transition: opacity 1s;
  }
  .refinementsLayer.open.openSort .buttonsContainer {
    opacity: 0;
  }
  .refinementsLayer.open.openSort .containerScrollable {
    height: auto !important;
  }
  .refinementsLayer.open.filterSelected .refinementsContainer {
    height: auto;
  }
  .refinementsLayer .refinementsContainer, .refinementsLayer .sortRules {
    height: auto;
    border-bottom: 1px solid #D2D2D2;
    padding-top: 2.5rem;
  }
  .refinementsLayer .refinementsContainer li, .refinementsLayer .sortRules li {
    border-bottom: none;
  }
  .refinementsLayer .sortRules {
    width: 223px;
  }
  .refinementsLayer .refinementsContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 0;
    width: 100%;
  }
  .refinementsLayer .refinementContainerColor, .refinementsLayer .refinementContainerSize {
    width: 130px;
  }
  .refinementsLayer .refinementContainerSalesLine {
    width: 200px;
  }
  .refinementsLayer .totalResults {
    display: block;
  }
  .counterFilters {
    display: inline-block;
  }
  .countFilter {
    display: none;
  }
  .buttonsContainer {
    width: 250px;
    bottom: 1.6666666667rem;
    right: 12%;
    background-color: transparent;
  }
  .buttonsContainer .resetFiltersContainer {
    display: block;
    opacity: 0;
    text-align: right;
    line-height: inherit;
  }
  .buttonsContainer .resetFiltersContainer button.resetFilters {
    width: auto;
    max-width: inherit;
    height: auto;
    line-height: inherit;
    border: none;
    background-color: transparent;
    display: inline-block;
    cursor: default;
    margin: 0;
    text-decoration: none;
    text-transform: none;
    text-align: inherit;
  }
  .buttonsContainer .resetFiltersContainer button.resetFilters .hiddenText {
    float: left;
    text-indent: -300px;
    overflow: hidden;
  }
  .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active {
    background-color: transparent;
    border: none;
    color: #B4B4B4;
  }
  .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label {
    color: #B4B4B4;
  }
  .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text:after, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label:after, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text:after, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label:after, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text:after, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label:after, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text:after, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .label:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .label:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .text:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:hover .label:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .text:after, .touch .buttonsContainer .resetFiltersContainer button.resetFilters.disabled:active .label:after {
    background: #B4B4B4;
  }
  .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .no-touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .touch .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text {
    color: #DDD;
  }
  .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters {
    cursor: pointer;
    color: #141414;
  }
  .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .no-touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):hover .text, .touch .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters:not([disabled]):active .text {
    color: #141414;
  }
  .buttonsContainer .resetFiltersContainer button.resetFilters .text {
    color: #DDD;
    background-color: transparent;
    border: none;
    cursor: default;
  }
  .filterSelected .buttonsContainer .resetFiltersContainer button.resetFilters .text {
    cursor: pointer;
    color: #141414;
  }
  .filterSelected .buttonsContainer .resetFiltersContainer {
    width: auto;
    float: none;
    line-height: inherit;
  }
  .buttonsContainer .closeBtn {
    display: none;
  }
  .refinementsTitle {
    border: none;
    text-align: left;
  }
  .refinement {
    overflow: visible;
    position: relative;
    display: block;
    float: left;
    width: 150px;
    margin: 0 3% 0 0;
  }
  .refinement .title:after, .refinement.refinementOpen .title:after {
    display: none;
  }
  .refinement .refinements {
    max-height: 600px;
  }
  .refinement .refinementColor .rgb {
    float: left;
    margin: 11px 15px 0 5px;
  }
  .filtersContainer, .sortContainer {
    width: 12.5rem;
    margin-right: 100px;
  }
  .fr .filtersContainer, .ru .filtersContainer, .fr .sortContainer, .ru .sortContainer {
    width: 15.8333333333rem;
  }
  .containerScrollable {
    height: auto;
    overflow: visible;
  }
  .noResults {
    font-size: 1.1666666667rem;
  }
  .loadMore {
    font-weight: bold;
    font-size: 0.8333333333rem;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    overflow: hidden;
    height: 0;
    box-sizing: border-box;
    transition: opacity 0.5s, height 0s 0.5s;
  }
  .loadMore.show {
    padding-top: 8em;
    height: 12em;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .loadMore .icon {
    border: solid 1px #000;
    border-top-color: transparent;
    border-left-color: transparent;
    width: 0.5em;
    height: 0.5em;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .textSearchForm {
    margin-top: -0.4166666667rem;
  }
  .textSearchForm form {
    max-width: 29.5833333333rem;
    margin-bottom: 0;
  }
  .textSearchForm form input {
    max-width: 100%;
  }
  .textSearchForm form button[type="submit"] {
    right: 0.8333333333rem;
  }
  .textSearchForm .buttonsActions {
    max-width: 33.3333333333rem;
  }
  .textSearchForm .buttonsActions button {
    width: 44%;
  }
}

@media screen and (min-width: 48em) and (orientation: landscape) {
  .backgroundContainer,
  .backgroundContainerMm6 {
    background-position: right 0;
    background-repeat: no-repeat;
    position: fixed;
    top: 180px;
    width: 100%;
    height: 551px;
    z-index: -1;
    right: 0;
  }
  .backgroundContainer {
    background-image: url("//media.yoox.biz/ytos/resources/MMMARGIELA/bg_search_small.png");
  }
  .backgroundContainerMm6 {
    background-image: url("//media.yoox.biz/ytos/resources/MMMARGIELA/bg_search_mm6_small.png");
  }
  .refinement {
    margin: 0 6.5% 0 0;
  }
  /*.products.forceStandard .item {
            &.bigModuleR, &.bigModuleL {
                width: 25%;
            }
        }*/
}

@media screen and (min-width: 64em) {
  .ynap .mainWrapper {
    padding: 11.8333333333rem 1rem 0;
  }
  .refinementsLayer {
    width: 81.25%;
    width: 81.25vw;
  }
  .refinementsLayer.stickyFilter {
    margin-top: 7.25rem;
  }
  .refinementsLayer #refinementsContainer {
    float: left;
    left: auto;
  }
  .filtersMenuCb:checked + .refinementsTitle .text, .filtersMenuCb:hover + .refinementsTitle .text {
    border-bottom: 1px solid #000;
    text-decoration: none;
  }
  .refinementsTitle:hover .text {
    border-bottom: 1px solid #000;
  }
  /* total result e reset posizionati a destra */
  .mainWrapper .refinementsLayer .totalResults, .buttonsContainer {
    left: auto;
    right: calc(18.5vw + 7.5rem);
  }
  .buttonsContainer .resetFiltersContainer {
    text-align: right;
  }
  .buttonsContainer .resetFiltersContainer .resetFilters {
    width: auto;
  }
}

/*blocchiamo il wrapper da 1440 un poi*/
@media screen and (min-width: 90em) {
  .backgroundContainer,
  .backgroundContainerMm6 {
    top: 65px;
    height: 772px;
  }
  .backgroundContainer {
    background-image: url("//media.yoox.biz/ytos/resources/MMMARGIELA/bg_search_16.png");
  }
  .backgroundContainerMm6 {
    background-image: url("//media.yoox.biz/ytos/resources/MMMARGIELA/bg_search_mm6_16.png");
  }
  .products .item .discounted {
    display: inline;
  }
}

/*
* Eccezioni per dipartimenti MISTI, modulo standard in sr: NwrrvlsW, SlAIM, SlAIW, prrdnmn, Prrdnw, llctlg, nwrrvlsm
*/
#NwrrvlsW .bigModuleR,
#NwrrvlsW .bigModuleL,
#nwrrvlsw .bigModuleR,
#nwrrvlsw .bigModuleL,
#nwrrvlsm .bigModuleR,
#nwrrvlsm .bigModuleL,
#NwrrvlsM .bigModuleR,
#NwrrvlsM .bigModuleL,
#SlAIM .bigModuleR,
#SlAIM .bigModuleL,
#SlAIW .bigModuleR,
#SlAIW .bigModuleL,
#prrdnmn .bigModuleR,
#prrdnmn .bigModuleL,
#Prrdnw .bigModuleR,
#Prrdnw .bigModuleL,
#llctlg .bigModuleR,
#llctlg .bigModuleL {
  width: 25%;
}

@media screen and (orientation: portrait) {
  #NwrrvlsW .bigModuleR,
  #NwrrvlsW .bigModuleL,
  #nwrrvlsw .bigModuleR,
  #nwrrvlsw .bigModuleL,
  #nwrrvlsm .bigModuleR,
  #nwrrvlsm .bigModuleL,
  #NwrrvlsM .bigModuleR,
  #NwrrvlsM .bigModuleL,
  #SlAIM .bigModuleR,
  #SlAIM .bigModuleL,
  #SlAIW .bigModuleR,
  #SlAIW .bigModuleL,
  #prrdnmn .bigModuleR,
  #prrdnmn .bigModuleL,
  #Prrdnw .bigModuleR,
  #Prrdnw .bigModuleL,
  #llctlg .bigModuleR,
  #llctlg .bigModuleL {
    width: 33%;
  }
}

@media screen and (max-width: 47.9375em) {
  #NwrrvlsW .bigModuleR,
  #NwrrvlsW .bigModuleL,
  #nwrrvlsw .bigModuleR,
  #nwrrvlsw .bigModuleL,
  #nwrrvlsm .bigModuleR,
  #nwrrvlsm .bigModuleL,
  #NwrrvlsM .bigModuleR,
  #NwrrvlsM .bigModuleL,
  #SlAIM .bigModuleR,
  #SlAIM .bigModuleL,
  #SlAIW .bigModuleR,
  #SlAIW .bigModuleL,
  #prrdnmn .bigModuleR,
  #prrdnmn .bigModuleL,
  #Prrdnw .bigModuleR,
  #Prrdnw .bigModuleL,
  #llctlg .bigModuleR,
  #llctlg .bigModuleL {
    width: 50%;
  }
}

@media screen and (max-width: 374px) {
  .buttonsContainer {
    bottom: 3.3333333333rem;
  }
}
/*# sourceMappingURL=search.css.map */