/*
INDICE

1 STILE CHECKBOX FILTRI
  1.1
  1.2
  1.3
  1.4


2 STILE ACCORDION
  2.1

3.STILE SLIDESHOW DI CATEGORIA



  */


  div#pulisciFiltri {
    text-align: right;
    font-weight: 400;
    
  }

  div#pulisciFiltri a {
    color: #666;
  }

.ck-button {
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    display:inline-block;
    height:25px;
    width:25px;
    border-radius:3px;
    border:1px solid e5e5e5;
}




.ck-button label {
    float:left;
    width:4.0em;
}

.ck-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

.ck-button label input {
    position:absolute;
    top:-20px;
}

.ck-button input:checked + span {
    background-color:#911;
    color:#fff;
    }
 
    
    
div.filter h3{
font-size:14px;
/*margin-top:30px;*/
}
    
    .cboxInline{
    position: relative;
    display: inline-block;
    padding: 20px;
}

label.cboxInline{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    
}

div.filterThemeEllipse label.cboxInline, div.filterThemeCircle label.cboxInline{
    border-radius: 25px;
}

div.filterThemeCircle label.cboxInline{
opacity:0.8
}

div.filterThemeRect label.cboxInline {
    border-radius: 0px;
    }

label.cboxInline  {
    padding: 8px 12px;
    cursor: pointer;
}

label.cboxInline::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* font-family: "Font Awesome 5 Free"; */
    font-family: "FontAwesome"; 
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

div.filterThemeCircle label.cboxInline::before {

    padding: 2px 2px 2px 2px;
    color:#d6d6d6;
}

div.filterThemeCircle input + label{
  margin-bottom: 10px;
}

div.filterThemeEllipse{
  font-size: 11px;
}

div.filterThemeEllipse input[type="checkbox"]:checked + label::before, div.filterThemeCircle input[type="checkbox"]:checked + label::before, div.filterThemeRect input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
    
}



div.filterThemeEllipse input[type="checkbox"]:checked + label,div.filterThemeCircle input[type="checkbox"]:checked + label,div.filterThemeRect input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
    opacity:1;
}

div.filterThemeEllipse input[type="checkbox"],div.filterThemeCircle input[type="checkbox"],div.filterThemeRect input[type="checkbox"] {
  display: absolute;
}
div.filterThemeEllipse input[type="checkbox"],div.filterThemeCircle input[type="checkbox"],div.filterThemeRect input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
div.filterThemeEllipse input[type="checkbox"]:focus + label, div.filterThemeCircle input[type="checkbox"]:focus + label, div.filterThemeRect input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}
    

/*------------SIMPLE CHECKBOX------------------------*/

div.simpleCheckbox input {
    position: absolute; 
    opacity: 0; 
    
}
  
div.simpleCheckbox input + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      display: block;
      color: grey;
      font-weight: 400;
        margin-bottom: 10px;
      
    }
  
    
    div.simpleCheckbox input + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      background: #dedede;
    }
  
   
    div.simpleCheckbox input:hover + label:before {
      background: #f35429;
    }
    
    div.simpleCheckbox input:focus + label:before {
      /*box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);*/
    }
  
    div.simpleCheckbox input:checked + label:before {
      background: #f35429;
    }
    
    div.simpleCheckbox input:disabled + label {
      color: #b8b8b8;
      cursor: auto;
    }
  
    div.simpleCheckbox input:disabled + label:before {
      box-shadow: none;
      background: #ddd;
    }
  
    div.simpleCheckbox input:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 
        2px 0 0 white,
        4px 0 0 white,
        4px -2px 0 white,
        4px -4px 0 white,
        4px -6px 0 white,
        4px -8px 0 white;
      transform: rotate(45deg);
    }


/*----------------FILTERTHEMESIZE----------------------*/
.size li a{
    border:1px solid #e8e6e2;
    padding:3px 10px;
    color:#666;
    float:left;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    border-radius:3px;

}
.size li a:hover{border-color:#e83f33}





/**********************   STILE ACCORDION         ************************************/

div.filter .transition, p, div.filter ul li i:before, div.filter ul li i:after {
  transition: all 0.03s ease-in-out;
}

div.filter .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

div.filter .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
  background-color: #dce7eb;
  font-family: "Titillium Web", sans-serif;
  color: rgba(48, 69, 92, 0.8);
}

body {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 90px 0;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 0 0 #ff6873 inset;
  background-color: #fefffa;
  max-width: 450px;
  padding: 30px;
}
@media (max-width: 550px) {
  body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}

h1, h2 {
  color: #ff6873;
}

h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}

p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}*/

/************************     flipdown         ************************************/
aside div.filter h2{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

aside div.filter h3{
  font-size: 14px;
  font-weight: 700;
}

div.filter ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
div.filter ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
div.filter ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
div.filter ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
div.filter ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
div.filter ul li:last-of-type {
  padding-bottom: 0;
}
div.filter ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
div.filter ul li i:before, div.filter ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
div.filter ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
div.filter ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
div.filter ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
div.filter ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
div.filter ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
div.filter ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/*
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}*/ 

/*****************************                 pure-scss-accordion-tabs               ***********************************/

#aspect-content {
  margin: 10px 0 0;
  /*font-family: "Poppins", sans-serif;*/
}
#aspect-content * {
  box-sizing: border-box;
}

.aspect-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ececec;
  opacity: 1;
  transition: box-shadow .2s, opacity .4s;
}
.aspect-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}

.aspect-input {
  display: none;
}

.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 3000px;
}

.aspect-input:checked ~ .aspect-content:after {
  transform: rotate(0);
}

.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
.aspect-label:hover ~ .aspect-content:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}




.aspect-content {
  position: relative;
  display: block;
  height: 80px;
  margin: 0;
  padding: 0 87px 0 0px;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.aspect-content:before, .aspect-content:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.aspect-content:before {
  height: 100%;
}
.aspect-content:after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.aspect-name {
  display: inline-block;
  width: 75%;
  margin-left: 16px;
  font-weight: 500;
  color: #242a32;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}

.aspect-stat {
  /*width: 40%;
  text-align: right;*/
  padding-left: 10px;
}

.all-opinions,
.aspect-name {
  font-size: 14px;
  line-height: 22px;
}

.all-opinions {
  color: #5d5d5d;
  text-align: left;
}

.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
  padding: 0px 10px;
}

.aspect-content > div,
.aspect-stat > div {
  display: inline-block;
}

.aspect-content > div {
  vertical-align: middle;
}

.positive-count,
.negative-count,
.neutral-count {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-left: 26px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  color: #363636;
}

.positive-count {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM3RUQzMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxMS40MjdhNSA1IDAgMCAwIDEwIDAgLjcxNC43MTQgMCAxIDAtMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMS03LjE0MiAwIC43MTQuNzE0IDAgMSAwLTEuNDI5IDB6bTEuMDcxLTVhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MyAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==");
}

.negative-count {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNGRjZFMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxNC45OThhLjcxNC43MTQgMCAwIDAgMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMSA3LjE0MiAwIC43MTQuNzE0IDAgMSAwIDEuNDI5IDAgNSA1IDAgMSAwLTEwIDB6bTEuMDcxLTguNTdhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MiAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDIgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==");
}

.neutral-count {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNCQUMyRDYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNS43MTQgMTEuNDI3YS43MTQuNzE0IDAgMSAwIDAgMS40MjloOC41NzJhLjcxNC43MTQgMCAxIDAgMC0xLjQyOUg1LjcxNHptLjM1Ny01YTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3ptNy44NTggMGExLjA3MSAxLjA3MSAwIDEgMCAwIDIuMTQzIDEuMDcxIDEuMDcxIDAgMCAwIDAtMi4xNDN6Ii8+Cjwvc3ZnPgo=");
}



.aspect-tab-content {
  /*background-color: #f9f9f9;
  font-size: 0;
  text-align: justify;*/
  padding: 0 10px;
}

.sentiment-wrapper {
  padding: 24px 30px 30px;
}

.sentiment-wrapper > div {
  display: inline-block;
  width: 33.3%;
  max-width: 390px;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}

.sentiment-wrapper > div > div {
  width: 100%;
  padding: 16px 24px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ececec;
  text-align: left;
}

.opinion-header {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #242a32;
  text-transform: capitalize;
}

.opinion-header > span:nth-child(2) {
  position: absolute;
  right: 0;
}

.opinion-header + div > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
}

@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }

  .aspect-content {
    height: auto;
    padding: 10px 87px 10px 30px;
  }
  .aspect-content:before {
    display: none;
  }
  .aspect-content:after {
    top: 0;
  }

  .aspect-content > div {
    display: block;
    width: 100%;
  }

  .aspect-stat {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .sentiment-wrapper > div {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .sentiment-wrapper > div:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }

  .aspect-stat > div {
    display: block;
    width: 100%;
  }

  .all-opinions {
    margin-bottom: 10px;
  }

  .all-opinions + div > span:first-child {
    margin: 0;
  }
}


div.filterThemeCircle label.hide-symbol::before{
	opacity:0;
}

label.colore-ambra{ background-color: #ffbf00!important; }
label.colore-arancio-ral2004{ background-color: #e25303!important; }
label.colore-arancione{ background-color: #ffa500!important; }
label.colore-avana{ background-color: #e0cdb7!important; }
label.colore-bianca{ background-color: #ffffff!important; }
label.colore-bianco{ background-color: #ffffff!important; }
label.colore-blu{ background-color: #0000FF!important; }
label.colore-blu-ral5015{ background-color: #007cb0!important; }
label.colore-giallo{ background-color: #f9f912!important; }
label.colore-grigio{ background-color: #a8a8a8!important; }
label.colore-marrone{ background-color: #a25d00!important; }
label.colore-nera{ background-color: #000000!important; }
label.colore-nero{ background-color: #000000!important; }
label.colore-ocra{ background-color: #cc7722!important; }
label.colore-polar{ background-color: #dde8ed!important; }
label.colore-rosso{ background-color: #ff0000!important; }
label.colore-rosso-ral3000{ background-color: #a72920!important; }
label.colore-verde{ background-color:  #427b00!important; }
label.colore-ambra-trasparente{ background-color: #ffbf00!important; }
label.colore-arancio-fluo{ background-color: ff9900#!important; }
label.colore-azzurro{ background-color: #abcdef!important; }
label.colore-azzurro-trasparente{ background-color: #abcdef!important; }
label.colore-giallo-trasparente{ background-color: #f9f912!important; }
label.colore-nero-trasparente{ background-color: #000000!important; }
label.colore-verde-militare{ background-color: #424632!important; }
label.colore-verde-trasparente{ background-color: #49b675!important; }
label.colore-zincato{ background-color: #434b4d!important; }


.range-container{
    padding: 6px;
	height: 70px;   
}

.range-container .slider-range-cat{
	 margin-top: 10px;
} 

.ris-filtri-sottocategoria-fixed{
position: fixed;
    top: 100px;
    left: 415px;
    padding: 0;
    background-color: rgba(250, 250, 250, 1);
    z-index: 3000;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #555959;	
}


