/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@media (min-width: 768px) and (max-width: 1340px) {
    .elementor-widget-text-editor {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1021px) and (max-width: 1105px) {
    .elementor-nav-menu--main .elementor-nav-menu a {
        padding: 13px 10px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1380px) {
    p#breadcrumbs {
        padding-left: 30px;
    }
}

body .bg-primary {
    background-color: #415A77 !important;
}

body .btn-primary {
    background-color: #415A77;
    border-color: #415A77;
    color: #fff !important;
}

body .btn-primary:hover {
    background-color: #FFFFFF;
    color: #000000 !important;
    border-color: #FFFFFF;
}

body .btn-secondary {
    background-color: #54595F;
    border-color: #54595F;
    color: #fff !important;
}

/* samarbejdspartnere TEMPLATE */
.samarbejdspartnere .post-thumbnail img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.samarbejdspartnere .entry-content {
    max-width: 1000px;
}
.samarbejdspartnere-item {
    color: #333 !important;
}
.samarbejdspartnere-item .card-body {
    background: #F6F8FA;
}
.samarbejdspartnere-item .card {
    box-shadow: 0 3px 6px #ccc;
    border: none;
}
.samarbejdspartnere-item:hover .card {
    box-shadow: 0 3px 6px #777;
}
button.btn.btn-secondary.filter-btn,
button.btn.products-filter-btn {
    background: transparent !important;
    color: #415A77 !important;
    border: 1px solid #415A77;
    font-size: 14px !important;
    padding: 15px 20px;
    text-transform: math-auto;
}
button.btn.btn-secondary.filter-btn.active,
button.btn.products-filter-btn.active {
    background: #415A77 !important;
    color: #fff !important;
}
button.btn.btn-secondary.filter-btn:focus,
button.btn.products-filter-btn:focus {
    box-shadow: none !important;
}
.filter-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
}
.text-center .filter-btn-group {
    justify-content: center;
}
@media (min-width: 992px) {
    .text-lg-start .filter-btn-group {
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .filter-btn-group {
        gap: 10px;
    }
    .filter-btn-group .btn {
        flex: 1 1 calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .filter-btn-group .btn {
        flex-basis: 100%;
    }
}
.samarbejdspartnere-item img {
    height: 200px !important;
    object-fit: cover;
}

/* PRODUCT TEMPLATE */
img.primary-image-product {
    height: 100%;
    width: auto;
    object-fit: cover;
}
#slideInPanel .modal-body {
    max-width: 1200px;
}
#slideInPanel .modal-body input, #slideInPanel .modal-body select#location,#slideInPanel .modal-body textarea {
    box-shadow: none !important;
    padding: 8px 15px;
    border-color: #ccc;
}
#slideInPanel .modal-body button {
    padding: 10px 15px;
}
.product-order-card {
    border: 1px solid #ccc !important;
}
.location-input {
    padding-bottom: 35px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px !important;
}
.product-order-card h4 {
    font-size: 24px !important;
}
.product-order-card h5 {
    font-size: 15px !important;
    text-transform: uppercase;
}
.primary-image-product img {
    object-fit: cover;
    height: 466px; /* Ensures the primary image does not exceed 450px */
}
.product-order-card ul {
    list-style: none;
    padding-left: 0;
}
.product-order-card ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}
.product-order-card ul li {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    margin-bottom: 5px;
}
.order-pricing-details p {
    font-size: 14px;
}
.order-pricing-details ul li {
    font-size: 16px;
}
.product-order-information {
    font-size: 14px;
}
.secondary-image-grid .col-6 {
    max-height: 225px; /* Half of 450px */
    display: flex; /* Enables the use of margin auto for vertical centering */
    justify-content: center; /* Horizontally centers the image */
    align-items: center; /* Vertically centers the image */
}
#continueToStep2 i {
    margin-left: 7px;
}
#backToStep1 {
    cursor: pointer;
    font-size: 14px;
    color: #777;
}
#backToStep1 i {
    margin-right: 7px;
}
.secondary-image-grid .secondary-image img {
    object-fit: cover;
    height: 225px; /* Ensures the image does not exceed half the height of the primary image */
    width: 100%;
}

.nav-tabs .nav-link {
    color: #333;
    cursor: pointer;
}
.nav-tabs {
    border: none !important;
}
li.bullet-inactive {
    color: #ccc !important;
}

.product-attributes ul li:first-child:before {
    content: "";
    padding-right: 0;
}
.product-attributes ul li {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
}
.product-attributes ul li i {
    margin-right: 3px;
}
.product-attributes ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.variant-pricing-ranges h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.variant-pricing-ranges table th {
    border: none !important;
    background: #fff !important;
    padding: 2px 0;
}
.variant-pricing-ranges table td {
    border: none;
    background: #fff !important;
    padding: 2px 0;
}
.product-pricing-container h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
ul.variant-bullets li {
    color: #333;
    font-size: 14px;
}
.variant-bullets {
    list-style-type: none; /* Remove default list style */
    padding-left: 0; /* Remove default padding */
}
.variant-description p, .variant-description span {
    font-size: 14px;
    margin-bottom: 5px;
}
.variant-description {
    margin-bottom: 35px;
}
p.priceDisplay0, p.priceDisplay1, p.priceDisplay2 {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    font-size: 20px;
}
.participantsDropdown {
    cursor: pointer;
}
.variant-bullets li::before {
    content: "\2713";
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 1.2em;
}
.variant-bullets li.bullet-inactive::before {
    color: #ccc; /* Change the color as needed */
}

li.variant-bullet-subheader-item::before {
    content: none !important; /* NO icon for subheader list items */
}

h5.variant-bullet-subheader {
    /* Tailwind classes: tw-mt-3 tw-mb-1 tw-font-semibold */
    /* Add any non-Tailwind specific styles or overrides here if needed */
    font-size: 1.1em; /* Slightly larger than regular bullets */
    color: #222; /* Darker color for emphasis */
    margin-top: 0; /* Reset margin as it's on the <li> */
    margin-bottom: 0; /* Reset margin as it's on the <li> */
}

/* Ensure the whats-included-header correctly aligns its icon */
.whats-included-header .bi {
    transition: transform 0.2s ease-in-out;
}
.whats-included-header[aria-expanded="false"] .bi {
    transform: rotate(-90deg);
}
.whats-included-header[aria-expanded="true"] .bi {
    transform: rotate(0deg);
}

.single-products li.nav-item {
    width: 33.33%;
    text-align: center;
}

.single-products .nav-tabs.nav-fill .nav-link {
    text-align: center;
}

.product-pricing-container i {
    position: absolute;
    left: 0;
    top: 4px;
}
.whats-included-header {
    position: relative;
    padding-left: 30px;
    font-size: 16px !important;
}
.whats-included-header i {
    position: absolute;
    left: 0;
    top: 1px;
}
.single-products .nav-tabs .nav-link {
    border-radius: unset;
    border-top: none;
    line-height: 30px;
    background: #eee;
}
div#productAccordion {
    border-top: 1px solid rgba(0,0,0,.125);
}
div#productAccordion .accordion-header {
    margin-top: 0;
}
button.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    padding-left: 0;
    font-weight: bold;
    font-size: 22px;
    border-width: 0 !important;
}
div#productAccordion .accordion-body {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 35px;
}
div#productAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.product-tag-attributes span {
    padding: 2px 8px;
    margin: 2px;
    background-color: #415A77;
    border-radius: 4px;
    display: inline-block;
}
.product-tag-attributes span a {
    color: #fff;
    font-size: 14px;
}
.product-tag-attributes span:hover a {
    color: #fff;
}
.product-tag-attributes span:hover {
    background: #0565ab;
}

.product-info-box {
    background: #E0E1DD;
}
.product-info-box ul {
    list-style: none;
    padding-left: 0;
}
.product-info-box ul li {
    margin-bottom: 5px;
    font-size: 14px;
}
/*.pricing-cta-button a {*/
/*    color: #fff !important;*/
/*}*/
/*.pricing-cta-button a:hover {*/
/*    color: #fff !important;*/
/*}*/

.modal-popup-clickable {
    text-decoration: underline;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.modal-popup-clickable:hover {
    color: #0d6efd;
}
.modal-popup-clickable i {
    position: absolute;
    left: 0;
    top: 3px;
}
.modal-popup-content .modal-header {
    border-bottom: none;
}
.modal-popup-content .modal-header h5 {
    font-size: 18px;
}
.modal-popup-content .modal-header h5 i {
    margin-right: 15px;
}
.modal-popup-content ul {
    margin: 10px 0;
}
.modal-popup-content button.btn-close {
    background-color: transparent;
    margin-right: 0;
    margin-top: -30px;
}
.modal-popup-content button.btn-close:hover {
    background-color: transparent;
}
.modal-popup-content i {
    position: unset;
}
#productQuestionModal .modal-content img {
    width: 100%;
    object-fit: cover;
}
#productQuestionModal .modal-content ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
#productQuestionModal .modal-content h3 {
    font-size: 20px;
}
#productQuestionModal .product-order-card {
    border: none !important;
    background: #0d6efd1f;
}
#productQuestionModal .modal-body input, #productQuestionModal .modal-body select#location, #productQuestionModal .modal-body textarea {
    box-shadow: none !important;
    padding: 8px 15px;
    border-color: #ccc;
    font-size: 14px;
}
#productQuestionModal li.nav-item {
    width: 50%;
}
#productQuestionModal .nav-tabs .nav-link {
    width: 100%;
    font-weight: bold;
    background-color: #e2edff;
    border-bottom: 1px solid #ccc;
    border-color: #ccc;
}
#productQuestionModal .nav-tabs .nav-link:first-child {
    border-left: 0;
    border-radius: 1px;
}
#productQuestionModal .nav-tabs .nav-link.active {
    background-color: #fff;
    border-bottom: none;
}
#productQuestionModal .nav-tabs {
    border-bottom: none;
}
#productQuestionModal #contact p, #productQuestionModal #book-demo p {
    font-size: 14px;
    color: #777;
}
#productQuestionModal #book-demo a {
    font-size: 14px;
}


/* Slide-in panel styles */
#slideInPanel {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    width: 80%;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transform: translateX(100%) !important;
    transition: transform 0.3s ease-in-out;
    z-index: 1050;
}

/* For tablets and below (less than 768px) */
@media (max-width: 767px) {
    #slideInPanel {
        width: 95%; /* Nearly full width */
    }
}

/* For small laptops/screens (between 768px and 1024px) */
@media (min-width: 768px) and (max-width: 1023px) {
    #slideInPanel {
        width: 95%; /* Slightly lesser width than on mobile */
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    #slideInPanel {
        width: 80%; /* Slightly lesser width than on mobile */
    }
}

/* For large screens (greater than 1024px) */
@media (min-width: 1600px) {
    #slideInPanel {
        width: 60%; /* Even lesser width for larger screens */
    }
}




#slideInPanel.show {
    transform: translateX(0) !important;
}

/* Close button styling, using Bootstrap 5 close icon */
#slideInPanel .btn-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 2; /* Ensure it's clickable above other content */
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5); /* Dark overlay */
    z-index: 1040; /* Below the slide-in panel but above other content */
}
.body-no-scroll {
    overflow: hidden;
}
.product-order-box .product-image img {
    width: 100%;
    object-fit: cover;
    height: 230px;
}

.product-description ul {
    margin: 20px 0
}
.product-description ul li {
    margin: 5px 0;
}

.product-description ul:last-child {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.product-description ul:last-child li {
    margin-right: 30px;
}
.contact-form-contactpage input, .contact-form-contactpage textarea {
    box-shadow: none !important;
}

/* FRONTPAGE */
img.swiper-slide-image {
    max-height: 30px;
    width: auto;
}

img.swiper-slide-image {
    filter: brightness(0) invert(1);
}

.home .elementor-element.elementor-element-f6e3936.e-flex.e-con-boxed.e-con.e-parent, .home .elementor-element.elementor-element-165ae770.e-flex.e-con-boxed.e-con.e-parent {
    display: none;
}

/* Taxonomi */

.taxonomy-description h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    padding-top: 10px;
    margin-bottom: 10px;
}

.botton-text-description h2 {
    font-size: 30px !important;
    line-height: 36px !important;
    padding-top: 10px;
    margin-bottom: 10px;
}

.product-card .card-body {
    background: #F6F8FA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card .card.h-100 {
    box-shadow: 0 3px 6px #ccc;
    border: none;
}
.product-card:hover .card.h-100 {
    box-shadow: 0 3px 6px #777;
}
.product-card a {
    color: #333 !important;
}
.product-card a:hover {
    color: #333 !important;
}
.product-card .card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.taxonomy-category-tag {
    top: 10px;
    left: 10px;
}
.product-campaign-tag {
    top: 35px;
    left: 10px;
}
.botton-text-description {
    max-width: 800px;
}
.botton-text-description h2, .botton-text-description h3 {
    font-family: "Inter", Sans-serif;
}
.product-card p.card-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 12px;
    color: #000;
}
.product-card p.card-subheader {
    color: #555;
}
.product-card h5.card-title {
    font-weight: bold;
}
.top-container-tax {
    background: #F6F8FA;
}
.logo-container-tax {
    background: #083C61;
    color: #fff;
    padding: 30px;
}
.top-container-tax h2.preheader-taxonomy {
    color: #415A77;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

/**** references ****/
.references-archive .references-item img {
    max-width: 100px;
}
.references-item .card {
    background: #F6F8FA;
}

/**** Products Filter ****/
#products-filter-form .form-select.filter {
    max-width: 200px;
    cursor: pointer;
}

.filter-tags-container {
    margin-top: 10px;
}

.filter-tag {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: .25rem;
    font-size: 14px;
    margin-right: 5px;
}

.remove-tag {
    margin-left: 10px;
    cursor: pointer;
}
option[value=Produktoversigt] {
    display: none;
}

/**** CUSTOMER GALLERY ****/
.customer-gallery-text {
    background: #f1f1f1;
    border-radius: 10px;
}
.customer-gallery-text p:last-child {
    margin-bottom: 0;
}
#carouselGallery button.carousel-control-next, #carouselGallery button.carousel-control-prev {
    background-color: transparent;
}
#feedbackModal input,#feedbackModal textarea {
    box-shadow: none;
    border: 1px solid #ccc !important;
}
.customer_galleries-template-default button.btn-close {
    background-color: transparent;
    margin-right: 10px !important;
}
.customer_galleries-template-default button.btn-close:hover {
    background-color: transparent;
}
.customer_galleries-template-default .form-check-input:checked[type=checkbox] {
    background-color: #415A77 !important;
}

/**** BLOG STYLES ****/

.single-post main#content {
    max-width: 1320px;
    margin-bottom: 50px;
}
.single-post h1.entry-title {
    margin: 30px 0;
}
.single-post main#content .page-content {
    max-width: 800px;
    margin-left: 0;
}
.single-post main#content .page-content h2 {
    margin-top: 30px;
}
.single-post main#content .page-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}
.single-post main#content .page-content ul, .single-post main#content .page-content ol {
    margin: 20px 0;
}
.single-post main#content .page-content blockquote {
    padding: 20px;
    background: #ededed;
    margin: 20px 0;
    font-size: 18px;
    line-height: 28px;
}
.single-post main#content .page-content blockquote p {
    margin: 0;
}
.single-post main#content .product-card {
    width: 33% !important;
}
.single-post main#content a.card-link {
    text-decoration: none;
}

form#products-filter-form {
    margin: auto;
}

/*** STEDER ***/

.steder-intro-text, .steder-title {
    max-width: 1000px;
}
.single-steder .content ul {
    margin-bottom: 20px;
}
.steder-long-description img {
    max-width: 400px;
}

.steder-long-description {
    max-width: 700px;
}

.steder-intro-text {
    /* max-width: 600px; */
}
.steder-hero-container {
    background: #F6F8FA;
}

span.menu-tag-lc.popular-tag, span.menu-tag-lc.new-tag {
    margin-left: 7px;
    color: #fff;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 12px;
}

span.menu-tag-lc.popular-tag {
    background: #d06435;
}

span.menu-tag-lc.new-tag {
    background: #093c61;
}
