.elementor-kit-7{--e-global-color-primary:#2E5D3E;--e-global-color-secondary:#A3D9A5;--e-global-color-text:#000000;--e-global-color-accent:#3C8D4D;--e-global-color-1810f07:#FFFFFF;--e-global-color-ce15279:#F5FAF7;--e-global-color-2bec38f:#DBEBE3;--e-global-color-85861ec:#FAFAFA;--e-global-color-eb38aa8:#B3261E;--e-global-color-d770b57:#D4571C;--e-global-typography-primary-font-family:"Laila";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:700;--e-global-typography-7abe494-font-family:"Laila";--e-global-typography-7abe494-font-size:40px;--e-global-typography-7abe494-font-weight:700;--e-global-typography-0b60133-font-family:"Laila";--e-global-typography-0b60133-font-size:28px;--e-global-typography-0b60133-font-weight:600;--e-global-typography-4d33045-font-family:"Laila";--e-global-typography-4d33045-font-size:20px;--e-global-typography-4d33045-font-weight:600;--e-global-typography-7151843-font-family:"Laila";--e-global-typography-7151843-font-size:18px;--e-global-typography-7151843-font-weight:600;--e-global-typography-fce5ce8-font-family:"Laila";--e-global-typography-fce5ce8-font-size:14px;--e-global-typography-fce5ce8-font-weight:400;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:var( --e-global-typography-7abe494-font-family ), Sans-serif;font-size:var( --e-global-typography-7abe494-font-size );font-weight:var( --e-global-typography-7abe494-font-weight );}.elementor-kit-7 h2{font-family:var( --e-global-typography-0b60133-font-family ), Sans-serif;font-size:var( --e-global-typography-0b60133-font-size );font-weight:var( --e-global-typography-0b60133-font-weight );}.elementor-kit-7 h3{font-family:var( --e-global-typography-4d33045-font-family ), Sans-serif;font-size:var( --e-global-typography-4d33045-font-size );font-weight:var( --e-global-typography-4d33045-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h1{font-size:var( --e-global-typography-7abe494-font-size );}.elementor-kit-7 h2{font-size:var( --e-global-typography-0b60133-font-size );}.elementor-kit-7 h3{font-size:var( --e-global-typography-4d33045-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-7abe494-font-size:35px;--e-global-typography-7abe494-line-height:1.1em;--e-global-typography-0b60133-line-height:1.1em;--e-global-typography-4d33045-line-height:1.1em;--e-global-typography-7151843-line-height:1.1em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h1{font-size:var( --e-global-typography-7abe494-font-size );}.elementor-kit-7 h2{font-size:var( --e-global-typography-0b60133-font-size );}.elementor-kit-7 h3{font-size:var( --e-global-typography-4d33045-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WooCommerce meddelelsesboks */

.woocommerce-message {
  border-top: 4px solid #2E5D3E;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #f9f8fb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}

/* Fjern ikon */
.woocommerce-message::before {
  display: none !important;
}

/* Knap: Se kurv */
.woocommerce-message .button.wc-forward {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #2E5D3E;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 22px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}

/* Hover-effekt */
.woocommerce-message .button.wc-forward:hover {
  background-color: #3D8D4D;
  color: #fff;
}

/* Cart antal */

.elementor-button-icon-qty {
    font-family: 'Lato';
}/* End custom CSS */