/** Aviato — pg-gl-2019.10.31 - loadingSpinner.css **/

.component-loadingSpinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 90;
  background-color: #ffffff; }
  .component-loadingSpinner.no-bg {
    background-color: transparent; }
  .component-loadingSpinner.active {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    html.is-safari-ios .component-loadingSpinner.active {
      display: block; }
  .component-loadingSpinner img {
    position: absolute;
    max-width: 100px;
    width: 33%;
    height: auto;
    margin: auto; }
    html.is-safari-ios .component-loadingSpinner img {
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

/** Aviato — pg-gl-2019.10.31 - slider.css **/

 @charset "UTF-8";
.component-slider {
  width: 100%; }
  .component-slider .title {
    padding: 10px 0;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.875rem;
    letter-spacing: normal;
    font-weight: 700; }
  .component-slider .slides {
    width: 100%; }
    .component-slider .slides .slide {
      padding: 0 5px; }
  .component-slider .slick-prev,
  .component-slider .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .component-slider .slick-prev:hover, .component-slider .slick-prev:focus,
    .component-slider .slick-next:hover,
    .component-slider .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .component-slider .slick-prev:hover:before, .component-slider .slick-prev:focus:before,
      .component-slider .slick-next:hover:before,
      .component-slider .slick-next:focus:before {
        opacity: 1; }
    .component-slider .slick-prev.slick-disabled:before,
    .component-slider .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .component-slider .slick-prev:before,
    .component-slider .slick-next:before {
      font-family: "icomoon";
      font-size: 20px;
      font-weight: normal;
      line-height: 1;
      color: #000000;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .component-slider .slick-prev {
    left: -25px; }
    [dir="rtl"] .component-slider .slick-prev {
      left: auto;
      right: -25px; }
    .component-slider .slick-prev:before {
      content: "\E902"; }
      [dir="rtl"] .component-slider .slick-prev:before {
        content: "\E903"; }
  .component-slider .slick-next {
    right: -25px; }
    [dir="rtl"] .component-slider .slick-next {
      left: -25px;
      right: auto; }
    .component-slider .slick-next:before {
      content: "\E903"; }
      [dir="rtl"] .component-slider .slick-next:before {
        content: "\E902"; }
  .component-slider .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .component-slider .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .component-slider .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .component-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .component-slider .slick-dots li button:hover, .component-slider .slick-dots li button:focus {
          outline: none; }
          .component-slider .slick-dots li button:hover:before, .component-slider .slick-dots li button:focus:before {
            opacity: 1; }
        .component-slider .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "\B7";
          width: 20px;
          height: 20px;
          font-family: "icomoon";
          font-size: 30px;
          line-height: 20px;
          text-align: center;
          color: #000000;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .component-slider .slick-dots li.slick-active button:before {
        color: #000000;
        opacity: 0.75; }
  .component-slider .pager {
    display: none;
    text-align: center;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.875rem;
    letter-spacing: normal;
    font-weight: 700; }

@media screen and (min-width: 1024px) {
  .component-slider .slick-prev,
  .component-slider .slick-next {
    height: 50px;
    width: 50px; }
    .component-slider .slick-prev:before,
    .component-slider .slick-next:before {
      font-size: 50px; }
  .component-slider .slick-prev {
    left: -55px; }
    [dir="rtl"] .component-slider .slick-prev {
      right: -55px; }
  .component-slider .slick-next {
    right: -55px; }
    [dir="rtl"] .component-slider .slick-next {
      left: -55px; }
  .component-slider .slick-dots li button:before {
    font-size: 50px; } }

/** Aviato — pg-gl-2019.10.31 - alert.css **/

.component-alert {
  position: fixed;
  z-index: 520;
  top: 0;
  right: 0;
  left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc( 100vw - 20px);
  -webkit-transform: translateX(calc( 100% + 20px));
          transform: translateX(calc( 100% + 20px));
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
  .component-alert.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .component-alert .content {
    border-right: 1px solid #cccccc; }
    .component-alert .content .message {
      line-height: 1rem;
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      letter-spacing: ls-1;
      font-weight: 400; }
  .component-alert .close {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media screen and (min-width: 1024px) {
  .component-alert {
    max-width: 35vw; }
  _:-ms-fullscreen, :root .component-alert {
    transform: translateX(115%); }
    _:-ms-fullscreen.active, :root .component-alert.active {
      transform: translateX(0);
      opacity: 1; } }

/** Aviato — pg-gl-2019.10.31 - articleDoubleImage.css **/

.component-articleDoubleImage {
  position: relative; }

/* Media queries */
@media (min-width: 1024px) {
  .component-articleDoubleImage .second-image {
    position: absolute;
    left: 50%; } }

/** Aviato — pg-gl-2019.10.31 - articleHeaderBannerText.css **/

.component-articleHeaderBannerText {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .component-articleHeaderBannerText .header-content {
    min-height: 320px;
    padding: 30px 0;
    color: #ffffff;
    background-color: #000000; }
    .component-articleHeaderBannerText .header-content .sup-title {
      padding: 10px 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #cccccc; }
      .component-articleHeaderBannerText .header-content .sup-title::after {
        content: '';
        border-top: 2px solid #cccccc;
        width: 70px;
        display: block;
        margin: 0 auto; }
    .component-articleHeaderBannerText .header-content .title {
      padding: 10px 0;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.75rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-articleHeaderBannerText .header-content .description {
      padding: 10px 0;
      line-height: 1.875rem;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-articleHeaderBannerText .header-content .description p {
        margin: 0; }
    @media (min-width: 1024px) {
      .component-articleHeaderBannerText .header-content .title {
        font-family: "freight-big-pro", sans-serif;
        font-size: 2.5rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-articleHeaderBannerText .header-content .description {
        line-height: 1.875rem;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.375rem;
        letter-spacing: normal;
        font-weight: 400; } }

/** Aviato — pg-gl-2019.10.31 - articleImageGrid.css **/

.component-articleImageGrid {
  margin: 30px 0; }
  .component-articleImageGrid .wrapper {
    position: relative; }
  .component-articleImageGrid .label {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase; }
  [dir="rtl"] .component-articleImageGrid .label {
    left: unset;
    right: 0; }

/** Aviato — pg-gl-2019.10.31 - backToTopButton.css **/

.component-backToTopButton {
  position: fixed;
  bottom: 0;
  right: 75px;
  z-index: 40;
  transform: translateY(100%);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .component-backToTopButton .back-to-top {
    border: 1px solid #cccccc;
    border-bottom: none;
    background: #ffffff;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .component-backToTopButton .back-to-top .icon-up:before {
      content: "\E91B";
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      color: #666; }
  [dir="rtl"] .component-backToTopButton {
    right: inherit;
    left: 75px; }

@media (min-width: 768px) {
  .component-backToTopButton {
    right: 150px; }
    [dir="rtl"] .component-backToTopButton {
      left: 150px; } }

/** Aviato — pg-gl-2019.10.31 - bookAnAppointment.css **/

.component-bookAnAppointment {
  margin: 30px 0;
  overflow: hidden; }
  .component-bookAnAppointment .book-container {
    position: relative;
    overflow: hidden; }
    .component-bookAnAppointment .book-container .title-row {
      padding: 20px 0 30px 0;
      border-bottom: 1px solid #747481; }
      .component-bookAnAppointment .book-container .title-row .title {
        line-height: 1.875rem;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.875rem;
        letter-spacing: normal;
        font-weight: 700; }
    .component-bookAnAppointment .book-container .who-row,
    .component-bookAnAppointment .book-container .when-row,
    .component-bookAnAppointment .book-container .where-row,
    .component-bookAnAppointment .book-container .time-row {
      position: relative;
      height: 80px;
      border-bottom: 1px solid #747481; }
      .component-bookAnAppointment .book-container .who-row .label,
      .component-bookAnAppointment .book-container .when-row .label,
      .component-bookAnAppointment .book-container .where-row .label,
      .component-bookAnAppointment .book-container .time-row .label {
        color: #747481;
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400;
        margin-left: 35px;
        max-width: 60px; }
        .component-bookAnAppointment .book-container .who-row .label:before,
        .component-bookAnAppointment .book-container .when-row .label:before,
        .component-bookAnAppointment .book-container .where-row .label:before,
        .component-bookAnAppointment .book-container .time-row .label:before {
          content: ' ';
          display: block;
          width: 25px;
          height: 0;
          border-bottom: 1px solid #747481;
          position: absolute;
          left: -35px;
          top: 50%; }
      .component-bookAnAppointment .book-container .who-row .title,
      .component-bookAnAppointment .book-container .when-row .title,
      .component-bookAnAppointment .book-container .where-row .title,
      .component-bookAnAppointment .book-container .time-row .title {
        color: #000000;
        padding: 0 40px 0 100px;
        line-height: 1.25rem;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.125rem;
        letter-spacing: 1px;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .who-row .open,
      .component-bookAnAppointment .book-container .when-row .open,
      .component-bookAnAppointment .book-container .where-row .open,
      .component-bookAnAppointment .book-container .time-row .open {
        right: 4%;
        color: #000000;
        cursor: pointer;
        font-size: 0.875rem; }
    .component-bookAnAppointment .book-container .blocks {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      overflow: hidden; }
      .component-bookAnAppointment .book-container .blocks .block {
        position: relative;
        height: 100%; }
        .component-bookAnAppointment .book-container .blocks .block .label {
          position: absolute;
          top: 40px;
          color: #747481;
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          margin-left: 35px; }
          .component-bookAnAppointment .book-container .blocks .block .label:before {
            content: ' ';
            display: block;
            width: 25px;
            height: 0;
            border-bottom: 1px solid #747481;
            position: absolute;
            left: -35px;
            top: 50%; }
        .component-bookAnAppointment .book-container .blocks .block .title {
          position: absolute;
          top: 40px;
          width: 100%;
          padding: 0 50px 0 80px; }
        .component-bookAnAppointment .book-container .blocks .block .close {
          position: absolute;
          top: 40px;
          right: 4%;
          color: #000000;
          opacity: 1;
          cursor: pointer;
          font-size: 0.875rem; }
        .component-bookAnAppointment .book-container .blocks .block .content {
          position: absolute;
          top: 80px;
          width: 100%;
          background: white; }
          .component-bookAnAppointment .book-container .blocks .block .content .scroll-container {
            max-height: 260px;
            width: calc(100% - 10px); }
            .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content {
              width: calc(100% - 10px); }
              .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box {
                position: relative;
                background: #d8d8d8;
                color: #000000;
                padding: 5px 10px;
                min-height: 80px;
                cursor: pointer; }
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box .store-name {
                  color: #000000;
                  font-family: "Roboto", sans-serif;
                  font-size: 0.75rem;
                  letter-spacing: 0.5px;
                  font-weight: 400;
                  line-height: 0.875rem; }
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box .store-address,
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box .store-zip {
                  color: #5e5e5e;
                  font-family: "Roboto", sans-serif;
                  font-size: 0.625rem;
                  letter-spacing: 0.5px;
                  font-weight: 400;
                  line-height: 0.75rem; }
                .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active, .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover {
                  background: #000000; }
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active .store-name,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active .store-address,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box.active .store-zip, .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover .store-name,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover .store-address,
                  .component-bookAnAppointment .book-container .blocks .block .content .scroll-container .scroll-content .store-box:hover .store-zip {
                    color: #ffffff; }
          .component-bookAnAppointment .book-container .blocks .block .content .time-frame {
            display: block;
            width: 100%;
            border: none;
            background: none;
            padding: 20px;
            font-family: "freight-big-pro", sans-serif;
            font-size: 1.625rem;
            letter-spacing: normal;
            font-weight: 700;
            cursor: pointer;
            background: #d8d8d8;
            color: #000000;
            margin: 10px 0; }
            .component-bookAnAppointment .book-container .blocks .block .content .time-frame:hover {
              opacity: 1;
              background: #000000;
              color: #ffffff; }
          .component-bookAnAppointment .book-container .blocks .block .content .action {
            margin-top: 30px;
            border-top: 1px solid #cccccc; }
    .component-bookAnAppointment .book-container .action-row .button {
      width: 100%;
      display: block;
      margin: 0 auto; }
    .component-bookAnAppointment .book-container .action-row .g-recaptcha {
      width: 256px;
      padding: 30px 0;
      /*
        transform-origin: center;
        transform: scale(.7);
        */ }
      .component-bookAnAppointment .book-container .action-row .g-recaptcha .grecaptcha-badge {
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .component-bookAnAppointment .book-container .thankyou-container {
      display: none;
      position: absolute;
      top: 0;
      background: white;
      height: 100%;
      width: 100%; }
      .component-bookAnAppointment .book-container .thankyou-container:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .focus-visible .component-bookAnAppointment .book-container .thankyou-container:focus .title {
          -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                  box-shadow: 0px 0px 2px 2px #4e96e9; }
      .component-bookAnAppointment .book-container .thankyou-container .title {
        padding: 20px 0 30px 0;
        border-bottom: 1px solid #cccccc;
        line-height: 1.875rem;
        text-align: center;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.875rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .thankyou-container .subtitle {
        padding: 20px 0 30px 0;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.625rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .thankyou-container .text {
        padding: 20px 0 30px 0;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.375rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-bookAnAppointment .book-container .thankyou-container .info {
        font-family: "Roboto", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400;
        padding-bottom: 20px; }
      .component-bookAnAppointment .book-container .thankyou-container .action {
        margin: 20px 0;
        padding: 20px 0;
        border-top: 1px solid #cccccc;
        text-align: center; }
        .component-bookAnAppointment .book-container .thankyou-container .action .button {
          width: 50%; }
  [dir="rtl"] .component-bookAnAppointment .book-container .who-row .label,
  [dir="rtl"] .component-bookAnAppointment .book-container .when-row .label,
  [dir="rtl"] .component-bookAnAppointment .book-container .where-row .label,
  [dir="rtl"] .component-bookAnAppointment .book-container .time-row .label {
    margin-left: 0;
    margin-right: 35px; }
    [dir="rtl"] .component-bookAnAppointment .book-container .who-row .label:before,
    [dir="rtl"] .component-bookAnAppointment .book-container .when-row .label:before,
    [dir="rtl"] .component-bookAnAppointment .book-container .where-row .label:before,
    [dir="rtl"] .component-bookAnAppointment .book-container .time-row .label:before {
      left: 0;
      right: -35px; }
  [dir="rtl"] .component-bookAnAppointment .book-container .who-row .title,
  [dir="rtl"] .component-bookAnAppointment .book-container .when-row .title,
  [dir="rtl"] .component-bookAnAppointment .book-container .where-row .title,
  [dir="rtl"] .component-bookAnAppointment .book-container .time-row .title {
    padding: 0 100px 0 40px; }
  [dir="rtl"] .component-bookAnAppointment .book-container .who-row .open,
  [dir="rtl"] .component-bookAnAppointment .book-container .when-row .open,
  [dir="rtl"] .component-bookAnAppointment .book-container .where-row .open,
  [dir="rtl"] .component-bookAnAppointment .book-container .time-row .open {
    right: inherit;
    left: 4%; }
  [dir="rtl"] .component-bookAnAppointment .book-container .blocks .block .title {
    padding: 0 80px 0 50px; }
  [dir="rtl"] .component-bookAnAppointment .book-container .blocks .block .close {
    right: inherit;
    left: 4%; }

@media (min-width: 1024px) {
  .component-bookAnAppointment .book-container .who-row .title,
  .component-bookAnAppointment .book-container .when-row .title,
  .component-bookAnAppointment .book-container .where-row .title,
  .component-bookAnAppointment .book-container .time-row .title {
    line-height: 1.375rem;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 700; }
  .component-bookAnAppointment .book-container .action-row .button {
    width: 50%; }
  .component-bookAnAppointment .book-container .action-row .g-recaptcha {
    width: 50%; } }

/** Aviato — pg-gl-2019.10.31 - categoryBanner.css **/

.component-categoryBanner {
  margin: 0 0; }
  .component-categoryBanner .banner-container {
    height: 240px;
    min-height: 240px;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .component-categoryBanner .banner-container .row {
      height: 100%; }
      .component-categoryBanner .banner-container .row .content {
        width: 100%;
        padding: 20px; }
        .component-categoryBanner .banner-container .row .content .title {
          display: inline-block;
          color: #ffffff;
          line-height: 2rem;
          font-family: "freight-big-pro", sans-serif;
          font-size: 2rem;
          letter-spacing: 0.5px;
          background: rgba(0, 0, 0, 0.6);
          padding: 10px 20px; }

/* Media queries */
@media (min-width: 1024px) {
  .component-categoryBanner .banner-container .row .content .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0.5px;
    line-height: 4.5rem; } }

/** Aviato — pg-gl-2019.10.31 - categoryCollection.css **/

.component-categoryCollection {
  margin: 30px 0; }
  .component-categoryCollection a,
  .component-categoryCollection a:hover {
    text-decoration: none;
    display: block; }
  .component-categoryCollection .items-content {
    list-style-type: none;
    padding-left: 0; }
  .component-categoryCollection .content-regular {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .component-categoryCollection .inner-row.content-reverse .description-content-mob {
    text-align: left; }
  .component-categoryCollection .inner-row.content-regular {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .component-categoryCollection .inner-row.content-regular .description-content-mob {
      text-align: right; }
  .component-categoryCollection .image {
    position: relative;
    width: 100%;
    height: 100%; }
  .component-categoryCollection .description-content {
    padding-right: 10px;
    padding-left: 0;
    color: #000000;
    line-height: 1.625rem; }
    .component-categoryCollection .description-content.description-content-mob {
      height: 100%;
      padding-right: 10px;
      padding-left: 10px; }
    .component-categoryCollection .description-content a:focus {
      padding: 10px 0;
      display: inline; }
    .component-categoryCollection .description-content a .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      line-height: 1.5rem;
      margin: 0;
      padding: 0;
      word-break: break-word; }
  .component-categoryCollection .description-abs {
    position: absolute;
    max-width: 490px;
    z-index: 1;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    right: 0.5%;
    bottom: 7%;
    padding-left: 15px; }
  .component-categoryCollection .multimedia > img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  [dir="rtl"] .component-categoryCollection .description-abs {
    left: unset;
    right: -40px; }

@media (min-width: 768px) {
  .component-categoryCollection .description-content .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 2.25rem; } }

@media (min-width: 1024px) {
  .component-categoryCollection .multimedia-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .component-categoryCollection .description-content {
    padding-right: 20px;
    padding-left: 0; }
    .component-categoryCollection .description-content a .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.25rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 2.5rem; }
  .component-categoryCollection .content-regular .description-abs {
    position: absolute;
    max-width: 490px;
    z-index: 10;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    top: 100px;
    left: -40px;
    padding: 15px; }
  .component-categoryCollection .content-reverse .description-abs {
    position: absolute;
    max-width: 490px;
    z-index: 10;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    top: 100px;
    right: -40px;
    padding: 15px; }
  .component-categoryCollection .content-regular .inner-row a,
  .component-categoryCollection .content-reverse .inner-row a {
    height: 100%; }
    .component-categoryCollection .content-regular .inner-row a .multimedia-height,
    .component-categoryCollection .content-reverse .inner-row a .multimedia-height {
      height: calc( 100% - 10px); }
  .component-categoryCollection .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: normal;
    font-weight: 700;
    margin-top: 15px !important; }
  .component-categoryCollection .text {
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.375rem;
    letter-spacing: normal;
    font-weight: 400; } }

@media (min-width: 1025px) {
  .component-categoryCollection .inner-row {
    height: 100%; } }

/** Aviato — pg-gl-2019.10.31 - changePasswordTemplate.css **/

.component-changePasswordTemplate .title-row {
  border-bottom: 1px solid #666; }
  .component-changePasswordTemplate .title-row .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000; }

.component-changePasswordTemplate .changePasswordForm label {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #cccccc; }

.component-changePasswordTemplate .changePasswordForm .form-actions button {
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000; }
  .component-changePasswordTemplate .changePasswordForm .form-actions button.hide-password {
    display: none; }

.component-changePasswordTemplate .changePasswordForm .form-actions .error-message {
  margin: 0;
  padding: 15px 0 0;
  width: 100%;
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #AB0015; }

.component-changePasswordTemplate .changePasswordForm.show-password button.hide-password {
  display: inline-block; }

.component-changePasswordTemplate .changePasswordForm.show-password button.show-password {
  display: none; }

.component-changePasswordTemplate .input-hints {
  line-height: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #666; }

.component-changePasswordTemplate .btn-reset-password {
  text-transform: uppercase; }

.component-changePasswordTemplate .changePasswordSuccess {
  display: none; }
  .component-changePasswordTemplate .changePasswordSuccess .submit-success .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px; }
  .component-changePasswordTemplate .changePasswordSuccess .submit-success .content {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #cccccc; }
  .component-changePasswordTemplate .changePasswordSuccess .submit-success a {
    text-decoration: underline;
    color: #666; }

@media (max-width: 1024px) {
  .component-changePasswordTemplate .title-row .title {
    font-size: 1.5rem; }
  .component-changePasswordTemplate .form-actions button {
    font-size: 0.625rem;
    letter-spacing: 0.5px; }
  .component-changePasswordTemplate .btn-reset-password {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize; } }

/** Aviato — pg-gl-2019.10.31 - contactForm.css **/

.component-contactForm .contact-form-header {
  font-family: "freight-big-pro", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #cccccc; }
  .component-contactForm .contact-form-header .back {
    line-height: 1.875rem; }
    .component-contactForm .contact-form-header .back .icon-left {
      margin-right: 23px; }

.component-contactForm .subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 27px; }

.component-contactForm .contact-us-form {
  margin-top: 50px; }
  .component-contactForm .contact-us-form input, .component-contactForm .contact-us-form select, .component-contactForm .contact-us-form textarea {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.75rem; }
  .component-contactForm .contact-us-form .label-text,
  .component-contactForm .contact-us-form label {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666; }
  .component-contactForm .contact-us-form textarea {
    resize: none; }
  .component-contactForm .contact-us-form .spacer {
    border-bottom: 1px solid #000000; }
  .component-contactForm .contact-us-form .conditions {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.75rem; }
    .component-contactForm .contact-us-form .conditions p {
      margin: 15px 0;
      color: #666; }
  .component-contactForm .contact-us-form .separate-privacy-consents {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
    .component-contactForm .contact-us-form .separate-privacy-consents .privacy-title {
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: 1px;
      font-weight: 400; }
    .component-contactForm .contact-us-form .separate-privacy-consents .radios {
      text-align: center; }
    .component-contactForm .contact-us-form .separate-privacy-consents input:disabled + .label-text,
    .component-contactForm .contact-us-form .separate-privacy-consents input:disabled + label {
      opacity: 0.5;
      cursor: default; }
  .component-contactForm .contact-us-form .condition-1-text, .component-contactForm .contact-us-form .condition-2-text {
    text-align: center; }

.component-contactForm .submit .error-message {
  margin: 0;
  padding: 15px 0 0;
  width: 100%;
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #AB0015; }

.component-contactForm #feedbackModal .content {
  min-height: 180px; }

.component-contactForm .personal-information-box.active + .personal-information-details a {
  display: none; }

.component-contactForm .personal-information-box.active + .personal-information-details .personal-information-list {
  display: block; }

.component-contactForm .personal-information-box + .personal-information-details a {
  display: block; }

.component-contactForm .personal-information-box + .personal-information-details .personal-information-list {
  display: none; }

[dir=rtl] .component-contactForm .contact-form-header .back .icon-left {
  margin-left: 23px;
  margin-right: 0; }
  [dir=rtl] .component-contactForm .contact-form-header .back .icon-left:before {
    content: "\E91B"; }

@media (min-width: 1024px) {
  .component-contactForm .contact-us-form {
    margin-top: 105px; }
    .component-contactForm .contact-us-form .conditions p {
      margin: 5px 0; }
    .component-contactForm .contact-us-form .condition-1-text, .component-contactForm .contact-us-form .condition-2-text {
      text-align: left; }
    .component-contactForm .contact-us-form .separate-privacy-consents .radios {
      display: block; }
      .component-contactForm .contact-us-form .separate-privacy-consents .radios .fieldset:first-child {
        margin-right: auto !important; }
      .component-contactForm .contact-us-form .separate-privacy-consents .radios .fieldset:last-child {
        margin-left: auto !important;
        padding-right: 0 !important; }
    .component-contactForm .contact-us-form .separate-privacy-consents .fieldset {
      max-width: 75px; } }

/** Aviato — pg-gl-2019.10.31 - containerFour.css **/

 

/** Aviato — pg-gl-2019.10.31 - containerGrid.css **/

 

/** Aviato — pg-gl-2019.10.31 - containerShopByLook.css **/

.component-containerShopByLook .container-title {
  line-height: 3.125rem;
  font-family: "freight-big-pro", sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-decoration: underline; }

.component-containerShopByLook .hidden {
  overflow: hidden !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important; }

@media screen and (min-width: 1024px) {
  .component-containerShopByLook .container-title {
    font-size: 3.75rem;
    line-height: 3.75rem; } }

/** Aviato — pg-gl-2019.10.31 - containerTwo.css **/

 

/** Aviato — pg-gl-2019.10.31 - cookieBanner.css **/

.component-cookieBanner {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.8);
  z-index: +500; }
  .component-cookieBanner a {
    color: white;
    text-decoration: underline; }
  .component-cookieBanner .text {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #ffffff; }
  .component-cookieBanner .close {
    border: none;
    background: none;
    height: 10px;
    width: 10px;
    background-image: url(images/detail-close-white.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    position: absolute;
    right: 20px;
    top: 25px; }
  [dir="rtl"] .component-cookieBanner .close {
    right: unset;
    left: 20px; }

@media only screen and (max-width: 768px) {
  .component-cookieBanner {
    line-height: 18px;
    padding: 0 40px;
    padding: 20px 40px; } }

/** Aviato — pg-gl-2019.10.31 - ctaBanner.css **/

.component-ctaBanner {
  width: 100%;
  margin: 30px 0; }
  .component-ctaBanner .banner-border {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  .component-ctaBanner .banner-container {
    overflow: hidden;
    position: relative;
    height: 235px;
    min-height: 235px;
    z-index: 0; }
    .component-ctaBanner .banner-container .row {
      height: 100%; }
      .component-ctaBanner .banner-container .row .content {
        width: 100%; }
        .component-ctaBanner .banner-container .row .content.content-left {
          text-align: left; }
          .component-ctaBanner .banner-container .row .content.content-left .button {
            margin: auto;
            margin-left: 0; }
        .component-ctaBanner .banner-container .row .content.content-right {
          text-align: right; }
          .component-ctaBanner .banner-container .row .content.content-right .button {
            margin: auto;
            margin-right: 0; }
        .component-ctaBanner .banner-container .row .content.content-center {
          text-align: center; }
          .component-ctaBanner .banner-container .row .content.content-center .button {
            margin: 0 auto; }
        .component-ctaBanner .banner-container .row .content .title {
          color: #ffffff;
          line-height: 2rem;
          font-style: italic;
          font-family: "freight-big-pro", sans-serif;
          font-size: 2rem;
          letter-spacing: 0.5px;
          font-weight: 700; }
          .component-ctaBanner .banner-container .row .content .title .title-text {
            display: inline-block;
            background: rgba(0, 0, 0, 0.6);
            padding: 10px 20px; }
        .component-ctaBanner .banner-container .row .content .button {
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          font-weight: 700; }

/* Media queries */
@media (min-width: 1024px) {
  .component-ctaBanner .banner-container .row .content .title {
    font-style: normal;
    line-height: 4.5rem;
    font-family: "freight-big-pro", sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0.5px;
    font-weight: 700; } }

/** Aviato — pg-gl-2019.10.31 - dialog.css **/

.component-dialog {
  position: relative;
  display: block;
  z-index: 110; }
  .component-dialog .dialog-container {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    color: #000000;
    background: #ffffff;
    z-index: 110; }
    .component-dialog .dialog-container > * {
      color: #000000; }
    .component-dialog .dialog-container .dialog-close {
      position: relative;
      top: 0px;
      background: #ffffff;
      left: 0;
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #000000;
      z-index: 120; }
      .component-dialog .dialog-container .dialog-close .icon-close {
        color: #000000 !important;
        position: absolute;
        left: 12px;
        top: 12px;
        font-size: 1.25rem;
        cursor: pointer; }
      .component-dialog .dialog-container .dialog-close.icon-on-right {
        border-bottom: 0; }
        .component-dialog .dialog-container .dialog-close.icon-on-right .icon-close {
          left: unset;
          right: 12px; }
    .component-dialog .dialog-container .arrow {
      display: none;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #ffffff;
      position: absolute;
      left: calc(50% - 3px);
      top: -6px; }
      .component-dialog .dialog-container .arrow .arrow-border {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #cccccc;
        position: absolute;
        left: calc(50% - 7px);
        top: -1px;
        z-index: -1; }
    .component-dialog .dialog-container .content {
      width: 100%;
      height: calc(100% - 50px);
      overflow: hidden;
      overflow-y: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
  .component-dialog.no-min-width .dialog-container {
    min-width: auto; }

.is-internet-explorer .component-dialog .dialog-container .content {
  display: inline-block; }

.js-dialog-opener {
  cursor: pointer; }

@media screen and (min-width: 1280px) {
  .component-dialog .dialog-container {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 280px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .focus-visible .component-dialog .dialog-container:focus {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
    .component-dialog .dialog-container .arrow {
      display: block; }
    .component-dialog .dialog-container .dialog-close {
      display: none; }
    .component-dialog .dialog-container .content {
      overflow-y: hidden;
      height: 100%; }
  .component-dialog.right .dialog-container {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .component-dialog.right .arrow {
    left: auto;
    right: 10px; }
  .component-dialog.left .dialog-container {
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .component-dialog.left .arrow {
    right: auto;
    left: 10px; }
  [dir="rtl"] .component-dialog.right .dialog-container {
    right: auto;
    left: 0; }
  [dir="rtl"] .component-dialog.right .arrow {
    right: auto;
    left: 10px; }
  [dir="rtl"] .component-dialog.left .dialog-container {
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  [dir="rtl"] .component-dialog.left .arrow {
    left: auto;
    right: 10px; } }

@media screen and (max-width: 1280px) {
  .component-dialog .dialog-container:focus:not(:active) {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .component-dialog .dialog-container:focus:not(:active) .content {
      width: calc(100% - 4px);
      margin: 2px;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
      .focus-visible .component-dialog .dialog-container:focus:not(:active) .content {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; } }

/** Aviato — pg-gl-2020.11.18 - eventQuestionImage.css **/

.component-eventQuestionImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #000000; }

/** Aviato — pg-gl-2020.12.17 - eventQuestionItem.css **/

.component-eventQuestionItem {
  position: relative;
  border-top: 1px solid #000000;
  font-family: "BentonSans", sans-serif; }
  .component-eventQuestionItem.answered .circle-wrapper .icon-circle {
    visibility: visible; }
  .component-eventQuestionItem.answered .button-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .component-eventQuestionItem.answered .button-wrapper button {
      min-width: auto; }
    .component-eventQuestionItem.answered .button-wrapper .btn-delete {
      display: block; }
  .component-eventQuestionItem.active .question-input {
    display: block; }
  .component-eventQuestionItem.active .plus-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .component-eventQuestionItem[role="button"] {
    cursor: pointer; }
  .component-eventQuestionItem .question-grid-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 12px;
    width: 100%;
    height: 100%;
    min-height: 80px;
    cursor: pointer; }
  .component-eventQuestionItem img {
    display: block;
    width: 100%; }
  .component-eventQuestionItem .question-text {
    width: 100%;
    font-family: "BentonSans", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.1; }
  .component-eventQuestionItem .question-read {
    display: none; }
  .component-eventQuestionItem .circle-wrapper {
    margin: 0 15px; }
    .component-eventQuestionItem .circle-wrapper .icon-circle {
      visibility: hidden; }
  .component-eventQuestionItem .question-input {
    display: none;
    padding: 0 10px; }
    .component-eventQuestionItem .question-input .question-answer {
      padding: 10px;
      margin: 0;
      background-color: #ffffff;
      border: 1px solid #000000;
      color: #000000;
      border-radius: 20px;
      font-family: "BentonSans", sans-serif;
      line-height: 1.2; }
  .component-eventQuestionItem .button-wrapper {
    padding: 20px 0;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .component-eventQuestionItem .button-wrapper button {
      padding: 10px;
      min-width: 180px;
      background: #000000;
      color: #ffffff;
      font-weight: 500;
      font-size: 1rem; }
      .component-eventQuestionItem .button-wrapper button:disabled {
        opacity: 0.2;
        pointer-events: none; }
    .component-eventQuestionItem .button-wrapper .btn-delete {
      display: none;
      margin-top: 10px;
      background-color: #ffffff;
      color: #000000;
      font-weight: 500;
      font-size: 1rem; }

@media (min-width: 1024px) {
  .component-eventQuestionItem .question-grid-elements {
    padding: 25px 40px; }
  .component-eventQuestionItem .question-text {
    font-size: 1.875rem; }
  .component-eventQuestionItem .question-input .question-answer {
    padding: 20px; }
  .component-eventQuestionItem .circle-wrapper {
    margin: 0 30px; }
  .component-eventQuestionItem .button-wrapper button,
  .component-eventQuestionItem .button-wrapper .btn-delete {
    font-size: 1.125rem; } }

/** Aviato — pg-gl-2021.01.25 - eventQuestions.css **/

body.form-submitted {
  background: #000000; }
  body.form-submitted #application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    min-height: 100vh; }
    body.form-submitted #application .thank-you-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@media (min-width: 1024px) {
  body.sticky-scroll-button-visible:not(.question-answer-expanded):not(.form-in-viewport) {
    padding-bottom: 0; }
    body.sticky-scroll-button-visible:not(.question-answer-expanded):not(.form-in-viewport) .component-eventQuestions {
      padding-top: 70px; } }

body.question-answer-expanded .component-eventQuestions .btn-scroll,
body.form-in-viewport .component-eventQuestions .btn-scroll {
  display: none !important; }

.component-eventQuestions {
  width: 100%;
  margin-top: 50px; }
  .component-eventQuestions .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  .component-eventQuestions .btn-scroll {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: #0b00ff;
    color: #ffffff;
    text-align: center;
    font-family: "BentonSans", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 500;
    z-index: 1; }
  .component-eventQuestions .question-grid {
    background: #ffffff;
    color: #000000; }
  .component-eventQuestions .show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    color: #000000;
    padding: 40px;
    border-top: 1px solid #000000; }
    .component-eventQuestions .show-more button {
      line-height: 1.25rem;
      font-size: 1rem;
      font-family: "BentonSans", sans-serif;
      font-weight: 500; }
  .component-eventQuestions .event-form-heading {
    padding: 0;
    background: #ffffff;
    color: #000000;
    line-height: 1; }
    .component-eventQuestions .event-form-heading .main-title {
      margin: 1rem 0;
      font-family: "BentonSans", sans-serif;
      font-size: 2.625rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-eventQuestions .event-form-heading .sub-title {
      margin-top: 1rem;
      font-family: "BentonSans", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 500;
      line-height: 1.625rem; }
    .component-eventQuestions .event-form-heading .info-title {
      margin: 0;
      font-family: "BentonSans", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.625rem; }
      .component-eventQuestions .event-form-heading .info-title.small {
        margin-top: 30px;
        font-size: 1rem;
        line-height: 1.375rem; }
  .component-eventQuestions .form-event-form {
    background: #000000;
    color: #ffffff; }
    .component-eventQuestions .form-event-form .row-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 2rem 1rem;
      padding-top: 60px;
      background: #ffffff;
      color: #000000; }
      .component-eventQuestions .form-event-form .row-container.black {
        background: #000000;
        color: #ffffff; }
    .component-eventQuestions .form-event-form .label-text {
      color: #f2f2f2;
      line-height: 1.625rem;
      font-family: "BentonSans", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-eventQuestions .form-event-form .label-text + .error-message {
        color: #eb0014 !important; }
    .component-eventQuestions .form-event-form .has-error + .label-text {
      color: #eb0014 !important; }
    .component-eventQuestions .form-event-form input,
    .component-eventQuestions .form-event-form textarea,
    .component-eventQuestions .form-event-form select {
      margin-top: 10px;
      color: #f2f2f2;
      background-color: #000000;
      border-color: #f2f2f2;
      font-family: "BentonSans", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-eventQuestions .form-event-form input[type="checkbox"] + .label-text,
      .component-eventQuestions .form-event-form textarea[type="checkbox"] + .label-text,
      .component-eventQuestions .form-event-form select[type="checkbox"] + .label-text {
        display: block;
        position: relative;
        padding-left: 25px;
        line-height: 1.5rem;
        color: #ddd;
        font-family: "BentonSans", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
        .component-eventQuestions .form-event-form input[type="checkbox"] + .label-text::before,
        .component-eventQuestions .form-event-form textarea[type="checkbox"] + .label-text::before,
        .component-eventQuestions .form-event-form select[type="checkbox"] + .label-text::before {
          position: absolute;
          top: 10px;
          left: 0;
          color: #f2f2f2;
          border-color: #f2f2f2; }
        .component-eventQuestions .form-event-form input[type="checkbox"] + .label-text a,
        .component-eventQuestions .form-event-form textarea[type="checkbox"] + .label-text a,
        .component-eventQuestions .form-event-form select[type="checkbox"] + .label-text a {
          color: #f2f2f2;
          text-decoration: underline; }
      .component-eventQuestions .form-event-form input + .label-text,
      .component-eventQuestions .form-event-form textarea + .label-text,
      .component-eventQuestions .form-event-form select + .label-text {
        top: -1.125rem; }
    .component-eventQuestions .form-event-form .fieldset-textarea label {
      display: block; }
    .component-eventQuestions .form-event-form .fieldset-textarea textarea {
      min-height: 150px;
      border-color: #f2f2f2; }
    .component-eventQuestions .form-event-form .fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .component-eventQuestions .form-event-form .fieldset label {
        width: 100%; }
        .component-eventQuestions .form-event-form .fieldset label input,
        .component-eventQuestions .form-event-form .fieldset label select {
          font-size: 1.125rem; }
    .component-eventQuestions .form-event-form .buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 30px; }
      .component-eventQuestions .form-event-form .buttons button {
        color: #000000;
        background: #ffffff;
        line-height: 1.25rem;
        font-size: 1rem;
        font-family: "BentonSans", sans-serif;
        font-weight: 500; }
        .component-eventQuestions .form-event-form .buttons button:disabled {
          background: #ffffff;
          color: #000000 !important;
          opacity: 0.7;
          pointer-events: none;
          cursor: default; }
    .component-eventQuestions .form-event-form .js-service-error-message {
      margin: 0;
      padding: 15px 0 0;
      width: 100%;
      line-height: 1rem;
      text-align: center;
      color: #eb0014;
      font-family: "BentonSans", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-eventQuestions .form-event-form .text-with-link {
      background: #000000;
      color: #f2f2f2;
      line-height: 1.5rem;
      font-family: "BentonSans", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-eventQuestions .form-event-form .text-with-link a {
        background: #000000;
        color: #f2f2f2; }
  .component-eventQuestions .info-text {
    margin: 0;
    line-height: 1.3;
    font-family: "BentonSans", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-eventQuestions .info-text.small {
      font-size: 0.875rem; }
  .component-eventQuestions .thank-you-container {
    display: none;
    min-height: calc(100vh - 50px - 50px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    color: #000000;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .component-eventQuestions .thank-you-container .thank-you-title {
      text-align: center;
      font-family: "BentonSans", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-eventQuestions .thank-you-container .thank-you-text {
      margin: 0;
      text-align: center;
      font-family: "BentonSans", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700; }
  .component-eventQuestions .bottom-links {
    background-color: #ffffff;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #000000; }
    .component-eventQuestions .bottom-links a {
      padding: 40px 20px;
      text-align: center;
      line-height: 1.38;
      font-family: "BentonSans", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 500;
      border-top: 1px solid #000000; }
      .component-eventQuestions .bottom-links a > div:last-child {
        margin-top: 10px; }

/* Media queries */
@media (min-width: 1024px) {
  .component-eventQuestions .btn-scroll {
    top: 50px;
    bottom: auto;
    height: 70px;
    font-size: 1.125rem; }
  .component-eventQuestions .event-form-heading .main-title {
    font-size: 3.75rem; }
  .component-eventQuestions .event-form-heading .sub-title {
    font-size: 1.5rem;
    line-height: 1.875rem; }
  .component-eventQuestions .event-form-heading .info-title {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    .component-eventQuestions .event-form-heading .info-title.small {
      font-size: 1.125rem;
      line-height: 1.5rem; }
  .component-eventQuestions .custom-form {
    padding-top: 20px;
    padding-bottom: 40px; }
  .component-eventQuestions .info-text {
    font-size: 1.125rem; }
  .component-eventQuestions .form-event-form .row-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px; }
  .component-eventQuestions .form-event-form .label-text {
    font-size: 1.125rem; }
  .component-eventQuestions .form-event-form .buttons button {
    font-size: 1.125rem; }
  .component-eventQuestions .show-more button {
    font-size: 1.125rem; }
  .component-eventQuestions .buttons {
    margin-top: 60px; }
  .component-eventQuestions .bottom-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .component-eventQuestions .bottom-links a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 60px;
      font-size: 1.125rem;
      line-height: 1.22;
      border-top: 0; }
      .component-eventQuestions .bottom-links a:nth-child(2) {
        border-left: 1px solid #000000; }
  body.form-submitted .component-eventQuestions .bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 0; }
    body.form-submitted .component-eventQuestions .bottom-links a {
      border-top: 1px solid #000000; }
      body.form-submitted .component-eventQuestions .bottom-links a:nth-child(2) {
        border-left: 0; } }

/** Aviato — pg-gl-2019.10.31 - faqsItem.css **/

.component-faqsItem .faq-title-item {
  position: relative;
  text-align: left;
  width: 100%; }
  .component-faqsItem .faq-title-item.title-border {
    border-bottom: 1px solid #cccccc; }
  .component-faqsItem .faq-title-item:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .focus-visible .component-faqsItem .faq-title-item:focus .title {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-faqsItem .faq-title-item .title {
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-faqsItem .faq-title-item .icon {
    color: #747481;
    font-size: 1.25rem;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .component-faqsItem .faq-title-item .icon-close-default:before {
    content: "\E919";
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.component-faqsItem .text-container {
  border-bottom: 1px solid #cccccc;
  display: none;
  overflow: hidden; }
  .component-faqsItem .text-container .text {
    margin: 0;
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 200; }
    .component-faqsItem .text-container .text p {
      margin: 0; }

[dir="rtl"] .component-faqsItem .faq-title-item .icon {
  right: inherit;
  left: 0; }

/* Media queries */
@media (min-width: 1024px) {
  .component-faqsItem {
    /*     .faq-title-item:hover {
      .title {
        opacity: 0.2;
      }
    } */ }
    .component-faqsItem:hover {
      cursor: pointer; }
    .component-faqsItem .faq-title-item {
      border-bottom: 1px solid #cccccc; }
      .component-faqsItem .faq-title-item .title::before {
        content: counter(item) "  ";
        counter-increment: item; }
      .component-faqsItem .faq-title-item .title {
        line-height: 1.75rem;
        font-family: "Roboto", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-faqsItem .faq-title-item .icon {
        color: #666; }
    .component-faqsItem .text-container .text {
      line-height: 1.75rem; } }

/** Aviato — pg-gl-2019.10.31 - faqsLayout.css **/

.component-faqsLayout {
  margin: 50px 0;
  margin-bottom: 150px; }
  .component-faqsLayout .faq-title-container {
    position: relative;
    border-bottom: 1px solid #cccccc; }
    .component-faqsLayout .faq-title-container .title {
      line-height: 1.75rem;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-faqsLayout .faq-title-container .icon {
      color: #747481;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .component-faqsLayout .faq-items {
    list-style-type: none;
    display: none;
    overflow: hidden; }
  [dir="rtl"] .component-faqsLayout .faq-title-container .icon {
    right: inherit;
    left: 0; }

/* Media queries */
@media (min-width: 1024px) {
  .component-faqsLayout .faq-container {
    border-bottom: 1px solid #666; }
    .component-faqsLayout .faq-container .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.125rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      /*font-36*/ }
  .component-faqsLayout .faq-title-container {
    pointer-events: none; }
    .component-faqsLayout .faq-title-container .title {
      line-height: 1.75rem;
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 400; }
  .component-faqsLayout .faq-items {
    display: block !important;
    counter-reset: item;
    list-style-type: none;
    margin-bottom: 0; } }

/** Aviato — pg-gl-2020.11.18 - footer.css **/

.component-footer {
  width: 100%;
  padding: 40px 20px;
  background: #000000; }
  .component-footer.custom, .component-footer.gigya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    min-height: 50px;
    color: #ffffff;
    font-family: "BentonSans", sans-serif; }
    .component-footer.custom.white, .component-footer.gigya.white {
      background: #ffffff;
      color: #000000; }
      .component-footer.custom.white *,
      .component-footer.custom.white * > *, .component-footer.gigya.white *,
      .component-footer.gigya.white * > * {
        color: #000000 !important; }
    .component-footer.custom .copyright,
    .component-footer.custom .cookie, .component-footer.gigya .copyright,
    .component-footer.gigya .cookie {
      margin: 5px 0; }
      .component-footer.custom .copyright a,
      .component-footer.custom .cookie a, .component-footer.gigya .copyright a,
      .component-footer.gigya .cookie a {
        display: inline-block;
        color: #ffffff; }
        .component-footer.custom .copyright a:not(:last-child)::after,
        .component-footer.custom .cookie a:not(:last-child)::after, .component-footer.gigya .copyright a:not(:last-child)::after,
        .component-footer.gigya .cookie a:not(:last-child)::after {
          content: '|';
          margin: 0 5px; }
  .component-footer .social {
    padding: 10px 0; }
  .component-footer .links {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 20px 0;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-footer .links ul {
      list-style: none;
      padding: 0; }
      .component-footer .links ul li {
        display: block;
        color: #ffffff;
        padding: 2px 0; }
        .component-footer .links ul li.title {
          padding: 10px 0;
          text-transform: uppercase; }
          .component-footer .links ul li.title h2 {
            font-family: "Roboto", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400; }
        .component-footer .links ul li a {
          color: #ffffff; }
  .component-footer .newsletter-title {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
  .component-footer .footer-newsletterForm {
    position: relative; }
    .component-footer .footer-newsletterForm .fieldset input[type='email'],
    .component-footer .footer-newsletterForm fieldset input[type='email'] {
      background: transparent;
      color: white;
      border-color: #ffffff; }
      .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill,
      .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill {
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
        .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill:focus, .component-footer .footer-newsletterForm .fieldset input[type='email']:-webkit-autofill:hover,
        .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill:focus,
        .component-footer .footer-newsletterForm fieldset input[type='email']:-webkit-autofill:hover {
          -webkit-text-fill-color: #ffffff;
          -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                  box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-footer .footer-newsletterForm .fieldset input[type='email'].edge-autofilled,
      .component-footer .footer-newsletterForm fieldset input[type='email'].edge-autofilled {
        background-color: none !important;
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-footer .footer-newsletterForm .fieldset input[type='email'].has-error + .label-text,
      .component-footer .footer-newsletterForm fieldset input[type='email'].has-error + .label-text {
        color: #eb0014; }
        .component-footer .footer-newsletterForm .fieldset input[type='email'].has-error + .label-text ~ .error-message,
        .component-footer .footer-newsletterForm fieldset input[type='email'].has-error + .label-text ~ .error-message {
          color: #eb0014; }
    .component-footer .footer-newsletterForm .btn-subscribe {
      right: 0;
      position: absolute;
      top: 0;
      color: #ffffff;
      background: black;
      width: 30px;
      height: calc(100% - 1px);
      border-top: 1px solid #000000;
      z-index: 1; }
  .component-footer .footer {
    padding: 10px 0;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-footer .footer a {
      color: #ffffff; }
    .component-footer .footer .vat-link a {
      pointer-events: none; }
  [dir='rtl'] .component-footer .links {
    padding-right: 0 !important; }
  [dir='rtl'] .component-footer .footer-newsletterForm .btn-subscribe {
    right: auto;
    left: 0; }
    [dir='rtl'] .component-footer .footer-newsletterForm .btn-subscribe.icon-right:before {
      content: '\E913';
      line-height: 30px; }

@media (min-width: 1024px) {
  .component-footer {
    width: 100%;
    padding: 40px 7.12%; }
    .component-footer.custom, .component-footer.gigya {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 20px; }
    .component-footer .newsletter-title {
      display: block;
      padding: 10px 0; }
    [dir] .component-footer .links {
      padding: 10px; }
      [dir] .component-footer .links.nl-border:before {
        content: '';
        background: #666;
        width: 1px;
        height: 75%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
        margin-left: -20px; }
    .component-footer .footer .right {
      text-align: right; }
    [dir='rtl'] .component-footer .links.nl-border:before {
      right: 0;
      margin-left: unset;
      margin-right: -10%; } }

@media (max-device-width: 1024px) and (orientation: landscape) {
  [dir='rtl'] .component-footer .links.nl-border:before {
    margin-right: -5%; } }

/** Aviato — pg-gl-2019.10.31 - forgotPasswordForm.css **/

.component-forgotPasswordForm .g-recaptcha .grecaptcha-badge {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 auto; }

.component-forgotPasswordForm .step-check-mail {
  display: none; }

@media (min-width: 1024px) {
  .component-forgotPasswordForm .g-recaptcha {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); } }

/** Aviato — pg-gl-2020.11.18 - forgotPasswordTemplate.css **/

.component-forgotPasswordTemplate .title-row {
  border-bottom: 1px solid #666; }
  .component-forgotPasswordTemplate .title-row .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5; }

.component-forgotPasswordTemplate .forgotPasswordForm label,
.component-forgotPasswordTemplate .forgotPasswordForm .label-text {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #cccccc; }

.component-forgotPasswordTemplate .forgotPasswordForm .form-actions button {
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #000000; }
  .component-forgotPasswordTemplate .forgotPasswordForm .form-actions button.hide-password {
    display: none; }

.component-forgotPasswordTemplate .forgotPasswordForm .form-actions .error-message {
  margin: 0;
  padding: 15px 0 0;
  width: 100%;
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #AB0015; }

.component-forgotPasswordTemplate .forgotPasswordForm.show-password button.hide-password {
  display: inline-block; }

.component-forgotPasswordTemplate .forgotPasswordForm.show-password button.show-password {
  display: none; }

.component-forgotPasswordTemplate .input-hints {
  line-height: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #666; }

.component-forgotPasswordTemplate .btn-reset-password {
  text-transform: uppercase; }

.component-forgotPasswordTemplate .forgotPasswordSuccess {
  display: none; }
  .component-forgotPasswordTemplate .forgotPasswordSuccess .submit-success .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000; }
  .component-forgotPasswordTemplate .forgotPasswordSuccess .submit-success .content {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #cccccc; }
  .component-forgotPasswordTemplate .forgotPasswordSuccess .submit-success a {
    text-decoration: underline;
    color: #666; }

@media (max-width: 1024px) {
  .component-forgotPasswordTemplate .title-row .title {
    font-size: 1.5rem; }
  .component-forgotPasswordTemplate .form-actions button {
    font-size: 0.625rem;
    letter-spacing: 0.5px; }
  .component-forgotPasswordTemplate .btn-reset-password {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize; } }

/** Aviato — pg-gl-2020.01.16 - freeHTML.css **/

.component-freeHTML {
  width: 100%; }
  .component-freeHTML .title {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.75rem;
    font-family: "bold";
    font-size: 5px;
    letter-spacing: normal; }
  .component-freeHTML .financialTable {
    margin-bottom: 1rem;
    color: #000000; }
    .component-freeHTML .financialTable table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 7px 0px;
      font-size: 0.95rem;
      letter-spacing: 0; }
      .component-freeHTML .financialTable table p {
        font-size: 0.95rem;
        letter-spacing: 0; }
      .component-freeHTML .financialTable table tr td {
        text-align: right;
        border-bottom-color: #black;
        border-bottom-style: solid;
        border-top-color: #black;
        border-top-style: solid;
        border-top-width: 0px;
        border-bottom-width: 1px;
        padding: 0 5px 0 0; }
        .component-freeHTML .financialTable table tr td p {
          margin-bottom: 0;
          padding: 5px 0; }
          .component-freeHTML .financialTable table tr td p.underscore {
            text-decoration: underline; }
        .component-freeHTML .financialTable table tr td:first-child {
          /*width: 45%;*/
          text-align: left; }
          .component-freeHTML .financialTable table tr td:first-child p {
            line-height: 15px; }
        .component-freeHTML .financialTable table tr td.overlay-link {
          cursor: pointer; }
        .component-freeHTML .financialTable table tr td.italic-element p {
          font-style: italic;
          font-size: 0.85rem; }
      .component-freeHTML .financialTable table tr.column-labels td {
        border-top-width: 0;
        border-bottom: #000000 3px solid;
        vertical-align: bottom; }
        .component-freeHTML .financialTable table tr.column-labels td p {
          line-height: 15px;
          font-weight: 700;
          font-size: 0.7rem; }
      .component-freeHTML .financialTable table tr.column-labels-span-2 td {
        border-top-width: 0;
        border-bottom-width: 1px;
        vertical-align: bottom;
        text-align: center; }
        .component-freeHTML .financialTable table tr.column-labels-span-2 td p {
          line-height: 15px;
          font-weight: 700;
          font-size: 0.7rem; }
      .component-freeHTML .financialTable table tr.empty-row td {
        padding: 15px; }
      .component-freeHTML .financialTable table tr.no-border td {
        border-bottom-width: 0;
        border-top-width: 0; }
      .component-freeHTML .financialTable table tr.sub-total td {
        background-color: #abc9ec; }
      .component-freeHTML .financialTable table tr.total td {
        background-color: #abc9ec;
        border-bottom-width: 3px; }
        .component-freeHTML .financialTable table tr.total td p {
          font-weight: 700; }
      .component-freeHTML .financialTable table tr.just-title td p {
        line-height: 30px; }
      .component-freeHTML .financialTable table tr:first-child.no-border td p {
        line-height: 15px;
        font-weight: 700;
        font-size: 0.7rem; }
    @media (min-width: 768px) {
      .component-freeHTML .financialTable table tr td:first-child {
        width: 45%; }
      .component-freeHTML .financialTable #table021 tr td:first-child, .component-freeHTML .financialTable #table023 tr td:first-child, .component-freeHTML .financialTable #table038 tr td:first-child, .component-freeHTML .financialTable #table040 tr td:first-child, .component-freeHTML .financialTable #table068 tr td:first-child, .component-freeHTML .financialTable #table095 tr td:first-child, .component-freeHTML .financialTable #table109 tr td:first-child, .component-freeHTML .financialTable #table110 tr td:first-child, .component-freeHTML .financialTable #table024 tr td:first-child, .component-freeHTML .financialTable #table025 tr td:first-child, .component-freeHTML .financialTable #table026 tr td:first-child, .component-freeHTML .financialTable #table027 tr td:first-child {
        width: 75%; }
      .component-freeHTML .financialTable #table007 tr td:first-child, .component-freeHTML .financialTable #table009 tr td:first-child, .component-freeHTML .financialTable #table019 tr td:first-child, .component-freeHTML .financialTable #table032 tr td:first-child, .component-freeHTML .financialTable #table033 tr td:first-child {
        width: 55%; }
      .component-freeHTML .financialTable #table032 tr td:first-child, .component-freeHTML .financialTable #table041 tr td:first-child, .component-freeHTML .financialTable #table076 tr td:first-child, .component-freeHTML .financialTable #table113 tr td:first-child, .component-freeHTML .financialTable #table123 tr td:first-child, .component-freeHTML .financialTable #table124 tr td:first-child {
        width: 55%; } }
    @media (min-width: 1025px) {
      .component-freeHTML .financialTable table {
        table-layout: fixed; } }
  .component-freeHTML .gigyaForm {
    width: 100%;
    margin-bottom: 1rem; }
  .component-freeHTML .customForm {
    width: 100%;
    margin-bottom: 1rem; }
  .component-freeHTML .download-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px; }
    .component-freeHTML .download-icons .icon {
      font-size: 1.5rem; }
      .component-freeHTML .download-icons .icon:last-child {
        margin-left: 20px; }

/** Aviato — pg-gl-2020.11.18 - header.css **/

.component-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 50px;
  z-index: 150;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .component-header.custom, .component-header.gigya {
    min-height: 50px; }
    .component-header.custom.align-logo-left, .component-header.gigya.align-logo-left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 20px; }
    .component-header.custom .language-selector, .component-header.gigya .language-selector {
      position: absolute;
      right: 20px;
      padding: 0;
      color: #ffffff; }
      .component-header.custom .language-selector .dropdown-label, .component-header.gigya .language-selector .dropdown-label {
        position: relative;
        padding: 0 12px;
        margin-right: 10px;
        cursor: pointer;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "BentonSans", sans-serif;
        font-size: 0.812rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        .component-header.custom .language-selector .dropdown-label:after, .component-header.gigya .language-selector .dropdown-label:after {
          content: '\E90C';
          font-family: "icomoon";
          font-size: 8px;
          position: absolute;
          top: 4px;
          right: -8px;
          -webkit-transition: .3s;
          transition: .3s; }
      .component-header.custom .language-selector .items, .component-header.gigya .language-selector .items {
        width: 100%;
        min-width: 110px;
        overflow: hidden;
        display: none;
        background: #ffffff;
        position: absolute;
        right: 0;
        padding: 10px 5px 5px; }
        .component-header.custom .language-selector .items > .language, .component-header.gigya .language-selector .items > .language {
          padding: 4px 8px;
          text-transform: uppercase;
          display: block;
          font-family: "BentonSans", sans-serif;
          font-size: 0.812rem;
          letter-spacing: 0.5px;
          font-weight: 400; }
          .component-header.custom .language-selector .items > .language:hover span, .component-header.gigya .language-selector .items > .language:hover span {
            text-decoration: underline; }
      .component-header.custom .language-selector.active, .component-header.gigya .language-selector.active {
        z-index: 101; }
        .component-header.custom .language-selector.active > .language:after, .component-header.gigya .language-selector.active > .language:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .component-header.is-mobile {
    z-index: 520; }
  .component-header .header-wrapper {
    position: relative; }
    .component-header .header-wrapper .header-title {
      z-index: 120; }
      .component-header .header-wrapper .header-title a {
        display: block; }
      .component-header .header-wrapper .header-title .logo {
        height: 15px;
        width: auto; }
  .component-header .icon-user,
  .component-header .icon-wish,
  .component-header .icon-shop,
  .component-header .icon-search {
    height: 20px;
    padding: 0;
    margin: 0 8px; }
  .component-header.black {
    background: #000000;
    color: #ffffff; }
    .component-header.black .logo.white {
      display: block; }
    .component-header.black .logo.black {
      display: none; }
    .component-header.black .icon-user,
    .component-header.black .icon-wish,
    .component-header.black .icon-shop,
    .component-header.black .icon-search {
      color: #ffffff; }
    .component-header.black .component-minicart a,
    .component-header.black .component-minicart button,
    .component-header.black .component-loginProfile a,
    .component-header.black .component-loginProfile button,
    .component-header.black .component-headerLinks a,
    .component-header.black .component-headerLinks button {
      color: #ffffff; }
    .component-header.black .component-minicart .top-links,
    .component-header.black .component-loginProfile .top-links,
    .component-header.black .component-headerLinks .top-links {
      padding: 15px 10px 0 10px;
      margin: 0; }
      .component-header.black .component-minicart .top-links li,
      .component-header.black .component-loginProfile .top-links li,
      .component-header.black .component-headerLinks .top-links li {
        border-color: #ffffff; }
  .component-header.white {
    background: #ffffff;
    color: #000000; }
    .component-header.white .logo.white {
      display: none; }
    .component-header.white .logo.black {
      display: block; }
    .component-header.white .icon-user,
    .component-header.white .icon-wish,
    .component-header.white .icon-shop,
    .component-header.white .icon-search {
      color: #000000; }
    .component-header.white .component-minicart *,
    .component-header.white .component-loginProfile *,
    .component-header.white .component-headerLinks * {
      color: #000000; }
    .component-header.white .component-minicart .top-links li,
    .component-header.white .component-loginProfile .top-links li,
    .component-header.white .component-headerLinks .top-links li {
      border-color: #000000; }
    .component-header.white .hamburger .hamburger-box .hamburger-inner {
      background-color: #000000 !important; }
      .component-header.white .hamburger .hamburger-box .hamburger-inner:after, .component-header.white .hamburger .hamburger-box .hamburger-inner:before {
        background-color: #000000 !important; }
    .component-header.white .language-selector {
      color: #000000; }
      .component-header.white .language-selector .dropdown-label {
        color: #000000; }
      .component-header.white .language-selector .items {
        background: #000000; }
        .component-header.white .language-selector .items > .language {
          color: #ffffff; }
  .component-header.mobile-menu-opened.black .logo.white, .component-header.mobile-menu-opened.white .logo.white,
  .dialog-active .component-header.black .logo.white,
  .dialog-active .component-header.white .logo.white {
    display: none; }
  .component-header.mobile-menu-opened.black .logo.black, .component-header.mobile-menu-opened.white .logo.black,
  .dialog-active .component-header.black .logo.black,
  .dialog-active .component-header.white .logo.black {
    display: block; }
  .component-header .top-actions {
    list-style: none;
    text-align: right;
    color: #ffffff;
    padding: 15px 10px 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: "BentonSans", sans-serif;
    font-size: 0.812rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-header .top-actions li {
      display: inline-block;
      position: relative;
      padding: 0; }
      .component-header .top-actions li .icon-wish,
      .component-header .top-actions li .icon-user,
      .component-header .top-actions li .icon-shop,
      .component-header .top-actions li .icon-search {
        cursor: pointer;
        width: 15px;
        margin: 0 8px; }
  .component-header.custom, .component-header.gigya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .component-header.custom .header-wrapper, .component-header.gigya .header-wrapper {
      min-height: auto !important; }

.hamburger {
  max-width: 50px; }
  .hamburger .hamburger-box {
    z-index: 110; }
  .hamburger .hamburger-inner {
    -webkit-transition: .4s;
    transition: .4s; }
    .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
      -webkit-transition: .4s;
      transition: .4s; }
  .hamburger.is-active {
    position: relative;
    z-index: 200; }
    .hamburger.is-active .hamburger-inner {
      background-color: #000000; }
      .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #000000; }

@media (max-width: 1280px) {
  .dialog-active .component-header .component-stripBar {
    height: 0 !important;
    min-height: 0 !important; } }

@media (min-width: 1024px) {
  .component-header {
    min-height: 55px; }
    .dialog-active .component-header.black .logo.white {
      display: block; }
    .dialog-active .component-header.black .logo.black {
      display: none; }
    .dialog-active .component-header.white .logo.white {
      display: none; }
    .dialog-active .component-header.white .logo.black {
      display: block; }
    .component-header .header-wrapper {
      min-height: inherit; }
      .component-header .header-wrapper .header-title .logo {
        width: auto;
        height: 15px;
        z-index: 0; }
    .component-header.expanded {
      min-height: 147px; }
      .component-header.expanded .header-wrapper .header-title .logo {
        height: 47px; }
    .component-header.custom.align-logo-left {
      padding-left: 40px;
      padding-right: 40px; } }

/** Aviato — pg-gl-2019.10.31 - headerLinks.css **/

.component-headerLinks .top-links {
  padding: 15px 5px;
  list-style: none;
  margin-bottom: 0; }
  .component-headerLinks .top-links li {
    display: inline-block;
    position: relative;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    padding: 0 12px;
    font-family: "Roboto", sans-serif;
    font-size: 0.812rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-headerLinks .top-links li:first-child {
      border: none; }
    .component-headerLinks .top-links li button,
    .component-headerLinks .top-links li a,
    .component-headerLinks .top-links li span {
      color: #ffffff;
      font-size: 0.6875rem; }
      .component-headerLinks .top-links li button:hover,
      .component-headerLinks .top-links li a:hover,
      .component-headerLinks .top-links li span:hover {
        text-decoration: underline; }
  .component-headerLinks .top-links .location {
    cursor: pointer; }

[dir="rtl"] .component-headerLinks .top-links li {
  border-left: none;
  border-right: 1px solid #ffffff; }
  [dir="rtl"] .component-headerLinks .top-links li .icon-left:before {
    content: '\E91B'; }
  [dir="rtl"] .component-headerLinks .top-links li:first-child {
    border: none; }
  [dir="rtl"] .component-headerLinks .top-links li:last-child {
    border-right: 1px solid #ffffff; }

/** Aviato — pg-gl-2020.05.12 - heroImage.css **/

.component-heroImage {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 0;
  background: #000000;
  overflow: hidden;
  padding: 0 14px;
  margin-top: 0;
  -webkit-transition: height .3s ease-in, margin-top .3s ease-in;
  transition: height .3s ease-in, margin-top .3s ease-in; }
  .component-heroImage .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 85.71%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
    .component-heroImage .content .title {
      color: #ffffff;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 1.75rem;
      padding: 10px 20px; }
      .component-heroImage .content .title.has-background {
        background: rgba(0, 0, 0, 0.6); }
    .component-heroImage .content .cta {
      margin-bottom: 25px;
      width: 100%;
      max-height: 120px;
      text-align: left;
      -webkit-transition: .4s;
      transition: .4s; }
      .component-heroImage .content .cta .button {
        margin: 10px 50px 10px 0;
        text-transform: uppercase;
        display: inline-block; }
  .component-heroImage .streaming,
  .component-heroImage .image,
  .component-heroImage .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; }
    .component-heroImage .streaming img,
    .component-heroImage .image img,
    .component-heroImage .video img {
      -o-object-position: center top;
         object-position: center top; }
  .component-heroImage .video video {
    width: 100%; }
  .component-heroImage .countdown {
    position: absolute;
    padding: 7.15%;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-style: italic;
    text-align: left;
    font-family: "freight-big-pro", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 700; }
    .component-heroImage .countdown .countdown-title {
      display: block;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-heroImage .countdown span {
      line-height: 40px;
      width: 28px;
      display: inline-block;
      text-align: right;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
    .component-heroImage .countdown .cta {
      display: block;
      padding: 20px 0; }
  .component-heroImage .streaming {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 15; }
    .component-heroImage .streaming .iframe-container {
      display: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .component-heroImage .streaming .iframe-container .streaming-title {
        display: block;
        text-align: center;
        height: 30px;
        color: #ffffff;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.25rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-heroImage .streaming .iframe-container .iframe {
        width: 100%;
        height: calc(100% - 30px);
        background: #000000;
        border: none; }
  [dir="rtl"] .component-heroImage .content {
    text-align: right; }
    [dir="rtl"] .component-heroImage .content .title,
    [dir="rtl"] .component-heroImage .content .cta {
      text-align: right; }
      [dir="rtl"] .component-heroImage .content .title .button,
      [dir="rtl"] .component-heroImage .content .cta .button {
        margin: 10px 0 10px 50px; }
  [dir="rtl"] .component-heroImage .countdown .cta,
  [dir="rtl"] .component-heroImage .countdown .countdown-title {
    text-align: right; }
  [dir="rtl"] .component-heroImage .countdown .countdown-container {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    [dir="rtl"] .component-heroImage .countdown .countdown-container span {
      margin: 0 2px; }

body .white .component-heroImage,
body .has-bg .component-heroImage {
  padding: 0;
  z-index: 2; }

@media (min-width: 1024px) {
  .component-heroImage {
    padding: 0 20px; }
    .component-heroImage .content .title {
      font-size: 3.25rem;
      line-height: 2.5rem;
      bottom: 100px; }
    .component-heroImage .countdown {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: "freight-big-pro", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 700;
      padding: 0;
      position: relative; }
      .component-heroImage .countdown .countdown-title {
        font-family: "freight-big-pro", sans-serif;
        font-size: 2.5rem;
        letter-spacing: normal;
        font-weight: 700; }
      .component-heroImage .countdown span {
        line-height: 60px;
        width: 75px;
        font-family: "freight-big-pro", sans-serif;
        font-size: 4.5rem;
        letter-spacing: 0.5px;
        font-weight: 700; }
    .component-heroImage .streaming .iframe-container {
      margin-top: 15px; }
    [dir="rtl"] .component-heroImage .countdown .cta,
    [dir="rtl"] .component-heroImage .countdown .countdown-title {
      text-align: center; }
    [dir="rtl"] .component-heroImage .countdown .countdown-container {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      [dir="rtl"] .component-heroImage .countdown .countdown-container span {
        margin: 0 10px; } }

/** Aviato — pg-gl-2017.02.27 - homepage.css **/

 body {
  /*     height: 200vh; */ }

/** Aviato — pg-gl-2020.11.18 - imageDetail.css **/

.component-imageDetail {
  font-family: "freight-big-pro", sans-serif;
  position: relative; }
  .component-imageDetail.layout1 .description {
    border: 1px solid #000000; }
    .component-imageDetail.layout1 .description.js-hovered {
      border: 1px solid #cccccc; }
  .component-imageDetail.layout2 .description {
    border: 1px solid transparent;
    top: 0;
    left: 59%;
    padding: 10px 0px 10px 10px;
    bottom: auto; }
    .component-imageDetail.layout2 .description .text {
      display: block;
      margin-top: 18px;
      margin-bottom: 18px; }
  .component-imageDetail .border-image {
    position: relative; }
    .component-imageDetail .border-image::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid transparent; }
  .component-imageDetail .smallImage {
    z-index: 3;
    position: absolute;
    -webkit-transition: top .5s ease-out;
    transition: top .5s ease-out; }
  .component-imageDetail .description {
    position: absolute;
    top: auto;
    bottom: -10%;
    left: 25%;
    padding: 20px;
    background-color: #ffffff;
    z-index: 2; }
    .component-imageDetail .description .title {
      line-height: 1.75rem; }
    .component-imageDetail .description .text {
      line-height: 1.375rem; }
  [dir="rtl"] .component-imageDetail.layout2 .description {
    left: unset;
    right: 59%;
    padding-right: 10px;
    padding-left: 0; }

@media (min-width: 1024px) {
  .component-imageDetail.layout1 .description {
    top: 5%;
    left: 35%; }
  .component-imageDetail.layout2 .description {
    top: 45%;
    left: 59%; }
  .component-imageDetail .description {
    bottom: auto; }
    .component-imageDetail .description .text {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: 1.36;
      margin-top: 12px;
      margin-bottom: 11px; }
    .component-imageDetail .description .text-ul {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 1px;
      font-weight: 400; }
  [dir="rtl"] .component-imageDetail.layout2 .bigImage {
    margin-left: unset !important;
    margin-right: 8.333% !important; } }

@media (min-width: 1025px) {
  .component-imageDetail.hovered .border-image::before {
    border-color: #000000; }
  .component-imageDetail.hovered .description {
    color: #d8d8d8; }
    .component-imageDetail.hovered .description a {
      color: #d8d8d8; }
  .component-imageDetail.hovered.layout1 .description {
    border-color: #cccccc; } }

/** Aviato — pg-gl-2020.11.18 - imageWithLink.css **/

.component-imageWithLink .image-link {
  width: 100%; }

.component-imageWithLink .text {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400;
  position: absolute;
  bottom: 10px; }

@media screen and (min-width: 1025px) {
  .component-imageWithLink .image-link {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border: 2px solid transparent; }
    .component-imageWithLink .image-link:hover {
      border-color: transparent; } }

/** Aviato — pg-gl-2020.11.18 - lang.css **/

 

/** Aviato — pg-gl-2019.10.31 - legalPageTemplate.css **/

.component-legalPageTemplate {
  margin: 30px 0; }
  .component-legalPageTemplate .content {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-legalPageTemplate .content p {
      line-height: 1rem;
      margin: 40px 0; }
    .component-legalPageTemplate .content .table-container {
      overflow: auto; }
      .component-legalPageTemplate .content .table-container .table-border {
        min-width: 600px; }
        .component-legalPageTemplate .content .table-container .table-border td {
          border: 1px solid #000000;
          padding: 3px; }

/* Media queries */
@media (min-width: 1024px) {
  .component-legalPageTemplate .content p {
    line-height: 1.75rem; } }

/** Aviato — pg-gl-2019.10.31 - loadMore.css **/

.component-loadMore .more {
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer; }
  .component-loadMore .more:hover, .component-loadMore .more:active {
    opacity: 1; }

@media screen and (min-width: 1025px) {
  .component-loadMore .more:hover, .component-loadMore .more:active {
    opacity: 0.6; } }

/** Aviato — pg-gl-2018.05.24 - location.css **/

 .component-location {
  padding-bottom: 80px; }

@media screen and (min-width: 1024px) {
  .component-location {
    height: 50vh;
    overflow: hidden;
    overflow-y: auto; } }

/** Aviato — pg-gl-2019.10.31 - loginForm.css **/

.component-loginForm {
  text-align: center; }
  .component-loginForm .actions {
    display: block; }
  .component-loginForm .loginForm,
  .component-loginForm .forgotPassword,
  .component-loginForm .socialForm {
    display: none; }
  .component-loginForm.social-active .actions .goto-account {
    display: none; }
  .component-loginForm.social-active .actions .goto-social {
    display: none; }
  .component-loginForm.social-active .loginForm {
    display: none; }
  .component-loginForm.social-active .socialForm {
    display: block; }
  .component-loginForm.account-active .actions .goto-account {
    display: none; }
  .component-loginForm.account-active .actions .goto-social {
    display: none; }
  .component-loginForm.account-active .loginForm {
    display: block; }
  .component-loginForm.account-active .socialForm {
    display: none; }
  .component-loginForm .button:active, .component-loginForm .button:focus {
    padding-left: 20px;
    padding-right: 20px; }
  .component-loginForm .goto-forgot {
    color: #747481;
    opacity: 1 !important; }
    .component-loginForm .goto-forgot:hover, .component-loginForm .goto-forgot:focus {
      text-decoration: underline; }

/** Aviato — pg-gl-2019.10.31 - loginProfile.css **/

.component-loginProfile .user-logged {
  display: none;
  color: #cccccc; }
  .component-loginProfile .user-logged .extended {
    display: none; }
  .component-loginProfile .user-logged.extended .extended {
    display: block;
    line-height: 1.125rem; }
    .component-loginProfile .user-logged.extended .extended .login {
      display: block;
      white-space: nowrap; }
  .component-loginProfile .user-logged.extended .profile {
    display: none; }

.component-loginProfile.logged .user-unlogged {
  display: none; }

.component-loginProfile.logged .user-logged {
  display: block; }

.component-header.black .component-loginProfile .user-unlogged a,
.component-header.black .component-loginProfile .user-logged a {
  color: #ffffff; }

.component-header.white .component-loginProfile .user-unlogged a,
.component-header.white .component-loginProfile .user-logged a {
  color: #000000; }

@media screen and (min-width: 1280px) {
  .component-loginProfile .user-logged.extended .extended .login {
    display: inline-block; } }

/** Aviato — pg-gl-2020.05.27 - mainNavigation.css **/

.component-mainNavigation {
  position: fixed;
  top: 50px;
  background: #f7f7f7;
  text-align: center;
  width: 100%;
  z-index: 100; }
  .component-mainNavigation .ps-only {
    display: none; }
  .component-mainNavigation .navigation-inner-wrapper {
    display: none; }
  .component-mainNavigation .navigation-inner-wrapper > .selected {
    height: 50px;
    line-height: 50px;
    width: 100%;
    cursor: pointer;
    background: #ffffff;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
    .component-mainNavigation .navigation-inner-wrapper > .selected:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .focus-visible .component-mainNavigation .navigation-inner-wrapper > .selected:focus span {
        -webkit-box-shadow: 0 0 2px 2px #4e96e9;
                box-shadow: 0 0 2px 2px #4e96e9; }
    .component-mainNavigation .navigation-inner-wrapper > .selected span {
      display: inline;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-mainNavigation .navigation-inner-wrapper > .selected span:after {
        content: '\E90C';
        font-family: "icomoon";
        font-size: 0.875rem;
        color: #cccccc;
        position: absolute;
        -webkit-transition: .2s;
        transition: .2s;
        padding: 0 10px; }
    .component-mainNavigation .navigation-inner-wrapper > .selected.active span:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .component-mainNavigation .navigation-inner-wrapper > .selected.white {
      background: #ffffff; }
      .component-mainNavigation .navigation-inner-wrapper > .selected.white span {
        color: #000000; }
        .component-mainNavigation .navigation-inner-wrapper > .selected.white span:after {
          color: #cccccc; }
    .component-mainNavigation .navigation-inner-wrapper > .selected.black {
      background: #000000; }
      .component-mainNavigation .navigation-inner-wrapper > .selected.black span {
        color: #ffffff; }
        .component-mainNavigation .navigation-inner-wrapper > .selected.black span:after {
          color: #cccccc; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
  .component-mainNavigation .navigation-inner-wrapper > .links {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items,
  .component-mainNavigation .navigation-inner-wrapper > .links {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #ffffff;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .component-mainNavigation .navigation-inner-wrapper > .main-items.white,
    .component-mainNavigation .navigation-inner-wrapper > .links.white {
      background: #ffffff; }
      .component-mainNavigation .navigation-inner-wrapper > .main-items.white span,
      .component-mainNavigation .navigation-inner-wrapper > .links.white span {
        color: #000000; }
        .component-mainNavigation .navigation-inner-wrapper > .main-items.white span a,
        .component-mainNavigation .navigation-inner-wrapper > .links.white span a {
          color: #000000; }
    .component-mainNavigation .navigation-inner-wrapper > .main-items.black,
    .component-mainNavigation .navigation-inner-wrapper > .links.black {
      background: #000000; }
      .component-mainNavigation .navigation-inner-wrapper > .main-items.black span,
      .component-mainNavigation .navigation-inner-wrapper > .links.black span {
        color: #ffffff; }
        .component-mainNavigation .navigation-inner-wrapper > .main-items.black span a,
        .component-mainNavigation .navigation-inner-wrapper > .links.black span a {
          color: #ffffff; }
  .component-mainNavigation .navigation-inner-wrapper .span-style, .component-mainNavigation .navigation-inner-wrapper > .main-items span[data-submenu], .component-mainNavigation .navigation-inner-wrapper > .links span {
    position: relative;
    cursor: pointer;
    display: inline;
    padding: 0 20px;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items .js-jump-to-subcategory {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .component-mainNavigation .navigation-inner-wrapper > .main-items .js-jump-to-subcategory .icon {
      font-size: 1rem; }
  .component-mainNavigation .navigation-inner-wrapper > .main-items {
    cursor: default; }
  .component-mainNavigation .navigation-inner-wrapper > .items {
    display: none;
    background: #f7f7f7;
    margin-bottom: 0; }
    .component-mainNavigation .navigation-inner-wrapper > .items .item {
      height: 75px;
      line-height: 75px;
      padding: 0 32px;
      display: inline-block;
      cursor: pointer;
      color: #000000;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-mainNavigation .navigation-inner-wrapper > .items .item:hover, .component-mainNavigation .navigation-inner-wrapper > .items .item.selected {
        background: #d8d8d8;
        color: #666; }
  [dir="rtl"] .component-mainNavigation .navigation-inner-wrapper > .selected span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    [dir="rtl"] .component-mainNavigation .navigation-inner-wrapper > .selected span:after {
      position: static; }

/** Aviato — pg-gl-2017.02.27 - merideVideo.css **/

 .component-merideVideo {
  width: 100%;
  min-height: 50vh; }
  .component-merideVideo .meride-video-container {
    overflow: hidden; }
    .component-merideVideo .meride-video-container.noControls .otherComponents,
    .component-merideVideo .meride-video-container.noControls .boxcenter {
      display: none !important; }
    .component-merideVideo .meride-video-container.cover video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

/** Aviato — pg-gl-2019.10.31 - minicart.css **/

.component-minicart .cart-container .cart-button {
  padding: 0;
  margin: 0 5px; }
  .component-minicart .cart-container .cart-button .totItems {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }

/** Aviato — pg-gl-2019.10.31 - miniCartContainer.css **/

.component-miniCartContainer .title {
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-weight: 400; }

.component-miniCartContainer .items {
  width: 100%;
  text-align: center; }

.component-miniCartContainer .recap {
  width: 100%;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  font-weight: 400; }
  .component-miniCartContainer .recap .price {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-miniCartContainer .actions {
  width: 100%; }
  .component-miniCartContainer .actions .review-link {
    color: #747481;
    text-decoration: underline;
    font-size: 0.75rem; }
  .component-miniCartContainer .actions a:not(.button) {
    color: #747481 !important;
    text-decoration: underline; }

[dir="rtl"] .component-miniCartContainer .recap {
  text-align: left; }

@media (min-width: 1024px) {
  .component-miniCartContainer .items {
    max-height: 40vh; }
    .component-miniCartContainer .items .simplebar-scroll-content {
      max-height: 40vh; } }

/** Aviato — pg-gl-2019.10.31 - miniCartItem.css **/

.component-miniCartItem {
  width: 100%; }
  .component-miniCartItem .mini-cart-items-container {
    width: 100%; }
  .component-miniCartItem .item-box {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 5px 0; }
    .component-miniCartItem .item-box .main-container .model {
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-miniCartItem .item-box .main-container .price .current-price {
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-miniCartItem .item-box .main-container .price .old-price {
      font-family: "Roboto", sans-serif;
      font-size: 0.625rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #666;
      text-decoration: line-through; }
    .component-miniCartItem .item-box .main-container .item-remove .icon-close {
      color: #000000;
      cursor: pointer; }

/** Aviato — pg-gl-2020.01.16 - mobileMenu.css **/

.component-mobileMenu {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: .4s;
  transition: .4s; }
  .component-mobileMenu.is-active {
    height: 100vh; }
  .component-mobileMenu.is-dialog-open {
    z-index: 600; }
  .component-mobileMenu .login {
    position: absolute;
    top: 12px;
    right: 22px; }
    .component-mobileMenu .login a {
      position: relative;
      color: #000000;
      text-decoration: underline;
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
  .component-mobileMenu > .content {
    position: absolute;
    height: calc(100vh - 50px);
    width: calc(100% - 40px);
    top: 50px;
    margin: 0 20px;
    border-top: 1px solid #000000;
    overflow: hidden;
    overflow-y: auto; }
    .component-mobileMenu > .content .firstLevel,
    .component-mobileMenu > .content .secondLevel,
    .component-mobileMenu > .content .thirdLevel {
      background: #ffffff;
      position: absolute;
      top: 0;
      width: 100%; }
    .component-mobileMenu > .content .firstLevel {
      left: 0;
      z-index: 0;
      background: #ffffff;
      cursor: pointer;
      padding: 10px 0; }
      .component-mobileMenu > .content .firstLevel .item {
        display: block;
        color: #000000;
        padding: 5px 15px;
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.75rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        .component-mobileMenu > .content .firstLevel .item:after {
          content: '\E91B';
          font-family: "icomoon";
          padding: 0 10px;
          font-size: 0.875rem;
          line-height: 1.875rem;
          position: relative;
          bottom: 2px; }
    .component-mobileMenu > .content .secondLevel,
    .component-mobileMenu > .content .thirdLevel {
      left: 100%;
      background: #ffffff;
      cursor: pointer; }
      .component-mobileMenu > .content .secondLevel .nav,
      .component-mobileMenu > .content .thirdLevel .nav {
        position: relative;
        width: 100%;
        min-height: 50px;
        color: #000000;
        border-bottom: 1px solid #000000; }
        .component-mobileMenu > .content .secondLevel .nav .back,
        .component-mobileMenu > .content .thirdLevel .nav .back {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 70%;
          font-family: "freight-big-pro", sans-serif;
          font-size: 1.5rem;
          letter-spacing: 0.5px;
          font-weight: 400; }
          .component-mobileMenu > .content .secondLevel .nav .back:before,
          .component-mobileMenu > .content .thirdLevel .nav .back:before {
            content: '\E913';
            font-family: "icomoon";
            padding: 0 10px;
            font-size: 0.875rem;
            line-height: 1.875rem;
            position: relative; }
          .component-mobileMenu > .content .secondLevel .nav .back .secondLevel-back,
          .component-mobileMenu > .content .secondLevel .nav .back .thirdLevel-name,
          .component-mobileMenu > .content .thirdLevel .nav .back .secondLevel-back,
          .component-mobileMenu > .content .thirdLevel .nav .back .thirdLevel-name {
            display: block;
            line-height: 1.875rem; }
        .component-mobileMenu > .content .secondLevel .nav .all,
        .component-mobileMenu > .content .thirdLevel .nav .all {
          position: absolute;
          padding: 0 20px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-decoration: underline;
          font-family: "freight-big-pro", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400;
          white-space: nowrap; }
      .component-mobileMenu > .content .secondLevel .items,
      .component-mobileMenu > .content .thirdLevel .items {
        display: block;
        color: #000000;
        padding: 5px 15px;
        list-style: none;
        width: 83%;
        margin: 0 auto; }
        .component-mobileMenu > .content .secondLevel .items li,
        .component-mobileMenu > .content .thirdLevel .items li {
          position: relative;
          display: block;
          width: 100%;
          padding: 10px 0;
          border-bottom: 1px solid #cccccc;
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          font-weight: 400; }
          .component-mobileMenu > .content .secondLevel .items li.selected,
          .component-mobileMenu > .content .thirdLevel .items li.selected {
            font-weight: 700; }
          .component-mobileMenu > .content .secondLevel .items li:after,
          .component-mobileMenu > .content .thirdLevel .items li:after {
            position: absolute;
            right: 0;
            content: '\E91B';
            font-family: "icomoon";
            font-size: 0.875rem;
            line-height: 1.875rem;
            bottom: 4px; }
        .component-mobileMenu > .content .secondLevel .items .subitems,
        .component-mobileMenu > .content .thirdLevel .items .subitems {
          display: none; }
    .component-mobileMenu > .content .secondLevel {
      z-index: 10; }
    .component-mobileMenu > .content .thirdLevel {
      z-index: 20; }
    .component-mobileMenu > .content .commonLinks {
      position: absolute;
      width: 100%;
      border-top: 1px solid #000000;
      z-index: 30;
      background: #ffffff;
      margin-bottom: 50px; }
      .component-mobileMenu > .content .commonLinks ul {
        margin: 0;
        list-style: none;
        padding: 10px; }
        .component-mobileMenu > .content .commonLinks ul li {
          color: #000000;
          text-align: center;
          padding: 5px; }
  [dir="rtl"] .component-mobileMenu > .content .secondLevel,
  [dir="rtl"] .component-mobileMenu > .content .thirdLevel {
    right: 100%;
    left: unset; }
    [dir="rtl"] .component-mobileMenu > .content .secondLevel .nav .back,
    [dir="rtl"] .component-mobileMenu > .content .thirdLevel .nav .back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      [dir="rtl"] .component-mobileMenu > .content .secondLevel .nav .back:before,
      [dir="rtl"] .component-mobileMenu > .content .thirdLevel .nav .back:before {
        content: '\E91B'; }
    [dir="rtl"] .component-mobileMenu > .content .secondLevel .nav .all,
    [dir="rtl"] .component-mobileMenu > .content .thirdLevel .nav .all {
      right: unset;
      left: 0; }
    [dir="rtl"] .component-mobileMenu > .content .secondLevel .items li:after,
    [dir="rtl"] .component-mobileMenu > .content .thirdLevel .items li:after {
      right: unset;
      left: 0;
      content: '\E913'; }
  [dir="rtl"] .component-mobileMenu .firstLevel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    [dir="rtl"] .component-mobileMenu .firstLevel .item:after {
      content: '\E913'; }

/** Aviato — pg-gl-2019.10.31 - modal.css **/

.component-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 520; }
  .component-modal .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 20px 20px 20px;
    background: #ffffff;
    height: auto;
    width: 100%;
    min-height: 100vh; }
    .component-modal .content .close {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 15px;
      width: 15px;
      cursor: pointer;
      opacity: 1;
      z-index: 10;
      font-size: 0.875rem; }
    .component-modal .content .title {
      margin-bottom: 35px;
      border-bottom: 1px solid #666;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-modal .content .title.no-border {
        border: none; }
      .component-modal .content .title .big {
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.875rem;
        letter-spacing: normal;
        font-weight: 700;
        color: #000000; }
    .component-modal .content .logo-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px; }
      .component-modal .content .logo-cover:after {
        content: '';
        width: 90%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 1px;
        background: #666;
        bottom: 0; }
      .component-modal .content .logo-cover .logo {
        height: 15px; }
  .component-modal.active {
    display: block; }
  .component-modal:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .focus-visible .component-modal:focus .content {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-modal .button:active {
    padding-left: 20px;
    padding-right: 20px; }
  .component-modal#avalaraModal .content {
    min-height: 220px; }
  [dir="rtl"] .component-modal .close {
    left: 10px;
    right: inherit !important; }

@media (min-width: 1024px) {
  .component-modal .content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 350px;
    min-height: 300px;
    max-height: 90vh; }
  .component-modal.big {
    padding: 50px 0; }
    .component-modal.big .content {
      width: 90%;
      padding: 50px; }
      .component-modal.big .content .close {
        right: 20px;
        top: 20px;
        height: 20px;
        width: 20px;
        font-size: 1.25rem; }
  [dir="rtl"] .component-modal.big .close {
    left: 20px;
    right: inherit; } }

/** Aviato — pg-gl-2020.02.19 - newsletterBanner.css **/

.component-newsletterBanner {
  background: #ffffff; }
  .component-newsletterBanner .newsletter-title {
    display: block;
    margin-bottom: 30px;
    color: #000000;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 700; }
  .component-newsletterBanner .newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px; }
    .component-newsletterBanner .newsletter-form .fieldset input[type='email'],
    .component-newsletterBanner .newsletter-form fieldset input[type='email'] {
      background: transparent;
      color: #000000;
      border-bottom-color: #cccccc; }
      .component-newsletterBanner .newsletter-form .fieldset input[type='email']:-webkit-autofill,
      .component-newsletterBanner .newsletter-form fieldset input[type='email']:-webkit-autofill {
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
                box-shadow: 0 0 0px 1000px #ffffff inset !important; }
        .component-newsletterBanner .newsletter-form .fieldset input[type='email']:-webkit-autofill:focus, .component-newsletterBanner .newsletter-form .fieldset input[type='email']:-webkit-autofill:hover,
        .component-newsletterBanner .newsletter-form fieldset input[type='email']:-webkit-autofill:focus,
        .component-newsletterBanner .newsletter-form fieldset input[type='email']:-webkit-autofill:hover {
          -webkit-text-fill-color: #000000;
          -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
                  box-shadow: 0 0 0px 1000px #ffffff inset !important; }
      .component-newsletterBanner .newsletter-form .fieldset input[type='email'].edge-autofilled,
      .component-newsletterBanner .newsletter-form fieldset input[type='email'].edge-autofilled {
        background-color: none !important;
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
                box-shadow: 0 0 0px 1000px #ffffff inset !important; }
      .component-newsletterBanner .newsletter-form .fieldset input[type='email'].has-error + .label-text,
      .component-newsletterBanner .newsletter-form fieldset input[type='email'].has-error + .label-text {
        color: #AB0015; }
        .component-newsletterBanner .newsletter-form .fieldset input[type='email'].has-error + .label-text ~ .error-message,
        .component-newsletterBanner .newsletter-form fieldset input[type='email'].has-error + .label-text ~ .error-message {
          color: #AB0015; }
    .component-newsletterBanner .newsletter-form .btn-subscribe {
      height: 30px;
      padding-top: 10px;
      margin-left: 10px;
      color: #000000;
      background: #ffffff; }
  .component-newsletterBanner .newsletter-text {
    padding: 30px 0;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
  .component-newsletterBanner.black {
    background: #000000; }
    .component-newsletterBanner.black .newsletter-title {
      color: #ffffff; }
    .component-newsletterBanner.black .newsletter-form .fieldset input[type='email'],
    .component-newsletterBanner.black .newsletter-form fieldset input[type='email'] {
      color: #ffffff;
      border-bottom-color: #ffffff; }
      .component-newsletterBanner.black .newsletter-form .fieldset input[type='email']:-webkit-autofill,
      .component-newsletterBanner.black .newsletter-form fieldset input[type='email']:-webkit-autofill {
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
        .component-newsletterBanner.black .newsletter-form .fieldset input[type='email']:-webkit-autofill:focus, .component-newsletterBanner.black .newsletter-form .fieldset input[type='email']:-webkit-autofill:hover,
        .component-newsletterBanner.black .newsletter-form fieldset input[type='email']:-webkit-autofill:focus,
        .component-newsletterBanner.black .newsletter-form fieldset input[type='email']:-webkit-autofill:hover {
          -webkit-text-fill-color: #ffffff;
          -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                  box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-newsletterBanner.black .newsletter-form .fieldset input[type='email'].edge-autofilled,
      .component-newsletterBanner.black .newsletter-form fieldset input[type='email'].edge-autofilled {
        background-color: none !important;
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
                box-shadow: 0 0 0px 1000px #000000 inset !important; }
      .component-newsletterBanner.black .newsletter-form .fieldset input[type='email'].has-error + .label-text,
      .component-newsletterBanner.black .newsletter-form fieldset input[type='email'].has-error + .label-text {
        color: #eb0014; }
        .component-newsletterBanner.black .newsletter-form .fieldset input[type='email'].has-error + .label-text ~ .error-message,
        .component-newsletterBanner.black .newsletter-form fieldset input[type='email'].has-error + .label-text ~ .error-message {
          color: #eb0014; }
    .component-newsletterBanner.black .newsletter-form .btn-subscribe {
      color: #ffffff;
      background: #000000; }
    .component-newsletterBanner.black .newsletter-text {
      color: #ffffff; }

@media (min-width: 1024px) {
  .component-newsletterBanner [class*="newsletter-"][class*="-container"]:first-of-type {
    border-right: 1px solid #cccccc; }
  .component-newsletterBanner .newsletter-container {
    padding: 0 20px; }
  .component-newsletterBanner .newsletter-title {
    display: block;
    padding: 10px 0;
    font-size: 1.125rem; }
  .component-newsletterBanner .newsletter-form {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding-bottom: 0;
    border: none; }
    .component-newsletterBanner .newsletter-form .btn-subscribe {
      padding-left: 20px; }
  .component-newsletterBanner .newsletter-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px; }
    .component-newsletterBanner .newsletter-text-container .newsletter-text {
      padding: 0;
      font-size: 0.875rem; } }

/** Aviato — pg-gl-2019.10.31 - newsletterSubscription.css **/

.component-newsletterSubscription {
  width: 100%;
  position: relative; }
  .component-newsletterSubscription .main-title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.875rem;
    letter-spacing: normal;
    font-weight: 700;
    color: #000000; }
  .component-newsletterSubscription .sub-title {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #747481; }
  .component-newsletterSubscription .subscribe-step > .error-message {
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #AB0015; }
  .component-newsletterSubscription .subscribe-done-step {
    display: none; }
  .component-newsletterSubscription .gender-row .listbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    margin-left: 0; }
    .component-newsletterSubscription .gender-row .listbox .button-gender {
      width: calc(1/2*100% - (1 - 1/2)*5px);
      position: relative; }
  .component-newsletterSubscription .gender-row .hidden-text,
  .component-newsletterSubscription .gender-row label {
    display: inline;
    opacity: 0;
    position: absolute;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    left: 0; }
  .component-newsletterSubscription .gender-row .button-gender {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    color: #747481;
    border: 1px solid #747481;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .component-newsletterSubscription .gender-row .button-gender .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 30px;
      display: none; }
    .component-newsletterSubscription .gender-row .button-gender.selected {
      color: #000000;
      border-color: #000000; }
      .component-newsletterSubscription .gender-row .button-gender.selected .icon {
        display: inline-block; }

/** Aviato — pg-gl-2019.10.31 - overlay.css **/

body .component-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100vh;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  body .component-overlay .loader {
    background: #ffffff;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0; }
    body .component-overlay .loader .preloader {
      width: 200px;
      -webkit-animation: flickerAnimation 3.5s infinite;
              animation: flickerAnimation 3.5s infinite; }

body .js-overlay-opener {
  cursor: pointer; }

body.overlay-active {
  overflow: hidden;
  height: 100vh; }
  body.overlay-active.overlay-scroll {
    overflow: auto; }
  body.overlay-active .component-overlay {
    display: block;
    opacity: 1; }
  body.overlay-active.overlay-white .component-overlay {
    background: rgba(255, 255, 255, 0.8); }

body.no-scroll {
  overflow: hidden; }

html.overlay-active {
  overflow: hidden;
  height: 100vh; }

/** Aviato — pg-gl-2019.10.31 - overlayImageGallery.css **/

.component-overlayImageGallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 520; }
  .component-overlayImageGallery:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .focus-visible .component-overlayImageGallery:focus .content {
      -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
              box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-overlayImageGallery .content {
    width: calc( 71.43% + 40px);
    margin: 30px auto;
    padding: 30px 0;
    position: relative;
    height: calc(100vh - 60px); }
    .component-overlayImageGallery .content .close-button {
      position: absolute;
      top: 0;
      right: 0; }
      .component-overlayImageGallery .content .close-button:before {
        content: '\E90A';
        font-family: "icomoon";
        color: #000000; }
    .component-overlayImageGallery .content .component-slider {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .component-overlayImageGallery .content .component-slider img {
        max-height: calc(100vh - 150px); }
  [dir="rtl"] .component-overlayImageGallery .content .close-button {
    right: inherit;
    left: 0; }

@media (min-width: 1024px) {
  .component-overlayImageGallery .content .close-button {
    right: -30px; }
  [dir="rtl"] .component-overlayImageGallery .content .close-button {
    right: inherit;
    left: -30px; } }

/** Aviato — pg-gl-2019.10.31 - overlaySizeGuide.css **/

.component-overlaySizeGuide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 520; }
  .component-overlaySizeGuide:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .component-overlaySizeGuide:focus .content {
      width: calc(100% - 4px);
      margin: 2px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .focus-visible .component-overlaySizeGuide:focus .content {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-overlaySizeGuide:active .content {
    margin: initial !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .component-overlaySizeGuide .manSize,
  .component-overlaySizeGuide .womanSize,
  .component-overlaySizeGuide .beltsSize {
    padding: 0 2%; }
  .component-overlaySizeGuide .allSizeSubtitle {
    line-height: 1.5; }
  .component-overlaySizeGuide .inner-content {
    padding: 0; }
    .component-overlaySizeGuide .inner-content > .navigator {
      width: 100%; }
  .component-overlaySizeGuide .content {
    overflow: hidden;
    overflow-y: auto;
    margin: 0 0 30px;
    position: relative;
    height: 100%; }
    .component-overlaySizeGuide .content .close-button {
      position: fixed;
      z-index: 2;
      top: 15px;
      right: 35px; }
      .component-overlaySizeGuide .content .close-button:before {
        content: '\E90A';
        font-family: "icomoon";
        color: #000000; }
    .component-overlaySizeGuide .content .component-slider {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .component-overlaySizeGuide .content .component-slider img {
        max-height: calc(100vh - 150px); }
    .component-overlaySizeGuide .content .allSizeTitle {
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.25rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 2.5rem;
      display: block; }
    .component-overlaySizeGuide .content .allSizeTitleSubtitle {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.375rem; }
    .component-overlaySizeGuide .content .size-guide-nav {
      position: relative; }
    .component-overlaySizeGuide .content .size-guide-nav .nav > li {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-overlaySizeGuide .content .size-guide-nav .nav li a {
      border-radius: 0;
      padding: 1rem;
      text-decoration: underline;
      padding-right: 1.5rem; }
    .component-overlaySizeGuide .content .titleGuideSection--top {
      width: 50%; }
      .component-overlaySizeGuide .content .titleGuideSection--top .titleGuideSectionLabel {
        border-bottom: 1px solid #d8d8d8; }
      .component-overlaySizeGuide .content .titleGuideSection--top .titleGuideSectionText {
        font-family: "Roboto", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }
    .component-overlaySizeGuide .content .titleGuideSectionLabel {
      line-height: 1.5; }
    .component-overlaySizeGuide .content .titleGuideSection .titleGuideSectionLabel {
      color: #000000; }
    .component-overlaySizeGuide .content .titleGuideSectionLabel--top {
      font-family: "freight-big-pro", sans-serif;
      font-size: 3rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 3rem; }
    .component-overlaySizeGuide .content .size-guide-section .titleGuideSection .titleGuideSectionLabel {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.75rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-overlaySizeGuide .content .size-guide-section {
      margin-top: 40px;
      margin-bottom: 10px;
      float: left;
      padding: 0 3%; }
    .component-overlaySizeGuide .content .titleGuideSection {
      margin: 0 auto; }
    .component-overlaySizeGuide .content .size-guide-section .size-description {
      text-align: center;
      color: #666;
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-overlaySizeGuide .content .size-guide-section .allTitlesSize {
      margin-bottom: 10px;
      width: 100%; }
      .component-overlaySizeGuide .content .size-guide-section .allTitlesSize .separator {
        border-left: 1px solid #000000; }
    .component-overlaySizeGuide .content .size-guide-section .allTitlesSize .nextTitleSize {
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 10px;
      color: #666;
      text-transform: uppercase;
      width: 20%;
      word-wrap: break-word; }
    .component-overlaySizeGuide .content .allTitlesSize .nextGroupSize:nth-child(odd) {
      background: #f7f7f7; }
    .component-overlaySizeGuide .content .itemSize {
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      color: #666;
      line-height: 2rem; }
    .component-overlaySizeGuide .content .nextTitleSize {
      padding-bottom: 15px; }
    .component-overlaySizeGuide .content .one-half {
      width: 50% !important; }
    .component-overlaySizeGuide .content .one-third {
      width: 33% !important; }
    .component-overlaySizeGuide .content .one-fourth {
      width: 25% !important; }
    .component-overlaySizeGuide .content .one-six {
      width: 16.667% !important; }
    .component-overlaySizeGuide .content .one-seventh {
      width: 14.285% !important; }
    .component-overlaySizeGuide .content .one-eighth {
      width: 12.5% !important; }
    .component-overlaySizeGuide .content .one-ninth {
      width: 11.111% !important; }
    .component-overlaySizeGuide .content .one-tenth {
      width: 10% !important; }
  .component-overlaySizeGuide.sticky .inner-content > .navigator {
    position: fixed;
    margin: 0 -8px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1; }
  [dir="rtl"] .component-overlaySizeGuide .content .close-button {
    right: inherit;
    left: 35px; }

@media (min-width: 1024px) {
  .component-overlaySizeGuide .inner-content {
    padding: 0 8%; }
  .component-overlaySizeGuide .manSize,
  .component-overlaySizeGuide .womanSize,
  .component-overlaySizeGuide .beltsSize {
    padding: 0 5%; } }

/** Aviato — pg-gl-2020.02.10 - overlayVideo.css **/

.component-overlayVideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #000000;
  z-index: 520; }
  .component-overlayVideo:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .component-overlayVideo:focus .content {
      width: calc(100% - 4px);
      margin: 2px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .focus-visible .component-overlayVideo:focus .content {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-overlayVideo:active .content {
    margin: initial !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .component-overlayVideo .content {
    width: 100%;
    position: relative;
    height: 100vh; }
    .component-overlayVideo .content .close-button {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 10; }
      .component-overlayVideo .content .close-button:before {
        content: '\E90A';
        font-family: "icomoon";
        color: #ffffff; }
    .component-overlayVideo .content video {
      height: 100vh;
      width: 100%; }
      .component-overlayVideo .content video:focus {
        width: calc(100% - 4px);
        margin: 2px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
      .component-overlayVideo .content video:active {
        margin: initial !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .component-overlayVideo .content .jump-to-close {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 5px;
      background: #000000;
      color: #ffffff;
      font-size: 0.625rem;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      cursor: pointer; }
      .component-overlayVideo .content .jump-to-close:focus {
        -webkit-transform: translate(0);
                transform: translate(0); }
  .component-overlayVideo .meride-video-container {
    width: 100vw !important;
    height: 100vh !important; }
    .component-overlayVideo .meride-video-container video {
      width: 100vw !important;
      height: 100vh !important; }
  [dir="rtl"] .component-overlayVideo .content .close-button {
    right: inherit;
    left: 20px; }

/** Aviato — pg-gl-2019.10.31 - plpTemplate.css **/

.component-plpTemplate .plp-heading {
  font-family: "freight-big-pro", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.5px;
  font-weight: 700; }

.component-plpTemplate .more-button {
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer; }
  .component-plpTemplate .more-button:hover, .component-plpTemplate .more-button:active {
    opacity: 1; }

.component-plpTemplate .hidden.more, .component-plpTemplate .hidden.products {
  display: none; }

/** Aviato — pg-gl-2019.10.31 - privacyModal.css **/

.component-privacyModal .component-modal .content .privacy-content {
  max-height: calc(90vh - 205px); }

.component-privacyModal .component-modal .content .scrollable {
  max-height: 100px; }

.component-privacyModal .component-modal .content .check-wrapper {
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 2px;
  padding: 10px 35px; }
  .component-privacyModal .component-modal .content .check-wrapper .check-wrapper {
    padding-left: 0; }
    .component-privacyModal .component-modal .content .check-wrapper .check-wrapper .fieldset {
      margin-left: 0; }
  .component-privacyModal .component-modal .content .check-wrapper input[disabled] + label {
    opacity: 0.5; }
  .component-privacyModal .component-modal .content .check-wrapper input.has-error + label {
    color: #AB0015; }
    .component-privacyModal .component-modal .content .check-wrapper input.has-error + label * {
      color: #AB0015; }
  .component-privacyModal .component-modal .content .check-wrapper label,
  .component-privacyModal .component-modal .content .check-wrapper .radios-label {
    font-size: 0.875rem;
    font-weight: 700; }
  .component-privacyModal .component-modal .content .check-wrapper p {
    font-size: 0.75rem; }
  .component-privacyModal .component-modal .content .check-wrapper > p,
  .component-privacyModal .component-modal .content .check-wrapper .fieldset {
    margin-left: -25px; }
  .component-privacyModal .component-modal .content .check-wrapper .toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px; }
    .component-privacyModal .component-modal .content .check-wrapper .toggle::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .component-privacyModal .component-modal .content .check-wrapper .toggle.expanded::before {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .component-privacyModal .component-modal .content .check-wrapper .toggle.expanded + .description {
      margin-top: 10px; }
  .component-privacyModal .component-modal .content .check-wrapper .description {
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .component-privacyModal .component-modal .content .check-wrapper .description p {
      margin-bottom: 0; }
    .component-privacyModal .component-modal .content .check-wrapper .description ol {
      font-size: 0.875rem; }

@media screen and (min-width: 1024px) {
  .component-privacyModal .component-modal .content {
    width: 60vw; }
    .component-privacyModal .component-modal .content .privacy-content {
      max-height: calc(90vh - 205px); } }

/** Aviato — pg-gl-2020.05.27 - productBox.css **/

.component-productBox {
  position: relative;
  height: 100%; }
  .component-productBox .wrapper {
    height: 100%;
    padding: 15px 0 20px;
    background-color: #f7f7f7;
    border: 2px solid #f7f7f7; }
  .component-productBox .cta-buy {
    line-height: 1.125rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-productBox .add-to-cart {
    line-height: 1.125rem;
    height: 1.125rem; }
  .component-productBox .cta-add {
    line-height: 1.125rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    background-color: transparent;
    padding: 0; }
    .component-productBox .cta-add:disabled {
      color: #666; }
  .component-productBox .cta-added {
    font-size: 1.125rem;
    color: #7ed321; }
  .component-productBox .favourite {
    font-size: 1.125rem;
    margin-left: auto;
    cursor: pointer;
    background-color: transparent;
    padding: 0; }
  .component-productBox .slider .component-slider .slick-prev,
  .component-productBox .slider .component-slider .slick-next {
    height: 1.875rem;
    width: 1.875rem; }
  .component-productBox .slider .component-slider .slick-prev::before,
  .component-productBox .slider .component-slider .slick-next::before {
    font-size: 1.875rem; }
  .component-productBox select.select {
    width: auto;
    border: 1px solid #000000;
    background-color: transparent;
    padding-left: 0.5em; }
    .component-productBox select.select:disabled {
      border: 1px solid #cccccc; }
  .component-productBox .description .personalization,
  .component-productBox .description .title,
  .component-productBox .description .price,
  .component-productBox .description .old-price {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-productBox .description .personalization {
    margin-top: 10px; }
  .component-productBox .description .price {
    margin: 12px auto 0;
    line-height: 1rem;
    font-weight: 300; }
  .component-productBox .description .old-price {
    font-size: 0.75rem;
    color: #666;
    text-decoration: line-through;
    margin-bottom: -12px;
    margin-top: 12px; }
    .component-productBox .description .old-price .percent {
      display: inline-block;
      padding-left: 5px;
      text-decoration: none; }
  .component-productBox .slick-prev {
    left: 0;
    z-index: 1; }
  .component-productBox .slick-next {
    right: 0;
    z-index: 1; }
  [dir="rtl"] .component-productBox .favourite {
    margin-left: 0;
    margin-right: auto; }
  [dir="rtl"] .component-productBox select.select {
    padding-left: 0;
    padding-right: 0.5em; }
  [dir="rtl"] .component-productBox .description .old-price .percent {
    padding-left: 0;
    padding-right: 5px; }
  [dir="rtl"] .component-productBox .slick-prev {
    left: inherit;
    right: 0; }
  [dir="rtl"] .component-productBox .slick-next {
    right: inherit;
    left: 0; }

@media screen and (min-width: 1025px) {
  .component-productBox .wrapper.hovered {
    border-color: #000000; }
  .component-productBox .cta-added {
    cursor: pointer; } }

/** Aviato — pg-gl-2019.10.31 - productBoxSliderSlide.css **/

.component-productBoxSliderSlide .product-link {
  width: 100%; }

.component-productBoxSliderSlide img {
  width: 100%; }

/** Aviato — pg-gl-2020.04.10 - productDetails.css **/

.component-productDetails {
  padding: 0;
  margin: 20px 20px;
  /* FIND IN STORE */ }
  .component-productDetails .arrow-icon {
    color: #666; }
  .component-productDetails .favourite,
  .component-productDetails .share-product {
    position: absolute;
    top: 15px;
    font-size: 20px; }
  .component-productDetails .favourite {
    left: 5px; }
  .component-productDetails .favourite-mobile {
    position: relative;
    top: 0; }
  .component-productDetails .share-product {
    right: 5px; }
  .component-productDetails .book-appointment-big {
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    font-weight: 200;
    color: #000000;
    margin-top: 30px; }
  .component-productDetails .button-link {
    padding: 0 !important;
    background: none;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    font-weight: 400; }
    .component-productDetails .button-link:disabled:hover {
      opacity: 1; }
    .component-productDetails .button-link:hover {
      background: none; }
  .component-productDetails .product-images-wrapper {
    width: 100%; }
  .component-productDetails .product-detail-images {
    max-width: 480px;
    max-height: 480px; }
  .component-productDetails .image-column {
    padding: 0; }
  .component-productDetails .detail-column {
    position: relative;
    padding: 0 20px; }
    .component-productDetails .detail-column .header-row {
      padding-bottom: 15px; }
      .component-productDetails .detail-column .header-row .detail-name-price {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 10px 0; }
      .component-productDetails .detail-column .header-row .title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .component-productDetails .detail-column .header-row .title .favourite {
          position: absolute;
          left: -25px;
          top: 5px; }
        .component-productDetails .detail-column .header-row .title .icon-share {
          position: absolute;
          top: 10px;
          right: 0;
          width: unset; }
        .component-productDetails .detail-column .header-row .title .product-name {
          font-family: "Roboto", sans-serif;
          font-size: 1.25rem;
          letter-spacing: 2px;
          font-weight: 400;
          color: #000000;
          line-height: 1.5; }
        .component-productDetails .detail-column .header-row .title .product-part-name {
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          display: block;
          width: 100%;
          color: #666;
          margin: 10px 0; }
        .component-productDetails .detail-column .header-row .title .error-message {
          color: #AB0015;
          font-family: "Roboto", sans-serif;
          font-size: 0.75rem;
          letter-spacing: 1px;
          font-weight: 400; }
      .component-productDetails .detail-column .header-row .price-row {
        margin: 15px 0; }
        .component-productDetails .detail-column .header-row .price-row .price {
          font-family: "Roboto", sans-serif;
          font-size: 1.625rem;
          letter-spacing: 2px;
          font-weight: 400;
          color: #000000; }
        .component-productDetails .detail-column .header-row .price-row .price-discount {
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 1px;
          font-weight: 200; }
          .component-productDetails .detail-column .header-row .price-row .price-discount .discount {
            text-decoration: line-through;
            color: #000000; }
          .component-productDetails .detail-column .header-row .price-row .price-discount .percentage {
            color: #666; }
      .component-productDetails .detail-column .header-row .mobile-cta {
        width: 90%; }
    .component-productDetails .detail-column .product-detail-block {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-size: 0.625rem;
      letter-spacing: 1px;
      font-weight: 400; }
      .component-productDetails .detail-column .product-detail-block.clickable {
        cursor: pointer; }
      .component-productDetails .detail-column .product-detail-block.bigRow {
        min-height: 80px; }
        .component-productDetails .detail-column .product-detail-block.bigRow .main-container {
          min-height: 80px; }
      .component-productDetails .detail-column .product-detail-block .actions {
        padding: 0 0 0 80px;
        width: 100%;
        line-height: 1.25rem; }
        .component-productDetails .detail-column .product-detail-block .actions #style-list {
          margin: 0;
          padding: 0; }
          .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box {
            height: 25px;
            width: 25px;
            display: inline-block;
            position: relative;
            margin-right: 6px;
            cursor: pointer;
            vertical-align: middle;
            margin-bottom: 6px; }
            .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box.selected {
              border: 1px solid #000000; }
              .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box.selected img {
                padding: 1px; }
            .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box:nth-child(5n) {
              margin-right: 0; }
            .component-productDetails .detail-column .product-detail-block .actions #style-list .style-box a {
              height: 25px;
              width: 25px;
              display: block; }
        .component-productDetails .detail-column .product-detail-block .actions #select-product-size {
          max-width: 110px; }
        .component-productDetails .detail-column .product-detail-block .actions .select-size {
          color: #d8d8d8; }
      .component-productDetails .detail-column .product-detail-block .detail-label {
        color: #666; }
        .component-productDetails .detail-column .product-detail-block .detail-label:before {
          content: ' ';
          display: block;
          width: 15px;
          height: 0;
          border-bottom: 1px solid #cccccc;
          position: absolute;
          left: -20px;
          top: 50%; }
      .component-productDetails .detail-column .product-detail-block .main-container {
        line-height: 60px;
        min-height: 60px;
        margin: 0 10px 0 20px;
        position: relative; }
      .component-productDetails .detail-column .product-detail-block .detail-content {
        list-style-type: none;
        display: none;
        overflow: hidden;
        color: #747481;
        margin: 0 35px;
        margin-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
    .component-productDetails .detail-column .more-detail-row {
      height: 55px;
      min-height: 55px; }
      .component-productDetails .detail-column .more-detail-row .find-in-store-toggler {
        font-weight: 400; }
        .component-productDetails .detail-column .more-detail-row .find-in-store-toggler:disabled {
          color: #747481 !important; }
      .component-productDetails .detail-column .more-detail-row > .row {
        width: 100%;
        padding: 0;
        margin: 0; }
      .component-productDetails .detail-column .more-detail-row .find {
        border-right: 1px solid #cccccc; }
    .component-productDetails .detail-column .action-row {
      margin-top: 30px; }
      .component-productDetails .detail-column .action-row small {
        font-size: 0.625rem; }
      .component-productDetails .detail-column .action-row .action-link {
        padding: 10px 30px;
        font-family: "Roboto", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 700; }
        .component-productDetails .detail-column .action-row .action-link.find-in-store-toggler {
          font-weight: 400; }
          .component-productDetails .detail-column .action-row .action-link.find-in-store-toggler:disabled {
            color: #747481;
            cursor: default; }
      .component-productDetails .detail-column .action-row .or-label {
        color: #747481;
        margin-left: 10px;
        margin-right: 30px; }
  .component-productDetails #find-in-store-block {
    display: none; }
    .component-productDetails #find-in-store-block .title,
    .component-productDetails #find-in-store-block .section-title {
      font-family: "Roboto", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 2px;
      font-weight: 400;
      color: #000000; }
    .component-productDetails #find-in-store-block .title {
      line-height: 1.5; }
    .component-productDetails #find-in-store-block .search-input-box {
      margin: 15px 0;
      position: relative;
      border-bottom: 1px solid #222;
      padding-bottom: 5px; }
      .component-productDetails #find-in-store-block .search-input-box input {
        position: relative;
        border: none; }
    .component-productDetails #find-in-store-block input#search-store,
    .component-productDetails #find-in-store-block input#search-store-mobile {
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .component-productDetails #find-in-store-block .input-group-text {
      background: transparent;
      border: none; }
    .component-productDetails #find-in-store-block .section-title {
      font-weight: 200; }
    .component-productDetails #find-in-store-block .store-box-container {
      margin-top: 10px; }
      .component-productDetails #find-in-store-block .store-box-container .store-box-content {
        height: 350px;
        width: 100%; }
        .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list {
          width: 100%;
          margin: 0 auto; }
          .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper.is-hidden {
            display: none !important; }
          .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper:focus {
            -webkit-box-shadow: none;
                    box-shadow: none; }
            .focus-visible .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper:focus .store-box {
              -webkit-box-shadow: 0 0 2px 2px #4e96e9;
                      box-shadow: 0 0 2px 2px #4e96e9; }
          .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box {
            position: relative;
            background: #f7f7f7;
            color: #000000;
            padding: 12px 20px;
            min-height: 120px;
            margin-bottom: 10px;
            -webkit-transition: .4s;
            transition: .4s; }
            .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .store-name {
              color: #000000;
              font-family: "Roboto", sans-serif;
              font-size: 1rem;
              letter-spacing: 0.5px;
              font-weight: 400; }
              .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .store-name:hover {
                cursor: pointer; }
            .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .table-store-box {
              margin-bottom: 0px; }
              .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .table-store-box .row-store-box {
                padding: 0px 5px; }
      .component-productDetails #find-in-store-block .store-box-container .cta-book-visit {
        line-height: 1.125rem;
        font-family: "Roboto", sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #666; }
      .component-productDetails #find-in-store-block .store-box-container .store-info .store-city {
        color: #666;
        font-family: "Roboto", sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        font-weight: 700;
        line-height: 0.75rem; }
      .component-productDetails #find-in-store-block .store-box-container .store-info .store-address,
      .component-productDetails #find-in-store-block .store-box-container .store-info .store-zip {
        color: #666;
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        line-height: 0.75rem; }
    .component-productDetails #find-in-store-block .store-cover-image {
      position: relative;
      z-index: 0;
      padding: 15px 0;
      overflow: hidden; }
      .component-productDetails #find-in-store-block .store-cover-image .store-name,
      .component-productDetails #find-in-store-block .store-cover-image #store-name-title {
        font-family: "freight-big-pro", sans-serif;
        font-size: 2.25rem;
        letter-spacing: 0.5px;
        font-weight: 700; }
      .component-productDetails #find-in-store-block .store-cover-image img {
        display: none; }
    .component-productDetails #find-in-store-block .store-box-detail {
      display: none;
      margin-top: 20px; }
      .component-productDetails #find-in-store-block .store-box-detail .action {
        cursor: pointer;
        font-family: "Roboto", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 400; }
      .component-productDetails #find-in-store-block .store-box-detail .store-detail {
        margin-top: 20px; }
        .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box {
          /*margin-bottom: 20px;*/ }
          .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .label {
            font-family: "Roboto", sans-serif;
            font-size: 0.75rem;
            letter-spacing: 0.5px;
            font-weight: 400;
            color: #666; }
          .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content {
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
            letter-spacing: 0.5px;
            font-weight: 400;
            color: #000000;
            margin-bottom: 20px; }
            .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content.content-schedule,
            .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content .content-schedule {
              margin: 0;
              padding: 0; }
              .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content.content-schedule .day,
              .component-productDetails #find-in-store-block .store-box-detail .store-detail .info-box .content .content-schedule .day {
                display: block;
                list-style: none; }
        .component-productDetails #find-in-store-block .store-box-detail .store-detail .collection-box .type {
          font-family: "freight-big-pro", sans-serif;
          font-size: 1.625rem;
          letter-spacing: 0.5px;
          font-weight: 700;
          color: #000000;
          margin-bottom: 15px; }
        .component-productDetails #find-in-store-block .store-box-detail .store-detail .collection-box ul {
          list-style: none;
          list-style-type: none; }
          .component-productDetails #find-in-store-block .store-box-detail .store-detail .collection-box ul li {
            font-family: "Roboto", sans-serif;
            font-size: 1rem;
            letter-spacing: 0.5px;
            font-weight: 400; }
  .component-productDetails .product-detail-size {
    position: relative;
    background-color: transparent;
    color: #666;
    line-height: 0.875rem; }
    .component-productDetails .product-detail-size .container {
      width: 85.52%; }
    .component-productDetails .product-detail-size .sort {
      height: 100%; }
      .component-productDetails .product-detail-size .sort .sorter {
        position: relative;
        padding-left: 0.3em;
        min-width: 50%; }
        .component-productDetails .product-detail-size .sort .sorter .label {
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          position: relative;
          cursor: pointer;
          display: block;
          line-height: 1.75rem;
          min-width: 100px;
          padding: 0 0 0 20px;
          height: 100%; }
          .component-productDetails .product-detail-size .sort .sorter .label::after {
            content: '\E90C';
            display: inline-block;
            margin-left: 0.5em;
            line-height: 0.875rem;
            font-family: "icomoon";
            color: #666; }
        .component-productDetails .product-detail-size .sort .sorter .error-message {
          position: absolute;
          display: none;
          color: #AB0015;
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-productDetails .product-detail-size .sort .sorter.has-error .label {
          border: 1px solid #AB0015; }
        .component-productDetails .product-detail-size .sort .sorter.has-error .error-message {
          display: block; }
        .component-productDetails .product-detail-size .sort .sorter .options {
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          margin: 0;
          list-style: outside none;
          height: auto;
          max-height: 0;
          overflow: hidden;
          background-color: #ffffff;
          min-width: 250px;
          visibility: hidden; }
          .component-productDetails .product-detail-size .sort .sorter .options li,
          .component-productDetails .product-detail-size .sort .sorter .options .option {
            line-height: 1.625rem;
            display: block;
            padding: 0 15px;
            cursor: pointer;
            -webkit-transition: background .3s;
            transition: background .3s; }
            .component-productDetails .product-detail-size .sort .sorter .options li.selected,
            .component-productDetails .product-detail-size .sort .sorter .options .option.selected {
              background: #000000; }
              .component-productDetails .product-detail-size .sort .sorter .options li.selected .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options li.selected .size,
              .component-productDetails .product-detail-size .sort .sorter .options .option.selected .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options .option.selected .size {
                color: #ffffff; }
            .component-productDetails .product-detail-size .sort .sorter .options li.disabled,
            .component-productDetails .product-detail-size .sort .sorter .options .option.disabled {
              pointer-events: none;
              cursor: default; }
              .component-productDetails .product-detail-size .sort .sorter .options li.disabled .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options li.disabled .size,
              .component-productDetails .product-detail-size .sort .sorter .options .option.disabled .available-on,
              .component-productDetails .product-detail-size .sort .sorter .options .option.disabled .size {
                color: #747481; }
            .component-productDetails .product-detail-size .sort .sorter .options li:hover,
            .component-productDetails .product-detail-size .sort .sorter .options .option:hover {
              background: #cccccc;
              color: #000000; }
            .component-productDetails .product-detail-size .sort .sorter .options li .available-on,
            .component-productDetails .product-detail-size .sort .sorter .options li .size,
            .component-productDetails .product-detail-size .sort .sorter .options .option .available-on,
            .component-productDetails .product-detail-size .sort .sorter .options .option .size {
              font-family: "Roboto", sans-serif;
              font-size: 0.625rem;
              letter-spacing: 1px;
              font-weight: 400;
              color: #000000; }
            .component-productDetails .product-detail-size .sort .sorter .options li .available-on,
            .component-productDetails .product-detail-size .sort .sorter .options .option .available-on {
              float: right; }
          .component-productDetails .product-detail-size .sort .sorter .options.show {
            max-height: 250px;
            padding: 5px 0;
            border: 1px solid #222;
            z-index: 1;
            visibility: visible; }
      .component-productDetails .product-detail-size .sort .size-guide-link {
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #666; }
  [dir="rtl"] .component-productDetails .favourite-mobile {
    float: left !important; }
  [dir="rtl"] .component-productDetails .share-product {
    right: auto;
    left: 5px; }
  [dir="rtl"] .component-productDetails .detail-column .header-row .title .favourite {
    left: unset;
    right: -25px; }
  [dir="rtl"] .component-productDetails .detail-column .header-row .title .icon-share {
    left: -20px;
    right: auto; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .main-container {
    margin: 0 35px 0 10px; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .detail-label:before {
    left: 0;
    right: -35px; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .open {
    right: auto; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .more-detail-row .find {
    border-right: none;
    border-left: 1px solid #cccccc; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .actions {
    padding-left: 85px; }
  [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter {
    padding-left: 0;
    padding-right: 0.3em; }
    [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .label {
      padding: 0 20px 0 0; }
      [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .label:after {
        margin-left: unset;
        margin-right: 0.5em; }
    [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .options li .available-on,
    [dir="rtl"] .component-productDetails .detail-column .product-detail-block .sort .sorter .options .option .available-on {
      float: left; }
  [dir="rtl"] .component-productDetails #find-in-store-block .store-box-container .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail.arrow-icon:before {
    content: '\E913'; }
  [dir="rtl"] .component-productDetails #find-in-store-block .store-box-detail .arrow-icon:before {
    content: '\E91B'; }

.is-internet-explorer .component-productDetails .detail-column .product-detail-block .actions .style-box a img {
  width: 100% !important;
  height: 100% !important; }

@media (min-width: 768px) {
  .component-productDetails .detail-column .header-row .mobile-cta {
    max-width: 400px; } }

@media (min-width: 1024px) {
  .component-productDetails {
    padding: 0 120px; }
    .component-productDetails .image-column {
      padding: 0 30px; }
    .component-productDetails .detail-column {
      border-left: 1px solid #cccccc;
      padding: 0 30px; }
      .component-productDetails .detail-column .header-row {
        padding-bottom: 0; }
        .component-productDetails .detail-column .header-row .title .product-name {
          font-size: 1.375rem;
          padding: 0; }
        .component-productDetails .detail-column .header-row .title .icon-share {
          display: none; }
        .component-productDetails .detail-column .header-row .price-row {
          margin: 0; }
          .component-productDetails .detail-column .header-row .price-row .price {
            font-family: "Roboto", sans-serif;
            font-size: 1.375rem;
            letter-spacing: 2px;
            font-weight: 400;
            color: #000000; }
          .component-productDetails .detail-column .header-row .price-row .price-discount {
            font-family: "Roboto", sans-serif;
            font-size: 0.625rem;
            letter-spacing: 1px;
            font-weight: 200; }
      .component-productDetails .detail-column .product-detail-block .actions .style-box {
        height: 30px;
        width: 30px;
        margin-right: 10px; }
        .component-productDetails .detail-column .product-detail-block .actions .style-box a {
          height: 30px;
          width: 30px; }
    .component-productDetails .more-detail-row .actions #select-product-size,
    .component-productDetails .size-row .actions #select-product-size,
    .component-productDetails .style-row .actions #select-product-size,
    .component-productDetails .detail-row .actions #select-product-size,
    .component-productDetails .ship-returns-row .actions #select-product-size {
      max-width: 180px; }
    .component-productDetails #find-in-store-block .search-input-box {
      margin: 0; }
    .component-productDetails #find-in-store-block .store-info {
      max-width: 200px; }
    .component-productDetails #find-in-store-block .section-title {
      font-size: 1.25rem; }
    .component-productDetails #find-in-store-block .store-box-detail {
      min-height: 150px; }
      .component-productDetails #find-in-store-block .store-box-detail .store-name,
      .component-productDetails #find-in-store-block .store-box-detail #store-name-title {
        font-size: 1.25rem; }
      .component-productDetails #find-in-store-block .store-box-detail .action {
        font-size: 0.75rem; }
    .component-productDetails .product-detail-size .container {
      width: 85.52%; }
    [dir="rtl"] .component-productDetails .detail-column {
      border-right: 1px solid #cccccc;
      border-left: none; } }

@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px), (orientation: portrait) and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .component-productDetails .split-two-lines {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .component-productDetails .split-two-lines > [class*="col"] {
      width: 100% !important;
      max-width: 100% !important; }
      .component-productDetails .split-two-lines > [class*="col"] .price,
      .component-productDetails .split-two-lines > [class*="col"] .price-discount {
        text-align: left; } }

/** Aviato — pg-gl-2019.10.31 - productFilters.css **/

.component-productFilters {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  line-height: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  font-weight: 400; }
  .component-productFilters .container {
    width: calc( 100% - 20px); }
  .component-productFilters .qty {
    padding-left: 0.5em; }
  .component-productFilters .filters-header {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .component-productFilters .filters-header .filters-header-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 100px; }
    .component-productFilters .filters-header .filters-header-label::after {
      content: '\E90C';
      display: inline-block;
      margin-left: 0.5em;
      line-height: 0.875rem;
      font-family: "icomoon"; }
    .component-productFilters .filters-header .filters-header-label.opened::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .component-productFilters .filters-header .filters-opener {
      position: relative;
      color: #ffffff; }
      .component-productFilters .filters-header .filters-opener .opener-label {
        width: 100%;
        padding: 0 1em;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #000000; }
      .component-productFilters .filters-header .filters-opener.opened::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 25%;
        display: block;
        height: 10px;
        width: 50%;
        background-color: #222; }
  .component-productFilters .filters-opener-row {
    background-color: #000000; }
    .component-productFilters .filters-opener-row .filters-opener-mobile {
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener {
        position: relative;
        color: #ffffff; }
        .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener .opener-label {
          width: 100%;
          padding: 0 1em;
          border-left: 1px solid #ffffff;
          border-right: 1px solid #000000; }
        .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener:first-child .opener-label {
          border-left: 1px solid #000000; }
        .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener.opened::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 25%;
          display: block;
          height: 5px;
          width: 50%;
          background-color: #222; }
    .component-productFilters .filters-opener-row.hidden {
      display: none;
      overflow: hidden;
      max-width: 0;
      max-height: 0; }
  .component-productFilters .filters-row {
    background-color: #222; }
    .component-productFilters .filters-row.hidden,
    .component-productFilters .filters-row .hidden {
      display: none;
      overflow: hidden;
      max-width: 0;
      max-height: 0; }
  .component-productFilters .filters-opener:hover {
    opacity: 1; }
  .component-productFilters ul.filters-set {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none; }
    .component-productFilters ul.filters-set .filter {
      margin-bottom: 5px;
      padding-right: 10px; }
      .component-productFilters ul.filters-set .filter label {
        margin-bottom: 0; }
  .component-productFilters .sort {
    height: 100%; }
    .component-productFilters .sort .sort-by {
      line-height: 1.625rem;
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400;
      font-weight: 200;
      color: #ffffff;
      cursor: pointer; }
    .component-productFilters .sort .sorter {
      position: relative;
      padding-left: 0.3em; }
      .component-productFilters .sort .sorter .label {
        position: relative;
        cursor: pointer;
        display: block;
        line-height: 1.875rem;
        min-width: 100px;
        padding: 0 1em;
        height: 100%; }
        .component-productFilters .sort .sorter .label::after {
          content: '\E90C';
          display: inline-block;
          margin-left: 0.5em;
          line-height: 0.875rem;
          font-family: "icomoon"; }
        .component-productFilters .sort .sorter .label.opened::after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .component-productFilters .sort .sorter .label.opened::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 25%;
          display: block;
          height: 10px;
          width: 50%;
          background-color: #222; }
      .component-productFilters .sort .sorter .options {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        margin: 0;
        list-style: outside none;
        height: auto;
        max-height: 0;
        overflow: hidden;
        background-color: #222;
        min-width: 150px; }
        .component-productFilters .sort .sorter .options.show {
          max-height: none;
          padding: 5px 0; }
      .component-productFilters .sort .sorter .sort-by {
        display: block;
        padding: 5px 10px 5px 30px; }
  .component-productFilters input[type="radio"] + label,
  .component-productFilters input[type="checkbox"] + label {
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200;
    text-transform: capitalize;
    color: #ffffff; }
    .component-productFilters input[type="radio"] + label:before,
    .component-productFilters input[type="checkbox"] + label:before {
      border-color: #ffffff;
      color: #ffffff;
      margin-right: 14px; }
  .component-productFilters input[type="submit"],
  .component-productFilters input[type="reset"] {
    width: auto; }
  .component-productFilters .button,
  .component-productFilters .button:active {
    padding: 5px 20px; }
  .component-productFilters .button-link {
    background: none;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400;
    text-decoration: underline !important;
    padding: 5px 20px; }
    .component-productFilters .button-link:hover {
      background: none; }
  [dir="rtl"] .component-productFilters .qty {
    display: inline-block;
    padding-left: 0;
    padding-right: 0.5em; }
  [dir="rtl"] .component-productFilters .filters-header .filters-header-label::after {
    margin-left: unset;
    margin-right: 0.5em; }
  [dir="rtl"] .component-productFilters .filters-header .filters-opener {
    position: relative;
    color: #ffffff; }
    [dir="rtl"] .component-productFilters .filters-header .filters-opener .opener-label {
      width: 100%;
      padding: 0 1em;
      border-left: 1px solid #ffffff;
      border-right: 1px solid #000000; }
    [dir="rtl"] .component-productFilters .filters-header .filters-opener.opened::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 25%;
      display: block;
      height: 10px;
      width: 50%;
      background-color: #222; }
  [dir="rtl"] .component-productFilters .filters-header .filters-opener .opener-label {
    border-left: 1px solid #000000;
    border-right: 1px solid #ffffff; }
  [dir="rtl"] .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener .opener-label {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #000000; }
  [dir="rtl"] .component-productFilters .filters-opener-row .filters-opener-mobile .filters-opener:first-child .opener-label {
    border-right: 1px solid #000000; }
  [dir="rtl"] .component-productFilters .filters-row .filter {
    text-align: left; }
  [dir="rtl"] .component-productFilters .sort .sorter {
    position: relative;
    padding-left: unset;
    padding-right: 0.3em; }
    [dir="rtl"] .component-productFilters .sort .sorter .label::after {
      margin-left: unset;
      margin-right: 0.5em; }
  [dir="rtl"] .component-productFilters input[type="radio"] + label::after,
  [dir="rtl"] .component-productFilters input[type="checkbox"] + label::after {
    margin-left: unset;
    margin-right: 14px; }

.is-microsoft-edge .component-productFilters .button,
.is-microsoft-edge .component-productFilters .button:active {
  line-height: 30px !important;
  padding: 0 20px; }

@media screen and (min-width: 1024px) {
  .component-productFilters .container {
    width: calc( 85.52%); }
  .component-productFilters .filters-row .filter {
    padding-right: 30px; }
  .component-productFilters .sort .sort-by {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400; }
    .component-productFilters .sort .sort-by:hover {
      opacity: 1; }
  .component-productFilters .filters-header .filters-header-label::after {
    display: none; }
  .component-productFilters input[type="radio"] + label,
  .component-productFilters input[type="checkbox"] + label {
    font-size: 0.625rem; }
  [dir="rtl"] .component-productFilters .filters-row .filter {
    padding-left: 10px !important;
    padding-right: 0 !important; } }

@media screen and (min-width: 1025px) {
  .component-productFilters .filters-header .filters-header-label {
    pointer-events: none;
    cursor: default; }
  .component-productFilters .filters-row .filter {
    padding-right: 30px !important; }
  .component-productFilters input[type="radio"] + label,
  .component-productFilters input[type="checkbox"] + label {
    font-size: 0.75rem; }
  [dir="rtl"] .component-productFilters .filters-row .filter {
    padding-left: 30px !important;
    padding-right: 0 !important; } }

/** Aviato — pg-gl-2019.10.31 - productImageGrid.css **/

.component-productImageGrid {
  margin: 30px 0; }
  .component-productImageGrid .gallery-container .main-image,
  .component-productImageGrid .gallery-container .small-images,
  .component-productImageGrid .gallery-container .text-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .component-productImageGrid .gallery-container .small-images .row {
    height: 100%; }
  .component-productImageGrid .gallery-container .text-link {
    line-height: normal; }

/** Aviato — pg-gl-2019.10.31 - productPrevNext.css **/

.component-productPrevNext {
  padding: 15px 0; }
  .component-productPrevNext.col-border-top .next-column,
  .component-productPrevNext.col-border-top .prev-column {
    border-top: none;
    padding-top: 0; }
  .component-productPrevNext .direction-button:hover {
    opacity: 0.6; }
  .component-productPrevNext .direction-button .icon {
    font-size: 1.625rem;
    font-weight: 500; }
  .component-productPrevNext .direction-button .direction-label {
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000;
    text-decoration: underline; }
  .component-productPrevNext .direction-button .product-name {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 200;
    color: #000000; }
  [dir="rtl"] .component-productPrevNext .direction-button.prev {
    float: right !important; }
    [dir="rtl"] .component-productPrevNext .direction-button.prev .icon-arrow-slide-left:before {
      content: "\E903"; }
  [dir="rtl"] .component-productPrevNext .direction-button.next {
    float: left !important; }
    [dir="rtl"] .component-productPrevNext .direction-button.next .icon-arrow-slide-right:before {
      content: "\E902"; }

@media (min-width: 1024px) {
  .component-productPrevNext.col-border-top .next-column,
  .component-productPrevNext.col-border-top .prev-column {
    border-top: 1px solid #cccccc;
    padding-top: 30px; }
  .component-productPrevNext .direction-button .icon {
    font-size: 2.5rem; }
  .component-productPrevNext .direction-button .direction-label {
    font-size: 1.5rem; } }

/** Aviato — pg-gl-2019.10.31 - productStickyBar.css **/

.component-productStickyBar {
  padding: 0;
  display: none; }
  .component-productStickyBar .sticky-bar-content {
    background: #000000;
    color: #ffffff;
    min-height: 55px;
    height: 55px;
    width: 100%; }
    .component-productStickyBar .sticky-bar-content .favourite {
      color: #ffffff;
      font-size: 1.25rem; }
    .component-productStickyBar .sticky-bar-content .or-label {
      color: #cccccc; }
    .component-productStickyBar .sticky-bar-content .product-title {
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      letter-spacing: 1px;
      font-weight: 400;
      color: #ffffff; }
    .component-productStickyBar .sticky-bar-content .product-price {
      font-family: "Roboto", sans-serif;
      font-size: 1.25rem;
      letter-spacing: 2px;
      font-weight: 400;
      color: #ffffff; }
    .component-productStickyBar .sticky-bar-content .btn-action {
      padding: 0 30px;
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
      .component-productStickyBar .sticky-bar-content .btn-action.find-in-store {
        opacity: 1;
        color: #ffffff;
        font-weight: 200; }
        .component-productStickyBar .sticky-bar-content .btn-action.find-in-store:disabled {
          color: #cccccc;
          cursor: default; }
    .component-productStickyBar .sticky-bar-content .product-style {
      margin-right: 40px; }
      .component-productStickyBar .sticky-bar-content .product-style .label {
        float: left;
        -webkit-transform: translate(0px, 50%);
                transform: translate(0px, 50%);
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
        .component-productStickyBar .sticky-bar-content .product-style .label:before {
          content: '';
          right: 0;
          background: #ffffff;
          width: 30px;
          height: 2px;
          display: inline-block; }
      .component-productStickyBar .sticky-bar-content .product-style .stile-box-list {
        padding: 0;
        float: right; }
        .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a {
          position: relative;
          height: 30px;
          width: 30px;
          margin: 0 2px;
          display: block; }
          .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a.selected {
            border: 1px solid #ffffff; }
            .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a.selected img {
              padding: 1px; }
        .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box img {
          z-index: 0; }
  [dir="rtl"] .component-productStickyBar .sticky-bar-content .or-label {
    margin-right: 20px !important; }
  [dir="rtl"] .component-productStickyBar .sticky-bar-content .product-style {
    margin-right: unset;
    margin-left: 40px; }
    [dir="rtl"] .component-productStickyBar .sticky-bar-content .product-style .label {
      float: right;
      margin-right: unset;
      margin-left: 5px; }

.is-internet-explorer .component-productStickyBar .sticky-bar-content .product-style .stile-box-list .stile-box a img {
  width: 100% !important;
  height: 100% !important; }

@media (max-width: 1024px) {
  .component-productStickyBar .sticky-bar-content .product-price {
    letter-spacing: 0px; }
  .component-productStickyBar .sticky-bar-content button.btn-action.add-to-cart {
    padding: 0 5px; } }

/** Aviato — pg-gl-2019.10.31 - quickBuy.css **/

.component-quickBuy {
  display: none;
  background: #f7f7f7;
  border: 1px solid #000000;
  width: 80vw;
  height: auto;
  position: absolute;
  background: #ffffff;
  text-align: left;
  z-index: 50; }
  .component-quickBuy .text-underline {
    text-decoration: underline; }
  .component-quickBuy .close-quick-buy {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    font-size: 0.625rem; }
  .component-quickBuy .shopping-bag-total-detail .label,
  .component-quickBuy .product-total-detail .label {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666; }
  .component-quickBuy .shopping-bag-total-detail .action,
  .component-quickBuy .shopping-bag-total-detail .partial,
  .component-quickBuy .shopping-bag-total-detail .total,
  .component-quickBuy .product-total-detail .action,
  .component-quickBuy .product-total-detail .partial,
  .component-quickBuy .product-total-detail .total {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000000; }
    .component-quickBuy .shopping-bag-total-detail .action.big,
    .component-quickBuy .shopping-bag-total-detail .partial.big,
    .component-quickBuy .shopping-bag-total-detail .total.big,
    .component-quickBuy .product-total-detail .action.big,
    .component-quickBuy .product-total-detail .partial.big,
    .component-quickBuy .product-total-detail .total.big {
      font-size: 1.5rem; }
  .component-quickBuy .shopping-bag-total-detail .sales,
  .component-quickBuy .product-total-detail .sales {
    position: absolute;
    right: 0;
    top: -20px;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400; }
    .component-quickBuy .shopping-bag-total-detail .sales .dashed,
    .component-quickBuy .product-total-detail .sales .dashed {
      text-decoration: line-through;
      padding-right: 8px; }
  .component-quickBuy .shopping-bag-total-detail .terms,
  .component-quickBuy .product-total-detail .terms {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    text-align: left;
    color: #000000; }
    .component-quickBuy .shopping-bag-total-detail .terms a,
    .component-quickBuy .shopping-bag-total-detail .terms button,
    .component-quickBuy .product-total-detail .terms a,
    .component-quickBuy .product-total-detail .terms button {
      text-decoration: underline; }
  .component-quickBuy .quick-buy-wrapper {
    position: relative; }
    .component-quickBuy .quick-buy-wrapper .product-info .product-title {
      font-family: "Roboto", sans-serif;
      font-size: 1.75rem;
      letter-spacing: 0.5px;
      font-weight: 200;
      color: #000000;
      margin-bottom: 20px; }
    .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-size: 0.625rem;
      letter-spacing: 1px;
      font-weight: 400; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block.clickable {
        cursor: pointer; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block.bigRow {
        min-height: 80px; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block.bigRow .main-container {
          min-height: 80px; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .actions {
        padding-left: 65px;
        width: 100%;
        line-height: 1.25rem; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block #select-product-size {
        max-width: 180px; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .select-size {
        color: #d8d8d8; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box {
        height: 30px;
        width: 30px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        float: left;
        margin: 2px 5px;
        overflow: hidden; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box.selected {
          border: 1px solid #000000; }
          .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box.selected img {
            padding: 1px; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .style-box img.img-cover {
          max-width: 100%;
          max-height: 100%;
          z-index: 0; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-label {
        color: #666;
        position: relative; }
        .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-label:after {
          content: ' ';
          display: block;
          width: 25px;
          height: 0;
          border-bottom: 1px solid #cccccc;
          position: absolute;
          left: -35px;
          top: 50%; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .main-container {
        min-height: 40px;
        margin: 0 35px;
        position: relative; }
      .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-content {
        list-style-type: none;
        display: none;
        overflow: hidden;
        color: #cccccc;
        margin: 0 35px 10px;
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 400; }
  .component-quickBuy .shopping-bag-wrapper {
    display: none;
    position: relative; }
    .component-quickBuy .shopping-bag-wrapper .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      color: #000000;
      margin-top: 0 !important; }
    .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping {
      font-family: "Roboto", sans-serif;
      font-size: 0.625rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      color: #000000;
      left: 0;
      top: 15px;
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 0;
      text-align: left; }
    .component-quickBuy .shopping-bag-wrapper .items {
      height: 200px;
      width: 100%; }
  .component-quickBuy .product-detail-size {
    position: relative;
    background-color: transparent;
    color: #666;
    line-height: 0.875rem; }
    .component-quickBuy .product-detail-size .sort {
      height: 100%; }
      .component-quickBuy .product-detail-size .sort .sorter {
        position: relative;
        padding-left: 0.3em; }
        .component-quickBuy .product-detail-size .sort .sorter .label {
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: 1px;
          font-weight: 400;
          position: relative;
          cursor: pointer;
          display: block;
          line-height: 1.75rem;
          min-width: 100px;
          text-align: left;
          height: 100%; }
          .component-quickBuy .product-detail-size .sort .sorter .label::after {
            content: '\E90C';
            display: inline-block;
            margin-left: 0.5em;
            line-height: 0.875rem;
            font-family: "icomoon";
            color: #666; }
        .component-quickBuy .product-detail-size .sort .sorter .error-message {
          position: absolute;
          display: none;
          color: #AB0015;
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-quickBuy .product-detail-size .sort .sorter.has-error .label {
          border: 1px solid #AB0015; }
        .component-quickBuy .product-detail-size .sort .sorter.has-error .error-message {
          display: block; }
        .component-quickBuy .product-detail-size .sort .sorter .options {
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          margin: 0;
          list-style: outside none;
          height: auto;
          max-height: 0;
          overflow: hidden;
          background-color: #ffffff;
          min-width: 250px; }
          .component-quickBuy .product-detail-size .sort .sorter .options li,
          .component-quickBuy .product-detail-size .sort .sorter .options .option {
            line-height: 1.625rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 15px;
            cursor: pointer; }
            .component-quickBuy .product-detail-size .sort .sorter .options li.selected,
            .component-quickBuy .product-detail-size .sort .sorter .options .option.selected {
              background: #000000; }
              .component-quickBuy .product-detail-size .sort .sorter .options li.selected .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options li.selected .size,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.selected .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.selected .size {
                color: #ffffff; }
            .component-quickBuy .product-detail-size .sort .sorter .options li.disabled,
            .component-quickBuy .product-detail-size .sort .sorter .options .option.disabled {
              pointer-events: none;
              color: #747481; }
              .component-quickBuy .product-detail-size .sort .sorter .options li.disabled .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options li.disabled .size,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.disabled .available-on,
              .component-quickBuy .product-detail-size .sort .sorter .options .option.disabled .size {
                color: #747481; }
            .component-quickBuy .product-detail-size .sort .sorter .options li:hover,
            .component-quickBuy .product-detail-size .sort .sorter .options .option:hover {
              background: #cccccc;
              color: #000000; }
            .component-quickBuy .product-detail-size .sort .sorter .options li .available-on,
            .component-quickBuy .product-detail-size .sort .sorter .options li .size,
            .component-quickBuy .product-detail-size .sort .sorter .options .option .available-on,
            .component-quickBuy .product-detail-size .sort .sorter .options .option .size {
              font-family: "Roboto", sans-serif;
              font-size: 0.625rem;
              letter-spacing: 1px;
              font-weight: 400;
              color: #000000; }
            .component-quickBuy .product-detail-size .sort .sorter .options li .available-on,
            .component-quickBuy .product-detail-size .sort .sorter .options .option .available-on {
              margin-left: auto; }
          .component-quickBuy .product-detail-size .sort .sorter .options.show {
            max-height: 200px;
            padding: 5px 0;
            border: 1px solid #222;
            z-index: 1; }
      .component-quickBuy .product-detail-size .sort .size-guide-link {
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #666; }
  [dir="rtl"] .component-quickBuy .close-quick-buy {
    right: auto;
    left: 10px; }
  [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .detail-label:after {
    left: inherit;
    right: -35px; }
  [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter {
    padding-left: 0;
    padding-right: 0.3em; }
    [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .label {
      padding: 0 20px 0 0; }
      [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .label:after {
        margin-left: unset;
        margin-right: 0.5em; }
    [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options li,
    [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options .option {
      position: relative; }
      [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options li .available-on,
      [dir="rtl"] .component-quickBuy .quick-buy-wrapper .product-info .product-detail-block .product-detail-size .sort .sorter .options .option .available-on {
        left: 20px;
        position: absolute; }
  [dir="rtl"] .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping {
    text-align: right; }
    [dir="rtl"] .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping .icon-left:before {
      content: '\E91B'; }

@media (min-width: 1024px) {
  .component-quickBuy {
    width: 50vw; }
    .component-quickBuy .shopping-bag-wrapper .title {
      font-size: 1.625rem; }
    .component-quickBuy .shopping-bag-wrapper .btn-continue-shopping {
      font-size: 0.75rem;
      position: absolute; } }

/** Aviato — pg-gl-2019.10.31 - registrationForm.css **/

.component-registrationForm .registration-form-header {
  font-family: "freight-big-pro", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #d8d8d8; }
  .component-registrationForm .registration-form-header .registration-form-title {
    font-weight: bold;
    line-height: 1.5; }

.component-registrationForm .description {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 27px; }

.component-registrationForm .registrationForm {
  margin-top: 50px; }
  .component-registrationForm .registrationForm label,
  .component-registrationForm .registrationForm .label-text {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666; }
    .component-registrationForm .registrationForm label[for=registration-birth-day], .component-registrationForm .registrationForm label[for=registration-birth-year], .component-registrationForm .registrationForm label[for=registration-birth-month],
    .component-registrationForm .registrationForm .label-text[for=registration-birth-day],
    .component-registrationForm .registrationForm .label-text[for=registration-birth-year],
    .component-registrationForm .registrationForm .label-text[for=registration-birth-month] {
      width: 200px;
      z-index: 1; }
      .component-registrationForm .registrationForm label[for=registration-birth-day] .label-text, .component-registrationForm .registrationForm label[for=registration-birth-year] .label-text, .component-registrationForm .registrationForm label[for=registration-birth-month] .label-text,
      .component-registrationForm .registrationForm .label-text[for=registration-birth-day] .label-text,
      .component-registrationForm .registrationForm .label-text[for=registration-birth-year] .label-text,
      .component-registrationForm .registrationForm .label-text[for=registration-birth-month] .label-text {
        width: 200px; }
  .component-registrationForm .registrationForm textarea {
    resize: none; }
  .component-registrationForm .registrationForm .spacer {
    border-bottom: 1px solid #cccccc; }
  .component-registrationForm .registrationForm .birthdate label,
  .component-registrationForm .registrationForm .birthdate .label-text {
    display: none; }
    .component-registrationForm .registrationForm .birthdate label.input-wrap,
    .component-registrationForm .registrationForm .birthdate .label-text.input-wrap {
      display: block;
      width: auto; }
  .component-registrationForm .registrationForm .birthdate fieldset:first-child label,
  .component-registrationForm .registrationForm .birthdate fieldset:first-child .label-text,
  .component-registrationForm .registrationForm .birthdate .fieldset:first-child label,
  .component-registrationForm .registrationForm .birthdate .fieldset:first-child .label-text {
    display: block; }
  .component-registrationForm .registrationForm .conditions {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.75rem; }
    .component-registrationForm .registrationForm .conditions p {
      margin: 15px 0;
      color: #666; }
  .component-registrationForm .registrationForm .separate-privacy-consents {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400; }
    .component-registrationForm .registrationForm .separate-privacy-consents .radios {
      text-align: center; }
    .component-registrationForm .registrationForm .separate-privacy-consents input:disabled + label,
    .component-registrationForm .registrationForm .separate-privacy-consents input:disabled + .label-text {
      opacity: 0.5;
      cursor: default; }
    .component-registrationForm .registrationForm .separate-privacy-consents .input-wrap {
      margin-bottom: .5rem; }
  .component-registrationForm .registrationForm .show-password {
    margin: 15px 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400; }
  .component-registrationForm .registrationForm .condition-1-text, .component-registrationForm .registrationForm .condition-2-text {
    text-align: center; }
  .component-registrationForm .registrationForm .input-hints {
    line-height: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #666; }
  .component-registrationForm .registrationForm .buttons .error-message {
    margin: 0;
    padding: 15px 0 0;
    width: 100%;
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    font-weight: 400;
    color: #AB0015; }

.component-registrationForm .grecaptcha-badge {
  bottom: 60px !important;
  z-index: 200; }

@media (min-width: 768px) {
  .component-registrationForm .grecaptcha-badge {
    bottom: 15px !important; } }

@media (min-width: 1024px) {
  .component-registrationForm .registrationForm .padding-ae {
    padding-right: 30px !important; }
  .component-registrationForm .registrationForm .conditions p {
    margin: 5px 0; }
  .component-registrationForm .registrationForm .condition-1-text, .component-registrationForm .registrationForm .condition-2-text {
    text-align: left; }
  .component-registrationForm .registrationForm .separate-privacy-consents .radios {
    display: block; }
  .component-registrationForm .registrationForm .separate-privacy-consents .fieldset {
    width: 75px; }
  [dir="rtl"] .component-registrationForm .registrationForm .radios .fieldset {
    margin: 0 !important;
    padding: 0 !important; }
  [dir="rtl"] .component-registrationForm .registrationForm .padding-ae {
    padding-right: 5px !important;
    padding-left: 30px; } }

/** Aviato — pg-gl-2019.10.31 - returnThankYouPageTemplate.css **/

.component-returnThankYouPageTemplate .return-thank-you-page-header {
  border-bottom: 1px solid #cccccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .component-returnThankYouPageTemplate .return-thank-you-page-header .header-title .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container {
    text-align: center; }
    .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button {
      font-family: "freight-big-pro", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      background: #f7f7f7;
      height: 37px;
      margin-bottom: 20px;
      width: 100%; }
      .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
        margin-left: 15px; }

.component-returnThankYouPageTemplate .content .title {
  font-style: italic;
  font-family: "freight-big-pro", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 400; }

.component-returnThankYouPageTemplate .content .sub-title {
  font-style: italic;
  font-family: "freight-big-pro", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 400; }

.component-returnThankYouPageTemplate .content .description {
  line-height: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-returnThankYouPageTemplate .order-details .detail-title-mobile {
  border-bottom: 1px solid #cccccc; }
  .component-returnThankYouPageTemplate .order-details .detail-title-mobile .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-returnThankYouPageTemplate .order-details .order-details-item {
  border-bottom: 1px solid #cccccc; }

[dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
  margin-left: unset;
  margin-right: 15px; }
  [dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left::before {
    content: "\E91B"; }

/* Media queries */
@media (min-width: 1024px) {
  .component-returnThankYouPageTemplate .return-thank-you-page-header .header-title {
    position: relative; }
    .component-returnThankYouPageTemplate .return-thank-you-page-header .header-title .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.25rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
  .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container {
    text-align: left; }
    .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button {
      font-family: "Roboto", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      background: none;
      margin-bottom: 0; }
      .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
        margin-left: 0; }
  .component-returnThankYouPageTemplate .content .title {
    font-style: normal;
    font-family: "freight-big-pro", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-returnThankYouPageTemplate .content .sub-title {
    font-style: normal;
    color: #666;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .component-returnThankYouPageTemplate .content .description {
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-returnThankYouPageTemplate .order-details .detail-title-desktop .title {
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    letter-spacing: normal;
    font-weight: 400; }
  [dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button {
    right: 0; }
    [dir="rtl"] .component-returnThankYouPageTemplate .return-thank-you-page-header .back-container .back-button .icon-left {
      margin-right: 0; } }

/** Aviato — pg-gl-2019.10.31 - searchResultsItem.css **/

.component-searchResultsItem .look-img a {
  border: 2px solid transparent; }
  .component-searchResultsItem .look-img a:hover {
    border: 2px solid transparent; }

/** Aviato — pg-gl-2019.10.31 - searchResultsTemplate.css **/

.component-searchResultsTemplate .results-title {
  font-family: "freight-big-pro", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.component-searchResultsTemplate .results-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

.component-searchResultsTemplate .total-results-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .component-searchResultsTemplate .total-results-count .results-counter,
  .component-searchResultsTemplate .total-results-count .search-term {
    margin: 0 2px; }

.component-searchResultsTemplate .stories > div {
  margin: 0; }

/** Aviato — pg-gl-2020.01.16 - section.css **/

.component-section {
  width: 100%;
  padding: 30px 14px;
  position: relative; }
  .component-section:first-of-type {
    margin-top: 0;
    -webkit-transition: margin-top .3s ease-in, padding-top .3s ease-in;
    transition: margin-top .3s ease-in, padding-top .3s ease-in; }
  .component-section.edge-to-edge {
    padding: 30px 0;
    border: 0; }
    .component-section.edge-to-edge .container {
      padding: 0;
      width: 100%;
      max-width: 100%; }
  .component-section.custom, .component-section.gigya {
    padding-bottom: 100px;
    margin-top: 50px;
    min-height: calc( 100vh - (100px)); }

@media (min-width: 1024px) {
  .component-section {
    padding: 0;
    padding: 0 20px; }
    .component-section .container,
    .component-section .wrap {
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
    .component-section .container {
      width: calc( 85.52% + 40px); }
    .component-section .wrap {
      width: 85.52%; }
    .component-section.edge-to-edge {
      width: 100%;
      padding: 0; }
      .component-section.edge-to-edge .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .component-section.edge-to-edge .container.no-gutters {
          padding-left: 0;
          padding-right: 0; } }

/** Aviato — pg-gl-2019.10.31 - share.css **/

 

/** Aviato — pg-gl-2019.10.31 - shopByLook.css **/

.component-shopByLook .header .back {
  font-size: 1.125rem; }
  .component-shopByLook .header .back::before {
    content: '\E90B';
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block; }

.component-shopByLook .header .title,
.component-shopByLook .header .count {
  line-height: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 400;
  font-weight: 200; }

.component-shopByLook .header .hint {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 1px;
  font-weight: 400;
  font-weight: 700; }

@media (min-width: 1024px) {
  .component-shopByLook .header .title {
    line-height: 1.875rem;
    font-size: 1.625rem;
    font-weight: 400; }
  .component-shopByLook .header .hint {
    line-height: 1.25rem;
    font-size: 1.25rem; }
    .component-shopByLook .header .hint .button {
      min-height: 1.875rem; } }

/** Aviato — pg-gl-2019.10.31 - shopByLookBTemplate.css **/

.component-shopByLookBTemplate {
  font-family: "freight-big-pro", sans-serif; }
  .component-shopByLookBTemplate .layout {
    position: relative; }
    .component-shopByLookBTemplate .layout .description {
      border: 1px solid #000000;
      bottom: 5%;
      left: auto;
      right: 0px; }
      .component-shopByLookBTemplate .layout .description.js-hovered {
        border: 1px solid #cccccc; }
  .component-shopByLookBTemplate .titleUpper {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px; }
  .component-shopByLookBTemplate .border-image {
    position: relative; }
  .component-shopByLookBTemplate .description {
    position: absolute;
    top: auto;
    bottom: -10%;
    left: 25%;
    padding: 20px;
    background-color: #ffffff;
    z-index: 2; }
    .component-shopByLookBTemplate .description .title {
      line-height: 1.75rem; }
    .component-shopByLookBTemplate .description .text {
      line-height: 1.375rem; }

@media (min-width: 1024px) {
  .component-shopByLookBTemplate .layout .description {
    bottom: 7%;
    left: 72%; }
  .component-shopByLookBTemplate .titleUpper {
    font-family: "freight-big-pro", sans-serif;
    font-size: 3.75rem;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 3.75rem; }
  .component-shopByLookBTemplate .description {
    bottom: auto; }
    .component-shopByLookBTemplate .description .text {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.375rem;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: 1.36;
      margin-top: 0px;
      margin-bottom: 0px; }
    .component-shopByLookBTemplate .description .text-ul {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 1px;
      font-weight: 400; }
  [dir="rtl"] .component-shopByLookBTemplate .layout .description {
    left: inherit;
    right: 72%; } }

/** Aviato — pg-gl-2019.10.31 - shopByLookSliderSlide.css **/

.component-shopByLookSliderSlide {
  line-height: 1.375rem;
  font-family: "freight-big-pro", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 400; }
  .is-internet-explorer .component-shopByLookSliderSlide > a {
    width: 100%;
    overflow: hidden; }

/** Aviato — pg-gl-2019.10.31 - shoppingBagItem.css **/

 @charset "UTF-8";
.component-shoppingBagItem {
  width: 100%; }
  .component-shoppingBagItem .item-box {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 5px 0; }
    .component-shoppingBagItem .item-box .main-container {
      min-height: 150px; }
      .component-shoppingBagItem .item-box .main-container .item-info {
        height: 100%; }
        .component-shoppingBagItem .item-box .main-container .item-info .mode,
        .component-shoppingBagItem .item-box .main-container .item-info .code,
        .component-shoppingBagItem .item-box .main-container .item-info .color,
        .component-shoppingBagItem .item-box .main-container .item-info .material {
          color: #000000; }
        .component-shoppingBagItem .item-box .main-container .item-info .size {
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-shoppingBagItem .item-box .main-container .item-info .size,
        .component-shoppingBagItem .item-box .main-container .item-info .quantity {
          bottom: 0px;
          width: 100%;
          text-align: left;
          font-family: "Roboto", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .label,
          .component-shoppingBagItem .item-box .main-container .item-info .size .value,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .label,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .value {
            width: 50%;
            float: left;
            text-align: left; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .value,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .value {
            padding-left: 5px; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .input-qty,
          .component-shoppingBagItem .item-box .main-container .item-info .size .qty-plus,
          .component-shoppingBagItem .item-box .main-container .item-info .size .qty-minus,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .input-qty,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .qty-plus,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .qty-minus {
            font-size: 0.875rem;
            height: 14px; }
          .component-shoppingBagItem .item-box .main-container .item-info .size .input-qty,
          .component-shoppingBagItem .item-box .main-container .item-info .quantity .input-qty {
            height: 18px;
            line-height: 18px; }
        .component-shoppingBagItem .item-box .main-container .item-info .product-details .label {
          font-weight: 400; }
        .component-shoppingBagItem .item-box .main-container .item-info .product-details .value {
          margin: 0; }
        .component-shoppingBagItem .item-box .main-container .item-info .price {
          position: absolute;
          right: 10px;
          bottom: 0px; }
          .component-shoppingBagItem .item-box .main-container .item-info .price .current-price {
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
            letter-spacing: normal;
            font-weight: 400;
            text-align: right;
            margin-top: 8px; }
          .component-shoppingBagItem .item-box .main-container .item-info .price .old-price {
            font-family: "Roboto", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400;
            text-align: right;
            margin-bottom: -8px;
            color: #666;
            text-decoration: line-through; }
            .component-shoppingBagItem .item-box .main-container .item-info .price .old-price .percent {
              display: inline-block;
              padding-left: 5px;
              text-decoration: none; }
        .component-shoppingBagItem .item-box .main-container .item-info .quantity-wrapper,
        .component-shoppingBagItem .item-box .main-container .item-info .price-wrapper {
          position: static; }
        .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer;
          top: 20px;
          margin: -5px 10px 0 0; }
          [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
            right: inherit;
            left: 0; }
      .component-shoppingBagItem .item-box .main-container .custom-container {
        padding: 10px 0;
        width: calc(100% - 10px);
        margin: 0 auto;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        .component-shoppingBagItem .item-box .main-container .custom-container .custom-header {
          position: relative;
          cursor: pointer; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-label {
            font-family: "Roboto", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400;
            color: #000000;
            margin-left: 40px; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-label:before {
              display: block;
              position: absolute;
              left: 0px;
              top: 8px;
              content: '';
              width: 30px;
              height: 1px;
              border-bottom: 1px solid #cccccc; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-price {
            position: absolute;
            right: 0;
            top: 0;
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
            letter-spacing: normal;
            font-weight: 400;
            text-align: right;
            padding-right: 40px; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-toggle {
            position: absolute;
            font-size: 0.875rem;
            right: 2px;
            top: 2px; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-header.disabled {
            cursor: default; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-header.disabled .custom-price {
              padding-right: 5px; }
        .component-shoppingBagItem .item-box .main-container .custom-container .custom-items {
          display: none;
          width: calc(100% - 80px);
          margin: 0 auto;
          padding: 20px 0 10px 0; }
          .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider {
            width: 100%;
            padding: 0 0; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide {
              text-align: center;
              font-family: "Roboto", sans-serif;
              font-size: 0.75rem;
              letter-spacing: normal;
              font-weight: 400; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide img {
                padding: 10px;
                width: 100%; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide .item-price {
                color: #666; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev,
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
              position: absolute;
              display: block;
              height: 20px;
              width: 20px;
              line-height: 0px;
              font-size: 0px;
              cursor: pointer;
              background: transparent;
              color: transparent;
              top: 50%;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%);
              margin-top: -10px;
              padding: 0;
              border: none;
              outline: none; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:hover, .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:focus,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:hover,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:focus {
                outline: none;
                background: transparent;
                color: transparent; }
                .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:hover:before, .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:focus:before,
                .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:hover:before,
                .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:focus:before {
                  opacity: 0.75; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev.slick-disabled:before,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next.slick-disabled:before {
                opacity: 0.25; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before,
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
                font-family: "icomoon";
                font-size: 16px;
                font-weight: normal;
                line-height: 1;
                color: #000000;
                opacity: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev {
              left: -25px; }
              [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev {
                left: auto;
                right: -25px; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before {
                content: "\E913"; }
                [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-prev:before {
                  content: "\E91B"; }
            .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
              right: -25px; }
              [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next {
                left: -25px;
                right: auto; }
              .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
                content: "\E91B"; }
                [dir="rtl"] .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-next:before {
                  content: "\E913"; }
        .component-shoppingBagItem .item-box .main-container .custom-container .custom-link {
          text-align: center;
          color: #000000;
          text-decoration: underline;
          display: block;
          padding-top: 20px;
          font-family: "Roboto", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-shoppingBagItem .item-box .main-container .custom-container.active .custom-items {
          display: block; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .quantity,
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .size {
    text-align: right; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price {
    right: unset;
    left: 10px; }
    [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .old-price,
    [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .current-price {
      text-align: left; }
      [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .old-price .percent,
      [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .current-price .percent {
        padding-left: 0;
        padding-right: 5px; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
    margin: -5px 0 0 10px; }

@media (min-width: 1024px) {
  .component-shoppingBagItem .item-box .main-container {
    min-height: 80px; }
    .component-shoppingBagItem .item-box .main-container .item-info {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .component-shoppingBagItem .item-box .main-container .item-info .size,
      .component-shoppingBagItem .item-box .main-container .item-info .quantity,
      .component-shoppingBagItem .item-box .main-container .item-info .price {
        text-align: center !important;
        width: 100% !important;
        position: initial;
        font-size: 0.75rem; }
        .component-shoppingBagItem .item-box .main-container .item-info .size .label,
        .component-shoppingBagItem .item-box .main-container .item-info .size .value,
        .component-shoppingBagItem .item-box .main-container .item-info .quantity .label,
        .component-shoppingBagItem .item-box .main-container .item-info .quantity .value,
        .component-shoppingBagItem .item-box .main-container .item-info .price .label,
        .component-shoppingBagItem .item-box .main-container .item-info .price .value {
          width: 100%;
          text-align: center;
          padding: 0; }
      .component-shoppingBagItem .item-box .main-container .item-info .price {
        position: initial; }
        .component-shoppingBagItem .item-box .main-container .item-info .price .current-price,
        .component-shoppingBagItem .item-box .main-container .item-info .price .old-price {
          padding-right: 60px;
          padding-bottom: 0;
          margin: 0; }
      .component-shoppingBagItem .item-box .main-container .item-info .quantity-wrapper,
      .component-shoppingBagItem .item-box .main-container .item-info .price-wrapper {
        position: relative; }
      .component-shoppingBagItem .item-box .main-container .item-info .item-remove .icon-close {
        position: initial;
        margin: 0;
        margin-right: 10px;
        -webkit-transform: none;
                transform: none; }
    .component-shoppingBagItem .item-box .main-container .custom-container .custom-header .custom-price {
      padding-right: 55px; }
    .component-shoppingBagItem .item-box .main-container .custom-container .custom-header.disabled .custom-price {
      padding-right: 55px; }
    .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track {
      float: left; }
      .component-shoppingBagItem .item-box .main-container .custom-container .custom-items .slider .slick-track .slide {
        margin-left: -5px; }
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .current-price,
  [dir="rtl"] .component-shoppingBagItem .item-box .main-container .item-info .price .old-price {
    padding-right: 0;
    padding-left: 60px; } }

/** Aviato — pg-gl-2019.10.31 - shoppingBagItemTable.css **/

.component-shoppingBagItemTable {
  width: 100%; }
  .component-shoppingBagItemTable .separator td {
    background-color: #ffffff;
    height: 5px;
    padding: 0; }
  .component-shoppingBagItemTable .separator.separator-top td {
    height: 15px; }
  .component-shoppingBagItemTable .main-container {
    background: #f7f7f7; }
    .component-shoppingBagItemTable .main-container td {
      padding: 10px 0; }
      .component-shoppingBagItemTable .main-container td.td-info, .component-shoppingBagItemTable .main-container td.td-size, .component-shoppingBagItemTable .main-container td.td-quantity, .component-shoppingBagItemTable .main-container td.td-price {
        float: left; }
      .component-shoppingBagItemTable .main-container td.td-image {
        padding: 10px;
        vertical-align: top;
        width: 25%; }
        html.is-internet-explorer .component-shoppingBagItemTable .main-container td.td-image image.product-image {
          max-width: 150px; }
      .component-shoppingBagItemTable .main-container td.td-info {
        width: 100%; }
        .component-shoppingBagItemTable .main-container td.td-info .model,
        .component-shoppingBagItemTable .main-container td.td-info .color,
        .component-shoppingBagItemTable .main-container td.td-info .material {
          color: #000000; }
        .component-shoppingBagItemTable .main-container td.td-info .model {
          font-size: 0.875rem; }
        .component-shoppingBagItemTable .main-container td.td-info .code {
          color: #666;
          font-size: 0.625rem;
          margin-bottom: 5px; }
        .component-shoppingBagItemTable .main-container td.td-info .product-details {
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400;
          margin: 0; }
          .component-shoppingBagItemTable .main-container td.td-info .product-details .label {
            color: #666;
            font-weight: 400; }
          .component-shoppingBagItemTable .main-container td.td-info .product-details .value {
            margin: 0; }
        .component-shoppingBagItemTable .main-container td.td-info .size {
          font-family: "Roboto", sans-serif;
          font-size: 0.625rem;
          letter-spacing: normal;
          font-weight: 400; }
        .component-shoppingBagItemTable .main-container td.td-info .item-info-wrapper {
          padding-right: 30px;
          position: relative; }
          .component-shoppingBagItemTable .main-container td.td-info .item-info-wrapper .icon-close {
            position: absolute;
            right: 10px;
            top: 10px; }
      .component-shoppingBagItemTable .main-container td.td-size {
        display: none; }
      .component-shoppingBagItemTable .main-container td.td-quantity {
        padding-top: 0;
        width: 50%; }
        .component-shoppingBagItemTable .main-container td.td-quantity .quantity-wrapper {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity-wrapper label {
            margin: 0; }
        .component-shoppingBagItemTable .main-container td.td-quantity .quantity {
          font-family: "Roboto", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .value {
            padding-left: 5px; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .input-qty,
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .qty-plus,
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .qty-minus {
            font-size: 0.875rem;
            height: 14px; }
          .component-shoppingBagItemTable .main-container td.td-quantity .quantity .input-qty {
            height: 18px;
            line-height: 18px; }
      .component-shoppingBagItemTable .main-container td.td-price {
        padding-top: 0;
        width: 50%; }
        .component-shoppingBagItemTable .main-container td.td-price .price {
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400;
          text-align: right; }
          .component-shoppingBagItemTable .main-container td.td-price .price .current-price {
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
            letter-spacing: normal;
            font-weight: 400; }
          .component-shoppingBagItemTable .main-container td.td-price .price .old-price {
            font-size: 0.75rem;
            color: #666;
            text-decoration: line-through; }
            .component-shoppingBagItemTable .main-container td.td-price .price .old-price .percent {
              display: inline-block;
              padding-left: 5px;
              text-decoration: none; }
        .component-shoppingBagItemTable .main-container td.td-price .price-wrapper {
          padding-right: 10px; }
      .component-shoppingBagItemTable .main-container td.td-remove {
        display: none; }
        .component-shoppingBagItemTable .main-container td.td-remove .item-remove .icon-close {
          cursor: pointer; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .quantity,
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .size {
    text-align: right; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price {
    right: unset; }
    [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .old-price,
    [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .current-price {
      text-align: left; }
      [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .old-price .percent,
      [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .current-price .percent {
        padding-left: 0;
        padding-right: 5px; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .item-remove .icon-close {
    margin: -5px 0 0 10px; }

@media (min-width: 1024px) {
  .component-shoppingBagItemTable .main-container td {
    vertical-align: middle; }
    .component-shoppingBagItemTable .main-container td.td-info, .component-shoppingBagItemTable .main-container td.td-size, .component-shoppingBagItemTable .main-container td.td-price, .component-shoppingBagItemTable .main-container td.td-quantity {
      float: none; }
    .component-shoppingBagItemTable .main-container td.td-image {
      width: 8%; }
    .component-shoppingBagItemTable .main-container td.td-info {
      width: auto; }
    .component-shoppingBagItemTable .main-container td.td-size {
      display: table-cell;
      width: 16%; }
      .component-shoppingBagItemTable .main-container td.td-size .size {
        font-size: 0.75rem;
        text-align: center; }
    .component-shoppingBagItemTable .main-container td.td-quantity {
      height: auto;
      padding-top: 10px;
      text-align: center;
      width: 16%; }
      .component-shoppingBagItemTable .main-container td.td-quantity .quantity-wrapper {
        display: block;
        height: auto;
        margin-top: 0; }
    .component-shoppingBagItemTable .main-container td.td-price {
      height: auto;
      padding-top: 10px;
      width: 16%; }
      .component-shoppingBagItemTable .main-container td.td-price .price-wrapper {
        padding-right: 0; }
    .component-shoppingBagItemTable .main-container td.td-remove {
      display: table-cell;
      text-align: center;
      width: 60px; }
  .component-shoppingBagItemTable .main-container .quantity .label,
  .component-shoppingBagItemTable .main-container .quantity .value {
    width: 100%;
    text-align: center;
    padding: 0; }
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .current-price,
  [dir='rtl'] .component-shoppingBagItemTable .item-box .main-container .item-info .price .old-price {
    padding-right: 0;
    padding-left: 60px; } }

/** Aviato — pg-gl-2019.10.31 - shoppingBagTemplate.css **/

.component-shoppingBagTemplate .has-preorder,
.component-shoppingBagTemplate .has-customization {
  display: none;
  background: #000000;
  margin: 20px 0;
  padding: 20px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-shoppingBagTemplate .header {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0; }
  .component-shoppingBagTemplate .header .back {
    display: block;
    width: 100%;
    padding: 10px 5px;
    background: #d8d8d8;
    text-align: left;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-shoppingBagTemplate .header .title {
    text-align: center;
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-shoppingBagTemplate .items-header {
  display: none;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-shoppingBagTemplate .items {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0; }

.component-shoppingBagTemplate .recap {
  padding: 10px 0; }
  .component-shoppingBagTemplate .recap .note {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px; }

.component-shoppingBagTemplate .no-items {
  padding: 60px 0;
  display: none; }

[dir="rtl"] .component-shoppingBagTemplate .header .back {
  left: unset;
  right: 0;
  text-align: right; }
  [dir="rtl"] .component-shoppingBagTemplate .header .back .icon-left:before {
    content: '\E91B'; }

@media (min-width: 1024px) {
  .component-shoppingBagTemplate .header .back {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    padding: 0; }
  .component-shoppingBagTemplate .items-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .component-shoppingBagTemplate .recap .note {
    border-bottom: none;
    padding-bottom: 5px; } }

/** Aviato — pg-gl-2019.10.31 - shoppingBagTemplateTable.css **/

.component-shoppingBagTemplateTable .has-preorder {
  display: none;
  background: #000000;
  margin: 20px 0;
  padding: 20px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 400; }

.component-shoppingBagTemplateTable .header {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0; }
  .component-shoppingBagTemplateTable .header .back {
    display: block;
    width: 100%;
    padding: 10px 5px;
    background: #d8d8d8;
    text-align: left;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 400; }
  .component-shoppingBagTemplateTable .header .title {
    text-align: center;
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700; }

.component-shoppingBagTemplateTable .shoppingBag-table {
  width: 100%; }
  .component-shoppingBagTemplateTable .shoppingBag-table .items-header {
    display: none; }
    .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr {
      border-bottom: 1px solid #cccccc; }
      .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr th {
        padding: 10px 0;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        font-weight: 400; }

.component-shoppingBagTemplateTable .recap {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding: 10px 0; }
  .component-shoppingBagTemplateTable .recap .note {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px; }

.component-shoppingBagTemplateTable .no-items {
  padding: 60px 0;
  display: none; }

[dir="rtl"] .component-shoppingBagTemplateTable .header .back {
  left: unset;
  right: 0;
  text-align: right; }
  [dir="rtl"] .component-shoppingBagTemplateTable .header .back .icon-left:before {
    content: '\E91B'; }

@media (min-width: 1024px) {
  .component-shoppingBagTemplateTable .header .back {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    padding: 0; }
  .component-shoppingBagTemplateTable .shoppingBag-table {
    width: 100%; }
    .component-shoppingBagTemplateTable .shoppingBag-table .items-header {
      display: table-header-group; }
      .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr {
        border-bottom: 1px solid #cccccc; }
        .component-shoppingBagTemplateTable .shoppingBag-table .items-header tr th {
          padding: 10px 0;
          color: #000000;
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 400; }
  .component-shoppingBagTemplateTable .recap .note {
    border-bottom: none;
    padding-bottom: 5px; } }

/** Aviato — pg-gl-2019.10.31 - simpleContent.css **/

.component-simpleContent {
  margin: 30px 0; }
  .component-simpleContent a, .component-simpleContent a:hover {
    text-decoration: none; }
  .component-simpleContent .hover-image-cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden; }
    .component-simpleContent .hover-image-cover a:active {
      margin: 0 !important; }
    .component-simpleContent .hover-image-cover a:focus {
      display: block;
      margin: 2px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
  .component-simpleContent .inner-content .title {
    color: #000000;
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.5rem;
    word-break: break-word; }
  .component-simpleContent .inner-content img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .component-simpleContent .inner-content.reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .component-simpleContent .inner-content.reverse .title {
      margin: 16px 0 0; }

@media (min-width: 1024px) {
  .component-simpleContent .inner-content .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 3.25rem;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 3.25rem; }
  .component-simpleContent .inner-content.reverse .title {
    margin: 35px 0 0; } }

@media (min-width: 1025px) {
  .component-simpleContent .hover-border-image {
    position: relative;
    cursor: pointer; }
    .component-simpleContent .hover-border-image::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid #000000;
      opacity: 0; } }

/** Aviato — pg-gl-2019.10.31 - simpleContentWithDescription.css **/

.component-simpleContentWithDescription {
  margin: 30px 0; }
  .component-simpleContentWithDescription a, .component-simpleContentWithDescription a:hover {
    display: block;
    text-decoration: none; }
  .component-simpleContentWithDescription .description {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-right: 0;
    padding-left: 5px; }
  .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-right: 5px;
    padding-left: 0; }
  .component-simpleContentWithDescription .description .inner-content {
    color: #000000; }
    .component-simpleContentWithDescription .description .inner-content .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin: 0px;
      padding: 0;
      line-height: 1.5rem;
      word-break: break-word; }
    .component-simpleContentWithDescription .description .inner-content .text {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1rem;
      letter-spacing: 0.5px;
      font-weight: 400;
      line-height: 1.375rem; }
    .component-simpleContentWithDescription .description .inner-content .cta {
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      font-weight: 200;
      margin: 0;
      line-height: 1.375rem; }
  .component-simpleContentWithDescription .multimedia .inner-content > img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-left: 5px;
    padding-right: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-left: 0;
    padding-right: 5px; }

@media (min-width: 768px) {
  .component-simpleContentWithDescription .description .inner-content .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 2.5rem; } }

@media (min-width: 1024px) {
  .component-simpleContentWithDescription .description {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    padding: 110px 0 0; }
    .component-simpleContentWithDescription .description .inner-content .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 3.75rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 3.75rem;
      margin-bottom: 25px; }
    .component-simpleContentWithDescription .description .inner-content .text {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.375rem;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 1.375rem;
      margin-bottom: 35px; }
    .component-simpleContentWithDescription .description .inner-content .cta {
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 200;
      line-height: 1.125rem; }
  .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-right: 0;
    padding-left: 20px; }
  .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-right: 20px;
    padding-left: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-regular .description .inner-content {
    padding-left: 20px;
    padding-right: 0; }
  [dir="rtl"] .component-simpleContentWithDescription .content-reverse .description .inner-content {
    padding-left: 0;
    padding-right: 20px; } }

/** Aviato — pg-gl-2019.10.31 - singleStory.css **/

.component-singleStory {
  margin: 30px 0; }
  .component-singleStory a {
    display: block; }
  .component-singleStory .content {
    background-color: #000000;
    padding: 10px 0; }
    .component-singleStory .content .sup-title {
      color: #ffffff;
      padding: 10px 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-singleStory .content .sup-title::after {
        content: '';
        border-top: 2px solid #ffffff;
        width: 70px;
        display: block;
        margin: 6px auto 0; }
    .component-singleStory .content .title {
      color: #ffffff;
      padding: 10px 0;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.75rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-singleStory .content .description {
      color: #ffffff;
      padding: 10px 0;
      line-height: 1.875rem;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-singleStory .content .description p {
        margin: 0; }
    .component-singleStory .content .link-label {
      padding: 10px 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.937rem;
      letter-spacing: normal;
      font-weight: 200; }
      .component-singleStory .content .link-label span {
        color: #ffffff; }
  .component-singleStory .extra-text {
    font-family: "freight-big-pro", sans-serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 700; }
    .component-singleStory .extra-text p {
      margin: 0; }
    .component-singleStory .extra-text a {
      text-decoration: underline; }

/* Media queries */
@media (min-width: 1024px) {
  .component-singleStory {
    /*     a:hover {
      .content {
        .text-hover {
          opacity: 0.6;
        }
      }
    } */ }
    .component-singleStory .content .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.5rem;
      letter-spacing: normal;
      font-weight: 700; }
    .component-singleStory .content .link-label {
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      letter-spacing: normal;
      font-weight: 200; }
    .component-singleStory .extra-text {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.875rem;
      letter-spacing: normal;
      font-weight: 700;
      /*       a:hover {
        opacity: 0.2;
      } */ } }

/** Aviato — pg-gl-2019.10.31 - skipLinks.css **/

.component-skipLinks {
  display: none;
  position: fixed;
  min-width: 200px;
  z-index: 200; }
  .component-skipLinks a {
    display: block;
    position: absolute;
    top: 0;
    padding: 10px;
    background: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #666;
    font-size: 0.625rem;
    text-decoration: underline; }
    .component-skipLinks a:focus {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .focus-visible .component-skipLinks a:focus span {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
    .component-skipLinks a span {
      padding: 5px; }

@media (min-width: 1024px) {
  .component-skipLinks {
    display: block; } }

/** Aviato — pg-gl-2019.10.31 - socialLinks.css **/

.component-socialLinks a {
  color: #ffffff;
  margin: 0 8px 0 0;
  text-decoration: none; }
  .component-socialLinks a:visited {
    color: #ffffff; }

/** Aviato — pg-gl-2019.12.13 - storeLocatorDetail.css **/

.component-storeLocatorDetail {
  display: none;
  top: 0;
  margin-top: 20px; }
  .component-storeLocatorDetail.seo {
    display: block; }
  .component-storeLocatorDetail .store-detail-container {
    width: 100%; }
    .component-storeLocatorDetail .store-detail-container .image-content {
      position: relative; }
      .component-storeLocatorDetail .store-detail-container .image-content .image {
        width: 100%;
        height: 185px; }
      .component-storeLocatorDetail .store-detail-container .image-content .label {
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.375rem;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 10px;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px 20px;
        margin: 0;
        max-width: calc(100% - 20px); }
    .component-storeLocatorDetail .store-detail-container .day-of-week {
      width: 100%; }
      .component-storeLocatorDetail .store-detail-container .day-of-week .name {
        text-transform: capitalize; }
    .component-storeLocatorDetail .store-detail-container .data-content {
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-storeLocatorDetail .store-detail-container .data-content .label {
        color: #747481;
        margin-top: 15px;
        margin-bottom: 5px; }
      .component-storeLocatorDetail .store-detail-container .data-content .value-in-store {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px; }
        .component-storeLocatorDetail .store-detail-container .data-content .value-in-store ul {
          list-style-type: none;
          padding: 0;
          min-width: 50%; }
    .component-storeLocatorDetail .store-detail-container .button-detail {
      width: 100%; }

@media (min-width: 1024px) {
  .component-storeLocatorDetail {
    margin-top: 0; }
    .component-storeLocatorDetail .store-detail-container .data-content {
      font-family: "Roboto", sans-serif;
      font-size: 0.625rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-storeLocatorDetail .store-detail-container .data-content .address {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .component-storeLocatorDetail .store-detail-container .data-content .services {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .component-storeLocatorDetail .store-detail-container .data-content .contact {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

/** Aviato — pg-gl-2019.12.13 - storeLocatorGlobalTemplate.css **/

.component-storeLocatorGlobalTemplate {
  margin: 0 0; }
  .component-storeLocatorGlobalTemplate .locator-header {
    border-bottom: 2px solid #cccccc;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .component-storeLocatorGlobalTemplate .locator-header .store-locator-title {
      line-height: 1.5;
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.625rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
    .component-storeLocatorGlobalTemplate .locator-header .back-button-container {
      text-align: center; }
      .component-storeLocatorGlobalTemplate .locator-header .back-button-container .store-back-button {
        width: 100%;
        padding: 5px;
        background: #f7f7f7;
        display: none;
        text-align: left; }
  .component-storeLocatorGlobalTemplate .main-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .component-storeLocatorGlobalTemplate .main-body .content-section.section-autocomplete {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .component-storeLocatorGlobalTemplate .main-body .content-section.section-filter {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .component-storeLocatorGlobalTemplate .main-body .content-section.section-result {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .component-storeLocatorGlobalTemplate .main-body .content-section.section-map {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 25px;
      bottom: 0; }
      .component-storeLocatorGlobalTemplate .main-body .content-section.section-map .stick-container {
        height: 100%;
        position: relative; }
    .component-storeLocatorGlobalTemplate .main-body .button-geolocate {
      color: #747481;
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-storeLocatorGlobalTemplate .main-body .button-geolocate .label {
        letter-spacing: .5px;
        text-decoration: underline; }
    .component-storeLocatorGlobalTemplate .main-body .filter-result {
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
    .component-storeLocatorGlobalTemplate .main-body .filter-container {
      border-bottom: 1px solid #cccccc;
      border-top: 1px solid #cccccc; }
      .component-storeLocatorGlobalTemplate .main-body .filter-container .content {
        display: none; }
      .component-storeLocatorGlobalTemplate .main-body .filter-container .filter-options {
        font-family: "Roboto", sans-serif;
        font-size: 0.875rem;
        letter-spacing: 1px;
        font-weight: 400;
        overflow: hidden; }
        .component-storeLocatorGlobalTemplate .main-body .filter-container .filter-options .row-filter {
          overflow: hidden; }
        .component-storeLocatorGlobalTemplate .main-body .filter-container .filter-options .filter-option {
          background-color: #f7f7f7;
          color: #5e5e5e;
          text-align: center;
          padding: 15px;
          border-left: 1px solid #cccccc;
          border-top: 1px solid #cccccc;
          margin-top: -1px;
          margin-left: -1px;
          cursor: default;
          -webkit-transition: background-color 150ms linear;
          transition: background-color 150ms linear; }
          .component-storeLocatorGlobalTemplate .main-body .filter-container .filter-options .filter-option:focus {
            -webkit-box-shadow: inset 0px 0px 2px 2px #4e96e9;
                    box-shadow: inset 0px 0px 2px 2px #4e96e9; }
          .component-storeLocatorGlobalTemplate .main-body .filter-container .filter-options .filter-option.selected {
            color: #ffffff;
            background-color: #000000; }
      .component-storeLocatorGlobalTemplate .main-body .filter-container .button-filter {
        width: 100%;
        margin-bottom: 10px; }
      .component-storeLocatorGlobalTemplate .main-body .filter-container .title {
        font-family: "Roboto", sans-serif;
        font-size: 0.937rem;
        letter-spacing: normal;
        font-weight: 400;
        position: relative; }
        .component-storeLocatorGlobalTemplate .main-body .filter-container .title .toggle-filter {
          font-size: 20px;
          position: absolute;
          right: 10px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          top: 50%; }
    .component-storeLocatorGlobalTemplate .main-body .store-detail-box {
      height: 380px; }
      .component-storeLocatorGlobalTemplate .main-body .store-detail-box .store-map-container {
        position: relative;
        height: 100%; }
        .component-storeLocatorGlobalTemplate .main-body .store-detail-box .store-map-container .store-map-container-placeholder {
          height: 100%;
          position: relative; }
          .component-storeLocatorGlobalTemplate .main-body .store-detail-box .store-map-container .store-map-container-placeholder .map {
            height: 100%; }
        .component-storeLocatorGlobalTemplate .main-body .store-detail-box .store-map-container .ctrl-overlay {
          margin: 0 5px;
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.8);
          color: #ffffff;
          z-index: 10;
          pointer-events: none; }
          .component-storeLocatorGlobalTemplate .main-body .store-detail-box .store-map-container .ctrl-overlay .label {
            text-align: center;
            font-family: "Roboto", sans-serif;
            font-size: 1.5rem;
            letter-spacing: 0.5px;
            font-weight: 400; }
    .component-storeLocatorGlobalTemplate .main-body .search-bar {
      border: none;
      border-bottom: 1px solid #cccccc; }
      .component-storeLocatorGlobalTemplate .main-body .search-bar input {
        font-size: 0.937rem;
        height: 30px;
        border-bottom: none; }
      .component-storeLocatorGlobalTemplate .main-body .search-bar .search-button {
        height: 30px;
        line-height: 30px; }
    .component-storeLocatorGlobalTemplate .main-body .store-box-content {
      width: 100%; }
      .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list {
        width: 100%;
        margin: 0 auto; }
        .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper {
          overflow: hidden;
          margin: 5px 0;
          padding: 0px;
          display: none;
          width: 100%; }
          .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper.active {
            display: block; }
          .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper.filtered {
            display: none; }
          .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .image {
            position: relative;
            overflow: hidden;
            height: 150px; }
          .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box {
            position: relative;
            background: #f7f7f7;
            color: #000000;
            padding: 12px 50px 10px 15px;
            margin-bottom: 10px;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            cursor: pointer;
            -webkit-transition: background-color 75ms linear;
            transition: background-color 75ms linear; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box:hover {
              background-color: #cccccc; }
              .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box:hover .show-store-detail {
                color: #000000; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .store-name {
              color: #000000;
              line-height: 1.5;
              font-family: "Roboto", sans-serif;
              font-size: 1rem;
              letter-spacing: 0.5px;
              font-weight: 400; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .store-info {
              color: #000000;
              font-family: "Roboto", sans-serif;
              font-size: 0.625rem;
              letter-spacing: normal;
              font-weight: 400; }
              .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .store-info .store-address {
                padding-right: 20px; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
              font-family: "icomoon";
              font-size: 0.875rem;
              color: #000000;
              height: 40px;
              width: 40px;
              cursor: pointer; }
              .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
                content: '\E91B'; }
          .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper.selected .store-box {
            background: #000000;
            color: #ffffff; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper.selected .store-box .store-name {
              color: #ffffff; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper.selected .store-box .store-info {
              color: #ffffff; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper.selected .store-box .show-store-detail {
              color: #ffffff; }
    .component-storeLocatorGlobalTemplate .main-body .ol-viewport .ol-control {
      right: .5rem;
      left: initial; }
      .component-storeLocatorGlobalTemplate .main-body .ol-viewport .ol-control button {
        background-color: #ffffff;
        color: #000000; }
        .component-storeLocatorGlobalTemplate .main-body .ol-viewport .ol-control button:hover {
          opacity: 0.8; }
    [dir='rtl'] .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box {
      padding-right: 10px;
      padding-left: 50px; }
      [dir='rtl'] .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
        right: unset;
        left: 0; }
    [dir='rtl'] .component-storeLocatorGlobalTemplate .main-body .store-detail-box-mobile .header .detail-close {
      margin-right: unset;
      margin-left: 15px; }
    [dir='rtl'] .component-storeLocatorGlobalTemplate .main-body .back-button-container .store-back-button {
      text-align: right; }
      [dir='rtl'] .component-storeLocatorGlobalTemplate .main-body .back-button-container .store-back-button .icon-left:before {
        content: '\E91B'; }

@media (min-width: 1024px) {
  .component-storeLocatorGlobalTemplate {
    margin: 30px 0; }
    .component-storeLocatorGlobalTemplate .locator-header .store-locator-title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.25rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
    .component-storeLocatorGlobalTemplate .locator-header .back-button-container .store-back-button {
      padding: 0;
      background: none;
      text-align: left; }
    .component-storeLocatorGlobalTemplate .main-body {
      position: relative;
      width: 100%; }
      .component-storeLocatorGlobalTemplate .main-body .store-detail-box {
        height: 600px;
        -webkit-transition: top 250ms ease 0s;
        transition: top 250ms ease 0s; }
      .component-storeLocatorGlobalTemplate .main-body .filter-result {
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: normal;
        font-weight: 400; }
      .component-storeLocatorGlobalTemplate .main-body .content-section {
        position: relative; }
        .component-storeLocatorGlobalTemplate .main-body .content-section.section-autocomplete {
          width: 25%; }
        .component-storeLocatorGlobalTemplate .main-body .content-section.section-filter {
          width: 25%; }
        .component-storeLocatorGlobalTemplate .main-body .content-section.section-result {
          width: 25%; }
        .component-storeLocatorGlobalTemplate .main-body .content-section.section-map {
          position: absolute;
          padding-left: 75px;
          left: 25%;
          right: 0;
          top: 0px; }
      .component-storeLocatorGlobalTemplate .main-body .filter-container .title {
        font-size: 0.75rem; }
      .component-storeLocatorGlobalTemplate .main-body .filter-container .filter-options {
        font-family: "Roboto", sans-serif;
        font-size: 0.625rem;
        letter-spacing: 0.5px;
        font-weight: 400; }
        .component-storeLocatorGlobalTemplate .main-body .filter-container .filter-options .filter-option {
          padding: 7px;
          letter-spacing: 0;
          cursor: pointer; }
      .component-storeLocatorGlobalTemplate .main-body .button-geolocate {
        font-size: 0.625rem; }
      .component-storeLocatorGlobalTemplate .main-body .search-bar input {
        font-size: 0.75rem; }
        .component-storeLocatorGlobalTemplate .main-body .search-bar input::-webkit-input-placeholder {
          color: transparent; }
        .component-storeLocatorGlobalTemplate .main-body .search-bar input:-moz-placeholder {
          color: transparent; }
        .component-storeLocatorGlobalTemplate .main-body .search-bar input::-moz-placeholder {
          color: transparent; }
        .component-storeLocatorGlobalTemplate .main-body .search-bar input:-ms-input-placeholder {
          color: transparent; }
        .component-storeLocatorGlobalTemplate .main-body .search-bar input::-ms-input-placeholder {
          color: transparent; }
      .component-storeLocatorGlobalTemplate .main-body .mobile-prelist {
        display: none; }
      .component-storeLocatorGlobalTemplate .main-body .store-box-content {
        width: 100%; }
        .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper {
          height: 100px;
          -webkit-transition: height 250ms ease-in-out, margin 250ms ease-in-out, opacity 250ms ease-in-out;
          transition: height 250ms ease-in-out, margin 250ms ease-in-out, opacity 250ms ease-in-out;
          overflow: hidden;
          margin: -1px;
          height: 0;
          opacity: 0;
          display: block; }
          .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper.active {
            height: 100px;
            margin: 5px 0;
            opacity: 1; }
          .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box {
            min-height: 100px;
            padding: 12px 20px; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .store-name {
              font-size: 0.625rem; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .image {
              position: relative;
              overflow: hidden;
              height: 85px; }
            .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
              color: #cccccc; }
      [dir='rtl'] .component-storeLocatorGlobalTemplate .main-body .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
        content: '\E913'; }
      [dir='rtl'] .component-storeLocatorGlobalTemplate .main-body .back-button-container .store-back-button {
        text-align: right; } }

/** Aviato — pg-gl-2019.10.31 - storeLocatorTemplate.css **/

.component-storeLocatorTemplate {
  margin: 0 0; }
  .component-storeLocatorTemplate .store-detail-box {
    display: none; }
  .component-storeLocatorTemplate .store-detail-box-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 520; }
    .component-storeLocatorTemplate .store-detail-box-mobile .header {
      position: relative;
      background: #ffffff;
      top: 0;
      left: 0;
      height: 50px;
      width: 100%; }
      .component-storeLocatorTemplate .store-detail-box-mobile .header .detail-close {
        margin-right: 15px; }
      .component-storeLocatorTemplate .store-detail-box-mobile .header .logo {
        height: 25%; }
    .component-storeLocatorTemplate .store-detail-box-mobile #slMobileMap {
      position: relative;
      height: 40vh;
      width: 100%; }
    .component-storeLocatorTemplate .store-detail-box-mobile.active {
      display: block; }
    .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider {
      width: 100%; }
      .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .slick-prev {
        left: auto;
        right: 50px;
        top: 50px;
        z-index: 10; }
      .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .slick-next {
        left: auto;
        right: 10px;
        top: 50px;
        z-index: 10; }
      .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container {
        margin: 0 24px;
        width: 100%; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-pager {
          font-family: "Roboto", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400;
          margin: 10px 0;
          color: #000000;
          text-align: center; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-name {
          font-family: "freight-big-pro", sans-serif;
          font-size: 1.5rem;
          letter-spacing: normal;
          font-weight: 700;
          margin: 15px 0;
          padding: 0 50px 0 0;
          color: #000000;
          line-height: 1.5rem; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .detail-button {
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          font-weight: 400;
          padding: 0 12px;
          margin-top: 20px;
          color: #000000; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-address-container {
          border-top: 1px solid #cccccc;
          border-bottom: 1px solid #cccccc; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container .store-address {
          padding: 5px 40px 5px 0;
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 200;
          color: #000000; }
        .component-storeLocatorTemplate .store-detail-box-mobile .store-locator-slider .detail-container a {
          font-family: "Roboto", sans-serif;
          font-size: 0.875rem;
          letter-spacing: normal;
          font-weight: 200;
          color: #4d6b8c; }
  .component-storeLocatorTemplate .locator-header {
    border-bottom: 1px solid #cccccc;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .component-storeLocatorTemplate .locator-header .store-locator-title {
      line-height: 1.5;
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.25rem;
      letter-spacing: 0.5px;
      font-weight: 700; }
    .component-storeLocatorTemplate .locator-header .back-button-container {
      text-align: center; }
      .component-storeLocatorTemplate .locator-header .back-button-container .store-back-button {
        width: 100%;
        padding: 5px;
        background: #f7f7f7;
        display: none;
        text-align: left; }
  .component-storeLocatorTemplate .search-bar {
    margin-top: 17px;
    border: 1px solid #cccccc; }
    .component-storeLocatorTemplate .search-bar input {
      font-size: 0.937rem;
      height: 52px;
      border-bottom: none; }
    .component-storeLocatorTemplate .search-bar .search-button {
      height: 52px;
      line-height: 52px; }
  .component-storeLocatorTemplate .store-box-content {
    width: 100%; }
    .component-storeLocatorTemplate .store-box-content .store-box-list {
      width: 100%;
      margin: 0 auto; }
      .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper {
        overflow: hidden;
        margin: 5px 0;
        padding: 0 10px;
        display: none; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper.active {
          display: block; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .focus-visible .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper:focus .store-box {
            -webkit-box-shadow: inset 0 0 2px 2px #4e96e9;
                    box-shadow: inset 0 0 2px 2px #4e96e9; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .image {
          position: relative;
          overflow: hidden;
          height: 140px; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box {
          position: relative;
          background: #f7f7f7;
          color: #000000;
          padding: 12px 50px 10px 10px;
          margin-bottom: 10px;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          cursor: pointer; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .store-name {
            color: #000000;
            line-height: 1.5;
            font-family: "Roboto", sans-serif;
            font-size: 1rem;
            letter-spacing: 0.5px;
            font-weight: 400; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .store-info {
            color: #666;
            font-family: "Roboto", sans-serif;
            font-size: 0.75rem;
            letter-spacing: normal;
            font-weight: 400; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
            font-family: "icomoon";
            font-size: 2.125rem;
            color: #666;
            height: 40px;
            width: 40px; }
            .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
              content: '\E927'; }
  .component-storeLocatorTemplate .ol-viewport .ol-control button {
    background-color: #000000; }
    .component-storeLocatorTemplate .ol-viewport .ol-control button:hover {
      background-color: #666;
      opacity: 0.8; }
  [dir='rtl'] .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box {
    padding-right: 10px;
    padding-left: 50px; }
    [dir='rtl'] .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
      right: unset;
      left: 0; }
  [dir='rtl'] .component-storeLocatorTemplate .store-detail-box-mobile .header .detail-close {
    margin-right: unset;
    margin-left: 15px; }
  [dir='rtl'] .component-storeLocatorTemplate .back-button-container .store-back-button {
    text-align: right; }
    [dir='rtl'] .component-storeLocatorTemplate .back-button-container .store-back-button .icon-left:before {
      content: '\E91B'; }

@media (min-width: 1024px) {
  .component-storeLocatorTemplate {
    margin: 30px 0; }
    .component-storeLocatorTemplate .locator-header .back-button-container .store-back-button {
      padding: 0;
      background: none;
      text-align: left; }
    .component-storeLocatorTemplate .search-bar {
      margin-top: 0;
      border: none;
      border-bottom: 1px solid #cccccc; }
      .component-storeLocatorTemplate .search-bar input {
        font-size: 1.125rem; }
        .component-storeLocatorTemplate .search-bar input::-webkit-input-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input:-moz-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input::-moz-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input:-ms-input-placeholder {
          color: transparent; }
        .component-storeLocatorTemplate .search-bar input::-ms-input-placeholder {
          color: transparent; }
    .component-storeLocatorTemplate .mobile-prelist {
      display: none; }
    .component-storeLocatorTemplate .store-box-content {
      height: 400px;
      width: 100%; }
      .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper {
        height: 120px; }
        .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box {
          min-height: 120px;
          padding: 12px 20px; }
          .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail {
            font-size: 1.375rem;
            color: #cccccc; }
            .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
              content: '\E91B'; }
    [dir='rtl'] .component-storeLocatorTemplate .store-box-content .store-box-list .store-box-wrapper .store-box .show-store-detail:before {
      content: '\E913'; }
    [dir='rtl'] .component-storeLocatorTemplate .back-button-container .store-back-button {
      text-align: right; } }

/** Aviato — pg-gl-2019.10.31 - storiesFilters.css **/

.component-storiesFilters {
  position: relative;
  background-color: #000000;
  color: #ffffff; }
  .component-storiesFilters .container {
    width: calc( 100% - 20px); }
  .component-storiesFilters .sort span,
  .component-storiesFilters .sort a {
    line-height: 1.625rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200;
    color: #ffffff; }
  .component-storiesFilters .sort .sorter {
    position: relative;
    padding-left: 0.3em; }
    .component-storiesFilters .sort .sorter .label {
      cursor: pointer;
      display: block;
      line-height: 1.875rem; }
      .component-storiesFilters .sort .sorter .label::after {
        content: '\E90C';
        display: inline-block;
        margin-left: 0.5em;
        line-height: 0.875rem;
        font-family: "icomoon"; }
      .component-storiesFilters .sort .sorter .label.opened::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .component-storiesFilters .sort .sorter .options {
      position: absolute;
      margin: 0 0 0 -7px;
      list-style: outside none;
      height: auto;
      max-height: 0;
      overflow: hidden;
      background-color: #000000;
      width: 200px; }
      .component-storiesFilters .sort .sorter .options.show {
        max-height: none;
        padding: 5px 0; }
    .component-storiesFilters .sort .sorter a {
      display: block;
      padding: 5px 7px; }
  .component-storiesFilters .filter-opener {
    cursor: pointer;
    line-height: 1.875rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200; }
    .component-storiesFilters .filter-opener::after {
      content: '\E90C';
      display: inline-block;
      margin-left: 0.5em;
      line-height: 0.875rem;
      font-family: "icomoon"; }
    .component-storiesFilters .filter-opener.opened::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .component-storiesFilters .filters {
    position: absolute;
    right: -7px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    background-color: #000000; }
    .component-storiesFilters .filters.show {
      max-height: none;
      padding: 5px 0; }
    .component-storiesFilters .filters .button {
      display: inline-block !important; }
  .component-storiesFilters input[type="radio"] + label,
  .component-storiesFilters input[type="checkbox"] + label {
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.937rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 200;
    text-transform: capitalize;
    color: #ffffff; }
  .component-storiesFilters input[type="radio"] + label::after,
  .component-storiesFilters input[type="checkbox"] + label::after {
    border-color: #ffffff;
    color: #ffffff; }
  .component-storiesFilters input[type="submit"] {
    width: auto; }
    .component-storiesFilters input[type="submit"]:active {
      padding: 5px 20px; }
  [dir="rtl"] .component-storiesFilters .sort .sorter {
    padding-left: unset;
    padding-right: 0.3em; }
    [dir="rtl"] .component-storiesFilters .sort .sorter .label::after {
      margin-left: unset;
      margin-right: 0.5em; }
  [dir="rtl"] .component-storiesFilters .filter-opener::after {
    margin-left: unset;
    margin-right: 0.5em; }
  [dir="rtl"] .component-storiesFilters .filters {
    right: unset;
    left: -7px; }

@media (min-width: 1024px) {
  .component-storiesFilters .container {
    width: calc( 85.52%); }
  .component-storiesFilters .sort span,
  .component-storiesFilters .sort a {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400; }
  .component-storiesFilters .filters {
    position: relative;
    right: auto;
    max-height: none;
    padding: 0; }
    .component-storiesFilters .filters .filter:not(:last-of-type) {
      border-right: 1px solid #ffffff; }
  .component-storiesFilters input[type="radio"] + label,
  .component-storiesFilters input[type="checkbox"] + label {
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400; }
  [dir="rtl"] .component-storiesFilters .filters {
    right: unset;
    left: auto; }
    [dir="rtl"] .component-storiesFilters .filters .filter:first-of-type {
      border-right: none; }
    [dir="rtl"] .component-storiesFilters .filters .filter:last-of-type {
      border-right: 1px solid #ffffff; } }

@media screen and (min-width: 1025px) {
  .component-storiesFilters .sort .sorter a,
  .component-storiesFilters .sort .sorter .label {
    /*           &:hover {
            opacity: 0.6;
          } */ }
  .component-storiesFilters .filters .filter {
    display: inline-block !important; }
  .component-storiesFilters input[type="radio"] + label,
  .component-storiesFilters input[type="checkbox"] + label {
    /*         &:hover {
          opacity: 0.6;
        } */ } }

/** Aviato — pg-gl-2019.10.31 - storiesLandingTemplate.css **/

.component-storiesLandingTemplate .hidden.more, .component-storiesLandingTemplate .hidden.substories {
  display: none; }

/** Aviato — pg-gl-2019.10.31 - stripBar.css **/

.component-stripBar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 50px;
  position: relative;
  min-height: 40px;
  text-align: center;
  z-index: 101;
  font-family: "Roboto", sans-serif;
  font-size: 0.812rem;
  letter-spacing: normal;
  font-weight: 400; }
  .component-stripBar.inactive, .component-stripBar.hidden {
    height: 0;
    min-height: 0; }
  .component-stripBar .strip-text {
    padding: 10px 0; }
  .component-stripBar a {
    color: inherit; }
    .component-stripBar a:hover {
      text-decoration: underline; }
  .component-stripBar .close {
    color: inherit;
    font-size: 0.875rem;
    opacity: 1;
    position: absolute;
    right: 11px;
    top: 11px;
    text-shadow: none; }

@media (min-width: 1024px) {
  .component-stripBar {
    font-size: 0.75rem;
    z-index: 1; }
    .component-stripBar .close {
      font-size: 0.75rem;
      right: 14px;
      top: 14px; } }

/** Aviato — pg-gl-2019.10.31 - subcategoryProducts.css **/

.component-subcategoryProducts {
  margin: 30px 0; }
  .component-subcategoryProducts a,
  .component-subcategoryProducts a:hover {
    display: block;
    text-decoration: none;
    height: 100%; }
  .component-subcategoryProducts .description-content .inner-content {
    padding-right: 10px;
    padding-left: 0;
    color: #000000; }
    .component-subcategoryProducts .description-content .inner-content .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.875rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin: 0px;
      padding: 0;
      line-height: 2rem;
      word-break: break-word; }
    .component-subcategoryProducts .description-content .inner-content .text {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1rem;
      letter-spacing: 0.5px;
      font-weight: 400; }
    .component-subcategoryProducts .description-content .inner-content .cta {
      font-family: "Roboto", sans-serif;
      font-size: 0.937rem;
      letter-spacing: 0.5px;
      font-weight: 200; }
  .component-subcategoryProducts .description-content.description-content-mob {
    height: 100%;
    border: 1px #000000 solid; }
    .component-subcategoryProducts .description-content.description-content-mob .inner-content {
      padding-right: 10px;
      padding-left: 10px; }
  .component-subcategoryProducts .multimedia .inner-content > img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .component-subcategoryProducts .image {
    position: relative;
    width: 100%;
    height: 100%; }

@media (min-width: 1024px) {
  .component-subcategoryProducts .multimedia-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .component-subcategoryProducts.layout2 .multimedia {
    height: 100%; }
  .component-subcategoryProducts .description-content {
    padding: 110px 0 0; }
    .component-subcategoryProducts .description-content .inner-content {
      padding-right: 20px;
      padding-left: 0; }
      .component-subcategoryProducts .description-content .inner-content .title {
        font-family: "freight-big-pro", sans-serif;
        font-size: 3.75rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 3.75rem; }
      .component-subcategoryProducts .description-content .inner-content .text {
        font-family: "freight-big-pro", sans-serif;
        font-size: 1.375rem;
        letter-spacing: normal;
        font-weight: 400;
        line-height: 1.875rem; }
      .component-subcategoryProducts .description-content .inner-content .cta {
        font-family: "Roboto", sans-serif;
        font-size: 1.125rem;
        letter-spacing: normal;
        font-weight: 200;
        line-height: 1.875rem; }
  .component-subcategoryProducts.layout2 .description-content {
    position: absolute;
    max-width: 490px;
    z-index: 10;
    background-color: #ffffff;
    border: 1px #000000 solid;
    padding: 0px;
    right: 0.5%;
    bottom: 11%;
    padding-left: 15px; }
  .component-subcategoryProducts.layout2 .inner-content .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.5rem;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 15px !important; }
  .component-subcategoryProducts.layout2 .text {
    margin: 10px 0px 30px !important; }
  [dir="rtl"] .component-subcategoryProducts .description-content .inner-content {
    padding-right: 0;
    padding-left: 20px; }
  [dir="rtl"] .component-subcategoryProducts.layout2 .description-content {
    right: auto;
    left: 0.5%; } }

@media (min-width: 1025px) {
  .component-subcategoryProducts .inner-row {
    height: 100%; }
  .component-subcategoryProducts .hover-border-image {
    position: relative;
    height: calc( 100% - 10px); }
    .component-subcategoryProducts .hover-border-image::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid #000000;
      opacity: 0; }
  .component-subcategoryProducts.hovered.layout2 .description-content {
    border-color: #cccccc; }
  .component-subcategoryProducts.hovered .hover-border-image::before {
    opacity: 1; }
  .component-subcategoryProducts.hovered .inner-content .title,
  .component-subcategoryProducts.hovered .inner-content .text,
  .component-subcategoryProducts.hovered .inner-content .cta {
    opacity: 0.2; } }

/** Aviato — pg-gl-2019.10.31 - subcategoryProductsGrid.css **/

.component-subcategoryProductsGrid {
  margin: 30px 0; }
  .component-subcategoryProductsGrid a, .component-subcategoryProductsGrid a:hover {
    text-decoration: none; }
  .component-subcategoryProductsGrid .product-wrapper {
    list-style-type: none;
    padding-left: 0; }
  .component-subcategoryProductsGrid .description-content {
    padding-right: 10px;
    padding-left: 0;
    color: #000000;
    line-height: 1.625rem; }
    .component-subcategoryProductsGrid .description-content .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 1.625rem;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin: 0;
      padding: 0; }

@media (min-width: 768px) {
  .component-subcategoryProductsGrid .description-content .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 2.25rem; } }

@media (min-width: 1024px) {
  .component-subcategoryProductsGrid .description-content {
    padding-right: 20px;
    padding-left: 0; }
    .component-subcategoryProductsGrid .description-content .title {
      font-family: "freight-big-pro", sans-serif;
      font-size: 2.25rem;
      letter-spacing: normal;
      font-weight: 700;
      line-height: 2.5rem; }
  .component-subcategoryProductsGrid .title {
    font-family: "freight-big-pro", sans-serif;
    font-size: 2.25rem;
    letter-spacing: normal;
    font-weight: 700;
    margin-top: 15px !important; } }

@media (min-width: 1025px) {
  .component-subcategoryProductsGrid.hovered .title {
    opacity: 0.3; } }

/** Aviato — pg-gl-2019.10.31 - subNavigation.css **/

.component-subNavigation {
  display: none;
  text-align: center;
  width: 100%; }
  .component-subNavigation.hidden {
    display: none !important; }
  .component-subNavigation .selected {
    display: none;
    height: 40px;
    line-height: 35px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    letter-spacing: normal;
    font-weight: 400; }
    .component-subNavigation .selected:after {
      content: '\E90C';
      font-family: "icomoon";
      font-size: 0.625rem;
      padding-left: 4px; }
    .component-subNavigation .selected:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .focus-visible .component-subNavigation .selected:focus:after {
        -webkit-box-shadow: 0px 0px 2px 2px #4e96e9;
                box-shadow: 0px 0px 2px 2px #4e96e9; }
  .component-subNavigation .items {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* height: 45px; */ }
    .component-subNavigation .items > li {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-weight: 400; }
      .component-subNavigation .items > li > span {
        cursor: pointer; }
      .component-subNavigation .items > li.mp-7 {
        padding-left: 7px;
        padding-right: 7px; }
      .component-subNavigation .items > li.mp-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .component-subNavigation .items > li.mp-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .component-subNavigation .items > li.mp-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .component-subNavigation .items > li .js-jump-to-subcategory {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .component-subNavigation .items > li .js-jump-to-subcategory .icon {
          font-size: 0.75rem; }
      .component-subNavigation .items > li .subitems {
        display: none;
        list-style: none;
        background: #000000;
        color: #ffffff;
        height: 260px;
        width: 100%;
        position: fixed;
        left: 0;
        margin-top: 16px;
        border: none;
        padding: 20px;
        z-index: 1; }
        .component-subNavigation .items > li .subitems .image {
          width: 16.666%;
          height: 220px;
          float: left;
          overflow: hidden;
          position: relative; }
          .component-subNavigation .items > li .subitems .image img {
            height: 100%;
            width: auto;
            max-width: unset;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            -ms-transform: translateX(0%);
            position: absolute; }
        .component-subNavigation .items > li .subitems .title {
          width: 16.666%;
          height: 220px;
          padding: 10px 0px 10px 20px;
          float: left;
          text-align: left; }
          .component-subNavigation .items > li .subitems .title [role="heading"] {
            margin: 0; }
        .component-subNavigation .items > li .subitems > li,
        .component-subNavigation .items > li .subitems .subitems-navigation a {
          text-align: left;
          color: #ffffff;
          display: inline-block;
          float: left;
          width: 16.666%;
          padding: 10px 0px 10px 20px;
          font-family: "Roboto", sans-serif;
          font-size: 0.75rem;
          letter-spacing: normal;
          font-weight: 400; }
      .component-subNavigation .items > li:hover .subitems, .component-subNavigation .items > li.active .subitems {
        display: block; }
  .component-subNavigation.black {
    background: #000000; }
    .component-subNavigation.black .items {
      color: #ffffff; }
      .component-subNavigation.black .items > li {
        border-bottom: 6px solid #000000;
        color: #ffffff; }
        .component-subNavigation.black .items > li a {
          color: #ffffff; }
        .component-subNavigation.black .items > li:hover {
          border-bottom: 6px solid #ffffff; }
          .component-subNavigation.black .items > li:hover a {
            text-decoration: none;
            color: #ffffff; }
        .component-subNavigation.black .items > li .subitems a {
          /*color: $black;*/ }
  .component-subNavigation.white {
    background: #ffffff; }
    .component-subNavigation.white .items {
      color: #000000; }
      .component-subNavigation.white .items > li {
        border-bottom: 6px solid #ffffff; }
        .component-subNavigation.white .items > li:hover {
          border-bottom: 6px solid #000000; }
          .component-subNavigation.white .items > li:hover a {
            text-decoration: none; }
        .component-subNavigation.white .items > li .subitems a {
          color: #ffffff; }
  .component-subNavigation.collapsed {
    display: block; }
    .component-subNavigation.collapsed.white .selected, .component-subNavigation.collapsed.black .selected {
      display: block; }
    .component-subNavigation.collapsed.white .items, .component-subNavigation.collapsed.black .items {
      display: none;
      height: unset; }
      .component-subNavigation.collapsed.white .items > li, .component-subNavigation.collapsed.black .items > li {
        display: block;
        border-bottom: none; }
        .component-subNavigation.collapsed.white .items > li.active, .component-subNavigation.collapsed.white .items > li:hover, .component-subNavigation.collapsed.black .items > li.active, .component-subNavigation.collapsed.black .items > li:hover {
          border-bottom: none; }
          .component-subNavigation.collapsed.white .items > li.active a, .component-subNavigation.collapsed.white .items > li:hover a, .component-subNavigation.collapsed.black .items > li.active a, .component-subNavigation.collapsed.black .items > li:hover a {
            text-decoration: underline; }
  [dir="rtl"] .component-subNavigation .items > li .subitems li,
  [dir="rtl"] .component-subNavigation .items > li .subitems .subitems-navigation a {
    text-align: right;
    padding: 10px 20px 10px 0px; }
  [dir="rtl"] .component-subNavigation .items > li .subitems .image {
    float: right; }
    [dir="rtl"] .component-subNavigation .items > li .subitems .image img {
      right: 0;
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
  [dir="rtl"] .component-subNavigation .items > li .subitems .title {
    padding: 10px 20px 10px 0px;
    float: right;
    text-align: right; }

@media (min-width: 1024px) {
  .component-subNavigation.collapsed.white .selected, .component-subNavigation.collapsed.black .selected {
    display: none; }
  .component-subNavigation.collapsed.white .items, .component-subNavigation.collapsed.black .items {
    height: 40px;
    display: block; }
    .component-subNavigation.collapsed.white .items > li, .component-subNavigation.collapsed.black .items > li {
      display: inline-block; } }

/** Aviato — pg-gl-2019.10.31 - topSearch.css **/

.component-topSearch .toggle {
  cursor: pointer; }

.component-topSearch .search-form {
  padding-top: 30px;
  display: none;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: #ffffff;
  z-index: 520; }
  .component-topSearch .search-form input {
    width: 80%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000000;
    background: #ffffff;
    font-size: 1rem;
    margin-left: -15px; }
    .component-topSearch .search-form input::-ms-clear {
      display: none; }
  .component-topSearch .search-form .icon-close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    opacity: 1;
    z-index: 520; }
  .component-topSearch .search-form .search-button {
    margin-left: -30px; }

.component-topSearch.expanded .search-form {
  height: 147px; }
  .component-topSearch.expanded .search-form input {
    height: 60px; }

.component-topSearch.white .search-form {
  background: #ffffff; }
  .component-topSearch.white .search-form input {
    border-bottom: 1px solid #000000;
    background: #ffffff;
    color: #000000; }
  .component-topSearch.white .search-form .search-button,
  .component-topSearch.white .search-form .icon-close {
    color: #000000; }

.component-topSearch.black .search-form {
  background: #000000; }
  .component-topSearch.black .search-form input {
    border-bottom: 1px solid #ffffff;
    background: #000000;
    color: #ffffff; }
  .component-topSearch.black .search-form .search-button,
  .component-topSearch.black .search-form .icon-close {
    color: #ffffff; }

.component-topSearch .search-spinner {
  position: fixed;
  z-index: 519;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background: transparent; }

[dir="rtl"] .component-topSearch .search-form {
  left: 0;
  right: inherit; }
  [dir="rtl"] .component-topSearch .search-form input {
    margin-left: 0;
    margin-right: -15px; }
  [dir="rtl"] .component-topSearch .search-form .icon-close {
    right: inherit;
    left: 25px; }
  [dir="rtl"] .component-topSearch .search-form .search-button {
    margin-right: -30px;
    position: relative;
    z-index: 1; }

[dir="rtl"] .component-topSearch.black .search-form input {
  background: transparent; }

@media (max-width: 1024px) {
  .component-topSearch .search-form {
    padding-top: 0; }
    .component-topSearch .search-form input {
      margin-left: -35px; }
    .component-topSearch .search-form .top-search-toggle {
      display: none; }
  [dir="rtl"] .component-topSearch .search-form input {
    margin-left: 0;
    margin-right: -35px; } }

/** Aviato — pg-gl-2019.10.31 - totalLookTemplate.css **/

.component-totalLookTemplate .header {
  border-bottom: 1px solid #666; }
  .component-totalLookTemplate .header .title,
  .component-totalLookTemplate .header .count {
    line-height: 1.75rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 400;
    font-weight: 200; }
  .component-totalLookTemplate .header .hint {
    font-family: "Roboto", sans-serif;
    font-size: 1.375rem;
    letter-spacing: 1px;
    font-weight: 400;
    font-weight: 700; }
  .component-totalLookTemplate .header .shop {
    display: none; }

@media (min-width: 1024px) {
  .component-totalLookTemplate .header .title {
    line-height: 1.875rem;
    font-size: 1.625rem;
    font-weight: 400; }
  .component-totalLookTemplate .header .hint {
    line-height: 1.875rem;
    font-size: 1.25rem; }
  .component-totalLookTemplate .header .count {
    padding: 0 20px; } }

/** Aviato — pg-gl-2019.10.31 - wishlistButton.css **/

.component-wishlistButton .wish-container .wish-button {
  padding: 1px 0;
  margin: 0 10px; }

.component-wishlistButton .user-logged {
  display: none; }

.component-wishlistButton.logged .user-logged {
  display: block; }

.component-wishlistButton.logged .user-unlogged {
  display: none; }

.component-header.black .component-wishlistButton .wish-button {
  color: #ffffff; }

.component-header.white .component-wishlistButton .wish-button {
  color: #000000; }

/** Aviato — pg-gl-2019.10.31 - changeCountryModal.css **/


