.home_text_box ul {
    list-style: none; /* Remove default bullets */
  }
  
  .home_text_box ul li::before {
    content: "\2022";
    color: red; 
    font-weight: bold;
    display: inline-block;
    width: 15px; 
    margin-left: 10px; 
    font-size:25px;
    vertical-align:middle;
    line-height:25px;
  }
  
.reticulated img,.boiler img{
  margin-right: 30px!important;
}
.cart_no_click{
    opacity: 0.3;
    cursor: not-allowed;
}