.woocommerce-product-details {
  background: white;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: relative;
  color: #00b1ba;
}

.product-attributes {
  padding: 0 1.5rem 1rem;
}

.product-categories {
  padding: 0 1.5rem 1rem;
}

.product-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 240px;
}

.product-att-row {
  border-bottom: 1px solid #00b1ba;
  display: flex;
  padding: 1rem 0;
  gap: 1rem;
}

.product-att-row > div {
  flex-basis: 50%;
}

.product-att-name,
.product-att-value {
  display: flex;
  align-items: center;
}

.product-att-bullet {
  max-width: 10px;
  width: 100%;
  height: 10px;
  display: inline-block;
  background: #00b1ba;
  border-radius: 30px;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}

.product-cat-bullet {
  max-width: 10px;
  width: 100%;
  height: 10px;
  display: inline-block;
  background: #00b1ba;
  border-radius: 30px;
  padding: 0;
  margin: 0;
  margin-right: 6px;
  margin-top: 5px;
}

.product-cat {
  padding: 5px 10px;
  border-radius: 50px;
  background: #00b1ba;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: white;
}

.logo-badge-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding-top: 20px;
}

.logo-badge-wrapper p:first-child {
  text-align: center;
  color: #285780;
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
}

.logo-badge-wrapper img {
  margin: 0;
  height: 100px;
  filter: invert(1);
}

.logo-badge-wrapper p:last-child {
  text-align: center;
  color: #285780;
  margin: 0;
}

/* single product add to cart section */

.thwepo-extra-options {
  margin-bottom: 2rem;
}

.thwepo-extra-options td.label {
  padding-top: 10px;
}

form.cart
  table.thwepo-extra-options
  input:not([type="checkbox"]):not([type="radio"]),
form.cart table.thwepo-extra-options select,
form.cart table.thwepo-extra-options textarea {
  min-height: 35px;
  font-size: inherit;
}

form.cart p,
form.cart .single_add_to_cart_button {
  margin: 0 !important;
}

form .quantity {
  display: none;
}
