body .wooptima-cart-item--subtotal__per-unit::after {
  content: " / ks" !important;
}
body .wooptima-cart-item__attributes {
  display: none !important;
}
body .wooptima-minicart-sidebar-footer__actions > a {
  font-weight: 600;
}
body .wooptima-minicart-sidebar-footer__actions > a:last-child {
  font-family: Bebas Neue, "sans-serif";
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1;
}
body .wooptima-minicart-sidebar-header__quantity {
  background: #26B11A !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.9rem !important;
}
#wooptima-product-area .wa-product-shipping-label {
  display: flex;
  align-items: center;
  background: #898989;
  margin-bottom: 1em;
  padding: 0.35em 0.5em;
  width: fit-content;
}
#wooptima-product-area .wa-product-shipping-label, #wooptima-product-area .wa-product-shipping-label * {
  color: #fff;
}
#wooptima-product-area .wa-product-shipping-label img {
  width: 2em;
  height: 2em;
  margin-right: 0.35em;
}
#wooptima-product-area .wa-product-shipping-label > span {
  display: block;
  padding: 0.5em;
}
/* .wa-product-shipping-label {
    display: none!important;
} */
#wooptima-product-area .wa-product-packeta-label {
  display: flex;
  align-items: center;
  background: #898989;
  margin-bottom: 1em;
  padding: 0.82em 1em;
  gap: 0.85em;
  width: fit-content;
}
#wooptima-product-area .wa-product-packeta-label > img {
  width: 1.4em;
  height: 1.4em;
}
#wooptima-product-area .wa-product-packeta-label a {
  line-height: 1;
  width: 1.25em;
  height: 1.25em;
  transition: 0.2s all ease-in-out;
}
#wooptima-product-area .wa-product-packeta-label a:hover {
  opacity: 0.3;
}
#wooptima-product-area .wa-product-packeta-label a > img {
  width: 100%;
  height: 100%;
}
#wooptima-product-area .wa-product-packeta-label, #wooptima-product-area .wa-product-packeta-label * {
  color: #fff;
}
#wooptima-product-area .wa-product-shipping-labels {
  display: flex;
  align-items: center;
  gap: 0.75em;
  justify-content: space-between;
}
#wooptima-product-area .wa-product-shipping-labels span, #wooptima-product-area .wa-product-shipping-labels strong {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  #wooptima-product-area .wa-product-shipping-labels {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  #wooptima-product-area .wa-product-shipping-labels {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}

