.woocommerce-product-gallery .flex-viewport {
  background-color: white;
  border-radius: 20px;
}

.woocommerce-product-gallery .flex-control-nav li {
  background-color: white;
  padding: 20px !important;
  margin-right: 20px !important;
  border-radius: 10px;
}


.single-product .added_to_cart.wc-forward {
  display: none !important;
}

.single-product .elementor-widget-woocommerce-product-price .price {
  margin-bottom: 0px;
}

.single-product .woocommerce-product-details__short-description ul {
  list-style-type: none;
  padding-left: 25px;
}

.single-product .woocommerce-product-details__short-description ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #EE6F5D;
    font-weight: bold;
}

.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%;
}

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