/*Blocco titolo della pagina e titoli dei blocchi
*/
.testo_scuro {
    color: #101010;
}
.testo_arancio {
    color: #FF8204;
}


/*utility*/
.nobm {
    margin-bottom: 0px;
}

.tit_blocco { /*usato da giuseppe lo tolgo appena rifaccio il blocco */
    margin-top: 30px;
    text-align: left;
    font-weight: 700;
    .riga_1 { /*tit_new_2 */
        font-size: 20px;
        margin-bottom: 15px;
    }
    .riga_2 {/*tit_new_4 */
        font-size: 30px;
        font-family: 'AktivBold';
        line-height: 35px;
    }
}

/*utility*/
.ico_mybeta {
    margin-right: 10px;
    width: 20px;
}

/*Titoli sezioni */
.container_tit_1 {
    text-align: left;
    padding: 40px 0 30px 15px;
}
.tit_new_1 {
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    font-family: 'AktivBold';
}
.tit_new_2 {
    color: #FF8204;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}
.tit_new_3 {
    color: #FF8204;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}
.tit_new_4 {
color: #101010;
font-size: 30px;
font-weight: 700;
text-align: left;
  font-family: 'AktivBold';
  line-height: 35px;
}
.tit_new_5 {
    color: #FF8204;
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
    font-family: 'AktivBold';
}

/*Testi*/
.txt_new_1 {
    color: #101010;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
}
#family-news .txt_new_1 {
    font-family: 'Aktivregular';
    text-align: left;
    font-size: 13px;
    color: #010101;
}

.txt_new_2 {
    color: #101010;
    font-size: 18px;
    font-weight: 200;
    text-align: left;
}

.txt_new_3 {
    color: #101010;
    font-family: 'AktivBold';
    font-size: 16px;
    text-align: left;
}

.txt_new_4 {
    color: #101010;
    font-family: 'AktivBold';
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}

/*Slider GENERICO base di quello PRODOTTI ------------------------------------------------------------------*/

span.new-product-icon, span.sale-product-icon {
    border-radius: unset!important;
}

.slider_new_wrapper {
    padding: 15px 0 50px;
    /* gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.slider_new_wrapper .nome_cat {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.slider_new_wrapper .item>a {
    color: #101010;
    font-family: 'AktivBold';
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}
.slider_new_wrapper .item>a:hover {
    text-decoration: none;
    color: #FF8204;
}
  
.slider_new_wrapper .owl-top-narrow .owl-controls {
    top: -50px;
    bottom: unset;
    left: unset;
    right: 10px;
  }
  .slider_new_wrapper  .owl-top-narrow .owl-controls .owl-buttons div{
    opacity: 1;
  }
  
  .slider_new_wrapper .owl-buttons .owl-next,
  .slider_new_wrapper .owl-buttons .owl-prev {
    color: #8D440C !important;
    background-color: #fff !important;
    transition: all 0.3s ease !important;
    border-radius: unset !important;
  }
  
  .slider_new_wrapper .owl-buttons .owl-prev {
    margin-right: 15px !important;
  }
  
  .slider_new_wrapper .owl-buttons .owl-next:hover,
  .slider_new_wrapper .owl-buttons .owl-prev:hover {
    color: #fff !important;
    background-color: #FF8204 !important;
  }
  
  .slider_new_wrapper .owl-buttons .owl-next,
  .slider_new_wrapper .owl-buttons .owl-prev,
  .slider_new_wrapper .owl-buttons .owl-next>i,
  .slider_new_wrapper .owl-buttons .owl-prev>i {
    width: 40px;
    height: 40px;
    display: block;
  }
  
  .slider_new_wrapper .owl-buttons .owl-next>i::before,
  .slider_new_wrapper .owl-buttons .owl-prev>i::before {
    width: 40px;
    line-height: 40px;
    margin: 0 !important;
  }
/*Slider GENERICO fine -------------------------------------------------------------*/
/*Slider PRODOTTI ------------------------------------------------------------------*/
.fs-prod-title {
    font-size: 35px;
    color: #101010;
    font-family: 'AktivBold';
    margin-bottom: 10px;
}

.fs-prod-subtitle {
    color: #101010;
    font-size: 22px;
    font-family: 'AktivSemibold';
    margin-bottom: 0;
}

.fs-prod-wrapper {
    padding: 30px 0 60px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fs-prod-slider-wrapper .filter-products .products div.item .item-area img {
    border: unset;
}

.fs-prod-slider-wrapper .filter-products .products div.item .item-area {
    border: 1px solid #DEDEDE;
}

.fs-prod-slider-wrapper .filter-products .products div.item .details-area {
    padding: 15px;
    text-align: left;
}

.fs-prod-slider-wrapper .codice_prodotto {
    font-size: 12px;
    color: #FF8204;
    font-family: 'AktivMedium';
    margin-bottom: 10px;
}

.fs-prod-slider-wrapper .filter-products .products div.item .details-area .product-name {
    height: 50px;
    margin: 0;
}

.fs-prod-slider-wrapper .product-name>a {
    color: #101010;
    font-family: 'AktivBold';
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fs-prod-slider-wrapper .product-name>a:hover {
    color: #FF8204;
}

.fs-prod-slider-wrapper .owl-top-narrow .owl-controls {
    top: -50px;
    bottom: unset;
    left: unset;
    right: 10px;
}
.fs-prod-slider-wrapper  .owl-top-narrow .owl-controls .owl-buttons div{
    opacity: 1;
}

.fs-prod-slider-wrapper .owl-buttons .owl-next,
.fs-prod-slider-wrapper .owl-buttons .owl-prev {
    color: #8D440C !important;
    background-color: #fff !important;
    transition: all 0.3s ease !important;
    border-radius: unset !important;
}

.fs-prod-slider-wrapper .owl-buttons .owl-prev {
    margin-right: 15px !important;
}

.fs-prod-slider-wrapper .owl-buttons .owl-next:hover,
.fs-prod-slider-wrapper .owl-buttons .owl-prev:hover {
    color: #fff !important;
    background-color: #FF8204 !important;
}

.fs-prod-slider-wrapper .owl-buttons .owl-next,
.fs-prod-slider-wrapper .owl-buttons .owl-prev,
.fs-prod-slider-wrapper .owl-buttons .owl-next>i,
.fs-prod-slider-wrapper .owl-buttons .owl-prev>i {
    width: 40px;
    height: 40px;
    display: block;
}

.fs-prod-slider-wrapper .owl-buttons .owl-next>i::before,
.fs-prod-slider-wrapper .owl-buttons .owl-prev>i::before {
    width: 40px;
    line-height: 40px;
    margin: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fs-prod-slider-wrapper .betawork_new_slider.owl-top-narrow .owl-controls {
        display: block !important;
    }
}

@media (max-width:767px) {
    .fs-prod-slider-wrapper .betawork_new_slider.owl-top-narrow .owl-controls {
        display: block !important;
    }

.fs-prod-sect {
        padding: 40px 0;
    }

    .fs-prod-title {
        font-size: 20px;
    }

    .fs-prod-subtitle {
        font-size: 14px;
    }

    .fs-prod-wrapper {
        padding: 10px 0 80px;
    }
}

@media (max-width:640px) {
    .fs-prod-slider-wrapper .betawork_new_slider.owl-top-narrow .owl-controls {
        display: block !important;
    }
}
/*Slider PRODOTTI fine---------------------------------------------------------------*/

/*Container fluid senza margin a destra o sinistra */
.fluid-left { /*xs*/
    padding-left: 0;
    margin-right: auto;
}
.fluid-right {
    padding-right: 0;
    margin-left: auto;
}
/*@media (min-width: 768px) {
    .fluid-left {
        margin-right: calc((100% - 750px) / 2);
        max-width: calc(100% - ((100% - 7250px) / 2));
        padding-right: 15px;
        
    }
    .fluid-right {
        margin-left: calc((100% - 750px) / 2);
        max-width: calc(100% - ((100% - 750px) / 2));
        padding-left: 15px;
        
    }
}*/
@media (min-width: 992px) {
    .fluid-left {
        margin-right: calc((100% - 970px) / 2);
        max-width: calc(100% - ((100% - 970px) / 2));
        display: flex;
        .left-half {
            width: 50vw;
            flex-shrink: 0;
        }
    }
    .fluid-right {
        margin-left: calc((100% - 970px) / 2);
        max-width: calc(100% - ((100% - 970px) / 2));
        display: flex;
        .left {
            flex-grow: 1;
        }
        .right-half {
            width: 50vw;
            flex-shrink: 0;
        }
    }
}
@media (min-width: 1200px) {
    .fluid-left {
        margin-right: calc((100% - 1170px) / 2);
        max-width: calc(100% - ((100% - 1170px) / 2));
    }
    .fluid-right {
        margin-left: calc((100% - 1170px) / 2);
        max-width: calc(100% - ((100% - 1170px) / 2));
    }
}

/* Utility class  */
.img-fit-nostretch {
    width:100%;
    height:100%;
    object-fit: contain;
}


/* beta_home_img_txt_L */
.beta_home_img_txt_L {
    a {
        text-decoration-color: #010101;
    }

    a:hover {
        .txt_new_1 { 
            color:  #FF8204;
        }
        text-decoration-color: #FF8204;
    }
    
    .txt_new_1 {
        font-family: 'AktivRegular';
    }
    .right {
        padding: 20px 0px 20px 50px;
    }
}
.beta_home_img_txt_R {
    margin-top: 60px;
    margin-bottom: 80px;
    a {
        text-decoration-color: #010101;
    }
    a:hover {
        .txt_new_1 { 
            color:  #FF8204;
        }
        text-decoration-color: #FF8204;
    }
    .txt_new_1 {
        font-family: 'AktivRegular';
    }   
    .txt_new_1 {
        font-family: 'AktivRegular';
        font-weight:bold;
    }
    .left {
        padding: 20px 50px 20px 0px;
    }
}

.beta_home_product_family {
    .tit_new_4 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .beta_home_product_family, .beta_home_visti_recente  {

        .slider_new_wrapper {
            padding: 10px 0px 30px;
        }

        .mobilefix {
            width: 60%;
        }
    }
}
.beta_home_3box {
    .tre_blocchi_home {
      margin-bottom: 50px;
      margin-top: 30px;
    }
    .version_xs {
      display: none !important;
    }
    .riga {
      display:flex;
      width: 100%;
      gap: 30px;
    }
    .colonna {
      flex-grow: 1;
      flex-shrink: 1;
      background-color: #F7F5F1;
      padding: 10px 20px 25px 20px;
      width: 100%;
      display: flex;
      flex-direction: column;
      .riga-1 {
        display:flex;
        align-items: center;
        gap: 25px;
        margin-bottom: 15px;
        .img_ico {
          /* width: 55px; */
          object-fit: contain;
        }
        .flex_center_vert {
          display: flex;
          flex-direction: column;
          justify-content: center;
          .tit_new_3, .tit_new_1 {
            padding:0;
            margin: 0;
          }
        }
      }
    }
    /*versione tablet*/
    @media (max-width: 992px) {
        .riga {
            gap: 10px;
            .colonna {
                padding: 10px 10px 0px 10px;

                .riga {
                    gap: 15px;
                }
                .riga-1 {
                    flex-direction: column;
                    .flex_center_vert {
                        align-items: center;
                    }
                }
            }
        }
    }
    /*versione mobile */
    @media (max-width: 767px) { 
      .version_md {
        display: none !important;
      }
      .version_xs {
        display: flex !important;
      }
      .riga {
        gap: 10px;
        .colonna {
          padding: 5px 5px 5px 5px;
        background-color: #F7F5F1;

          .img_ico {
           object-fit: contain;
          }
          .tit_new_3 {
            color: #101010;
            font-family: 'AktivBold';
            font-weight: 700;
            font-size: 12px;
            text-align: inherit;
            margin: 0;
            height: 50px;
            padding-top: 10px;
          }
          a {
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
          }
        }
      }
    }
}

/*Blocchi statici nelle lanfing-1,2,3*/
/*Blocco "portato fuori" configuratore cassettiere*/
.top-title {
    color: #FF8204;
    font-family: 'AktivMedium';
    font-size: 20px;
}
.list-title {
    font-size: 30px;
    color: #101010;
    font-family: 'AktivBold';
    margin-bottom: 30px;
}
.new-rsc24-subtitle {
    color: #101010;
    font-size: 22px;
    font-family: 'AktivRegular';
}
.configuratore-sect .sec-lists {
    margin: 40px 0;
}
.sec-lists li {
    font-size: 18px;
    color: #101010;
    font-family: 'AktivRegular';
    line-height: 1.5 !important;
}
.slider_bottone {
    background-color: #FF8204;
    padding: 14px 25px;
    font-size: 15px;
    width: fit-content;
    color: #fff;
    display: inline-block;
}
/*Blocco "portato fuori" configuratore cassettiere*/


.block_primo_piano {

    margin-bottom: 50px;

    .all_col_same_heigth {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }


    .col_home_primopiano {
        padding: 0 !important;
        background: #F7F5F1;
        border-right: 16px solid #fff;

        .tit_new_3 {
            color: #FF8204;
            font-size: 14px;
            text-align: left;
            margin-bottom: 10px;
            font-family: 'AktivBold';
        }
        
        .txt_new_1 {
            color: #101010;
            font-size: 14px;
            font-weight: 200;
            text-align: left;
        }
        
    }
    .label_new_config {
        color: #fff;
        background-color: #f08019;
        padding: 0px 5px;
        position: absolute;
        margin-left: 20px;
        margin-top: 3px;
        font-size: 10px;
        line-height: 15px;
    }
}


/* Nuove Landing */



.configuratore-sect {
        padding: 80px 0;
        background-color: #f1f0f0;
        text-align: left;   
        background-size: cover;
        background-position: right;
    }
    .configuratore-sect .sec-lists{
        margin: 40px 0;
    }
 @media (max-width:768px) {
        .configuratore-sect{
            padding: 40px 0;
        }
    }



    .new-rsc24-sect {
        padding: 60px 0;
    }

    .new-rsc24-title {
        font-size: 35px;
        color: #101010;
        font-family: 'AktivBold';
        margin-bottom: 20px;
    }

    .new-rsc24-subtitle {
        color: #101010;
        font-size: 22px;
        font-family: 'AktivRegular';
    }

    .new-desing-img {
        display: inline-block;
        margin: 0 auto;
        margin-top: 60px;
        position: relative;
    }

    .new-desing-img img {
        width: 100%;
    }

    .design-label {
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .design-label:hover {
        transform: scale(1.1);
    }

    .new-rsc24-accessories .design-label-1 {
        right: 10%;
        top: 30%;
    }

    .new-rsc24-accessories .design-label-2 {
        left: 60%;
        top: 30%;
    }

    .new-rsc24-accessories .design-label-3 {
        left: 35%;
        top: 10%;
    }

    .new-rsc24-accessories .design-label-4 {
        left: 30%;
        bottom: 65%;
    }

    .new-rsc24-accessories .design-label-5 {
        left: 10%;
        bottom: 43%;
    }

    .new-rsc24-accessories .design-label-6 {
        left: 60%;
        bottom: 25%;
    }

    .design-label-wrapper {
        position: relative;
    }

    .design-label-text-wrapper {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        padding: 15px;
        min-width: 325px;
        transition: all 0.3s ease-in-out;
    }

    .design-label-text {
        padding: 15px 20px;
        text-align: left;
        background-color: rgba(16, 16, 16, 0.8);
    }

    .design-label-title {
        font-size: 18px;
        color: #FF8204;
        font-family: 'AktivBold';
        margin-bottom: 5px;
    }

    .design-label-subtitle {
        font-size: 14px;
        color: #fff;
        font-family: 'AktivRegular';
        margin-bottom: 0;
    }

    .design-label:hover .design-label-text-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .design-label .design-label-text-wrapper.ps-left {
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .design-label .design-label-text-wrapper.ps-right {
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .design-label .design-label-text-wrapper.ps-top {
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .design-label .design-label-text-wrapper.ps-bottom {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .list-sect {
        margin: 40px 0 30px;
        background-color: #F7F5F1;
        padding: 40px;
        text-align: left;
    }

    .list-content-wrapper {
        max-width: 1024px;
        margin: 0 auto;
    }

    .top-title {
        color: #FF8204;
        font-family: 'AktivMedium';
        font-size: 20px;
    }

    .list-title {
        font-size: 30px;
        color: #101010;
        font-family: 'AktivBold';
        margin-bottom: 30px;
    }

    .sec-lists li {
        font-size: 18px;
        color: #101010;
        font-family: 'AktivRegular';
        line-height: 1.5 !important;
    }

    .sec-lists li::marker {
        color: #FF8204;
    }

    .inner-img {
        width: 100%;
        height: 100%;
    }

    @media (max-width:1180px) {
        .design-label-text-wrapper {
            padding: 10px;
        }

        .design-label .design-label-text-wrapper.ps-left,
        .design-label .design-label-text-wrapper.ps-right {
            right: unset;
            top: unset;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media (max-width:768px) {

    .new-rsc24-title {
            font-size: 20px;
        }

        .new-rsc24-subtitle {
            font-size: 14px;
        }

        .design-label .design-label-text-wrapper.ps-left,
        .design-label .design-label-text-wrapper.ps-bottom {
            left: 0;
            transform: unset
        }

        .design-label .design-label-text-wrapper.ps-right {
            right: 0;
            left: unset;
            transform: unset
        }

        .design-label-4 .design-label-text-wrapper.ps-right,
       .new-rsc24-accessories .design-label-3 .design-label-text-wrapper.ps-left {
            right: unset;
            top: unset;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
        }
       .new-rsc24-accessories .design-label-6 .design-label-text-wrapper.ps-bottom{
            left: 50%;
            transform: translateX(-50%);
        }

        .design-label-text {
            padding: 10px 15px;
        }

        .design-label-title {
            font-size: 16px;
        }

        .design-label-subtitle {
            font-size: 14px;
        }

        .design-label-text-wrapper {
            padding: 5px;
            min-width: 250px;
        }

        .design-label,
        .design-label svg {
            width: 40px;
            height: 40px;
        }

        .list-sect {
            margin: 20px -15px;
            padding: 30px 15px;
        }

        .list-title {
            font-size: 24px;
        }

        .top-title {
            font-size: 18px;
        }
    }



    .fs-prod-sect {
        text-align: left;
        background-color: #F7F5F1;
        padding: 60px 0;
    }

    .view-all-link-box {
        gap: 5px;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .view-all-link {
        font-size: 14px;
        color: #FF8204;
        font-family: 'AktivMedium';
        text-decoration: none;
    }

    .view-all-link:hover {
        color: #010101;
        text-decoration: none;
    }


    .fs-prod-title {
        font-size: 35px;
        color: #101010;
        font-family: 'AktivBold';
        margin-bottom: 10px;
    }

    .fs-prod-subtitle {
        color: #101010;
        font-size: 22px;
        font-family: 'AktivSemibold';
        margin-bottom: 0;
    }

    .fs-prod-wrapper {
        padding: 30px 0 60px;
        gap: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fs-prod-slider-wrapper .filter-products .products div.item .item-area img {
        border: unset;
    }

    .fs-prod-slider-wrapper .filter-products .products div.item .item-area {
        border: 1px solid #DEDEDE;
    }

    .fs-prod-slider-wrapper .filter-products .products div.item .details-area {
        padding: 15px;
        text-align: left;
    }

    .fs-prod-slider-wrapper .codice_prodotto {
        font-size: 12px;
        color: #FF8204;
        font-family: 'AktivMedium';
        margin-bottom: 10px;
    }

    .fs-prod-slider-wrapper .filter-products .products div.item .details-area .product-name {
        height: 50px;
        margin: 0;
    }

    .fs-prod-slider-wrapper .product-name>a {
        color: #101010;
        font-family: 'AktivBold';
        line-height: 1.5;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .fs-prod-slider-wrapper .product-name>a:hover {
        color: #FF8204;
    }

    .fs-prod-slider-wrapper .owl-top-narrow .owl-controls {
        top: -50px;
        bottom: unset;
        left: unset;
        right: 10px;
    }
 .fs-prod-slider-wrapper  .owl-top-narrow .owl-controls .owl-buttons div{
        opacity: 1;
    }

    .fs-prod-slider-wrapper .owl-buttons .owl-next,
    .fs-prod-slider-wrapper .owl-buttons .owl-prev {
        color: #8D440C !important;
        background-color: #fff !important;
        transition: all 0.3s ease !important;
        border-radius: unset !important;
    }

    .fs-prod-slider-wrapper .owl-buttons .owl-prev {
        margin-right: 15px !important;
    }

    .fs-prod-slider-wrapper .owl-buttons .owl-next:hover,
    .fs-prod-slider-wrapper .owl-buttons .owl-prev:hover {
        color: #fff !important;
        background-color: #FF8204 !important;
    }

    .fs-prod-slider-wrapper .owl-buttons .owl-next,
    .fs-prod-slider-wrapper .owl-buttons .owl-prev,
    .fs-prod-slider-wrapper .owl-buttons .owl-next>i,
    .fs-prod-slider-wrapper .owl-buttons .owl-prev>i {
        width: 40px;
        height: 40px;
        display: block;
    }

    .fs-prod-slider-wrapper .owl-buttons .owl-next>i::before,
    .fs-prod-slider-wrapper .owl-buttons .owl-prev>i::before {
        width: 40px;
        line-height: 40px;
        margin: 0 !important;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .fs-prod-slider-wrapper .betawork_new_slider.owl-top-narrow .owl-controls {
            display: block !important;
        }
    }

    @media (max-width:767px) {
.configuratore-sect  {

        .list-title {
            color: #fff;
        }

        .sec-lists li {
            color: #fff;
        }
        .new-rsc24-subtitle {
            color: #fff;
        }
        .container {
            background-color: rgba(0, 0, 0, 0.7);
            padding: 20px 15px;
        }

    }
}
        .fs-prod-slider-wrapper .betawork_new_slider.owl-top-narrow .owl-controls {
            display: block !important;
        }
    .fs-prod-sect {
            padding: 40px 0;
        }

        .fs-prod-title {
            font-size: 20px;
        }

        .fs-prod-subtitle {
            font-size: 14px;
        }

        .fs-prod-wrapper {
            padding: 10px 0 80px;
        }
    }

    @media (max-width:640px) {
        .fs-prod-slider-wrapper .betawork_new_slider.owl-top-narrow .owl-controls {
            display: block !important;
        }
    }




    .new-rsc24-sect {
        padding: 60px 0;
    }

    .new-rsc24-title {
        font-size: 35px;
        color: #101010;
        font-family: 'AktivBold';
        margin-bottom: 20px;
    }

    .new-rsc24-subtitle {
        color: #101010;
        font-size: 22px;
        font-family: 'AktivRegular';
    }

    .new-desing-img {
        display: inline-block;
        margin: 0 auto;
        margin-top: 60px;
        position: relative;
    }

    .new-desing-img img {
        width: 100%;
    }

    .design-label {
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .design-label:hover {
        transform: scale(1.1);
    }

    .design-label-1 {
        right: 25%;
        top: 25%;
    }

    .design-label-2 {
        left: 40%;
        top: 20%;
    }

    .design-label-3 {
        left: 15%;
        top: 25%;
    }

    .design-label-4 {
        left: 30%;
        bottom: 40%;
    }

    .design-label-5 {
        left: 15%;
        bottom: 30%;
    }

    .design-label-6 {
        left: 22%;
        bottom: 12%;
    }

    .design-label-wrapper {
        position: relative;
    }

    .design-label-text-wrapper {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        padding: 15px;
        min-width: 325px;
        transition: all 0.3s ease-in-out;
    }

    .design-label-text {
        padding: 15px 20px;
        text-align: left;
        background-color: rgba(16, 16, 16, 0.8);
    }

    .design-label-title {
        font-size: 18px;
        color: #FF8204;
        font-family: 'AktivBold';
        margin-bottom: 5px;
    }

    .design-label-subtitle {
        font-size: 14px;
        color: #fff;
        font-family: 'AktivRegular';
        margin-bottom: 0;
    }

    .design-label:hover .design-label-text-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .design-label .design-label-text-wrapper.ps-left {
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .design-label .design-label-text-wrapper.ps-right {
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .design-label .design-label-text-wrapper.ps-top {
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .design-label .design-label-text-wrapper.ps-bottom {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .list-sect {
        margin: 40px 0 30px;
        background-color: #F7F5F1;
        padding: 40px;
        text-align: left;
    }

    .list-content-wrapper {
        max-width: 1024px;
        margin: 0 auto;
    }

    .top-title {
        color: #FF8204;
        font-family: 'AktivMedium';
        font-size: 20px;
    }

    .list-title {
        font-size: 30px;
        color: #101010;
        font-family: 'AktivBold';
        margin-bottom: 30px;
    }

    .sec-lists li {
        font-size: 18px;
        color: #101010;
        font-family: 'AktivRegular';
        line-height: 1.5 !important;
    }

    .sec-lists li::marker {
        color: #FF8204;
    }

    @media (max-width:1180px) {
        .design-label-text-wrapper {
            padding: 10px;
        }

        .design-label .design-label-text-wrapper.ps-left,
        .design-label .design-label-text-wrapper.ps-right {
            right: unset;
            top: unset;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media (max-width:768px) {

 .new-rsc24-title {
            font-size: 20px;
        }

        .new-rsc24-subtitle {
            font-size: 14px;
        }

        .design-label .design-label-text-wrapper.ps-left,
        .design-label .design-label-text-wrapper.ps-bottom {
            left: 0;
            transform: unset
        }

        .design-label .design-label-text-wrapper.ps-right {
            right: 0;
            left: unset;
            transform: unset
        }

        .design-label-4 .design-label-text-wrapper.ps-right {
            right: unset;
            top: unset;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

        .design-label-text {
            padding: 10px 15px;
        }

        .design-label-title {
            font-size: 16px;
        }

        .design-label-subtitle {
            font-size: 14px;
        }

        .design-label-text-wrapper {
            padding: 5px;
            min-width: 250px;
        }

        .design-label,
        .design-label svg {
            width: 40px;
            height: 40px;
        }

        .list-sect {
            margin: 0;
            padding: 30px 15px;
        }

        .list-title {
            font-size: 24px;
        }

        .top-title {
            font-size: 18px;
        }
    }



    .video-sect {
        padding: 100px 0;
        background: #000;
    }

    .video-sect-pp {
        background: #FF8204;
    }    

    .slide-video-content {
        display: flex;
        position: relative;
    }

    .slide-video-content .slide-video {
        max-width: 700px;
        width: 100%;
        border: 1px solid #FF8204;
    }

    .slide-video-content .slide-content {
        max-width: 600px;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        z-index: -1;
        right: 0;
        background-color: #FF8204;
        padding: 45px 20px 20px 190px;
        top: 75px;
        text-align: left;
    }

        .slide-video-content .slide-content-pp {
        background-color: #000;
    }

    .content_title {
        font-size: 24px;
        font-weight: 600;
        font-family: 'AktivBold';
        line-height: 1.3;
        color: #fff;
        margin-bottom: 30px;
    }

    .content-para {
        font-size: 14px;
        margin-bottom: 30px;
        color: #fff;
        font-family: 'AktivRegular';
    }

    .video-link-box {
        gap: 5px;
        display: flex;
        justify-content: end;
        align-items: center;
        margin-top: auto;
    }

    .video-link {
        color: #fff;
        font-family: 'AktivRegular';
        text-decoration: none!important;
        fill: #ffffff;
    }

    .video-link:hover {
        color: #101010!important;
        text-decoration: none!important;
        fill: #101010;
    }

    .videoSlide {
        padding-bottom: 80px!important;
    }

    .thumbslide-content-wrapper {
        cursor: pointer;
    }

    .thumbslide-content-wrapper .thumbslide-img {
        width: 100%;
        height: auto;
    }

    .thumbslide-content {
        text-align: left;
        color: #fff;
        padding: 10px;
    }

    .thumbslide_title {
        font-size: 14px;
        font-family: 'AktivRegular';
        color: #fff;
        margin-bottom: 0;
    }

    .video-time {
        text-align: end;
        margin-bottom: 0;
        padding: 5px 0 0 0;
    }

    .videothumbSlide .swiper-slide {
        border: 1px solid transparent;
    }

    .videothumbSlide .swiper-slide-thumb-active {
        border-color: #FF8204;
    }

    .video-link.gallery_link {
    color: #FF8204;
    font-size: 15px;
    font-weight: 400;
    font-family: 'AktivRegular';
    text-decoration: none !important;
    fill: #FF8204;
}

    .video-link.gallery_link:hover {
    color: #fff!important;
    fill: #fff;
}

    @media (max-width: 1180px) {

        .video-sect {
            padding: 60px 0;
        }

        .slide-video-content .slide-video {
            max-width: 60%;
        }

        .slide-video-content .slide-content {
            max-width: 40%;
            position: unset;
            padding: 25px;
        }

        .videoSlide {
            padding-bottom: 30px!important;
        }
    }

    @media (max-width: 991px) {
        .video-sect {
            padding: 40px 0;
        }

        .video-sect .container {
            padding: 0;
        }

        .videothumbSlide {
            padding: 0 15px !important;
        }

        .videoSlide {
            padding-bottom: 20px!important;
        }

        .slide-video-content .slide-video {
            border: unset;
            max-width: 100%;
        }

        .slide-video-content .slide-content {
            display: none;
        }
    }

    @media (max-width: 640px) {
        .slide-video-content .slide-video {
            height: 280px;
        }
    }





    .breadcrumbs {
        display: none;
    }
    .catalog-product-view   .breadcrumbs {
            display: block;
        }
        .breadcrumbs li a {
        color: #101010 !important;
        font-family: 'AktivRegular';
        font-size: 14px;
        font-weight: 400;
    }
    .top-container >.breadcrumbs {
        color: #101010 !important;
            font-family: 'AktivRegular';
        font-size: 14px;
        font-weight: 400;
    }
    .tit_new_1 {
        font-size: 20px;
        color: #101010;
        font-weight: 600;
    }

    .container_tit_1 {
        text-align: left;
        padding: 40px 0 30px 15px;
    }

    .tit_new_5 {
        color: #FF8204;
        font-size: 35px;
        line-height: 37px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 15px;
        font-family: 'AktivBold';
    }

    .container_hero {
        background-color: #f5f5f5;
        height: 700px;
        background-position: center;
        background-size: cover;
    }

    .slider_item {
        height: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .box_trasparente {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 50px;
        color: #fff;
        width: 500px;
    }

.tit_new_1 {
    font-size: 20px;
    color: #101010;
    font-weight: 600;
    margin: 0 0 15px;
}
#family-news .tit_new_1 {
    color: #010101;
    font-family: AktivBold;
    font-size: 32px;
    line-height: normal;
    margin: 0 0 15px;
}
    .slider_tit_1 {
        font-size: 20px;
        font-weight: normal;
    }

    .slider_tit_2 {
        font-size: 35px;
        font-family: 'AktivBold';
        line-height: 1.3;
        margin-bottom: 30px;
        color: #fff;
    }

    .slider_testo {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 40px;
    }

    .slider_bottone {
        background-color: #FF8204;
        padding: 14px 25px;
        font-size: 15px;
        width: fit-content;
        color: #fff;
        display: inline-block;
    }

    .slider_bottone:hover {
        color: #010101;
        text-decoration: none;
    }

    @media (max-width:768px) {

.container_hero {
    height: 550px!important;
}        

     .home-slider-new-2 .container_hero .slider_item {
        position: unset !important;
        justify-content: center;
        align-items: baseline;
        margin-top: 50px;
}

    .fluid-left img.img-fit-nostretch {
    padding-left: 20px;
}
    .fluid-right img.img-fit-nostretch {
    padding-right: 20px;
}


        .beta_home_img_txt_R {
    .left {
        padding: 20px 20px 20px 0px;
    }
}

        .beta_home_img_txt_L {
        .right {
        padding: 20px 0px 20px 20px;
    }
}
.beta_home_img_txt_L {
    a {
        text-align: left;
    }
}

        .home-slider-new-2 .swiper-button-next-prev {
            display: none;
        }
        .home-slider-new-2 .swiper-button-next-prev {
            display: none;
        }
        .home-slider-new .swiper-button-next-prev {
            display: none;
        }
        .tit_new_1 {
            font-size: 18px;
            color: #FF8204;
            margin-bottom: 10px;
        }

        .tit_new_5 {
            color: #101010;
            font-size: 25px;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .container_tit_1 {
            padding: 5px 15px 30px;
        }

        .container_hero .container {
            padding: 0;
        }

        .slider_item {
            align-items: end;
        }

        .box_trasparente {
            padding: 30px 15px;
            color: #101010;
            width: 100%;
        }

        .slider_bottone {
            background-color: #101010;
            font-size: 14px;
            padding: 14px 28px;
            border-radius: 3px;
            margin-bottom: 20px;
            display: block;
            width: 100%;
            text-align: center;
        }

        .slider_tit_2 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .slider_testo {
            margin-bottom: 20px;
            font-size: 16px;
        }
    }



    .fitfvolution-comfort{
    background: #F7F5F1;
    padding-top: 80px;
    padding-bottom: 80px;
}
.fitfvolution-comfort img{
    max-width: 100%;
    height: auto;
}
.fitfvolution-comfort .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comfort-col{
    display: flex;
    align-items: center;
}
.fitfvolution-comfort .list-content-wrapper{
    text-align: left;
    padding-left: 20px;
    padding-right: 30px;
}
.fitfvolution-comfort .top-title {
    color: #FF8204;
    font-family: 'AktivMedium';
    font-size: 20px;
}
.fitfvolution-comfort .list-title {
    font-size: 34px;
    color: #101010;
    font-family: 'AktivBold';
    margin-bottom: 35px;
}
.number-lists{
    list-style: none !important;
    counter-reset: number;
    padding: 0 !important;
}
.number-lists li {
    font-size: 18px;
    color: #101010;
    font-family: 'AktivRegular';
    line-height: 1.5 !important;
    position: relative;
}
.number-lists li:before {
    content: counter(number);
    counter-increment: number;
    background: #FF8204;
    color: #fff;
    position: absolute;
    left: -40px;
    top: 0;
    width: 26px;
    text-align: center;
    height: 26px;
}
@media (max-width:768px) {
    .comfort-col{
        margin-bottom: 40px;
    }
    .comfort-col:last-child{
        margin-bottom: 0;
    }
    .fitfvolution-comfort .list-content-wrapper{
        padding-left: 40px;
        padding-right: 0;
    }
    .fitfvolution-comfort .top-title{
        font-size: 18px;
    }
    .fitfvolution-comfort .list-title {
        font-size: 24px;
    }
}


    .caratteristiche-cms-sect {
        padding: 60px 0;
        text-align: left;
    }

    .caratteristiche-cms-title {
        font-size: 35px;
        color: #101010;
        font-family: 'AktivBold';
        margin-bottom: 60px;
    }

    .grid-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 650px;
    }

    .widget-image {
        flex: 0 0 45%;
        max-width: 45%;
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
    }

    .widget-image img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .widget-content {
        flex: 0 0 55%;
        max-width: 55%;
        width: 100%;
    }

    .cs-toptitle {
        color: #FF8204;
        font-family: 'AktivMedium';
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cs-title {
        font-size: 35px;
        color: #101010;
        font-family: 'AktivBold';
        margin-bottom: 35px;
    }

    .cs-para {
        font-size: 18px;
        line-height: 1.5;
        color: #101010;
        font-family: 'AktivRegular';
        max-width: 550px;
    }

    .grid-box-wrapper {
        position: relative;


    }

    .img-text-box .grid-box-wrapper:nth-child(odd) .widget-image {
        left: 0;
    }

    .img-text-box .grid-box-wrapper:nth-child(even) .widget-image {
        right: 0;
    }

    .img-text-box .grid-box-wrapper:nth-child(odd) .widget-content {
        margin-left: auto;
        padding-left: 60px;
    }

    .img-text-box .grid-box-wrapper:nth-child(even) .widget-content {
        margin-right: auto;
        padding-right: 60px;
    }

    .img-text-box .grid-box-wrapper:nth-child(odd) {
        background-color: #F7F5F1;
    }

    .img-text-box .grid-box-wrapper:nth-child(even) {
        background-color: #000000;
    }

    .img-text-box .grid-box-wrapper:nth-child(even) .cs-title,
    .img-text-box .grid-box-wrapper:nth-child(even) .cs-para {
        color: #fff;
    }

    @media (max-width:991px) {

        .widget-content,
        .widget-image {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .widget-content {
            padding: 40px 15px !important;
            order: 1;
        }

        .widget-image {
            position: unset;
            order: -1;
            padding: 0;
        }

        .grid-box {
            min-height: unset;
            margin: 0 -15px;
        }

        .grid-box-wrapper {
            background-color: transparent !important;
        }

        .img-text-box .grid-box-wrapper:nth-child(odd) .widget-content {
            background-color: #F7F5F1;
        }

        .img-text-box .grid-box-wrapper:nth-child(even) .widget-content {
            background-color: #000000;
        }
    }

    @media (max-width:768px) {
        .cs-toptitle {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .cs-title {
            font-size: 24px;
            margin-bottom: 25px;
        }

        .cs-para {
            font-size: 14px;
        }

        .caratteristiche-cms-sect {
            padding: 30px 0;
        }

        .caratteristiche-cms-title {
            font-size: 25px;
            margin-bottom: 30px;
        }
    }
 
    /* INIZIO FORM CONTATTI  */

.contattaci-sect {
    padding: 80px 0 40px;
    background: linear-gradient(90deg, rgba(255, 130, 4, 1) 0%, rgba(255, 96, 4, 1) 75%);
    color: white;
    text-align: center;
}
.contattaci-title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'AktivBold';
    margin-bottom: 25px;
}
.contattaci-subtitle {
    color: #ffffff;
    font-size: 22px;
    font-family: 'AktivMedium';
    margin-bottom: 0;
    max-width: 750px;
    margin: 0 auto;
}
.contattaci-sect .container {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 80px;
}
.form-container {
    text-align: left;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 60px;
    height: 600px;
}

    /* FINE FORM CONTATTI  */


    /* INIZIO CLASSI CMS HOME */
    
         #banner-slider-demo-5 .content h2 {
           font-size: 36px;
           font-weight: 900;
           letter-spacing: -0.03em;
           text-transform: uppercase;
           line-height: 38px;
           margin-bottom: 10px;
         }
         #banner-slider-demo-5 .content span {
           font-family: 'Oswald';
           font-size:18px;
           line-height:25px;
           letter-spacing: 0.05em;
           font-weight: 600;
           text-transform:uppercase;
         }
         #banner-slider-demo-5 .content .btn-default {
           font-size: 15px;
           line-height: 25px;
           letter-spacing: 0.05em;
           padding: 12px 27px;
           border-radius:3px;
           background-color: #0088cc;
           color: #fff;
           font-family: 'Oswald';
           text-transform: uppercase;
           margin-top: 28px;
         }
         #banner-slider-demo-5 .border-top {
           position:absolute;
           top:-52px;
           left:9%;
         }
         #banner-slider-demo-5 .border-bottom {
           position:absolute;
           bottom:-38px;
           left:9%;
         }
         @media(max-width:767px){
           #banner-slider-demo-5 .border-top,#banner-slider-demo-5 .border-bottom {
             display:none;
           }
           #banner-slider-demo-5 .content {
             top:25% !important;
           }
           #banner-slider-demo-5 .content.content-slide-1 {
             top:25%!important;
             left: 2.4%;
           }
           #banner-slider-demo-5 .content span {
             font-size:10px !important;
             line-height:1!important;
           }
           #banner-slider-demo-5 .content h2 {
             font-size: 20px !important;
             margin-bottom: 5px;
           }
           #banner-slider-demo-5 .content .btn-default {
             font-size: 10px;
             line-height: 25px;
             padding: 2px 12px;
             margin-top: 0px;
           }    
           .home-slider-new .hide-show-content div {
            max-width: 90%;
            margin: auto;
}
         }
 
     .parallax_ricerca_sviluppo {
     background-image: url({{media url="wysiwyg/beta_home_content/parallax_ricerca_2.jpg"}});padding:0;
     background-position: center!important;
     background-attachment: scroll!important;
     }  
    .parallax_container {
     position: absolute; z-index: 4;text-align:left; top: 70px;
     }
 
     @media(max-width:991px){
         .banner_parallax_home.parallax_rsq {
     display: block;
 }
         .parallax_ricerca_sviluppo {
     background-image: url({{media url="wysiwyg/beta_home_content/qualita_bg_mobile_parallasse.jpg"}});padding:0;
     background-position: center center !important;
     background-size: cover;
     }  
     .parallax_container {
     position: absolute; z-index: 4;text-align:left; top: 40px;
     }
     }
     .col_rsc55_home {
      padding:0!important;
      background: #f5f5f5;
      border-right: 16px solid #fff;
    }
    .col_rsc50_home {
      padding:0!important;
      padding:0!important;
      background: #f5f5f5;
      border-left: 8px solid #fff;
      border-right: 8px solid #fff;
    }     
    .col_c45pro_home {
      padding:0!important;
      padding:0!important;
      background: #f5f5f5;
      border-left: 16px solid #fff;
    }    
  
    .box_rsc55_home {

    }
    .box_rsc50_home {

    }  
    .box_c45pro_home {

    }
    @media(max-width:767px){
      .col_rsc55_home {
      border-right: none;
      margin-bottom:10px;
    }
    .col_rsc50_home {
      border-left: none;
      border-right: none;
      margin-bottom:10px;
    }
    .col_c45pro_home {
      border-left: none;
    }
    }
    @media(max-width:991px){
      .box_rsc55_home {

    }
    .box_rsc50_home {

    }    
    .box_c45pro_home {

    }
    }                

     /* FINE CLASSI CMS HOME */

     /* INIZIO CLASSI CMS HERO */
      .home-slider-new-2.hero {
    margin-top: 0;
}
.home-slider-new-2.hero .swiper {
    margin-top: 0;
}
  .container_hero{
    background-color: #f5f5f5;
    height: 700px;
    background-position: center;
    background-size: cover;
  }

  .slider_item {
    height:100%;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .box_trasparente {
    padding: 50px;
    color: #fff;
    width: 500px;
  }
    .home-slider-new-2 .sh1 .box_trasparente {
    background-color: rgb(90 83 83 / 38%);
  }
    .home-slider-new-2 .sh2 .box_trasparente {
    background-color: rgb(90 83 83 / 38%);
  }
   .home-slider-new-2 .sh3 .box_trasparente {
    background-color: rgb(90 83 83 / 38%);
  }
   .home-slider-new-2 .sh4 .box_trasparente {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .home-slider-new-2 .sh5 .box_trasparente {
    background-color: rgb(90 83 83 / 38%);
  }
   .home-slider-new-2 .sh6 .box_trasparente {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .slider_tit_1 {
    font-size: 20px;
    font-weight: normal;
  }
  .slider_tit_2 {
    font-size: 35px;
    font-family: 'AktivBold'; 
  }
  .slider_testo {
    margin-top:10px;
    margin-bottom:20px;
    font-size: 15px;
    font-weight: normal;
  }
  .slider_bottone {
    background-color: #f08019;
    padding: 10px;
    font-size: 15px;
    width: fit-content;
}
.slider_bottone:hover {
    color: #010101;
}

     /* FINE CLASSI CMS HERO */  

     /* Footer */     
     @media (max-width:767px) {
     .tit_azienda_footer {
        margin-top: 60px;
    }
}

     /* Header */

.header-newskin.sticky-header .main-nav ul.menu>li>a {
    font-size: 13px;
}
.header-newskin.sticky-header .main-nav ul.menu>li.fl-right>a {
    font-size: 13px;
}