@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.northernlightshottubs.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(148,41,21);
	--wd-alternative-color: rgb(11,46,58);
	--btn-default-bgcolor: rgb(148,41,21);
	--btn-default-bgcolor-hover: rgb(93,26,14);
	--btn-accented-bgcolor: rgb(148,41,21);
	--btn-accented-bgcolor-hover: rgb(93,26,14);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(148,41,21);
	--wd-link-color-hover: rgb(148,41,21);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(11,46,58);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.page .wd-page-content {
	background-color: rgb(252,251,249);
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(148,41,21);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0b2e3a;
}

/* Spinner Styles */
.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #942915;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    display: block;
    margin: 0 auto;
}

/* Spinner Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide external content initially */
.external-content {
    opacity: 0; /* Hidden initially */
    transition: opacity 0.5s ease-in; /* Smooth fade-in effect */
}

/* Show content once loaded with fade-in */
.external-content.loaded {
    opacity: 1; /* Fully visible */
}

/* This note box is used in Woocommerce Product Descriptions*/
.__ml-note-box {
    background-color: #f5f5f5; /* Light grey background */
    border-left: 4px solid #ccc; /* Subtle left border */
    padding: 15px;
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    margin: 20px 0;
}

.__ml-note-box img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
    flex-shrink: 0; /* Prevents the image from shrinking */
}

.__ml-note-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.__ml-note-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.__ml-note-box p {
    margin: 0;
  
}


img.attachment-150x0.size-150x0 {
    border: 1px solid black; /*woocommerce gallery thumbnails black border*/

}

figure.woocommerce-product-gallery__image {
    border: 1px solid black; /*woocommerce product image black border*/
	margin-bottom: 1px;
}

.whb-sticky-header .__ml-hide-on-sticky-header {display:none;}

/*kleur van submenu op mobile aanpassen */
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    color: black;
}
.__ml-shop-dropdown div.wd-dropdown{
background-color : #0B2E3A;}

.__ml-shop-dropdown div.wd-dropdown a{
color : #ffffff;}
@media (min-width: 1025px) {
	.thumbs-position-left .wd-gallery-thumb .wd-carousel-item img {
      
        border: 1px solid #ccc;
        border-radius: 5px;
    }

/* show HOME menue item only on small screens */
.__ml-mobile-only {display:none !important;}

.__ml-desktop-only {display:block !important;}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* show HOME menue item only on small screens */
/* .__ml-mobile-only {display:none !important;} */

.__ml-desktop-only {display:block !important;}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* show HOME menue item only on small screens */
.__ml-mobile-only {} /*niet nodig om display:block; te zetten!*/

.__ml-desktop-only {display:none !important;}


}

@media (max-width: 576px) {
	/* show HOME menue item only on small screens */
.__ml-mobile-only {} /*niet nodig om display:block; te zetten!*/
.__ml-desktop-only {display:none !important;}
}

