/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/
html {
    scroll-padding-top: 100px; 
}
/*
* ===================================================
*     HEADER
* ===================================================
*/

header {
    display: initial;
}
div[data-qb-area="header"] {
    padding-top: 0.6rem !important;
}

/***  Top-bar  ***/
.top-bar .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.top-bar .row {
    margin: 0;
}
.top-info {
    display-flex;
    flex-direction: row;
    gap: 1.5rem;
    margin: 0 !important;
}
.top-info a {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top-info a:hover {
    text-decoration: underline;
}
.top-info .icon {
    height: 1.75rem;
    margin-right: 0.75rem;
}

@media (max-width: 992px) {
    .top-info a {
        font-size: 0.75rem;
    }
    .top-info .icon {
        height: 1rem;
    }
    .top-bar .row {
    align-items: initial !important;
}
}
@media (max-width: 400px) {
    .top-info {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
}
/***  Navbar  ***/
header nav {
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0px 2px 13px #6b7489;
}
header nav .container {
    max-width: 100%;
    padding: 10px 30px;
}
header nav .navbar-nav {
    gap: 20px;
    font-weight: 600;
    align-items: center;
}
header nav li .nav-link {
    padding: 0 !important;
}

#sidebarLeft .nav-link.secondary-button {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

#sidebarLeft .dropdown .dropdown-toggle {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-dropdown-toggle::after {
    margin-top: 0 !important;
}

#button-search-desktop {
    background-color: #5ca6ff;
}

.navbar-icon {
    stroke-width: 5px;
}
header nav .nav-item .dropdown-item {
    color: #0e1744 !important;
}

.icon-count {
    background-color: #5ca6ff;
    font-size: 0.8rem;
    font-weight: 800;
}
.mobile-nav-link.primary-button,
.mobile-nav-link.secondary-button {
    border: none;
}

@media(min-width: 2000px) {
    nav .container {
        max-width: 2000px;
    }
}

/***  Buttons  ***/
.btn {
    letter-spacing: normal;
    text-transform: none;
    font-size: 1rem;
    font-weight: 600;
    border: none;
}

.primary-button, 
nav li.nav-item .nav-link.primary-button {
    background-color: #5ca6ff;
    padding: .525rem .75rem !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1.6;
}
.secondary-button, 
header nav li.nav-item .nav-link.secondary-button {
    background-color: #deebff;
    padding: .525rem .75rem !important;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1.6;
}
.third-button, .third-button:hover {
    background-color: #1A3787;
    color: #fff;
}
.disabled-button,
.disabled-button:hover {
    opacity: 0.6;
}
.primary-button:hover, .secondary-button:hover, .third-button:hover {
    opacity: 0.7;
    transition: ease-in-out .15s;
}
.buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.buttons a {
    width: max-content;
}

.text-link {
    font-weight: 600;
    color: #5ca6ff;
    font-size: 1.1rem;
}
.text-link:hover {
    color: #5ca6ff;
}

/*
* ===================================================
*     STARTPAGE
* ===================================================
*/

section[data-qb-element="custom"] {
    max-width: 100%;
    padding: 0;
    margin:0;
}
section[data-qb-element="custom"] .row {
    margin: 0 !important;
}
section[data-qb-element="custom"] .col-12 {
    padding: 0 !important;
}
/***  Hero  ***/
.hero-stuff {
    height: 100%;
    display: flex;
    background-color: #eff5ff;
    width: 100%;
    padding-left: 70px;
    margin: 0 auto;
    justify-content: flex-end;
}
.hero-stuff .hero-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0e1744 !important;
    padding: 80px 70px 80px calc(-640px + 50vw);
    width: 100%;
    flex-basis: 50%;
}
.hero-stuff .hero-imgs {
    position: relative;
    width: 100%;
    flex-basis: 50%;
}

.hero-stuff .hero-imgs .img {
    height: 100%;
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}

.hero-stuff .hero-imgs .svg {
    position: absolute;
    z-index: 1;
}
.hero-stuff .hero-imgs .svg-large {
    left: -2px;
    top: 0;
    height: 100%;
    max-height: 700px;
}
.hero-stuff .hero-imgs .svg-small {
    display: none;
    width: 100%;
    bottom: -2px;
}

.hero-stuff .ontop-title {
    font-size: 1.2rem;
    margin-bottom: 0.2rem !important;
    color: #5ca6ff;
    font-weight: 600;
}
.cta-buttons {
    display: flex;
    gap: 10px;
}

@media (max-width: 992px) {
    .hero-stuff {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }
    .hero-stuff .hero-text {
        align-items: center;
        width: 100%;
        padding: 80px 40px;
    }
    .hero-stuff .hero-text p {
        font-size: 1.1rem;
    }
    .hero-stuff .hero-text h1 {
        font-size: 1.75rem;
    }
    .hero-stuff .hero-text .ontop-title {
        font-size: 1rem;
    }
    .hero-stuff .hero-imgs {
        width: 100%;
    }
    .hero-stuff .hero-imgs .svg-large {
        display: none;
    }
    .hero-stuff .hero-imgs .svg-small {
        display: block;
    }
}
@media (max-width: 425px) {
    .hero-stuff .cta-buttons {
        max-width: 150px;
        flex-direction: column;
    }
}

/***  USP-section ***/
.start-uspsection .service-column-variation1 {
    border: none !important;
    padding: 0 25px;
}
.start-uspsection .service-column-variation1 img {
    max-width: 90px;
}
@media (max-width: 400px) {
    .start-uspsection .service-column-variation1 {
        margin-bottom: 2.5rem !important;
    }
}
section.start-uspsection .service-text {
    white-space: normal;
    min-width: 200px;
}
section.start-uspsection ~ section.section_element {
    text-align: center;
}


/*** content with image section ***/
.about-stuff {
    height: 100%;
    display: flex;
    background-color: #eff5ff;
    width: 100%;
}
.about-stuff .about-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0e1744 !important;
    padding: 50px calc(-600px + 50vw) 50px  70px;
    width: 100%;
    flex-basis: 50%;
}
.about-stuff h2 {
    font-size: 1.8rem;
}
.about-stuff .about-imgs {
    position: relative;
    padding: 0 0 0 calc(-720px + 50vw);
    display: flex;
    align-items: flex-end;
}

.about-stuff .about-imgs .img {
    height: 100%;
    max-height: 400px;
    aspect-ratio: 4/3.4;
    object-fit: cover;
    padding-top: 1rem;
}

.about-stuff .about-imgs .svg {
    position: absolute;
    z-index: 1;
}
.about-stuff .about-imgs .svg-large {
    right: -1px;
    bottom: -1px;
    height: 100%;
    max-height: 400px;
}
.about-stuff .about-imgs .svg-small {
    display: none;
    width: 100%;
    bottom: -1px;
}
.about-stuff .ontop-title {
    font-size: 1.2rem;
    margin-bottom: 0.2rem !important;
    color: #5ca6ff;
    font-weight: 600;
}
.about-stuff a {
    width: max-content;
}
@media (max-width: 992px) {
    .about-stuff {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }
    .about-stuff .about-text {
        align-items: center;
        width: 100%;
        padding: 80px 40px 0;
        max-width: 500px;
    }
    .about-stuff .about-text p {
        font-size: 1.1rem;
    }
    .about-stuff .about-text h2 {
        font-size: 1.5rem;
    }
    .about-stuff .about-text .ontop-title {
        font-size: 1rem;
    }
    .about-stuff .about-imgs {
        width: 100%;
        height: auto;
        max-height: 100%;
    }
    .about-stuff .about-imgs .img {
        width: 100%;
        max-height: 100%;
        aspect-ratio: 6/5.2;
        padding: 1px;
    }
    .about-stuff .about-imgs .svg-large {
        display: none;
    }
    .about-stuff .about-imgs .svg-small {
        display: block;
    }
}

@media (min-width: 992px) {
    .about-stuff .about-imgs .svg-large,
    .about-stuff .about-imgs .img {
    max-height: 500px;
    }
     .about-stuff .about-text {
        padding: 35px calc(-450px + 48vw) 35px 35px;;
    }
}
@media (min-width: 1250px) {
    .about-stuff .about-text {
        padding: 50px calc(-600px + 50vw) 50px  70px;
    }
}
@media (min-width: 1450px) {
    .about-stuff .about-imgs {
        padding: 0 0 0 calc(-570px + 50vw);
    }
}

/*** Our services ***/
.start-uspsection.our-services .service-column-variation1 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.start-uspsection.our-services .service-column-variation1 img {
    max-width: 230px;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 5px;
}
.start-uspsection.our-services .service-column-variation1 a {
    max-width: max-content;
}

/*** Veckans erbjudande ***/
.discount-section .image {
    max-width: 350px;
}
.discount-section .discount-icon {
    position: absolute;
    top: -20px;
    right: 0;
    height: 120px;
}
.discount-section .ontop-title {
    font-size: 1.2rem;
    font-weight: 900;
    color: #5CA6FF;
}
.discount-section h2 {
    font-size: 2.3rem;
}
@media (max-width: 992px) {
    .discount-section img {
    max-width: 300px;
}
.discount-section h2 {
    font-size: 1.8rem;
}
}

/***  FAQ  ***/
.faq {
    background-color: #eff5ff;
}
.questions-toggle a,
.questions-toggle a:hover,
.questions-toggle a:focus,
.questions-toggle a:active,
.questions-toggle a:visited {
    color: #0e1744 !important;
}
.questions-toggle a span.block-toggler-icon::before,
.questions-toggle a span.block-toggler-icon::after,
.questions-toggle .block-toggler:hover .block-toggler-icon:after,
.questions-toggle .block-toggler:hover .block-toggler-icon:before,
.questions-toggle .block-toggler[aria-expanded="true"] span.block-toggler-icon::after,
.questions-toggle .block-toggler[aria-expanded="true"] span.block-toggler-icon::before {
    background-color: #0e1744 !important;
}
.questions-toggle .question,
.questions-toggle .contact-cta {
    border-top: 2px solid #fff;
}
.questions-toggle .question li a {
    text-decoration: underline;
    font-weight: 600;
}
/*
* ===================================================
*     PRODUCTS
* ===================================================
*/
.s-productsort-list {
    gap: 2%
}
.s-productsort-list .product,
.swiper-wrapper .product {
    padding: 2rem;
    box-shadow: 0 0 8px #e9ecef;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
}
.s-productsort-list .product {
    margin-bottom: 2%;
    flex: 0 0 32%;
    max-width: 32%;
}
@media (max-width: 992px) {
    .s-productsort-list .product {
        flex: 0 0 48.5%;
        max-width: 48.5%;
        margin-bottom: 3%;
    }
        .s-productsort-list {
            gap: 3%;
            margin: 0 !important;
    }
}
@media (max-width: 430px) {
    .s-productsort-list .product {
        flex: 0 0 100%;
        max-width: 100%; 
        margin-bottom: 18px;
    }
}
.product .product-price {
    font-size: 1.2rem;
    font-weight: 600;
}
.product .text-soldout {
    font-size: 1.2rem;
}
.product .product-before-price, 
#product .product-before-price {
    font-size: 1.2rem;
}
.product .discounted-price,
#product .discounted-price {
    color: #f76383;
    opacity: 1;
}

.product .wishlist-icon,
.product-image .wishlist-icon,
#product .wishlist-btn {
    display: none;
}
#product .product-price {
    font-weight: 600 !important;
}
.product-addons .discount-icon,
.product-image .discount-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
}
.product-image a:hover {
    opacity: 1;
}
.product-image img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
}
.add-to-cart-button .btn {
    width: 100%;
    margin-top: 1rem;
}
@media (max-width: 400px) {
.add-to-cart-button .btn {
    font-size: 0.8rem;
    margin-top: 0.4rem;
}
}
@media (max-width: 992px) {
    .product-addons .discount-icon,
    .product-image .discount-icon {
    height: 50px;
}
.add-to-cart-button .btn {
    line-height: 1.4;
    font-size: 0.8rem;
}
}
.filter-option {
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.productpage-image {
    max-height: 600px;
    object-fit: contain;
}
@media (max-width: 992px) {
    .productpage-image {
        max-height: 500px;
    }
}
@media (max-width: 400px) {
    .productpage-image {
        max-height: 400px;
    }
}
#detailSlider {
    position: relative;
}
#detailSlider .discount-icon {
    position: absolute;
    z-index: 2;
    width: 130px;
}
@media (max-width: 750px) {
    #detailSlider .discount-icon {
        width: 75px;
    }
}

.compatibility p {
    font-weight: 600;
    font-size: 1.1rem;
}
.compatibility li::marker {
    color: #5ca6ff;
}

/***  Product slider  ***/
section[data-qb-element="productslider"] .swiper-container,
div[data-qb-element="productpage_rp_max_count"].swiper-container {
    padding: 1rem;
}
section[data-qb-element="productslider"] .product {
    margin-bottom: 0;
}
@media (max-width: 450px) {
section[data-qb-element="productslider"] .product h3,
section[data-qb-element="productslider"] .product span,
section[data-qb-element="productslider"] .product .product-before-price {
    font-size: 0.85rem !important;    
}
}

/*
* ===================================================
*     BLOG
* ===================================================
*/

/***   Blogposts   ***/
.bloglist article.post {
    margin-bottom: 1rem !important;
}
.bloglist article.post .blog_post_image img {
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 1.4/1;
}
.bloglist article.post .blog_post_content + a:hover {
       color:#fff;
}
.bloglist article.post.display-none {
    display: none;
}


/*
* ===================================================
*     CONTACT
* ===================================================
*/
@media (max-width: 400px) {
.contact-information-text {
    font-size: 0.8rem;
}
}
.breadcrumb {
    font-size: 1rem;
}

/*
* ===================================================
*     FOOTER
* ===================================================
*/
footer {
    font-size: 0.85rem;
}
#footerMenu0 .icon.icon-phone,
#footerMenu0 .icon.icon-mail {
    width: 28px;
    margin-right: 0.75rem;
}
#footerMenu0 .icon.icon-place {
    width: 24px;
    margin-right: 0.75rem;
}

#footerMenu0 li {
    margin-bottom: 20px;
}
#footerMenu0 a {
    white-space: nowrap;
    font-weight: 600;
}
footer .footer-newsletter {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
footer hr {
   border-top: 1px solid rgba(255,255,255,.5);
}
/*
* ===================================================
*     Pages
* ===================================================
*/
/*** Header ***/

	.page-heading {
		height: 100%;
		display: flex;
		background-color: #eff5ff;
		width: 100%;
		padding-left: 70px;
		margin: 0 auto;
		justify-content: flex-end;
	}
	
	.page-heading .page-heading-text {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 30px 70px 30px calc(-640px + 50vw);
		width: 100%;
		flex-basis: 65%;
	}
	
	.page-heading p {
		font-size: 1.1rem;
	}
	
	.page-heading .page-heading-imgs {
		position: relative;
		width: 100%;
		flex-basis: 35%;
	}
	
	.page-heading .page-heading-imgs .img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		aspect-ratio: 3/1.5;
	}
	
	.page-heading .page-heading-imgs .svg {
		position: absolute;
		z-index: 1;
	}
	
	.page-heading .page-heading-imgs .svg-large {
		left: -2px;
		top: 0;
		height: 100%;
	}
	
	.button-links {
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		align-items: center;
	}

	@media (max-width: 992px) {
		.page-heading {
			flex-direction: column-reverse;
			align-items: center;
			padding: 0;
		}
		.page-heading .page-heading-text {
			align-items: center;
			width: 100%;
			padding: 40px 30px;
		}
		.page-heading .page-heading-text p {
			font-size: 1.1rem;
		}
		.page-heading .page-heading-text h1 {
			font-size: 1.5rem;
		}
		.page-heading .page-heading-imgs {
			width: 100%;
		}
		.page-heading .page-heading-imgs {
			display: none;
		}
	}
	
	@media (max-width:620px) {
		.button-links {
			flex-direction: column;
		}
	}

/*** Content ***/

.qb-custom-wrapper.qb-custom-wrapper-inline div {
    background: #fff !important;
}


.custom-page {
    padding: 0;
}
.custom-page .narrow-content {
    max-width: 900px;
    margin: 0 auto;
}
.custom-page .round-img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.custom-page .text-image-section img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
} 
.custom-page .service-column-variation1 {
    border: none !important;
}
.custom-page .service-column-variation1.hearing-protection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.custom-page p a,
.custom-page li a {
    text-decoration: underline;
}
.custom-page .service-column-variation1 img {
    max-width: 250px;
}
.custom-page .start-uspsection .service-column-variation1 img {
    max-width: 90px;
}
.custom-page li {
    margin-bottom: .5rem;
}

.custom-page .four-steps .step-card {
    border-radius: 5px;
    box-shadow: 0 0 8px #e9ecef;
}

.custom-page .four-steps .step-number {
    position: absolute;
    background: #5ca6ff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    vertical-align: super;
    color: white;
    font-weight: 800;
    z-index: 2;
    font-size: 1.2rem;
}
.custom-page .four-steps img {
    max-width: 100%;
}
.custom-page .video-frame iframe {
    height: 300px;
}
@media (min-width: 620px) {
    .custom-page .video-frame iframe {
        height: 400px;
    }
}
@media (min-width: 992px) {
    .custom-page .video-frame iframe {
        height: 600px;
    }
}

/*
* ===================================================
*     ABOUT PAGE
* ===================================================
*/
/*** Header ***/
.about-us-hero {
    background-image: url(https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/7630B/files/hero-background.png); 
    background-position: bottom; 
    background-repeat: no-repeat; 
    background-size: cover;
}


.about-us-hero .about-us-content {
    display: flex;
    justify-content: center;
    gap: 75px;
}

.about-us-hero .hero-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0e1744 !important;
    flex-basis: 65%;
}
.about-us-hero  .hero-image  {
    width: 100%;
    flex-basis: 35%;
}
.about-us-hero .hero-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    max-width: 500px;
}

.about-us-hero .ontop-title {
    font-size: 1.2rem;
    margin-bottom: 0.2rem !important;
    color: #5ca6ff;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .about-us-hero .hero-text {
        flex-basis: 55%;
    }
    .about-us-hero .hero-image {
        flex-basis: 45%;
    }
}
@media (max-width: 992px) {
    .about-us-hero {
    background-image: url(https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/7630B/files/hero-background-sm.png); 
    }
    
    .about-us-hero h1 {
        font-size: 1.75rem;
    }
    .about-us-hero .about-us-content {
        flex-direction: column-reverse;
        gap: 40px
    }
    .about-us-hero .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .about-us-hero .hero-image {
        justify-content: center;
    }
}

.about-us-page .start-uspsection.our-services .service-column-variation1 img {
    max-width: 250px;
}
.about-us-footer {
    background-image: url(https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/7630B/files/footer-background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-footer .container {
        max-width: 600px;
}
@media (max-width: 992px) {
    .about-us-footer {
    background-image: url(https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/7630B/files/footer-background-sm.png); 
    }
}