/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 03 2024 | 09:47:22 (am)
/*
/******* Do not edit this file *******/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
width:100%;    
}
.zoomWindowContainer * {
    background: none;
}
.greenbox {
    background: #a8bf00;
    color: #fff;
    position: absolute;
    border-radius: 68px;
    width: 135px;
    height: 110px;
    text-align: center;
    z-index: 70;
    top: 360px;
    left: 450px;
    padding-top: 25px;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 767px) {
  .greenbox {
    top: 149px;
    left: 200px;
    }
  }

.prezzo-unita-di-vendita {
  font-size: 25px;
}
.prezzo-scontato-unita-di-vendita {
  font-size: 25px;
  color: #7BAE23;
  font-weight: bold;
}
.unita-di-vendita-desc, .unita-di-vendita {
  font-size: 17px;
  color: #000;
}
form.cart {
  margin-top: 78px !important;
  border-top: 1px solid #F0F0F0 !important;
  padding-top: 25px;
}
div.product-essential div.summary.entry-summary p.price {
  margin-top: 20px;
}
div.product-essential div.summary.entry-summary p.price:before {
  content: "Prezzo finale: ";
  color: #000;
  font-weight: normal;
}
.prezzo-unita-di-vendita-circle {
  font-size: 20px;
}
.prezzo-scontato-unita-di-vendita-circle {
  font-size: 20px;
}
.summary.entry-summary ins span.amount {
  color: #7BAE23;
}
.product-essential .product-image .price-box{
  display:none;
  visibility:hidden;
  width:0px;
  height:0px;
}

.products .product-image .price-box {
border-radius: 52px;
width: 110px;
height: 110px;
}

.product-loop-title h2 {
    font-size: 19px;
    line-height: 24px;
    margin: 5px 0 15px;
    text-transform: capitalize;
}

/* Custom Asernet */
.header-wrapper .mega-menu > ul > li > a, .header-wrapper .mega-menu > ul > li > h5 {
    font-size: 16px;
    font-family: PT Sans;
    font-weight: 900;
    color: #494940;
    padding-bottom: 0px;
}