.elementor-12035 .elementor-element.elementor-element-16b39560{--display:flex;}.elementor-12035 .elementor-element.elementor-element-4e87e28{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-21761ff9 *//* Justering for alle knapper i handlekurv */
.woocommerce table.cart td.actions button, .woocommerce table.cart td.actions .button {
  position: relative !important;
  top: 3px !important;
  margin-bottom: 10px !important;
  padding-left: .9225092250922509% !important;
  padding-right: .9225092250922509% !important;
  height:38px !important;
}
@media only screen and (max-width: 600px) {
.woocommerce table.cart td.actions button, .woocommerce table.cart td.actions .button {
width: 100%;
text-align: center;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}}
/* Justering av cart_totals bredde */
@media only screen and (min-width: 768px) {
.cart_totals {
  width: 40% !important;
}}

/* Bakgrunn og strek */
.woocommerce-cart .cart_totals .order-total,
.woocommerce-page .cart_totals .order-total {
  background-color: #fff6e6; /* Bakgrunn bak totalsum */
  border-top: 3px solid #dd9933; /* Strek over */
  padding: 15px;
}

/* Farge på tallet (beløpet) */
.woocommerce-cart .cart_totals .order-total .woocommerce-Price-amount,
.woocommerce-page .cart_totals .order-total .woocommerce-Price-amount {
  color: #dd9933 !important;  /* ← Nå treffer vi selve tallet */
  font-size: 1.6em !important;
  font-weight: 700;
}/* End custom CSS */