.site-info {
    font-size: 12px;
}

.site-info::after {
    content: " | For laboratory research use only. Not for human or animal consumption.";
}

.wp-block-columns {
    background: rgba(255,255,255,0.04);
    border: 1px solid #5CBF1A; /* slightly darker than #6FD21F */
    border-radius: 14px;
    padding: 60px 50px;
    margin-top: 80px;
    margin-bottom: 80px;
}

/* Hide My Account text */
.menu-item a[href*="my-account"] {
    font-size: 0;
}

/* Add profile icon */
.menu-item a[href*="my-account"]::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #6FD21F;
}
.woocommerce-tabs ul.tabs li.additional_information_tab {
display: none !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid #6fd21f;
    color: #6fd21f;
}
.home .entry-title {
    text-align: center;
}

.single_add_to_cart_button {
background: transparent !important;
color: #6BFF2A !important;
border: 2px solid #6BFF2A !important;
border-radius: 6px;
font-weight: 600;
}

.single_add_to_cart_button:hover {
background: #6BFF2A !important;
color: black !important;
}

.single_add_to_cart_button {
border-radius: 6px !important;
font-weight: 600;
}
/* Outline for "Select Options" button on shop page */
.woocommerce ul.products li.product .button {
    border: 2px solid #6BFF2A; /* your green */
    background: transparent;
    color: #6BFF2A;
    border-radius: 6px;
}

/* Hover effect */
.woocommerce ul.products li.product .button:hover {
    background: #6BFF2A;
    color: #000
}
/* All shop buttons including Select Options */
.woocommerce ul.products li.product .button {
    background-color: #6BFF2A !important;
    color: #000 !important;
    border: 2px solid #6BFF2A !important;
}

/* Hover */
.woocommerce ul.products li.product .button:hover {
    background-color: #000 !important;
    color: #6BFF2A !important;
}
.woocommerce-checkout {
  color: #ffffff;
}
.woocommerce-checkout p,
.woocommerce-checkout label {
  color: #ffffff;
}
#place_order {
  background-color: #6BFF2A !important;
  color: #000000 !important;
  border: 2px solid #6BFF2A !important;
  border-radius: 30px !important;
  padding: 14px 20px !important;
  font-weight: 600 !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

/* Hover effect */
#place_order:hover {
  background-color: #5ae628 !important;
  border-color: #5ae628 !important;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product {
    width: 48% !important;
    float: left;
    margin: 1% !important;
  }
}