/* 
.summary .price.price-ready {
  background: var(--wp--preset--color--primary-light);
  width: fit-content;
  padding: 3px 11px;
  border-radius: 10px;
}
*/
span.woocommerce-Price-amount.amount {
  font-weight: 300;
}

.summary .price.price-ready {
  margin: 20px 0px;
  display: flex;
  gap: 10px;
}

.woocommerce-tabs-wrapper {
  background-color: var(--wp--preset--color--secondary-faded) !important;
}

.quantity__increment {
  background-color: var(--wp--preset--color--primary-faded) !important;
}

.product_meta {
  margin-top: 20px;
}

/* generel */
/* Product categori */
header.woocommerce-products-header {
  /* max-width: none !important; */
  height: 400px;
  border: none !important;
  padding: 0px;
  /* background: var(--wp--preset--color--secondary-faded); */
  padding-top: 30px;
}

.woocommerce-products-header-image {
  height: 100% !important;
}

.woocommerce-products-header-image > * {
  border-radius: 10px;
}

@media (max-width: 777px) {
  .woocommerce-products-header-image {
    display: none !important;
  }
  .woocommerce-products-header {
    height: auto !important;
  }
}
.woocommerce-products-header-content {
  padding-right: 50px !important;
}

.woocommerce-products-main {
  margin-top: 30px;
}

.woocommerce-products-detailed-description {
  margin: auto !important;
}

/* .woocommerce-products-main {
  max-width: 100% !important;
} */
.woocommerce-products-main-sidebar {
  /* width: 17% !important; */
  border-right: 1px solid var(--wp--preset--color--primary-faded);
}

/* Product categori */
/* Checkout */
.bowe-checkout .woocommerce-fields .input-text,
.bowe-checkout .woocommerce-fields .select2 .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d9d9d9 !important;
  font-family: inherit;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--wp--preset--color--primary-light) !important;
  color: var(--wp--preset--color--contrast) !important;
}

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--wp--preset--color--primary-light) !important;
}

.bowe-checkout .place-order .pay-now {
  padding: 10px;
}

/* Checkout */
/* Single Produkt */
.template-single-product .summary.entry-summary.template-single-product-content {
  background: var(--wp--preset--color--secondary-faded);
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
}
.template-single-product span.woocommerce-Price-amount.amount {
  font-size: 20px;
}
.template-single-product form.cart {
  margin-bottom: 20px;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 10px !important;
  text-decoration: none;
}

.tinv-wraper.tinv-wishlist {
  padding-left: 10px;
}

.single_add_to_cart_button {
  min-width: 200px;
}

/* Single Produkt */
/* Variation Produkt */
.woocommerce-variation-price {
  margin-top: 10px;
}

.woocommerce-variation-price .amount {
  font-size: 19px !important;
}

span.total-prefix {
  font-size: 19px;
  font-weight: 700;
  padding-right: 5px;
}

a.reset_variations {
  padding: 1px 25px;
  background: var(--wp--preset--color--primary-light);
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 200;
}

/* Variation Produkt */
/* Flyout cart */
.bowe-minicart-bottom-buttons .wp-element-button {
  border-radius: 5px;
  padding: 10px;
}

/* Flyout cart */