@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,h1,h2,h3,h4,h5,h6,p,a,strong,b,span{
    font-family: 'Prompt',serif!important;
} 

.alignfull {
    margin: 0px auto!important;
    max-width: 100%!important;
}
.woocommerce-checkout .alignfull{
     margin: 30px auto 50px!important;
}
.txtRed,
.txtRed h3,
.txtRed h2,
.bigTxt{
    color: #BF3356;
}
.bigTxt{
    font-weight: 700;
    font-size: 90px;
    margin: 20px 0;
    display: block;
}
.vc_row h2,
.txtBlue,
.txtBlue h2,
.txtBlue h3,
.txtBlue h4,
.woocommerce-loop-product__title,
main a:not(.button),
#main a:not(.button){
    color: #1B3F69;
}
main a:not(.button),
#main a:not(.button){
    color: #1B3F69;
    cursor: pointer!important;
}
.single-product main a:not(.button),
.single-product main a:not(.button){
    color: #BF3356!important;
    cursor: pointer!important;
}
main a:not(.button):hover,
#main a:not(.button):hover,
.single-product main a:not(.button):hover,
.single-product main a:not(.button):hover{
    text-decoration: underline!important;
}
.vc_section[data-vc-full-width="true"],
.vc_row[data-vc-full-width="true"]{
    width: 100vw!important;
    max-width: unset!important;
 /*   margin: 0 !important;*/
    transition: none!important;
}
.vc_section[data-vc-full-width="true"] .vc_row {
    max-width: 1320px;
}
.vc_row,
#primary,
.default-margin>.woocommerce{
    padding: 40px 0;
    margin: 0;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
    padding-top: 0;
}
.margTopNeg{
 margin-top: -25px!important;   
}
.home main{
    margin: 0 auto!important;
}
.vc_row.vc_inner{
    padding: 0!important;
}
.single-product h2.wp-block-group{
    margin-bottom: 30px;
}
.vc_btn3.vc_btn3-color-primary,
.button.wp-element-button,
.wpcf7-submit{
  background: #1B3F69!important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
  font-weight: 400!important;
  color: white;
}
.vc_btn3.vc_btn3-color-white{
  color: #1B3F69!important;
  background: white!important;
  text-transform: uppercase!important;
  font-weight: 400!important;
}
.vc_btn3.vc_btn3-color-danger,
.add_to_cart_button{
  background: #BF3356!important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
  font-weight: 400!important;
  color: white!important;
}

.vc_btn3.vc_btn3-color-danger:hover,
.vc_btn3.vc_btn3-color-primary:hover,
.wpcf7-submit:hover,
.add_to_cart_button:hover,
.vc_btn3.vc_btn3-color-white:hover{
    background: #7d9bb3!important;
    color: white!important;
    text-decoration: none!important;
}
.vc_btn3-size-lg{
    font-size: 22px!important;
    padding: 12px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
   font-weight: 400!important;
}
.bgGrey,
.rigaTitolo{
   /* background: #E5EBF1;*/
    background:#bdd1db!important;
}
.bgBlue{
    background:#7d9bb4!important;
}
.bgDarkBlue{
    background:var(--wp--preset--color--primary-1) !important;
}
h1{
    font-size: 38px;
}
h2{
    font-size: 33px;
}
h3{
    font-size: 28px;
}
.woocommerce .products li h2{
    font-size: 23px;
}
.in-product-header .product-title{
     font-size: 35px!important;
}
.woocommerce .products li img{
    width: 100%!important;
    height: auto!important;
}
.in-product-card{
    justify-content: start!important;
}
.in-product-card .button,
.in-product-card .added_to_cart.wc-forward{
    margin:auto 3% 15px!important;
    width: 94%;
    text-align: center;
}

p.included{
    background: #BF3356;
    color: white;
    text-align: center;
    text-transform: uppercase;
    display: none!important;
}
body .in-courses li h3 + span{
    display: none!important;
}
body .in-courses li h3{
    padding-right: 5px;
}
.in-product-details .cart .quantity,
.in-product-details .cart .wp-block-button {
    display: inline-block;
}
.tabella .colonna{
    width: 12%;
    padding: 3px 1%!important;
    display: inline-block;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
}
.tabella:nth-child(2n){
    background: #f6f8f9;
}
.tabella .colonna:last-child{
    width: 40%;
    border-bottom: 0!important;
    font-size: 14px;
}
.tabella{
    border-bottom: 1px solid #666;
}
.colonna.colonnaTh{
    font-weight: bold;
    background: #BF3356;
    color: white;
    font-size: 15px!important;
    display: inline-block;
}
.tabella .button{
    font-size: 13px!important;
    float: right;
    background: #BF3356;
    color: white;
    padding: 3px 10px;
    margin: 10px 5px 5px;
}
.tabella .button:hover{
    background: #1B3F69;
}
.tabella .button.buttonReverse{
    background: #1B3F69!important;
}

.vc_row .tabella .colonna{
    vertical-align: top;
} 
.labelComplete{
    margin: 0;
    padding: 3px;
    color: white;
    font-size: 13px;
    background: #cc0000;
    text-align: center;
}
.labelComplete.green{
    background: #0F9D58;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-email,
.wpcf7-tel{
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #666;
    font-family: 'Prompt',serif;
    font-size: 14px;
    margin: 5px 0;
}
.wpcf7-submit{
    color: white;
    padding: 7px 12px;
    border: 0;
    float: right;
}
#main li,
main li,
footer .wp-block-navigation-link{
    padding: 0;
    line-height: 1.3;
}
#main ul,
main ul,
#mail ol,
main ol{
    padding-left: 15px;
}
ul.products .in-product-card ol,
ul.products .in-product-card ul{
    margin: 0 20px!important;
}
.mobile,
.products li #reviews,
.product-short-description #reviews,
.wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout,
#generate_invoice_field,
.woocommerce-billing-fields__field-wrapper span.woocommerce-Price-amount.amount,
.woocommerce-result-count,
.woocommerce-ordering{
    display: none!important;
}
#billing_company_field,
#billing_cod_fisc_field{
    display: block!important;
}
.imgFull img,
.imgFull .vc_figure,
.imgFull .wpb_single_image,
.imgFull .vc_single_image-wrapper {
    width: 100%!important;
    height: auto;
    max-width: unset!important;
}
.rigaTitolo{
    background: rgba(229,235,241,1);
    position: relative;
}
.rigaTitolo .vc_row{
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}/*
.rigaTitolo:after{
    content: '';
    background: url('img/bgFreccia.png') no-repeat;
    background-size: cover;
    height: 300px;
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .5;
}/*
.rigaTitolo .vc_inner{
    background: rgba(196,53,88,1);
    /*clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 5% 50%, 0% 0%);*/
  /*  border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;*/
/*}
.rigaTitolo . .vc_column-inner:first-child{
    padding: 30px 50px!important;
    color: white;
}*/
.rigaTitolo .vc_row .wpb_column:first-child .vc_column-inner{
 padding: 30px 50px!important;
 color: white;
 background: url('img/bgRed.jpg') no-repeat rgba(196,53,88,1);
 background-size:cover;
 background-position:bottom right;
}
.rigaTitolo.rigaBlu .vc_row .wpb_column:first-child .vc_column-inner{
 background: url('img/bgBlue.jpg') no-repeat rgba(196,53,88,1);
background-size:cover;
 background-position:bottom right;
}
.rigaTitolo .vc_row .wpb_column .vc_column-inner{
    min-height: 350px;
}
.rigaTitolo .vc_inner h1,
.rigaTitolo .vc_row h1,
.rigaTitolo .vc_row p{
     color: white;
}
.rigaTitolo .vc_row .vc_column-inner{
    padding: 0;
}
.rigaTitolo .wpb_single_image {
    margin: 0px auto!important;
}/*
.verticalBottom .wpb_column:first-child{
    vertical-align: middle!important;
}
.verticalBottom .wpb_column:last-child{
    vertical-align: bottom!important;
}*/
.verticalBottom{
    vertical-align: bottom!important;
}
.woocommerce-billing-fields select{
    width: 100%;
}
.woocommerce-notices-wrapper:not(:empty) .woocommerce-message li:not([data-id]), 
.woocommerce-notices-wrapper:not(:empty) .woocommerce-error li:not([data-id]),
.woocommerce-notices-wrapper:not(:empty) .woocommerce-message, 
.woocommerce-notices-wrapper:not(:empty) .woocommerce-error{
    flex-direction: row!important;
}
.woocommerce-notices-wrapper:not(:empty),
.woocommerce-form-coupon-toggle{
    background:#BF3356!important;
    margin: 15px auto!important;
    color: white!important;
}
.woocommerce-notices-wrapper:not(:empty) a,
.woocommerce-form-coupon-toggle a{
    color: white!important;
    text-decoration: underline!important;
}
.woocommerce-form-coupon-toggle{
    padding: 7px 15px;
    
}
span.onsale {
    background: #BF3356;
    margin: 0;
    padding: 7px 15px;
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
}
span.onsale:hover{
    text-decoration: none!important;
}
.woocommerce-form-login-toggle {
    display: block;
    margin: 15px 0;
    padding:7px 15px;
    background: linear-gradient(0deg, rgba(27, 63, 105, 0.08), rgba(27, 63, 105, 0.08)), #F7FAFD;
}
 .woocommerce-billing-fields__field-wrapper #billing_city_field {
    grid-column-start: 1;
    grid-column-end: unset!important; 
    grid-row-start: unset!important; 
    grid-row-end: unset!important; 
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3{
    background: #1B3F69;
    color: white;
    padding: 7px;
} 
.woocommerce-account .woocommerce-MyAccount-content .in-course-heading h2{
     background: #BF3356;
    text-transform: uppercase; 
}
.woocommerce .in-product-description {
    padding: 0!important;
    margin: 0!important;
}
.in-course-watch .in-course-video{
    display: block;
    margin: 20px 0;
}
.in-course-watch .in-course-video__chapters {
    height: auto!important;
    overflow-y: unset!important;
    width: 100%!important;
}
.in-course-watch .in-course-video__chapters li{
    display: inline-flex!important;
    width: 32%!important;
    align-items: flex-start!important;
}
.in-course-watch .in-course-video__chapters figure{
    margin: 0!important;
    position: relative!important;
}
.in-course-watch .in-course-video__chapters li img{
    width: 100%;
    height: auto;
}
.in-course-watch .in-course-video__chapters li a{
    padding: 10px!important;
    margin: 0!important;
    line-height: 1!important;
}
.in-course-watch .in-course-video__chapters figure h4{
    text-transform: uppercase!important;
    color: #1B3F69!important;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 1.2!important;
    margin: 7px 0;
}

.in-course-watch .in-course-video__chapters li .active h4{
    color: #BF3356!important;
}
.in-course-watch .in-course-video__chapters li figure:after{
    position: absolute;
    top: 2px;
    right: 2px;
    background: url("img/icoPlay.png") no-repeat;
    background-size: cover;
    width: 56px;
    height: 32px;
    content: '';
    z-index: 10;
    display: block;
}
.in-course-watch .in-course-video__chapters li:hover figure:after,
.in-course-watch .in-course-video__chapters li .active figure:after{
    background: url("img/icoPlayHov.png") no-repeat;
     width: 56px;
    height: 32px;
}
.in-course-watch .in-course-video__chapters figure p{
    text-align: justify!important;
    font-size: 13px!important;
    line-height: 1.1!important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    order: 2;
}
.in-course-video__player ._iub_cs_activate{
    height: 0!important;
}
@media (min-width: 1024px){
    .cart-collaterals {
        display: flex;
        flex-direction: column;
    }   
}
@media screen and (max-width:768px){
  .tabella .colonna{
    width: 100%!important;
    border-bottom: 1px dotted #ccc;
  }
    header .wp-element-button{
        line-height: 1.2;
    }
    .desktop{
        display: none!important;
    }
    .mobile{
        display: block!important;
    }
    .in-course-watch .in-course-video__chapters li{
        width: 50%!important;
    }
}
@media (min-width: 1024px){
    .in-product-description .in-product-description--course {
        /*grid-template-columns: 0.8fr 1.2fr;*/
        display: block;
    }
}