@font-face {
  font-family: "wotfard";
  font-weight: 600;
  src: url("../../holzpur/fonts/wotfard-semibold-webfont.eot");
  src: url("../../holzpur/fonts/wotfard-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../holzpur/fonts/wotfard-semibold-webfont.woff2") format("woff2"), url("../../holzpur/fonts/wotfard-semibold-webfont.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "wotfard";
  font-weight: 300;
  src: url("../../holzpur/fonts/wotfard-light-webfont.eot");
  src: url("../../holzpur/fonts/wotfard-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../holzpur/fonts/wotfard-light-webfont.woff2") format("woff2"), url("../../holzpur/fonts/wotfard-light-webfont.ttf") format("truetype");
  font-style: normal;
}
/* fonts */
/* tablet */
/* mobile */
/* colors */
/* spacing */
.woocommerce-cart-shortcut {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.woocommerce-cart-shortcut .cart-icon {
  height: 25px;
  width: 25px;
}
.woocommerce-cart-shortcut .account-icon {
  height: 25px;
  width: 25px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart-shortcut .account-text,
  .woocommerce-cart-shortcut .mini-cart-text {
    display: none;
  }
}

.woocommerce-page .block__wrapper:first-child {
  margin-top: 0;
}
.woocommerce-page .woocommerce-ordering {
  margin-bottom: 60px;
}
.woocommerce-page .intro {
  border-bottom: none;
  margin: 0;
}
.woocommerce-page .intro .block__content {
  padding-bottom: 0;
}
.woocommerce-page h1 {
  font-size: 48px;
  line-height: 58px;
}
@media only screen and (max-width: 1200px) {
  .woocommerce-page h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-page h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

.woocommerce h1 {
  font-size: 48px;
  line-height: 58px;
}
@media only screen and (max-width: 1200px) {
  .woocommerce h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
.woocommerce .col-1 {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-cart-form__contents {
  width: 100%;
}
.woocommerce .woocommerce-cart-form tr {
  position: relative;
}
.woocommerce .woocommerce-cart-form tr::after {
  content: "";
  height: 1px;
  background: #C7C7C7;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.woocommerce .woocommerce-cart-form tr th {
  text-align: left;
}
.woocommerce .woocommerce-cart-form th,
.woocommerce .woocommerce-cart-form td {
  padding: 15px;
}
.woocommerce .woocommerce-cart-form__cart-item {
  position: relative;
}
.woocommerce .woocommerce-cart-form__cart-item::after {
  content: "";
  height: 1px;
  background: #C7C7C7;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.woocommerce .woocommerce-cart-form__cart-item .quantity {
  margin-top: 0;
}
.woocommerce .product-thumbnail {
  width: 120px;
  height: 120px;
}
.woocommerce .product-name {
  color: #000;
  text-decoration: none;
}
.woocommerce .product-name a {
  font-weight: 700;
}
.woocommerce .products {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .products a {
  color: #000;
}
.woocommerce .products a::before {
  content: none;
}
.woocommerce .products .vat-suffix {
  display: none;
}
.woocommerce .products.columns-3 .product:nth-child(3n) {
  margin-right: 0;
}
.woocommerce .products.columns-4 .product:nth-child(4n) {
  margin-right: 0;
}
.woocommerce .products .product {
  list-style: none;
}
.woocommerce .products .product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin: 30px 0;
}
.woocommerce .products .product .woocommerce-loop-product .price span {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .woocommerce .products[class*=columns-] li.product:nth-child(2n+1) {
    margin-right: 4%;
  }
}
.woocommerce .product-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .woocommerce .product-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.woocommerce div.product div.images {
  width: 33.3333333333%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product div.images {
    width: 100%;
  }
}
.woocommerce div.product div.summary {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product div.summary {
    width: 100%;
  }
}
.woocommerce .product span.woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product span.woocommerce-Price-amount.amount {
    font-size: 18px;
  }
}
.woocommerce .product .woocommerce-product-details__short-description {
  padding: 30px 0;
}
.woocommerce .product .woocommerce-product-gallery__main-image .woocommerce-product-gallery__image {
  padding: 5px;
}
.woocommerce .product .woocommerce-product-gallery__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .product .woocommerce-product-gallery__thumbnails .woocommerce-product-gallery__image {
  width: 75px;
  /* Adjust the width as needed */
  height: auto;
  margin: 5px;
}
.woocommerce .product .price {
  margin: 0;
}
.woocommerce .product table.variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce .product table.variations .reset_variations {
  margin: 0 20px;
}
.woocommerce .product .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin: 20px 0;
}
.woocommerce .product .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 20px 0;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product .woocommerce-variation-add-to-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.woocommerce .product .info-after-short-description p {
  margin: 0;
}
.woocommerce .product .info-after-short-description .availability {
  font-weight: 700;
  color: #98C025;
}
.woocommerce .woocommerce-tabs ul.tabs {
  padding: 30px 0 60px;
}
.woocommerce .woocommerce-tabs ul.tabs::after {
  content: "";
  height: 1px;
  background-color: #C7C7C7;
  width: 100%;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-tabs ul.tabs li {
  padding-right: 30px;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 20px 0;
  font-size: 24px;
  color: #000;
}
.woocommerce .woocommerce-tabs ul.tabs li a::before {
  content: none;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 2px solid #98C025;
}
.woocommerce .related-products {
  border-top: 1px solid #C7C7C7;
}
.woocommerce .related-products .related {
  margin: 0;
}
.woocommerce .related-products .related h2 {
  font-size: 32px;
}
.woocommerce.single-product .summary {
  float: left !important;
}
.woocommerce tbody tr {
  text-align: left;
}
.woocommerce.products-container.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1080px) {
  .woocommerce.products-container.filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.woocommerce #product-filter {
  margin-bottom: 30px;
  width: 25%;
  padding-right: 25px;
  border-right: 1px solid #C7C7C7;
}
@media only screen and (max-width: 1080px) {
  .woocommerce #product-filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-right: none;
    border-bottom: 1px solid #C7C7C7;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce #product-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce #product-filter .filter-content {
    width: 45%;
  }
}
.woocommerce #product-filter .filter-content {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .woocommerce #product-filter .filter-content {
    width: 100%;
  }
}
.woocommerce #filtered-products {
  width: 75%;
}
@media only screen and (max-width: 1080px) {
  .woocommerce #filtered-products {
    width: 100%;
  }
}
.woocommerce select,
.woocommerce .select2-container--default .select2-selection--single {
  padding: 10px;
  border: 1px solid #C7C7C7;
  height: 55px;
  border-radius: 0;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin: auto;
  bottom: 1px;
}
.woocommerce select,
.woocommerce input,
.woocommerce textarea {
  font-family: "Wotfard";
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 10px;
  border: 1px solid #C7C7C7;
  height: 55px;
}
.woocommerce select.qty,
.woocommerce input.qty,
.woocommerce textarea.qty {
  width: 100px;
  height: 45px;
}
.woocommerce select[type=radio], .woocommerce select[type=checkbox],
.woocommerce input[type=radio],
.woocommerce input[type=checkbox],
.woocommerce textarea[type=radio],
.woocommerce textarea[type=checkbox] {
  margin: 0 10px 0 0;
  height: auto;
}
.woocommerce textarea {
  min-height: 100px;
}
.woocommerce form .form-row-wide label {
  margin: 1em 0 0;
}
.woocommerce form .form-row label {
  font-size: 14px;
}
.woocommerce form .form-row .required {
  text-decoration: none;
}
.woocommerce form #ship-to-different-address {
  margin: 30px 0 0;
}
.woocommerce form .single_add_to_cart_button,
.woocommerce form .quantity {
  margin-top: 20px;
}
.woocommerce form .woocommerce-form-register__submit {
  margin-top: 30px;
}
.woocommerce form .woocommerce-form__label-for-checkbox span {
  font-size: 18px;
}
.woocommerce form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce form .show-password-input::after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(images/view.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.woocommerce form .show-password-input.display-password::after {
  background-image: url(images/no-view.svg);
}
.woocommerce .woocommerce-form__label-for-checkbox {
  display: block;
  margin: 1em 0;
  font-size: unset;
}
.woocommerce .woocommerce-additional-fields {
  margin: 1em 0;
}
.woocommerce .woocommerce-privacy-policy-text {
  margin: 20px 0 0;
}
.woocommerce .button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: transparent linear-gradient(101deg, #223C07 0%, #0C1900 100%) 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  padding: 12px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.woocommerce .button::before {
  content: none !important;
}
.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_variable,
.woocommerce button[name=update_cart] {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 12px 30px;
  margin: 30px 0 0;
  border: 1px solid #000;
  background: none;
  color: #000;
}
.woocommerce a.button.add_to_cart_button::after,
.woocommerce a.button.product_type_variable::after,
.woocommerce button[name=update_cart]::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .woocommerce a.button.add_to_cart_button,
  .woocommerce a.button.product_type_variable,
  .woocommerce button[name=update_cart] {
    padding: 12px;
    font-size: 14px;
  }
}
.woocommerce .woocommerce-error li .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce .woocommerce-cart-form td {
  vertical-align: center;
  padding: 20px;
}
.woocommerce .woocommerce-cart-form td.actions {
  padding: 0;
}
.woocommerce .woocommerce-cart-form td.actions div {
  margin: 30px 0;
}
.woocommerce .woocommerce-cart-form td.actions .coupon {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form td.actions .coupon {
    border: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce .woocommerce-cart-form td.actions .coupon input {
    border: 1px solid #000;
    padding: 12px 30px;
  }
  .woocommerce .woocommerce-cart-form td.actions .coupon button {
    width: 100% !important;
  }
}
.woocommerce .woocommerce-cart-form td.actions .coupon button {
  margin: unset;
}
.woocommerce .woocommerce-cart-form tbody tr:last-child::after {
  display: none;
}
.woocommerce .woocommerce-cart-form th {
  height: auto;
  padding: 20px;
}
.woocommerce .woocommerce-cart-form .product-name a {
  color: #000;
}
.woocommerce .woocommerce-cart-form .product-name a::before {
  content: none;
}
.woocommerce .woocommerce-cart-form .product-thumbnail {
  max-width: 150px;
}
.woocommerce .woocommerce-cart-form .product-remove {
  width: 0;
  padding: 0;
}
.woocommerce .woocommerce-cart-form .product-remove a {
  color: #000;
}
.woocommerce .woocommerce-cart-form .coupon {
  border: 1px solid #C7C7C7;
  border-radius: 60px;
}
.woocommerce .woocommerce-cart-form .coupon input {
  border: none;
  width: auto !important;
  min-width: 40%;
  padding: 10px 20px;
  background: transparent;
  height: auto;
}
.woocommerce .woocommerce-cart-form .coupon button {
  background: #C7C7C7;
}
.woocommerce .woocommerce-cart-form .coupon button::after {
  content: none;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive td,
.woocommerce .woocommerce-cart-form table.shop_table_responsive th {
  padding: 1rem 0 0.5rem 1rem;
  background: unset !important;
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive tbody tr:last-of-type {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tbody .weight strong {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tbody td {
    padding-left: 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tbody .product-remove {
    text-align: left !important;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tbody #coupon_code {
    float: left;
    margin-bottom: 1rem;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive .product-remove {
  font-size: var(--wp--preset--font-size--large);
}
.woocommerce .woocommerce-cart-form table.shop_table_responsive .product-remove a {
  text-decoration: none;
}
.woocommerce .woocommerce-checkout-review-order .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .woocommerce-checkout-review-order .product-name .product-thumbnail {
  position: relative;
  width: 75px;
  height: 75px;
  padding-right: 15px;
}
.woocommerce .woocommerce-checkout-review-order .product-name .product-thumbnail .product-quantity {
  position: absolute;
  padding: 0 5px;
  background: #fff;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
  height: 26px;
  min-width: 26px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #98C025;
  top: -8px;
  left: -8px;
}
.woocommerce #payment .payment_methods li label img {
  float: right;
  border: 0;
  padding: 0;
  height: 50px !important;
  max-height: 50px !important;
  width: auto;
  margin: 0 0 20px 20px;
}
.woocommerce .woocommerce-shipping-methods {
  margin: 0;
}
.woocommerce .woocommerce-shipping-destination {
  display: none;
}
.woocommerce .cart_totals ul,
.woocommerce .woocommerce-checkout-review-order ul,
.woocommerce .woocommerce-order-details ul {
  padding: 0;
}
.woocommerce .cart_totals ul li,
.woocommerce .woocommerce-checkout-review-order ul li,
.woocommerce .woocommerce-order-details ul li {
  list-style: none;
}
.woocommerce .cart_totals table,
.woocommerce .woocommerce-checkout-review-order table,
.woocommerce .woocommerce-order-details table {
  width: 100%;
  max-width: 665px;
}
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td,
.woocommerce .woocommerce-checkout-review-order table th,
.woocommerce .woocommerce-checkout-review-order table td,
.woocommerce .woocommerce-order-details table th,
.woocommerce .woocommerce-order-details table td {
  padding: 15px 20px 15px 0;
  vertical-align: top;
  text-align: left;
  height: auto;
}
.woocommerce .cart_totals table tr,
.woocommerce .woocommerce-checkout-review-order table tr,
.woocommerce .woocommerce-order-details table tr {
  position: relative;
}
.woocommerce .cart_totals table tr::after,
.woocommerce .woocommerce-checkout-review-order table tr::after,
.woocommerce .woocommerce-order-details table tr::after {
  content: "";
  height: 1px;
  background: #C7C7C7;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.woocommerce .cart_totals button,
.woocommerce .cart_totals .button,
.woocommerce .woocommerce-checkout-review-order button,
.woocommerce .woocommerce-checkout-review-order .button,
.woocommerce .woocommerce-order-details button,
.woocommerce .woocommerce-order-details .button {
  margin-top: 30px;
  float: left !important;
}
.woocommerce .cart_totals .wc-item-meta,
.woocommerce .woocommerce-checkout-review-order .wc-item-meta,
.woocommerce .woocommerce-order-details .wc-item-meta {
  margin: 0;
}
.woocommerce .cart_totals .wc-item-meta li,
.woocommerce .woocommerce-checkout-review-order .wc-item-meta li,
.woocommerce .woocommerce-order-details .wc-item-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .cart_totals .wc-item-meta li p,
.woocommerce .woocommerce-checkout-review-order .wc-item-meta li p,
.woocommerce .woocommerce-order-details .wc-item-meta li p {
  margin-left: 5px;
}
.woocommerce .cart_totals .product-quantity,
.woocommerce .woocommerce-checkout-review-order .product-quantity,
.woocommerce .woocommerce-order-details .product-quantity {
  margin: 0;
}
.woocommerce dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0;
}
.woocommerce dl.variation dd {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0 0 30px;
  padding: 20px;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce .woocommerce-error li li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
  list-style: none;
}
.woocommerce .woocommerce-error li .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  margin: 0 !important;
}
.woocommerce .woocommerce-form-coupon .form-row {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .woocommerce .woocommerce-form-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce .woocommerce-form-coupon p {
    width: 100%;
  }
}
.woocommerce .woocommerce-error {
  padding: 20px;
  margin-bottom: 30px;
  background: coral;
}
.woocommerce .woocommerce-error li {
  list-style: none;
}
.woocommerce .woocommerce-order ul {
  padding: 0;
}
.woocommerce .woocommerce-order ul li {
  list-style: none;
}
.woocommerce .woocommerce-order section {
  padding: 20px 0;
}
.woocommerce address {
  margin: 0 0 30px;
}

.woocommerce-account .account-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation.woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation.woocommerce-tabs ul.tabs::after {
  bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation.woocommerce-tabs ul.tabs li {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation.woocommerce-tabs ul.tabs li.woocommerce-MyAccount-navigation-link--customer-logout {
  float: right;
}
.woocommerce-account .woocommerce-MyAccount-navigation.woocommerce-tabs ul.tabs li.woocommerce-MyAccount-navigation-link--customer-logout a {
  font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation.woocommerce-tabs ul.tabs li.is-active a {
  border-bottom: 2px solid #98C025;
  margin-bottom: 1px;
}
.woocommerce-account select.woocommerce-MyAccount-mobile-navigation {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce-account select.woocommerce-MyAccount-mobile-navigation .tabs-to-dropdown select {
    display: block;
    margin: 10px auto;
  }
  .woocommerce-account select.woocommerce-MyAccount-mobile-navigation .tabs-to-dropdown .wc-tabs {
    display: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  margin: 30px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content .wc-forward {
  float: left;
  margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders {
  width: 100%;
  background-color: #fbfbfb;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders thead {
  background-color: #F1F1F1;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders .button {
  padding: 5px 15px;
  font-weight: 300;
  text-transform: none;
  background: #98C025;
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders th,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td {
  padding: 10px 25px;
  text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  background: none;
}
.woocommerce-account .woocommerce-MyAccount-content .order-again {
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 30px 0;
  padding: 20px;
  background: #F1F1F1;
  border: none;
}

.wc-block-components-notice-banner.is-info {
  background-color: #e2ffd3;
  border-color: #e2ffd3;
}