﻿/*EXTRA SMALL*/
@media (max-width: 576px) {
  .d-none-xs {
    display: none !important;
  }
}
/*TOUCH*/
@media (max-width: 767px) {
  .no-radius-xs {
    border-radius: 0px !important;
  }
  body .no-borders-xs {
    border: none !important;
  }
  .d-none-mobile {
    display: none !important;
  }
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .me-1-mobile {
    margin-right: 0.25rem !important;
  }
  .ms-1-mobile {
    margin-left: 0.25rem !important;
  }
  .me-2-mobile {
    margin-right: 0.5rem !important;
  }
  .ms-2-mobile {
    margin-left: 0.5rem !important;
  }
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
  .mb-2-mobile {
    margin-bottom: 0.5rem !important;
  }
  .w-100-mobile {
    width: 100% !important;
  }
  .me-0-mobile {
    margin-right: 0px !important;
  }
  .pe-0-mobile {
    padding-right: 0px !important;
  }
  .px-3-mobile {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .flex-wrap-mobile {
    flex-wrap: wrap;
  }
  .without-lateral-spacing {
    max-width: unset;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [class^=container] .full-width {
    width: calc(100% + 2rem) !important;
    margin-left: -1rem;
  }
  .section {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .rounded-0-touch {
    border-radius: 0 !important;
  }
  .text-center-touch {
    text-align: center;
  }
  .no-borders-touch {
    border: none !important;
  }
  .fw-normal-touch {
    font-weight: normal !important;
  }
  .w-100-touch {
    width: 100% !important;
  }
  .container-brand-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container-brand-logo .card-brand {
    flex-basis: 30%;
  }
  .banner {
    overflow: hidden !important;
    min-height: 126px !important;
    margin: 3rem auto;
  }
  .banner .wrapper-text {
    margin-right: -57px;
    width: 81%;
  }
  .banner .bannerImg {
    right: -26px;
  }
  #vdp-details {
    border: none !important;
    box-shadow: none !important;
    flex-wrap: wrap;
  }
  #vdp-details > div:not(#vdp-shares-mobile) {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
  }
  #vdp-details #vdp-shares-desktop {
    display: none !important;
  }
  .full-width-xs {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .full-width-xs.inner {
    width: calc(100% + 2rem);
  }
  .select-listato-desktop {
    transform: translateY(11px);
  }
  .select-listato-desktop select {
    background-image: url("/images/sort-icon.svg");
    border: none;
  }
}
/*BIG TOUCH*/
@media (max-width: 991px) {
  .w-100-big-touch {
    width: 100% !important;
  }
  .text-left-big-touch {
    text-align: left !important;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-touch-1 {
    order: 1;
  }
  .order-touch-2 {
    order: 2;
  }
  .order-touch-3 {
    order: 3;
  }
  .order-touch-4 {
    order: 4;
  }
  .order-touch-5 {
    order: 5;
  }
  .order-touch-6 {
    order: 6;
  }
  .order-touch-7 {
    order: 7;
  }
  .order-touch-8 {
    order: 8;
  }
  .p-big-touch-0 {
    padding: 0;
  }
  .ps-big-touch-4 {
    padding-left: 1.5rem !important;
  }
  #filters {
    bottom: -100%;
    position: fixed !important;
    width: 100%;
    margin-left: -1.3rem;
    max-width: 100%;
    margin-right: -15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: calc(100% - 240px);
    z-index: 1050;
    top: inherit;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
  }
  #filters.is-open {
    bottom: 58px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #filters {
    margin-left: -1.23rem;
  }
}
@media (max-width: 991px) {
  #mobile-filters-backdrop {
    opacity: 0.7 !important;
    z-index: 1049;
  }
}
@media (max-width: 991px) {
  .wrapper-offcanvas-bottom {
    z-index: 1051;
  }
}
/*SMALL*/
/*MEDIUM*/
@media (min-width: 768px) and (max-width: 991px) {
  .bannerImg {
    width: min(100%, 292px) !important;
  }
}
/*MEDIUM AND Large*/
/*Large*/
@media (min-width: 992px) and (max-width: 1199px) {
  #brand-home {
    margin-top: 4rem !important;
  }
}
/*Extra large*/
/*Extra extra large*/
/*Larger screens only*/
@media (min-width: 1400px) and (max-width: 1600px) {
  .is-size-6-larger-screen {
    font-size: 22px;
  }
}
/*Not Larger screens*/
@media (max-width: 1600px) {
  .only-larger-screens {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .col-larger-screens-5 {
    width: 41.66666667%;
  }
  .is-size-2-larger-screen {
    font-size: 44px !important;
  }
  .is-size-5-larger-screen {
    font-size: 24px !important;
  }
  .is-size-6-larger-screen {
    font-size: 22px !important;
  }
  .is-size-7-larger-screen {
    font-size: 18px !important;
  }
}
html.section-new {
  /*.main-section {
          margin-bottom: -155px;

          @include until(1771) {
              margin-bottom: -130px !important;
          }

          @include until(1666) {
              margin-bottom: -110px !important;
          }

          @include until(1476) {
              margin-bottom: -70px !important;
          }

          @include until(1400) {
              margin-bottom: -130px !important;
          }

          @include until(1300) {
              margin-bottom: -100px !important;
          }

          @include until(1070) {
              margin-bottom: -80px !important;
          }

          @include until(992) {
              margin-bottom: 0px !important;
          }
      }*/
}
@media (max-width: 991px) {
  html.section-new {
    overflow-x: hidden;
  }
}
html.section-new body {
  --text-default: white;
}
@media (max-width: 991px) {
  html.section-new body {
    overflow-x: hidden;
  }
}
html.section-new body #av-breadcrumbs nav li {
  color: white !important;
}
html.section-new body #av-breadcrumbs nav li:before {
  color: white !important;
}
html.section-new body #av-breadcrumbs nav li a {
  color: white !important;
}
