body.single-product #primary .product .long-description {
    clear: both;
    margin: 60px 0;
    padding: 30px;
    background-color: #eee;
    font-size: 14px;
    line-height: 1.2;
  
}




body.single-product #primary .product .long-description .long-description-inner{
  overflow: hidden;
}

body.single-product #primary .product .long-description a[data-readmore-toggle] {
    color: #000;
    text-decoration: underline;
    margin-top: 20PX;
    display: inline-block;
  }



body.single-product #primary .product   .disponibile-misure{
    margin-bottom: 20px;
}
 

body.single-product #primary .product  .titolo-ext{
    margin-bottom:30px;
    margin-top: 30px;

}

body.single-product     .breadcrumb-content {
    text-align: left;
    margin: 0;
    background-color: #eee;
    padding:  15px 0;

    font-size: 14px;
    color:#000;
}

body.single-product     .breadcrumb-content a{
    color:var(--blu);
}

body.single-product #primary .product   .breadcrumb-content a {
    color: #0C2E71;
}



@media screen and (min-width: 992px) {
    body.single-product #primary .product  .titolo-ext{
       max-width: 50%;
    }
}

body.single-product #primary .product  .titolo-ext .titolo-prodotto{

}
body.single-product #primary .product .video-product {

    margin: 60px 0;
}




body.single-product #primary .product .video-product .plyr__poster {
    background-size: cover;
  }






/****singolo prodotto loop***/

body.woocommerce  .quantity .woocommerce-variation-add-to-cart {
  border: 1px solid;
  display: inline-flex;
  clear: both;
  background: var(--blu);
}

body.woocommerce-page  .quantity,
body.woocommerce  .quantity,
body.search  .quantity {
    display: inline-flex;
    flex-direction: row;
    width: auto;
    border: unset;

}

body.woocommerce-page  .minus,
body.woocommerce-page  .plus,
body.search  .minus,
body.search  .plus,
body.woocommerce  .minus,
body.woocommerce  .plus {
    background-color: var(--blu) !important;
    color: #fff;
    border: unset;

    text-align: center;
    height: 43px;
     
    width: 43px;
    line-height: 19px;
    padding: 0;
    font-size: 20px;
}


body.woocommerce-page  .plus,
body.search  .plus,
body.woocommerce  .plus {
 
    border-radius: 0 3px 3px 0;
    
}

body.woocommerce-page  .minus,
body.search  .minus,
body.woocommerce  .minus{
 
       border-radius:  3px 0 0 3px ;
    
}

body.woocommerce-page  .minus:hover,
body.woocommerce-page  .plus:hover,
body.woocommerce  .minus:hover,
body.woocommerce  .plus:hover,
body.search  .minus:hover,
body.search  .plus:hover {
    background-color: #eee !important;

}

body .quantity input:hover,
body .quantity input:focus {
    outline: none;

}


.long-description p {
    font-size: 16px;
    line-height: 22px;
}