/*!
Theme Name: Undy Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: undy-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Undy Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* undycodev */


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/****************wc coupen**************/

.page-id-368696 aside#secondary {
    display: none;
}

.page-id-368696 main#primary {
    max-width: 1170px;
    margin: auto;
    padding: 40px 15px;
}

.page-id-368696 .entry-content h1 {
    font-size: 36px;
    margin: 0px 0px 15px 0px;
}


/*.page-id-368696 .entry-content p, .page-id-368696 .entry-content ul li {
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
}*/

.page-id-368696 .entry-content ul li {
    margin-bottom: 15px;
}


/**************************/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.Storrelsesguide {
    box-shadow: 5px 7px 18px 6px #989898;
    background-color: #ffffff;
    padding: 25px 0;
    float: left;
    width: 100%;
}

.Storrelsesguide-left {
    margin: 0 auto;
    text-align: center;
}

.Storrelsesguide-right {
    text-align: center;
    padding: 60px 35px 60px 0;
}

.Storrelsesguide-right h2 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #000000;
    font-weight: 900;
}

.Storrelsesguide-right p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    padding: 10px 0 60px;
}

.Storrelsesguide-heading {
    border-bottom: 1px solid #bcbec0;
}

.Storrelsesguide-heading tr th {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #000000;
}

.Storrelsesguide-data tr td {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #000000;
}

.Storrelsesguide-data tr td:first-child {
    font-weight: 800;
}


/* @import "compass/css3";*/

.icon-plus-sign {
    cursor: pointer;
}

.icon-remove-sign {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 25px;
}

.pop {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 37%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    text-align: center;
}

.storrelse p {
    font-size: 14px;
    color: #949494;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    border-bottom: 1px solid #949494;
    margin: 0;
    display: inline-block;
}

.storrelse h3 {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.pop .Storrelsesguide {
    position: relative;
    overflow: auto;
    max-height: 90%;
}

.farve {
    float: left;
    width: 100%;
    padding: 5px 0 0;
}

.farve ul {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.farve ul li {
    margin: 0 10px 0 0;
}

.farve ul li a {
    border: 1px solid #949494;
    padding: 5px 10px;
    width: 60px;
    float: left;
    height: 35px;
    text-align: center;
}

.farve h3 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.farve ul li a:hover {
    border: 4px solid #000;
    padding: 2px 0;
    color: #000;
}

.farve-btn {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
}

.farve-btn a {
    border: 1px solid #0f202d;
    font-size: 16px;
    color: #fff;
    background-color: #0f202d;
    font-weight: 700;
    padding: 10px 100px;
    display: inline-block;
}

.farve-btn a:hover {
    border: 1px solid #0f202d;
    background-color: #fff;
    color: #0f202d;
}

.farve-btn p {
    font-size: 16px;
    color: #0f202d;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    border-bottom: 1px solid #949494;
    margin: 0;
    display: inline-block;
    margin: 15px 0 0;
}

.woocommerce .farve-btn button.button.disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.woocommerce .farve-btn button.button {
    border: 0;
    font-size: 16px;
    color: #fff;
    background-color: #0f202d;
    font-weight: 700;
    padding: 15px 100px;
    display: inline-block;
}


/*.product_cat-bambussokker .storrelse, 
.product_cat-bambussokker .woocommerce-variation.single_variation, 
.product_cat-accesories .storrelse,*/

.product_cat-bambussokker .storrelse td.label,
.product_cat-bambussokker .farve,
.product_cat-templatesokker .storrelse td.label,
.product_cat-templatesokker .farve,
.product_cat-templateaccesories .storrelse td.label,
.product_cat-templateaccesories .farve,
.product_cat-performance .farve,
.product_cat-templateperformance .farve,
.product_cat-accesories .woocommerce-variation.single_variation,
.product_cat-accesories .farve,
.product_cat-face-mask .single-gray-banner {
    display: none;
}


/***************my account navigation***************/

.page-id-86.woocommerce-page article.page {
    width: 100%;
    float: none;
    padding: 0px;
}

.page-id-86.woocommerce-account .woocommerce-MyAccount-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
}

.page-id-86.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.woocommerce nav.woocommerce-MyAccount-navigation li a {
    color: #616161;
    font-size: 16px;
    padding: 15px;
    display: block;
}

.woocommerce nav.woocommerce-MyAccount-navigation>ul {
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    float: left;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #000;
    font-weight: 700;
}


/*****************edit address****************/

section.Oplysninger {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    background-color: #f6f6f6;
    left: 50%;
    padding: 60px 0px;
}

.Oplysninger-box {
    max-width: 510px;
    background: #ffffff;
    text-align: left;
    box-shadow: 1px 4px 18px 6px #e7e7e7;
    padding: 0px 25px 25px 25px;
    margin-bottom: 30px;
}

.Oplysninger-text button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    background: #c5c5c5;
}

.Oplysninger-text button:hover {
    color: #000000;
}

.Oplysninger-text {
    padding-top: 25px;
}


/*****************forsendelse address****************/

.woocommerce-edit-address form>h3 {
    margin: 0px 0px 25px 0px;
    text-align: center;
}

.woocommerce-edit-address .woocommerce-address-fields input {
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 16px;
    color: #010101;
    border-radius: 0px;
}

p#update_all_subscriptions_addresses_field label {
    padding: 0px 0px 0px 20px;
}

p#update_all_subscriptions_addresses_field input {
    margin: 6px 0px 0px -18px;
}

.woocommerce-edit-address .woocommerce-address-fields button {
    background-color: #0e202d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.woocommerce-edit-address .woocommerce-address-fields button:hover,
.woocommerce-payment-methods a.button:hover {
    color: #ffffff;
    background-color: #0e202d;
}

div#customer_login h2 {
    text-align: center;
    font-size: 30px;
}

div#customer_login p.woocommerce-form-row {
    padding: 3px;
    margin: 0 0 6px;
    background-color: #f6f6f6;
}

div#customer_login input {
    border: 1px solid #e1e1e1;
    padding: 12px 10px;
    font-size: 16px;
}

div#customer_login p.woocommerce-LostPassword.lost_password a {
    color: #337ab7;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

div#customer_login p.woocommerce-LostPassword.lost_password {
    background-color: transparent;
}

.woocommerce-payment-methods a.button {
    background-color: #0e202d;
    color: #ffffff;
}


/*****************payment method****************/

.woocommerce table.shop_table th.woocommerce-PaymentMethod {
    font-weight: 400;
    font-size: 16px;
}


/*****************add payment method****************/

form#add_payment_method {
    margin-top: 30px;
    max-width: 450px;
    margin: 30px auto 0px auto;
}

#add_payment_method div#payment {
    background: #fff;
    border: 0px;
}

#update_all_subscriptions_addresses_field {
    display: none;
}

input#payment_method_stripe {
    display: none;
}

input#payment_method_stripe+label {
    display: block;
    text-align: center;
}

.woocommerce-PaymentBox.woocommerce-PaymentBox--stripe.payment_box.payment_method_stripe {
    padding: 4px !important;
    background-color: #fff !important;
}

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

div#stripe-payment-data p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

fieldset#wc-stripe-cc-form label {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    padding: 12px 10px 12px 10px !important;
}

fieldset#wc-stripe-cc-form .form-row.form-row-wide {
    padding: 10px !important;
    margin: 0px !important;
}

div#stripe-payment-data>p a {
    color: #23527c;
}

p#wc-stripe-update-subs-payment-method-card_field label {
    margin-left: 20px;
}

input#payment_method_stripe+label,
p#wc-stripe-update-subs-payment-method-card_field label {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

p#wc-stripe-update-subs-payment-method-card_field label {
    margin-left: 30px;
    line-height: 18px;
    float: left;
}

input#wc-stripe-update-subs-payment-method-card {
    margin: 2px 0px 0px -20px !important;
}

ul.woocommerce-PaymentMethods.payment_methods.methods {
    border: 0px !important;
}

#add_payment_method button#place_order {
    float: none !important;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    padding: 18px 15px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: -20px;
    background-color: #22a027 !important;
    border-radius: 0px;
}

.woocommerce-add-payment-method .woocommerce-MyAccount-content {
    box-shadow: 0px 0px 10px #0000002e;
    max-width: 1150px;
    padding: 30px 50px 100px 50px !important;
    margin: 20px auto 80px auto !important;
    float: none;
    text-align: center;
}

.woocommerce-orders aside#secondary,
.woocommerce-edit-address aside#secondary,
.woocommerce-account aside#secondary {
    display: none;
}


/*****************view order****************/

.woocommerce-view-order.woocommerce-page main#primary,
.woocommerce-edit-account.woocommerce-page main#primary,
.woocommerce-payment-methods.woocommerce-page main#primary,
.woocommerce-add-payment-method .woocommerce-page main#primary {
    display: block;
}

.woocommerce-view-order td.woocommerce-table__product-name.product-name a {
    color: #000;
}


/*****************edit account****************/

.woocommerce-edit-account form.woocommerce-EditAccountForm.edit-account input {
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 16px;
    color: #010101;
    border-radius: 0px;
}

.woocommerce-edit-account .woocommerce-EditAccountForm legend {
    border: 0px;
    margin: 24px 0px !important;
    display: block;
    padding-top: 25px;
}

.woocommerce-edit-account .woocommerce-EditAccountForm button.woocommerce-Button.button {
    background-color: #000;
    color: #fff;
    font-size: 16px;
}

.productSideBar>h3 {
    font-size: 18px;
}

.sidebarmodelitems img {
    height: auto !important;
}

.page-template-template-subscription nav#site-navigation {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.page-template-template-subscription .site-branding {
    text-align: center;
    display: block;
    margin: auto;
}

.page-template-template-subscription .undyRightMenu {
    position: absolute;
    right: 0px;
}

@media only screen and (max-width: 1024px) {
    .page-template-template-subscription nav#site-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce nav.woocommerce-MyAccount-navigation li a {
        font-size: 13px;
        padding: 8px;
    }
    fieldset#wc-stripe-cc-form label {
        font-size: 12px;
    }
    .woocommerce-add-payment-method .woocommerce-MyAccount-content {
        padding: 25px 8px 10px 8px !important;
        margin-bottom: 50px !important;
    }
}

@media only screen and (min-width: 481px) {
    .pop {
        background: #0000005e;
        top: 0;
        position: fixed;
    }
    .pop .container {
        display: flex;
        align-items: center;
        height: 100%;
    }
}


/* Minicart css*/

.cartz {
    display: none;
}

.cartz {
    top: 152px;
    right: 2px;
}

.cartz {
    width: 460px !important;
    padding: 15px;
    border: 1px solid #ccc;
    top: 65px;
    right: 32px;
}

.cartz .woocommerce-mini-cart .woocommerce-mini-cart-item {
    padding: 15px 5px 15px 5px !important;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: grid;
}

.cartz .woocommerce-mini-cart .woocommerce-mini-cart-item:nth-last-child(1) {
    border: none;
}

.cartz .widget_shopping_cart_content .product_total {
    padding-bottom: 15px;
    margin: 0 auto !important;
}

.cartz .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    float: left !important;
    width: 100% !important;
}

.cartz .woocommerce-Price-amount {
    float: right;
}

.cartz .woocommerce-mini-cart-item ul li:nth-child(1) {
    width: 75%;
    float: left;
}

.cartz .woocommerce-mini-cart-item ul li:nth-child(2) {
    width: 23%;
    float: right !important;
}

.header-menu .cartz .widget_shopping_cart_content li img {
    margin-right: 22px !important;
    width: 90px !important;
}

.cartz .woocommerce-mini-cart li {
    padding: 4px 5px !important;
}

.cartz .woocommerce-mini-cart-item ul li div.size,
.cartz .woocommerce-mini-cart-item ul li div.qty {
    font-size: 14px;
    color: lightgray;
}

.cartz .product_shipping {
    padding-bottom: 15px;
}

.cartz .product_shipping .shipping_total {
    float: right;
}

.woocommerce-mini-cart__total small {
    color: lightgray;
}

.cartz .woocommerce-mini-cart-item ul li .price b,
.cartz .woocommerce-mini-cart-item ul li .price span.regular_price {
    float: right;
}

.cartz .woocommerce-mini-cart-item ul li .price span {
    margin-top: 5px;
}

.mini_cart_heading {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cartz .woocommerce-mini-cart-item ul li .remove_item a {
    font-weight: unset !important;
    color: lightgray !important;
    font-size: unset !important;
    width: unset !important;
}

.cartz .woocommerce-mini-cart-item ul li .remove_item a:hover {
    background: unset !important;
}

.cartz .woocommerce-mini-cart-item ul li .remove_item {
    position: absolute;
    top: 46px;
    right: 5px;
}

.cartz .checkout.wc-forward {
    display: none;
}

.undyHeader {
    position: relative;
}

.cartz {
    float: right;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 64px;
    z-index: 9999;
    right: 11px;
    width: 460px !important;
}

.cartz .widget_shopping_cart_content li img {
    float: left !important;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

.cartz .widget_shopping_cart_content li img {
    margin-right: 22px !important;
    width: 90px !important;
}

.product_total p,
.product_shipping p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.cartz .woocommerce-mini-cart__buttons a {
    /*padding: 15px 20px!important;*/
    background-color: #22a027;
    width: 100%;
    text-align: center;
}

.cartz .woocommerce-mini-cart-item ul li .remove_item a {
    font-size: 13px !important;
}

.cartz .woocommerce-mini-cart-item ul {
    position: relative;
    box-shadow: none !important;
    top: 0;
    left: 0;
}

.woocommerce-mini-cart__empty-message {
    text-align: center;
    font-weight: 500;
}

.header-menu .cartz .woocommerce-mini-cart__buttons a {
    padding: 15px 20px !important;
    background-color: #22a027;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0px;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password label {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password input {
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 18px;
    border-radius: 0px;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password button {
    background-color: #0e202d;
    color: #ffffff;
    border-radius: 0px;
}

.cartz ul {
    display: block;
}

.cartz .woocommerce-mini-cart__buttons a {
    padding: 15px 20px !important;
    background-color: #22a027;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
}

#cookie-law-info-bar {
    font-size: 12px !important;
    text-align: left !important;
}


/***dashboard*****/

body .status_btn {
    text-align: center;
    padding: 12px 0px 12px 0px;
    background: #a8dead;
    margin: 0px 0px 10px 0px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.status_btn p {
    display: inline-block;
    font-weight: 600;
    margin: 0;
}

#activate_account {
    margin-left: 3%;
    padding: 6px 20px 6px 20px;
    background: #019d0f;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
}

.woocommerce-account .btn_popup {
    border-radius: 0px;
}


/*********My account page***********/

.payment_header {
    width: 100vw;
    position: relative;
    margin: -15px 0px 20px -50vw;
    left: 50%;
    height: auto;
}

.payment_header h3 {
    margin: 0px;
    font-weight: 700;
}

.payment_header p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    padding-bottom: 10px;
}

.payment_header a.payment_btn {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.payment_header,
.card_header {
    text-align: center;
    background-color: #b2dbff;
    margin-bottom: 5px;
}

.payment_header h3,
.card_header h3 {
    padding: 12px 0px 15px 0px;
}

.payment_btn,
.update_card {
    padding: 5px 20px;
    margin: 8px 0px 15px 0px;
    color: #ffffff;
    background: #019d0f;
    border: unset;
    font-weight: 600;
}

a.payment_btn:hover,
a.update_card:hover {
    color: #ffffff;
}

.archive .catProPrice del span {
    text-decoration: line-through;
}

#filtertext button {
    background-color: transparent;
    border: 2px solid #d3d3d3;
    color: #000;
    padding: 10px 20px;
    margin-top: 0;
    font-size: 15px;
    border-radius: 0;
    font-weight: 600;
}

div#filtertext {
    display: none;
}

.term-accesories-1 .categorysidebar {
    display: block;
}

.categories-banner {
    /* background: url('https://undy.dk/wp-content/uploads/2022/10/categories-blue-bg.png'); */
    background-color: #0e202c;
    text-align: center;
    padding: 40px 0px;
    margin-bottom: 10px;
}

.categories-banner h1 {
    font-weight: 600;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 10px;
}

.categories-banner p {
    color: #fff;
    font-size: 15px;
    max-width: 700px;
    margin: auto;
    line-height: 20px;
}

.categoryProductLists {
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 1024px) {
    .cartz {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .payment_header {
        padding: 0px 15px;
    }
    .categorysidebar {
        display: none;
    }
    div#filtertext {
        display: block;
    }
    .categorysidebar.test {
        margin-top: 25px;
    }
    .single-product .woocommerce-message a.button {
        text-align: center;
        display: block;
        float: none;
        margin-top: 20px;
    }
    .single-product .woocommerce-message {
        padding: 25px 35px;
        text-align: center;
    }
    .single-product .woocommerce-message::before {
        left: 60px;
        top: 25px;
    }
    .help--section .custom_help_btn span.label-3kk12 {
        display: none;
    }
    .help--section button.custom_help_btn {
        border-radius: 62%;
        padding: 12px 15px;
    }
    .help--section span.icon-3E9qF {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .categories-banner {
        padding: 20px 0;
    }
    .categories-banner h1 {
        font-size: 28px;
    }
    .categories-banner p {
        font-size: 14px;
    }
}

.tax-product_cat .categorysidebar label.active {
    -webkit-box-shadow: inset 0px 0px 0px 4px #000;
    -moz-box-shadow: inset 0px 0px 0px 4px #000;
    box-shadow: inset 0px 0px 0px 4px #000;
}


/* Minicart css*/

#wc-stripe-update-subs-payment-method-card_field {
    display: none;
}

.catProTopTitle {
    text-align: center;
}

.cart_item dt.variation-SokkerSize {
    display: none !important;
}

.price_line_through {
    position: relative;
}

.price_line_through::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
    opacity: .5;
}