.single-product .wc-tabs {
  display: flex;
  padding: 0 !important;
}

.single-product .wc-tabs li {
  display: flex !important;
  justify-content: center !important;
  flex-grow: 1;
  border: none !important;
  border-bottom: 5px solid #f6f5f5 !important;
}

.single-product .wc-tabs li.active {
  border: none !important;
  border-bottom: 5px solid var(--e-global-color-accent) !important;
}

.single-product .wc-tabs-wrapper .panel {
  border: none !important;
  padding: 10px 0px !important;
}

.single-product .wc-tabs-wrapper table {
  border: none !important;
}

.single-product .wc-tabs-wrapper th,
.single-product .wc-tabs-wrapper td {
  background: transparent;
  border: none !important;
  font-style: normal !important;
  text-align: left;
}

.single-product .single_add_to_cart_button {
  width: 100%;
  min-width: 100%;
}
.single-product .single_add_to_cart_button.added:after, .single-product .single_add_to_cart_button.loading:after
{
  top: auto !important;
  right: 20px !important;
  position: absolute;
}

.single-product .reset_variations {
  display: none !important;
}

.single-product .variations .label {
  display: none !important;
}

.single-product .woo-variation-items-wrapper .wvs-style-squared {
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.single-product .woo-variation-items-wrapper .wvs-style-squared .button-variable-item {
  width: calc(32% - 10px) !important;
  margin: 0 !important;
}
