.elementor-kit-9{--e-global-color-primary:#13573C;--e-global-color-secondary:#134431;--e-global-color-accent:#93B896;--e-global-color-text:#313135;--e-global-color-dd9ead5:#7A7A7A;--e-global-color-7cd76c7:#EEEEEE;--e-global-color-66f1b9a:#9DC09F;--e-global-color-36f1790:#017B3C;--e-global-color-1812e80:#000000;--e-global-color-6f13c5b:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Targeting the product name link */
.elementor-menu-cart__product-name.product-name a {
    color: #313135; /* Default color */
    font-weight: normal; /* Normal font weight */
    text-decoration: none; /* Optional: Remove underline */
}

/* Default style for product images */
.elementor-menu-cart__product-image img {
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow effect */
}

/* Hover effect for product images */
.elementor-menu-cart__product-image img:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Small shadow effect */
}

/* Change hover color of the Se kurv button */
.elementor-button.elementor-button--view-cart.elementor-size-md:hover {
    background-color: rgb(15,77,49); /* Optional: Change background color on hover, adjust as needed */
    box-shadow: none; /* Optional: Remove shadow effect on hover, adjust if you want */
}

/* Change text color of the product names, quantities, and prices */
.widget_shopping_cart_content .elementor-menu-cart__product-name a,
.widget_shopping_cart_content .elementor-menu-cart__product-price,
.widget_shopping_cart_content .elementor-menu-cart__product-remove,
.widget_shopping_cart_content .quantity,
.widget_shopping_cart_content .product-quantity,
.widget_shopping_cart_content .woocommerce-Price-amount {
    color: #313135; /* Set the color to #313135 */
}/* End custom CSS */