/*
Theme Name:  IRET snc - AIChild
Theme URI:   https://www.onmeservice.it/
Description: Tema Child
Author:      OnMeService
Author URI:
Template:    aitheme
Version:     1.0
*/

/*Style HR with Image*/
hr, .wp-block-separator{
    background: url('https://www.iretricambitaranto.it/wp-content/uploads/2022/05/battery.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 25px;
    border: 0;
    position: relative;
    max-width: 100px;
}
hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: rgb(11,44,67);
    background: linear-gradient(90deg, rgba(11,44,67,1) 0%, rgba(68,145,144,1) 100%);
    height: 2px;
    top: 8px;
}
hr:before {
    left: 0;
    right: 50%;
    margin-right: 30px;
}
hr:after {
    right: 0;
    left: 50%;
    margin-left: 30px;
}

.header img{
  max-width: 170px;
  transition: 1s;
}

.header:not(.home .header){
  padding-top: 10px;
  padding-bottom: 10px;
}

.header img:not(.home .header img){
	max-width: 130px;
}

.sticky-menu img {
  transition: 1s;
  max-width: 130px;
}
.menu li{
  font-size: 0.9rem;
}
.current-menu-item > a, .menu a:hover {
  color: #013263;
}
.sticky-menu .current-menu-item > a, .sticky-menu  .menu a:hover {
  color: #ED0000;
}

.button:hover, .submit:hover, .wpcf7-submit:hover, .wp-block-button:hover {
  background-color: rgba(199, 165, 80, 1);
  box-shadow: 0px 15px 20px rgba(199, 165, 80, 0.1);
  color: #fff;
  text-decoration: none;
}
.is-style-outline:hover{
  border: 2px solid rgb(199, 165, 80);
}
/*Woocommerce*/
.title_price{
  font-size: 18px;
  margin-bottom: 8px;
  font-weight:400;
}
.woocommerce-Price-amount{
  font-weight: bold;
  color: #000;
}

.marca_title, .marca_desc, .cod_art_title, .cod_art_desc{
  font-size: 16px;
}

.marca_desc,.cod_art_desc{
  font-weight: bold;
}
.woocommerce-product-gallery__wrapper{
  box-shadow: none;
}

.stock{
  font-size: 16px;
  font-weight: bold
}

.woocommerce div.product .stock{
  color: #008000;

}
