/**
 * Custom CR style
 *
 * This css file for compareview article template
 */

/* Open Sans light */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Light.ttf")
    format("truetype");
    font-weight: 300;
}

/* Open Sans Regular */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Regular.ttf")
    format("truetype");
    font-weight: normal;
}

/* Open Sans Bold */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-Bold.ttf")
    format("truetype");
    font-weight: bold;
}

/* Open Sans SemiBold */
@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/CompaReview/fonts/Open_Sans/static/OpenSans-SemiBold.ttf")
    format("truetype");
    font-weight: 600; /* Adjust the font weight value as needed */
}

/* Variables */
:root {
    /* Font Family */
    --global--font-primary: "Open Sans", sans-serif;
    --global--font-secondary: "Roboto", sans-serif;

    /* Font Size */
    --global--font-size-small: 14px;
    --global--font-size-base: 16px;
    --global--font-size-h1: 30px;
    --global--font-size-h2: 24px;
    --global--font-size-h3: 20px;
    --global--font-size-h4: 18px;

    /* Line Height */
    --global--line-height-small: 18px;
    --global--line-height-base: 22px;
    --global--line-height-h1: 42px;
    --global--line-height-h2: 32px;
    --global--line-height-h3: 28px;
    --global--line-height-h4: 24px;

    /* Colors */
    --global--color-grey: #808080;
    --global--color-grey-text: #404040;
    --global--color-grey-border: #d9d9d9;
    --global--color-green: #407C11;
    --global--color-green-light: #329D01;
    --global--color-dark-grey: #5D5D5D;
    --global--color-green-background: #F4FAF0;
    --global--color-white: #ffffff;
	
	--arrow-image: url('/wp-content/uploads/compa-images/chevron-down.svg');
	--arrow-image-green: url('/wp-content/themes/CompaReview/assets/images/chevron-down-green.svg');
	--ms-arrow: url('/wp-content/plugins/method_section/arrow-down.png');
	--ms-image: url('/wp-content/themes/CompaReview/assets/images/stroke.svg');
	--faq-image: url('/wp-content/themes/CompaReview/assets/images/faq-sign.svg');
	--tip-image: url('/wp-content/themes/CompaReview/assets/images/pro-tip.svg');
	
	/*flags*/
	
	--denmark-flag: url(/wp-content/uploads/compa-images/states/denmark.png);
    --sweden-flag: url(/wp-content/uploads/compa-images/states/sweden.png);
   	--norway-flag: url(/wp-content/uploads/compa-images/states/norway.png);
    --finland-flag: url(/wp-content/uploads/compa-images/states/finland.png);
    --germany-flag: url(/wp-content/uploads/compa-images/states/germany.png);
    --uk-flag: url(/wp-content/uploads/compa-images/states/united-kingdom.png);
    --us-flag: url(/wp-content/uploads/compa-images/states/united-states.png);
    --australia-flag: url(/wp-content/uploads/compa-images/states/australia.png);
    --int-flag: url(/wp-content/uploads/compa-images/states/international.png);
	--check-image: url(/wp-content/themes/CompaReview/assets/images/check-icon.svg);
	--sticker: url(/wp-content/uploads/compa-images/discount_sticker.png);
}

body {
    margin: 0;
    background-color: #EEEEEE !important;
    font-family: "Open Sans";
    color: var(--global--color-grey-text);
}

h1 {
    font-size: var(--global--font-size-h1);
    line-height: var(--global--line-height-h1);
    color: var(--global--color-green);
    margin: 10px 0;
}

h2 {
    font-size: var(--global--font-size-h2);
    line-height: var(--global--line-height-h2);
}

h3 {
    font-size: var(--global--font-size-h3);
    line-height: var(--global--line-height-h3);
}

h4 {
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
}

h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

/*header style*/

.logged-in header {
    top: 32px;
}

header {
    background-color: var(--global--color-white);
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #A7BC99;
    z-index: 999;
    top: 0;
}

.site-header {
    display: flex;
    justify-content: space-between;
    padding: 9px 10px 7px 10px;
    align-items: center;
    max-width: 1400px;
    margin: auto;
}

.site-branding {
    width: 280px;
}

.site-logo img {
    max-width: 300px;
    max-height: 50px;
    width: 100%;
    height: auto;
}

/*
.site-header .site-logo {
	padding: 4px 0;
}
*/

.full-menu {
    width: calc(100% - 280px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.breadcrumb, .screen-reader-text {
    display: none;
}

.menu-button-container {
    display: none;
    border: none;
    background: transparent;
}

.menu-button-container .close {
    display: none;
}

#site-navigation {
    width: calc(100% - 40px);
}

#site-navigation .menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    justify-content: flex-end;
    column-gap: 0;
    row-gap: 0;
    flex-direction: row;
    gap: 35px;
    padding-right: 15px;
    list-style: none;
    margin: 0;
	padding-left: 0;
}

#site-navigation .sub-menu-toggle:after {
    content: "";
    position: relative;
    display: block;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    margin-left: 0;
}

#site-navigation .sub-menu-toggle {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
	margin-left: 8px;
}

#site-navigation a {
    font-size: 15px;
    color: var(--global--color-dark-grey);
    font-weight: 600;
    text-decoration: none;
}

#site-navigation .current-menu-item a, #site-navigation a:hover {
    color: var(--global--color-green-light);
}

.sub-menu-toggle span, button.search-button-close {
    display: none;
}

.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded="false"] ~ ul {
    display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    display: flex;
    position: absolute;
    background-color: var(--global--color-white);
    padding: 15px 10px;
    top: 47px;
    list-style: none;
    justify-content: space-around;
    right: 20px;
    left: 0;
    align-items: flex-start;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    width: 100%;
    display: flex;
}

.primary-navigation .primary-menu-container > ul > .menu-item a {
    padding: 20px 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu a {
    padding: 7px 10px;
    width: calc(100% - 20px);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul {
    list-style: none;
    padding-left: 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a {
    font-weight: 500 !important;
    padding: 7px 10px;
    width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a:hover, .primary-navigation > div > .menu-wrapper > li > .sub-menu a:hover {
    color: var(--global--color-dark-grey) !important;
    background-color: #E4E4E4;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li.menu-item-has-children {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul li {
    display: flex;
    width: 100%;
}

#site-navigation .menu-item:hover > a + .sub-menu-toggle:after,
#site-navigation .sub-menu-toggle[aria-expanded="true"]:after {
    background-image: var(--arrow-image-green);
}

#navigation-search {
    width: 40px;
    max-width: 40px;
    display: flex;
    justify-content: end;
}

.search-button-open {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50px;
    height: 35px;
    background-color: transparent;
}

.search-button {
    cursor: pointer;
    color: var(--global--color-dark-grey);
    transition: 0.3s ease-out;
}

.menu-button-container #primary-mobile-menu[aria-expanded*="true"] .dropdown-icon.open {
    display: none;
}

.menu-button-container #primary-mobile-menu[aria-expanded*="true"] .dropdown-icon.close {
    display: flex;
}

.form-search .visuallyhidden {
    display: none;
}

.form-search input[type="search"] {
    padding: 0 40px;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid var(--global--color-green-light);
    max-width: 100%;
    width: 100%;
    outline: none;
}

.form-search {
    position: relative;
    width: 100%;
}

.form-search .search-button-submit {
    background-color: var(--global--color-white);
}

.main-search {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    outline: none;
    max-width: 100%;
    gap: 30px;
}

.form-search #search-icon {
    fill: none;
    width: 25px;
}

.hiding {
    max-height: 0;
    opacity: 0;
    bottom: 0;
    transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}

.overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    z-index: 25;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.overlay .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid;
}

.search-button-close {
    position: absolute;
    top: 8vh;
    right: 7.5vw;
    padding: 0;
    background-color: var(--global--color-white);
    padding: 10px;
}

.search-button-close .icon {
    width: 20px;
    height: 20px;
    padding: 4px;
}

.showing {
    top: 0;
    transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.fill-currentcolor {
    fill: var(--global--color-dark-grey);
}

.search-button-close .fill-none {
    fill: none;
}
/*end of header style*/


/*main content css*/

#content {
    padding-top: 65px;
    background-color: #EEEE;
}

#content a:hover {
    color: var(--global--color-green-light);
}

#primary {
    max-width: 1250px;
    margin: auto;
}

.main-content {
    max-width: 100%;
    display: flex;
    gap: 40px;
}

.article-content a {
    color: var(--global--color-grey-text);
}

.article-content {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--global--color-white);
}

.related-posts-sidebar {
    padding: 10px;
    background-color: var(--global--color-white);
    margin-bottom: 30px;
}

.related-posts-heading {
    background-color: var(--global--color-green-background);
    color: var(--global--color-green-light);
    font-weight: 600;
    padding: 10px;
    margin: 0 0 10px 0;
}

.related-posts-inner {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.related-posts-text {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
}

.related-posts-img img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}

.related-posts-text a {
    color: var(--global--color-grey-text);
    letter-spacing: -0.14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--global--font-size-small);
    line-height: var(--global--line-height-small);
}

.related-posts-text a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    right: 0;
    background-color: var(--global--color-grey-border);
}

.related-posts-img a {
    display: flex;
    align-items: flex-end;
}

.sticky-toc a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--global--color-grey-text);
    text-decoration: none;
}

.stickyTocWrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media only screen and (max-width: 1100px) {
    .stickyTocWrapper {
        background-color: var(--global--color-green-background);
        flex-direction: row;
    }
    
    .sticky-toc {
        padding: 10px 0;
        bottom: 0;
        top: auto !important;
        width: 100% !important;
        flex-direction: row;
        background-color: var(--global--color-green-background);
        border-top: 1px solid var(--global--color-grey-border);
        z-index: 999;
        gap: 5px;
    }

    .sticky-toc a {
        flex-direction: column;
        font-size: 12px;
        width: 25%;
        gap: 5px;
    }

    .newSidebarDisclaimerWrapper {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .stickyTocWrapper {
        background-color: var(--global--color-white);
    }
}

.sticky-toc a:hover .green-img {
    display: block;
}

.green-img, .sticky-toc a:hover .grey-img {
    display: none;
}

.header-disclaimer {
    text-align: center;
    font-size: var(--global--font-size-small);
    line-height: var(--global--line-height-small);
    color: var(--global--color-grey);
    padding: 7px 0;
    margin-bottom: 5px;
}

.header-disclaimer a {
    color: var(--global--color-green);
}

.hero-section {
    position: relative;
	height: 300px;
    background-size: cover;
    background-position: center;
	border-radius: 12px;
}

@media only screen and (max-width: 767px) {
	.hero-section {
		height: 250px;
	}
}

@media only screen and (max-width: 680px) {
	.hero-section {
		height: 200px;
	}
}

@media only screen and (max-width: 560px) {
	.hero-section {
		height: 150px;
	}
}

.hero-section .disclaimer {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: rgb(255 255 255 / 90%);
    padding: 5px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.hero-section .disclaimer p {
    margin: 0;
    font-size: 13px;
    color: var(--global--color-grey-text);
}

.hero-section .disclaimer p a {
    color: var(--global--color-grey-text);
}

#dots, #readBtn, .disclaimer-mobile {
    display: none;
}

.disclaimer-mobile img {
    margin-left: 5px;
    margin-bottom: -2px;
}

.article-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

.article-content .disclaimer-onn {
    width: 80%;
    display: block !important;
    bottom: 32px;
    right: 0;
    border-radius: 12px 0 0 12px;
}

.article-content .disclaimer-onn p {
    font-size: 11px;
}

.research-disc {
    font-size: var(--global--font-size-base);
    line-height: var(--global--line-height-base);
    cursor: pointer;
    position: relative;
    color: var(--global--color-grey);
    margin-bottom: 15px;
    font-weight: 500;
}

.research-disc .tooltiptext {
    width: 300px;
    left: 0;
    top: 28px;
    padding: 10px;
    display: none;
    color: var(--global--color-grey);
    background-color: var(--global--color-white);
    border: 1px solid #f3f4f6;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    min-width: 250px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.research-disc:hover .tooltiptext {
    display: block;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.post_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}

.update_date {
    text-transform: capitalize;
    font-size: var(--global--font-size-small);
    width: 250px;
    text-align: right;
}

.update_date label {
    color: var(--global--color-green-light);
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
    text-transform: none;
}

.update-section {
    display: none;
    position: fixed !important;
    right: 0;
    bottom: 0;
    background-color: var(--global--color-white);
    border-radius: 12px;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: left;
    z-index: 10000 !important;
    max-width: 600px;
    max-height: 300px;
    overflow-y: auto;
    pointer-events: auto;
}

.update-section.logs-visible {
    display: block;
}

.update_date .logs-visible {
    display: block;
}

.author-box {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    width: 400px;
    background-color: var(--global--color-white);
    border-radius: 12px 12px 0 0;
	z-index: 1;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.user-header {
    border-radius: 12px 12px 0 0;
    background-color: var(--global--color-green-background);
    padding: 10px 25px 10px 8px;
    color: #333333;
    font-weight: 600;
    position: relative;
    text-transform: none;
}

.log-header {
    border-radius: 12px 12px 0 0;
    background-color: var(--global--color-green-background);
    padding: 10px 25px 10px 15px;
    color: #333333;
    font-weight: 600;
    position: relative;
    text-transform: none;
}

.log-date {
    font-weight: 600;
    margin-bottom: 5px;
}

.single-log {
    padding: 5px 15px;
    text-transform: none;
}

.date-label {
    font-weight: 400;
}

.user-header img, .log-header img {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

.user-header a {
    position: relative;
    color: #333333;
    text-decoration: none;
}

.meta-users {
    width: calc(100% - 250px);
    display: flex;
    color: var(--global--color-grey-text);
    position: relative;
}

.meta-users p {
    font-size: 14px;
    margin-bottom: 0;
}

.author-name label {
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.author-name label:after, .user-header a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--global--color-green-light);
}

.author-box.visible-author {
    display: block;
}

.author-expertise {
    padding: 0 8px 10px 8px;
}

.author-expertise p {
    font-size: 14px;
}

.user-infos {
    display: flex;
    align-items: center;
    padding: 10px 8px;
}

.user-infos img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.intro {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--global--color-green);
    padding-bottom: 20px;
}

.intro p {
    color: var(--global--color-grey-text);
}

/*roundup section*/
.tg-explainer {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 15px;
}

.tgExplainerHeading {
    margin-bottom: 0 !important;
}

.asterix-img {
    margin-left: 0.5rem;
}

.tg-explainer .asterix-img {
    margin-top: 0;
    margin-right: 5px;
    padding: 2px 3.6px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    border: 1px solid darkgrey;
}

.testAsterixWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-asterix {
    display: none;
    width: 300px;
    top: -10px;
    right: -430%;
    transform: translate(0, -100%);
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
}

.test-asterix.hovered {
    display: block;
}

.test-asterix p, .award-asterix p {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}

.roundup {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--global--color-green);
    padding-bottom: 40px;
}

.roundup ul {
    list-style: none;
    padding: 0;
}

.product-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    text-decoration: none;

}

.prod-item {
    border-bottom: 1px solid var(--global--color-grey-border);
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.prod-item img {
    border-radius: 4px;
    margin-left: 20px;
    object-fit: contain;
}

.product-item p {
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
    color: var(--global--color-grey-text);
}

.product-item label {
    color: var(--global--color-green);
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
    text-decoration: underline;
    margin-bottom: 0;
    cursor: pointer;
}

.load-less, .more-items, .show-less {
    display: none;
}

.more-products, .full-supp, .show-all {
    text-align: center;
}

.show-all {
	margin-top: 20px;
}

.more-products {
    padding: 20px 0 0 0;
}

.load-more, .load-less, .supp-more, .supp-less, .show-more, .show-less {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--global--color-grey);
    padding-right: 25px;
    text-decoration: underline;
}

.show-more, .show-less {
	text-transform: none;
	text-decoration: none;
	color: var(--global--color-green);
}

.more-products .load-more:after, .full-supp .supp-more:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 2px;
}

.show-all .show-more:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 2px;
}


.more-products .load-less:after, .full-supp .supp-less:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 6px;
    transform: rotate(180deg);
}

.show-all .show-less:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 0;
    top: 6px;
    transform: rotate(180deg);
}

.additional_discl {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #ffe5e5;
    font-size: 14px;
    border-radius: 4px;
}

/*product section*/
.def-section {
    padding: 30px 0 50px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--global--color-green);
}

.award, .awards {
    display: flex;
    align-items: center;
    gap: 8px;
	position: absolute;
    top: -19px;
    background: var(--global--color-green);
    border-radius: 8px;
    padding: 7px 15px;
    left: -2px;
}

.award label, .awards label {
    position: relative;
	flex-direction: row-reverse;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    gap: 8px;
	color: var(--global--color-white);
}

.award-disclaimer {
    cursor: pointer;
}

.award-asterix {
    display: none;
    width: 300px;
    top: -5px;
    right: -15px;
    transform: translate(0, -100%);
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
}

.award-asterix.hovered {
    display: block;
}

.prod-name {
    font-weight: normal;
    color: var(--global--color-green);
    margin-bottom: 5px;
}

.prod-name .title-link {
    color: var(--global--color-green);
    text-decoration-thickness: from-font;
}

.prod-name .pr-info {
	display: block;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
}

.tail {
    font-weight: 400;
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
	color: var(--global--color-grey);
}

.tail::first-letter {
    text-transform: capitalize;
}

.image-box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.image-box img {
    max-height: 300px;
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-right: 6px;
}

/*slider*/
.product-slider {
    background-color: #fff;
    position: relative;
    border-radius: 14px;
    max-width: calc(100% - 50px);
    margin: 15px auto;
}

.product-slider img {
    vertical-align: middle;
}

/* Hide the images by default */
.single-slide {
    display: none;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.product-slider .single-slide img {
    max-height: 300px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
    border-radius: 6px;
}

.product-slider .prev,
.product-slider .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 5px 11px;
    margin-top: -20px;
    color: var(--global--color-grey-text);
    font-weight: 500;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 2px;
}

/* Position the "next button" to the right */
.product-slider .next {
    right: 5px;
}

.product-slider .prev {
    left: 5px;
}

.product-slider .active,
.product-slider .demo:hover {
    opacity: 1;
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.dots-container .dot {
    width: 6px;
    height: 6px;
    background-color: var(--global--color-white);
    border-radius: 50%;
    opacity: 0.3;
}

.dots-container .dot.active {
    opacity: 1;
}

.note-image {
    background: var(--global--color-green-background);
    padding: 10px 15px;
    margin-bottom: 15px;
}

.note-image p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.full-supp, .supp-less {
    display: none;
}


/*price table style*/
.def-section .limiter {
    font-family: "Open Sans" !important;
}

html body .compa-table-body .compa-row, html .single-compareview .compa-table-body .compa-row:hover {
    text-decoration: none;
}

.compa-row .price-font .desk-only-price {
	font-size: 18px;
}

.single-compareview .compa-row .compa-btn, .single-compareview .compa-row .compa-btn:hover, .single-compareview .compa-row:hover .compa-btn {
	background: var(--global--color-green) !important;
	color: #fff !important;
	border-color: var(--global--color-green) !important;
	padding: 6px 15px !important;
	line-height: 26px;
	font-family: "Open Sans" !important;
}

.single-compareview .compa-row .compa-stock-text {
    color: var(--global--color-grey-text);
}

.single-compareview .compa-start img {
    max-width: 100%;
    object-fit: contain;
}

body .compa-row img {
    filter: none !important;
}

.single-compareview  .compa-row .compa-stock .compa-stock-circle {
    width: 8px;
    height: 8px;
    border: none;
    opacity: 1;
}

.single-compareview .compa-row:hover .compa-stock-circle {
    border: none;
}

/*pros & cons*/
.pros-cons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
	display: none;
}

.pros, .cons {
    margin-bottom: 15px;
    width: 50%;
}

.pros p, .cons p {
    font-size: var(--global--font-size-h3);
    line-height: var(--global--line-height-h3);
    margin-bottom: 10px;
}

.pros {
    border-color: var(--global--color-green);
}

.pros p {
    color: var(--global--color-green);
}

.cons p {
    color: #F14800;
}

.cons {
    border-color: #F14800;
}

.pros ul, .cons ul {
    padding: 0 !important;
    list-style: none;
    margin: 0;
}

.pros ul li, .cons ul li{
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews {
    display: flex;
	flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
    position: relative;
	display: none;
	margin-bottom: 20px;
}

.data-scores label {
	text-decoration: none !important;
}

.reviews label {
    color: var(--global--color-grey);
    text-decoration: underline;
    text-decoration-color: var(--global--color-grey-border);
}

.review-detail {
    width: 100%;
    padding: 20px 0;
    min-height: 80px;
	flex: 1 1 calc(33.333% - 10px);
	max-width: calc(33.333% - 10px);
	background-color: rgb(228 228 228 / 30%);
    border-radius: 6px;
}

.review-detail img {
    height: 60px;
    width: auto;
}

.close-details {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    opacity: 0.3;
}

.reviews .close-reviews {
    position: sticky;
    left: 270px;
    top: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    opacity: 0.3;
}

.expert-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.expert-info label {
    cursor: pointer;
    color: var(--global--color-grey-text);
}

.expert-award {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
    font-size: 13px;
	line-height: 14px;
	color: var(--global--color-green);
}

.expert-award img {
    width: 15px;
    height: 15px;
}

.review-visible {
    display: flex;
    flex-direction: column;
    width: 300px;
    max-height: 120px;
}

.reviews p {
    font-size: var(--global--font-size-h1);
    line-height: var(--global--line-height-h1);
    color: var(--global--color-green);
    margin-bottom: 0 !important;
    gap: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.product-content {
    display: none;
}

.review-details {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
}

.kdmf-headline, .comments-users h3 {
	font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
	color: var(--global--color-green) !important;
	text-align: left;
}

.comments-users p {
	font-size: var(--global--font-primary);
	line-height: var(--global--line-height-base);
	color: var(--global--color-grey-text);
	text-align: left;
	display: block;
}

.comments-users {
	gap: 0;
}

/*specifications*/
.specif {
    width: calc(50% - 30px);
    float: right;
    margin-left: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    padding: 15px;
    background: rgb(228 228 228 / 30%);
}

.specif p {
	color: var(--global--color-green);
}

.specif ul {
    padding-left: 25px;
    margin: 10px 0;
	list-style: disc;
}

.specif ul li {
    margin-bottom: 5px;
	display: list-item;
}

.specif ul li::marker {
    color: var(--global--color-grey);
}

.product-content p {
    margin-bottom: 15px;
}

.product-content ul {
    padding-left: 20px;
}

.product-content blockquote {
    background-color: var(--global--color-green-background);
    margin: 15px 0;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgb(101 159 19 / 30%);
}

.product-content blockquote p {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.product-content blockquote p strong {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-content blockquote p strong:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--tip-image);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*video*/
.video-sec {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.video-sec iframe {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    min-height: 200px;
}

.pure-link {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--global--color-green);
    color: var(--global--color-white) !important;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
}

.pure-link-new {
	display: flex;
    justify-content: center;
	color: var(--global--color-green) !important;
	margin-top: 30px;
}

.pure-link:hover {
    background-color: var(--global--color-green-light);
    color: var(--global--color-white) !important;
}

/*CompaTable*/

.ct-title {
    margin-top: 50px;
}

.single-compareview .table-body-column {
    margin-top: 0;
}

#compa_table {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #77A156;
    margin-bottom: 40px;
}

#compa_table::-webkit-scrollbar, .table-compa tbody::-webkit-scrollbar {
    height: 10px;
}

.review-visible::-webkit-scrollbar {
    width: 6px;
}

#compa_table::-webkit-scrollbar-track, .table-compa tbody::-webkit-scrollbar-track {
    background-color: #F0F0F0;
    border-radius: 0 0 4px 4px;
}

.review-visible::-webkit-scrollbar-track {
    background-color: #F0F0F0;
    border-radius: 0 4px 4px 0;
}

.review-visible::-webkit-scrollbar-thumb {
    background-color: var(--global--color-grey);
    border-radius: 0 4px 4px 4px;
}

#compa_table::-webkit-scrollbar-thumb, .table-compa tbody::-webkit-scrollbar-thumb {
    background-color: var(--global--color-grey);
    border-radius: 0 5px 5px 5px;
}

#compa_table::-webkit-scrollbar-button, .review-visible::-webkit-scrollbar-button, .table-compa tbody::-webkit-scrollbar-button {
    display: none;
}

.table-row {
    display: flex;
}

.table-row .single-row {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-row .single-row img {
	margin: 10px 0;
}

.single-row span {
    opacity: 50%;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.test-results strong {
    font-weight: 600;
}

.table-row .product-image img {
    width: 200px;
    height: 70px;
    object-fit: contain;
	padding: 5px;
}

.table-row label {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 5px;
}

.tbl-name label {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--global--color-grey-border);
}

.tbl-name label a {
    text-decoration: none;
}

.tbl-award {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tbl-award label {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
}

.tbl-price label {
    color: var(--global--color-green);
    font-weight: 700;
    border: 1px solid var(--global--color-green);
    border-radius: 24px;
    font-size: 16px;
    margin: 5px 0;
    padding: 5px 10px;
}

.tbl-price .ct-cta label {
	cursor: pointer;
	display: block;
	margin: 0;
}

.tbl-price .ct-cta label:hover {
	background-color: var(--global--color-green);
	color: var(--global--color-white);
}

.ct-cta {
	text-decoration: none;
	margin: 5px 0;
}

.specif-row {
    padding-top: 33px;
    position: relative;
}

.tbl-specif label {
    padding: 10px 5px;
}

.main-spec {
    background-color: var(--global--color-green-background);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 5px;
}

/*bottom line*/
.bottom-line  p {
	display: none;
}

.bottom-line h3 {
    font-weight: 500;
    color: var(--global--color-green-light);
	border-top: 1px solid #E4E4E4;
    padding-top: 10px;
	cursor: pointer;
	padding-right: 30px;
    position: relative;
}

.bottom-line h3:after {
	content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 27px;
    height: 22px;
    right: 0;
    top: 10px;
}

.opened-parag:after, .open-pros:after, .open-details:after, .open-reviews:after {
	transform: rotate(180deg);
	top: 15px;
}

.pros-cons-open, .reviews-open {
	display: flex;
}

.details-prod-open {
	display: inline-block !important;
	width: 100%;
}

/*method section style*/
#method-section .method, #infobox {
    margin-top: 0;
    border: 1px solid #808080;
    border-radius: 8px;
}

.infobox-content {
    display: none;
}

.infobox-all .infobox-content {
    display: block;
}

#method-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--global--color-green);
}

#method-section .method_heading, .infobox_heading {
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
}

.method_heading img {
    margin-right: 10px;
}

.infobox_heading img {
    margin-right: 6px;
}

.method_heading h2, .infobox_heading h2 {
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
    font-weight: 600;
}

.infobox_text {
    margin-bottom: 0;
    padding-right: 30px;
    position: relative;
    width: 100%;
}

#method-section .method .method_text::after {
    top: 6px;
	background: var(--ms-arrow);
    background-size: 100%;
}

.infobox_text::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 6px;
    background: url(/wp-content/plugins/method_section/arrow-down.png);
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.infobox-less .infobox_text:after {
    transform: rotate(180deg);
}

.method_content {
    padding: 0 10px;
    background-image: var(--ms-image);
    background-position: 98% 22%;
    background-repeat: no-repeat;
}

.infobox-content {
    padding: 0 10px;
}

.infobox-content .single-box {
    margin-bottom: 15px;
}

.infobox-content .single-title {
    margin-bottom: 5px;
}

.method_content ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.method_li_wrapper {
    display: flex;
    margin-bottom: 5px;
}

.method_number_dot, .infobox_short_number_dot {
    border-radius: 50%;
    border: 1px solid var(--global--color-green);
    padding: 0 5px;
    margin-right: 7px;
    line-height: 18px;
    font-size: 14px;
    height: 18px;
    color: var(--global--color-green);
}

.method-btn {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    max-width: 200px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px;
}

/*method section style END*/

/*bg style*/

#buying-guide {
    padding: 20px 0 10px 0;
    margin-top: 50px;
}

.box-guide h3 {
    margin-bottom: 0;
    font-size: var(--global--font-size-base);
    line-height: var(--global--line-height-base);
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    background-color: var(--global--color-green-background);
    font-weight: 600;
    border-radius: 8px;
    position: relative;
}

.box-guide h3:after {
    content: "";
    position: absolute;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    right: 10px;
    top: 12px;
}

.box-guide .active-guide:after {
    transform: rotate(180deg);
    top: 15px;
}

.box-guide .active-guide {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box-guide .guide {
    display: none;
    padding: 0 10px 10px 10px;
    background-color: var(--global--color-green-background);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*supp content style*/
#supp-content {
    padding: 0 0 35px 0;
    border-bottom: 1px solid var(--global--color-green);
}

#supp-content h2, #supp-content h3 {
    font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
    margin-top: 25px;
}

.single-photo {
    width: 40%;
    float: right;
    margin-left: 25px;
}

.single-photo img {
    margin-bottom: 15px;
    border-radius: 8px;
    width: 100%;
}

#supp-content ul {
    padding-left: 20px;
}

#supp-content ul li {
    margin-bottom: 10px;
}

#supp-content ul li::marker {
    color: var(--global--color-green);
}

/*faq style*/
#faq-row {
    margin: 40px -20px 20px -20px;
    background-image: var(--faq-image);
    background-position: 98% 5%;
    background-repeat: no-repeat;
    background-color: #FCFFF9;
    padding: 20px 20px 40px 20px;
}

#faq-row h2 {
    margin-bottom: 25px;
}

#faq-row .panel-wrapper {
    margin-bottom: 25px;
}

#faq-row h3 {
    margin-bottom: 5px;
    font-weight: 600;
	font-size: var(--global--font-size-h4);
    line-height: var(--global--line-height-h4);
}

/*end of faq syle*/


/*sources list style*/
.source-list {
    margin-bottom: 35px;
    margin-top: 40px;
    border-top: 1px solid var(--global--color-green);
    padding-top: 30px;
}

.source-list h2 {
    margin-bottom: 25px;
}

.sources-details,
.cons_review {
    padding: 10px 0 0 0;
}

.sources-details h3,
.cons_review h3 {
    font-size: var(--global--font-size-h4);
    margin-bottom: var(--global--line-height-h4);
    font-weight: 600;
    margin-bottom: 10px;
}

.single-source, .box-guide {
    margin-bottom: 10px;
}

.single-source h4 {
    margin-bottom: 0;
    font-size: var(--global--font-size-base);
    line-height: var(--global--line-height-base);
    cursor: pointer;
    padding: 10px 35px;
    background-color: var(--global--color-green-background);
    font-weight: 500;
}

.single-source h4:after {
    content: "\002B";
    position: absolute;
    right: 10px;
    font-size: 22px;
}

.sources-text {
    display: none;
    padding: 10px;
    background-color: var(--global--color-green-background);
}

.sources-text a {
    color: var(--global--color-grey-text);
}

.dk h4, .swe h4, .no h4, .fi h4, .de h4, .uk h4, .us h4, .au h4, .in h4 {
    position: relative;
}

.sources-title:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 19px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.dk h4:before {
    background-image: var(--denmark-flag);
}

.swe h4:before {
    background-image: var(--sweden-flag);
}

.no h4:before {
    background-image: var(--norway-flag);
}

.fi h4:before {
    background-image: var(--finland-flag);
}

.de h4:before {
    background-image: var(--germany-flag);
}

.uk h4:before {
    background-image: var(--uk-flag);
}

.us h4:before {
    background-image: var(--us-flag);
}

.au h4:before {
    background-image: var(--australia-flag);
}

.in h4:before {
    background-image: var(--int-flag);
}

/*end of sources list style*/

#contact-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.head-icon {
    padding: 5px;
    text-align: center;
    background-color: var(--global--color-green);
    border-radius: 20px 20px 0 0;
}

.contact-info {
    background-color: var(--global--color-green-background);
    padding: 10px;
    border-radius: 0 0 20px 20px;
	text-align: center;
}

.contact-info a {
    color: var(--global--color-grey-text);
}

/*end of content style*/

/*footer style*/

#pre-footer {
    max-width: 1400px;
    margin: auto;
    display: flex;
}

#back-to-top {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 99;
}

.circle-path {
    fill: var(--global--color-green-background);
}

.powered-by {
    text-align: center;
    color: var(--global--color-grey)
    max-width: 1400px;
    margin: auto;
}

.powered-by a {
    color: var(--global--color-grey);
}

.footer-widget-copyright {
    display: flex;
    justify-content: center;
    color: var(--global--color-grey-text);
    font-weight: 700;
    position: relative;
}

.footer-widget-copyright p {
    padding: 0 15px;
    position: relative;
}

.footer-widget-copyright p:not(:last-of-type)::after {
    content: '|';
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 20px;
}

.footer-widget-top {
    margin-bottom: 10px;
    color: var(--global--color-grey);
}

#pre-footer figure {
    display: none;
}

#pre-footer .widget-area {
    width: 33.33%;
    color: var(--global--color-grey-text);
}

#pre-footer .widget-area .widget-title {
    font-weight: 600;
    color: var(--global--color-grey-text);
}

#pre-footer .widget-area .menu {
    list-style: none;
    padding: 0;
    color: var(--global--color-grey-text);
}

#pre-footer .widget-area .menu li {
    margin-bottom: 5px;
}

#pre-footer .widget-area .menu a {
    color: var(--global--color-grey-text);
    text-decoration: none;
}

#pre-footer .widget-area .menu a:hover {
    text-decoration: underline;
}

#block-5, .wp-block-spacer {
    display: none;
}

/*end of footer style*/

.compa-rating {
    padding: 25px 0;
}

.compa-rating .rmp-heading--title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.compa-rating .rmp-rating-widget .rmp-icon--ratings {
    font-size: 20px;
}

.compa-rating .rmp-rating-widget__icons {
    margin-top: 10px !important;
}

.price-font {
	justify-content: center;
}

/* button shaking */

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  2%,
  8% {
    transform: translateX(5px);
  }
  5%,
  12% {
    transform: translateX(-5px);
  }
  15% {
    transform: translateX(0);
  }
}

#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
	max-height: 12em !important;
}

.shake-btn {
  animation: shake 5s linear infinite;
}

/*ol li products section style*/
.big-toplist {
	display: block;
	list-style: none;
    padding: 0;
    margin: 0;
}

.big-toplist li.def-section {
	display: block;
	border: 1px solid var(--global--color-green-light);
    border-radius: 8px;
    padding: 30px 15px 15px 15px;
	position: relative;
}

/*aditional afp pricetable style*/
.compa-btn span {
    position: relative;
    padding-right: 15px;
}

.compa-btn span:after {
    content: "»";
    position: absolute;
    right: 0;
    top: -3px;
}

#site-navigation .menu-wrapper li.search-icon {
	display: none;
}

/*shorts video in product carousel slider*/

.product-slider iframe {
	height: 400px !important;
}

.product-slider .video-container .rll-youtube-player {
	padding-bottom: 400px !important;
	max-width: 250px;
    margin: auto;
}

.product-slider .video-container .rll-youtube-player img {
	max-height: 400px;
    object-fit: cover;
    height: 400px;
}


/*compa table savier elements*/

.savier-compa, .saiver-td {
  background-color: #f4efff;
}

.savier-compa {
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	position: relative;
}

.savier-explanation span {
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	position: relative;
	opacity: 1;
	text-transform: none;
}

.savier-lbl {
  color: #8353e0 !important;
}

.saiver-td {
  cursor: pointer;
}

.savier-explanation {
  display: none;
  position: absolute;
  top: -60px;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 5px;
  font-weight: 500;
	color: #000;
}

.savier-explanation a {
	line-height: 20px;
	font-weight: 600;
}

.saiver-td {
	flex-direction: column;
	padding-top: 5px;
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 0;
}

.saiver-td img {
	margin: 0 !important;
}

.savier-div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: none;
	font-weight: 600;
}

.savier-div img {
	margin-left: 5px !important;
}

/*additional css for design v3*/

#prod_reviews {
	height: 0;
	visibility: hidden;
}

/*scores section*/

.all-scores {
	display: flex;
	flex-direction: column-reverse;
}

.global-score {
	text-align: center;
	position: relative;
}

.global-score label {
	display: flex;
    justify-content: center;
    align-items: center;
}

.global-score span.score {
	font-size: 32px;
    line-height: 32px;
	color: var(--global--color-green);
	padding: 0 10px;
}

.global-score span.konsument {
	color: var(--global--color-grey);
	text-align: left;
    padding-left: 5px;
}

.global-score span.konsument img {
	margin-bottom: -3px;
    cursor: pointer;
}

.usps ul {
	list-style: none;
    padding: 0;
}

.usps ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 3px;
}

.usps ul li:before {
	content: '';
	background-image: var(--check-image);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	left: 0;
    top: 5px;
    width: 16px;
    height: 12px;
}

.score-item {
	background-color: #e4e4e44d;
	border: 1px solid #e4e4e44d;
    border-radius: 6px;
    padding: 10px;
	text-align: center;
	flex: 0 0 auto; /* Ensure each item takes up its own space */
    width: calc(31% - 20px); /* Show 3 items at a time with gap between them */
	cursor: pointer;
	position: relative;
}

.score-item:hover {
	border: 1px solid var(--global--color-green);
}

.score-item p {
	font-size: 24px;
    font-weight: bold;
    color: var(--global--color-green);
	margin-bottom: 0;
	cursor: pointer;
}

.score-item label {
	font-size: 14px;
	word-break: break-word;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 18px;
	cursor: pointer;
}

/*style for scores carousel slider*/

.score-section {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 800px; /* Adjust based on your layout */
    margin: 15px auto;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
	overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 10px; /* Space between items */
}

/* Navigation buttons */
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
	font-size: 20px;
    color: var(--global--color-grey);
}

.carousel-button.prev {
    left: -6px;
}

.carousel-button.next {
    right: -6px;
}

.carousel-button:disabled {
    display: none;
}

.score-desc {
    display: none;
    position: absolute;
	bottom: 85px;
    left: 0;
	right: 8px;
    z-index: 10; 
    background: #fff; 
    padding: 10px;
    border: 1px solid #ccc; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
	font-size: 12px;
	line-height: 16px;
	border-radius: 6px;
}

.price-part {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	gap: 5px;
}

.disc-open p {
	display: block !important;
}

.afp-price-btn small {
	text-align: left;
}

.afp-price-btn {
	min-width: 100%;
	width: 100%;
	text-align: center;
	display: flex;
    flex-direction: column;
}

.afp-price-btn a {
	background-color: var(--global--color-green-light);
    color: var(--global--color-white);
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 6px;
}

.afp-price-btn a:hover {
	color: var(--global--color-white) !important;
}

.price-part label {
	font-size: 11px;
    background-color: #DFFFC2;
    border-radius: 15px;
    padding: 2px 10px;
	margin-bottom: 5px;
}

.price-part .pricerunner-disc {
	width: 100%;
}

.price-part .pricerunner-disc p {
	display: none;
	font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0 0;
    color: #C2C2C2;
}

.desc-text {
	margin-top: 20px;
	margin-bottom: 15px;
}

.details-prod {
	display: none;
}

.product-content .reviews-title,
.product-content .pros-title,
.product-content .details-title {
	font-weight: 500;
    color: var(--global--color-green-light);
    border-top: 1px solid #E4E4E4;
    padding-top: 10px;
	cursor: pointer;
	padding-right: 30px;
    position: relative;
}

.product-content .reviews-title:after,
.product-content .pros-title:after,
.product-content .details-title:after {
	content: "";
    position: absolute;
    background-image: var(--arrow-image-green);
    background-size: 100%;
    width: 27px;
    height: 22px;
    right: 0;
    top: 10px;
}

.konsument:hover .km-hover {
	display: block;
}

.km-hover {
	display: none;
	position: absolute;
    top: 45px;
    left: 0;
    right: 8px;
    z-index: 22;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
}

.review-comming {
	font-weight: 500;
    color: var(--global--color-green-light);
	text-align: center;
}

.review-comming img {
	margin-bottom: -2px;
    padding-left: 5px;
}

.no-score {
	color: var(--global--color-grey) !important;
}

.low {
    color: #EDC41F !important;
}

.medium {
    color: #78B631 !important;
}

.heigh {
     color: var(--global--color-green) !important;
}

.reseller-rabat {
	display: none;
}

.afp_price_discount_percentage label, .disc-mobile {
	display: none;
}

.discount-afp {
	display: flex;
    justify-content: center;
    gap: 0.2rem;
	font-size: 11px;
    background-color: #FCE838;
    border-radius: 15px;
	width: 94%;
    margin: 0 auto 5px auto;
}

.disc-mobile {
	display: flex;
	position: relative;
	justify-content: right;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}

.disc-mobile p {
	display: none;
}

.disc-mobile img {
	padding: 3px 4.6px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    border: 1px solid darkgrey;
    width: 9px;
    height: 12px;
}

.disc-open p {
	width: 260px;
    top: 12px;
    padding: 10px;
    color: #444444;
    background-color: #f9f9f9;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 32%);
}


/*new style for compa table*/

.table-compa {
	width: 100%;
	position: relative;
}

.table-compa table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.table-compa td {
	padding: 7px;
	border: 1px solid #ddd;
	text-align: center;
}

.table-compa td:first-child {
	position: sticky;
	left: -1px;
	background-color: #f4f4f4;
	z-index: 1;
	min-width: 150px;
	max-width: 150px;
}

.table-compa tbody {
	display: block;
	overflow-y: auto;
	width: 100%;
	border: 1px solid #407C11;
    border-radius: 8px;
	font-size: 13px;
	line-height: 15px;
}

.table-compa tbody tr {
	display: table;
	width: 100%;
}

.table-compa td {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	border: 1px solid #E6E6E6;
}

.product-base .product-image img {
	width: 200px;
    height: 90px;
    object-fit: contain;
    padding: 5px;
}

.product-base .award-name {
	font-size: 12px;
    line-height: 18px;
    text-transform: none;
    padding: 2px 10px;
    background-color: var(--global--color-green);
    color: var(--global--color-white);
    margin-bottom: 5px;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-base p {
	font-size: 13px;
    font-weight: 600;
	color: var(--global--color-green);
}

.product-base p a {
	text-decoration: none;
	color: var(--global--color-green);
}

.product-base .ct-cta label {
	font-weight: 600;
    border: 1px solid var(--global--color-green);
    border-radius: 24px;
    padding: 4px 10px;
    cursor: pointer;
    display: inline-block;
}

.parent-score-row, .parent-score, .global-score-km {
	background-color: #E6E6E6 !important;
	color: var(--global--color-green);
	font-weight: 600;
}

.parent-score-row {
	position: relative;
}

.table-compa .test-results span {
	opacity: 50%;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.arrow-mobile {
	display: none;
	position: sticky;
    right: 0;
    padding-right: 15px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    background-color: #e6e6e6;
    border-top: 1px solid #fff !important;
    padding-bottom: 4px !important;
	padding-top: 4px !important;
}

.score-open .arrow-mobile img {
	transform: rotate(180deg);
}

#comparison_table .child-open {
	display: table !important;
}

.sticky-mobile {
	display: none;
}

.global-score-km .parent-score, .global-score-km .score-data {
	border-bottom: 1px solid #fff;
}

/*outlet*/
.row-2 {
	display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.right-half, .row-2 image {
	max-width: 50%;
    width: 50%;
    min-width: 50%;
}

.outlet-text .bottom-line-outlet {
	margin: 40px -20px 20px -20px;
    background-color: var(--global--color-green-background);
    padding: 25px 20px 20px 20px;
}

.reviewed_product {
	margin-bottom: 30px;
    border-bottom: 1px solid var(--global--color-green);
}

.tidligere {
	padding-top: 30px;
	margin-top: 30px;
    border-top: 1px solid var(--global--color-green);
}

.tidligere-intro h2 {
	color: var(--global--color-green);
	margin-bottom: 30px !important;
}

.outlet-title {
	cursor: pointer;
	padding-right: 30px;
	position: relative;
	font-size: 18px;
}

.outlet-title:after {
	top: 6px;
    background: var(--ms-arrow);
    background-size: 100%;
	content: "";
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
}

.outlet-title.active:after {
	transform: rotate(180deg);
}

.outlet-text {
	display: none;
	padding-bottom: 30px;
}

.reviewed_product .row-2 img {
	max-height: 300px;
	object-fit: contain;
}

.ind-annonc {
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 12px;
	line-height: 12px;
    color: #fff;
    background-color: #808080c9;
    padding: 2px 5px;
    cursor: pointer;
	margin: 0; 
} 

/** Single article disclaimer changes */
.header-disclaimer {
	text-align: center;
	border-top: 2px solid white !important;
	line-height: 16px;
  font-weight: 600;
	padding: 9px 20px;
	color: #000;
}
.header-disclaimer a {
	color: var(--global--color-secondary);
	text-decoration: underline;
}

@media (max-width: 768px) {
  .header-disclaimer {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header-disclaimer {
    font-size: 16px;
    width: 100% !important;
  }
}

.disclaimerSingle span {
  color: #000;
}

.disclaimerSingle a {
  color: #000;
  text-decoration: underline;
}

.disclaimerSingle {
  font-size: 14px !important;
  background-color: rgba(255, 255, 255, 0.9); 
  padding: 0.5rem;
  width: 100%;
}

.disclaimerSingle p {
  font-size: 14px !important;
}

.disclaimer p {
  font-size: 14px !important;
}

/** New mobile and sticky disclaimer in the sidebar */
.newSidebarDisclaimerWrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.newSidebarDisclaimerWrapper.show {
    opacity: 1;
    visibility: visible;
}

.newSidebarDisclaimerWrapper {
    padding: 20px;
    background-color: var(--global--color-white);   
    text-align: center;
    margin-top: 30px;
}

.newDisclaimerHeading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.newDisclaimerText {
    font-size: 16px;
    font-weight: 400;
}

.newDisclaimerLink {
    color: var(--global--color-green-light) !important;
    text-decoration: underline !important;
}

.sticky-toc {
    width: 351px !important;
}

.sticky-toc a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--global--color-grey-text);
    text-decoration: none;
}

/** Mobile disclaimer */
@media (min-width: 1101px) {
    .mobileDisclaimer {
        display: none;
    }
}

@media (max-width: 1101px) {
    .disclaimer-mobile {
        display: none !important
    }

    .mobileDisclaimer {
        position: fixed;
        top: 65px;
        right: 20px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        z-index: 1000;
        transition: all 0.3s ease;
        border: 1px solid #ddd;
        user-select: none;
        opacity: 0;
        visibility: hidden;
    }

    .mobileDisclaimer.show {
        opacity: 1;
        visibility: visible;
    }

    .disclaimer-short {
        text-transform: uppercase;
        color: black;
        font-weight: 900;
    }

    .mobileDisclaimer:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .mobileDisclaimer.expanded {
        font-size: 13px;
        max-width: 250px;
        line-height: 1.6;
        padding: 5px;
    }

    .disclaimerFullAnnon {
        text-transform: uppercase;
        color: black;
        font-weight: 900;
        display: blocK;
    }

    .disclaimer-full {
        padding: 5px;
        color: black;
        font-weight: 900;
    }
} 

/* Meta date styling */
.metaDateCompa {
    width: fit-content;
    text-transform: capitalize;
    font-size: var(--global--font-size-small);
    padding: 0 0 20px 0;
}

.metaDateCompa label {
    color: var(--global--color-green-light);
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
    text-transform: none;
}

.black-friday-bar {
    background-color: black;
    text-align: center;
    color: #ffeb3b;
    padding: 12px 20px;
    font-weight: 600;
    font-family: system-ui;
}

.black-friday-bar img {
    width: 15px;
    height: 15px;
}

.priceButtonOfferText {
    width: 99%;
    display: flex;
    justify-content: center;
    background-color: black;
    border-radius: 15px;
    padding: 0 3px;
    margin-bottom: 5px;
}

.priceButtonOfferText span {
    color: #ffeb3b;
    font-size: 11px;
    font-weight: 500;
    padding: 5px;
}

/* New footer */
.highlightCardsWrapper {
    background-color: #111827;
    padding: 50px 30px;
}

.highlightCards {
    max-width: 1400px;
    margin: 0 auto;
}

.individualCardWrapper {
    display: flex;
    justify-content: space-between;
}

.highlightCardTitle {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 15px;
}

.highlightCardDescription {
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20pX;
}

.highlightCard {
    text-align: center;
    max-width: 300px;
}

.footerMenusWrapper {
    background-color: #1F2937;
    padding: 50px 30px;
}

.footerMenus {
    max-width: 1400px;
    margin: 0 auto;  
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.footerMenusLogo {
    margin-bottom: 15px;
}

.footerMenusSiteDescription p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #D1D5DB;
}

.footerMenusSiteDescription a {
    color: #74B828;
    text-decoration: none;
}

.footerMenusSiteDescription a:hover {
    text-decoration: underline;
}

.footerMenusCard {
    padding: 0 30px 20px 30px;
}

.footerMenusHeading {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-links,
.footer-links li {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    padding: 3px 0;
}

.footer-links li a {
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.footer-links li a:hover {
    color: #74B828;
    text-decoration: underline;
}

.footerLegalInfo {
    max-width: 1400px;
    margin: 0 auto;  
    text-align: center;
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 30px 0;
    border-top: 1px solid #374151;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .individualCardWrapper {
        flex-direction: column;
    }

    .highlightCard {
        margin: 15px auto;
    }

    .footerMenus {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .footerMenusWrapper {
        padding: 50px 15px;
    }

    .footer-info-links ul {
        padding: 0;
    }

    .footerMenusCard {
        padding: 0;
    }

    .footerLegalInfo {
        margin-top: 0;
    }
}

/*header style*/

.logged-in header {
    top: 32px;
}

.header-shadow {
    background-color: var(--global--color-white);
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #A7BC99;
    z-index: 999;
    top: 0;
}

.site-header {
    display: flex;
    justify-content: space-between;
    padding: 9px 10px 7px 10px;
    align-items: center;
    max-width: 1400px;
    margin: auto;
}

@media (min-width: 767px) {
  .site-branding {
      width: 280px;
  }
}

.site-logo img {
    max-width: 300px;
    height: auto;
}

/*
.site-header .site-logo {
	padding: 4px 0;
}
*/

.full-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.breadcrumb, .screen-reader-text {
    display: none;
}

.menu-button-container {
    display: none;
    border: none;
    background: transparent;
}

.menu-button-container .close {
    display: none;
}

#site-navigation .menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    justify-content: flex-end;
    column-gap: 0;
    row-gap: 0;
    flex-direction: row;
    gap: 35px;
    padding-right: 15px;
    list-style: none;
    margin: 0;
	padding-left: 0;
}

#site-navigation .sub-menu-toggle:after {
    content: "";
    position: relative;
    display: block;
    background-image: var(--arrow-image);
    background-size: 100%;
    width: 20px;
    height: 15px;
    margin-left: 0;
}

#site-navigation .sub-menu-toggle {
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
	margin-left: 8px;
}

#site-navigation a {
    font-size: 15px;
    color: #5D5D5D;
    font-weight: 600;
    text-decoration: none;
    font-family: "Open Sans" !important;
}

#site-navigation .current-menu-item a, #site-navigation a:hover {
    color: var(--global--color-green-light);
}

.sub-menu-toggle span,
button.search-button-close {
  display: none;
}

.primary-navigation > .primary-menu-container ul > li
  .sub-menu-toggle[aria-expanded="false"]
  ~ ul {
  display: none;
}

/* Prevent dropdowns from being clipped by parent containers */
.primary-navigation,
.primary-navigation > div,
.primary-navigation > div > .menu-wrapper {
  overflow: visible;
}

/* Make the parent <li> the positioning context + stacking context */
.primary-navigation > div > .menu-wrapper > li {
  position: relative;
  z-index: 10;
}

/* Hide submenu by default */
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  display: none;
}

/* Show submenu when hovering the parent <li> or focusing within */
.primary-navigation > div > .menu-wrapper > li:hover > .sub-menu,
.primary-navigation > div > .menu-wrapper > li:focus-within > .sub-menu {
  display: flex;
}

/* Make wrapper the positioning context (for nav-centered dropdown) */
.primary-navigation > div > .menu-wrapper {
  position: relative;
  overflow: visible;
}

/* Ensure hovered item stays above everything */
.primary-navigation > div > .menu-wrapper > li:hover {
  z-index: 99999;
}

/* Show submenu on hover/focus (if not already in your CSS) */
.primary-navigation > div > .menu-wrapper > li:hover > .sub-menu,
.primary-navigation > div > .menu-wrapper > li:focus-within > .sub-menu {
  display: flex;
}

/* Submenu styling – centered to NAV menu */
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  position: absolute;
  top: 57px;

  left: 50%;
  transform: translateX(-50%);
  right: auto;

  width: 520px;
  max-width: 90vw;

  background-color: var(--global--color-white);
  padding: 15px 10px;
  list-style: none;

  justify-content: space-around;
  align-items: flex-start;

  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  z-index: 9999;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;   /* increase if you still lose hover */
  height: 20px; /* should be >= the gap created by top: 57px */
}

/* Hover bridge: fills the gap between the menu item and submenu */
.primary-navigation > div > .menu-wrapper > li > .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  height: 28px;
}

/* Slightly bigger bridge for the last item (often needed at the edge) */
.primary-navigation > div > .menu-wrapper > li:last-child > .sub-menu::before {
  top: -18px;
  height: 18px;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  width: 100%;
  display: flex;
}

.primary-navigation .primary-menu-container > ul > .menu-item a {
  padding: 20px 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu a {
  padding: 7px 10px;
  width: calc(100% - 20px);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul {
  list-style: none;
  padding-left: 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a {
  font-weight: 500 !important;
  padding: 7px 10px;
  width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a:hover,
.primary-navigation > div > .menu-wrapper > li > .sub-menu a:hover {
  color: var(--global--color-dark-grey) !important;
  background-color: #E4E4E4;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul li {
  display: flex;
  width: 100%;
}


#site-navigation .menu-item:hover > a + .sub-menu-toggle:after,
#site-navigation .sub-menu-toggle[aria-expanded="true"]:after {
    background-image: var(--arrow-image-green);
}

#navigation-search {
    width: 40px;
    max-width: 40px;
    display: flex;
    justify-content: end;
}

.search-button-open {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50px;
    height: 35px;
    background-color: transparent;
}

.search-button {
    cursor: pointer;
    color: var(--global--color-dark-grey);
    transition: 0.3s ease-out;
}

.menu-button-container #primary-mobile-menu[aria-expanded*="true"] .dropdown-icon.open {
    display: none;
}

.menu-button-container #primary-mobile-menu[aria-expanded*="true"] .dropdown-icon.close {
    display: flex;
}

.form-search .visuallyhidden {
    display: none;
}

.form-search input[type="search"] {
    padding: 0 40px;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid var(--global--color-green-light);
    max-width: 100%;
    width: 100%;
    outline: none;
}

.form-search {
    position: relative;
    width: 100%;
}

.form-search .search-button-submit {
    background-color: var(--global--color-white);
}

.main-search {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    outline: none;
    max-width: 100%;
    gap: 30px;
}

.hiding {
    max-height: 0;
    opacity: 0;
    bottom: 0;
    transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}

.overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    z-index: 25;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.overlay .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid;
}

.search-button-close {
    position: absolute;
    top: 8vh;
    right: 7.5vw;
    padding: 0;
    background-color: var(--global--color-white);
    padding: 10px;
}

.search-button-close .icon {
    width: 20px;
    height: 20px;
    padding: 4px;
}

.showing {
    top: 0;
    transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.fill-currentcolor {
    fill: var(--global--color-dark-grey);
}

.search-button-close .fill-none {
    fill: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    width: 100%;
    display: flex;
}

.primary-navigation .primary-menu-container > ul > .menu-item a {
    padding: 20px 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu a {
    padding: 7px 10px;
    width: calc(100% - 20px);
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul {
    list-style: none;
    padding-left: 0;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a {
    font-weight: 500 !important;
    padding: 7px 10px;
    width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul a:hover, .primary-navigation > div > .menu-wrapper > li > .sub-menu a:hover {
    color: var(--global--color-dark-grey) !important;
    background-color: #E4E4E4;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li.menu-item-has-children {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu ul li {
    display: flex;
    width: 100%;
}

.sub-menu > .menu-item {
  min-width: 120px;
}

/*end of header style*/

/* Burger icon */
.burger-line {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.burger-line + .burger-line {
	margin-top: 4px;
}

/* Close icon */
.close-line {
	position: relative;
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.close-line-1 {
	transform: rotate(45deg);
}

.close-line-2 {
	transform: rotate(-45deg);
	margin-top: -2px;
}

.compaHeaderWrap {
  display: flex;
  justify-content: space-between;
}

/* Header navigation */
#compaHeaderNavigation {
  position: relative;
}

/* Top-level menu as flex row */
#compaHeaderNavigation .menu-wrapper {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

/* Top-level LIs – back to relative so submenu is anchored to each parent */
#compaHeaderNavigation .menu-wrapper > li {
  position: relative;
}

/* Top-level links */
#compaHeaderNavigation .menu-wrapper > li > a {
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #5D5D5D;
}

/* ===================================== */
/* LEVEL 1 DROPDOWN (FLEX COLUMNS)       */
/* ===================================== */

#compaHeaderNavigation .menu-wrapper > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);

  /* container width */
  width: max-content;      /* grow to fit all columns */
  max-width: 90vw;         /* but don’t exceed viewport width */
  box-sizing: border-box;

  /* visibility + interactions */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;     /* no hover hit when hidden */

  /* appearance */
  padding: 15px 10px;
  background: #fff;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);

  /* layout for columns */
  display: flex;
  flex-wrap: wrap;          /* wrap columns to a new row if too many */
  gap: 32px;
  align-items: flex-start;

  z-index: 1000;
}

/* Show dropdown on hover of top-level parent – keep centered and make it interactive */
#compaHeaderNavigation .menu-wrapper > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;     /* ONLY the visible submenu can be hovered */
  transform: translateX(-50%) translateY(0);
}

/* Each direct child of LEVEL 1 dropdown = column */
#compaHeaderNavigation .menu-wrapper > li > .sub-menu > li {
  position: static;
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

/* Parent label in column (submenu parent link) */
#compaHeaderNavigation .menu-wrapper > li > .sub-menu > li > a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #5d5d5d;
  padding: 7px 10px;
  font-family: "Open Sans", Arial, sans-serif;
  max-width: 140px;        /* unified width */
  box-sizing: border-box;
  text-decoration: none;
}

/* Hover on column parent link */
#compaHeaderNavigation .menu-wrapper > li > .sub-menu > li > a:hover {
  background: #E4E4E4;
  text-decoration: none;
}

/* ===================================== */
/* LEVEL 2 (CHILDREN UNDER COLUMN PARENT)*/
/* ===================================== */

/* UL of children under each column parent */
#compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: transparent;
  box-shadow: none;
  padding: 0;               /* remove extra padding so it aligns with parent */
  margin: 0;
  list-style: none;
  text-decoration: none;
}

/* Children links under each column parent */
#compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu > li {
  margin: 0;
  padding: 0;
}

#compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu > li > a {
  display: block;
  padding: 5px 10px;        /* same L/R as parent so text lines up */
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  color: #5d5d5d;

  max-width: 140px;        /* same as parent */
  box-sizing: border-box;

  white-space: normal;          /* allow wrapping */
  overflow-wrap: break-word;    /* break long words if needed */
  hyphens: auto;
  text-decoration: none;
}

/* Hover on child links */
#compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu > li > a:hover {
  background: #E4E4E4;
  text-decoration: none;
}

/* ===================================== */
/* ARROW ICON FOR TOP-LEVEL PARENTS      */
/* ===================================== */

#compaHeaderNavigation .menu-wrapper > li.menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #5D5D5D;
}

#compaHeaderNavigation .menu-wrapper > li.menu-item-has-children > a:hover {
  color: #329d01;
}

#compaHeaderNavigation .menu-wrapper > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  top: 45%;
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url('/wp-content/uploads/compa-images/chevron-down.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Hover → change arrow color */
#compaHeaderNavigation .menu-wrapper > li.menu-item-has-children:hover > a::after {
  filter: invert(49%) sepia(96%) saturate(1165%) hue-rotate(64deg) brightness(92%) contrast(92%);
}

/* Header wrapper (unchanged) */
.compaHeaderWrap {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px 7px;
  align-items: center;
  max-width: 1400px;
  margin: auto;
}

/* Disable transitions for submenu links (instant hover) */
#compaHeaderNavigation .menu-wrapper > li > .sub-menu > li > a,
#compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu > li > a {
  transition: none !important;
}

/* Hamburger button (base) */
.compaMenuToggle {
  border: none;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  display: none;
  margin: 0 3px 3px 0;
}

/* 3 bars */
.compaMenuToggle__bar {
  display: block;
  width: 17px;
  height: 2px;
  margin: 2px 0;
  background: #5D5D5D;
  transition: transform .2s ease, opacity .2s ease;
}

/* Turn hamburger into X when menu is open */
.compaMenuToggle.is-open .compaMenuToggle__bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.compaMenuToggle.is-open .compaMenuToggle__bar:nth-child(2) {
  opacity: 0;
}

.compaMenuToggle.is-open .compaMenuToggle__bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Optional: prevent body scroll when nav is open */
body.nav-open {
  overflow: hidden;
}

/* ============================= */
/* MOBILE & TABLET FULL-SCREEN MENU */
/* ============================= */
@media (max-width: 1100px) {

  /* Show hamburger */
  .compaMenuToggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
  }

  .compaHeaderWrap {
    align-items: center;
  }

  /* FULL-SCREEN MENU BELOW HEADER
     Adjust top: 70px to your actual header height */
  #compaHeaderNavigation {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9999;

    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;

    padding: 16px 16px 24px;
    overflow-y: auto;
  }

  #compaHeaderNavigation.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  /* Vertical menu layout */
  #compaHeaderNavigation .menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #compaHeaderNavigation .menu-wrapper > li {
    position: static;
    width: 100%;
  }

  #compaHeaderNavigation .menu-wrapper > li > a {
    display: block;
    padding: 12px 8px;
    font-size: 16px;
  }

  /* Kill desktop hover dropdown behaviour on mobile/tablet */
  #compaHeaderNavigation .menu-wrapper > li > .sub-menu {
    position: static;
    top: auto;
    left: auto;
    transform: none;

    width: 100%;
    max-width: none;
    box-sizing: border-box;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: block; /* ALWAYS visible */
  }

  /* Parent labels inside submenu */
  #compaHeaderNavigation .menu-wrapper > li > .sub-menu > li {
    margin: 0;
    padding: 0;
  }

  #compaHeaderNavigation .menu-wrapper > li > .sub-menu > li > a {
    padding: 5px 8px;
    font-weight: 400;
    max-width: none;
    margin-left: 33px;
    font-size: 14px;
  }

  /* Children under each parent */
  #compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu {
    position: static;
    padding: 0;
    margin: 0;
    max-width: none;
    list-style: none;
    background: transparent;
    box-shadow: none;
  }

  #compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu > li {
    margin: 0;
    padding: 0;
  }

  #compaHeaderNavigation .menu-wrapper > li > .sub-menu .sub-menu > li > a {
    padding: 5px 24px;   /* indent children */
    max-width: none;
    font-weight: 400;
    margin-left: 25px;
    font-size: 14px;
  }

  /* Optional deeper levels */
  #compaHeaderNavigation .menu-wrapper .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 32px;
  }

  /* Instant hover */
  #compaHeaderNavigation a {
    transition: none;
  }

  /* Hide desktop arrow icon on mobile/tablet */
  #compaHeaderNavigation .menu-wrapper > li.menu-item-has-children > a::after {
    display: none;
  }

  #compaHeaderNavigation .menu-wrapper > li.menu-item-has-children > a {
    padding-right: 8px;
  }
}


/* mobile / <= 1100px overlay behavior */
@media (max-width: 1100px) {

  /* Full-screen nav (you already have similar, keep it) */
  #compaHeaderNavigation {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 9999;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
    padding: 20px 16px 24px;
    overflow-y: auto;
    top: 60px;
  }

  #compaHeaderNavigation.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  /* Show close button ONLY when nav is open */
  #compaHeaderNavigation.is-open .compaMenuClose {
    display: block;
  }

  /* Show hamburger on <= 1100px */
  .compaMenuToggle {
    display: inline-flex;
  }

  /* Optional: hide hamburger when menu open */
  #compaHeaderNavigation.is-open ~ .compaMenuToggle {
    display: none;
  }
}

@media only screen and (max-width: 1128px) {
    body.boxed {
        padding: 0 !important;
  }
}

.sub-menu-toggle {
    display: none !important;
}