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

@media only screen and (max-width: 1400px) {
    #site-navigation a {
        font-size: var(--global--font-size-small);
    }

    .search-input svg {
        width: 15px;
    }

    .main-content {
        gap: 30px;
    }
}

@media only screen and (max-width: 1300px) {
	#site-navigation .menu-wrapper {
        gap: 25px;
    }
}

@media only screen and (max-width: 1200px) {
	#site-navigation .menu-wrapper {
        gap: 10px;
    }
}

@media only screen and (max-width: 1100px) {

    #site-navigation .sub-menu-toggle {
        display: none;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        display: flex !important;
    }

    .main-content {
        flex-direction: column;
    }

    body {
        background-color: var(--global--color-white) !important;
    }

    .primary-navigation > .primary-menu-container {
        display: none;
    }

    /* Full-width fixed overlay menu centered across the viewport */
    .primary-navigation-open .primary-navigation > .primary-menu-container {
    display: block !important;
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100vh - 52px);
    background-color: #fff;
    overflow: auto;
    z-index: 9999;
    box-sizing: border-box;
    bottom: -5px;
    }

    #site-navigation .menu-wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        position: relative;
        flex-direction: column;
        padding: 10px 20px;
        box-shadow: none;
        top: 0;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
        margin-bottom: 20px;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu li > .sub-menu li {
        margin-bottom: 0;
    }

    .menu-button-container {
        display: flex;
        justify-content: space-between;
    }

    #primary-mobile-menu {
        background: transparent;
        border: none;
    }

    #site-navigation .sub-menu-toggle:after {
        width: 24px;
        height: 17px;
        margin-left: 20px;
    }

    #site-navigation .sub-menu-toggle[aria-expanded="true"]:after {
        transform: rotate(180deg);
        top: 5px;
    }

    #site-navigation .menu-wrapper {
        gap: 15px;
    }

    #site-navigation a {
        margin-right: 20px;
    }

    .search-button-open  {
        margin-top: -4px;
    }

    .related-posts-sidebar {
        display: none;
    }

    .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;
    }

    #back-to-top {
        bottom: 100px;
    }

    .article-content {
        width: calc(100% - 40px);
        padding-right: 20px;
    }

    #content {
        background-color: #fff;
    }
}

@media only screen and (max-width: 767px) {
		
	.sticky-mobile {
		display: block !important;
		position: absolute;
		right: -1px;
		top: 50%;
	}
	
	#comparison_table .arrow-mobile {
		display: table-cell;
	}
	
	#comparison_table .child-spec-row {
		display: none;
	}

    #comparison_table .child-spec-row.child-open {
        display: table-row !important;
    }
	
	#comparison_table .parent-score-row td {
		border-top: 1px solid #fff;
	}
	
	#comparison_table.table-compa td {
		width: 170px;
		min-width: 170px;
		max-width: 170px;
	}
	
	#comparison_table .product-base .product-image img {
		width: 165px;
	}
	
	.prod-section .product-slider {
		max-width: 100%;
	}
	
	.review-detail {
		padding: 20px 5px;
		flex: 1 1 calc(50% - 15px) !important;
    	max-width: calc(50% - 15px) !important;
	}
	
	.details .details-prod-open {
		display: flex !important;
		flex-direction: column;
	}
	
	.price-part {
		align-items: center;
	}
	
	.def-section .award, .def-section .awards {
		position: relative;
		top: 0;
        margin-top: -15px;
        margin-left: -15px;
	}
	
	.all-scores {
		flex-direction: column;
	}
	
	.global-score {
		order: 2;
	}
	
	.score-section {
		order: 3;
        padding: 18px 0;
	}
	
	.usps {
		order: 4;
	}
	
	.price-part {
		border-bottom: 1px solid #E4E4E4;
        padding-bottom: 20px;
        margin-top: 0;
        order: 1;
	}
	
	.author-name label {
		text-decoration: underline;
		text-decoration-color: var(--global--color-green-light);
	}
	
	.author-name label:after, .user-header a:after {
		content: none !important;
	}
	
	#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
		max-height: 10em !important;
	}
	
	.def-section .image-box img {
		height: 150px;
	}
	
	.mobile-hidden {
        visibility: hidden;
        height: 5px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .reviews .review-scores {
        width: 50%;
    }

    body .compa-row img {
        max-width: 75px !important;
    }

    .table-row .product-image img {
        height: 60px;
    }

    .table-row label, .main-spec {
        padding: 5px;
    }

    .award-name {
        padding: 0 5px !important;
    }

    .compa-rating {
        padding: 0 !important;
    }

    .def-section:first-of-type {
        padding-top: 20px;
    }

    #prod_reviews {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .ct-title {
        margin: 20px 0 25px 0 !important;
    }

    .table-row .single-row {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }

    .product-content {
        flex-direction: column;
    }

    .specif {
        width: calc(100% - 20px);
        float: none;
        margin: 0 0 20px 0 !important;
        order: 2;
    }

    .video-sec {
        order: 3;
    }

    .video-sec iframe {
        max-height: 200px;
    }

    .pure-link {
        order: 4;
        font-size: 13px;
        width: calc(100% - 20px);
        margin-top: 0;
    }

    .pros-cons {
        flex-direction: column;
    }

    .pros, .cons {
        width: calc(100% - 30px);
    }

    .article-content, footer {
        width: calc(100% - 30px);
    }

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

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

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

    #dots, #readBtn {
        display: inline;
    }

    .sources-text p {
        font-size: 14px;
    }
	
	.disc-mobile {
		display: flex;
	}

	.price-part {
		gap: 5px;
	}
	
	.disc-open p {
		display: block !important;
	}
	
    #more2, .price-part .pricerunner-disc p {
        display: none;
    }

    .disclaimer-mobile {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 0;
        background-color: rgb(255 255 255 / 30%);
        padding: 5px;
        border-bottom-right-radius: 12px;
        border-top-left-radius: 12px;
        font-size: 12px;
        color: #4E4E4E;
    }

    .hero-section .disclaimer {
        display: none;
    }

    .article-image {
        max-height: 250px;
    }

    .main-search {
        max-width: calc(100% - 40px);
        margin: auto;
        gap: 10px;
    }

    .form-search input[type="search"] {
        padding: 0 15px;
    }

    #pre-footer {
        flex-direction: column;
        font-size: var(--global--font-size-small);
    }

    #pre-footer .widget-area {
        width: 100%;
    }

    footer {
        padding: 10px 15px;
        background-color: #111827;
    }

    .powered-by {
        padding-top: 20px;
        font-size: var(--global--font-size-small);
    }

    .footer-widget-copyright p {
        padding: 0 5px;
        font-size: var(--global--font-size-small);
    }

    .footer-widget-copyright {
        font-weight: 600;
    }

    .site-main .article-content {
        padding: 0 15px 30px 15px;
    }

    .post_meta {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .meta-users, .update_date {
        width: 100%;
    }

    .update_date {
        text-align: left;
        margin-top: 5px;
    }

    .author-box {
        width: 100%;
    }

    #faq-row {
        padding-bottom: 10px;
        margin: 30px -15px 20px -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .update-section {
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    #method-section .method .method_text {
        font-weight: 600;
    }

    .method_content .method-btn {
        font-size: 14px;
        width: 180px;
        margin: 15px auto;
    }

    #method-section .method .method_text::after {
        right: 0;
    }

    #method-section {
        margin-bottom: 15px;
    }

    .product-item p {
        font-size: 12px;
        line-height: 17px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .product-item label {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .prod-item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .load-more, .load-less {
        font-size: 14px;
        padding-right: 30px;
    }

    .more-products .load-more:after {
        width: 24px;
        height: 18px;
        top: -2px;
    }

    .more-products .load-less:after {
        width: 24px;
        height: 18px;
        top: 3px;
    }

    #supp-content .single-photo {
        width: 100%;
        float: none;
        margin: 10px 0;
    }

    .note-image p {
        font-size: 12px;
        line-height: 18px;
    }

    .test-asterix {
        right: 0;
    }

    .award-asterix {
        right: 0;
        left: 0;
    }

    .asterix-img {
        width: 10px;
        height: 13px;
    }

    .single-compareview .compa-row .compa-btn {
        line-height: 24px !important;
		padding: 5px 7px !important;
    }
	
	.price-part .pricerunner-disc p {
		text-align: center;
	}
}

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

    .header-disclaimer {
        font-size: 12px;
    }

    .single-compareview .limiter .col-md-3 {
        padding: 0 0 !important;
    }
	
	.afp-price-btn, .price-part .pricerunner-disc {
		min-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 560px) {
	
	.afp-price-btn, .price-part .pricerunner-disc {
		min-width: 100%;
		width: 100%;
	}

    h1 {
        font-size: var(--global--font-size-h2);
        line-height: var(--global--line-height-h2);
        margin-bottom: 10px;
    }

    .article-image {
        max-height: 180px;
    }

    .site-branding {
        width: 220px;
    }

    .footer-widget-copyright p:not(:last-of-type)::after {
        content: none;
    }

    .footer-widget-copyright p {
        margin: 0;
    }

    .footer-widget-copyright {
        flex-direction: column;
        padding: 20px 0;
    }

    .site-logo img {
        width: 220px;
    }

    #content {
        padding-top: 52px;
    }
	
	.sticky-toc {
		gap: 0;
	}

	.product-slider .single-slide img {
		max-height: 250px;
	}
}


@media only screen and (max-width: 420px) {
	
	#comparison_table.table-compa td {
		width: 150px;
		min-width: 150px;
		max-width: 150px;
	}
	
	#comparison_table .product-base .product-image img {
		width: 140px;
	}
	
	.carousel-track {
		gap: 8px;
	}
}

@media only screen and (max-width: 380px) {
	.carousel-track {
		gap: 6px;
	}
	
	.global-score span.konsument {
		padding-left: 0;
	}
}

@media only screen and (max-width: 350px) {
    .sticky-toc a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
	
	.product-content {
		margin-top: 30px;
	}
	
	.score-section {
		padding: 25px 15px;
		border-bottom: 1px solid #E4E4E4;
	}
	
    /*
	.prod-section {
		display: flex;
		margin: 25px 0 0 0;
		align-items: start;
	}
	
	.prod-section .image-box, .prod-section .product-slider {
		width: 50%;
   		min-width: 50%;
	}
	
	.prod-section .all-scores {
		width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        padding-left: 20px;
	}
        */
	
	.all-scores {
		justify-content: start;
		flex-direction: column;
	}
	
	.all-scores .global-score {
		order: 1;
	}
	
	.all-scores .score-section {
		order: 2;
	}
	
	.global-score label {
		justify-content: start;
	}
	
	.all-scores .usps {
		order: 3;
	}
	
	.price-part {
		order: 4;
	}
	
    .form-search {
        max-width: 720px;
    }

    .numStats span {
        font-size: 36px;
    }

    .analyzeNumbersWrapper {
        gap: 20px;
    }
}