body {
    overflow-y: hidden;
}

body.preloader-deactivate {
    overflow-y: auto;
}

body.preloader-deactivate .preloader {
    display: none;
}

.preloader .loader {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6117647059);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .loader::before {
    background: url("../svg/circles.svg") center center;
    background-size: cover;
    width: 35px;
    -webkit-animation: spin 8s ease-in-out infinite;
    animation: spin 8s ease-in-out infinite;
    height: 35px;
}

li#menu-item-433966 a {
    color: #b71f06;
    font-weight: 600;
}

.undy-menu-bar .main-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-id-85 .undy-menu-new {
    display: none;
}

.page-id-85 .btn-box {
    display: none;
}

.undy-menu-bar #site-navigation {
    padding: 10px 0;
}

.undy-menu-bar .mobile-menu {
    display: none;
}

#menu-right-menu-1 .accounticon>a:before {
    content: unset;
}

.undy-menu-bar .btn-box .bth-theme {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #0f202d;
    padding: 10px 30px;
    display: inline-block;
    font-family: "Poppins";
    text-align: center;
}

.undy-menu-bar .background-color {
    display: none;
}

.undy-menu-bar .undyCart {
    margin-left: 5px;
    margin-right: 10px;
    padding: 0 7px;
}

.btn-box {
    width: 38%;
}

.undy-menu-bar a.cartBtn span.cnt {
    background: #ebebeb;
    color: #000;
    right: -16px;
    top: -1px;
}

.undy-menu-bar .site-branding {
    padding-left: 0 !important;
    width: 240px;
    text-align: center;
}

.undy-menu-bar .site-branding img {
    height: 34px;
    width: auto;
    margin: 0 auto;
}

.undy-menu-new {
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 99;
}

.undy-menu-new #site-navigation {
    padding: 0;
}

.undy-menu-new li .menu-item a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.undy-menu-new .main-navigation {
    display: block !important;
}

.undy-menu-new .menu-item.color-menu a {
    color: red !important;
}

.undy-menu-new .menu-item.color-menu a::after {
    content: unset !important;
}

.undy-menu-new .menu-item a {
    border-bottom: unset !important;
}

.undy-menu-new .menu-item .sub-heading-image1 {
    max-width: 214px;
    width: 100%;
    height: 214px;
    position: relative;
}

.undy-menu-new .menu-item .sub-heading-image1 a {
    width: 100%;
    display: block;
    height: 100%;
}

.undy-menu-new .menu-item .sub-heading-image1 a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.undy-menu-new .menu-item .sub-heading-image1 a .menu-image-title-below.menu-image-title {
    position: absolute;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    bottom: 30px;
    width: 100%;
    padding: 0 38px;
}

.undy-menu-new .menu-item .sub-heading-image2 {
    max-width: 214px;
    width: 100%;
    position: relative;
    height: 214px;
    padding-right: 0;
    padding-left: 15px !important;
}

.undy-menu-new .menu-item .sub-heading-image2 a {
    width: 100%;
    display: block;
    height: 100%;
}

.undy-menu-new .menu-item .sub-heading-image2 a .menu-image-title-below.menu-image-title {
    position: absolute;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    bottom: 30px;
    width: 100%;
    padding: 0 38px;
}

.undy-menu-new .menu-item .sub-heading-image2 a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.undy-menu-new .menu-item:hover a {
    position: relative;
}

.undy-menu-new .menu-item:hover a::after {
    content: '';
    background-color: #000;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 999991;
}

.undy-menu-new .menu-item:hover .sub-menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 0;
    top: 30px;
    padding-bottom: 20px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.undy-menu-new .menu-item:hover .sub-menu a::after {
    content: unset;
}

.undy-menu-new .menu-item:hover .sub-menu:after {
    content: '';
    width: 1000%;
    background: #fff;
    height: 100%;
    position: absolute;
    left: -50% !important;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid #eee;
    z-index: -3;
}

.undy-menu-new .menu-item:hover .sub-menu .menu-item {
    padding-left: 0;
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name.col-box-1 {
    max-width: 61%;
    width: 100%;
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name.col-box-2 {
    max-width: 215px;
    width: 100%;
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name.col-box-3 {
    max-width: 42%;
    width: 100%;
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name a {
    font-weight: 700;
    text-decoration: underline;
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name .sub-menu {
    opacity: 1;
    position: relative;
    visibility: visible;
    display: block;
    top: 0;
    left: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name .sub-menu:after {
    content: unset;
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name .sub-menu .menu-item {
    padding-left: 0;
}

.undy-menu-new .menu-item:hover .sub-menu .sub-heading-name .sub-menu .menu-item a {
    font-weight: 400;
    text-decoration: unset;
    display: block;
    width: 100%;
    line-height: 35px;
}

.wp-mobile-dashboard {
    display: none;
}

@media only screen and (min-width: 1199px) {
    .main-navigation #primary-menu.menu li:first-child {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .undy-menu-new .menu-item:hover .sub-menu .sub-heading-name.col-box-1 {
        max-width: 53%;
        width: 100%;
    }
    .undy-menu-new .menu-item:hover .sub-menu .sub-heading-name.col-box-3 {
        max-width: 29%;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #masthead {
        top: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        left: 0;
    }
    .undy-menu-bar #site-navigation .btn-box {
        text-align: left;
    }
    .undy-menu-bar #site-navigation .undyRightMenu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .undy-menu-bar .undy-menu-new {
        display: none;
    }
    .undy-menu-bar #site-navigation {
        display: flex;
        width: 100% !important;
    }
    .undy-menu-bar #site-navigation .btn-box .bth-theme {
        display: none;
    }
    .undy-menu-bar button[aria-controls="primary-menu"] {
        display: block !important;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 0;
        font-size: 0;
        background-image: url(../png/toggle.png);
        width: 29px;
        height: 22px;
        background-color: transparent;
    }
    .undy-menu-bar .undyCart {
        display: block !important;
    }
    .undy-menu-bar .undyRightMenu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .undy-menu-bar .mobile-menu {
        display: block;
    }
    .undy-menu-bar .background-color {
        display: none;
        opacity: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #0000006e;
        top: 0;
        left: 0;
        z-index: 999999;
    }
    .undy-menu-bar .mobile-body {
        width: 100%;
        position: fixed;
        height: 100%;
        overflow-y: scroll;
        max-width: 400px;
        top: 0;
        z-index: 99999999;
        background: #000;
        left: 0;
        padding: 15px 10px 10px;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: translateX(-450px);
        transform: translateX(-450px);
    }
    .undy-menu-bar .mobile-body .main-teg-cart {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-grid;
        display: grid;
        gap: 20px;
        -ms-grid-columns: 100px 100px 1fr;
        grid-template-columns: 100px 100px 1fr;
        padding: 0 10px 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    .undy-menu-bar .mobile-body .main-teg-cart .site-branding {
        padding: 0;
    }
    .undy-menu-bar .mobile-body .main-teg-cart .site-branding .custom-logo-link img {
        height: auto;
    }
    .undy-menu-bar .mobile-body .main-teg-cart .menu-toggle {
        text-align: right;
        position: absolute;
        right: 20px;
    }
    .undy-menu-bar .mobile-body .main-teg-cart .bth-theme {
        display: block !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 10px 15px;
    }
    .undy-menu-bar .mobile-body .main-teg-cart.open-menu-cart {
        -ms-grid-columns: 50px 1fr 50px;
        grid-template-columns: 50px 1fr 50px;
        height: 50px;
    }
    .undy-menu-bar .mobile-body .main-teg-cart.open-menu-cart .hideclass {
        display: none !important;
    }
    .undy-menu-bar .mobile-body .main-teg-cart.open-menu-cart .showclass {
        display: block !important;
        text-align: center;
        font-weight: 600;
    }
    .undy-menu-bar .mobile-body .main-teg-cart.open-menu-cart .close-mobile-menua {
        display: block !important;
    }
    .undy-menu-bar .mobile-body .showclass {
        display: none;
    }
    .undy-menu-bar .mobile-body .close-mobile-menua {
        display: none;
    }
    .undy-menu-bar .mobile-body .close-mobile-menua a {
        border: unset;
    }
    .undy-menu-bar .mobile-body .close-mobile-menua img {
        display: block;
        height: 17px;
        width: 10px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 {
        position: relative;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022.open-menu-cart .menu-new-mobile-top-menu-container {
        max-height: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 ul#menu-right-menu {
        display: none;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link {
        position: unset !important;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link::after {
        content: unset !important;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link.open-menu .sub-menu {
        pointer-events: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        pointer-events: visible;
        opacity: 1;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link .sub-menu {
        position: absolute;
        width: 100%;
        height: 100% !important;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
        z-index: 9;
        opacity: 0;
        pointer-events: none;
        padding: 0 10px 30px;
        height: auto;
        pointer-events: none;
        top: 0;
        left: 0;
        background: #fff;
        gap: 20px;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link .sub-menu .top-hading-main {
        position: absolute;
        top: -67px;
        z-index: 999;
        background: #fff;
        left: 10%;
        width: 75%;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link .sub-menu .full-menu {
        background: #f1f1f1;
        text-align: left;
        width: 100%;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link .sub-menu .full-menu a {
        display: block;
        padding: 5px 0;
        text-align: left !important;
        font-weight: 600;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link .sub-menu .mobile-heading-image {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link .sub-menu .mobile-heading-image img {
        display: block;
        height: 180px;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .dropdwon-image-link .sub-menu .mobile-heading-image a .menu-image-title {
        position: absolute;
        width: 80%;
        left: 10%;
        font-weight: 600;
        text-align: center;
        bottom: 0;
        line-height: 30px;
        background: #fff0;
        line-height: 17px !important;
        color: #000;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .image-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        padding: 0 10px 20px;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .image-link a {
        height: auto;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .image-link a img {
        height: 110px;
        width: 100%;
        padding-right: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .image-link a .menu-image-title {
        position: absolute;
        width: calc(100% + 2px);
        font-weight: 600;
        text-align: center;
        left: -1px;
        bottom: -1px;
        line-height: 30px;
        background: #000;
        padding: 0;
    }
    /*  .undy-menu-bar .mobile-body .mobile-menu-sectoin1-2022 .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .image-link:nth-child(2) a .menu-image-title {
    color: red;
  }*/
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name {
        width: 100%;
        padding: 0 5px 0;
        border-top: 1px solid #eee;
        position: relative;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name:after {
        content: "\f105";
        position: absolute;
        font-family: 'FontAwesome';
        right: 15px;
        top: 18px !important;
        font-size: 18px;
        -webkit-transform: unset;
        transform: unset;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name .sub-menu {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        opacity: 0;
        padding: 0;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name a {
        display: -ms-grid;
        display: grid;
        border-bottom: unset !important;
        -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
        margin: 7px 0;
        text-align: left !important;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name a img {
        height: 30px;
        position: relative;
        top: 9px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name.levering_til_danmark a img{
        filter: unset;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name a .menu-image-title {
        text-align: left;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name.focus:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name.focus .sub-menu {
        display: block;
        opacity: 1;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        padding-left: 20px !important;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name.focus .sub-menu li a {
        display: block;
        width: 100%;
        line-height: 30px;
        border-top: 1px solid #eee;
        margin: 0;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name.border-top {
        border-top: unset;
    }
    .undy-menu-bar .mobile-body .mobile-menu-sectoin2-2022 .menu-new-mobile-bottom-menu-container #menu-new-mobile-bottom-menu .full-name.border-top::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #eee;
    }
    .openmenus {
        overflow: hidden;
    }
    .openmenus .undy-menu-bar .background-color {
        opacity: 1;
        display: block;
    }
    .openmenus .undy-menu-bar .mobile-body {
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 992px) {
    .undy-menu-bar #menu-right-menu-1 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .undy-menu-bar button[aria-controls="primary-menu"] {
        left: 15px !important;
    }
    .undy-menu-bar #site-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
    }
    .undy-menu-bar .undyCart{
        margin-left: 0;
    }
    .undy-menu-bar #site-navigation .btn-box {
        text-align: left;
        width: 91px;
    }
    .undy-menu-bar .mobile-body .menu-new-mobile-top-menu-container #menu-new-mobile-top-menu .image-link a {
        display: block;
    }
    #site-navigation {
        position: unset;
        width: unset;
        background-color: unset;
        top: unset;
        left: unset;
        height: unset;
        overflow-y: unset;
        z-index: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        opacity: unset;
        visibility: unset;
    }
    .site-branding {
        display: block !important;
        width: 130px!important;
    }
    body .undyRightMenu img {
        width: 15px;
    }

    .wp-my-acount {
        padding: 0 7px 0 7px;
    }
    .contact-arrow>a:after {
        display: block !important;
    }
}


/*# sourceMappingURL=header.css.map */


/*17-06-2022*/

.wp-my-acount {
    padding: 0 7px 0 15px;
    cursor: pointer;
}

.wp-velkommen-body-open {
    overflow: hidden;
}

.wp-velkommen-body-open .wp-velkommen-open {
    display: block;
    pointer-events: visible;
}

.wp-glemt-dit-body-open {
    overflow: hidden;
}

.wp-glemt-dit-body-open .wp-glemt-dit-open {
    display: block;
    pointer-events: visible;
}

.wp-login-modal {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    padding: 15px;
    top: 0;
    display: none;
    pointer-events: none;
}

.wp-login-modal .wp-login-bg {
    background: #00000080;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    left: 0;
}

.wp-login-modal .wp-login-modal-body {
    margin: 0 auto;
    max-width: 400px;
    background: #fff;
    position: relative;
    z-index: 9;
    top: 20%;
    padding: 50px 30px 30px;
}

.wp-login-modal .wp-login-close {
    width: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.wp-login-modal .wp-form-box .wp-titel-a.wp-mb-3 {
    margin-bottom: 20px;
}

.wp-mb-4 {
    margin-bottom: 30px;
}

.woocommerce-lost-password form.lost_reset_password h2,
div#customer_login h2,
.wp-login-modal .wp-form-box .wp-titel-a {
    margin: 0;
    font-size: 24px;
    line-height: 18px;
    color: #11202c;
    font-weight: 900;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 30px;
}

.wp-login-modal .wp-form-box .form-group {
    text-align: left;
    margin-bottom: 15px;
}

.wp-login-modal .wp-form-box .form-group:last-child {
    margin-bottom: 0;
}

.wp-login-modal .wp-form-box .form-group input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    color: #000 !important;
    padding: 10px 15px;
}

.wp-login-modal .wp-form-box .form-group input:focus {
    outline: unset;
}

.wp-login-modal .wp-form-box .form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.wp-login-modal .wp-form-box .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    top: -12px;
    font-weight: 400;
    margin-bottom: -2px;
}

.wp-login-modal .wp-form-box .form-group label span {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.wp-login-modal .wp-form-box .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #11202c;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.wp-login-modal .wp-form-box .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #11202c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wp-login-modal .wp-form-box .form-group .btn-theme {
    color: #fff;
    height: 50px;
    font-size: 20px;
    background-color: #11202c;
    padding: 10px 37px 10px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    border-radius: 0;
}

.wp-login-modal .wp-form-box .wp-a-teg {
    margin-bottom: 0;
    text-align: left;
}

.wp-login-modal .wp-form-box .wp-a-teg a {
    color: #11202c;
    font-size: 14px;
    font-weight: 600;
}

.wp-login-modal .wp-form-box .wp-a-teg a:hover {
    text-decoration: underline;
}


/* 20-06-2022 */

.woocommerce-account.is_user_not_logged_in .col2-set {
    width: 100%;
    display: grid;
}

.woocommerce-account.is_user_not_logged_in .u-column2,
.woocommerce-account.is_user_not_logged_in .u-column1 {
    max-width: 400px;
    border: 1px solid #0e202d;
    padding: 30px;
    position: relative;
    margin: 50px auto;
}

.woocommerce-account.is_user_not_logged_in h2 {
    color: #0e202d;
    margin: 0;
}

.woocommerce-account.is_user_not_logged_in form {
    margin-bottom: 0;
    border: unset !important;
    padding: 1px;
}

.woocommerce-account.is_user_not_logged_in form p {
    background: #fff !important;
}

.woocommerce-account.is_user_not_logged_in .woocommerce-LostPassword.lost_password a {
    color: #0e202d !important;
    font-weight: 600;
    transition: .5s;
    font-size: 14px !important;
    margin-top: 15px;
    display: block;
    padding-left: 4px;
}

.woocommerce-account.is_user_not_logged_in .woocommerce-LostPassword.lost_password a:hover {
    transition: .5s;
    text-decoration: underline;
}

.woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
    height: 50px;
    margin: 0 0 15px;
}

.woocommerce-lost-password {
    background-color: #f6f6f6;
}

.woocommerce-lost-password form.lost_reset_password {
    max-width: 400px;
    margin: 5% auto;
    text-align: center;
    border: 1px solid #0e202d !important;
    padding: 30px;
    background: #fff;
}

.woocommerce-lost-password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
    text-align: left;
    margin: 20px 0 10px;
}

.woocommerce-lost-password .woocommerce-Button.button {
    width: 100%;
}

.wp-form-open {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 60px;
}

.wp-form-open a {
    border: 1px solid #0e202d;
    padding: 15px;
    color: #0e202d;
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    border-bottom: 1px solid #0e202d;
    position: relative;
}

.wp-form-open a.wp-login-open.active:after {
    content: "";
    position: absolute;
    bottom: -31px;
    width: 20px;
    border-top: 30px solid #0e202d;
    transition: .5s;
    border-right: 30px solid #fff;
    left: -1px;
    margin: 0 auto;
}

.wp-form-open a.wp-sign-open.active:after {
    content: "";
    position: absolute;
    bottom: -31px;
    width: 20px;
    border-top: 30px solid #0e202d;
    transition: .5s;
    border-left: 30px solid #fff;
    right: -1px;
    margin: 0 auto;
}

.wp-form-open a.wp-login-open.active {
    background-color: #0e202d;
    border: 1px solid #0e202d;
    color: #fff;
}

.wp-form-open a.wp-sign-open.active {
    background-color: #0e202d;
    border: 1px solid #0e202d;
    color: #fff;
}

.wp-open-login,
.wp-open-sign {
    display: none;
}

.wp-open-login.active {
    display: block;
}

.wp-open-sign.active {
    display: block;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p {
    font-size: 14px !important;
}


/* 24-06-2022 */

.show_error_email_pwd,
.show_error_email,
.show_error_pwd {
    color: red !important;
}

.show_success_forgot,
#show_success_login {
    color: green !important;
    margin-bottom: 10px !important;
}

.wp-login-modal .wp-form-box .form-group .btn-theme {
    font-size: 14px !important;
}

.show_error_forgot,
#show_error_login {
    color: red !important;
    margin-bottom: 10px !important;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password input,
div#customer_login input {
    border-radius: 0 !important;
    padding: 10px;
    height: 50px;
    font-size: 14px !important;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password input::placeholder,
div#customer_login input::placeholder {
    color: #11202c !important;
}

div#customer_login input[type="checkbox"] {
    height: auto;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    display: none;
}

.class_loader {
    background: url("../svg/circles.svg") #ffffff54;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    padding-bottom: 2px;
    border: none;
    background-repeat: no-repeat;
    display: none;
    text-decoration: none;
    overflow: hidden;
    font-size: 0px;
    background-size: 50px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center;
    height: 100%;
}


/* 26-06-2022 */

.woocommerce-lost-password form.lost_reset_password h2 {
    font-weight: 900;
    margin-bottom: 20px;
}

.woocommerce-lost-password .woocommerce-Button.button {
    height: 50px !important;
}

.wp-login-modal .wp-form-box .form-group input::placeholder {
    color: #11202c !important;
    opacity: .5 !important;
}

.lost_reset_password p.form-row-last {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}