/**********/
/* HEADER */
/**********/
/*togliere height a #o-header #o-menu {}*/
#o-header #o-menu .o-header_other-links {
    margin-top: 90px;
}

@media all and (max-width: 992px) {
    #o-header #o-menu {
        margin: 0 -15px;
    }

    #o-header #o-menu #o-menu_service-mobile {
        height: calc(100vh - 217px);
        overflow-y: hidden;
    }

    #o-header #o-menu #o-menu_scrollable-mobile {
        overflow-y: scroll;
    }

    #o-header #o-menu .with-image {
        display: none;
    }
}

#o-header #o-menu .sub-menu {
    display: none;
}


/************/
/* HOMEPAGE */
/************/
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

/*.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}*/

@media (min-width: 768px) {
    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
        justify-content: center;
    }

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333333%);
    }

    .carousel-inner .carousel-item-right,
    .carousel-inner .carousel-item-left{ 
        transform: translateX(0);
    }
}



/***************************/
/* PAGINA SINGOLO ARTICOLO */
/***************************/
body.single .o-article-preview {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;         
    padding-right: 15px;
    padding-left: 15px;
}


/*******************/
/* PAGINA SEMINARI */
/*******************/
.o-courses-list {
    color: #ffffff;
}


/************************/
/* PAGINA SINGOLO CORSO */
/************************/
body.single-product #product-accordion .product_plus-icon {
    height: 30px;
    width: 30px;
    border: 1px solid #0F3648;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    line-height: 30px;
}

body.single-product #product-banner {
    background-color: #BBC42D;
    padding: 20px;
}

body.single-product .quantity .qty {
    display: none;
}

body.single-product .quantity .qty {
    display: none;
}

@media (min-width: 768px) {
    body.single-product .c-conductor {
        min-width: 50%;
    }
    body.single-product .c-conductor + .c-conductor {
        max-width: 50%;
    }
}

body.single-product {
    overflow-x: hidden;
}
body.single-product .c-product_box .c-bg {
    width: 100vw;
    height: 100%;
    top: 0;
    background-color: #0f3648;
}
body.single-product .c-product_box .c-bg.c-bg_left {
    right: 0;
}
body.single-product .c-product_box .c-bg.c-bg_right {
    left: 0;
}

.c-product_video .c-video_player {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.c-product_vide .c-video_poster {
    top: 0;
    left: 0;
}

/******************************/
/* PAGINA RETE PROFESSIONISTI */
/******************************/
#c-cities_list {
    top: 100%;
}

.text-strike {
    text-decoration: line-through;
}

.page-template-page-professionals input[type="checkbox"]:disabled,
.page-template-page-professionals input[type="checkbox"]:disabled + label {
    opacity: 0.3;
}

/* CARRELLO */
body.woocommerce-cart .shop_table .product-quantity {
    display: none;
}