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

.menu-main-menu-container,
.undyRightMenu {
    display: none;
}

nav#site-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

section.top-bar {
    background-color: #0f1f2d;
    padding: 13px 0px;
}

section.top-bar p {
    text-align: center;
    color: #fff;
    margin: 0;
}

.delivery-time img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.delivery-time img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

section.trial-section {
    padding: 15px 0px 80px 0px;
    background-color: #f5f5f5;
}

ul.steps-list li {
    text-align: center;
    display: inline-block;
    width: 25%;
    float: left;
}

ul.steps-list li a {
    color: #4a4a4a;
}

.model-steps {
    max-width: 800px;
    margin: auto;
}

ul.steps-list {
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}

.select-model h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.select-box input {
    display: none;
}

section.trustpilot {
    padding: 50px 0px;
}

section.get-answers {
    background-color: #f5f5f5;
    padding: 30px 0px 150px 0px;
}

.get-answers-block h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.get-answers-block {
    margin-bottom: 50px;
}

.set a {
    font-weight: bold;
    font-size: 14px;
    color: #010101;
    background-color: #fff;
    padding: 17px 17px;
    display: block;
    position: relative;
    margin-top: 17px;
}

.content {
    background-color: #fff;
    padding: 17px 17px;
    display: none;
}

.content p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}

.content p:last-child {
    margin: 0;
}

.set a i {
    position: absolute;
    right: 15px;
    font-size: 22px;
}

.select-size a {
    color: #010101;
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: underline;
}

.select-size h2 {
    margin-bottom: 10px;
}

.size-box label {
    background-color: #fff;
    padding: 15px 25px 25px 25px;
    -webkit-box-shadow: 0 0 10px #0000002b;
    box-shadow: 0 0 10px #0000002b;
}

.select-size a {
    margin-bottom: 65px;
}

.set .content p a {
    font-size: 12px;
    display: contents;
    color: #46c3c3;
    font-weight: 400;
}


/* 
----------------------------------------------------------
                            new-css
----------------------------------------------------------
*/

.trialpack-main-selection {
    background-color: #f6f6f6;
    padding-bottom: 70px;
}

.trialpack-main-selection .progress-bar-box {
    margin-top: 30px;
    position: relative;
}

.trialpack-main-selection .progress-bar-box .progress-bar-div {
    max-width:600px;
    height: 15px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 50px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.trialpack-main-selection .progress-bar-box .progress-bar-div::before {
    content: "";
    background-color: #000;
    position: absolute;
    left: -1px;
    -webkit-transition: 1s;
    transition: 1s;
    top: 0;
    border-radius: 50px;
    height: 13px;
}

.trialpack-main-selection .progress-bar-box .progress-bar-div[data-progress=model]::before {
    width: 10%;
    -webkit-transition: 1s;
    transition: 1s;
}

.trialpack-main-selection .progress-bar-box .progress-bar-div[data-progress=size]::before {
    width: 41%;
    -webkit-transition: 1s;
    transition: 1s;
}

.trialpack-main-selection .progress-bar-box .progress-bar-div[data-progress=farve]::before {
    -webkit-transition: 1s;
    transition: 1s;
    width: 53%;
}

.trialpack-main-selection .progress-bar-box .progress-bar-div[data-progress=bekraft]::before {
    width: 91%;
    -webkit-transition: 1s;
    transition: 1s;
}

.trialpack-main-selection .progress-bar-box .steps-list-box {
    max-width: 570px;
    margin: 0 auto;
     display: flex;
    align-items: center;
    margin-bottom: 30px;

}
.steps-list-box li{
    width: 33.33%;
}
.trialpack-main-selection .progress-bar-box .steps-list-box li {

    padding-top: 0;
}
body .steps-list-box li.size {
    text-align: start;
}
body .steps-list-box li.farve{
    text-align: center;
}
body .steps-list-box li.bekraft{
    text-align: end;
}

.trialpack-main-selection .progress-bar-box .steps-list-box li.active {
    font-weight: 600;
}

.trialpack-main-selection .hadding-name {
    font-size: 26px;
    line-height: 36px;
    color: #010101;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 30px;
}

.trialpack-main-selection .hadding-name span a {
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
    color: #010101;
    font-weight: 400;
    display: block;
    font-family: "Poppins";
    text-align: center
}

.trialpack-main-selection .model-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trialpack-main-selection [type="radio"]:checked,
.trialpack-main-selection [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.trialpack-main-selection input[type="radio"]+label {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #aaa;
    box-shadow: 0 0 15px #aaa;
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
}

.trialpack-main-selection input[type="radio"]+label::before {
    content: "";
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #0000;
    display: block;
    width: 100%;
    height: 100%;
}

.trialpack-main-selection .is_insider_item input[type="radio"]+label::before {
    background: rgb(255 255 255 / 57%);
}

.trialpack-main-selection .is_premium_item input[type="radio"]+label::before {
    background: rgb(255 255 255 / 57%);
}

.trialpack-main-selection input[type="radio"]:checked+label::before {
    content: "";
    border: 5px solid #000;
}

.trialpack-main-selection .selection-model-type,
.trialpack-main-selection .selection-size-type,
.trialpack-main-selection .selection-farve-type,
.trialpack-main-selection .selection-bekraft-type {
    display: none;
}

.trialpack-main-selection .selection-model-type.active,
.trialpack-main-selection .selection-size-type.active,
.trialpack-main-selection .selection-farve-type.active,
.trialpack-main-selection .selection-bekraft-type.active {
    display: block;
}

.trialpack-main-selection .selection-model {
    max-width: 800px;
    margin: 0 auto;
}

.trialpack-main-selection .selection-model .item-box {
    max-width: 350px;
    width: 100%;
}

.trialpack-main-selection .selection-model .model-item {
    overflow: hidden;
    height: 100%;
}

.trialpack-main-selection .selection-model .model-item h3 {
    font-size: 14px;
    line-height: 18px;
    color: #010101;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 15px;
}

.trialpack-main-selection .selection-model .model-item p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
    color: #010101;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    padding: 0 20px;
}

.trialpack-main-selection .selection-size .size-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1FR)[6];
    grid-template-columns: repeat(6, 1FR);
    margin: -20px;
}

.trialpack-main-selection .selection-size .size-row .size-box {
    padding: 20px;
}

.trialpack-main-selection .selection-size .size-row .size-item {
    text-align: center;
    font-size: 36px;
    display: block;
    font-weight: 500;
}

.trialpack-main-selection .selection-farve .hadding-name2 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

.trialpack-main-selection .selection-farve .farve-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.trialpack-main-selection .selection-farve .farve-row:first-child {
    margin-right: 15px;
}

.trialpack-main-selection .selection-farve .farve-row:last-child {
    margin-left: 15px;
}

.trialpack-main-selection .selection-farve .farve-row .farve-box {
    margin-bottom: 35px;
}

.trialpack-main-selection .selection-farve .farve-row .farve-item {
    text-align: center;
    font-size: 36px;
    /*background-color: #f8f8f8;*/
    display: block;
    padding: 8px 20px;
    position: relative;
    font-weight: 500;
}

.trialpack-main-selection .selection-farve .farve-row .farve-item img {
    max-width: 173px;
}

.trialpack-main-selection .selection-farve .farve-row .farve-item h3 {
    font-size: 15px;
    min-height: auto;
}

.trialpack-main-selection .bekraft-model .bekraft-button p {
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    font-weight: 700;
    font-family: "Poppins";
    margin-top: 15px;
    text-align: center;
}

.trialpack-main-selection .bekraft-button .checkout-btn {
    font-size: 20px;
    color: #fff;
    background-color: #0f202d;
    font-weight: 700;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.trialpack-main-selection .bekraft-model .bekraft-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    background-color: #ffffff;
    gap: 60px;
    max-width: 884px;
    margin: 0 auto;
    padding: 30px 40px;
}

.trialpack-main-selection .bekraft-model .bekraft-row .item-box input[type="radio"]:checked+label {
    border-color: #0000;
}

.trialpack-main-selection .bekraft-model .bekraft-row .item-box input[type="radio"]:checked+label h3 {
    background-color: #000;
    color: #fff;
}

.trialpack-main-selection .bekraft-model .bekraft-row .item-box input[type="radio"]:checked+label:before {
    content: unset;
}

.trialpack-main-selection .bekraft-model .bekraft-row .bekraft-item {
    padding: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    height: 100%;
}

.trialpack-main-selection .bekraft-model .bekraft-row .bekraft-item h3 {
    font-size: 12px;
    line-height: 33px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    background-color: #cdcdcd;
}

.trialpack-main-selection .bekraft-model .bekraft-row .bekraft-item p {
    font-size: 12px;
    line-height: 16px;
    color: #010101;
    padding: 0 15px;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
}

.trialpack-main-selection .bekraft-model .bekraft-row .bekraft-item h6 {
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

.trialpack-main-selection .bekraft-model .bekraft-row .bekraft-item h6 span {
    font-weight: 400;
    text-decoration: line-through;
}

.trialpack-main-selection .bekraft-model .bekraft-row .bekraft-item .bekraft-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 204px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


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

.page-id-159 .header-top {
    display: none;
}

.page-id-159 .steps-list-box li {
    cursor: pointer;
}


/*****************Popup******************/

.sizechart-box {
    box-shadow: 5px 7px 18px 6px #989898;
    background-color: #fff;
    padding: 41px 25px;
    max-width: 1140px;
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.mfp-close-btn-in .mfp-close {
    color: #000;
    font-weight: 600;
    opacity: 1;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}

table.size-table th,
table.size-table td {
    font-size: 16px;
    padding: 8px;
    color: #000;
}

.mfp-bg {
    background: #0000005e;
}

table.size-table th {
    border-bottom: 1px solid #bcbec0;
    font-weight: 600;
}

.body-image {
    width: 33.33%;
    float: left;
    text-align: center;
}

.size-content h2,
.size-content p {
    text-align: center;
}

.size-content h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.size-content p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

.size-content {
    width: 66.66%;
    float: left;
    max-width: 600px;
    margin: auto;
}

.my-mfp-zoom-in .sizechart-box {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .sizechart-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .sizechart-box {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.evry-second-body {
    display: grid;
    grid-template-columns: 1fr 36%;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.evry-second-body .redirect-image {
    background: #fff;
    padding: 30px;
    width: 100%;
}

.evry-second-body .image-right {
    text-align: center;
}

.evry-second-body .redirect-image .row-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.evry-second-body .redirect-image .row-name .box {
    border: 1px solid #ddd;
    padding: 5px 15px;
    height: 55px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    width: max-content;
}

.evry-second-body .redirect-image .row-name .box .color-name img.color_image {
    object-fit: cover;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    top: -2px;
}

.evry-second-body .redirect-image .shipping-box-evry {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
}

.evry-second-body .redirect-image .button-box {
    display: flex;
    margin: 15px 0;
}

.evry-second-body .redirect-image .button-box a {
    background-color: #22a027;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border: 0px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    transition: .2s all ease;
}

.evry-second-body .redirect-image .text-s {
    font-size: 16px;
    margin-bottom: 15px;
}

.evry-second-body .image-right .image img {
    height: 400px;
    width: auto;
    margin: 0 auto;
}

.undy-menu-new {
    display: none;
}

.main-navigation .btn-box .bth-theme {
    display: none;
}

.discount_added {
    font-weight: 500;
    text-decoration: line-through;
}

b.cost_with_discount {
    color: red;
    margin-left: 5px;
}

.is_insider_item .is_membership_text,
.is_premium_item .is_membership_text {
    font-size: 15px;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin: 0 auto;
    justify-content: center;
    left: 0%;
    right: 0;
    width: fit-content;
    text-transform: uppercase;
    z-index: 99;
}

.is_insider_item,
.is_premium_item {
    pointer-events: none;
    position: relative;
}

.is_insider_item label,
.is_premium_item label {
    overflow: hidden;
}

.is_insider_item .is_membership_text span {
    padding: 7px 9px;
    background: #3D69AC;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 0px 6px rgb(94 72 0 / 15%);
}

.is_premium_item .is_membership_text span {
    padding: 7px 9px;
    background: #FFCE2E;
    font-size: 14px;
    color: #000;
    box-shadow: 0px 0px 6px rgb(94 72 0 / 15%);
}


/* 02/02/24 */
/* antalSelct box css start */
body .antalBox label {
    width: 100%;
    min-height: 258px;
    filter: drop-shadow(9px 0px 4px rgba(116,116,116,0.1));
    filter: drop-shadow(-8.988px -0.471px 4px rgba(116,116,116,0.1));
    background-color: #ffffff;
    border: 0px solid #eacbbb;
    padding: 0 !important;
}
.lableBox .parHead {
    background-color: #0f1f2d;
    border: 0px solid #eacbbb;
    min-height: 72px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.lableBox h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}
span.dicountBox {
    border-radius: 3px;
    background-color: #b8ffac;
    border: 0px solid #000000;
    max-width: 109px;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 31px;
    color: #35a100;
    font-weight: 400;
    font-family: "Poppins";
    min-height: 24px;
    text-align: center;
    margin-bottom: 19px;
}
.lableBoxContent {
    text-align: center;
    padding: 14px;
    position: relative;
}
span.curentPrice {
    text-decoration: line-through;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #888888;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}
span.sellPrice {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}
.boxPrice {
    margin-top: 25px;
}
.lableBoxContent p {
    font-size: 16px;
    position: relative;
    line-height: 18px;
    max-width: 165px;
    margin: 0 auto;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
.lableBoxContent p::before {
    content: '';
    background: url(../svg/lablebefor.svg);
    width: 26px;
    height: 25px;
    position: absolute;
    left: 7px;
    top: -5px;
}
.antalBox {
    width: 33.33%;
    max-width: 324px;
}
.antalBox {
    width: 33.33%;
    max-width: 324px;
}
.antalSectionBoxMain {
    display: flex;
    justify-content: space-between;
}
.antalBox input[type="radio"]:checked ~ label .checkedItem {
    display: block;
}

.checkedItem {
    position: absolute;
    top: -10px;
    right: -10px;
    display: none;
}

.antalSectionMain h2 {
    font-size: 29px;
    line-height: 31px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 22px;
}

span.mostPopular {
    font-size: 13px;
    color: #37ccec;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}
/* antalSelct box css end */


/* Få leveret hver  css start */
.subscriptionDeliveryCard {
    width: 16.66%;
}

.subscriptionDeliverySectionLabels label {
    filter: drop-shadow(9px 0px 4px rgba(116,116,116,0.1));
    filter: drop-shadow(-8.988px -0.471px 4px rgba(116,116,116,0.1));
    background-color: #ffffff;
    border: 0px solid #eacbbb;
    max-width: 160px;
    min-height: 62px;
}

.deliveryMonthChecked {
    position: absolute;
    top: -12px;
    right: -12px;
    display: none;
}
.subscriptionDeliveryCard label span {
    font-size: 24px;
    line-height: 21px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}
.subscriptionDeliverySectionLabels {
    display: flex;
    flex-wrap: wrap;
}
.subscriptionDeliveryCard input[type="radio"]:checked ~ label .deliveryMonthChecked {
    display: block;
}
.subscriptionDeliverySectionMainRow h2 {
    font-size: 29px;
    line-height: 31px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    padding-bottom: 20px;
}
.subscriptionDeliverySectionMainRow h2 span{
    color: #46D2ED;
}
.subscriptionDeliverySectionMain {
    margin: 100px 0px;
}
/* Få leveret hver  css end   */

/* buttton section css start */
.fortSaetButtonMain a {
    margin: 0  auto;
    background-color: #0f1f2d;
    max-width: 558px;
    width: 100%;
    padding: 20px 40px;
    display: block;
    color: #ffff;
    text-align: center;
    font-size: 18px;
}
.buttonTextMAin {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.buttonTextMAin p.stepText {
    font-weight: 700;
    font-size: 18px;
}
.buttonTextMAin img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.fortSaetButtonMain {
    margin: 70px 0px;
}

/* buttton section css end */
/*Eksklusive medlemstilbud css start  */
.ExclusiveCard .exclusive {
    filter: drop-shadow(9px 0px 4px rgba(116,116,116,0.1));
    filter: drop-shadow(-8.988px -0.471px 4px rgba(116,116,116,0.1));
    background-color: #ffffff;
    border: 0px solid #eacbbb;
}
.ExclusiveCard.active .exclusiveInnerCard {
    border: 5px solid #000;
}
.ExclusiveCard .exclusiveInnerCard {
    border: 5px solid transparent;
}
.ExclusiveCard.active .exclusiveCardChecked {
    position: absolute;
    right: -12px;
    top: -12px;
    display: block;
}
.exclusiveCardChecked{
    display: none;
}
.exclusiveCardImg {
    min-height: 280px;
    margin: 0 auto;
    width: 100%;
    max-width: 221px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.offerName {
    font-size: 15px;
    line-height: 31px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

p.noramlPrice {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
p.memberPrice {
    font-size: 15px;
    line-height: 21px;
    color: #35a100;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    padding-bottom: 20px;
}
body .exclusiveButtonSection label {
    max-width: 150px;
    min-height: 40px;
    cursor: pointer;
    width: 50%;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    font-weight: 700;
    background-color: #0f1f2d !important;
    border: 0px solid #eacbbb;
    display: flex;
    padding: 0 !important;
    position: relative;
    align-items: center !important;
    justify-content: center !important;
    color: #fff;
}
.exclusiveChecked {
    position: absolute;
    top: -11px;
    right: -6px;
    display: none;
}
.exclusiveButtonSection {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.ExclusiveCard {
    width: 33.33%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ExclusiveMain h2 {
    font-size: 29px;
    line-height: 31px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    margin: 34px 0px;
}

.ExclusiveCard .exclusive {
    max-width: 337px;
    margin: 0 auto;
    width: 100%;
}
.exclusiveContant {
    padding: 0px 10px;
    background: #fff;
}
.ExclusiveRow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exclusiveButtonSection {
    padding: 0px 10px;
    padding-bottom: 10px;
    background: #fff;
}
.exclusiveChecked img {
    width: 24px;
}

.exclusiveButtonSection input[type="radio"]:checked ~ label .exclusiveChecked {
    display: block !important;
}

.offerContantlist {
    display: flex;
    justify-content: center;
    align-items: center;
}

.motstPopularantel{
    font-size: 13px;
color: #37ccec;
font-weight: 700;
font-family: "Poppins";
text-align: center;
}

.offerContantlist p {
    font-size: 15px;
    line-height: 31px;
    color: #101f2d;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    padding-left: 10px;
}

.offerContantlist {
    margin: 30px 0px;
}
.alertRow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.alertRow p {
    padding-left: 13px;
    color: #fff;
    line-height: 0;
    padding-top: 2px;
}

.alertMain {
    background: #b50e0a;
}
/*Eksklusive medlemstilbud css end  */

body .inner-item-box  input {
    border: 0;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    right: -10px;
    top: -10px;
    z-index: 999;
    position: absolute;
    width: 36px;
    color: #fff !important;
    height: 36px;
    background-color: black;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    color: var(--fff);
    text-transform: uppercase;
}

.inner-item-box {
    position: relative;
    z-index: 9;
}

body .quantity_box button{
    border: 0; 
  text-transform: uppercase; 
   border-radius: 50px; 
   padding: 0; 
   margin: 0 5px; 
   text-align: center; 
    width: 36px; 
   font-size: 24px; 
    line-height: 20px; 
  font-weight: 600; 
    color: var(--fff); 
    height: 36px;
    color: #fff;
    background-color: #000000 !important;
    text-transform: uppercase; 
}


.item-box .quantity_box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
    z-index: 999;
}

.unmasb-col4 {
    /* position: relative; */
}
.item-box {
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 249px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
 body .item-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    border: 1px solid #E1E1E1 ;
     
}
p.bestPrice {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 11px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    text-align: right;
}
.bestPrice::before{
    display: none !important;
}

.unmamm-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.unmamm-images {
    width: 170px;
    height: 175px;
    margin: 0 auto;
}

.unom-main-box {
    padding: 0;
    padding-top: 15px ;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

input[type="checkbox"]:checked + label .exclusiveChecked {
   display:block !important;
}
.exclusiveButtonSection input{
    display: none;
}

body .item-box.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    border: 5px solid #000;
}

body .item-box .inner-item-box input{
    display: none;
}
body body .item-box.active .inner-item-box input{
    display: inline-block !important;
}

.suscription_item .item-box {
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


.exclusiveInnerCard {
    background: #f8f8f8;
}

.selection-bekraft-type  .fortSaetButtonMain {
    position: fixed;
    background: #fff !important;
    z-index: 999;
    padding: 35px 0px;
    bottom: -69px;
    width: 100%;
    left: 0;
    max-width: 100%;
}
.size-box.active .sizeChecked {
    position: absolute;
    top: 7px;
    right: 9px;
    display: block;
}
.size-box.active {
    position: relative;
}
.sizeChecked{
    display: none;
}
