/*
 Theme Name:   Derman
 Theme URI:    https://derman.dk
 Description:  Theme for derman.dk
 Author:       Webko
 Author URI:   https://webko.dk
 Template:     hello-elementor
 Version:      1.5.0
 */

/* GENERAL STYLING */
body {
    overflow-y: scroll;
}

.test-customer #place_order {
    opacity: .4;
    cursor: not-allowed;
}

span.underline {
    border-bottom: 5px solid #face00;
}

span.item_sku {
    font-size: 10px;
    color: #999999;
    display: block;
    margin-top: 5px;
}

b,
strong {
    font-weight: 600;
}

a.elementor-sub-item {
    text-align: left;
    padding: 15px 45px 15px 15px !important;
    display: block;
}

a.elementor-sub-item span.small {
    display: block;
    line-height: 1;
    color: #999;
    font-weight: normal;
}

.header-min-konto .sub-arrow {
    display: none !important;
}

.header-min-konto:not(.clicked)>.sub-menu {
    display: none !important;
}

.header-min-konto.clicked>.sub-menu {
    display: block !important;
    width: auto !important;
    margin: 0px !important;
    z-index: 5 !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
}

/* Reset password */

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password {
    background: #fff;
    padding: 25px;
    width: 100%;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p:first-child:before {
    content: "Nulstil din adgangskode";
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.woocommerce-lost-password .woocommerce {
    flex-direction: column;
}

.logged-in.woocommerce-lost-password .woocommerce {
    flex-direction: unset;
}

/* Sticky Header */

.site_header {
    display: none;
    width: 100% !important;
}

/* Side Cart */

.xoo-wsc-header {
    padding: 20px !important;
    border-bottom: solid 1px #eee;
}

input[type="number"].xoo-wsc-qty {
    padding: 5px;
    border: none !important;
}

.xoo-wsc-qty-box {
    max-width: 100px;
    border-radius: 4px;
    overflow: hidden;
}

span.xoo-wsc-chng {
    min-width: 25px;
}

.xoo-wsc-product dl.variation dd,
.xoo-wsc-product dl.variation dt {
    margin: 0 !important
}

.xoo-wsc-ft-buttons-cont {
    display: flex;
    flex-direction: column;
}

.xoo-wsc-notice-success {
    display: none;
}

span.xoo-wsch-text {
    font-weight: 600;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total {
    border-top: solid 1px #eee;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    background: #83B735;
    padding: 20px 5px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    transition: ease .2s all;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:focus {
    background: #71B707;
    color: #fff;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue {
    background: transparent;
    color: #333;
    font-weight: 400;
    order: 2;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue:hover,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue:focus {
    background: transparent;
    color: #333;
    font-weight: 400;
}

span.xoo-wsc-smr-del.xoo-wsc-icon-cross {
    opacity: .6;
    color: var(--e-global-color-primary);
}

span.xoo-wsc-smr-del.xoo-wsc-icon-cross:hover {
    opacity: 1;
}

.xoo-wsc-img-col {
    border: solid 1px #e2e2e2;
    padding: 5px;
    border-radius: 2px;
    align-self: flex-start !important;
}

span.xoo-wsc-pname {
    padding-bottom: 0 !important;
}

.xoo-wsch-close.xoo-wsc-icon-cross:before {
    content: '';
    background: url(/wp-content/themes/derman/assets/images/close.svg) no-repeat center;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: none;
    opacity: .2;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a {
    font-weight: 600;
    line-height: 1.1;
    color: #242424;
}

span.xoo-wsch-close {
    right: 25px;
}

span.xoo-wsch-text {
    margin: 0 !important;
}

li.xoo-wsc-notice-error {
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px !important;
}

span.xoo-wsc-sc-count {
    position: absolute;
    left: 35px;
    top: 5px;
}

span.xoo-wsc-sc-bki {
    margin-right: 7px !important;
}

.xoo-wsc-cart-trigger {
    padding: 10px 17px;
}

.xoo-wsc-empty-cart a.button.btn {
    background: #83B735;
    padding: 15px 25px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.xoo-wsc-empty-cart a.button.btn:hover,
.xoo-wsc-empty-cart a.button.btn:focus {
    background: #71B707;
    color: #fff;
}

@media screen and (max-width: 767px) {
    span.xoo-wsc-sc-subt {
        display: none;
    }

    .xoo-wsc-cart-trigger {
        padding: 0;
    }

    span.xoo-wsc-sc-count {
        left: 18px;
        top: -3px;
        font-size: 10px;
        font-weight: 700;
    }

    span.xoo-wsc-sc-bki {
        margin-right: 5px !important;
        margin-bottom: 2px;
    }

    .kurv br {
        display: none;
    }

    .xoo-wsc-container {
        max-width: 100%;
        width: 100%;
    }

    .xoo-wsc-ft-amt-value,
    .xoo-wsc-ft-totals,
    .xoo-wsc-footer .amount {
        font-size: 14px !important;
    }

}

/* Wishlist */

button.toggle-favorite-list {
    background-color: transparent;
    color: #333333;
    padding: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    display: inline-block;
    background: url(/wp-content/themes/derman/assets/images/star.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 25px;
    margin-top: 15px;
}

button.toggle-favorite-list:hover {
    color: #333;
    background-color: transparent;
}

button.toggle-favorite-list:focus {
    background-color: transparent;
    color: #333;
}

button.toggle-favorite-list.in-list {
    background: url(/wp-content/themes/derman/assets/images/star-active.svg) no-repeat center left;
    background-size: 20px;
}

@media screen and (max-width: 767px) {
    button.toggle-favorite-list {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Login Form */

button.woocommerce-button.button.woocommerce-form-login__submit {
    background: var(--e-global-color-secondary);
    display: block;
    width: 100%;
    margin-top: 15px;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: var(--e-global-color-f944285);
}

.form-row label {
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.woocommerce-form-login.login p.form-row {
    margin-bottom: 5px;
}

.login p.lost_password {
    text-align: center;
    margin-top: 20px;
}

.logged-in .login-link {
    display: none !important;
}

/* My Account */
.woocommerce-MyAccount-content .woocommerce-info::before {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    color: #999;
    background: #f7f7f7;
    padding: 20px;
}

.woocommerce-account .woocommerce-customer-details .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce-account .woocommerce-customer-details .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 50%;
}

.woocommerce-account .woocommerce-customer-details .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    margin-right: 15px;
}

.woocommerce-account .woocommerce-Address-title.title h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    display: flex;
    flex-direction: column;
}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr {
    display: flex;
}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr {
    display: flex;
}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th {
    width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td {
    width: 30%;
    text-align: right;
}

.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content mark {
    background: transparent;
    font-weight: 600;
}

.woocommerce-account td.woocommerce-orders-table__cell {
    font-size: 14px;
    padding: 15px 0 !important;
}

.woocommerce-account table.my_account_orders .button {
    background: transparent;
    color: #333;
    padding: 0;
    font-weight: 500;
}

.woocommerce-account table.my_account_orders .button:hover,
.woocommerce-account table.my_account_orders .button:focus {
    background: transparent;
    padding: 0;
    color: #F6A465;
}

.woocommerce-account .my-account-header {
    font-weight: 600;
}

.woocommerce-account .product-list {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
}

.woocommerce-account .product-list .list-product,
.woocommerce-account .product-list .product-count {
    padding: 15px 25px;
}

.woocommerce-edit-address a.edit {
    display: none;
}

.woocommerce-account .elementor-text-editor .woocommerce {
    display: flex;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: var(--e-global-color-primary);
    padding: 0px 0px;
    width: calc(20% - 15px);
    margin-right: 15px;
    border-radius: 3px;
    align-self: flex-start;
    display: flex;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff;
    padding: 25px;
    width: 80%;
    border-radius: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    display: inline-flex;
    width: 100%;
    transition: ease .1s all;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background: rgba(255, 255, 255, 0.07);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    display: flex;
    width: 100%;
    padding: 15px 25px;
    font-weight: 600;
}

.logged-in.woocommerce-account fieldset {
    border: 0;
    padding: 0;
    margin-top: 25px;
}

.logged-in.woocommerce-account fieldset legend {
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
}

.logged-in.woocommerce-account .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button,
.woocommerce-address-fields p .button {
    margin: 10px 5px;
}

.logged-in.woocommerce-account .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover,
.logged-in.woocommerce-account .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:focus,
.woocommerce-address-fields p .button:hover,
.woocommerce-address-fields p .button:focus {
    outline: none;
    background: #71B707 !important;
    color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: rgba(255, 255, 255, 0.07);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 600;
}

.woocommerce-account .addresses .title h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

.woocommerce-account .addresses .title .edit {
    color: #999;
    font-size: 14px;
    font-style: italic;
}

.woocommerce-account .addresses .title .edit:hover {
    color: #666;
}

.woocommerce-account .u-column1.col-1.woocommerce-Address,
.woocommerce-account .u-column2.col-2.woocommerce-Address {
    border: solid 1px #eee;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-account .u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
    flex-direction: column;
}

button.show-password-input {
    background: none;
    opacity: .5;
}

button.show-password-input:hover {
    background: none;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .woocommerce-account .elementor-text-editor .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 25px 15px;
    }

    .woocommerce-info {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-customer-details .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-account .woocommerce-customer-details .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        border: 0;
        padding: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-content strong.product-quantity {
        margin-left: 5px;
        font-weight: normal;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot {
        font-size: 13px;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th {
        width: 60%;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td {
        width: 40%;
    }

    .woocommerce-MyAccount-content .woocommerce-customer-details h2.woocommerce-column__title,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button.button {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

/* FORMULAR FIX */

.elementor-field-type-acceptance span.elementor-field-option {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.elementor-field-type-acceptance input {
    margin-right: 9px;
}

.woocommerce form .form-row {
    padding: 0;
}

/* Sidebar Egenskaber */

.sidebar-egenskaber {
    z-index: 1;
}

.sidebar-egenskaber h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    border-bottom: solid 1px #eee;
}

.sidebar-egenskaber .filter-container {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    padding-bottom: 20px;
    border: solid 1px var(--e-global-color-9689392);
}

.sidebar-egenskaber .filter-container .filter-row a {
    color: #121212;
    font-size: 15px;
    transition: ease .2s all;
    width: 90%;
}

.sidebar-egenskaber .filter-container .filter-row a:hover {
    color: #121212;
}

.sidebar-egenskaber .filter-container .filter-row span.count {
    font-size: 12px;
    color: #999;
    text-align: right;
    width: 10%;
}

.sidebar-egenskaber .filter-container .filter-row a:before {
    content: "";
    margin-right: 10px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border: none;
    border-radius: 2px;
    background: #fafafa;
    outline: solid 1px #ddd;
    position: relative;
    top: 3px;
}

.sidebar-egenskaber .filter-container .filter-row.active-term a:before {
    content: "";
    margin-right: 10px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border: solid 3px #fff;
    background: var(--e-global-color-primary);
    border-radius: 2px;
    outline: solid 1px #ccc;
    position: relative;
    top: 3px;
}

.sidebar-egenskaber .filter-container .filter-row {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px #f7f7f7;
}

.sidebar-egenskaber .filter-container .filter-row:last-child {
    border-bottom: none;
}

.sidebar-egenskaber .filter-container .filter-row:hover {
    background: #fafafa;
}

@media screen and (max-width: 768px) {
    .sidebar-egenskaber .filter-container {
        padding: 0;
        margin-bottom: 15px;
    }

    .sidebar-egenskaber h5 {
        padding: 12px 20px;
        margin-bottom: 0;
    }

    .sidebar-egenskaber .filter-container .filter-row {
        padding: 12px 15px;
    }
}


/* Form elements */

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    border: solid 1px #e2e2e2;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    padding: 10px 10px;
    -webkit-appearance: none;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #bbb;
}

/* Buttons */

[type=button]:active,
[type=reset]:active,
[type=submit]:active,
.button:active,
button:active,
.xoo-wsc-ft-btn:active {
    position: relative;
    top: 1px;
}

[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus,
.button:focus,
button:focus,
.xoo-wsc-ft-btn:focus {
    outline: none;
}

.elementor-element.elementor-button-info .elementor-button {
    background: transparent;
    color: #212121;
    padding: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--e-global-color-secondary);
    color: #fff;
    padding: 15px 25px;
    font-weight: 600;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--e-global-color-f944285);
    color: #fff;
    padding: 15px 25px;
}

/* Product Archive */

.products .product.featured:after {
    content: "Tilbud";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #face00;
    color: #000;
    width: 50px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 500px;
    text-align: center;
}

.products li.product-category {
    text-align: center;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #e2e2e2;
    overflow: hidden;
    transition: ease .2s all;

}


.products li.product-category:hover,
.products li.product-category:focus {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.products .product-category img {
    margin: 0 !important;
}

.products .product-category h2.woocommerce-loop-category__title {
    padding: 20px 15px !important;
    font-weight: 600;
    line-height: 1.1;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .product-category mark.count {
    font-weight: normal;
    margin-left: 5px;
    display: none;
}

.products .product small.woocommerce-price-suffix {
    display: block;
    line-height: 1;
}

.products .product .price del,
.products .product .price del bdi {
    font-size: 12px;
    color: #999 !important;
}

/* Cookie Plugin */

div#cookie-notice {
    min-width: 400px;
    width: 400px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    bottom: 15px;
    left: 15px;
}

.cookie-notice-container {
    padding: 30px !important;
}

span#cn-notice-text {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

span#cn-notice-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-top: solid 1px #eee;
    padding-top: 15px;
}

span#cn-notice-buttons button {
    flex: 1;
}

button#cn-accept-cookie,
button#cn-more-info {
    padding: 15px !important;
    border-radius: 6px !important;
    color: white !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-family: "Lato", sans-serif !important;
    border: solid 1px transparent !important;
    margin: 0 !important;
}

span#cn-notice-text>span {
    display: block;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    line-height: 130%;
}

button#cn-close-notice {
    display: none !important;
    background: none;
    border: none;
    outline: none;
}

button#cn-more-info {
    background: none !important;
    border: solid 1px #ccc !important;
    color: #242424 !important;
}

button#cn-more-info:hover {
    border-color: #242424 !important;
}

@media (max-width:767px) {
    .cookie-notice-container #cn-notice-buttons {
        display: flex !important;
    }
}


/* Single Product */

/* .single-product>.onbackorder .elementor-widget-woocommerce-product-add-to-cart:before {
    content: 'Bestillingsvare 2-3 dage';
    background: #FAFAFA;
    color: #555555;
    padding: 8px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
} */

.single-product .quantity .qty {
    width: 5em;
}

.featured .product-img:after {
    content: "Tilbud";
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    background: #face00;
    color: #000;
    width: 50px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 500px;
    text-align: center;
}

.sale .product-img:before {
    content: "Tilbud";
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    background: #face00;
    color: #000;
    width: 50px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 500px;
    text-align: center;
}

.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    display: none;
}

.produkt-sku .product_meta span.posted_in.detail-container {
    display: none;
}

.produkt-sku .detail-label {
    font-weight: normal;
}

.produktdata table.shop_attributes {
    border: 0;
}

.woocommerce .produktdata table.shop_attributes th {
    text-align: left;
    font-weight: normal;
    padding: 5px 0px;
}

.woocommerce .produktdata table.shop_attributes tr:nth-child(even) td,
.woocommerce .produktdata table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}

.single-product div.product .stock {
    display: none;
}

.related.products h2.woocommerce-loop-product__title {
    padding: 5px 0 0 0 !important;
}

.single-product .price del {
    font-size: 16px;
    color: #999;
}

.price ins {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    button.single_add_to_cart_button.button.alt {
        padding: 18px 0px !important;
    }
}

/* WooCommerce Checkout & Shopping Cart */
.woocommerce-page form .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.woocommerce-page form .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox input[type="checkbox"] {
    margin-right: 10px;
    display: block;
}

.product-review-rows {
    position: relative;
}

.product-review-rows.expandable {
    max-height: 200px;
    overflow: hidden;
}

.product-review-rows.expandable.expanded {
    max-height: none;
}

.product-review-rows.expandable:after {
    display: block;
    content: '';
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(transparent, #FFF) left repeat;
    background: linear-gradient(transparent, #FFF) left repeat;
    position: absolute;
}

.product-review-rows.expandable.expanded:after {
    display: none;
}

.expand-cart-lines {
    color: var(--e-global-color-primary) !important;
    display: block;
    padding: 20px 0;
    font-weight: 600;
    text-decoration: none !important;
}

.product-name {
    font-weight: 600;
    text-transform: none;
    color: #242424;
}

.product-review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.product-review-row:last-child {
    border-bottom: 0;
}

.woocommerce table.shop_table tr.cart_item td {
    padding: 0;
}

.product-review-row .product-thumbnail {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEEEE;
}

.product-review-row .product-thumbnail img {
    height: 65px;
    width: 65px;
    object-fit: contain;
}

.product-review-row .product-qty,
.product-review-row .product-sku {
    color: #999999;
    font-size: 10px;
    padding: 0 0 5px 0;
    line-height: 1;
}

.product-name {
    text-align: left;
    width: 100%;
    margin-left: 20px;
}

.delivery-note span {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
}

.woocommerce-checkout .shipping-method-review {
    display: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
    margin-top: 25px;
    border: 0;
    background: #fff;
    border-radius: 3px;
}

.user-data-phone {
    margin-top: 10px;
}

.woocommerce-cart .woocommerce ul#shipping_method li input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background-color: #fafafa;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #fff;
    outline: solid 1px #e2e2e2;
}

.woocommerce-cart .woocommerce ul#shipping_method li input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background-color: #83B735;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #fff;
    outline: solid 1px #e2e2e2;
}

.woocommerce-cart .woocommerce ul#shipping_method li input[type='radio'] {
    width: 20px;
    height: 20px;
    visibility: hidden;
    margin: 0 15px 0 0 !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.woocommerce-cart .woocommerce ul#shipping_method li input[type='radio'] {
    width: 20px;
    height: 20px;
    visibility: hidden;
    margin: 0 5px 0 0 !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}


.woocommerce-cart .woocommerce ul#shipping_method li input[type='radio']:after,
.woocommerce-checkout input[type='radio']:after,
.woocommerce-checkout input[type='checkbox']:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background-color: #fafafa;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #fff;
    outline: solid 1px #e2e2e2;
}

.woocommerce-cart .woocommerce ul#shipping_method li input[type='radio']:checked:after,
.woocommerce-checkout input[type='radio']:checked:after,
.woocommerce-checkout input[type='checkbox']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background-color: #83B735;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #fff;
    outline: solid 1px #e2e2e2;
}

.woocommerce-checkout input[type="radio"] {
    width: 20px;
    height: 20px;
    visibility: hidden;
    margin: 0 15px 0 0 !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.woocommerce-checkout input[type='checkbox'] {
    width: 20px;
    height: 20px;
    visibility: hidden;
    margin: 0 5px 0 0;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.woocommerce-checkout h1.entry-title {
    display: none;
}

button.button.alt.added {
    position: relative;
}

.woocommerce-cart input#coupon_code {
    width: 100%;
    margin: 0;
}

.woocommerce-cart .coupon button.button {
    width: 100%;
    margin-top: 5px;
    padding: 12px 15px;
    border-radius: 6px;
    background: #121212;
    color: #fff;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: right;
}

dl.variation {
    display: flex;
    gap: 3px;
}

dl.variation dd {
    padding: 0;
    margin: 0;
}

a.button.wc-backward {
    color: #fff;
    padding: 15px 25px;
    background: #83B735;
    border-radius: 3px;
    transition: all .3s;
    font-weight: 600;
}

a.button.wc-backward:hover,
a.button.wc-backward:focus,
a.button.wc-backward:active {
    background: #121212;
    color: #fff;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-flow: row wrap;
}

.woocommerce-checkout div#customer_details {
    margin: 0 0 0 25px;
    font-size: 14px;
    order: 2;
    width: 25%;
    background: transparent;
}

div#order_review {
    flex: 1;
}

.woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-thumbnail img {
    max-width: 50px;
    height: auto;
}

.woocommerce-checkout .place-order button#place_order {
    width: 100%;
    background: #83B735;
    color: #fff;
    border: solid 1px #83B735;
    padding: 20px 15px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    border-radius: 6px;
}

.woocommerce-checkout .place-order button#place_order:hover,
.woocommerce-checkout .place-order button#place_order:focus,
.woocommerce-checkout .place-order button#place_order:active {
    background: #71B707;
    border-color: #71B707;
    outline: none;
}

h3#ship-to-different-address {
    font-size: 14px;
    margin: 25px 0 0 0;
}

input#ship-to-different-address-checkbox {
    margin: 3px 10px 3px 3px;
}

.woocommerce-checkout main,
.site-header,
body:not([class*=elementor-page-]) .site-main {
    max-width: 1212px;
    margin: 0px auto 65px auto;
    padding: 0 10px;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    max-width: 1212px;
    padding: 0 0px;
}

.woocommerce a.remove {
    color: #ccc !important;
    font-weight: 300;
}

.woocommerce a.remove:hover {
    background: none;
    color: #121212 !important;
}

td.product-name,
td.product-name a {
    font-weight: 600;
    color: #242424;
    line-height: 1.2;
    text-decoration: none;
}

.woocommerce-cart .woocommerce .quantity .qty {
    width: 100%;
    max-width: 70px;
}

.woocommerce table.shop_table td {
    border-top: 0;
    padding: 10px 0px;
}

.woocommerce table.shop_table,
td.actions {
    border: 0;
}

th.product-subtotal,
td.product-subtotal {
    text-align: right;
}

form.woocommerce-cart-form {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.woocommerce-message {
    border-top-color: #55b482;
}

.woocommerce-message::before {
    color: #55b482;
}

.woocommerce-error {
    background-color: #ffe8e9;
    color: #6d2024;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    max-width: 1200px;
    font-weight: 500;
    margin: 25px auto 0 auto;
    border-top: 0;
}

.woocommerce-message {
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-info,
.woocommerce-error a.button.wc-forward {
    background: transparent;
    color: var(--e-global-color-69a3b12);
    padding: 0;
    position: relative;
    top: 3px;
}

.woocommerce-info {
    border-top-color: #999;
}

.woocommerce-info::before {
    color: #999;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    flex: 1 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #83B735;
    border-radius: 6px;
    transition: all .3s;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #71B707;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    flex: 1 100%;
    order: 2;
    margin-top: 65px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 50%;
    background: #fff;
    padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals td {
    border-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding-top: 10px;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward {
    margin-bottom: 0;
}

.woocommerce-cart .cart_totals h2 {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f2f2f2;
    padding: 15px;
    margin: 0;
}

.woocommerce-page .cart-collaterals .cart_totals table {
    padding: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 15px 25px 15px;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border: 0;
}

.cart_totals .cart-subtotal td,
.cart_totals .order-total td {
    text-align: right;
}

.cart_totals small.includes_tax {
    display: block;
}

.woocommerce-page .cart-collaterals .cross-sells h2 {
    text-align: center;
    font-size: 31px;
    margin-bottom: 25px;
}

.woocommerce .cart-collaterals .cross-sells ul.products.columns-4,
.woocommerce-page .cart-collaterals .cross-sells ul.products.columns-4 {
    float: none;
    display: flex;
}

.woocommerce ul.products li.product .onsale {
    margin: 5px;
    z-index: 1;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    text-align: center;
    background: #fff;
    padding-bottom: 15px;
}

.cross-sells .products.columns-4 form.cart {
    display: flex;
}

.cross-sells .products.columns-4 form.cart .quantity {
    margin-right: 4px;
}

.cross-sells .products.columns-4 form.cart .quantity input {
    max-width: unset;
    width: 3.631em;
}

.woocommerce ul.products li.product a .image-wrap {
    position: relative;
    height: 0;
    padding: 50% 0;
    background-color: #fff;
}

.woocommerce ul.products li.product a .image-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 10px;
}

.woocommerce ul.products li.product .price {
    color: #121212;
}

.woocommerce ul.products li.product .price del {
    color: #ccc;
    opacity: 1;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border: 0;
    font-weight: normal;
    padding: 0;
}

.woocommerce-checkout tr.cart-subtotal th,
.woocommerce-checkout tr.cart-subtotal td {
    padding-top: 25px !important;
}

.woocommerce-checkout tr.order-total th,
.woocommerce-checkout tr.order-total strong bdi {
    font-weight: 600 !important;
    color: #242424;
    font-size: 18px;
}

.woocommerce-checkout th.product-total,
.woocommerce-checkout td.product-total,
.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

.woocommerce-cart .woocommerce ul#shipping_method li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: solid 1px #eee;
    padding: 10px;
    align-items: center;

}

.woocommerce-cart a.shipping-calculator-button {
    margin: 0 !important;
    color: #999;
    font-style: italic;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    display: none;
}

.woocommerce-cart ul#shipping_method li .shipping-method-title {
    margin: 0;
}

.woocommerce-cart .woocommerce ul#shipping_method li input {
    flex: 1;
}

.woocommerce-cart .woocommerce ul#shipping_method li label {
    flex: 1 80%;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping th {
    display: none;
}

.shop_table.checkout-review-shipping-table ul#shipping_method li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size: 14px;
    align-items: center;
}

.shipping-method-title {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    color: #212121;
    font-weight: 500;
}

.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a {
    color: #212121;
    text-decoration: underline;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout .shipping-method-review h4.checkout-subheader,
.woocommerce-checkout .woocommerce-checkout-payment h4.checkout-subheader,
.desired-delivery-date h3 {
    background: #eee;
    padding: 15px 25px 15px 25px;
    font-size: 18px;
    margin: 0;
}

.desired-delivery-date-inner {
    background: #fff;
    border-bottom: 0;
    padding: 15px;
    margin-bottom: 25px;
}

.desired-delivery-date select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-size: 20px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: none
}

.woocommerce-checkout .woocommerce-billing-address,
.woocommerce-checkout .woocommerce-shipping-address {
    padding: 15px 20px;
    background: #fff;
}

.woocommerce-checkout .woocommerce-billing-address {
    margin-bottom: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    background: #fff;
    padding: 15px 25px 25px 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    font-size: 14px;
    border-spacing: unset;
    border-radius: 0;
}

.shipping-method-review {
    background: #fff;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    background: #fff;
    border-bottom: 0 !important;
    padding: 15px !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
    background: transparent;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: none;
    margin: 0;
    padding: 0 0 0 38px;
    display: block !important;
    font-size: 14px;
}

.woocommerce-checkout input#payment_method_cheque {
    display: inline-block !important;
    position: relative;
    top: 10px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
    padding: 10px 15px;
    line-height: 1;
}

.wc_payment_method label {
    font-weight: 600;
    font-size: 14px;
}

.woocommerce ul#shipping_method li input {
    margin: 0 1.11em 0 0;
}

.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    padding: 15px;
    margin: 0 0 6px;
    text-align: center;
    box-sizing: border-box;
}

.select2-container .select2-selection--single {
    padding: 5px;
    height: auto;
    border: solid 1px #e2e2e2;
    -webkit-appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

#billing_country_field select#billing_country,
#shipping_country_field select#shipping_country {
    background-image: urL(assets/images/dropdown_icon.svg);
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-size: 10px;
}

.woocommerce-additional-fields {
    margin-top: 25px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #e2e2e2;
}

.woocommerce-invalid #terms {
    outline: 1px solid #a00;
    outline-offset: 2px;
}

[name='update_cart'] {
    display: none !important;
}

small.includes_tax {
    display: block;
}

.shipping-method-description {
    line-height: 1.2;
}

table td,
table th {
    border: 0;
    border-bottom: solid 1px #f2f2f2;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: rgba(255, 255, 255, 0);
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: rgba(0, 0, 0, 0);
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-top: 0;
    padding: 10px 0;
}

.woocommerce-checkout table.shop_table.checkout-review-shipping-table {
    padding: 20px 30px 0 30px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #ccc;
    color: #333;
    padding: 12px 15px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: #fff;
    border: solid 1px #f2f2f2;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #121212;
    margin-bottom: 25px;
}

a.showcoupon {
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "";
    background: url(assets/images/discount.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    top: 30px;
}

form.checkout_coupon.woocommerce-form-coupon {
    background: #fff;
    border-radius: 0;
    border: solid 1px #f2f2f2;
    margin-top: 0;
}

.woocommerce-checkout .checkout_coupon p.form-row.form-row-first,
.woocommerce-checkout .checkout_coupon p.form-row.form-row-last {
    float: none;
    width: 100%;
}

.woocommerce-checkout .checkout_coupon p.form-row.form-row-last button.button {
    background: #961B30;
    color: #fff;
    padding: 12px 35px;
    border-radius: 6px;
}

/* Shipmondo */

.shipmondo-shipping-field-wrap {
    flex: 1;
}

input#shipmondo_find_shop_btn {
    padding: 12px 15px;
}

button.shipmondo-modal-close {
    border: none;
    font-size: 35px;
}

.shipmondo-modal-close:active {
    position: absolute;
}

.shipmondo-modal-content ul.shipmondo-shoplist-ul {
    padding: 0;
}

/* Payment window */

.wcqp-modal__dialog-wrapper button.button.alt {
    background: #121212;
    border-radius: 6px;
    transition: all .3s;
    font-size: 22px;
    margin-top: 12px;
}

.wcqp-modal__dialog-wrapper .wcqp-modal__dialog {
    box-shadow: none;
}

#wcqp-payment-form__inner {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

/* WooCommerce Order Received Page */

.woocommerce-order-received section.woocommerce-customer-details {
    padding: 0 25px;
}

.woocommerce-order-received section.woocommerce-order-details {
    margin: 0 25px;
}

.order-received-details {
    background: #fff;
    padding-bottom: 45px;
    border-radius: 4px;
    border: solid 1px #eee;
    overflow: hidden;
}

.woocommerce-order-received .checkout-header {
    display: none;
}

.woocommerce-order-received .woocommerce {
    margin-top: 0px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    background: #3fb253;
    padding: 20px 30px;
    color: #fff;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    padding: 25px;
    background: #fff;
    margin: 0;
}

.woocommerce-order-received th.woocommerce-table__product-table.product-total {
    color: #242424;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}

li.woocommerce-order-overview__payment-method.method p {
    display: none;
}

.woocommerce-order-details td.woocommerce-table__product-name.product-name img {
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.woocommerce-order-received section.woocommerce-customer-details .addresses h2.woocommerce-column__title {
    font-size: 18px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-order-received .woocommerce .col2-set .col-1,
.woocommerce-order-received .woocommerce .col2-set .col-2,
.woocommerce-order-received section.woocommerce-order-details {
    border: solid 1px #eee;
    padding: 25px;
}

.woocommerce-order-received .woocommerce .col2-set .col-1,
.woocommerce-order-received .woocommerce .col2-set .col-2 {
    min-width: 49%;
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
    display: none;
}

.woocommerce-order-received .addresses {
    display: flex;
    justify-content: space-between;
}

.woocommerce-order-received section.woocommerce-order-details h2 {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-order-received .order_details tfoot td {
    text-align: right;
    padding: 5px 12px;
}

.woocommerce-order-received .order_details tfoot th {
    padding: 5px 12px;
}

.woocommerce-order-received .order_details tfoot tr:last-child th,
.woocommerce-order-received .order_details tfoot tr:last-child td {
    color: #242424;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-order-received tfoot tr:first-child td,
.woocommerce-order-received tfoot tr:first-child th {
    padding-top: 25px !important;
}

.thank-you-video .elementor-custom-embed-image-overlay {
    background-size: 20% !important;
    background-repeat: no-repeat;
}

.woocommerce-order-received ul.order_details li strong {
    font-weight: 600;
    color: #242424;
}

.woocommerce-order-details ul.wc-item-meta {
    padding-left: 0;
    font-size: 12px;
    font-weight: 500;
}


/* Media Queries Generel */

@media screen and (max-width: 768px) {
    h1 {
        font-size: 31px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    .products form.cart {
        flex-direction: column;
    }

    .woocommerce .quantity .qty {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 5px;
    }

    .woocommerce div.product form.cart {
        flex-direction: column;
    }

    .woocommerce div.product form.cart .quantity {
        width: 100%;
    }

    form.checkout.woocommerce-checkout {
        flex-direction: column;
    }

    .woocommerce-checkout div#customer_details {
        width: 100%;
        margin: 0 0 25px 0;
    }

    p.form-row.form-row-wide.mailchimp-newsletter {
        display: flex;
    }

    p.form-row.form-row-wide.mailchimp-newsletter label {
        line-height: 1.2;
    }

    h3#order_review_heading {
        padding: 15px 10px 0 10px;
    }

    table.shop_table.woocommerce-checkout-review-order-table {
        padding: 15px 15px 25px 15px;
        margin-bottom: 15px;
    }

    .shipping-method-review,
    #add_payment_method #payment,
    .woocommerce-cart #payment,
    .woocommerce-checkout #payment {
        padding: 0px;
    }

    .woocommerce-checkout table.shop_table.checkout-review-shipping-table {
        padding: 20px 15px 0 15px;
        margin-bottom: 15px;
    }

    .shipping-method-description {
        line-height: 1.2;
        font-size: 12px;
    }

    .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required label {
        line-height: 1.2;
    }

    .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
        padding: 10px 0;
    }

    form.woocommerce-cart-form {
        padding: 15px;
        margin-bottom: 10px;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        flex-direction: column;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        padding: 0px;
    }

    .woocommerce-order-received .addresses {
        flex-direction: column;
        border-bottom: solid 1px #eee;
        padding-bottom: 25px;
    }

    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
        margin-bottom: 25px;
    }

    .order-received-details {
        padding: 0;
    }

    .woocommerce-checkout .woocommerce-billing-fields h3,
    .woocommerce-checkout h3#order_review_heading,
    .woocommerce-checkout .shipping-method-review h4.checkout-subheader,
    .woocommerce-checkout .woocommerce-checkout-payment h4.checkout-subheader {
        padding: 15px 20px 15px 20px;
        font-size: 16px;
    }

    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 21px;
        line-height: 1.2;
        padding: 15px;
    }

    .woocommerce-order-received .woocommerce ul.order_details li {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: solid 1px #eee;
        padding-bottom: 5px;
        border-right: 0;
    }

    .woocommerce-order-received .woocommerce .col2-set .col-1,
    .woocommerce-order-received .woocommerce .col2-set .col-2,
    .woocommerce-order-received section.woocommerce-order-details {
        padding: 0px;
        border: 0;
    }

    .woocommerce-order-received section.woocommerce-customer-details,
    .woocommerce-order-received section.woocommerce-order-details {
        padding: 0 15px 25px 15px;
        margin: 0;
    }

    .woocommerce-order-received .woocommerce {
        margin-top: 0px;
    }

    .woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        padding: 25px 15px;
    }

    .woocommerce-order-received .woocommerce .woocommerce-customer-details,
    .woocommerce-order-received .woocommerce .woocommerce-order-details {
        margin-bottom: 0px;
    }

    .woocommerce-checkout .woocommerce-shipping-totals.shipping td {
        padding: 0;
    }

    .woocommerce ul#shipping_method li input {
        flex: 1;
    }

    .woocommerce ul#shipping_method li label {
        flex: 2 80%;
    }

    #add_payment_method #payment ul.payment_methods li,
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li {
        padding: 10px 0;
    }

    .shipping-method-review {
        margin-bottom: 10px;
    }

    .single-product .woocommerce-tabs .tabs li {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .woocommerce div.product.elementor ul.tabs li {
        margin: 0;
    }

    .woocommerce.single-product div.product.elementor ul.tabs {
        padding: 0;
    }

    .single-product .woocommerce-Tabs-panel {
        padding: 25px !important;
    }

    .woocommerce-form-coupon-toggle .woocommerce-info {
        padding: 15px 15px 15px 45px;
    }

    .woocommerce-form-coupon-toggle .woocommerce-info::before {
        top: 20px;
        left: 10px;
    }

    .woocommerce-checkout .checkout_coupon p.form-row.form-row-last button.button {
        width: 100%;
    }

    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    select,
    textarea {
        font-size: 16px;
    }

    td.product-name,
    td.product-name a {
        line-height: 1.2 !important;
        font-weight: 500;
    }

    .woocommerce-order-details td.woocommerce-table__product-name.product-name img {
        max-width: 40px;
        margin-right: 10px;
        margin-bottom: 5px;

    }

    .woocommerce-order-details td.woocommerce-table__product-name.product-name {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        padding-right: 50px;
        margin: 0;
    }

    .woocommerce-order-details td.woocommerce-table__product-name.product-name ul.wc-item-meta {
        flex-basis: 100%;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-thumbnail img {
        max-width: 30px;
        margin-right: 10px;
    }

    .single-product div.product.elementor .quantity+.button {
        margin-left: 0;
    }

    .single-product div.product.elementor .quantity .qty {
        padding: 10px 15px;
    }

    .woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
        padding-bottom: 25px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent;
    }

    .woocommerce-cart .woocommerce ul#shipping_method li {
        width: 100%;
        text-align: left;
    }

    .woocommerce-cart .woocommerce-shipping-destination {
        text-align: left;
        font-style: 14px;
    }

    .woocommerce-cart .woocommerce-shipping-calculator {
        text-align: left !important;
    }

    .woocommerce-cart .product-remove a.remove {
        text-align: right;
        width: 100%;
    }

    .woocommerce-checkout main,
    .site-header,
    body:not([class*=elementor-page-]) .site-main {
        margin-bottom: 25px;
    }
}

.elementor-location-archive {
    opacity: 1;
    transition: opacity .15s ease;
}

body.loading {
    opacity: .4;
    cursor: progress;
}

body.loading * {
    pointer-events: none;
}

.order-notice {
    text-align: center;
    padding: 10px;
    background: #efefef;
    margin: 15px 0;
}

.overdraft-notice {
    text-align: center;
    padding: 6px;
    background: #f33535;
    color: #fff;
}

.xoo-wsch-close.xoo-wsc-icon-cross:before {
    opacity: 1;
}

span.xoo-wsch-close.xoo-wsc-icon-cross:after {
    content: "Luk";
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 500;
    opacity: .6;
}

span.xoo-wsch-close.xoo-wsc-icon-cross:hover::after {
    opacity: 1;
}

span.xoo-wsch-close.xoo-wsc-icon-cross {
    display: flex;
}

.woocommerce-order-received section.woocommerce-customer-details {
    display: none;
}

a.data-sheet {
    padding: 10px 18px;
    background: var(--e-global-color-secondary);
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all .3s ease;
    text-align: center;
    border-radius: 6px;
}

a.data-sheet:hover {
    background: var(--e-global-color-f944285);
}

.list-product.featured>div:first-child:after {
    content: "Tilbud";
    background: #face00;
    color: #000;
    display: flex;
    width: 60px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    justify-content: center;
    position: relative;
    left: 50px;
}

.list-product.featured>div {
    align-items: center;
}

@media screen and (max-width: 767px) {
    .list-product.featured>div:first-child:after {
        left: 0;
    }
}

span.favorite-count {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.term-tilbud .featured-offers,
#search_container .featured-offers {
    display: none !important;
}

.produkt-loop-pris ins,
li.product .price ins {
    text-decoration: none;
    font-weight: bold;
}

.produkt-loop-pris del {
    font-size: .9em !important;
    color: var(--e-global-color-69a3b12);
}

li.product {
    font-size: 0;
}

li.product>a {
    font-size: 1rem;
}

.product-slider {
    z-index: 0;
}

.product-slider .elementor-container {
    height: 100%;
}

li.product .onsale {
    display: none !important;
}

.type-product:not(.sale) .sale-badge {
    display: none;
}

.hide-tilbud .menu-item-94497 {
    display: none !important;
}

.tilbud-slider-loader {
    width: 25px;
    height: 25px;
    border: 3px solid var(--e-global-color-primary);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    animation: loader-rotation 1s linear infinite;
    margin: 10px auto;
}

.tilbud-slider>span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

@keyframes loader-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.list-product>div:last-child>div {
    width: 100%;
}

.product-list .list-product {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .list-product>div:last-child>div {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .list-product>div:last-child>div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

.offer-end-date {
    font-size: 10px;
    width: fit-content;

    position: absolute;
    top: 0px;
}