@charset "UTF-8";
.woocommerce table.shop_attributes th {
  padding-left: 0;
}
.woocommerce table tr td, .woocommerce table tr th {
  border: 0px;
  text-align: left;
  background: none !important;
}
.woocommerce table.variations tbody tr {
  display: flex;
  flex-direction: column;
}
.woocommerce table.variations tbody tr th {
  padding: 0;
}
.woocommerce table.variations tbody tr select {
  border: 1px solid #DAD9D6;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
  padding-left: 1px;
}
.woocommerce .woocommerce-order-details .wc-item-meta {
  padding: 0;
}

.wpcpf-faqs .wpcpf-faq {
  margin-bottom: 1em;
}
.wpcpf-faqs .wpcpf-faq .wpcpf-faq-title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.3em;
}

select {
  padding-top: 1em;
  padding-bottom: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.4rem; /* spațiu pentru săgeată */
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 0.9rem 0.6rem;
  border: 1px solid #DAD9D6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

label[for=payment_method_vivacom_smart] img {
  max-width: 200px;
}

.elementor-menu-cart__toggle .elementor-button {
  align-items: baseline;
}
.elementor-menu-cart__toggle .elementor-button .elementor-button-icon {
  margin-left: 3px;
}

#tab-wpcpf > h2:first-child,
#tab-wpcpf > h3:first-child {
  display: none;
}