/*
Theme Name: Seaco
Theme URI: https://www.seaco.nl
Description: Seaco door OneStep Media
Author: OneStep Media
Author URI: https://www.onestepmedia.nl
*/
@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-theme.css'); html{	scroll-behavior: smooth;}html, body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}
.container .vollebreedte{
  width: 100vw;              /* Zorgt dat het element de volle breedte van de viewport krijgt */
  position: relative;        /* Maakt het mogelijk om met left/margin te werken */
  left: 50%;                 /* Verplaatst het element naar rechts */
  right: 50%;                /* En naar links voor balans */
  margin-left: -50vw;        /* Trek de helft van de viewport breedte af zodat het element begint bij de linkerzijde */
  margin-right: -50vw;       /* En dus eindigt bij de rechterzijde */
  box-sizing: border-box;	
}
.vollebreedtepadding{
	padding:0px 9vw;
}
.container_vollebreedte{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body .is-layout-flex{
	align-items:center!important;
}
@media (min-width: 1200px) {
    .container_vollebreedte {
        width: 1250px;
    }
}
body { 	
	font-family: "raleway", Sans-serif;
	color:#131313;
	background:#fff;
}

a:hover{
	text-decoration:none;
	color:#589187;
}

/* ================================================== HEADER ================================================== */

.logo{
	padding:20px 0px;
	margin-top:25px;
	max-width:180px!important;
}

.usp{
	background:#DDE9E9;
	font-family: "raleway", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #5f95a1;
	padding:20px 0px;
	margin-bottom:20px;
}

@media (max-width: 960px) {
	.top_menu_desktop{
		display:none!important;
	}
	.shop-archive-layout{
		padding:0px 15px;
	}
	.osm-pdc-footer-close{
		top:0px!important;
		position:absolute!important;
		right:0px!important;
	}
	.shop-archive-layout .shop-main ul.products li.product{
		width:50%!important;
	}
}
@media (min-width: 960px) {
	.top_menu_mobiel{
		display:none!important;
	}
	.social-mobile{
		display:none!important;
	}
}


/* ================================================== FRONTPAGE ================================================== */

.frontpage-banner h2{
	color:#fff!important;
}

img.visspecialist {
	position:absolute;
	left:-150px!important;
}
.referenties{
	position: relative;
    background: #f5f5f5;
    padding: 60px 0;
}
.referenties::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: inherit;
	z-index: -1;
}
.referenties h2{
	color:#0e7fa7!important;
}

/* ================================================== PAGE ================================================== */
.page{
	margin-bottom:100px;
}

.bg-full {
	position: relative;
	background: #f5f5f5;
	padding: 60px 0;
}
.bg-full h2{
	color:#fff!important;
}

.bg-full::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: inherit;
	z-index: -1;
}

.bg-full-visspecialist {
	position: relative;
	background: #f5f5f5;
	padding: 60px 0;
}
.bg-full-visspecialist h2{
	color:#fff!important;
}

.bg-full-visspecialist::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: inherit;
	z-index: -1;
	background-image:url('https://www.onestep.media/seaco/wp-content/uploads/2026/04/seaco-logo-half.webp');
	background-repeat:no-repeat;
	background-position:left center;
}

.page button{
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 24px 15px 24px;
    background: #ec6023;
    color: #fff;
    border: 0px solid black;
    margin-bottom: 150px;
    margin-top: 20px;
}
.page h1{
	color:#0e7fa7;
	font-weight:bold;
	font-size:35px;
}
.page h2{
	color:#0e7fa7;
	font-weight:bold;
	font-size:35px;
}
.page h3{
	color:#0e7fa7;
	font-weight:bold;
}
.page p{
	font-size:16px;
}
.page ul{
	font-size:16px;
	padding-top:20px;
	padding-left:30px;
}
.has-fixed-layout {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #6b7280;
}
.has-fixed-layout thead th {
    text-align: left;
    padding: 14px 16px;
    background-color: #f3f4f6;
    color: #111827;
    font-weight: 600;
    border: 1px solid #e5e7eb;
}
.has-fixed-layout td {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
}
.has-fixed-layout tr {
    background-color: #ffffff;
}
.has-fixed-layout tr:hover {
    background-color: #f9fafb;
}
.has-fixed-layout tbody tr:nth-child(even) {
    background-color: #f9fafb;
}
.has-fixed-layout tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.shop-sidebar-block .aws-container .aws-search-form{
	height:49px!important;
}

.categorien figure{
	text-align:center;
	margin-bottom:20px;
}
.categorien p{
	font-size:21px!important;
	color:#0e7fa7;
}
.sfeerfoto img{
	width: 350px;
    right: -90px;
    top: -43px;
    position: absolute;
}
.fullwidth-map {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.fullwidth-map iframe {
    width: 100%;
    height: 250px;
    border: 0;
    display: block;
	margin-bottom:50px;
}
/* ================================================== BLOG ================================================== */

.card-title a{
	font-size:20px;
	color:#0e7fa7!important;
	font-weight:800;
}
.card img{
	max-height:350px!important;
	width:100%!important;
	object-fit:cover;
}
.fullwidth-section {
	position: relative;

	/* Breek uit container */
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;

	/* Optioneel styling */
	padding: 60px 0;
	background: #dfe9ec;
}
.fullwidth-section > * {
	max-width: 85vw; /* jouw container */
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}





.osm-news-list {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.osm-news-item {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 28px;
	align-items: start;
}

.osm-news-thumb {
	display: block;
	text-decoration: none;
}

.osm-news-thumb img,
.osm-news-no-image {
	display: block;
	width: 100%;
	max-height:225px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #e9e9e9;
}

.osm-news-content {
	padding-top: 2px;
}

.osm-news-title {
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 700;
}

.osm-news-title a {
	text-decoration: none;
	color: #0077a8;
}

.osm-news-title a:hover {
	text-decoration: underline;
}

.osm-news-date {
	margin-bottom: 18px;
	font-size: 14px;
	color: #6f6f6f;
}

.osm-news-excerpt {
	font-size: 14px;
	line-height: 1.7;
	color: #2f2f2f;
}

@media (max-width: 767px) {
	.osm-news-item {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

/* ================================================== FOOTER ================================================== */

.widget ul,
.widget li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}
.widget li::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    color: #1e4b48
}

/* ---------- Footer globaal ---------- */
.footer-top{
	width: 700px;
    float: right;
    margin-top: -74px;
}
.footer {
	background: #4abac8;
    font-size: 15px;
	padding:50px 0px;
	color:#fff;
}
.footer h4{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}
.footer ul{
	padding:0px!important;
	margin-top:18px;
}
.footer li{
	list-style-type:none;
	margin-bottom:8px;

}
.footer a{
	color:#fff;
}

.footer p{
	line-height:28px;

}

/* ---------- Footer copyright ---------- */

@media (max-width: 960px) {
	.copyright{
		padding-bottom:20px;	
	}
}

.copyright{
	font-size:12px;
	color:#000;
	padding:10px 0px 10px 0px;
	background:#fff;
}

.copyright p{
	padding-top:12px;
	font-weight:300;
}

.copyright a{
	color:#000;
}
@media (min-width:1025px){
	.copyright .mobiel{
		display:none!important;
		
	}
}
@media (max-width:1025px){
	.copyright .desktop{
		display:none!important;
		
	}
}
.copyright .mobiel{
	text-align:center;
}
.copyright_right{
	text-align:right;
	margin-top:12px;
}


/* ================================================== GLOBAAL ================================================== */

/* ---------- Menu Desktop ---------- */
.menu_desktop{

}
.menu_desktop ul{
    margin-left: -35px;
    text-align: center;
    padding-bottom: 10px;
	float:right;
	margin-top:22px;
}
@media (max-width:960px){
	.menu_desktop ul{
		float:none!important;
		text-align: left!important;
	}
	.menu_desktop li{
		margin: 20px 0px!important;
		padding: 0px 0px!important;
	}
	.logo-mobiel{
		display:block!important;
	}
}
.logo-mobiel{
	display:none;
}
.menu_desktop li{
	display:inline;
	list-style-type:none;
}
.menu_desktop a{
	color:#fff;
	padding:24px 10px 0px 10px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-family: "raleway", Sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.menu_desktop .current_page_item a{
	font-weight:900;
	color:#BBF64A;
}
/* voorkomt dat sub menu's ook activ worden */
.menu_desktop .current_page_item .sub-menu a{
		color:#fff;
	font-weight:normal!important;
	border-top: 0px solid #FFA200!important;
}
/* Basis menu */
.menu_desktop li a {
    position: relative;
    padding-left: 25px; /* ruimte voor icoon */
}

/* Hover */
.menu_desktop li a:hover {
    opacity: 1;
}

/* Active item */
.menu_desktop li.current-menu-item > a::before,
.menu_desktop li.current_page_item > a::before {
    opacity: 1;
}
/* menu top */
.menu_desktop_top li:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #999;
}
.menu_desktop_top{
	margin-top:10px;
}
.menu_desktop_top ul{
    margin-left: -75px;
    text-align: center;
    padding-bottom: 10px;
	float:right;
}
@media (max-width:960px){
	.menu_desktop_top ul{
		float:none!important;
		text-align: left!important;
	}
	.menu_desktop_top li{
		margin: 20px 0px!important;
		padding: 0px 0px!important;
	}
}
.menu_desktop_top li{
	display:inline;
	list-style-type:none;
}
.menu_desktop_top a{
	color:#fff;
	padding-bottom:20px;
	font-family: "raleway", Sans-serif;
    font-size: 14px;
    font-weight: 500;
	padding:0px 0px;
	text-transform:lowercase;
}
.menu_desktop_top a:hover{
	color:#fafafa;
}
.menu_desktop_top .current_page_item a{
	font-weight:bold;
	color:#589187;
}
/* voorkomt dat sub menu's ook activ worden */
.menu_desktop_top .current_page_item .sub-menu a{
		color:#fff;
	font-weight:normal!important;
	border-top: 0px solid #FFA200!important;
}
/* ==== SUB MENU'S ==== */
/* menu submenu nieuw */
.menu-het-hoofd-menu-container,.menu-het-hoofd-menu-2025-test-container{
	margin-left:40px;
}
ul.sub-menu {
	text-align:left!important;
	background:black!important;
}
@media (min-width:1023px){
.sub-menu {
  display: none;
  position: absolute;
  padding: 12px 16px;
  z-index: 1;
  background:#fafafa;
  margin-top:30px;
  box-shadow: 0px 8px 18px -6px rgba(0, 0, 0, 0.3);
  border-radius:5px;
  z-index:999;
}
.menu-item-has-children:hover .sub-menu {
display: block;
display: inline-grid;
margin-left: -135px;
}
.sub-menu li{
	margin:10px 20px;
}	
/* sub sub */
.sub-menu .menu-item-has-children .sub-menu{
	display:none;
}	
.sub-menu .menu-item-has-children:hover .sub-menu{
	display:block!important;
	margin-left:230px!important;
	top:-30px!important;
	border-left:4px solid #05d5ff;
	color:#FFA200;
}
.sub-menu .menu-item-has-children:hover .sub-menu li{
	margin:15px 20px!important;
	display:block!important;
}
}

/* ==== MOBIEL SUB MENU'S ==== */
/* mobiele opmaak */
@media (max-width:1023px){
	.menu_desktop img{
		display:none!important;
	}
	.menu_desktop_top li:not(:last-child)::after{
		content:none!important;
	}
	.menu_desktop a{
		font-size:14px!important;
		color:#fff!important;
	}
	.sticky{
		padding: 3px 0px 3px 0px!important;
	}
	.menu_desktop ul{
		margin:0px!important;
		padding:0px!important;
	}
	.menu-het-hoofd-menu-container,.menu-het-hoofd-menu-2025-test-container{
		margin-left: -35px !important;
        padding-top: 40px;
        padding: 40px 0px;
        width: 110vw !important;
	}
	.menu_desktop li{
		display:block!important;
		margin:20px 20px;
		        padding: 0px 20px;
	}
	/* verbergt de sub */
	ul.sub-menu{
		display:none!important;
	}
	*/ laat de sub zien */
	ul.sub-menu .menu-item-has-children:hover ul.submenu{
		display:block!important;
	}
	.menu-item-has-children:hover ul.sub-menu{
		display:block!important;
		margin-top:20px!important;
		width: 100%;
        margin-bottom: 20px !important;
	}
	.sticky .menu-item-has-children:hover ul.sub-menu{
		margin-top:0px!important;
	}
	
	/* verbergt de sub van de sub */
	ul.sub-menu .menu-item-has-children ul.sub-menu{
		display:none!important;
	}
	
	ul.sub-menu li{
		margin:12px 0px!important;
		background:#000;
		padding: 10px 0px !important;
	}
	.arrowmobile{
		display:block!important;
		float:right;
	}

}

/* ==== MOBIEL ALGEMEEN MENU'S ==== */
/* ---------- Menu Mobiel ---------- */
/* open sluit animatie */
.verwijdermenuopenen{
	display:none!important;
}
.verwijdermenuopenen{
	display:none!important;
}
.menuisgesloten{
	display:none!important;
}
/* hamburger icon */
.menu_mobiel{
	font-size:30px;
	text-align:right;
	margin-top: 10px;
    padding-bottom: 3px;
	top: 5px;
    right: 0px;
	position:absolute;
}
.menu_mobiel button{
	    background: none !important;
    border: 0px solid black;
	z-index: 9999;
    position: relative;
}
/* hamburger Menu op desktop uitschakelingen*/
@media (min-width:1023px){
.menu_mobiel{
	display:none!important;
}
}
/* Menu op mobiel uitschakelingen*/
@media (max-width:1023px){
.menu_desktop{
	display:none!important;
}
}
/* menu openen op command */
.menugaatopen{
    display: block !important;
    background: #4abac8;
    min-height: 100%;
    width: 105%;
    margin-top: 10px;
    box-shadow: 0px 8px 18px -6px rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: absolute;
	z-index:9998;
	color:#fff!important;
}
.menugaatopen .button01{
	display:none!important;
}
.hamburger{
	width:30px;
}

/* Frontend Styles */

.schema-faq-section {
 background: #fff;
 margin: 1rem 0;
 border-radius: 6px;
}

.schema-faq-question{
cursor: pointer;
display: flex;
align-items: center;
transition: opacity ease 0.25s;
padding: 15px 25px;
color: #000;
font-size: 17px;
border:1px solid #eaeaea;
}

.schema-faq-question:hover {

}

.schema-faq-question:after{
 width: 16px;
 height: 27px;
 display: inline-block;
 margin-left: auto;
 margin-right: 5px;
 vertical-align: top;
 color: inherit;
 content: "+";
}

.schema-faq-question.expanded:after{
 content: "-";
}

.schema-faq-question:hover{
 opacity: 0.75;
}

.schema-faq-answer{
 padding: 23px 25px;
 display: none;
 border:1px solid #f7f0f0;
}

.schema-faq-answer.default{
 display: block;
}
.editor-styles-wrapper .schema-faq-question {
cursor: text;
}

.editor-styles-wrapper .schema-faq-answer {
display: block;
}
/* opmaak formulieren */ .contact input[type="text"], .contact input[type="tel"], .contact input[type="email"], .contact input[type="url"], .contact textarea { background: #fff!important; color: #000; font-size: 16px; padding: 10px 15px 10px 15px; font-weight:300; border:1px solid black; margin-bottom:10px; width:100%;border-radius:10px; } .contact textarea{ height:100px; } /* button op 100% */ @media only screen and (max-width: 960px){ .contact input[type="submit"] { width:100%!important; } } .contact input[type="submit"] { 
	background: #dc543c; border-radius: 10px; border: 0px solid black; color: #fff; padding: 8px 45px; font-size: 18px; font-weight: bold; margin-top: 5px; box-shadow: 0px 8px 18px -6px rgb(0 0 0 / 30%); } .contact input[type="submit"]:hover { background: #af3d29;}
a{
	color:#0e7fa7;
}
/* Shop archive: 4 producten naast elkaar */
.shop-archive-layout .shop-main ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.shop-archive-layout .shop-main ul.products::before,
.shop-archive-layout .shop-main ul.products::after {
	display: none !important;
}

.shop-archive-layout .shop-main ul.products li.product {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 0 30px 0 !important;
	clear: none !important;
	float: none !important;
}

/* Tablet */
@media (max-width: 991px) {
	.shop-archive-layout .shop-main ul.products li.product {
		width: 50%;
	}
}

/* Mobiel */
@media (max-width: 767px) {
	.shop-archive-layout .shop-main ul.products li.product {
		width: 100%;
	}
}
.shop-archive-layout .shop-main ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.shop-archive-layout .shop-main ul.products li.product {
	width: 25%;
	padding: 0 10px;
	margin: 0 0 20px 0 !important;
	box-sizing: border-box;
	float: none !important;
	clear: none !important;
}

.shop-archive-layout .products li.product img {
	width: 100%;
	height: 180px;
	object-fit: contain;
	border-radius: 8px;
	padding: 10px;
	border:1px solid #BDBDBD;
}
	.shop-archive-layout .products li.product .woocommerce-loop-product__title {
	font-size: 18px;
	font-weight: 600;
	color: #1f3d3b;
	margin: 15px 0 10px;
	line-height: 1.3;
	min-height:75px;
}
	.shop-archive-layout .products li.product .price {
	color: #e74c3c;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
	.shop-archive-layout .products li.product .button {
	background: #5c8f87;
	border-radius: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:2px;
    padding:3px;
}
.cart-icon{
	margin-top:-25px;
}
.shop-archive-layout .products li.product .add-to-cart-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}
.shop-archive-layout .products li.product input.qty {
	width: 50px;
	height: 40px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #ddd;
}
	@media (max-width: 991px) {
	.shop-archive-layout .products li.product {
		width: calc(50% - 15px);
	}
}

@media (max-width: 600px) {
	.shop-archive-layout .products li.product {
		width: 100%;
	}
}
	.shop-main .page-title{
		font-weight:bold;
		text-align:center;
		color:#0e7fa7;
		border-bottom:5px solid #589187;
		padding-bottom:15px;
	}
	.woocommerce-ordering{
		display:none!important;
	}
	
/* SIDEBAR ALGEMEEN */
.shop-sidebar {
	padding-right: 30px;
	font-family: inherit;
}

.shop-sidebar .widget,
.shop-sidebar .shop-widget,
.shop-sidebar aside section {
	margin-bottom: 45px;
}

.shop-sidebar .widget-title,
.shop-sidebar .shop-sidebar-title,
.shop-sidebar h2,
.shop-sidebar h3,
.shop-sidebar h4 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	color: #0e7fa7;
	margin: 0 0 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid #6ea2a0;
}

.shop-sidebar ul,
.shop-sidebar ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-sidebar ul li,
.shop-sidebar ol li {
	margin: 0 0 16px;
	padding: 0;
	line-height: 1.4;
}

.shop-sidebar ul li a,
.shop-sidebar ol li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #0d2f3a;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.shop-sidebar ul li a:hover {
	opacity: 0.75;
	text-decoration: none;
}

.shop-sidebar .count,
.shop-sidebar small,
.shop-sidebar .wc-layered-nav-count {
	font-size: 14px;
	color: #6b7280;
	font-weight: 400;
}

.shop-sidebar form,
.shop-sidebar .woocommerce-product-search {
	margin-top: 8px;
}

.shop-sidebar input[type="search"],
.shop-sidebar input[type="text"],
.shop-sidebar .search-field {
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #fff;
	font-size: 16px;
	color: #1f2937;
	box-shadow: none;
	outline: none;
}

.shop-sidebar input[type="search"]:focus,
.shop-sidebar input[type="text"]:focus,
.shop-sidebar .search-field:focus {
	border-color: #6ea2a0;
	outline: none;
	box-shadow: none;
}
.shop-sidebar button,
.shop-sidebar input[type="submit"] {
	display: none;
}
.shop-sidebar .widget + .widget,
.shop-sidebar section + section {
	padding-top: 6px;
}
.shop-sidebar .wc-layered-nav-term a,
.shop-sidebar .woocommerce-widget-layered-nav-list__item a {
	font-size: 18px;
	font-weight: 700;
	color: #0d2f3a;
	text-decoration: none;
}
.shop-sidebar .chosen a,
.shop-sidebar .current-cat > a,
.shop-sidebar .current-menu-item > a {
	color: #0f4c5c;
}
/* Mobiel */
@media (max-width: 991px) {
	.shop-sidebar {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.shop-sidebar .widget-title,
	.shop-sidebar .shop-sidebar-title,
	.shop-sidebar h2,
	.shop-sidebar h3,
	.shop-sidebar h4 {
		font-size: 24px;
	}
	
	.shop-sidebar ul li a,
	.shop-sidebar ol li a {
		font-size: 18px;
	}
}
.shop-archive-layout{
	max-width:1400px!important;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:100px;
}
.shop-sidebar-block{
	margin-top:30px;
}

.woocommerce-pagination {
	text-align: center;
	margin-top: 40px;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-pagination ul.page-numbers li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #0d2f3a;
	text-decoration: none;
	padding: 6px 10px;
	transition: all 0.2s ease;
}

.woocommerce-pagination ul.page-numbers li a:hover {
	color: #5c8f87;
}

.woocommerce-pagination ul.page-numbers li .current {
	color: #000;
	font-weight: 700;
}

.woocommerce-pagination ul.page-numbers li .next,
.woocommerce-pagination ul.page-numbers li .prev {
	font-size: 18px;
}
/* =========================
   SINGLE PRODUCT PAGE
========================= */

.single-product-layout {
    padding-top: 30px;
    padding-bottom: 60px;
}

.single-product-main .product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
}

.single-product-main .product .woocommerce-product-gallery {
    width: calc(50% - 30px);
    margin: 0;
}

.single-product-main .product .summary {
    width: calc(50% - 30px);
    margin: 0;
}

.single-product-main .product .product_title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: #0e7fa7;
    margin: 0 0 20px;
}

.single-product-main .product .woocommerce-product-details__short-description {
    font-size: 17px;
    line-height: 1.7;
    color: #5f6b70;
    margin-bottom: 25px;
}

.single-product-main .product .price {
    color: #ef6b4f;
    font-size: 22px;
    font-weight: 800;
    margin: 25px 0 20px;
}

.single-product-main .product .price .amount {
    color: #ef6b4f;
}

.single-product-main .product .product_meta {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #d9dfe2;
    font-size: 15px;
    line-height: 1.8;
    color: #5f6b70;
}

.single-product-main .product .product_meta > span {
    display: block;
    margin-bottom: 4px;
}

.single-product-main .product .product_meta .sku_wrapper,
.single-product-main .product .product_meta .posted_in,
.single-product-main .product .product_meta .tagged_as {
    color: #5f6b70;
}

.single-product-main .product .product_meta a {
    color: #8ea8b0;
    text-decoration: none;
}

.single-product-main .product .product_meta a:hover {
    color: #184c54;
}

.single-product-main .product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9dfe2;
}

.single-product-main .product form.cart .quantity {
    margin: 0 !important;
}

.single-product-main .product form.cart .qty {
    width: 126px;
    height: 54px;
    border: 1px solid #cfd6d9;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #184c54;
    background: #fff;
    box-shadow: none;
}

.single-product-main .product form.cart .single_add_to_cart_button {
    height: 54px;
    padding: 0 26px;
    border: 0;
    border-radius: 27px;
    background: #6da79d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
    transition: all 0.2s ease;
}

.single-product-main .product form.cart .single_add_to_cart_button:hover {
    background: #5d978d;
    color: #fff;
}

.single-product-main .product .woocommerce-tabs {
    width: 100%;
    margin-top: 20px;
}

.single-product-main .product .woocommerce-tabs ul.tabs {
    display: none;
}

.single-product-main .product .woocommerce-Tabs-panel {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0;
}

.single-product-main .product .woocommerce-Tabs-panel h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #184c54;
    margin: 0 0 18px;
}

.single-product-main .product .woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 1.9;
    color: #6c767a;
    margin-bottom: 16px;
}

.single-product-main .woocommerce-product-gallery__wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.single-product-main .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    list-style: none;
}

.single-product-main .flex-control-thumbs li {
    width: 72px;
}

.single-product-main .flex-control-thumbs img {
    border: 1px solid #d9dfe2;
    border-radius: 4px;
}

.single-product-main .related.products {
    width: 100%;
    margin-top: 50px;
}

.single-product-main .related.products > h2 {
    font-size: 28px;
    color: #0e7fa7;
    font-weight: 800;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .single-product-main .product {
        gap: 30px;
    }

    .single-product-main .product .woocommerce-product-gallery,
    .single-product-main .product .summary {
        width: 100%;
    }

    .single-product-main .product .product_title {
        font-size: 32px;
    }

    .single-product-main .product form.cart {
        flex-wrap: wrap;
    }

    .single-product-main .product form.cart .quantity,
    .single-product-main .product form.cart .single_add_to_cart_button {
        width: 100%;
    }

    .single-product-main .product form.cart .qty,
    .single-product-main .product form.cart .single_add_to_cart_button {
        width: 100%;
    }
}
	.single-product-main .product .osm-inline-description {
    margin-top: 10px;
}

.single-product-main .product .osm-inline-description h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #184c54;
    margin: 0 0 18px;
}

.single-product-main .product .osm-inline-description p {
    font-size: 16px;
    line-height: 1.9;
    color: #6c767a;
    margin-bottom: 16px;
}
.osm-loop-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -7px;
	margin-left:10px;
	float:right;
}

.osm-loop-cart .quantity {
    margin: 0 !important;
}

.osm-loop-cart .qty {
    width: 60px;
    height: 50px;
    border: 1px solid #cfd6d9;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #184c54;
    background: #fff;
}
.osm-add-to-cart-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #6da79d;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.osm-add-to-cart-btn:hover {
    background: #5d978d;
}
.osm-add-to-cart-btn .cart-icon {
    font-size: 18px;
    color: #fff;
}
.osm-add-to-cart-btn img {
    width: 18px;
    height: 18px;
	border:0px solid black!important;
}
.woocommerce ul.products li.product .price {
    display: inline-block;
    margin-right: 10px;
}

.osm-loop-cart {
    display: inline-flex;
}
.up-sells{
	display:none!important;
}

/* Sidebar categorie menu */
.shop-sidebar .product-categories,
.shop-sidebar .wc-block-product-categories-list,
.shop-sidebar ul.product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-sidebar .product-categories li,
.shop-sidebar .wc-block-product-categories-list li,
.shop-sidebar ul.product-categories li {
	position: relative;
	margin: 0;
	padding: 0;
}
.shop-sidebar .product-categories > li,
.shop-sidebar .wc-block-product-categories-list > li,
.shop-sidebar ul.product-categories > li {
	margin-bottom: 14px;
}

.shop-sidebar .product-categories > li > a,
.shop-sidebar .wc-block-product-categories-list > li > a,
.shop-sidebar ul.product-categories > li > a {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #002b45;
	text-decoration: none;
	transition: all 0.2s ease;
}
.shop-sidebar .product-categories > li > a:hover,
.shop-sidebar .wc-block-product-categories-list > li > a:hover,
.shop-sidebar ul.product-categories > li > a:hover {
	color: #0d5c7d;
}
.shop-sidebar .children,
.shop-sidebar .wc-block-product-categories-list-item__children {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 18px;
	border-left: 2px solid #d9e3e8;
}
.shop-sidebar .children li,
.shop-sidebar .wc-block-product-categories-list-item__children li {
	margin-bottom: 8px;
}
.shop-sidebar .children li a,
.shop-sidebar .wc-block-product-categories-list-item__children li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #4a5b66;
	text-decoration: none;
	position: relative;
	padding-left: 14px;
	transition: all 0.2s ease;
}
.shop-sidebar .children li a::before,
.shop-sidebar .wc-block-product-categories-list-item__children li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 2px;
	background: #548670;
	border-radius: 2px;
}
.shop-sidebar .children li a:hover,
.shop-sidebar .wc-block-product-categories-list-item__children li a:hover {
	color: #002b45;
	padding-left: 18px;
}
.shop-sidebar .current-cat > a,
.shop-sidebar .current-cat-parent > a,
.shop-sidebar .current-product-cat > a {
	color: #548670;
}
.shop-sidebar .children .current-cat > a,
.shop-sidebar .children .current-product-cat > a {
	font-weight: 700;
	color: #548670;
}
.woocommerce .woocommerce {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
}

.woocommerce .woocommerce-MyAccount-navigation {
	flex: 0 0 285px;
	max-width: 285px;
	width: 100%;
	float:left;
}

.woocommerce .woocommerce-MyAccount-content {
	flex: 1;
	min-width: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 22px 28px;
	box-sizing: border-box;
	width: 75%;
    float: right;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	margin: 0 0 12px;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	background: #5b9790;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding: 18px 20px;
	border-radius: 16px;
	line-height: 1.2;
	transition: all 0.2s ease;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background: #4e8781;
	color: #fff;
	text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #e25b3f;
	color: #fff;
}

.woocommerce .woocommerce-MyAccount-content p {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.7;
	color: #333;
}

.woocommerce .woocommerce-MyAccount-content a {
	color: #e25b3f;
	text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.woocommerce .woocommerce {
		flex-direction: column;
		gap: 25px;
	}

	.woocommerce .woocommerce-MyAccount-navigation,
	.woocommerce .woocommerce-MyAccount-content {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a {
		font-size: 16px;
		padding: 16px 18px;
		border-radius: 14px;
	}

	.woocommerce .woocommerce-MyAccount-content {
		padding: 20px;
	}
}

.osm-loop-cart {
	display: flex;
	align-items: center;
	gap: 10px;
}

.osm-add-to-cart-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	position: relative;
	text-decoration: none;
}

.osm-add-to-cart-btn.loading {
	opacity: 0.7;
	pointer-events: none;
}

.osm-add-to-cart-btn.added::after {
	content: "✓";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	background: #5c8f87;
	border-radius:25px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	background:#5d978d;
	border:0px solid black;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover{
	background:#568f86;
}

.osm-add-to-cart-btn.loading {
	opacity: 0.65;
	pointer-events: none;
}

.osm-loop-cart.added-state .quantity {
	opacity: 0;
	visibility: hidden;
	width: 0;
	margin: 0;
	overflow: hidden;
}

.osm-loop-cart.added-state .osm-add-to-cart-btn {
	width: auto;
	min-width: 140px;
	padding: 0 16px;
	background: #f3fff5;
	border-color: #7ac488;
	color: #2e7d32;
}

.osm-loop-cart.added-state .osm-add-to-cart-btn .cart-icon {
	display: none;
}

.osm-loop-cart.added-state .osm-add-to-cart-btn::after {
	content: "✓ Toegevoegd";
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	background:green!important;
}
.osm-loop-cart .added_to_cart {
	display: none !important;
}
.wc-block-components-address-form__osm-neerzettoestemming{
	margin-top:25px!important;
}









@media (max-width: 767px) {
.shop-archive-layout .products li.product .woocommerce-loop-product__title{
	min-height:75px;
}
	.osm-loop-cart{
		margin-left:0px!important;
	}
	.shop-archive-layout .products li.product input.qty{
		width:35px!important;
	}

}









/* seaco */

.header{
	z-index:1;
	position: absolute;
    width: 100%;
}


/* Gutenberg full width blok */
.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Optioneel: voorkom horizontale scroll */
body {
	overflow-x: hidden;
}
.frontpage-banner{

}

.frontpage-banner h1{
	font-family: "warnock-pro-caption", Sans-serif;
    font-size: 50px!important;
    font-weight: 800;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:250px;
	color:#fff!important;
}
.frontpage-banner h2{
	font-family: "raleway", Sans-serif;
    font-size: 39px;
    font-weight: 500;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.frontpage-banner p{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.frontpage-banner button{
	font-family: "raleway", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 24px 15px 24px;
	background:#ec6023;
	color:#fff;
	border:0px solid black;
	margin-bottom:150px;
	margin-top:20px;
}
.frontpage-divider{
	margin-top: -74px;
    z-index: 999;
    position: absolute;
    right: 0;
}













@media (max-width: 960px) {
	.frontpage-divider{
		margin-top:-45px!important;
	}
	
	.bg-full-visspecialist{
		
	}
	
@media (max-width: 767px) {

    .columns-6-custom.wp-block-columns {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0;
    }

    .columns-6-custom.wp-block-columns > .wp-block-column {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin: 0 0 20px 0 !important;
    }

    .columns-6-custom.wp-block-columns > .wp-block-column:nth-child(odd) {
        padding-right: 10px;
    }

    .columns-6-custom.wp-block-columns > .wp-block-column:nth-child(even) {
        padding-left: 10px;
    }
	
	.sfeerfoto img{
		right: -33px!important;
    	top: 0px!important;
    	position: relative!important;
	}
	.bg-full-visspecialist::before {
		background-image:none!important;
	}
	.bg-full-visspecialist{
		padding:0px!important;
	}
	.copyright p{
		text-align:center!important;
	}
	.copyright_right{
		text-align:center!important;
	}
	.menu_desktop_top ul{
		display:none!important;
	}
}
}



@media (min-width: 767px) {
/* Normale menu wrapper */
.menu_desktop {
    position: relative;
    z-index: 9999;
    transition: all 0.3s ease;
}
}
/* Sticky status */
.menu_desktop.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #137fa0; /* pas aan naar jouw kleur */
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

/* Top_menu_mobiel verbergen zodra sticky actief is */
.menu_desktop.is-sticky .top_menu_mobiel {
    display: none !important;
}

/* Extra ruimte boven de pagina zodat content niet verspringt */
body.menu-sticky-padding {
    padding-top: 80px; /* pas aan aan de hoogte van je sticky menu */
}

/* Menu container in sticky state */
.menu_desktop.is-sticky .col-xs-12.col-md-12 {
    position: relative;
    min-height: 80px; /* zelf afstellen */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 220px; /* ruimte voor logo links */
    padding-right: 20px;
}

/* Logo-wrapper die via JS in de sticky menu wordt gezet */
.sticky-logo {
    display: none;
}

.menu_desktop.is-sticky .sticky-logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.menu_desktop.is-sticky .sticky-logo img {
    max-height: 46px; /* zelf afstellen */
    width: auto;
    display: block;
}

/* Oorspronkelijk logo bovenin verbergen als sticky actief is */
body.is-sticky-header .logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

/* Menu netjes uitlijnen */
.menu_desktop.is-sticky .menu-header-menu-container,
.menu_desktop.is-sticky .menu {
    width: 100%;
}

.menu_desktop.is-sticky ul.menu,
.menu_desktop.is-sticky .menu > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Hoofdmenu items */
.menu_desktop.is-sticky ul.menu > li,
.menu_desktop.is-sticky .menu > ul > li {
    margin: 0 0 0 30px;
}

/* Links */
.menu_desktop.is-sticky ul.menu > li > a,
.menu_desktop.is-sticky .menu > ul > li > a {
    color: #fff!important;
    text-decoration: none;
    display: block;
    line-height: 1.2;
}

/* Optioneel: hover */
.menu_desktop.is-sticky ul.menu > li > a:hover,
.menu_desktop.is-sticky .menu > ul > li > a:hover {
    opacity: 0.85;
}

/* Mobiele finetuning */
@media (max-width: 991px) {
    body.menu-sticky-padding {
        padding-top: 70px;
    }

    .menu_desktop.is-sticky .col-xs-12.col-md-12 {
        min-height: 70px;
        padding-left: 150px;
        padding-right: 15px;
    }

    .menu_desktop.is-sticky .sticky-logo {
        left: 15px;
    }

    .menu_desktop.is-sticky .sticky-logo img {
        max-height: 38px;
    }

    .menu_desktop.is-sticky ul.menu > li,
    .menu_desktop.is-sticky .menu > ul > li {
        margin-left: 18px;
    }
}