/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* Profilo */
#cover-image-container {
    display: none;
}
#object-nav {
    display: none;
}
/* Ordini */
.woocommerce-MyAccount-navigation {
    display: none;
}
/* Certificazioni */
#cover-image-container {
    display: none;
}
#object-nav {
    display: none;
}
/* Corsi */
#cover-image-container {
    display: none;
}
#object-nav {
    display: none;
}
ul.subnav {
    display: none;
}

/* checkout */
#billing_company_field > label > span {
    display: none;
}
#billing_company_field > span > span {
    display: none;
}
#partita_iva_field > label > span {
    display: none;
}
#partita_iva_field > span > span {
    display: none;
}
#mail_pec_field > label > span {
    display: none;
}
#mail_pec_field > span > span {
    display: none;
}
#codice_univoco_field > label > span {
    display: none;
}
#codice_univoco_field > span > span {
    display: none;
}

#need_invoice {
    position: relative;
    opacity: 1;
}

#need_invoice_field > span > label {
    font-size: 13px;
    color: #484847;
    font-weight: 600;
    user-select: none;
}

#need_invoice:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--bb-primary-color);
    box-shadow: none;
    position: absolute;
    top: -2px;
    left: -2px;
}

#need_invoice_field {
    /* padding-left: 0; */
}

#need_invoice:checked:before {
    background-color: var(--bb-primary-color);
    border-color: var(--bb-primary-color);
    content: "\e876";
    font-family: bb-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 0 1px var(--bb-primary-color);
}

#need_invoice+span {
    display: none;
}

#iam_individual {
    position: relative;
    opacity: 1;
}

#iam_individual_field > span > label {
    font-size: 13px;
    color: #484847;
    font-weight: 600;
    user-select: none;
}

#iam_individual:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--bb-primary-color);
    box-shadow: none;
    position: absolute;
    top: -2px;
    left: -2px;
}

#iam_individual_field {
    padding: 0 0 5px 8px;
}

#iam_individual:checked:before {
    background-color: var(--bb-primary-color);
    border-color: var(--bb-primary-color);
    content: "\e876";
    font-family: bb-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 0 1px var(--bb-primary-color);
}

#iam_individual+span {
    display: none;
}

#no_invoice {
    position: relative;
    opacity: 1;
}

#no_invoice_field > span > label {
    font-size: 13px;
    color: #484847;
    font-weight: 600;
    user-select: none;
}

#no_invoice:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--bb-primary-color);
    box-shadow: none;
    position: absolute;
    top: -2px;
    left: -2px;
}

#no_invoice_field {
    padding: 0 0 5px 8px;
}

#no_invoice:checked:before {
    background-color: var(--bb-primary-color);
    border-color: var(--bb-primary-color);
    content: "\e876";
    font-family: bb-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 0 1px var(--bb-primary-color);
}

#no_invoice+span {
    display: none;
}

#codice_fiscale_field > label > .optional {
    display: none;
}

#codice_fiscale_field > span > span {
    display: none;
}

#ship-to-different-address {
    display: none;
}

.abtgCheckoutShippingTitle {
    margin-bottom: 4px;
    margin-top: 40px;
    font-size: 18px;
}

.abtgCheckoutShippingMessage {
    font-size: 14px;
}

#billing_address_1_field > label > .optional {
    display: none;
}

#shipping_address_1_field {
    width: 100%;
}

/* .abtgCheckOutCheck > span::before { */
    .abtgCheckOutCheck > span > label::before {
        content: '';
        margin-right: 6px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid var(--bb-primary-color);
        box-shadow: none;
    }
    
    .abtgCheckOutCheck > span > label {
        font-size: 12px !important;
    }
    
    /* .abtgCheckOutCheck.woocommerce-validated > span::before { */
    .abtgCheckOutCheck.woocommerce-validated > span > label::before {
        background-color: var(--bb-primary-color);
        border-color: var(--bb-primary-color);
        content: '\e876';
        font-family: bb-icons;
        font-style: normal;
        font-weight: 400;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        text-align: center;
        color: #fff;
        line-height: 18px;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        box-shadow: 0 0 0 1px var(--bb-primary-color);
    }
    
    .swiper-containerHomepage {
        overflow: hidden;
    }
    
    .swiper-containerHomepage .swiper-button-prev {
        left: -40px !important;
        height: 38px;
        background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ef7b10'%2F><%2Fsvg>") !important;
    }
    
    .swiper-containerHomepage .swiper-button-next {
        right: -40px !important;
        height: 38px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ef7b10'%2F%3E%3C%2Fsvg%3E") !important;
    }
    
    .customHomepageSliderCourses {
        background: #fff;
        border: 1px solid #e7e9ec;
        border-radius: 4px;
        -webkit-transition: .2s box-shadow;
        transition: .2s box-shadow;
        position: relative;
        height: 100%!important;
        min-height: 350px;
        padding-bottom: 15px;
    }
    
    .customHomepageSliderCoursesImageContainer {
        overflow: hidden;
        position: relative;
        height: 180px;
    }
    
    .customHomepageSliderCoursesDetails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 20px 0;
    }
    
    .customHomepageSliderCoursesImage {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
        min-height: 100%;
        width: auto;
        min-width: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    
    .customHomepageSliderCourses:hover {
        box-shadow: 0 4px 32px 0 rgb(18 43 70 / 10%);
        z-index: 1;
    }
    
    .customHomepageSliderCoursesDetailsLessonTitle {
        color: #A3A5A9;
        font-size: 13px;
        line-height: 1;
        margin-bottom: 8px;
        font-weight: 300;
    }
    
    .customHomepageSliderCoursesDetailsTitle {
        min-height: 50px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.24;
        margin: 0 0 8px;
        color: #122B46;
    }
    
    .customHomepageSliderCoursesDetailsTitle a{
        color: inherit;
        display: block;
        display: -webkit-box;
        max-height: 2.7em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    #lessonAdsContent {
        z-index: 5;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -35px;
    }
    
    /* .lms-topic-sidebar-wrapper {
        max-height: 75vh;
    } */
    
    .login h1 {
        text-align: left;
    }

    .activation > #page > #content > .container > div > #primary {
        margin: 0 auto;
    }

    .activation > #page > #content > .container > div > #primary > #main {
        overflow: hidden;
    }

    .activation > #page > #content {
        box-shadow: none;
        border-radius: 0;
        height: 100vh;
        overflow: hidden;
        width: 100%;
    }
    
    /* .lessonCustonAdsPromoDiv {
        width: 60%;
        text-align: center;
        background-color: #2c2e38;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 25px 30px 0px 30px;
        border-radius: 10px 10px 10px 10px;
        margin-bottom: 15px;
        position: fixed;
        bottom: -220px;
        left: 20%;
    } */
    
    .single-sfwd-courses .site-content{
        min-height: auto !important;
    }
    
    .bannerCustomView {
        margin-bottom: -35px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .customCourseSidebar {
        padding: 25px 30px 0px 30px;
        background-color: #fff;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -28px;
    }
    
    .learndash_join_button a {
        font-size: 18px !important;
    }
    
    .ld-content-actions {
        justify-content: center !important;
    }
    
    .single-sfwd-lessons .footer-widget-area{
        display: none;
    }
    
    .footer-widget-area{
        display: none;
    }
    
    .home-page .footer-widget-area{
        display: block;
    }
    
    .learndash-wrapper .learndash_content_wrap .ld-content-actions {
        padding-top: 0px;
    }
    
    .learndash_content_wrap {
        padding-top: 10px;
    }
    
    .custom_show_hide_content {
        height: 350px;
        overflow: hidden;
    }
    
    .custom_show_hide {
        position: absolute;
        left: 10px;
        bottom: -40px;
        z-index: 99;
        /* background-color: #ef7b10; */
    }
    
    .custom_button {
        background-color: #ef7b10;
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .custom_button_disabled {
        background-color: #ddd;
    }
    
    #customMasterclassButtonContent {
        display: flex;
        justify-content: center;
    }
    
    #onJoinMeeting:hover {
        cursor: pointer;
    }
    
    .header-aside-inner .user-link .user-name {
        margin-left: 5px;
    }
    
    .bs-quantity input[type="number"] {
        background: transparent !important;
    }
    
    .lessonCustonAdsPromoDiv {
        width: 100%;
        text-align: center;
        background-color: #2c2e38;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 25px 30px 0px 30px;
        border-radius: 10px 10px 10px 10px;
        margin-bottom: 15px;
        /* position: fixed;
        bottom: -220px; */
        /* left: 20%; */
    }
    
    .lessonCustonAdsPromoDiv.show {
        width: 60%;
        text-align: center;
        background-color: #2c2e38;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 25px 30px 0px 30px;
        border-radius: 10px 10px 10px 10px;
        margin-bottom: 15px;
        position: fixed;
        bottom: 15px;
        left: 20%;
        -webkit-transition: all 3s linear;
        -moz-transition: all 3s linear;
        -o-transition: all 3s linear;
        transition: all 3s linear;
    }
    
    #lessonCustonAdsPromo h5 {
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
        text-transform: none;
        line-height: 1.2em;
        font-family: "SF UI Display", sans-serif;
    }
    
    .bb-about-instructor .bb-instructor-wrap {
        align-items: flex-start;
    }
    
    .footer-widget-area.bb-footer {
        color: #cccccc;
        font-size: 14px;
    }
    
    .footer-widget-area.bb-footer .widget-title {
        color: #cccccc;
        font-size: 18px;
        font-weight: bold;
        text-transform: none;
    }
    
    .footer-widget-area.bb-footer a.contact-btn {
        color: #ccc;
        text-decoration: underline;
        font-size: 14px;
    }
    
    .footer-widget-area.bb-footer ul.menu li.menu-item {
        margin: 0;
    }
    
    .footer-widget-area.bb-footer ul.menu li.menu-item a {
        font-size: 14px;
        color: #ccc;
        line-height: 1.2em;
    }
    
    .learndash-content-column-custom {
        flex: 0.45;
        padding: 30px 25px 0 !important;
        z-index: 50;
        background-color: #FAFBFD;
        min-height: 850px;
    }
    
    #learndash-page-content {
        padding: 15px 50px 0;
    }
    
    @media only screen and (max-width: 768px) {
        #lessonAdsContent {
            margin-left: -40px;
            margin-right: -40px;
        }
    }
    
    @media only screen and (max-width: 450px) {
        .learndash-content-column-custom {
            flex: 1;
            padding: 10px 25px 0 !important;
            z-index: 50;
            background-color: #FAFBFD;
            min-height: auto;
        }
        .customContentMasterclass {
            margin-top: -65px;
        }
        .learndash-content-column-custom h5 {
            margin-bottom: 5px;
        }
        .learndash-content-column-custom h1 {
            margin-bottom: 5px;
            font-size: 25px;
        }
        .custom_show_hide_content {
            display: none;
        }
        .learndash-content-column-custom-contentOfTheMasterclass {
            display: none;
        }
        #learndash-page-content {
            padding: 15px 20px 0;
        }
        #lessonAdsContent {
            margin-top: -45px;
        }
        .swiper-containerHomepage .swiper-button-prev {
            left: -25px !important;
        }
        
        .swiper-containerHomepage .swiper-button-next {
            right: -25px !important;
        }
    }
    
    @media only screen and (max-width: 425px) {
        #lessonAdsContent {
            margin-left: -20px;
            margin-right: -20px;
        }
    }
    
    @media (min-width: 1024px) {
        .learndash-wrapper .learndash_content_wrap {
            max-width: 1200px;
        }
        #lessonAdsContent {
            margin-left: -60px;
            margin-right: -60px;
        }
    }
    
    @media (min-width: 1440px) {
        #lessonAdsContent {
            margin-left: -100px;
            margin-right: -100px;
        }
    }
    
    #bb-toggle-theme {
        display: none;
    }
    
    /* Ab site widgets */
    
    .AbsiteCW_nextStream_divContainer {
        width: 100%;
        display: flex;
        min-height: 500px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .AbsiteCW_nextStream_div {
        flex-grow: 0.5;
        display: flex;
        flex: 0.33;
        width: 33.3%;
        height: 400px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.22);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin: 10px 10px 10px 10px;
        padding: 0px 0px 30px 0px;
        background-position: center center;
        background-size: cover;
        position: relative;
    }
    .AbsiteCW_nextStream_div.fullWidth {
        flex-grow: 1;
        display: flex;
        flex: 1;
        width: 100%;
    }
    .AbsiteCW_nextStream_div.third {
        flex-grow: 0.33;
        display: flex;
        flex: 0.33;
        width: 33%;
    }
    
    .AbsiteCW_nextStream_div:after {
        content: "";
        background-image: linear-gradient(180deg, rgba(44, 46, 56, 0) 0%, #2c2e38 100%);
        width: 100%;
        height: 100%;
        opacity: 0.8;
        top: 0;
        left: 0;
        display: block;
        z-index: 1;
        position: absolute;
        overflow: hidden;
        border-radius: 10px 10px 10px 10px;
    }
    
    .AbsiteCW_nextStream_divContent {
        height: 100%;
        display: flex;
        flex-grow: 1;
        align-content: flex-end;
        flex-direction: column-reverse;
        padding: 0px 20px 0px 20px;
        z-index: 99;
    }
    
    .AbsiteCW_nextStream_divContent a {
        font-family: "Open Sans", Sans-serif;
        font-size: 17px;
        font-weight: bold;
        fill: #ffffff;
        color: #ffffff;
        background-color: #ef7b10;
        border-radius: 10px 10px 10px 10px;
    }
    
    .AbsiteCW_nextStream_divContent h2 {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .AbsiteCW_nextStream_divContent p {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 5px;
    }
    
    .AbsiteCW_nextStream_divContent p:nth-child(2) {
        color: #ffffff;
        font-family: "Open Sans", Sans-serif;
        font-size: 20px;
        letter-spacing: 0px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .AbsiteCW_button {
        border-radius: 10px 10px 10px 10px;
        width: 300px;
    }
    
    .AbsiteCW_button span {
        font-size: 17px;
    }
    
    .AbsiteCW_buttonLight {
        border-radius: 10px 10px 10px 10px;
        width: 250px;
        padding: 12px 12px;
    }
    
    .divOverlay {
    }
    
    .AbsiteCW_pressReview_divContainer {
        width: 100%;
        display: flex;
        min-height: 300px;
        flex-direction: row;
        justify-content: center;
    }
    
    .AbsiteCW_pressReview_divContent {
        flex-grow: 0.33;
        display: flex;
        flex-direction: column;
        flex: 0.33;
        width: 33%;
        background-color: #ffffff;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin: 10px 10px 10px 10px;
        padding: 20px 20px 20px 20px;
        border-radius: 15px 15px 15px 15px;
    }
    
    .AbsiteCW_pressReview_divContent2 {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .AbsiteCW_pressReview_divContent2 p {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 18px;
    }
    
    .AbsiteCW_pressReview_divContent2 a {
        background-color: #fc9a3400 !important;
    }
    
    .AbsiteCW_pressReview_divContent2 > .content {
        min-height: 65px;
    }
    
    .Absite_text {
        color: #ef7b10;
        font-size: 16px;
    }
    
    .AbsiteCW_pressReview_image {
        width: 200px;
    }
    
    .button-menu {
        font-family: "Open Sans", Sans-serif;
        font-weight: 700;
        fill: #ffffff;
        padding: 13px 15px;
        color: #ffffff;
        background-color: #ef7b10;
        border-radius: 10px;
    }
    
    .AbsiteCW_team_divContainer {
        width: 100%;
        display: flex;
        min-height: 300px;
        flex-direction: row;
        justify-content: center;
    }
    
    .AbsiteCW_team_divContent {
        flex-grow: 0.25;
        display: flex;
        flex-direction: column;
        flex: 0.25;
        width: 25%;
        background-color: #fff;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin: 10px 10px 10px 10px;
        border-radius: 15px 15px 15px 15px;
        overflow: hidden;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.22);
    }
    
    .AbsiteCW_team_divContent .imageContainer {
        width: 100%;
        height: 190px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .AbsiteCW_team_divContent h2 {
        font-size: 26px;
        margin: 10px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        color: #484847;
        font-family: "Open Sans", Sans-serif;
        font-weight: 700;
        text-transform: none;
        line-height: 1.3em;
        letter-spacing: 0px;
    }
    
    .AbsiteCW_team_divContent p {
        font-size: 15px;
        margin: 0px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        color: #7a7a7a;
        font-family: "Open Sans", Sans-serif;
        font-size: 15px;
        letter-spacing: 0px;
    }
    
    .AbsiteCW_team_image {
        height: 170px !important;
    }
    
    .button-menu a {
        color: #fff;
    }
    
    .elementor-widget-wrap .elementor-widget-container li a {
        line-height: 1.2 !important;
    }
    
    .bb-profile-grid #export-personal-li {
        display: none;
    }
    
    .bb-profile-grid #shop-settings-personal-li {
        display: none;
    }
    
    .bb-profile-grid #profile-personal-li {
        display: none;
    }
    
    /* .bb-profile-grid #delete-account-personal-li {
        display: none;
    } */
    
    .bb-profile-grid #settings-form .bb-field-wrap:nth-child(2) {
        visibility: hidden;
        height: 2px;
    }
    
    #header-aside #wp-admin-bar-my-account-corsi {
        display: none;
    }
    
    .bb-course-paid .ld-third-background {
        background-color: #4cd137 !important;
    }
    
    #page .bb-course-title {
        min-height: 50px;
    }
    
    #courseOverlay {
        background-color: rgba(49.8, 49.8, 49.8, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    
    #signup-form .register-privacy-info {
        display: none;
    }
    
    #wc-stripe-new-payment-method {
        position: relative;
        opacity: 0;
    }
    
    #signup-form #signup_submit {
        margin-top: 80px;
    }
    
    .shop #cover-image-container {
        display: none;
    }
    
    #customZoom {
        min-height: 125px;
        display: flex;
        flex: 1;
        padding-top: 35px;
        padding-bottom: 35px;
        /* padding-left: 35px; */
        /* padding-right: 35px; */
    }
    
    .cz-col {
        display: flex;
        flex: 0.5;
        /* justify-content: center; */
    }
    
    .cz-col h3 {
        margin: 0px;
    }
    
    .cz-colText {
        align-items: center;
    }
    
    .cz-action {
        justify-content: flex-end;
    }
    
    .woocommerce-checkout-review-order form.woocommerce-shipping-calculator {
        display: none;
    }
    
    /*
    .woocommerce-cart .bs-quantity .quantity-down:before {
        content: '\E8C3';
    }
    
    .woocommerce-cart .bs-quantity .quantity-up:before {
        content: '\e921';
    } 
    */
    
    .woocommerce-cart .bs-quantity .quantity-button:before {
        top: 7px;
        font-size: 20px;
    }
    
    .page .notification-dropdown .header-mini-cart {
        padding: 15px 20px;
    }
    
    .page .notification-dropdown .header-mini-cart .attachment-woocommerce_thumbnail{
        width: 100px;
    }
    
     /* css custom per problema carrello popup 
     .elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
        font-size: 14px;
        padding-left: 20px;
    }
    
    .elementor-menu-cart__product-name {
        grid-column-start: 2;
        grid-column-end: 4;
        margin: 0;
    }
    
    .elementor-menu-cart__product {
        display: grid;
        grid-template-columns: 25% auto 50px;
        grid-template-rows: 75% auto;
    }
    
    .elementor-menu-cart__product, .elementor-menu-cart__subtotal {
        padding-bottom: 20px;
    }
    
    .elementor-menu-cart__product-image {
        grid-row-start: 1;
        grid-row-end: 3;
        width: 100%;
    }
    
    .elementor-menu-cart__product, .elementor-menu-cart__subtotal {
        padding-bottom: 20px;
    }
    
    .elementor-menu-cart__subtotal {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }
    
    .elementor-menu-cart__footer-buttons {
        font-size: 20px;
        text-align: center;
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    
    .elementor-button {
        display: inline-block;
        line-height: 1;
        background-color: #818a91;
        font-size: 15px;
        padding: 12px 24px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    
    .elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 50%;
        top: 50%;
        left: 25%;
        margin-top: -1px;
        background: #d4d4d4;
        z-index: 1;
    }
    
    .elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 50%;
        top: 50%;
        left: 25%;
        margin-top: -1px;
        background: #d4d4d4;
        z-index: 1;
    }
    
    .elementor-menu-cart__product-remove:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .elementor-menu-cart__product-remove>a {
        display: block;
        z-index: 2;
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity: 0;
        position: absolute;
    }
    
    .elementor-menu-cart__product-remove {
        -ms-flex-item-align: end;
        align-self: end;
        justify-self: end;
        color: #818a91;
        width: 22px;
        height: 22px;
        border-radius: 20px;
        border: 1px solid #d4d4d4;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    
    .elementor-menu-cart__product-remove:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .elementor-menu-cart__footer-buttons, .elementor-menu-cart__product:not(:first-of-type), .elementor-menu-cart__subtotal {
        padding-top: 20px;
    }
    
    .elementor-menu-cart__product-price {
        -ms-flex-item-align: end;
        align-self: end;
        color: #d4d4d4;
        font-weight: 300;
    }
    
    .elementor-button.elementor-size-md {
        font-size: 16px;
        padding: 15px 30px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    
    .elementor-menu-cart__product:not(:last-of-type), .elementor-menu-cart__products, .elementor-menu-cart__subtotal {
        border-bottom: 1px solid #d4d4d4;
    }

     */
    
    
    
    @media only screen and (max-width: 430px) {
        .AbsiteCW_nextStream_divContainer {
            flex-direction: column;
        }
        .AbsiteCW_nextStream_div {
            min-height: 350px;
            flex-grow: 1 !important;
            display: flex;
            flex: 1 !important;
            width: 95% !important;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.22);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            margin: 10px 10px 10px 10px;
            padding: 0px 0px 30px 0px;
            background-position: center center;
            background-size: cover;
            position: relative;
        }
        .AbsiteCW_nextStream_divContent {
            min-height: 350px;
        }
        .fullWidth .AbsiteCW_nextStream_divContent {
            min-height: 425px;
        }
        .AbsiteCW_nextStream_div.third {
            flex-grow: 0.31;
            display: flex;
            flex: 0.31;
            width: 31%;
        }
        .AbsiteCW_pressReview_divContainer {
            width: 100%;
            display: flex;
            min-height: 300px;
            flex-direction: column;
            justify-content: center;
        }
        .AbsiteCW_pressReview_divContent {
            min-height: 350px;
            flex-grow: 1 !important;
            display: flex;
            flex: 1 !important;
            width: 95% !important;
        }
        .AbsiteCW_team_divContainer {
            width: 100%;
            display: flex;
            min-height: 300px;
            flex-direction: column;
            justify-content: center;
        }
        .AbsiteCW_team_divContent {
            min-height: 350px;
            flex-grow: 1 !important;
            display: flex;
            flex: 1 !important;
            width: 95% !important;
        }
        .AbsiteCW_team_divContent .imageContainer {
            width: 100%;
            height: 240px;
            background-size: cover;
            background-repeat: no-repeat;
        }
    }
    
    
    
    
    
    
    
    .page-id-34671 aside.buddypanel,
    .page-id-33365 aside.buddypanel,
    .page-id-33373 aside.buddypanel,
    .page-id-34398 aside.buddypanel,
    .page-id-31851 aside.buddypanel {
        display: none !important;
    }
    
    .page-id-34671 .site,
    .page-id-33365 .site,
    .page-id-33373 .site,
    .page-id-34398 .site,
    .page-id-31851 .site {
        margin-left: 0 !important;
    }
    
    .page-id-34671 .site-header,
    .page-id-33365 .site-header,
    .page-id-33373 .site-header,
    .page-id-34398 .site-header,
    .page-id-31851 .site-header {
        width: 100% !important;
    }
    
    .page-id-34671 .footer-widget-area.bb-footer,
    .page-id-33365 .footer-widget-area.bb-footer,
    .page-id-33373 .footer-widget-area.bb-footer,
    .page-id-34398 .footer-widget-area.bb-footer,
    .page-id-31851 .footer-widget-area.bb-footer {
        display: none !important;
    }
    
    .page-id-34671 .footer-bottom,
    .page-id-33365 .footer-bottom,
    .page-id-33373 .footer-bottom,
    .page-id-34398 .footer-bottom,
    .page-id-31851 .footer-bottom {
        display: none !important;
    }
    