.ajax-loading {
    display: none;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
@media screen and (min-width:992px) {
    .hidden-dsk {
        display: none !important;
    }
    .visible-dsk {
        display: block !important;
    }
}
@media screen and (max-width:1024px) {
    .hidden-bigtbl {
        display: none !important;
    }
    .visible-bigtbl {
        display: block !important;
    }
}
@media screen and (max-width:992px) {
    .hidden-tbl {
        display: none !important;
    }
    .visible-tbl {
        display: block !important;
    }
    .elenco_prodotti .dual .visible-tbl {
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    .hidden-mob {
        display: none !important;
    }
    .visible-mob,
    .elenco_prodotti .dual .visible-mob {
        display: block !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row__flex {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.row__flex.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media screen and (min-width: 1160px) {
    .hid-over-1160 {
        display:none !important;
    }
}
@media screen and (max-width: 1160px) {
    .hid-under-1160 {
        display:none !important;
    }
}

/* Cart */

.show-cart li {
    display: flex;
}

.card {
    margin-bottom: 20px;
}

.card-img-top {
    width: 200px;
    height: 200px;
    align-self: center;
}

.sidenav-container {
    position: fixed;
    z-index: 100;
    width: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 300ms opacity ease;
    -moz-transition: 300ms opacity ease;
    -ms-transition: 300ms opacity ease;
    -o-transition: 300ms opacity ease;
    transition: 300ms opacity ease;
}

.sidenav {
    height: 100vh;
    width: 100vw;
    max-width: 850px;
    position: fixed;
    right: -100vw;
    z-index: 100;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 30px;
    padding-top: 60px;
}

.sidenav-container.open-cart {
    width: 100vw;
    opacity: 1;
    right: 0
}

.sidenav-container.open-cart .sidenav {
    width: 50vw;
    right: 0;
    box-shadow: 5px 0 13px -5px rgba(0, 0, 0, 0.2);
}

.modal-header {
    overflow: hidden;
    border-bottom: 1px solid #979797;
    margin-bottom: 25px;
}

.modal-header h5.modal-title {
    font-size: 24px;
    color: rgba(0, 0, 0, .8) !important;
}

.modal-body {
    overflow: hidden;
    padding-bottom: 200px;
}

.modal-footer {
    float: left;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 25px;
}

#cart a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

#cart .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
    color: #000;
}

#cart .btn:not(.btn-minimal) {
    display: block;
    border: 0;
    font-weight: inherit;
    color: inherit;
    text-align: initial;
    min-width: 1px;
    padding: 3px 7px;
    border-radius: 0px;
}

#cart .input-group {
    display: flex;
}

.modal-footer {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.single_item_cart {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #979797;
    position: relative;
}

.single_item_cart-delete {
    text-align: right;
    width: 100%;
    line-height: 16px;
    margin-bottom: 5px;
}

#cart .btn:not(.btn-minimal) {
    display: inline-block;
}

.single_item_cart-img {
    flex: 0 1 30%;
}

.single_item_cart-txt {
    flex: 0 1 65%;
}

.single_item_cart-info {
    flex: 0 1 50%;
}

#cart .delete-item.btn.btn-danger {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff !important;
    border-radius: 50% !important;
    overflow: hidden;
    width: 23px;
    font-weight: bold !important;
    text-align: center !important;
    height: 22px;
    line-height: 12px;
}
.single_item_cart-heading {
    clear: both;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.single_item_cart-typology {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: -5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: 0.88px;
    color: rgba(0, 0, 0, 0.5);
}
.single_item_cart-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
    max-width: 66.66%;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 7px;
}
.single_item_cart-schedule {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #FF6633;
}
.single_item_cart-schedule .cart-schedule-date {
    text-transform: uppercase;
}
.single_item_cart-total {
    flex: 0 1 50%;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.33px;
    color: rgba(0, 0, 0, 0.8);
}
/* Solo in CheckoutPage */
.single_item_cart-regalo {
    font-size: 14px;
    display: flex;
    line-height: 25px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.7);
    font-weight: 600;
}
.single_item_cart-regalo input {
    margin-right: 5px;
}
.single_item_cart-qtyprice {
    width: 100%;
    margin-top: 5px;
}
.single_item_cart-qty select {
    width: auto;
    min-width: 90px;
    padding: 5px 3px;
    border: solid 1px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #fff;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);
    background: #fff;
}
.single_item_cart-total .newprice {
    font-size: 20px;
    color: #FF6633;
    margin-right: 5px;
    position: relative;
}
.single_item_cart-total .del {
    position: relative;
}
.single_item_cart-total .del::before {
    height: 2px;
    border-bottom: 0.10em solid #FF6633;
    content: "";
    left: -3px;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 49%;
    transform: rotate(-24deg);
    width: 120%;
}
.CheckoutPage .sidebar_cart .sidebar_cart-title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.13px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}
.CheckoutPage .sidebar_cart .single_item_cart-title {
    max-width: 100%;
}
.CheckoutPage .sidebar_cart-exemptionIva {
    color: #ff6633;
}
.CheckoutPage .sidebar_cart-total {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
}
.CheckoutPage .sidebar_cart-total-label {
    float: left;
    width: 45%;
}
.CheckoutPage .sidebar_cart-total-price {
    float: right;
    width: 45%;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
}
/* -- */
.minus-item.input-group-addon.btn.btn-primary,
.plus-item.btn.btn-primary.input-group-addon {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000 !important;
    border-radius: 50% !important;
    overflow: hidden;
    width: 23px;
    font-weight: bold !important;
    text-align: center !important;
    font-size: 14px;
    display: inline-block;
}

.minus-item.input-group-addon.btn.btn-primary {
    margin-right: 10px;
}

.plus-item.btn.btn-primary.input-group-addon {
    margin-left: 10px;
}

button.plus-item.disabled.btn.btn-primary.input-group-addon {
    color: #ccc !important;
    pointer-events: none;
}

.item-count {
    width: 100px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.cart_total_total {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #979797;
}

.cart_total_total_sx {
    float: left;
    width: 45%;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.8);
}

.cart_total_total_dx {
    float: right;
    width: 45%;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.33px;
    color: rgba(0, 0, 0, 0.8);
}

.cart_total_pay {
    width: 100%;
    float: left;
}

.cart_total_pay_sx {
    float: left;
    width: 45%;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}

#cart .cart_total_pay_sx a {
    color: #FF6633;
    font-size: 20px;
    padding: 10px 0px;
    text-decoration: underline;
}

.cart_total_pay_dx {
    float: right;
    width: 45%;
    text-align: right;
}

.modalitaPagamento_title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.6;
    letter-spacing: -0.13px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 25px;
}

.CheckoutPage h4.normal-payment {
    float: left;
}

#checkout h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.6;
    letter-spacing: -0.13px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 25px;
}

.normal-payment {
    float: left;
}

.normal-payment,
#cart .cart_total_pay_dx .btn.btn-primary.btn_orderCart {
    background-color: #ff6633;
    text-align: center;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.normal-payment:hover,
#cart .cart_total_pay_dx .btn.btn-primary.btn_orderCart:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff !important;
    text-decoration: none;
}

.fullll {
    overflow: hidden;
    width: 100%;
}

.account_non_activated a,
.account_non_activated a * {
    text-decoration: none;
}

.account_non_activated a:hover .account_non_activated a:hover * {
    text-decoration: none;
}

.ThankYouPage,
.DashbPacchForm,
.DashbWebinar,
.DashbAtelier,
.DashbVisVirt,
.DashbVideo,
.DashbWebinarOnDem,
.DashbAcquisti,
.DashbGestDip,
.DashbDatiPers,
.DashboardPage,
.LostpassPage,
.CheckoutPage,
.SignupPage,
.SigninPage {
    padding-top: 0;
}

.ThankYouPage header.sub-header,
.DashbPacchForm header.sub-header,
.DashbWebinar header.sub-header,
.DashbAtelier header.sub-header,
.DashbVisVirt header.sub-header,
.DashbVideo header.sub-header,
.DashbWebinarOnDem header.sub-header,
.DashbAcquisti header.sub-header,
.DashbGestDip header.sub-header,
.DashbDatiPers header.sub-header,
.DashboardPage header.sub-header,
.LostpassPage header.sub-header,
.CheckoutPage header.sub-header,
.SignupPage header.sub-header,
.SigninPage header.sub-header {
    padding-bottom: 93px !important;
}

.ThankYouPage header.header,
.DashbPacchForm header.header,
.DashbWebinar header.header,
.DashbAtelier header.header,
.DashbVisVirt header.header,
.DashbVideo header.header,
.DashbWebinarOnDem header.header,
.DashbAcquisti header.header,
.DashbGestDip header.header,
.DashbDatiPers header.header,
.DashboardPage header.header,
.LostpassPage header.header,
.CheckoutPage header.header,
.SignupPage header.header,
.SigninPage header.header {
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
    z-index: 15;
}

.DashbDatiPers .disclaimer_campi_pers {
    margin-bottom: 30px;
}

/* .forms__rc #activate_signup #cf-submit {
    visibility: hidden;
} */
.LostpassPage h4,
.CheckoutPage h4,
.SignupPage h4,
.SigninPage h4 {
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 25px;
}

.CheckoutPage h5 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.13px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}

.SignupPage h5 {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 25px;
}

.input-field,
.field {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
#completeProfile_signup h7 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
}
.completeProfile-fields .input-field {
    margin-bottom: 0;
    margin-top: 20px;
}
.completeProfile-fields .input-field.field__radio {
    margin-bottom: 0;
    margin-top: 0;
}
.completeProfile-fields .cf-error {
    margin-top: 4px;
}
.confirm-checkout .disclaim {
    margin-bottom: 20px;
}

#Privacy label,
#MarketingProfilazione label,
#Newsletter label,
#Terms label,
#Fattura label {
    display: contents;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
    float: left;
}

#Privacy input,
#MarketingProfilazione input,
#Newsletter input,
#Terms input,
#Fattura input {
    float: left;
    background-color: #fff;
}
#Privacy input:disabled,
#MarketingProfilazione input:disabled,
#Newsletter input:disabled,
#Terms input:disabled,
#Fattura input:disabled {
    background-color: #999;
    filter: opacity(0.5);
}
#Privacy input:disabled,
#MarketingProfilazione input:disabled,
#Newsletter input:disabled,
#Terms input:disabled,
#Fattura input:disabled,
#Privacy input:disabled ~ label,
#MarketingProfilazione input:disabled ~ label,
#Newsletter input:disabled ~ label,
#Terms input:disabled ~ label,
#Fattura input:disabled ~ label {
    pointer-events: none;
}
form#checkout.checkout {
    float: left;
    width: 100%;
}

.forms__rc fieldset {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
}
.btn_dashboard {
    background: #FF6633;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 16px;
    width: auto;
}
.btn_dashboard:hover {
    background-color: #d93a05;
    color: #fff !important;
    text-decoration: none;
}
.btn_dashboard.disabled:hover {
    background-color: #fedcd1;
    color: #ffb298 !important;
    text-decoration: none;
}

.btn_dashboard.secondary {
    background: #c4c4c4;
    color: #fff;
}
.btn_dashboard.secondary:hover {
    background: #8f8f8f;
    color: #fff;
}
.btn_dashboard.secondary.disabled {
    font-size: 16px;
    background: #ececec;
    color: #d2d2d2;
}

.field label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
}

.other_fields .fatturazione,
.other_fields .contatti,
.other_fields .campi-anagrafica,
.other_fields {
    float: left;
    width: 100%;
}

.other_fields h5 {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.field input {
    border: solid 1px #cccccc;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000;
    padding: 10px;
}
.checkoutTable_table .field input[type="checkbox"] {
    margin: 1px 10px 0px 0px;
}

.field .coupon-box button {
    width: 100%;
    /* margin-top: 10px; */
}
.field .coupon-box .message {
    font-size: 14px;
    font-weight: 600;
}
.field .coupon-box .message .accepted {
    color: #00bb2c;
}
.field .coupon-box .message .refused {
    color: #d90000;
}
.field .coupon-box .message .neutral {
    color: rgba(0, 0, 0, 0.8);
}

.field.field__radio input,
.field.field__checkbox input {
    display: inline-block;
    width: auto;
}
.field.field__radio label {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}
.field.field__checkbox label.label {
    display: inline-block;
    width: auto;
    margin-left: -2px;
    position: relative;
    top: -5px;
}
#Tipolaziendaorganizz .field.field__radio input {
    float: left;
}
#Tipolaziendaorganizz .field.field__radio label {
    width: 80%;
    float: left;
}
.field select {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    padding: 11px 10px;
    min-width: 90px;
    border-radius: 5px;
    border: 1px solid #cecece;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);
    background: #fff;
}

.disclaim_recaptcha {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}


.btn__forms {
    background-color: #ff6633;
    text-align: center;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.89px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
}
.btn__forms:hover {
    background-color: #d93a05;
    text-decoration: none;
    color: #ffffff !important;
}
.btn__forms.disabled {
    background-color: #fedcd1;
    color: #ffb298 !important;
    pointer-events: none;
}
.btn__forms.secondary {
    background-color: #c4c4c4;
    margin-right: 10px;
}
.btn__forms.secondary:hover {
    background-color: #8f8f8f;
}
.btn__forms.secondary.disabled {
    background-color: #ececec;
    color: #d2d2d2 !important;
    pointer-events: none;
}
input.disabled {
    pointer-events: none;
}
.field label.error {
    color: #f00;
    font-size: 14px;
}

.forms__rc .cntnt {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.SignupPage h1 {
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 25px;
}

small a {
    font-size: 1em;
}

.disclaimer {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-size: 14px;
}

.cf-error {
    display: block;
    float: left;
    width: 100%;
    color: #f00;
}

.message,
.cf-error *,
.cf-error label {
    font-size: 14px;
    color: #f00;
}
.cf-error *,
.cf-error label {
    color: #f00 !important;
}

.message {
    color: seagreen;
}

.msg_success {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.content-checkout {
    padding-right: 5%;
}
.submit-bonifico,
.modalitaPagamento_content,
.modalitaPagamento_box {
    float: left;
    width: 100%;
}

.modalitaPagamento_box {
    padding: 20px 0 40px;
}

.note {
    background: #F2F2F2;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
}
.submit-bonifico .note {
    margin-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.iban {
    float: left;
    width: 100%;
    margin: 0px 0 45px;
    font-size: 26px;
    padding: 20px;
    border: 1px solid #ff6633;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.iban small {
    color: #ff6633;
    font-weight: bold;
    font-size: 16px;
}
.iban div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.iban a {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    font-size: 18px;
}
.iban a svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}
.box_disclaimer_checkout {
    background: #F2F2F2;
    border: 1px solid #FF6633;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 30px;
    clear: both;
}
.box_disclaimer_checkout-top {
    color: #FF6633;
    font-weight: 600;
    font-size: 18px;
}
.box_disclaimer_checkout-top svg {
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.box_disclaimer_checkout-disclaim {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
}
.box_disclaimer_checkout-input {
    margin-top: 10px;
    margin-bottom: 0px;
}
.disclaimer.account_non_activated {
    max-width: 1160px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px;
    float: initial;
}

.content-dashboard {
    width: 100%;
}

.sidebar__dashboard {
    box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.05);
    padding-right: 20px;
}

.content-dashboard .main-content {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.welcome__top {
    width: 100%;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e7eb;
    margin-bottom: 25px;
}

.welcome__top h1 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.05px;
    color: #3a3b3f;
    text-align: center;
}

.riga {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    line-height: 24px;
}

.ico {
    float: left;
    margin-right: 10px;
}

.name {
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.05px;
    color: #66788a;
}

a:hover .name {
    color: #000;
}

.ico img {
    width: 24px;
}

.ultimi_ordini strong {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.13px;
    color: rgba(0, 0, 0, 0.8);
}

.navabar__menu,
.close_navabar__menu {
    display: none;
    visibility: hidden;
}


@media screen and (max-width: 992px) {

    .navabar__menu,
    .close_navabar__menu {
        display: inline-block;
        visibility: visible;
    }

    .sidebar__navbar {
        position: absolute;
        width: 0;
        left: -100%;
        z-index: 999;
        transition: .5s ease;
        padding-left: 20px;
        background: #fff;
        min-height: 80vh;
    }

    .sidebar__navbar div {
        z-index: 99;
    }

    .sidebar__navbar.active span.mobilebg {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 40;
        background-color: #0808081f;
        pointer-events: all;
    }
}

@media screen and (max-width: 992px) {
    .sidebar__navbar span {
        position: fixed;
        left: -100%;
        transition: .5s ease;
    }

    .sidebar__content {
        min-height: 80vh;
    }
}

.sidebar__navbar.active {
    width: 250px !important;
    left: 0;
}

.sidebar__navbar .riga {
    margin-bottom: 20px;
}
.sidebar__navbar.active~.sidebar__content {
    margin-left: 0;
    transition: .5s ease;
}

.sidebar__content {
    transition: .5s ease;
}

@media screen and (max-width: 992px) {
    .sidebar__navbar.active~.sidebar__content {
        margin-left: 0;
        min-height: 80vh;
    }
}

.navabar__menu {
    width: 40px !important;
    height: 40px;
    color: white;
    background-color: #ff6633;
    font-size: 18px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
}

.close_navabar__menu {
    width: 40px !important;
    height: 40px;
    color: white;
    background-color: #ff6633;
    font-size: 18px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
}

.select-dropdown::last-child {
    margin-right: 0px;
}

.select-dropdown__button {
    padding: 10px 35px 10px 15px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 300px;
    text-align: left;
}

.select-dropdown__button::focus {
    outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    z-index: 2;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.20);


}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    line-height: 1.2;
    cursor: pointer;
    text-align: left;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.select-dropdown__list-item span {
    color: #ff6633;
}

.select-dropdown__list-item:hover {
    background-color: #f7f7f7;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}


.select-dropdown {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 700;
}

.sidebar-inside.sidebar_cart {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 30px;
}


.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard .content {
    margin-left: 0 !important
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard-content .wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;

    text-decoration: none;
    font-size: 16px;
}

.wizard-content .wizard>.steps>ul>li:before {
    left: 0
}

.wizard-content .wizard>.steps>ul>li:after {
    right: 0
}

.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #2f3d4a;
    cursor: default;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #FF6633;
    background-color: #FF6633;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #999;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #999
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #979797;
    border-color: #979797;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center
}

.wizard-content .wizard>.content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px
}

.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both
}

.wizard-content .wizard>.actions>ul>li {
    float: left
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #FF6633;
    color: #fff;
    display: block;
    border-radius: 4px;
    border: 1px solid transparent;
    text-decoration: none;
    background-color: #ff6633;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
}
.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
    /*-webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;*/
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    text-decoration: none;
}

.wizard-content .wizard>.actions>ul>li>a.disabled {
    filter: opacity(0.6);
    pointer-events: none;
}
.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #54667a;
    border: 1px solid #d9d9d9
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    /*-webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;*/
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.8)
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #999
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 2px;
    background-color: #979797
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #979797
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #cccccc;
    background: #cccccc;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #FF6633
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #FF6633;
    color: #FF6633;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #FF6633
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #979797
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #979797
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #979797
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}

#Privacy label a,
#MarketingProfilazione label a,
#Newsletter label a,
#Terms label a {
    font-size: 16px;
}

.modal-body {
    overflow: auto;
    padding-bottom: 0;
    max-height: 55vh;
    padding-right: 15px;
}


.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #555555;
    border: 2px solid #555555;
}


@media (max-width:768px) {
    .loop__experiences__single__texto {
        min-height: auto!important;
        margin-bottom: 15px;
    }
    .other_fields .fatturazione, .other_fields .contatti, .other_fields .campi-anagrafica, .other_fields {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .contact-form-area .field{
        margin-bottom: 15px!important;
    }
    .modal-body {
        overflow: auto;
        padding-bottom: 0;
        padding-right: 10px;
        max-height: 45vh;
    }

    .LostpassPage h4,
    .CheckoutPage h4,
    .SignupPage h4,
    .SigninPage h4 {
        font-size: 24px;
    }

    #Privacy label,
    #MarketingProfilazione label,
    #Newsletter label,
    #Terms label {
        max-width: 85%;
    }

    .wizard-content .wizard>.content>.body {
        padding: 0;
    }

    .content-checkout {
        padding-right: 0;
    }

    .field__radio {
        display: flex;
    }

    .field select {
        max-width: 100%;
        width: 100%;
    }

    .field.field__radio label {
        max-width: 85%;
    }

    .wizard-content .wizard>.steps>ul {
        margin-bottom: 20px
    }

    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 25%
    }

    .wizard-content .wizard>.actions {
        padding-right: 0;
    }

    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }

    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: ''
    }

    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: '';
        background-color: #FF6633
    }

    .wizard-content .wizard.vertical>.steps {
        width: 15%
    }
}

@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 25%;
    }

    .wizard-content .wizard>.steps>ul>li.disabled a,
    .wizard-content .wizard>.steps>ul>li.disabled a:focus,
    .wizard-content .wizard>.steps>ul>li.disabled a:hover,
    .wizard-content .wizard>.steps>ul>li.current>a {
        font-size: 14px;
    }

    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #FF6633
    }

    .wizard-content .wizard.vertical>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }

    .wizard-content .wizard.vertical>.steps {
        width: 100%;
        float: none;
    }
}
.blocco_products {
    margin: 25px 0;
    padding: 0;
}
.ordini.blocco_products_acquisti,
.ordini.ordini_ext {
    display: inline-block;
    width: 100%;
}
.blocco_products .blocco_webinar__title {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.19px;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
}

.sidebar__content h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

a .t_left {
    color: rgba(0, 0, 0, 0.8);
}

.DashbPacchForm .breadcrumbs,
.DashbWebinar .breadcrumbs,
.DashbAtelier .breadcrumbs,
.DashbVisVirt .breadcrumbs,
.DashbWebinarOnDem .breadcrumbs,
.DashbVideo .breadcrumbs {
    display: none;
    visibility: hidden;
}

.elearningPages .pb-row {
    background: transparent;
}

.DashbPacchForm .sidebar__product,
.DashbWebinar .sidebar__product,
.DashbAtelier .sidebar__product,
.DashbVisVirt .sidebar__product,
.DashbWebinarOnDem .sidebar__product,
.DashbVideo .sidebar__product {
    background: #fff;
}

.elearningPages .block-banner_dynamic .row .col.col-thumb {
    border-radius: 0;
    width: 41.66667%;
    max-width: 41.66667%;
}
.elearningPages.ELMainHolder .block-banner_dynamic .row .col.col-thumb,
.occhielli .block-banner_dynamic .row .col.col-thumb,
.elearningPages.WebinarHolder .block-banner_dynamic .row .col.col-thumb,
.elearningPages.WebinarOnDemPrHolder .block-banner_dynamic .row .col.col-thumb,
.elearningPages.VideoHolder .block-banner_dynamic .row .col.col-thumb {
    width: 400px;
    max-width: 100%;
}

.elearningPages .block-head .row .col.col-cont:not(.col-full) {
    width: calc(100% - 400px);
    max-width: calc(100% - 400px);
    left: 0;
    flex-grow: 1;
}

.elearningPages .wrapper_normal_6 {
    max-width: 100%;
}
.CicloTematicoPage #nl_elearning > div,
.ELLandingPage #nl_elearning > div {
    padding: 0 0 20px 0;
}
@media screen and (min-width:768px) {
    .ELMainHolder #nl_elearning {
        margin-top: 100px;
    }
}
@media screen and (max-width: 767px) {
    .ELMainHolder #nl_elearning > div {
        padding: 20px 0 20px 0;
    }
}
.DashbPacchForm .block-head .row .col.col-cont:not(.col-full),
.DashbWebinar .block-head .row .col.col-cont:not(.col-full),
.DashbAtelier .block-head .row .col.col-cont:not(.col-full),
.DashbVisVirt .block-head .row .col.col-cont:not(.col-full),
.DashbWebinarOnDem .block-head .row .col.col-cont:not(.col-full),
.DashbVideo .block-head .row .col.col-cont:not(.col-full) {
    width: 58.33333%;
    max-width: 58.33333%;
}

.elearningPages .subheader__webinair__dashboard {
    display: inline-block;
    visibility: visible;
    margin-bottom: 25px;
}

.elearningPages .pb-block.bg-mask-wrap.wrapper_normal_12.m0-auto.p40-0 {
    padding: 0 0px;
}

.elearningPages .cntnt__product.d-8 {
    width: 58.33333%;
}

.elearningPages .sidebar__product.d-4 {
    width: 41.66667%;
}

.elearningPages .accordion__text .content_txt {
    max-width: 66.66%;
    padding: 15px !important;
    font-size: 18px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}

.elearningPages .accordion__text .content_txt p {
    font-size: 20px !important;
    line-height: 30px !important;
}

.elearningPages .pb-row .pb-block.block-head {
    z-index: 5;
    padding: 0;
}

.occhielli .block-banner_dynamic .row.row-content .col.col-cont.p0 {
    padding-right: 20px;
}
.occhielli .block-banner_dynamic .row.row-content.row-reverse .col.col-cont.p0 {
    padding-left: 20px;
}
.occhielli .block-banner_dynamic .row.row-content .col.col-cont .pb-row-title h3,
.occhielli .block-banner_dynamic .row.row-content .col.col-cont .pb-row-title h3 a {
    font-size: 38px;
    line-height: 42px;
    color: #727272 !important;
}
.VideoHolder.elearningPages .pb-row .pb-block.block-head,
.WebinarOnDemPrHolder.elearningPages .pb-row .pb-block.block-head {
    padding: 0 20px;
}
.VideoHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-thumb,
.WebinarOnDemPrHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-thumb {
    width: 40%;
    max-width: 50%;
}
.VideoHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-cont:not(.col-full),
.WebinarOnDemPrHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-cont:not(.col-full) {
    width: calc(60% - 40px);
}
/* SEZIONE CntEvidenza/Blocchi Experience */
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-cont .pb-row-title h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content {
    justify-content: space-between;
    align-items: center;
}
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content.row-reverse {
    flex-direction: row-reverse;
}
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content > a,
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-thumb,
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-cont.p0 {
    flex: 0 1 49%;
}
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-cont.p0 {
    padding-right: 7%;
    padding-left: 0;
}
.occhielli.CntEvidenza .row-banner_dynamic .row.row-content.row-reverse .col.col-cont.p0 {
    padding-right: 0;
    padding-left: 7%;
}
.elearningPages.VideoHolder .occhielli.CntEvidenza .row-banner_dynamic .row .col.col-thumb,
.elearningPages.WebinarOnDemPrHolder .occhielli.CntEvidenza .row-banner_dynamic .row .col.col-thumb {
    width: 100%;
    min-height: 350px;
}
.pb-row .pb-block.block-head h1 {
    max-width: 66.66%;
}

.DashbPacchForm .pb-row .pb-block.block-head h1,
.DashbWebinar .pb-row .pb-block.block-head h1,
.DashbAtelier .pb-row .pb-block.block-head h1,
.DashbVisVirt .pb-row .pb-block.block-head h1,
.DashbWebinarOnDem .pb-row .pb-block.block-head h1,
.DashbVideo .pb-row .pb-block.block-head h1 {
    max-width: 100%;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding: 35px 0;
}

.set>a {
    display: block;
    padding: 10px 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {}

.accordion-container .content {
    display: none;
}

.elenco_link {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.elenco_link a {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
    text-decoration: none;
}

.accordion__text .content_txt p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}

.with100 {
    width: 100%;
}

.sidebar__docenti {
    padding-right: 15px;
}

.content__docenti {
    padding-left: 15px;
}

.content__docenti h1 {
    margin-bottom: 25px;
}

.content__docenti h3 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1.4;
    /* text-decoration: ; */
}

.risorse,
.sing {
    float: left;
    width: 100%;
}

.sing {
    border-bottom: solid 1px #979797;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sing a {
    text-decoration: none;
}

.sing a:hover,
.sing a:hover * {
    text-decoration: none;
}

.sing h4 {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}

.sing h5 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.sing p {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
}

.elenco_link_singolo .feather {
    top: 5px;
    position: relative;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    overflow: auto;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-radius: 0;
    /*border: 1px solid #d5d5de;*/
    border-bottom: 1px solid #d5d5de;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -0.06px;
    color: #3a3b3f;
    text-transform: uppercase;
    margin-right: 10px;
}

ul#tabs-nav li.active {
    border-bottom: 1px solid #ff6633;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {}

#tabs-nav li a {
    text-decoration: none;
    color: #3a3b3f;
}

#tabs-nav li.active a {
    color: #ff6633;
}

.tab-content {}

.subheader__webinair img {
    display: none !important;
    visibility: hidden !important;
}

.DashbPacchForm .sidebar__content h2,
.DashbWebinar .sidebar__content h2,
.DashbAtelier .sidebar__content h2,
.DashbVisVirt .sidebar__content h2,
.DashbWebinarOnDem .sidebar__content h2,
.DashbVideo .sidebar__content h2 {
    border-bottom: 0;
    padding-right: 30px;
}

.partecipanti_azienda {
    border-top: 1px solid;
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.partecipanti_azienda > div {
    flex: 0 1 50%;
}
.partecipanti_azienda .corsi_attivi-title {
    font-weight: bold;
}

/* GESTIONE DIPENDENTI */

/* The Modal (background) */
.modal_dipendPartec {
    display: none;
    opacity: 0;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-transition: opacity 2s linear 1s;
    -o-transition: opacity 2s linear 1s;
    transition: opacity 2s linear 1s;
}
.modal_dipendPartec.show {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 2s linear 1s;
    -o-transition: opacity 2s linear 1s;
    transition: opacity 2s linear 1s;
}
/* Modal Content/Box */
.modal_dipendPartec-inner {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 600px;
}
/* The Close Button */
.modal_dipendPartec-inner-closebtn {
    color: #aaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}
.modal_dipendPartec-inner-closebtn:hover,
.modal_dipendPartec-inner-closebtn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal_dipendPartec-inner {
    display: grid;
}
.dipendenti_list .accordions_titles {
    display: table;
    width: 100%;
}
.dipendenti_list .accordions_titles-header {
    display: table-row;
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
}
.accordions_titles-cell {
    display: table-cell;
}
.accordions_titles-cell:first-child {
    width: 275px;
}
.accordions_titles-cell:last-child {
    width: 20px;
    color: rgba(0, 0, 0, .7);
}
.dipendenti_list .accordion.set {
    padding: 10px 0;
}
.dipendenti_list .set>a {
    font-size: 20px;
}
.dipendenti_list .accordion.set:not(:last-child) {
    margin-bottom: 20px;
}
.dipendenti_list .accordion-container .content {
    padding: 10px 15px;
}
.sendAgainInvite {
    cursor: pointer;
    font-weight: 500;
    margin-left: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #FF6633;
}
.sendAgainInvite:hover {
    color: rgba(0, 0, 0, 0.7);
}
.accordions_titles.inactive {
    color: #ccc;
    cursor: inherit;
}
.accordions_titles.inactive:hover {
    text-decoration: none;
    color: #ccc !important;
}
.corsi_attivi-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.corsi_attivi-single {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.corsi_attivi-add {
    display: flex;
}
.corsi_attivi-remove-confirm a,
.corsi_attivi-add-confirm a {
    margin-left: 15px;
    font-size: 16px;
    text-decoration: none;
}
.corsi_attivi-add-confirm a {
    display: none;
}
.creaDipendente_box,
.creaDipendente_box-multi {
    text-align: right;
    text-transform: initial;
    margin-top: 10px;
}
.creaDipendente_box a,
.creaDipendente_box-multi a {
    font-size: 16px;
}
.eliminaDipendente_box {
    text-align: right;
}
.eliminaDipendente_box a {
    text-decoration: none;
    color: #ff0000;
    font-size: 16px;
}
.replaceme.msg_success {
    color: green;
}
.replaceme.msg_error {
    color: #ff0000;
}

/* VIDEOPAGE */

.VideoAbbonamento_titoletto.t_center {
    max-width: 80%;
    margin: 0 auto 30px;
    font-weight: 600;
    font-size: 22px;
}

/* DASHBVIDEO - SING VIDEO */

.DashbPacchForm.elearningPages .pb-row.row-head,
.DashbVideo.elearningPages .pb-row.row-head,
.DashbWebinarOnDem.elearningPages .pb-row.row-head,
.DashbAtelier.elearningPages .pb-row.row-head,
.DashbVisVirt.elearningPages .pb-row.row-head,
.DashbWebinar.elearningPages.type-WebConfPage .pb-row.row-head {
    width: calc(100% + 20px);
}
div#vidFrame {
    position: relative;
}

.risorse_video_webinar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.risorse_video_webinar .half-col {
    flex: 0 1 49%;
    width: 60%;
    max-width: 80%;
    margin-bottom: 40px;
}
.risorse_video_webinar .half-col div#vidFrame {
    width: 100%;
    max-width: 100%;
}
.DescrizioneVimeo {
    font-size: 18px;
    font-weight: 600;
}
#vimeo-id{
    cursor:pointer;
    height: 100%;
    filter: brightness(0.9);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
img.player_icon {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    cursor:pointer;
}
.modal_videoplayer {
    display: none;
    opacity: 0;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-transition: opacity 2s linear 1s;
    -o-transition: opacity 2s linear 1s;
    transition: opacity 2s linear 1s;
}
.modal_videoplayer.show {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 2s linear 1s;
    -o-transition: opacity 2s linear 1s;
    transition: opacity 2s linear 1s;
    background: rgba(0,0,0,0.8);
}
/* Modal Content/Box */
.modal_videoplayer-inner {
    display: grid;
    background-color: rgba(0,0,0,0.9);
    margin-top: 6%;
    padding: 50px 20px 50px;
    /* border: 1px solid #888; */
    /* width: 80%; */
    margin-left: auto;
    margin-right: auto;
}
/* The Close Button */
.modal_videoplayer-inner-closebtn {
    color: #aaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}
.modal_videoplayer-inner-closebtn svg {
    fill: #dadada;
    stroke: #dadada;
    position: relative;
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
}
.modal_videoplayer-inner-closebtn svg:hover {
    stroke: #fff;
    fill: #fff;
}
.modal_videoplayer-inner-closebtn:hover,
.modal_videoplayer-inner-closebtn:focus {
    text-decoration: none;
    cursor: pointer;
}
iframe{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 0;
    /* visibility: hidden; */
}
.btn_connettiti a.btn__addcart img {
    width: 20px;
    position: relative;
    top: 4px;
    left: -2px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .occhielli.CntEvidenza {
        margin-top: 50px;
    }
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content,
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content.row-reverse {
        flex-direction: column-reverse;
        align-items: initial;
    }
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content > a,
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-thumb,
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-cont.p0 {
        flex: 0 1 100%;
        padding: 0;
    }
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-cont.p0,
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content.row-reverse .col.col-cont.p0 {
        padding-right: 0;
        padding-left: 0;
    }
    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-cont.p0 {
        padding: 30px 0 80px;
    }

    .occhielli.CntEvidenza .row-banner_dynamic .row.row-content .col.col-cont .pb-row-title h3 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .ThankYouPage header.sub-header,
    .DashbPacchForm header.sub-header,
    .DashbWebinar header.sub-header,
    .DashbAtelier header.sub-header,
    .DashbVisVirt header.sub-header,
    .DashbVideo header.sub-header,
    .DashbWebinarOnDem header.sub-header,
    .DashbAcquisti header.sub-header,
    .DashbGestDip header.sub-header,
    .DashbDatiPers header.sub-header,
    .DashboardPage header.sub-header,
    .LostpassPage header.sub-header,
    .CheckoutPage header.sub-header,
    .SignupPage header.sub-header,
    .SigninPage header.sub-header {
        padding-bottom: 80px !important;
    }
}
@media screen and (max-width: 992px) {
    .WebinarOnDemPrHolder.elearningPages .row-head.txt-all-color-white *,
    .WebinarOnDemPrPage.elearningPages .row-head.txt-all-color-white *,
    .VideoHolder.elearningPages .row-head.txt-all-color-white *,
    .VideoPage.elearningPages .row-head.txt-all-color-white * {
        color: #fff !important;
    }
    .WebinarOnDemPrHolder .pb-row .pb-block .row.row-reverse,
    .WebinarOnDemPrPage .pb-row .pb-block .row.row-reverse,
    .VideoHolder .pb-row .pb-block .row.row-reverse,
    .VideoPage .pb-row .pb-block .row.row-reverse {
        flex-direction: column-reverse;
    }
    .WebinarOnDemPrHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-thumb,
    .WebinarOnDemPrHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-cont:not(.col-full),
    .WebinarOnDemPrPage.elearningPages .pb-row .pb-block.block-head .row .col.col-thumb,
    .WebinarOnDemPrPage.elearningPages .pb-row .pb-block.block-head .row .col.col-cont:not(.col-full),
    .VideoHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-thumb,
    .VideoHolder.elearningPages .pb-row .pb-block.block-head .row .col.col-cont:not(.col-full),
    .VideoPage.elearningPages .pb-row .pb-block.block-head .row .col.col-thumb,
    .VideoPage.elearningPages .pb-row .pb-block.block-head .row .col.col-cont:not(.col-full) {
        width: 100%;
        max-width: 100%;
    }
    header.header .header-wrapper {
        justify-content: space-between;
    }
    .head.head-tools {
        position: relative;
    }
    .head-tools .tool_user {
        display: none;
    }
    .head-tools .tool-cart {
        position: absolute !important;
        left: -44px;
    }
    .head-tools .tool-menu {
        padding-right: 0 !important;
    }
    header.header .header-wrapper .head-menu,
    header.header .header-wrapper .head-tools .tool.tool-lang,
    header.header .header-wrapper .head-tools .tool.tool-search {
        display: none;
    }
    .ar-menu-mobile-container {
        position: relative;
        top: 4px;
    }
}
@media screen and (min-width: 993px) {
    .ar-menu-mobile-container,
    .menu-mobile-header-box {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .VideoHolder.elearningPages .pb-row .pb-block.block-head,
    .WebinarOnDemPrHolder.elearningPages .pb-row .pb-block.block-head {
        padding: 0;
    }
    .VideoHolder.elearningPages .block-head .row .col.col-thumb,
    .WebinarOnDemPrHolder.elearningPages .block-head .row .col.col-thumb,
    .DashbAtelier.elearningPages .block-banner_dynamic .row .risorse .col.col-thumb,
    .DashbVisVirt.elearningPages .block-banner_dynamic .row .risorse .col.col-thumb,
    .DashbWebinar.elearningPages .block-banner_dynamic .row .risorse .col.col-thumb {
        width: 100% !important;
        max-width: 100% !important;
        margin:0;
    }
    .accordion__title {
        background-color: #f7f7f7;
        padding: 15px;
    }
    .accordion__title:after {
        right: 15px;
        top: 15px !important;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.8);
    }
    .content-dashboard {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .contact-form-area.forms.forms__rc{
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .select-dropdown__button {
        /* width: 230px !important; */
        width: max-content !important;
    }

    .minus-item.input-group-addon.btn.btn-primary,
    .plus-item.btn.btn-primary.input-group-addon {
        width: 23px;
        line-height: 1;
        height: 23px;
    }

    #cart .delete-item.btn.btn-danger {
        width: 25px;
        height: 25px;
        line-height: 1;
    }

    .single_item_cart-img {
        display: none;
        visibility: hidden;
    }

    .single_item_cart-schedule,
    .single_item_cart-qty,
    .input-group,
    .single_item_cart-info,
    .single_item_cart-txt {
        width: 100%;
    }

    .single_item_cart-schedule {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .single_item_cart-title {
        max-width: 90%;
    }

    .cart_total_pay_dx {
        width: 100%;
    }

    .normal-payment,
    #cart .cart_total_pay_dx .btn.btn-primary.btn_orderCart {
        font-size: 16px;
    }

    .tool_user_logout {
        font-size: 14px;
        line-height: 18px;
    }

    .DashbAtelier .upper-content,
    .DashbVisVirt .upper-content,
    .DashbWebinar .upper-content,
    .DashbPacchForm .upper-content,
    .DashbWebinarOnDem .upper-content,
    .DashbVideo .upper-content {
        padding: 0;
        float: left;
        width: 100%;
    }

    .pb-row .pb-block.block-head h1,
    .pb-row .pb-block.block-head h1 .titleBold {
        font-size: 38px!important;
    }

    .DashbAtelier .sidebar__product,
    .DashbVisVirt .sidebar__product,
    .DashbWebinar .sidebar__product,
    .DashbPacchForm .sidebar__product,
    .DashbWebinarOnDem .sidebar__product,
    .DashbVideo .sidebar__product {
        padding: 20px;
    }

    .DashbAtelier .row__flex,
    .DashbVisVirt .row__flex,
    .DashbWebinar .row__flex,
    .DashbPacchForm .row__flex,
    .DashbVideo .row__flex,
    .DashbWebinarOnDem .row__flex,
    .DashboardPage .row__flex {
        margin: 0;
    }

    .DashbAtelier .pb-row,
    .DashbVisVirt .pb-row,
    .DashbWebinar .pb-row,
    .DashbPacchForm .pb-row,
    .DashbWebinarOnDem .pb-row,
    .DashbVideo .pb-row {
        margin: 0;
    }

    .block-head .row .col.col-thumb {
        max-width: 100% !important;
        width: auto !important;
    }

    .cntnt__product .cntnt {
        padding-right: 0 !important;
    }

    ul#tabs-nav li {
        padding: 8px 5px;
    }

    .elearningPages .block-head .row .col.col-cont:not(.col-full) {
        max-width: 100%;
        width: 100%;
        left: auto;
        flex-grow: 1;
    }

    .elearningPages .bg-cover.pb-row.row-head.hfissa .pb-block.block-head .row.row-content .p20-20 {
        padding: 20px;
        float: left;
        width: 100%;
    }

    .DashbPacchForm.elearningPages .bg-cover.pb-row.row-head.hfissa .pb-block.block-head .row.row-content .p20-20,
    .DashbAtelier.elearningPages .bg-cover.pb-row.row-head.hfissa .pb-block.block-head .row.row-content .p20-20,
    .DashbVisVirt.elearningPages .bg-cover.pb-row.row-head.hfissa .pb-block.block-head .row.row-content .p20-20,
    .DashbWebinar.elearningPages .bg-cover.pb-row.row-head.hfissa .pb-block.block-head .row.row-content .p20-20,
    .DashbWebinarOnDem.elearningPages .bg-cover.pb-row.row-head.hfissa .pb-block.block-head .row.row-content .p20-20,
    .DashbVideo.elearningPages .bg-cover.pb-row.row-head.hfissa .pb-block.block-head .row.row-content .p20-20 {
        padding: 0 0;
        margin: 0;
    }
    .DashbAtelier .pb-row,
    .DashbVisVirt .pb-row,
    .DashbWebinar .pb-row,
    .DashbPacchForm .pb-row,
    .DashbWebinarOnDem .pb-row,
    .DashbVideo .pb-row {
        margin: 0;
        padding-bottom: 0!important;
    }

    .elearningPages .block-banner_dynamic .row .col.col-thumb{
        mix-blend-mode: multiply;
        background-blend-mode: multiply;
        background-color: rgba(0, 0, 0, 0.05);
    }


    .subheader__webinair span {
        clear: both;
        margin-left: 0;
    }

    /* .elearningPages .sidebar__product.d-4, */
    .elearningPages .cntnt__product.d-8 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .elearningPages .sidebar__product.d-4 {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        margin-bottom: 0;
        padding: 20px;
    }
    .upper-content {
        padding: 0 20px;
    }

    .DashbPacchForm header.sub-header,
    .DashbAtelier header.sub-header,
    .DashbVisVirt header.sub-header,
    .DashbWebinar header.sub-header,
    .DashbVideo header.sub-header,
    .DashbWebinarOnDem header.sub-header,
    .DashbAcquisti header.sub-header,
    .DashbGestDip header.sub-header,
    .DashbDatiPers header.sub-header,
    .DashboardPage header.sub-header,
    .LostpassPage header.sub-header,
    .CheckoutPage header.sub-header,
    .SignupPage header.sub-header,
    .SigninPage header.sub-header {
        padding-bottom: 63px !important;
    }

    .block-head .row .col.col-thumb {
        margin: 20px auto;
    }

    .pb-row .p40-0 {
        padding: 0px 20px;
    }

    .sidenav-container.open-cart .sidenav {
        width: 85vw;
    }

    .docente_middle,
    .docente_head {
        float: left;
        width: 100%;
    }

    .box_docenti .docente_single_first {
        padding-right: 0;
        border-right: 0;
        margin-bottom: 25px;
    }

    .box_docenti .docente_single_last {
        padding-left: 0;
    }

    .docente_single_img {
        text-align: center;
    }

    header.header .header-wrapper .head-tools .tool-lang img {
        height: 25px;
        margin: -4px 0px;
    }

    header.header .header-wrapper .head-tools .tool-menu .feather {
        height: 25px;
        margin: 0;
    }
    .risorse_video_webinar .half-col {
        flex: 0 1 400px;
    }
}

.slick-track {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* Modifiche nuova grafica holder */
.blocco_webinar__title {
    font-size: 30px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.8);
}
.loop__webinar__link:hover .loop__arrow {
    opacity: 1;
}
.loop__webinar__single__image {
    height: 205px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loop__webinar__single {
    padding: 16px 16px 5px;
    min-height: 295px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.loop__webinar__single__block h6 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ff6633 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.loop__webinar__single__block small {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    margin-bottom: 6px;
}
.loop__webinar__single__block h5 {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 10px;
    font-weight: normal;
    /* min-height: 72px; */
    color: rgba(0, 0, 0, 0.8) !important;
}
.loop__webinar__single__block p {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.5;
}
.loop__webinar .loop__webinar__single__end {
    font-size: 14px;
    height: auto;
    /* height: 25px; */
    /* position: absolute; */
    /* bottom: 10px; */
    /* padding: 0 20px 20px; */
    width: 100%;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

/* Elenco Prodotti */
.elenco_prodotti {
    margin: 60px 0;
}
.elenco_prodotti:not(.prodotti_evidenza) .unique,
.elenco_prodotti:not(.prodotti_evidenza) .dual {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.elenco_prodotti .unique > .pb-row-title,
.elenco_prodotti .unique > .blocco_products,
.blocco_ciclo-ciclo,
.blocco_ciclo-prods {
    flex: 0 1 100%;
}
.elenco_prodotti .pb-row-title {
    padding-bottom: 0;
}
.elenco_prodotti .pb-row-title h6 {
    font-size: 34px;
    line-height: 1.11;
    margin-bottom: 30px;
    font-weight: 500;
}
.elenco_prodotti.prodotti_evidenza .pb-row-title h6 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.elenco_prodotti .pb-row-title p {
    margin-bottom: 10px;
}
.elenco_prodotti .blocco_gen_products {
    flex-grow: 1;
}
.elenco_prodotti .blocco_gen_products .blocco_products {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}
.elenco_prodotti .blocco_gen_products .blocco_products.slick-slider .slick-list {
    width: 100%;
}
.elenco_prodotti .blocco_gen_products .blocco_products .slide {
    flex: 1 1 33%;
}
.elenco_prodotti .multi .blocco_gen_products .blocco_products .slide {
    flex: 0 1 33%;
}
.elenco_prodotti .loop__webinar {
    margin-bottom: 0;
    background-color: #fff;
}
.elenco_prodotti .sub-carousel {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 30px;
    top: -25px;
    padding: 0 50px 0 0;
}
.elenco_prodotti .slick-slider.navigation .slick-arrow {
    opacity: 1;
    padding: 0px;
    cursor: pointer;
    height: 24px;
}
.elenco_prodotti .slick-slider.navigation .next.slick-arrow {
    left: 40px;
}
.elenco_prodotti button.btn {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.elenco_prodotti .sub-carousel button.btn {
    margin-top: 0;
    margin-right: 0;
}
.blocco_ciclo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.list .blocco_ciclo {
    justify-content: flex-end;
}
.blocco_ciclo_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.blocco_ciclo-ciclo .loop__webinar__single__block p {
    font-size: 14px;
}
.blocco_ciclo-prods .loop__webinar__single__block h6,
.blocco_ciclo-prods .loop__webinar__single__block small {
    margin-bottom: 0;
}
.blocco_ciclo-prods .loop__webinar__single__block h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: Source Sans Pro;
    margin-bottom: 0px;
}
.blocco_ciclo-prodsSingle {
    margin-bottom: 30px;
}
.elenco_prodotti .blocco_products .slide.item a:hover {
    text-decoration: none !important;
}
@media screen and (min-width: 769px) {
    .elenco_prodotti .unique > .pb-row-title,
    .elenco_prodotti:not(.prodotti_evidenza) .dual > .pb-row-title,
    .blocco_ciclo-prods {
        flex: 0 1 40%;
    }
    .elenco_prodotti .unique > .blocco_products,
    .elenco_prodotti:not(.prodotti_evidenza) .dual > .blocco_products,
    .blocco_ciclo-ciclo {
        flex: 0 1 60%;
        margin: 0;
    }
    .elenco_prodotti .unique .loop__webinar__single__image {
        height: 280px;
    }
    .elenco_prodotti .unique .blocco_products a.item {
        width: 100%;
    }
    .elenco_prodotti .dual .blocco_products a.item {
        width: 50%;
    }
    .blocco_ciclo-prods {
        padding-left: 40px;
    }
}
@media screen and (min-width: 1140px) {
    .elenco_prodotti .unique .loop__webinar__single__image {
        height: 380px;
    }
}
@media screen and (max-width: 768px) {
    .elenco_prodotti {
        margin: 20px 0;
    }
    .elenco_prodotti .blocco_products {
        padding: 0 20px;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .elenco_prodotti .blocco_products.no_carousel > a.item {
        float: unset;
        clear: both;
        width: 100%;
    }
    .elenco_prodotti .slick-slider.navigation {
        margin-bottom: 0;
    }
    .elenco_prodotti .slick-slider .slide {
        opacity: initial;
        padding: 10px;
        width: 100%;
    }
    .elenco_prodotti .loop__webinar {
        height: auto;
    }
    .elenco_prodotti .unique,
    .elenco_prodotti .dual {
        flex-direction: column !important;
    }
    .elenco_prodotti .button {
        width: 100%;
        text-align: center;
        flex: 0 1 100%;
    }
    .elenco_prodotti button.btn {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .blocco_ciclo-prods {
        margin-top: 20px;
    }
    .elenco_prodotti .multi .blocco_gen_products .blocco_products .slide,
    .elenco_prodotti .dual .blocco_gen_products .blocco_products .slide {
        flex: 0 1 100%;
        padding: 20px 0;
    }
    /* .elenco_prodotti .slick-slider.navigation .slick-arrow {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    } */
}

/* Elenco Prodotti con filtri */

.block_elenco_filter_prodotti .filter-wrap.formati label.active span {
    color: #ff6633;
}
.block_elenco_filter_prodotti .filter-wrap .checkcatalogo.check {
    background: #ff6633;
    border-color: #ff6633;
}

@media screen and (min-width: 767px) {
    .risultati {
        margin-left: 20px;
    }
}
.risultati .loop__webinar__link {
    padding: 15px 15px;
}
.risultati .loop__webinar {
    height: auto;
    margin-bottom: 0;
}
.risultati .loop__webinar__single__image {
    height: 150px;
}
.risultati .loop__webinar__single {
    padding: 16px;
    min-height: 295px;
}
.risultati .loop__webinar__single__block small {
    font-size: 11px;
    line-height: 1.4;
}
.risultati .loop__webinar__single__block h6 {
    font-size: 12px;
    line-height: 1.4;
}
.risultati .loop__webinar__single__block h5 {
    font-size: 18px;
    line-height: 1.3;
}
.risultati .loop__webinar__single__block p {
    font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width:1140px) {
    .prodotti_evidenza .unique .loop__webinar__single__image {
        height: 295px;
    }
}
@media screen and (min-width: 767px) {
    .prodotti_evidenza .block-holder.unique .item .loop__webinar,
    .prodotti_evidenza .block-holder .noProduct_advise .item > div {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .prodotti_evidenza .block-holder .noProduct_advise .item > div {
        align-items: center;
    }
    .prodotti_evidenza .unique .loop__webinar__single {
        padding: 22px 22px 10px;
    }
    .prodotti_evidenza .block-holder.unique .item .loop__webinar .loop__webinar__single__image,
    .prodotti_evidenza .block-holder.unique .item .loop__webinar .loop__webinar__single,
    .prodotti_evidenza .block-holder .noProduct_advise .item .noProduct_advise-title,
    .prodotti_evidenza .block-holder .noProduct_advise .item .noProduct_advise-cnt {
        flex: 0 1 50%;
    }
    .prodotti_evidenza .block-holder.unique .item > div .loop__webinar__single__image,
    .prodotti_evidenza .block-holder .noProduct_advise .item .noProduct_advise-title,
    .prodotti_evidenza .block-holder .noProduct_advise .item .noProduct_advise-cnt {
        padding: 20px;
    }
    .prodotti_evidenza .block-holder.dual .item {
        width: 50%;
        flex: 0 1 50%;
    }
}
@media screen and (max-width: 767px) {
    .noProduct_advise-title {
        margin-bottom: 20px;
    }
}
