/* COLORS

dark green: #00624b;
red: #e30613;

*/

footer { background: #00624b;}

/* Page Home */

#cssmenu ul li > a, #cssmenu ul ul li a, .HomeProduct_Box .text, .Home_OurCommitment h2, .CleanerVideo_box h2 {
    color: #00624b;
}


/* Page Prodotti */

.ProdottiPage_banner h1, .ProdottiPage_banner p, .ProdottiPro_txt h2, .ProdottiPro_txt h5 {
    color: #00624b;
}

.DefaultBtn.blue a {
    background-color: #00624b !important;
}

/* Pages product_category */
.smc_hero_responsive .ComePulirebanner_txt h2, .smc_hero_responsive .Tipologiebanner_txt h2, .TipologiePage_banner p, .ProductBox_Default h4 {
    color: #00624b;
}

.AddToCart_btn a {background: #00624b;}

/* Page single product */
.breadcrumb > .active, .ConcorsiPage_banner h2, .ConcorsiPage_banner h5, .product-template-default .Adatto_Per h2, .Adatto_Area ul li h4,
.Risultato_Brillante .panel-title > a, .inner_content h4, .Risultato_Brillante .panel-title > a {
    color: #00624b;
}

.recycling {background-color: #00624b;}

/* page Story */
.storia_banner h1, .txt_boxx h4 {
    color: #00624b;
}

#timeline .timeline-badge.timeline-future-movement, #timeline .timeline-badge {
    background-color: #00624b;
}

/* Page How to Clean */
.Grazie_Ai p, .Seleziona_Il h2, .Seleziona_box h5 {
    color: #00624b;
}

/* Page Contact Us */
.contact_page_section h1, .form-container label {
    color: #00624b;
}

/* Single product page */
.suggestions-box-grid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: start;
    text-align: left;
}


.ProductBox_Default {
    background: #fff;
}


.page-id-8018 .btn-cta {
    font-size: 14px;
}

.pro_sec li:nth-child(4) {
    padding-left: 40px;
}


@media (min-width: 768px) {

 #timeline .timeline-movement .timeline-panel.img_left .time_img:last-child img {

    margin-left: 5px;
}    

#timeline .timeline-movement .timeline-panel.img_right .time_img:last-child img {

    margin-left: 15px;
} 

    /* Fix for images page Storia */
#timeline .timeline-movement:nth-of-type(3) .timeline-panel.img_left .time_img:last-child img {
    margin-top: -200px;
  }

  #timeline .timeline-movement:nth-of-type(4) .timeline-panel.img_left .time_img:last-child img {
    top: 0 !important;
    background-color: red;
    border: 1px solid red;
  }
  
  #timeline .timeline-movement:nth-of-type(5) .timeline-panel.img_left .time_img:last-child img {
    margin-top: -330px;
  }
  
  #timeline .timeline-movement:nth-of-type(6) .timeline-panel.img_left .time_img:last-child img {
    margin-top: 100px;
  }

  #timeline .timeline-movement:nth-of-type(7) .timeline-panel.img_left .time_img:last-child img {
    margin-top: -450px;
  }

  #timeline .timeline-movement .timeline-panel.img_right .time_img {
    position: relative;
    top: 0;
   
  }

}








@media (max-width: 1200px) {
    .page-id-8018 .btn-cta {
        font-size: 14px;
    }
    
} 

/* @media (max-width: 768px) {
    .suggestions-box-grid {
        grid-template-columns: repeat(2, 1fr);
    }
  } */
  
  @media (max-width: 768px) {
    .home_products.mobile .productImg.left {
        width: 100px;
        top: 40%;
    }

  } 

 