

.customizebutton {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    display: inline-block;
    font-size: 16px;
}

.button.product_type_simple {
    font-family: Georgia;
  color: #ffffff;
  font-size: 13px;
  margin: 15px 0px 5px 0px;
  background: #005760;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
}

.btn:hover {
  background: #076770;
  text-decoration: none;
}

.single-product .related.products ul, .single-product .related.products h4 {
    display: none !important;
}

.testimonial-author {
  colour: #000000;
}

ul {
  padding-left: 40px;
  list-style-position: outside;
}