/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* GRID.SCSS */
/*-- our cleafix hack -- */
.wkrow:before,
.wkrow:after {
  content: "";
  display: table;
  clear: both; }

[class*='wkcol-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
  /*-- our gutter -- */
  padding: 15px;
  box-sizing: border-box; }
  [class*='wkcol-'] img {
    max-width: 100%; }

.wkcol-0 {
  width: 4.16%; }

.wkcol-1 {
  width: 8.33%; }

.wkcol-2 {
  width: 16.66%; }

.wkcol-3 {
  width: 25%; }

.wkcol-4 {
  width: 33.33%; }

.wkcol-5 {
  width: 41.66%; }

.wkcol-6 {
  width: 50%; }

.wkcol-7 {
  width: 58.33%; }

.wkcol-8 {
  width: 66.66%; }

.wkcol-9 {
  width: 75%; }

.wkcol-10 {
  width: 83.33%; }

.wkcol-11 {
  width: 91.66%; }

.wkcol-12 {
  width: 100%; }

@media all and (max-width: 47.99em) {
  .wkcol-0 {
    width: 50%; }
  .wkcol-1 {
    width: 50%; }
  .wkcol-2 {
    width: 100%; }
  .wkcol-3 {
    width: 100%; }
  .wkcol-4 {
    width: 100%; }
  .wkcol-5 {
    width: 100%; }
  .wkcol-6 {
    width: 100%; }
  .wkcol-7 {
    width: 100%; }
  .wkcol-8 {
    width: 100%; }
  .wkcol-9 {
    width: 100%; }
  .wkcol-10 {
    width: 100%; }
  .wkcol-11 {
    width: 100%; }
  .wkcol-12 {
    width: 100%; } }

.spaziatura {
  padding: 0;
  position: relative;
  overflow: visible;
  margin-bottom: 30px !important; }
  @media all and (min-width: 48em) {
    .spaziatura {
      margin-bottom: 50px !important; } }
  @media all and (min-width: 62.5em) {
    .spaziatura {
      margin-bottom: 60px !important; } }
  @media all and (min-width: 78.75em) {
    .spaziatura {
      margin-bottom: 70px !important; } }

.overflow_visibile {
  overflow: visible !important; }

/*** GRIGLIA PRODOTTI ***/
.prodotti-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px; }
  @media all and (min-width: 48em) {
    .prodotti-container {
      display: flex;
      justify-content: space-between;
      margin: 50px auto 100px auto; } }

.prodotti_grid_container {
  flex-grow: 1;
  width: 100%; }
  @media all and (min-width: 48em) {
    .prodotti_grid_container {
      width: 70%; } }
  @media all and (min-width: 62.5em) {
    .prodotti_grid_container {
      width: 80%; } }
  @media all and (min-width: 78.75em) {
    .prodotti_grid_container {
      width: 83.3%; } }

#grid_prodotti {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  /* @include mq($from:desktop){
        width: calc(100% + 30px);
    }*/ }

#grid_prodotti_test {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%; }

.grid-sizer {
  width: calc(50% - 15px);
  display: block !important; }
  @media all and (min-width: 62.5em) {
    .grid-sizer {
      width: calc(33.333% - 20px); } }
  @media all and (min-width: 78.75em) {
    .grid-sizer {
      width: calc(25% - 23px); } }
  @media all and (min-width: 93.75em) {
    .grid-sizer {
      width: calc(20% - 24px); } }

li.grid-item {
  width: calc(50% - 15px);
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  @media all and (min-width: 62.5em) {
    li.grid-item {
      width: calc(33.333% - 20px);
      margin-bottom: 50px; } }
  @media all and (min-width: 78.75em) {
    li.grid-item {
      width: calc(25% - 23px); } }
  @media all and (min-width: 93.75em) {
    li.grid-item {
      width: calc(20% - 24px); } }

/*.grid-item > a:hover {
    opacity: 1;
}*/
li.grid-item.title-item {
  width: 100%; }

h3.title-item__title {
  text-transform: unset;
  font-family: 'Raleway';
  font-size: 2rem;
  line-height: 1.3em;
  margin-bottom: 10px; }

span.title-item__subtitle {
  font-family: 'Raleway';
  font-size: 1rem;
  line-height: 1.3em;
  margin-top: 10px;
  display: block;
  text-transform: lowercase; }

.item-cover {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }

.product-item .item-cover {
  height: auto;
  padding-top: 0;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #f8f8f8;
  transition: all 0.3s ease-in-out; }
  .product-item .item-cover > img {
    width: 100%;
    height: auto;
    display: block; }

@media all and (min-width: 48em) {
  .grid-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    transition: all 0.3s ease-in-out; } }

.grid-item:hover a {
  opacity: 1; }

@media all and (min-width: 48em) {
  .grid-item.title-item:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.3s ease-in-out; } }

.grid-item_meta {
  position: relative;
  width: calc(100% - 20px);
  margin-top: 7px; }

h4.grid-item__titolo {
  font-size: .875rem;
  font-family: 'Raleway';
  font-weight: normal;
  color: black;
  line-height: 1.3em;
  margin: 0; }

.grid-item__codice {
  display: block;
  font-family: 'Raleway';
  font-weight: normal;
  color: black;
  font-size: .875rem;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.2em; }

.grid-item__collection {
  display: block;
  font-size: 10px;
  color: black;
  margin-top: 10px;
  min-height: 1.6em; }

/**** FILTRI ****/
@media all and (min-width: 48em) {
  .filter-header {
    display: none; } }

.filter-sidebar {
  width: 100%; }
  @media all and (min-width: 48em) {
    .filter-sidebar {
      width: 30%; } }
  @media all and (min-width: 62.5em) {
    .filter-sidebar {
      width: 20%; } }
  @media all and (min-width: 78.75em) {
    .filter-sidebar {
      width: 16.7%; } }

#clear-filter {
  font-size: 13px;
  font-family: 'Outfit';
  line-height: 1.3em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }
  #clear-filter.attivo {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
  #clear-filter.attivo:hover {
    opacity: .5;
    transition: all 0.3s ease-in-out; }

a#clear-filter {
  padding: 5px 15px 5px 15px;
  background-color: black;
  border-radius: 0;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  color: white; }

.filter-title {
  line-height: 1.3em;
  font-size: 12px;
  text-transform: none;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .filter-title:hover {
    opacity: .5;
    transition: all 0.3s ease-in-out; }

ul.filter-container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 5px; }

.filtri-product.filtri-gruppo {
  padding: 7px 0; }
  .filtri-product.filtri-gruppo.attivo .filter-container {
    display: block; }

.filtri-product.filtri-gruppo.filtri-toggle .filter-container {
  display: block; }

.filtri-product.filtri-gruppo.filtri-toggle.attivo .filter-title {
  display: block; }

.filter-item > span {
  line-height: 1.3em;
  transition: all 0.3s ease-in-out; }
  .filter-item > span:hover > span {
    opacity: .2;
    transition: all 0.3s ease-in-out; }

.filter-item-name {
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; 
    
}
.filter-item-name1 {
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;margin-top:5px;line-height:11px;font-size:9px;text-align:center; }
.filter-stile li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .filter-stile li .filter-item-name {
    font-weight: bold; }

.filter-attivo li > span {
  opacity: .2;
  color: black;
  transition: all 0.3s ease-in-out; }

.filter-attivo li.attivo > span {
  opacity: 1;
  color: black;
  transition: all 0.3s ease-in-out; }

.filter-attivo li:hover > span {
  opacity: 1;
  color: black;
  transition: all 0.3s ease-in-out; }

.filter-attivo.filter-stile li > span,
.filter-attivo.filter-stile li:hover > span,
.filter-attivo.filter-stile li.attivo > span {
  opacity: 1;
  transition: all 0.3s ease-in-out; }

.filter-stile li.attivo > span {
  opacity: .2 !important;
  transition: all 0.3s ease-in-out; }

li.filter-item.sub-filter-item {
  padding-left: 20px; }
  li.filter-item.sub-filter-item span {
    text-transform: lowercase; }

ul.sub-filter-list {
  overflow-y: hidden;
  list-style-type: none;
  padding: 0;
  height: 0;
  transition: all 0.3s ease-in-out; }

li.filter-item.sub-filter-item {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: .4s; }

.is-visible li.filter-item.sub-filter-item {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transition-delay: .4s; }

/* FILTRI FINITURE */
.filtri-finiture .filter-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 85%; }

.filtri-finiture .filter-finiture-pvd {
  position: relative;
  margin-bottom: 30px; }

.filtri-finiture .filter-finiture-pvd::before {
  content: "PVD";
  display: block;
  position: absolute;
  top: 54%;
  -webkit-transform: rotate(-90deg) translateY(-146%) translateX(50%);
          transform: rotate(-90deg) translateY(-146%) translateX(50%);
  font-size: 12px;
  font-weight: 500; }
  @media all and (max-width: 47.99em) {
    .filtri-finiture .filter-finiture-pvd::before {
      -webkit-transform: rotate(-270deg) translateY(0%) translateX(-50%);
              transform: rotate(-270deg) translateY(0%) translateX(-50%);
      right: -20px;
      font-size: .875rem; } }

.filtri-finiture .filter-finiture-outdoor::before {
  content: "OUTDOOR";
  -webkit-transform: rotate(-90deg) translateY(-254%) translateX(19%);
          transform: rotate(-90deg) translateY(-254%) translateX(19%); }
  @media all and (max-width: 47.99em) {
    .filtri-finiture .filter-finiture-outdoor::before {
      -webkit-transform: rotate(-270deg) translateY(0%) translateX(-25%);
              transform: rotate(-270deg) translateY(0%) translateX(-25%);
      right: -42px;
      font-size: .875rem; } }

.filtri-finiture .filter-item {
  width: calc(33.333% - 7px);
  margin-right: 7px;
  margin-bottom: 26px;
  margin-top: 6px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.filtri-finiture .filter-item .filter-item-cover {
  transition: all 0.3s ease-in-out; }

.filtri-finiture .filter-item:hover .filter-item-cover {
  opacity: .2;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.filtri-finiture .filter-item .filter-item-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.filter-container.filter-attivo .filter-item .filter-item-cover {
  opacity: .2;
  transition: all 0.3s ease-in-out; }

.filter-container.filter-attivo .filter-item.attivo .filter-item-cover,
.filter-container.filter-attivo .filter-item:hover .filter-item-cover {
  opacity: 1;
  transition: all 0.3s ease-in-out; }

.filtri-finiture .filter-color-stamp {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.filtri-finiture .filter-color-stamp.tooltip {
  width: 100%;
  height: 0;
  padding-top: 100%; }

ul.filter-container.filter-finiture-pvd::after {
  /* display: block; */
  content: " ";
  width: calc(100% + 32px);
  height: calc(100% + 4px);
  background-color: #e4e4e454;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media all and (max-width: 47.99em) {
    ul.filter-container.filter-finiture-pvd::after {
      left: -10px;
      right: unset; } }

.wk_ricerca::-webkit-input-placeholder {
  font-size: 12px; }

.wk_ricerca::-moz-placeholder {
  font-size: 12px; }

.wk_ricerca:-ms-input-placeholder {
  font-size: 12px; }

.wk_ricerca::-ms-input-placeholder {
  font-size: 12px; }

.wk_ricerca::placeholder {
  font-size: 12px; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/* Tooltip container */
.tooltip {
  position: relative;
  display: flex; }

.tooltip a:after {
  content: " ";
  display: inline-block;
  width: .875em;
  height: .875em;
  line-height: 1.6em;
  background-image: url("../images/stella-01.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 100%;
  margin-left: 10px; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  display: inline-block !important;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: .6rem;
  padding: 5px 10px;
  min-width: 80px; }

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

#go_to_top {
  width: 48px;
  height: 48px;
  position: fixed;
  left: 5%;
  bottom: 5%;
  background-color: #f8f8f8;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  @media all and (max-width: 47.99em) {
    #go_to_top {
      display: none !important; } }
  #go_to_top:hover {
    box-shadow: 0 0px 10px -1px rgba(128, 128, 128, 0.43);
    transition: all 0.3s ease-in-out; }
  #go_to_top .gototop_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }
  #go_to_top .gototop_icon svg {
    width: 40px;
    height: 20px;
    display: block; }
    #go_to_top .gototop_icon svg * {
      stroke: black; }

.filtri-gruppo {
  margin-bottom: 30px; }

@media all and (max-width: 47.99em) {
  .filter-sidebar {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 48px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    left: 0;
    transition: all 0.3s ease-in-out; }
    .filter-sidebar.attivo {
      bottom: unset;
      top: 0;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      transition: all 0.3s ease-in-out; }
  .filter-header {
    height: 48px;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white; }
  .filter-header .filter_header__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0; }
  .filter-header h4 {
    margin: 0;
    font-size: 20px;
    flex-grow: 1; }
  .filter-close {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .filter-open .filter-sidebar {
    top: 50px;
    bottom: unset;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    transition: all 0.3s ease-in-out; }
  .attivo .filter-close {
    opacity: 1;
    transition: all 0.3s ease-in-out; }
  .filter-content {
    padding: 0 5%;
    height: calc(100% - 48px);
    overflow-y: scroll; } }

.no-result-message {
  font-size: 2rem;
  font-family: 'Outfit';
  margin-bottom: 50px; }

input#keyword {
  border: 0;
  padding: 5px 10px 5px 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50%; }

.search-field label {
  font-family: 'Outfit';
  font-size: 12px;
  font-weight: 600; }

.wk_seleziona_paese span.address_country {
  flex: 0 0 100% !important; }

.wk-item-icon-relative {
  position: relative; }

.wk-item-icon-absolute {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
  right: 20px;
  width: 100%; }
  .wk-item-icon-absolute img {
    width: auto;
    height: 30px;
    margin-bottom: 15px;
    display: block; }

/*** FILTRI OUTDOOR ****/
ul.filter-container.filter-finiture {
  margin-bottom: 30px; }
