
.price-disabled-btn{
    background: #80B9D4 0% 0% no-repeat padding-box;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 24px;
    font-family: "Gotham Bold";
    outline: none;
    border: 1px solid #80B9D4;
    color: #BFDBE9;
    cursor: not-allowed;
}
.disabled-color {
    background: #80B9D4 0% 0% no-repeat padding-box !important;
    border: 1px solid #80B9D4 !important;
    color: #BFDBE9 !important;
    cursor: not-allowed;
}


.alert-custom {
    position: static;
    justify-content: space-between;
}

.alert-custom .close {
    position: static;
    transform: none;
    line-height: 0;
}

.alert-custom.header.home-header {
    position: absolute;
}

@media (max-width: 640px) {
    .alert-custom {
        top: 104px;
    }
}

.alt_cont {
    display: flex;
    align-items: center;
}

@media (max-width: 1013px) and (min-width: 767px) {
    
    .custom_row_header .col-md-10,
    .custom_row_header .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* 08-11-2022 */

.mail-text p {
    width: 55%;
}

.pro_scroll {
    padding-right: 0;
}

.pro_scroll #searchData,
.pro_scroll #searchDoc {
    padding-right: 16px;
}

.accordian-box .content-aa div {
    color: var(--main);
    font-size: 18px;
    font-family: "Gotham Book";
    /* line-height: 1.45;
    width: 50%;
    padding: 0;
    margin-bottom: 22px; */
}

.qty-input input {
    font-family: "Gotham Book";
}

p:empty {
    margin: 0 !important;
}

.article.ac-content .content-aa ul li,
.article.ac-content .content-aa ul li a,
.article.ac-content .content-aa p {
    font-size: 15px;
}

.vejledninger_content a.img_iconLeft {
    font-size: 18px;
    font-family: "Gotham Book";
    padding-left: 40px;
}

.vejledninger_content p strong {
    font-family: "Gotham Medium";
}

.vejledninger_content .padding {
    padding-left: 0;
}

.filter_lists .accordion-bral .ac-label {
    line-height: 1.4;
}

#searchData .media-custom .media-body p {
    margin-bottom: 5px;
}

.search-desktop form input,
.search-desktop form input:focus {
    font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .search-desktop form input,
    .search-desktop form input:focus {
        font-size: 15px;
    }
}

/* COOKIES */
.cookies-section {
    position: fixed;
    bottom: 0;
    z-index: 9;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    max-width: 850px;
    padding: 25px;
    background: #004f83;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(19 46 85 / 30%);
    -moz-box-shadow: 0 0 10px 0 rgba(19, 46, 85, 0.3);
    box-shadow: 0 0 10px 0 rgb(2 80 129 / 30%);
    border: 1px solid #0068a9;
}

.cookies-section h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cookies-section p {
    font-size: 16px;
    font-family: "Gotham Book";
    margin-bottom: 20px;
}

.cookies-section p a {
    color: #ffeb3b;
    text-decoration: underline !important;
    text-transform: none;
}

.cookies-section a.btn {
    text-transform: uppercase;
    padding: 6px 40px;
    background: #003454;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-family: "Gotham Book";
}

.img_iconLeft:before {
    background-size: 22px;
    left: -6px;
}

.kundeorganisation {
}

.kundeorganisation .modal-dialog {
    max-width: 750px;
}

.kundeorganisation .modal-content {
    border-radius: 0;
}

/* RESPONSIVE-CSS */
@media (max-width: 1440px) {
    .product-zoom-slide .item img.img-responsive {
        object-fit: cover;
    }
}

@media (max-width: 1366px) {
    .filter_lists .arrow {
        top: 9px;
    }

    .toggle-btn .arrow::before,
    .toggle-btn .arrow::after {
        width: 10px;
    }

    .toggle-btn .arrow::after {
        left: 6px;
    }

    .vejledninger_content a.img_iconLeft {
        font-size: 13px;
    }

    .img_iconLeft:before {
        background-size: 20px;
    }

    .article.ac-content .content-aa ul li,
    .article.ac-content .content-aa ul li a,
    .article.ac-content .content-aa p {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    p.gpsnet-text {
        width: 100%;
    }

    .category {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .ma5menu--active > body .ma5menu__container .ma5menu__btn--enter + a {
        position: relative;
        z-index: 9;
        width: 82%;
    }

    .cookies-section {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .mail-section .row {
        gap: 25px;
        flex-direction: column;
    }

    .mail-section .col-md-6.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newsletter_bttn .b__btn,
    .mail-button {
        justify-content: flex-start;
    }

    .product-details-box h1,
    .product-details-box h1 p {
        font-size: 30px;
    }

    .alert-custom {
        padding-right: 15px;
    }

    .bg-red span p, .bg-blue p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .accordion-bral {
        min-width: auto;
    }

    .filter_lists .accordion-bral .ac-label {
        padding-right: 0;
    }

    .newsletter_bttn .b__btn {
        flex-direction: column;
    }

    .bg-red span p, .bg-blue p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .custom_heading h1 {
        word-break: break-all;
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .product-zoom-slide {
        min-height: auto;
    }

    .mail-text p br {
        display: block;
    }

    .sss {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .search-overlay {
        width: 94vw;
        margin: 0 auto;
        right: 3%;
    }

    .img_iconLeft:before {
        background-size: 20px;
    }
}

@media (max-width: 428px) {
    .mail-button {
        margin-bottom: 10px;
    }

    .mail-button input {
        width: 100%;
    }

    .bg-red span p, .bg-blue p {
        font-size: 13px;
    }

    .play_img:before {
        background-size: 18px;
    }
}

@media (max-width: 425px) {
    .product-details-box h1 {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .mail-text p {
        width: 100%;
    }
}

/* 14-11-2022 */
.full-width-banner.white-bg img {
    width: 100%;
}

.alert-custom.header.home-header {
    z-index: 1;
}

.medarbejdere_box_img img {
    height: auto;
}

@media (min-width: 1920px) {
    .medarbejdere_box_img img,
    .product-box .product-zoom {
        /* min-height: 285px; */
        height: auto;
    }
}

/* 15-11-2022 */
.kurven {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kurven h6.noData {
    font-size: 18px;
    font-family: "Gotham Book";
    color: var(--main);
}

.kurven h6.noData i.fa {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    color: var(--main);
}

h6.noData {
    padding: 25px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: var(--main);
    font-size: 18px;
    font-family: "Gotham Book";
}

h6.noData i.fa {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    color: var(--main);
}

.custom_paragraph p {
    margin-bottom: 0;
}

.footer-social-media.text-right {
    margin-top: 6px;
}

.newsletter_bttn .form-group input:checked + label:after {
    top: 4px;
}

h3:empty {
    padding: 0 !important;
    margin: 0 !important;
}

.no-margin p {
    text-transform: none;
}

@media (max-width: 1366px) {
    .newsletter_bttn .form-group a {
        font-size: 12px;
    }

    .media-custom .media-body ul li:last-child {
        margin-bottom: 5px;
    }

    .newsletter_bttn .form-group input:checked + label:after {
        top: 1px;
        left: 6px;
        width: 6px;
        height: 12px;
    }
}

@media (max-width: 1024px) {
    header.sticky .logo img.logo-def {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .mail-text p {
        width: 100%;
    }

    header.sticky .logo img.logo-icon {
        top: -21px;
        height: 65px;
    }
}

@media (max-width: 991px) {
    .product-sec .product-heading.fsize34 h3 {
        font-size: 30px;
    }
}

@media (max-width: 950px) {
    header.sticky .right-header ul li {
        padding: 6px 0px;
    }
}

@media (max-width: 768px) {
    .medarbejdere_box_img img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .slider-content-style .content {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    header.sticky .logo img.logo-icon {
        top: -15px;
        height: 55px;
    }

    .mediaBox_body.mob-second p:last-child,
    .mediaBox .mediaBox_body p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .product-sec .product-heading.fsize34 h3,
    .product-details-box h1 p,
    .product-add.account h1 {
        font-size: 24px;
    }
}


/* 16-11-2022 */
.modal-open header {
    position: relative !important;
}

.product-add .left-section .media .media-left {
    height: auto;
}

/* 23-11-2022 */
@media (max-width: 1366px) {
    .custom-checkbox .form-group label {
        display: flex;
        align-items: flex-start;
    }

    .custom-checkbox .form-group label:before {
        top: 2px;
    }
}


/* 29-11-2022 */
.burger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

@media (max-width: 768px) {
    .burger {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.burger h1 {
    margin-bottom: 0px !important;
}

.top_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.top_body button.close {
    opacity: 1;
    line-height: 0;
}

.top_body button.close img {
    width: 75%;
}

.top_body h3 {
    font-size: 30px;
    font-family: "FontFontSignaProExtdBook";
    color: var(--main);
    margin-bottom: 0;
}

.popup_search {
    position: relative;
}

.popup_search input.popup_search_input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 15px;
    color: var(--main);
    font-family: "Gotham Book";
    border-radius: 0;
    padding-right: 40px;
}

.popup_search label.popup_search_label {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
}

.popup_search label.popup_search_label img {
    width: 75%;
}

.listing_list {
    position: relative;
}

.listing_list ul {
    margin: 0;
    padding: 5px 0;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.listing_list ul li {
    list-style: none;
}

.listing_list ul li a {
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid rgba(55, 119, 157, 0.3);
    font-size: 14px;
    font-weight: 100;
    color: var(--main);
    font-family: "Gotham Book";
}

.listing_list ul li a:hover {
    background: var(--main);
    color: #fff;
}

/* 01-12-2022 */
.se_loader22.height_vh {
    position: fixed;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    display: none;
    z-index: 99;
}

.bg-theme {
    background-color: #004f83;
}

/* 02-12-2022 */
.alert-custom.header.home-header + .alert {
    position: absolute;
    top: 157px;
}

.alert_thrd {
    position: absolute;
    top: 115px;
}

.alert-custom.header.home-header.alert_thrd1 + .alert_thrd1 {
    top: 115px;
}

@media (max-width: 640px) {
    .alert-custom.header.home-header + .alert {
        top: 190px;
    }

    .alert_thrd {
        top: 148px;
    }
}


/* 12-12-2022 */
.product-details-box li {
    font-size: 15px;
}

.custom-checkbox .form-group a.label_link {
    font-weight: 500;
    color: var(--main);
    text-decoration: underline !important;
    font-family: "Gotham Medium";
    font-size: 15px;
}

.select-selected.select-arrow-active:after {
    top: 19px;
}

.fixed-button-code ul {
    right: -110px;
}

.fixed-button-code li {
    position: relative;
    left: -50px;
}

.full-section table tr td p {
    font-size: 15px;
}

.product-add .left-section.table-left-section table {
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .product-add .left-section .media .media-left {
        height: auto;
    }

    .search-desktop form label img {
        width: 85%;
    }

    .product-add .left-section .media .media-body .m-body {
        flex-direction: column;
    }
}

@media (max-width: 1366px) {
    .pos-rel.custom-select-2 .select-items div {
        font-size: 11px !important;
        padding: 0px !important;
    }

    .pos-rel.custom-select-2 .select-selected,
    .pos-rel.custom-select-3 .select-selected {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 30px;
    }

    .custom-checkbox .form-group a.label_link {
        font-size: 12px;
    }

    .select-selected.select-arrow-active:after {
        top: 12px;
    }

    .fixed-button-code ul {
        right: -87px;
    }

    .full-section table tr td p {
        font-size: 11px;
    }
}

/****  15-12-2022 *******/

#minimal-bootstrap-carousel .carousel-item .content h1 {
    font-size: 34px;
    line-height: 1.4;
    color: var(--main);
    font-family: "FontFontSignaProExtdBook";
    margin-bottom: 13px;
}

@media (max-width: 1366px) {
    #minimal-bootstrap-carousel .carousel-item .content h1 {
        font-size: 24px;
    }
}

#minimal-bootstrap-carousel .carousel-item .content h1 span {
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 3px;
}

.article.ac-content .content-aa ul li {
    list-style: initial;
}

/*16-12-2022*/
.fixed-button-code li a img {
    display: none;
}

@media (max-width: 768px) {
    .pd_right_10px {
        padding-right: 10px !important;
    }

    .pd_right_15px {
        padding-right: 15px !important;
    }

    .pd_right_20px {
        padding-right: 20px !important;
    }
}


@media (max-width: 768px) {
    .fixed-button-code li {
        left: -84px;
        margin-bottom: 15px;
    }

    .fixed-button-code li a {
        padding: 6px 10px;
    }

    .fixed-button-code li a span {
        display: none;
    }

    .fixed-button-code li a img {
        display: block;
        transform: rotate(90deg);
    }
}

/***** 23-12-2022 *******/
.pro-name-heading h4 a p {
    color: var(--main);
    font-size: 13px;
    text-decoration: none;
    font-family: "Gotham Medium";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    white-space: normal;
}

.pageNotFound {
    min-height: 85vh;
}


/*** 02-01-2023 ***/
@media (max-width: 767px) {
    header {
        position: relative !important;
        /*padding-top: 40px;*/
    }

    .modal-open header {
        padding-top: 0;
    }

    header.header.home-header.sticky,
    header.sticky {
        padding-top: 45px;
        position: fixed !important;
    }

    .fixed-button-code li a span {
        display: block;
    }

    .fixed-button-code li a img {
        display: none;
    }

    .fixed-button-code ul {
        right: 0;
        top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fixed-button-code li {
        width: 50%;
        left: auto;
        margin-bottom: 0;
        transform: none;
        right: auto;
    }

    .mobile-menu .ma5menu__toggle {
        /*top: 57px;*/
        top: 22px;
    }

    .menuSticky .mobile-menu .ma5menu__toggle {
        top: 48px;
    }
}

@media (max-width: 640px) {
    .mobile-menu .ma5menu__toggle,
    .menuSticky .mobile-menu .ma5menu__toggle {
        /*top: 100px;*/
        top: 66px;
    }
}

/*** 03-01-2023 ***/
input.btn-custom {
    background: var(--main);
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham Bold";
    color: var(--white);
    padding: 17px 20px 16px;
    line-height: 1;
    text-align: center;
    border: 1px solid var(--main);
    box-sizing: border-box;
    transition: 0.5s;
}


@media (max-width: 640px) {
    /*.kontakt-modal {*/
    /*    padding-top: 25px !important;*/
    /*    z-index: 99999 !important;*/
    /*}*/
    .modal-open .mobile-menu .ma5menu__toggle, .modal-open .menuSticky .mobile-menu .ma5menu__toggle {
        top: 57px;
    }

    .modal-open header.sticky {
        padding-top: 0;
    }
}


input.btn-custom {
    background: var(--main);
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham Bold";
    color: var(--white);
    padding: 17px 20px 16px;
    line-height: 1;
    text-align: center;
    border: 1px solid var(--main);
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
}


/***** 17-01-2023 ****/
#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcfefc;
    z-index: 999999;
}

.pre-loader {
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pre-loader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ccc;
    animation: pre-loader 1.3s linear infinite;
    -webkit-animation: pre-loader 1.3s linear infinite;
}

.pre-loader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes pre-loader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes pre-loader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
.ccc_drop {
    position: relative;
    top: -4px;
}



.product-category-section .category .cat-box p {
    display: inline;
}

.product-add .left-section .h1{
    font-size: 47px;
    font-family: "FontFontSignaProExtdBook";
    color: var(--main);
    margin-bottom: 56px;
}
