.elementor-13544 .elementor-element.elementor-element-9172c25{--display:flex;--margin-top:30px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Helvetica, Arial, sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-13544 .elementor-element.elementor-element-9172c25{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-13544 .elementor-element.elementor-element-9172c25{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-9172c25 */.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    margin-right: -10px;
}

/* For Firefox */
.woocommerce .quantity input[type=number] {
    -moz-appearance: number-input;
}

.woocommerce-cart .cart_item .product-quantity::after:hover {
    color: #555;
}


/* Example: Show coupon field only when coupon name matches "FrieFodspor25" */
.show-coupon .woocommerce-cart .coupon {
    display: flex;
}
.woocommerce-shipping-destination,
.woocommerce-shipping-totals .woocommerce-shipping-destination,
.woocommerce-shipping-totals p {
    display: none;
}
#shipping_method .shipping_pickup_cart {
    display: none;
}

/* Hide "Udleveringssted vælges i tjek ud processen" */
.woocommerce-shipping-totals .shipping ul li small {
    /*display: none;*/
}
.checkout-button br {
    display: none;
}
.woocommerce-page .button {
    margin:0px !important;
}
.woocommerce ul#shipping_method li {
    line-height: 1em !important;
}
.woocommerce-page table.cart td.actions .input-text {
    float: none !important;
    width: 230px !important;
}
.woocommerce a.remove:hover {
    font-size: 1.5em !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .checkout-button:hover {
    text-align: center !important;
    margin-bottom: 1em !important;
    font-size: 1em !important;
    padding: 1em !important;
    font-weight: 700 !important;
}
.woocommerce-cart-form .product-remove {
    display:none;
}
.cart-collateral .cart_totals {
    float: left !important;
}
.cross-sells {
    float: right !important;
}
.woocommerce ul.products li.product .button {
    font-size: 16px !important;
    font-weight: 600;
}/* End custom CSS */