@charset "UTF-8";
.quick-shop-form select {
  pointer-events: all !important;
}
.quick-shop-form .single_add_to_cart_button {
  display: block !important;
}

.faq-section details {
  font-size: 1.1rem;
  border: 1px solid #e3e3e3;
  padding: 0.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  cursor: pointer;
  padding-left: 1rem;
}
.faq-section details summary::before {
  content: "🢒";
  float: left;
  margin-right: 0.5rem;
}
.faq-section details[open] summary::before {
  transform: rotate(90deg);
}
.faq-section details[open] p {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.5rem;
  border-top: 1px solid #000;
  padding-top: 0.25rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.faq-section details:hover {
  background-color: #fafeff;
}