.container-reda:not(.full){
    max-width: 1440px;
    margin: 0px auto;
}
.container-griglia{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
section.tail .more_details h3.title{
    text-align: left;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0.16px;
    color: #1D1D1D;
    opacity: 1;
}
section.tail .details span.price{
text-align: left;
font: normal normal normal 16px/24px Roboto;
letter-spacing: 0.16px;
color: #1D1D1D;
opacity: 1;
display: block;
white-space: pre;
}

section.tail .more_details .season{
    text-align: left;
    font: normal normal normal 12px/22px Roboto;
    letter-spacing: 1.2px;
    color: #808080;
    text-transform: uppercase;
}

section.tail .more_details .maker{
    text-align: left;
    font: normal normal normal 12px/22px Roboto;
    letter-spacing: 0.12px;
    color: #808080;
    opacity: 1;
    text-transform: capitalize;
}

img{
    max-width: 100%;
}
.tailSwiper .swiper-wrapper{
    height: max-content;
}

section.tail .item{
box-sizing: border-box;
margin-bottom: 50px;
}
section.tail .item .more_details .details,.tailSwiper  .details{
display: flex;
padding-right: 20px;
}
.section.tail .details span.price.cutted{
    margin-right: 10px;
}
.price.cutted{
 color: #adadad;
 text-decoration: line-through;
}

section.tail .item span.promo{
    padding: 0px 15px;
    font: normal normal normal 12px/24px Roboto;
    letter-spacing: 0.16px;
    position: relative;
    display: block;
    margin-right: 5px;
    background-color: #88101E;
    color: white;
}
section.tail .item .rigth_details,.tailSwiper .rigth_details
{
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.rigth_details span.label{
    padding: 0px 8px;
    font: normal normal normal 12px/24px Roboto;
    letter-spacing: 0.16px;
    position: relative;
    display: flex;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
}

.rigth_details  span.label:nth-last-child(){
    margin-left: auto;  
    margin-right: 20px; 
}

.rigth_details span.label.promo{
    background-color: #88101E;
    color: white;
}



section{
    margin-bottom: 150px;
    margin-top:30px;
}

.custom_heading h1 {
    font: 600 1.5em/1 'Roboto', sans-serif;
    color: rgba(0,0,0,.5);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5em;
    top: 25%;
    width: 100%;
}

.custom_heading span,.custom_heading  span:after {
    font-weight: 900;
    color: #38322f;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
}

.custom_heading span {
    font-size: 4em;
    z-index: 100;
    text-shadow: .04em .04em 0 #9cb8b3;
}
.section.griglia .more, .sezione_pulsante {
text-align: center;
display: flex;
flex: 0 100%;
}
.section.griglia .more a,.sezione_pulsante a{
    font-size: 16px;
    text-align: center;
    margin: 0px auto;
    border: 2px solid black;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.custom_heading span:after {
    content: attr(data-shadow-text);
    color: rgba(0,0,0,.35);
    text-shadow: none;
    position: absolute;
    left: .0875em;
    top: .0875em;
    z-index: -1;
    mask-image: none;}

.container.reda 
{
    display: flex;
    
}
.container.reda  *{
    max-width:100%;
}
.txt-container > .text{
    flex: 0 100%;
}
.page_title h1{
    text-align: center;
}
.tail-img-text .container.reda > .text{
    flex-direction: column;
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    white-space: normal;
    padding: 50px;
    box-sizing: border-box;
}

.container.reda > .text h2
{
    font-size: 74px;
    letter-spacing: 2.4px;
    line-height: 86px;
    margin-bottom: 24px;
}

.container.reda > .text p
{
    font-size: 14px;
    line-height: 22px;
}

.container.reda > .text a.btn.btn-text
{
    color:#000;
    text-transform:none;
    text-decoration: none;
    font-weight: 700;
    line-height: 28px;
}

.container.reda > .text a.btn.btn-text svg{
    height: 12px;
}


*{
    white-space: normal;
}

.loader.min{
    margin: 0px;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #cecece;
    border-top-color: #5a5a5a;
}
.tl-side-filter > .loader.min{
    float: left;
}

.loader {
    margin: 80px auto;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border: 5px solid #cecece;
    border-top-color: #5a5a5a;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
}
  @keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    0% {
      transform: rotate(360deg);
    }
  }
.top-filter-bar{
    height: 73px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
.top-filter-bar,.txt-container > .text{
    padding: 0px 10px;
}
.top-filter-bar .go-configurator{
    flex-basis: 165px;
    font: normal normal bold 14px/19px Roboto;
    TEXT-ALIGN: RIGHT;
    color: #707070;
}
.top-filter-bar .tl-filters {
    flex-basis: 300px;
    display: flex;
}
.top-filter-bar .sorting{
    margin-right: 20px;
}
.top-filter-bar h1{
font: normal normal normal 26px/32px Butler;
letter-spacing: 1.52px;
color: #1D1D1D;
}
.top-filter-bar .page_title
{
    margin-right: auto;
}

.top-filter-bar > .container-reda{
    flex-basis: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
.flex{
    display: flex;
}
.menu-container{
    justify-content: space-between;
}
.menu-container.left {
    justify-content: start;
}

.menu-container.right{
    justify-content: end;
}

.item.banner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(https://reda.local/app/uploads/2022/05/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-clip: content-box;
    background-size: cover;
}
.item.banner a.button{
    min-width: 200px;
    min-height: 50px;
    font: 400 12px/50px Roboto;
    letter-spacing: 0.1em;
    background: #1D1D1D 0% 0% no-repeat padding-box;
    border: 1px solid #1D1D1D;
    opacity: 1;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 37px;
    padding: 0px 15px;
}
.item.banner.light a.button{
color: #1D1D1D;
 background: #FFFFFF 0% 0% no-repeat padding-box;
 border:#f3f3f3;
 border-color: #f3f3f3;
}
.item.banner h3{
    text-align: center;
    font: normal normal normal 34px/40px Butler;
    letter-spacing: 1.52px;
    color: #1D1D1D;
    opacity: 1;
    margin-top: 20px;
    max-width: 95%;
}

.item.banner h4
{
text-align: center;
font: normal normal medium 16px/21px Roboto;
letter-spacing: 4.32px;
color: #1D1D1D;
opacity: 1;

}
.tail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: baseline;
  }
  .tailSwiper {
      overflow: hidden;
      position: relative;
      padding: 10px;
  }
  .tailSwiper .swiper-pagination{
    bottom: 0px !important;
    top: auto !important;
    background: #EAEAEA;
  }

  .tailSwiper .swiper-pagination-progressbar-fill{
      background-color: #000;
  }

.container-reda > section.tail
{
margin-top: 50px;
margin-bottom: 50px;    
}

.full-banner
{
background-color: #bebebe;
background-size: cover;
background-position: center;
}
.full-banner .descrizione{
margin-bottom: 35px;
max-width: 680px;
}
.full-banner .descrizione p
{
line-height: 1.8em;
}

.full-banner .titolo{
    font-size: 48px;
    line-height: 75px;
}

.full-banner .sottotitolo{
    font-size: 16px;
}

.center{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.full-banner{
    padding: 110px 0px;
}

.full-banner .btn{
    background-color: black;
    color: white;
    width: 200px;
    height: 50px;
    font: 400 12px/50px Roboto;
    letter-spacing: 0.1em;  
    display: block;
    margin: 0px auto;
}


.tl-side-filter{
background-color: white;
height: 100%;
width: 448px;
position: fixed;
top: 0px;
right: -448px;
z-index: 999;
transition-duration: 1.5s;
padding: 20px 10px;
box-sizing: border-box;
max-width: 100%;
}
.tl-filters {
    text-align: right;
}
.tl-filters a{
font: normal normal bold 14px/19px Roboto;
cursor: pointer;
}
.tl-filters span.dashicons 
{
    font-size: 16px;
}
.tl-filter-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    top: 0px;
    left: 0px;
    z-index: 2;
    position: fixed;
    transition-duration: 2s;
}
.tl-side-filter.active{
    right: 0px;
}
.tl-filter-overlay .loader {
    top: 40%;
    position: absolute;
    left: 40%;
    width: 3rem;
    height: 3rem;
}
.close-block{
 text-align: right;
 float: right;
}

.close-block span{
    font-size: 42px;
    width: 42px;
    height: 42px;
}
a,button{
    cursor: pointer;
}
.tl-side-filter h3{
    font-size: 24px;
    color: #111;
    line-height: 42px;
}
.tl-list-filters{
    margin-top: 10px;
    margin-bottom: 100px;
}
.tl-list-filters > li{
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f7f7f7;
    line-height: 50px;
    cursor: pointer;
} 

.tl-list-filters li > ul{
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.tl-list-filters li.active > ul{
    display: flex;
    opacity: 1;
    height: auto;
    flex-wrap: wrap;
}

.tl-list-filters > li::before{
    content: "\f543";
    font-family: 'dashicons';
    float: right;
    margin-right: 12px;
    z-index: 1;
    position: relative;
}
.tl-list-filters > li.active::before{
    content: "\f460";
}

.tl-side-filter
{
    overflow-y: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
.tl-side-filter::-webkit-scrollbar {
    display: none;
}

.tl-list-filters li.Color img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
}

.tl-list-filters li.active > ul{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 435px;
    padding: 15px;
    box-sizing: border-box;
}

.tl-list-filters label{
font-weight: 500;
display: inline-block;
width: calc(100% - 45px);
}

.tl-list-filters  input[type="checkbox"]:checked {
    accent-color: black;
    background: black;
    color: white;
}

.tl-list-filters > li > ul > li {
    display: inline-flex;
    font-size: 16px;
    line-height: 24px;
    width: 50%;
    margin-bottom: 16px;
}
.tl-list-filters > li.Maker > ul > li{
width: 33%;
}
.tl-list-filters > li.Maker .label{
    display: none;
}
.tl-list-filters > li.Maker > ul > li{
    width: 33%;
    }
.tl-list-filters > li.Excellence > ul > li, .tl-list-filters > li.Fineness > ul > li,.tl-list-filters > li.Warmth  > ul > li,.tl-list-filters > li.Weight  > ul > li{
    width: 20%;
}
.tl-list-filters > li > ul > li > .wrap{
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 5px;
    display: inline-flex;
    padding-right: 5px;
    align-items: center;
}
.tl-list-filters > li.active .wrap img{
    border-radius: 30px;
}

.tl-list-filters > li > ul > li.active > .wrap{
    border: 2px solid rgb(112, 112, 112);
}
.tl-list-filters > li > ul > li.active > .wrap::after{
    content: "\f15e";
    font-family: 'dashicons';
    font-size: 20px;
}
.tl-list-filters li.Maker img {
  max-width: 80px;
}
.tl-list-filters span.label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 8px;
}
.tl-list-filters li.Pattern div > a {
    margin-right: 10px;
}
.tl-list-filters .Color-check{
    float: right;
    height: 20px;
    width: 20px;
    border-radius: 0px;
}

.tl-list-filters .title{
padding-left: 15px;    
width: 100%;
display: block;
position: relative;
background: transparent;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
z-index: 2;
}
.filtri_attivi:empty{
    display: none !important;
}
.filtri_attivi{
    clear: both;
    display: flex;
    flex-wrap: wrap; 
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
.filtri_attivi > span{
    font-weight: bolder;
    display: flex;
    text-transform: capitalize;
    line-height: 30px;
    padding-right: 15px;
}
.filtri_attivi > span:after {
    content: "\f335";
    font-family: 'dashicons';
    font-size: 20px;
    line-height: 30px;
}
.counter-filters{
    background-color: black;
    color: white;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    vertical-align: middle;
    line-height: 16px;
    margin-top: -10px;
    margin-left: 2px;
}
.res-view-result{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 32px;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 370px;
    z-index: 99999;
}

.res-view-result button
{
    background-color: white;
    height: 40px;
    display: inline-flex;
    appearance: none;
    font-weight: 700;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    letter-spacing: 0px;
    font-size: 14px;
    text-transform: uppercase;
    border-color: #262626;
    color: rgb(112, 112, 112);
}
.res-view-result > div{
    width: 48%;
}
.res-view-result .view-res{
    background-color: black;
    color: white;
}
.hide{
    display: none;
}
.tail-img-text.destra > .container  > .img{
order: 2;
}
.tail-img-text.destra > .container  > .text{
    order: 1;
    text-align: right;
    align-items: flex-end;
}
.tailSwiper .swiper-pagination-progressbar-fill {
    background-color: #a29d9d;
}
#slider-range-tlr{
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    height: 0.8em;
    position: relative;
    display: flex;
    flex: 0 calc(100% - 20px);
    margin-left: 10px;
    
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #000;
    background: #fff;
    font-weight: normal;
    color: #454545;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-widget-header {
    font: bold 18px/24px Roboto;
    letter-spacing: 0px;
    background: #fff;
    color: #000;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.head-price,.head-price .min,.head-price .max{
    display: inline-flex;
}
.head-price .min{
    width: 130px;
}
.head-price label{
    font-size: 16px;
    white-space: nowrap;
}
.head-price input{
    font-size: 18px;
}
.griglia_title,.slider_title{
    font-size: 60px;
    letter-spacing: 2.4px;
    line-height: 63px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
    .container-griglia.column-desk-5 > .item{
        flex: 0 1 calc(20% - 10px);
    }
    .container-griglia.column-desk-4 > .item.banner_4{
        flex: 0 1 calc(50% - 10px) ;
    }
    .container-griglia.column-desk-3 > .item.banner_3{
        flex: 0 1 calc(33.33% - 10px) ;
    }
    .container-griglia.column-desk-4 > .item{
        flex: 0 1 calc(25% - 10px) ;
    }
    .container-griglia.column-desk-3 > .item{
        flex: 0 1  calc(33.33% - 10px) ;
    }
    .container-griglia.column-desk-2 > .item{
        flex: 0 1  calc(50% - 10px) ;
    }
    .container-griglia.column-desk-1 > .item{
        flex: 0 1  100% ;
    }
    .column-desk-4.container-slider  .swiper-slide {
        width: 21%;
      }
    
    .column-desk-3.container-slider  .swiper-slide {
        width: 27%;
    }
    .column-desk-2.container-slider  .swiper-slide {
        width: 42%;
    }
}

@media only screen and (max-width: 1024px) {
    .container-reda > section.griglia  > .titolo{
        padding: 0px 10px;
    }
    .res-view-result{
        width: 90%;
        flex-direction: column;
        padding: 0px;
    }
    .res-view-result > div {
        width: 75%;
        margin-bottom: 5px;
    }
    .top-filter-bar .go-configurator,.top-filter-bar .tl-filters{
        flex: 0 100%;
        text-align: right;
        align-items: flex-end;
        justify-content: end;
    }
    .top-filter-bar > .container-reda{
        flex-wrap: wrap;
        padding: 20px 5px;
    }
    .top-filter-bar .page_title
    {
    margin-right: auto;
    flex: 0 100%;
    margin-bottom: 10px;
    }
    .top-filter-bar .go-configurator{
        text-align: left;
    }
    .top-filter-bar {
        min-height: 73px;
        height: auto;
    }
    .container-griglia .item{
        flex: 0 1  calc(100% - 10px) ;
    }
    section.tail .item .more_details .details,.tailSwiper  .details{
        padding-right: 0px;
    }
    .container-griglia.column-mobile-1 > .item{
        flex: 0 1  100% ;
    }
    .bmpr > .banners > div{
        flex: 0 100%;
        min-height: 450px;
    }
    .bmpr > .banners{
        flex-direction: column;
    }
}