/*
Theme Name: Visonline
Theme URI: https://www.visonline.nl
Description: Visonline 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;
}

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

.usp-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.usp-item img {
    width: 30px;
    height: auto;
    flex-shrink: 0;
}

.usp-tekst {
    line-height: 1.4;
}
.aws-container .aws-show-clear .aws-search-field{
	border-radius:20px!important;
}
.aws-container .aws-search-form .aws-form-btn{
	border-radius:20px!important;
	margin-left:10px;
	background:#638c86!important;
	
	border:0px solid #fff;
}
.aws-container .aws-search-form .aws-search-btn svg{
	color:#fff!important;
}
.aws-container .aws-search-form{
	height:36px!important;
}
.aws-container{
	margin-top:8px!important;
}
.custom-cart-button {
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
	float:right;
}

.custom-cart-price {
    background: #de5b3f;
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    font-size: 17px;
}

.custom-cart-icon-wrap {
    position: relative;
    background: #2f5c59;
    color: #fff;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-cart-icon {
    width: 28px;
    height: 28px;
}

.custom-cart-count {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e46a5a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #2f5c59;
}

@media (max-width: 960px) {
	.custom-cart-price{
		min-width: 75px!important;
		font-size:14px!important;
		padding: 10px 8px!important;
	}
	.custom-cart-icon-wrap{
		padding: 6px 7px!important;
	}
	.custom-cart-count{
		top: 0px!important;
    	right: -1px!important;
	}
	.aws-container .aws-show-clear .aws-search-field{
		padding: 14px!important;
    	font-size: 12px!important;
	}
	.aws-container{
		margin-top:3px!important;
	}
	.usp-item{
		min-height:64px;
	}
	.top_menu_desktop{
		display:none!important;
	}
	.usp{
		margin-top:20px;
		padding:20px 20px!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 ================================================== */

/* ================================================== PAGE ================================================== */

.page h1{
	font-size: 32px;
    font-weight: 800;
	color: #1e4b48;
    border-bottom: 5px solid #589187;
    padding-bottom: 15px;
}

.page h2{
    font-size: 21px;
    font-weight: 800;
	color: #1e4b48;
}

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

/* ================================================== BLOG ================================================== */
.blog_header{
	margin-top:230px;
}
.blog_header_mid{
	margin-top:-50px;
}
.blog_header h1{
	font-weight:bold;
	color:#BBF64A;
}
.page_hero_brood{
	margin-bottom:10px;
}
.blog_header hr{
	border-top:1px solid #BBF64A;
}
.blogfeatured img{
	border-radius:10px;
}
.flexboxf{

}
.blog-content{
	margin-top:100px;
	margin-bottom:50px;
}
.blog-content h2{
	color:#BBF64A;
}
.blog .card-title a{
	color:#BBF64A;
	font-size:20px;
	font-weight:bold;
}
.blog .catlink a{
	color:#BBF64A!important;
}
.blog .catbeforetitle{
	margin-top:10px;
}
.blog img.card-img-top{
	border-radius:10px;
}
.page_hero_brood a,.auteur-mobile a{
	color:#BBF64A!important;
}
/* ================================================== 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 {
	background: #5f95a1;
    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:32px;

}

/* ---------- 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{
	border-top:1px solid grey;
}
.menu_desktop ul{
    margin-left: -35px;
    text-align: center;
    padding-bottom: 10px;
	float:left;
	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:#1e4b48;
	padding:24px 20px 0px 20px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-family: "raleway", Sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.menu_desktop .current_page_item a{
	font-weight:bold;
	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: 22px; /* ruimte voor icoon */
}
/* Icoon */
.menu_desktop li a::before {
content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    
    width: 18px;
    height: 18px;
    
    background: url('https://www.onestep.media/visonline/wp-content/uploads/2026/03/cropped-Favicon-Visonline.png') no-repeat center;
    background-size: contain;
    
    opacity: 0;
    transition: all 0.2s ease;
}

/* Hover */
.menu_desktop li a:hover::before {
    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:#1e4b48;
	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:#589187;
}
.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: #1e4b48;
    min-height: 75vh;
    width: 105%;
    margin-top: -64px;
    box-shadow: 0px 8px 18px -6px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 30px 30px;
    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:#dc543c;
}
/* 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:#1e4b48;
		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: #0f4c5c;
	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: #184c54;
    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: #184c54;
    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;
	}

}



/* Basis menu */
.shop-cat-list li a {
    position: relative;

}
/* Icoon */
.shop-cat-list li a::before {
content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left:-25px!important;
    width: 18px;
    height: 18px;
    margin-top:-2px!important;
    background: url('https://www.onestep.media/visonline/wp-content/uploads/2026/03/cropped-Favicon-Visonline.png') no-repeat center;
    background-size: contain;
    
    opacity: 0;
    transition: all 0.2s ease;
}

/* Hover */
.shop-cat-list li a:hover::before {
    opacity: 1;
}
.shop-cat-list li.current-cat > a::before,
.shop-cat-list li.current-cat-parent > a::before {
	opacity: 1;
}


