/*!
Theme Name: Hello Elementor Child
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Hello Elementor with all CrocoBlock features compatibility.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

:root {
  --clr-gold: #a5700a;
  --clr-light-gray: #d4d4d4;
  --clr-brown: #48412e;
  --clr-yellow: #fee56f;
  --clr-white: #fff;
  --clr-light-beige: #f6f1e7;
}

/* libre-baskerville-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/libre-baskerville-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-baskerville-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/libre-baskerville-v16-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/mulish-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/mulish-v17-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.woocommerce_de_versandkosten,
.woocommerce-de_price_taxrate,
.woocommerce-shipping-destination,
.shipping td::before,
.logged-in .woocommerce-price-suffix {
  display: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td {
  border-top: 0 !important;
}

.elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  tr:nth-last-child(n + 3)
  td,
.elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  tr:nth-last-child(n + 3)
  th {
  border-bottom: 1px solid var(--clr-brown) !important;
}

.rounded .elementor-flip-box__front,
.rounded .elementor-flip-box__back,
.rounded .elementor-flip-box,
.elementor-widget-video .elementor-custom-embed-image-overlay img {
  border-radius: 18px !important;
}

.jet-carousel__item img {
  width: 100% !important;
}
.jet-carousel {
  margin: 0 !important;
}

/* li.neue_bestellung */
.woocommerce-MyAccount-navigation li.neue_bestellung a {
  background-color: #34a853 !important;
  color: #fff !important;
  font-weight: bold;
}

.woocommerce-additional-fields {
  display: none !important;
}

div.quantity input.qty {
  height: 40px !important;
  background-color: transparent !important;
}

.qib-button-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0 !important;
  align-items: flex-start !important;
  margin: 0 !important;
}
.qib-button-wrapper button {
  margin-left: 0 !important;
}

.woocommerce-variation-add-to-cart {
  margin: 10px 0 0 0 !important;
}

button.plus.qib-button {
  padding-left: 0 !important;
  border-radius: 0 60px 60px 0 !important;
}
button.minus.qib-button {
  padding-right: 0 !important;
  border-radius: 60px 0 0 60px !important;
}

.woocommerce div.product form.cart .variations select {
  max-width: none !important;
  min-width: auto !important;
  width: auto !important;
}

button.plus.qib-button,
button.minus.qib-button {
  width: 30px !important;
  height: 40px !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: 2px solid var(--clr-gold) !important;
  color: var(--clr-gold) !important;
}

.added_to_cart {
  display: none !important;
}

.price-prefix {
  font-size: 16px !important;
}

.qty {
  border-left: none !important;
  border-right: none !important;
  width: 35px !important;
  padding: 0 !important;
  border-top: 2px solid var(--clr-gold) !important;
  border-bottom: 2px solid var(--clr-gold) !important;
  border-radius: 0 !important;
  max-height: none !important;
  font-size: 16px !important;
}

.jet-woo-builder-archive-add-to-cart form {
  display: flex;
  gap: 10px;
}
.jet-woo-builder-archive-add-to-cart form::before {
  display: none !important;
}

.add_to_cart_button {
  height: 40px !important;
}

.variations .label {
  display: none !important;
}
.variations {
  margin-bottom: 0 !important;
}
.variations td {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.pa_gewicht {
  border: 1px solid var(--clr-gold) !important;
}

.archive table.variations,
.post-type-archive-product table.variations {
  display: none !important;
}

.woocommerce-variation-price span.price {
  font-size: 30px !important ;
  color: var(--clr-brown) !important;
  font-weight: 700;
}

.woocommerce-variation-price {
  margin: 15px 0 20px 0 !important;
}

.reset_variations {
  display: none !important;
}
.price {
  display: flex;
  flex-direction: column;
}
.woocommerce-price-suffix {
  font-size: 12px;
  font-weight: 300 !important;
}

.archive .price,
.single-product .price {
  display: inline-block;
  margin-bottom: 0 !important;
}

/* Abstand Buttons in "Mein Konto" Bestellungen */
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button {
  margin-inline: 0.125rem;
}

.order-total .wgm-tax {
  font-size: 0.875rem;
  font-weight: 300 !important;
}

.e-cart-totals .order-total .wgm-tax,
.e-cart-totals .order-total .wgm-tax .woocommerce-Price-amount {
  font-size: 0.875rem !important;
}

.product-subtotal .wgm-tax,
.product-subtotal .wgm-tax .woocommerce-Price-amount {
  font-size: 0.8125rem !important;
}

/* Anpassen Design an der Kasse (Gesamtsumme größer, Versand verstecken */
.woocommerce .order-total th,
.woocommerce .order-total td strong .woocommerce-Price-amount {
  font-size: 25px !important;
}

.woocommerce tr.woocommerce-shipping-totals.shipping th {
  visibility: hidden;
}

/* Show items in cart on mobile */
/*
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
}

.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
}

td.product-total, th.product-total, td.product-price, th.product-price, p.price, th.product-subtotal, th.product-tax, td.product-tax, td.product-subtotal, .cart-subtotal, .order-total {
    display: block !important;
}
*/

@media (max-width: 768px) {
  .elementor-widget-woocommerce-cart
    .woocommerce
    table.shop_table
    tr:nth-last-child(n + 3)
    td,
  .elementor-widget-woocommerce-cart
    .woocommerce
    table.shop_table
    tr:nth-last-child(n + 3)
    th {
    border-bottom: none !important;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
    border-top: none !important;
  }
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-name a {
  color: #fff !important;
  font-weight: normal !important;
}
