/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jan 08 2023 | 11:38:37 (am)
/*
/******* Do not edit this file *******/

/*.head-container, .head-container.fixed {
    background-color: #ffffff;
}

.site-header img, .entry-content img, img[class*="align"], img[class*="wp-image-"] {
    height: 150px;
}

#logo {
    display: block;
    float: left;
    width: 170px;
    height: 170px;
    margin-left: -80px;
}*/


/*------------------------------modifiche al footer-----------------------*/
.footer-copyright-img {
    float: left;
    margin-right: 20px;
    margin-top: -50px;
}

.site-footer-bottom {
    padding-top: 30px;
    border-top: 5px solid #fff;
    color: #000000;
}

.site-footer {
    font-family: "EB Garamond", Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 22px;
    /*color: ;*/
}
/*-----------------------------fine modifiche  footer------------------------------*/



.nav-mm--dark.main-nav .zn_mega_container, .nav-mm--dark.main-nav ul ul.sub-menu {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    background: #cd2122;
}

.nav-mm--dark.main-nav ul ul.sub-menu li a {
    border-bottom-color: hsla(0,0%,100%,.05);
    color: #ffffff;
}




/*PRODOTTO CAMBIAMENTI STILE FATTI DA ME */

/*-----------------GRIGIO DESTRO------------------*/
.woocommerce div.product.prodpage-style3 .product-page {
    margin-left: 0;
    margin-right: 0;
    background-color: #f5f5f5;
    margin-bottom: -180px;
}

/*-----------------ROSSO SIISTRO------------------*/
.woocommerce div.product.prodpage-style3 .single_product_main_image {
    padding-left: 0;
    padding-right: 0;
    background-color: rgb(121, 0, 0);
    position: relative;
}

.woocommerce div.product.prodpage-style3 .main-data {
    padding-right: 0;
    padding-left: 20px;
    margin-left: -50px;
    margin-right: 25px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 15px;
}

.woocommerce div.product.prodpage-style3 .wc-tabs-section {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-left: -10px;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.48);
    /*margin-top: -120%;*/
}
.woocommerce div.product.prodpage-style3 .summary {
  
    padding: 110px 70px 40px 50px;
}
.woocommerce div.product.prodpage-style3 .single_product_main_image .images .woocommerce-main-image {
    margin-bottom: 100%;
   margin-top: 20%;
}

.woocommerce #content div.product.prodpage-style3 .single_product_main_image .images, .woocommerce div.product.prodpage-style3 .single_product_main_image .images {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%; 
    width: auto;
    margin: 0 auto;
    background-color: transparent;
}





.chaser {
    display: block;
    background: rgba(103, 0, 0, 0.85);
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}


/*----------------------------------modifiche al post a immagine grande------------------------------*/

.kl-single-layout--modern .kl-blog-post-img.full-width {
    margin: 120px 40px 0 0;
    border-bottom: 0;
    position: relative;
    /* float: right; */
}

/*-------------------------diary blog mod-----------------------------*/
.latest_posts3-post-details {
    float: left;
    width: 200px;
}

.element-scheme--light a {
    color: #c10000;
    font-size: 25px;
}


/*-------------------------------stelline rosse-----------------------------*/

.woocommerce div.product.prodpage-style3 .woocommerce-product-rating .star-rating {
    color: #f50000;
    font-size: 12px;
    vertical-align: middle;
    margin: 0;
    float: none;
    display: inline-block;
}

/*stelline anteprima prodotto*/
.product-list-item .star-rating, .woocommerce ul.products li.product .product-list-item .star-rating {
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 18px;
    height: 1em;
    line-height: 1;
    font-size: 10px;
    width: 5.4em;
    color: #ff0000;
    font-family: star;
}



.woocommerce div.product.prodpage-style3 #reviews #comments .star-rating {
    color: #ff0000;
    font-size: 12px;
}