html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
    display: none;  
}

h1,h2,h3,h4,h5,h6 {text-transform: none}
p {font-weight: 500}
ul li {font-weight: 400}

/* 3D MODELLEN */
/* Verberg prijzen bij overzicht DIY producten */
/*
.product-item-info-set-15 .price-box.price-final_price {
    display: none;
}
*/

/* Product details pagina */
#product-options-wrapper > div > div.field.textarea.required.sb3dconfiguration {
    display: none;
}

/* Winkelwgen */
.item-option-dt-cart-configuratie, .cart.table-wrapper .item-options dd.item-option-dd-cart-configuratie {
    display: none;
}

/* Mini-cart (in checkout) */
.opc-block-summary .product-item .product-item-details .product.options {
    display: none;
}

/* Mini-cart (in slideout) */
.minicart-items .product-item-details>.product.options {
    display: none;
}

/* Bedankt pagina en klant account */
.item-option-dt-frontend-order-configuratie, .item-option-dd-frontend-order-configuratie {
    display: none;
}

#product-addtocart-button, #top-cart-btn-checkout, button.action.primary.checkout {background-color: rgb(0, 153, 51) ; color: white;}


  
#block-shipping-heading {font-size: 1.3rem}
 
#shipping-zip-form > fieldset { display: none}

 #cart-totals > div > table > tbody > tr.grand.totals.excl {font-size: 12px}  
#cart-totals > div > table > tbody > tr.grand.totals.excl > td > strong > span {font-size: 20px} 
#maincontent > div.columns > div > div.cart-container > div.cart-summary {background-color: white; color: black; -moz-box-shadow: 0 0 5px #dcdcdc;
      -webkit-box-shadow: 0 0 5px #dcdcdc;
      box-shadow: 0 0 5px #dcdcdc; }
.multicheckout.address.form .table-wrapper .table .col, .cart.table-wrapper .col { padding: 3px; }
#maincontent > div.columns > div > div.cart-container > div.cart-summary > strong {color:black; }
#cart-totals > div > table > tbody > tr.grand.totals {padding: 20px 0 25px 15px}
.cart-container .checkout-methods-items {background-color: white}
div.minicart-wrapper .minicart-icon-1 { width: 20px}


 

.top-header-mdw {font-size:12px; color:rgb(189, 189, 189); padding:0px 0 0 25px; }
 
.toolbar-sorter.sorter {display:none}

.menu-special a:hover { color: #000 !important}
.menu-special-diy { border: #e8e8e8 dashed thin !important} 

  .fa-check {
    color:rgb(0, 153, 51);
	 
	 
  }

.swatch-option { height: 30px }

.landing_intro {font-size:15px; font-weight:400; line-height: 175%; margin-bottom:20px; }
.landing_intro a {border-bottom: 1px dotted #999999;}
.landing_intro a:hover {border-bottom: 1px solid #000;}
.landing_intro h1 { margin-bottom: 20px;}
.landing_intro h2 { margin: 35px 0 15px 0;}
.landing_intro h3 { margin: 35px 0 5px 0;}

.landing_intro_alt {font-size:16px; font-weight:400; line-height: 150%; margin-bottom:20px; background: #FFFFFF; border: solid 1px #e8e8e8; padding:25px 15px 15px 15px;  }
.landing_intro_alt a {border-bottom: 1px dotted #999999;}
.landing_intro_alt a:hover {border-bottom: 1px solid #000;}
.landing_intro_alt h1 {margin-bottom: 20px;}

.landing_intro_verzending {font-size:13px; font-weight:400; line-height: 150%; margin-bottom:20px; background: #FFFFFF; border: solid 1px #e8e8e8; padding:25px 15px 15px 15px;  }
.landing_intro_verzending a {border-bottom: 1px dotted #999999;}
.landing_intro_verzending a:hover {border-bottom: 1px solid #000;}
.landing_intro_verzending h1 {margin-bottom: 20px;} 
.landing_intro_verzending h3 {font-size: 25px;  font-weight: 500} 
.landing_intro_verzending h3 i {font-weight: 800} 


 

.banner-below-header {font-size:13px; line-height: 1.43; font-weight: 500}
.banner-below-header a:hover {text-decoration:underline; }
.banner-below-header ul lu span {float: right}

#maincontent > div.columns > div > div.product-info-main > div.product-reviews-summary.empty > div {display: none}

.button_country {
	clear:both;
	margin-top:0px;
font-size:12px;
color:rgb(189, 189, 189);
}

.button_country ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.button_country li {
	float: left;
	display: block;
}

.button_country a {
	font-weight:900;
	
  color:#fff;
  text-align: center;

  text-decoration: none;


	
}
.button_country li:first-child {
border:none;

}
.button_country li:second-child {
border-left: solid #363535 1px;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.box {
  position: relative;
  margin: 0%;
  overflow: hidden;
 
}

 .box:hover
    {
      -moz-box-shadow: 0 0 5px #dcdcdc;
      -webkit-box-shadow: 0 0 5px #dcdcdc;
      box-shadow: 0 0 5px #dcdcdc;
	
	  
    }

.box img {
  max-width: 100%;
  
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


.box:hover img {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

@media (min-width: 1025px) {
div.flex-left .ox-megamenu-navigation{
width:100%;
}
.margin-left-auto {
    margin-left: auto !important;
	 
}
}



/*
.ox-sticky.sticky .logo__container {
    opacity: 0;
    width: 0;
    padding: 0;
}


.ox-sticky.sticky .logo__container {
    display:none;
}


*/

.seo_diy {font-size:15px; font-weight:400; line-height: 125%; margin-bottom:20px; background: #FFFFFF; border: solid 1px #e8e8e8; padding:20px;  }
.seo_diy a {border-bottom: 1px dotted #999999;}
.seo_diy a:hover {border-bottom: 1px solid #000;}
.seo_diy h1 {margin-bottom: 20px;}
.seo_diy h2 {font-size:14px; margin-bottom: 10px;}

.diy_usp { background: #ffffff; border: solid 1px #e8e8e8; padding:20px; margin-bottom:20px; }
.diy_usp ul {}
.diy_usp ul li { padding: 0 0 5px 0; font-size: 15px; }
.diy_usp h2 { font-size: 16px; font-weight: 800; letter-spacing: normal; text-transform: none; margin: 0 0 10px 0}


.cms-blocks a {border-bottom: 1px dotted #999999;}
.cms-blocks a:hover {border-bottom: 1px solid #999999;}

.home-koppelingen-blocks  { border:solid #e8e8e8 1px; /* border-bottom:solid #000 5px;*/ background-color:#fff; color:#000; display:block; margin-top: 15px }
.home-koppelingen-blocks h2 { font-size:18px; max-width:95%;  font-weight:800; padding:20px 5px 0px 15px; letter-spacing: normal }
.home-koppelingen-blocks h2 em {font-size:15px; font-weight:500; text-transform: none;   }

div.home-koppelingen-blocks.box a {border-bottom: none;}

@media (max-width: 480px) { 
	.home-koppelingen-blocks h2 { font-size:13px; 
 } 
}


.landing_intro {font-size:16px; font-weight:400; line-height: 150%; margin-bottom:40px;  }
.landing_intro a {border-bottom: 1px dotted #999999;}
.landing_intro a:hover {border-bottom: 1px solid #000;}

.mdw_partners {background:#FFFFFF; }
.mdw_partners ul {font-size: 14px; padding: 15px; line-height: 125%; }
.mdw_partners li {font-size: 14px; margin:0 0 5px 0; line-height: 125%; }

 

.usp  { border:solid #e8e8e8 1px; background-color:#fff; color:#666666; display:block; display:flex;align-items:center; padding: 15px; margin-top: 15px; min-height: 150px }
.usp h3 {font-size:15px; font-weight:600; padding:20px 5px 10px 15px; letter-spacing: normal; text-align: left; color:#333;  }

.usp_image_wrapper {max-height:90px;margin:auto;text-align:center;}
.usp_image_wrapper img {max-width: 75px}
.usp_text_wrapper {width: 70%;}
.usp_text_wrapper h3 {font-weight: 800; margin:5px 0 10px 0 ; padding: 0}
.usp_text_wrapper p {line-height: 110% }
.usp_text_wrapper a {border-bottom: 1px dotted #999999;}
.usp_text_wrapper a:hover {border-bottom: 1px solid #999999;}

.doel_image_wrapper {max-height:90px; max-width: 150px; margin:auto;text-align:center;}


.block-content p {font-weight: 600; margin:5px 0 10px 10px ; }

.landing_hinweis {font-size:14px;  line-height: 150%; color: aliceblue; border:solid #e8e8e8 1px; padding: 15px; font-style: italic; background-color:#586B6C; margin-bottom: 25px;}
.landing_hinweis h3 {  color: aliceblue; font-size:20px; font-weight:800; margin-bottom:5px  }



/* TABEL OPMAAK */
.table thead.black tr th {
    background-color: black; padding-top: 15px; padding-bottom: 15px;
}

.table thead.white-text tr th {
    color: white;
}

.table thead.yellow tr th {
    background-color: rgb(254, 211, 83);
}

.table thead.black-text tr th {
    color: black;
}


 

.table tr:last-child  {
    border-bottom: solid 1px  #A9A9A9;
}


  .table-striped td a  {
	border-bottom: dotted 1px #959595 
} 

 
 
 
div.table-specs {font-size: 15px; background: #FFFFFF; padding-top: 15px}
.table-specs tr:hover {background-color: #e8e8e8 }


.handwriting {font-family: 'Kalam', cursive; font-size: 18px; text-align: center}

/* INSPIRATIE MENU FOTOGALERIJ */
.inspiratie_menu {padding:0px 0 25px 0; margin:55px 0 10px 0;  border-right:solid 1px #e8e8e8; display:block;   }
.inspiratie_menu h6 { font-weight: 700; margin: 40px 0px 10px 0px; padding: 0px 0px 5px 0px; border-bottom: solid 1px #e8e8e8; text-transform:uppercase   }

.inspiratie_menu li.sub  { font-size:14px; font-weight:500;   margin:5px 0 0px 0px; list-style: none   }
 
 
.inspiratie_menu ul li a:hover {
	color: #666666; text-decoration: underline;
}

#maincontent > div.columns > div.sidebar.sidebar-additional > div > div > h6 { font-weight:600; padding:0 0 10px 0; margin:15px 0 5px 0}
 
.ox-megamenu-navigation a.h6  { font-size: 18px; font-weight: 600 }
.ox-megamenu-navigation a.h6 span  { font-size: 18px; font-weight: 800 }


div.ftg-filters > a.selected { background-color: rgb(255, 207, 66); font-weight: 600}


.buizen-bestellen { padding: 0 0 25px 25px; font-size: 15px; line-height: 125%; font-weight: 400 }
.buizen-bestellen p  { font-weight: 400; }
.buizen-bestellen p.intro { font-weight: 600; padding-top: 25px  }
 .buizen-bestellen  ul li { margin: 0 0 5px 0; font-size: 14px; font-weight: 400}

.buizen-bestellen-seo {  font-size: 14px; line-height: 125%; font-weight: 400 }
.buizen-bestellen-seo p  { font-weight: 400; }
.buizen-bestellen-seo h2  { font-size: 22px; font-weight: 600; text-transform: none; margin: 25px 0 5px 0}

li {list-style: none}





/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.landing_intro_verzending {font-size:13px; font-weight:400; line-height: 150%; margin-bottom:20px; background: #FFFFFF; border: solid 1px #e8e8e8; padding:25px 15px 15px 15px;  }
.landing_intro_verzending a {border-bottom: 1px dotted #999999;}
.landing_intro_verzending a:hover {border-bottom: 1px solid #000;}
.landing_intro_verzending h1 {margin-bottom: 20px;} 
.landing_intro_verzending h3 {font-size: 25px;  font-weight: 500} 
.landing_intro_verzending h3 i {font-weight: 800} 

#maincontent > div.columns > div.column.main > div.page-title-wrapper > h1 > span {font-size:40px; }
#maincontent > div.columns > div.column.main > div.page-title-wrapper > h1 > span {font-size:40px; }

#block-discount {display: none}
#co-payment-form > fieldset > div.payment-option._collapsible.opc-payment-additional.discount-code > div.payment-option-title.field.choice {display: none}


#switcher-language {margin-left:20px; }

#maincontent > div.columns > div > div.row.no-margin > div > div > a { border: solid 1px #000; font-size:12px; margin:0 15px 0 0}

/* #maincontent > div.columns > div > div.row.no-margin > div:nth-child(2) > div > p:nth-child(5) > a {background-color: black}*/

iframe.moduworx-360-viewer {
  width: 95%;
  height: 600px;
  border: 0;
}

#maincontent > div.columns > div > div.product-info-main {border: 1px rgb(210, 210, 210); border-style: none dashed none none  }


.bestellijst { 
	background-color: white; 
	padding: 30px;
	margin:0px 0px 50px 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.bestellijst { 
	background-color:white; 
	padding: 10px;
	margin:0px 0px 20px 0px;
		box-shadow: none;
	 
 
	 
}}

 


 .bestellijst .far { color: rgb(130, 187, 106)}
.bestellijst .attentie {margin-top: 25px; padding: 20px; font-size: 13px; border: dotted 1px #9B9B9B; font-style: italic;  }

.bestellijst ul {   }
.bestellijst ul li { margin: 0 0 5px 0; font-size: 14px; font-weight: 400}
.bestellijst ul li em {  font-weight: 600; width: 25px}


.bestellijst h2 {  font-size: 25px; margin: 5px 0 15px 0px; text-transform: none; font-weight: 400; letter-spacing: normal }







/* v1
/* v1
.columns-product-3D .column .product-info-main {
  width: 30%;
}

.columns-product-3D .column .product.media {
  width: 70%;
}
*/

/*.pv360-body .column .product-info-main {*/
/*  width: 55%;*/
/*}*/

/*.pv360-body .column .product.media {*/
/*  width: 40%;*/
/*}*/

/* Verberg artikelnr van product details pagina */
.product-info-stock-sku {
  display: none;
}

.sborder-productid {margin: 0; padding: 0}

.sborder-productid select {
  border: solid 1px rgb(210, 210, 210); 
	background-color: rgb(234, 234, 234);
	font-size: 15px;  
  padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	font-weight: 600;
	 width: 100%;
  	
}

.sborder-productid option {
	line-height: 125%;
	
 
  	
}



.sborder-length {
  float: left;
  margin-right: 10px;
}

.sborder-length input[type=number] {
	/*width: 80px;*/
	width: 80px;
	display: inline-block;
	background-color: rgb(234, 234, 234);
	border: solid 1px;
	border-style: solid solid solid solid;
	border-color: rgb(210, 210, 210);
	text-align: right;
 	padding-right: 10px;
    font-weight: 600;
	font-size: 16px;
   }

 

.sborder-length-mm {
  display: inline;
  background-color: rgb(255, 255, 255);
  border: 1px rgb(210, 210, 210);
  border-style: solid solid solid none;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 9px;
	color:black;
}

.sborder-length-m {
  background-color: #ffffff;
  font-weight: normal;
  color: silver;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border: 1px rgb(210, 210, 210);
  border-style: dotted dotted dotted none;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 65px;
  max-width: 65px;

  display: inline-block;
  margin-left: 0px;
	 
}

.sborder-count {
  
}

.sborder-count input[type=number] {
  background-color: rgb(234, 234, 234);
  border: solid 1px;
  border-color: rgb(210, 210, 210);
  text-align: right;
  padding-right: 10px;
  width: 50px;
  font-weight: 600;
  font-size: 16px;
}

.sborder-price-pm {
  text-align: right; 
  float: left;
  
}

.sborder-price-pm span {
  margin-top: 15px;
  text-align: right; 
}

.sborder-price-row {
  float: right;
  margin-right: 0px;

}

.sborder-price-row span {

}

.sborder-del-row {
  float: right;
  display: none;

}

#sbt_totalprice_incl {font-weight: 600;
	font-size: 16px;}


.sborder-button-more {
  /* hier uiteraard nog de juiste kleur groen en hover */
  background-color: rgb(185, 220, 200);
  color: black;
  text-transform: uppercase;
	font-weight: 500;
}

.sborder-button-more:hover {
  background: rgb(0, 150, 53);
}

.sborder-addtocart {width: 100%; height: 100px}


.sborder-button-in-cart {
  text-transform: uppercase; 
	padding: 20px; 
	color: white; 
	width: 25%;  
	float: right; 
	margin-right: 50px;
	background-color:rgb(0, 153, 51) ;
}

.ui-spinner-button {
  position: absolute;
  background-color: rgb(255, 255, 255);
	padding: 0 5px 0 5px;
}

.ui-spinner-up {
  margin-top: 0px;
	border: 1px rgb(210, 210, 210);
  border-style: solid solid none none;
}



.ui-spinner-down {
  margin-top: 17px;
  border: 1px rgb(210, 210, 210);
  border-style: none solid solid none;
}


.ui-spinner-button .ui-icon {
  cursor: pointer;
}

.sborder-more {
  margin-bottom: 50px;
}

.sborder-totals {
  margin-bottom: 50px;
  padding-top: 10px;
  border-top: 1px solid silver;
}

.sborder-totals .row div:nth-child(2) {
  text-align: right;
}

.sborder-items {
  margin-bottom: 15px;
}

.sborder-items .row {
   border-bottom: dotted 1px rgb(210, 210, 210); padding:10px 10px 0px 10px;
}

.sborder-items h2 {
  display: block;
}

.sborder-items .row h2 {
  display: block;
  color: #333;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}


.sborder-items .firstrow h2 {
  display: block;
	 letter-spacing: normal;
	  font-size: 14px;
}

/* mobile */
@media (max-width: 600px) {
	
	.sborder-productid {margin: 0 0 0 15px;}
	
	  .sborder-items .row h2 {
    display: none;
  }

  .sborder-items .firstrow h2 {
    display: block;
	 
  }
	
	.sborder-price-pm {
		display: none
	}
	
	.sborder-length {
  
  margin-right: 40px;
}
 	
	.sborder-count {
	 
		 
  }
	
	.sborder-count input[type=number] {
  width: 60px;
	

}
	
  .sborder-del-row {
    display: none;
  }
	
	.sborder-length input[type=number] {
	/*width: 80px;*/
	width: 90px;

   }
	


	.sborder-button-in-cart {
	width:100%;  
	margin: 5px;
}
	
	.sborder-length {
	margin-bottom: 10px;
}
	
	.sborder-price-row {
display: none;

}

.sborder-price-row span {

}
	
}

.sborder-totals-excl-txt {
  
}

.sborder-totals-excl-amount {
 
}

.sborder-totals-incl-txt {
	font-size: 16px; font-weight: 600; padding-top: 10px;
  
}

.sborder-totals-incl-amount {
    font-size: 16px; font-weight: 600; padding-top: 10px;
}

#sb_warning_different_product_ids, #sb_warning_less_300mm {
  padding: 0px;
  background-color: orange;
  color: white;
  margin-bottom: 5px;
  background-color: #e56d0c;
  border-radius: 10px;
  max-width: 600px;
}

#sb_warning_different_product_ids div, #sb_warning_less_300mm div {
  background-color: #ff790a;
  display: inline-block;
  width: 20px;
  font-size: 30px;
  padding-left: 15px;
  padding-right: 22px;
  border-radius: 10px;
  font-weight: bold;
}

#sb_warning_different_product_ids p, #sb_warning_less_300mm p {
  display: inline-block;
  width: auto;
  margin: 0px;
  padding-top: 10px;
  padding-left: 15px;
  vertical-align: top;
}

#sb_warning_different_product_ids a, #sb_warning_less_300mm a {
  background-color: #5e9901;
  display: inline-block;
  width: 80px;
  height: 42px;
  float: right;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 10px;
  color: white;
  text-align: right;
  font-weight: bold;
}

#sb_warning_different_product_ids a span, #sb_warning_less_300mm a span {
  /*position: absolute;*/
  /*top: 2px;*/
  /*right: 2px;*/

  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: white;
  font-weight: normal;
}

/* hide titles on 2nd, etc rows on PC */
@media (min-width: 700px) {
  .sborder-items .row h2 {
    display: none;
  }

  .sborder-items .firstrow h2 {
    display: block;
  }

  .sborder-price-pm {
    display: block;
  }

  .sborder-price-row {

  }

  .sborder-del-row {
    display: block;
  }
}

/* 3D */
/* Hide configuration data from product details page */
.sb3dconfiguration {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.product-options-wrapper .fieldset .sbslider-input-text {
  border: 1px solid silver;
  padding-right: 5px;
  margin-bottom: 5px;
  width: 50px;
  text-align: right;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: ew-resize;
  width: 30px;
  height: 30px;
  border-radius:20px;
  margin-top: -10px;
}

/* hide postcode.nl logo in autocomplete bottom */
.postcodenl-autocomplete-menu {
  padding-bottom: 0px;
  background: white;
}

 

.noUi-horizontal .noUi-handle {
  cursor: pointer;
  background: #f98b25;
  box-shadow: none;
}

a.product-diy-click-for-pice {

}

a.product-diy-click-for-pice span {

}


a.button.outline.large, a.button.outline.medium, a.button.outline.big, a.button.outline.big-wide {margin:0 15px 15px 0}

 

.product-item .price-box .price-container .price-label { display: none}
menu_meubels li {font-weight: 600; padding: 5px 0 5px 0}


 

.product-info-main .price-box .price-wrapper span, .product-options-bottom .price-box .price-wrapper span {font-size:15px}

#cart-totals > div > table > tbody > tr.grand.totals.excl { display: none; }
table.table-totals tbody tr.grand.totals .price, table.totals tbody tr.grand.totals .price {font-size: 25px; font-weight: 600}
#cart-totals > div > table > tbody > tr.grand.totals {padding: 20px 0 0 15px}


#price-excluding-tax-product-price- {font-size:15px}

table.table-totals tbody tr.grand.totals td, table.totals tbody tr.grand.totals td {
    padding: 0;
    margin-left: auto;
	 margin-left: right;
}

.opc-block-summary .product-item .subtotal {
    vertical-align: top;
      /*display: table-cell;*/
	display: none;
    text-align: right;
}


 .product-info-main .product-info-price, .product-options-bottom .product-info-price {
    display: flex;
    align-content: stretch;
    align-items: baseline;
    margin-bottom: 28px;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
}

div.product-info-stock-sku {margin-top: 15px}

 
div.product-info-main {
	background-color: white; 
	padding: 40px;
	margin:0px 0px 50px 0px;
	 box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	


}


 .ox-product-page__category-link {font-size:12px; font-weight: 400; padding: 0 0 10px 0}
 


 


.product-info-main span.price {
    border: #ccc 1px solid;
    padding: 10px;
    border-radius: 8px;
}


.product-info-main .price-box .price-excluding-tax {
    display: none;
}


.tlc-order-form-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tlc-order-form-subtotal-info {
  display: inline-block;
}

.tlc-order-form-subtotal-info p {
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: normal;
  margin-bottom: 0;
}

.tlc-order-form-subtotal-info span {
  color: gray;
}

.tlc-order-form-subtotal-price {
  display: inline-block;
  font-size: 16pt;
  font-weight: normal;
  float: right;
}

.tlc-order-form-stock {

}

.tlc-order-form-stock p {
  margin-bottom: 0;
  color: green;
}

.tlc-order-form-stock span {
  margin-bottom: 0;
}

.qty-controls-td {
  padding-right: 0;
}

.qty-controls-wrap {
  background-color: lightgray;
}

.qty-controls-wrap input[type=number] {
  text-align: right;
  padding-right: 30px;
}

.tlc-order-form-table .qty-controls-wrap .icon-plus {
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid silver;
  position: absolute;
  top: 0;
  right: 0;
}

.tlc-order-form-table .qty-controls-wrap .icon-minus {
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid silver;
  position: absolute;
  top: 19px;
  right: 0;
}

.minicart-items-wrapper .qty-controls-wrap {
  background-color:white;
}

.minicart-items-wrapper .qty-controls-wrap input[type=number] {
   padding-right: 10px;
}


/* CHECKOUT */
.firecheckout #checkout .opc-wrapper .step-title,
.firecheckout #checkout .opc-block-summary > .title,
.firecheckout #checkout .opc-sidebar .step-title {
  display: flex;
  align-items: center;
  border: 0;
  margin: 0;
  padding: 0 0 15px;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Open Sans";
	letter-spacing: normal;
  color: #000;
	text-transform: none;
}

.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout #checkout .opc-sidebar .step-title:before {
  box-sizing: content-box;
  flex-shrink: 0;
  text-align: center;
  background: linear-gradient(90deg, #000 0%, #555 100%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 0 -8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  font-family: inherit;
  border: 0;
  border-radius: 50%;
  counter-increment: firecheckout-section-counter;
  content: counter(firecheckout-section-counter);
}


.checkout-payment-method .payment-method-title {
    padding: 20px 0;
    margin: 0;
    font-weight: 500;
    text-transform: none;
    font-size: 13px;
}

.minicart--style-modern .header__item-dropdown-content .block-compare .product-item .product-item-name, .minicart--style-modern .header__item-dropdown-content .block-wishlist .product-item .product-item-name, .minicart--style-modern .minicart-items .product-item .product-item-name {
    max-width: 100%;
    font-size: 12px;
	text-transform: none;
	font-weight: 500px;
	color:#676767;
}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.incl > th > strong {display: none}

div.choice.field.fc-dirty {margin-top:0px;}


.firecheckout-col1-set.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout-col1-set.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout-col1-set.firecheckout #checkout .opc-sidebar .step-title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-sidebar .step-title:before {
  display: none;
}
.firecheckout #checkout .fc-heading,
.firecheckout #checkout .fc-subtitle,
.firecheckout #checkout .opc-sidebar .opc-block-summary .step-title {
  color: #bfc1d4;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0;
}
.firecheckout #checkout .fc-heading:before,
.firecheckout #checkout .fc-subtitle:before,
.firecheckout #checkout .opc-sidebar .opc-block-summary .step-title:before {
  display: none;
}

#opc-sidebar > div.opc-block-summary > div.payment-method.agreements-clone > div.fc-heading {display: none}
#opc-sidebar > div.opc-block-summary > div.payment-method.agreements-clone > div.fc-agreements-container > div > div > div > div{background-color: #F6F6F6; padding: 15px; }

.firecheckout .checkout-agreement .action {font-size: 12px; font-weight: 500}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.excl {display: none}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.incl {}

.checkout-success-wrapper {max-width: 1000px; margin: 0; padding: 25px}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.excl {font-size: 14px;}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.totals.shipping.excl > th > span.value {font-style: italic; font-size: 10px; }
/*
tr.totals.sub.incl {display:none}
tr.grand.totals {}*/


.message.success:before {
    content: '';
    background: #c3e235;
    display: block;
    width: 80px;
    height: 100%;
    min-height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    animation: transform-0-1 .5s;
    animation-delay: .15s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.68,-.01,0,1.01);
}

.message.success {
    margin-bottom: 5px;
    padding: 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.0rem;
    background: #f4f4f4;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 100px;
    position: relative;
    animation: show .15s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.firecheckout #maincontent .authentication-wrapper .action-auth-toggle {
    border-style: solid;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
    text-decoration: none;
    border-width: 2px;
    border-radius: 3px;
    border-color: transparent;
    box-shadow: none;
    background: #999;
    padding: 5px 12px;
    transition: all .2s ease-in-out;
}



   

.firecheckout.fc-form-compact #checkout .fieldset div.field[name="shippingAddress.company"] {
    width: 100%;
    float: none;
    vertical-align: top;
}

.firecheckout.fc-form-compact #checkout .fieldset div.field[name="shippingAddress.vat_id"] {
    width: 100%;
    float: none;
    vertical-align: top;
} 


.firecheckout.fc-form-compact #checkout .fieldset div.field[name="shippingAddress.telephone"] {
    width: 100%;
    float: none;
    vertical-align: top;
}

.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset .street div.field[name="shippingAddress.street.0"] {
    width: 50%;
    float: none;
    vertical-align: top;
}

.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset .street div.field[name="shippingAddress.street.1"] {
    width: 50%;
    float: none;
    vertical-align: top;
}

.field-tooltip .field-tooltip-action:before {
    border: 0;
}


.product-item-info {
    max-width: 100%;
	min-height: 400px;
    padding: 20px;
	margin: 5px;
    position: relative;
    background: white;
	
}

 

/* min-height niet op mobiel */
@media all and (max-width: 600px) {
    .product-item-info {
        min-height: 350px;
		margin: 5px;  
   }

}

.product-item .product-item-name {text-transform:none;}

/* DIY 2023 */


.diy-serie-select-title {
    font-family: 'Roboto Condensed';
    font-size: larger;
    font-weight: bold;
    margin: 0 0 10px 10px;
}

.diy-diameter-select-title {
    font-family: 'Roboto Condensed';
    font-size: larger;
    font-weight: bold;
    margin: 0 0 10px 10px;
}

.box-tocart-set-15 {
    width: 100%;
}

.box-tocart-set-15 .actions {
    width: 100%;
}

/* PRICE AND STOCK BOX */
.price-and-stock-box {
    display: flex;
    -ms-flex-wrap: wrap;
    margin-bottom: 15px;
}

.price-and-stock-box-price {
    width: 48%;
}

.price-and-stock-box-price img {
    display: block;
}

.price-and-stock-box-price span {
    font-size: 24px;
    font-weight: bold;
    display: block;
}


.price-and-stock-box-stock {
    padding: 15px 0 0 0;
    width: 55%;
    font-size: smaller;


}

.price-and-stock-box-stock span {
    color: #009933;
    font-weight: bold;
    display: block;
    font-size: larger;
}

.price-and-stock-box-stock span:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";

    display: inline-block;
    padding-right: 10px;
    font-weight: 900;
}

.product-open-in-3d {
    width: 45%
}

#product-addtocart-button, #top-cart-btn-checkout, button.action.primary.checkout {
    background-color: rgb(0, 153, 51) ;
    color: white;
    width: 100%;
}

#sb-custom-price {
    display: none;
}

.product-item-info .diy-usp {
    display: none;
}




.product-item-info .diy-info {
    font-style: italic;
    min-height: 130px;
    /* aangepast door Boy */
    font-size: 1.3rem;
    line-height: normal;
    padding: 5px 0 0px 5px;
}

.product-item-info .diy-info img {
    margin-top: 30px;
}

.product-item-info .diy-info span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.product-item-info:hover .diy-info {
    display: none;
}



.product-item-info .diy-choose {
    display: none;
    background-color: #009933;
    color: white;
    padding: 6px;
    width: 100%;
    text-align: center;
    position: relative;
}

.product-item-info .diy-choose-swatch-active {
    background-color: #000000;
}


.product-item-info .diy-choose-swatch-active:after {
    border-top-color: #000000;
}



.product-item-info:hover .diy-usp {

    display: inline-block;
    min-height: 98px;
    padding: 5px 0 0px 5px;
}

@media only screen and (max-width: 600px) {
    .product-item-info:hover .diy-usp {
        display: none;

    }}


.product-item-info:hover .diy-choose {
    display: inline-block;
}

.products-grid__layout-2.grid .product-item .product-item-details, .products-grid__layout-2.products-grid .product-item .product-item-details {
    padding-right: 0;
}

.diy-swatches {
    border-top: 1px solid silver;
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
}

.diy-swatches img {
    width: 40px;
    padding-right: 10px;

}

.diy-swatches img:hover {
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);


}




.product-item .product-item-name {
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2;
    text-transform: none;
	 
    margin: 0 0 20px 0;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
	min-height: 50px;
}

.klarna-price-box {
    color: gray;
    display: block;
    margin-top: 20px;
}

.klarna-price-box .klarna-bold {
    font-weight: bold;
    color: black;
}

.klarna-price-box img {
    vertical-align: middle;
	margin: -3px 0 0 3px;
}

.diy-serie-select-title {
	font-family: 'Roboto Condensed';
	font-size: larger;
    font-weight: bold;
	margin: 0 0 10px 10px;
}

.diy-diameter-select-title {
	font-family: 'Roboto Condensed';
	font-size: larger;
    font-weight: bold;
	margin: 0 0 10px 10px;
}


/* PRICE AND STOCK BOX */
.price-and-stock-box {
    display: flex;
    -ms-flex-wrap: wrap;
    margin-bottom: 15px;
}

.price-and-stock-box-price {
    width: 48%;
}

.price-and-stock-box-price img {
    display: block;
}

.price-and-stock-box-price span {
    font-size: 24px;
    font-weight: bold;
    display: block;
}


.price-and-stock-box-stock {
	padding: 15px 0 0 0;
    width: 55%;
	font-size: smaller;
	 
	
}

.price-and-stock-box-stock span {
    color: #009933;
    font-weight: bold;
    display: block;
	font-size: larger;
}

.price-and-stock-box-stock span:before {
font-family: "Font Awesome 5 Pro";
  content: "\f00c";
 
  display: inline-block;
  padding-right: 10px;
  font-weight: 900;
}

.product-open-in-3d {
  width: 45%
}


/* BEGIN CSS VOOR DIY OP MOBIEL */
@media only screen and (max-width: 600px) {

	.price-and-stock-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.price-and-stock-box-price {
    width: 98%;
}

.price-and-stock-box-price img {
    margin-left: auto;
	margin-right: auto;
}

.price-and-stock-box-price span {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.price-and-stock-box-stock {
	padding: 15px 0 0 0;
    width: 98%;
	font-size: smaller;
	
}

.price-and-stock-box-stock span {
    color: #009933;
    font-weight: bold;
    display: block;
	font-size: larger;
}

.price-and-stock-box-stock span:before {
font-family: "Font Awesome 5 Pro";
  content: "\f00c";
 
  display: inline-block;
  padding-right: 10px;
  font-weight: 900;
}
	
	.product.media {
    margin-bottom: 10px;
}
	
	.product-open-in-3d {
  width: 100%
}
	
	/* 3D model breedte */
	 body.product-set-17 .product.media {
        width: 90%;
		 margin-left: auto;
		 margin-right: auto;
    }


}
/* EINDE CSS VOOR DIY OP MOBIEL */





.box-tocart-set-17 {
    width: 100%;
}

.box-tocart-set-17 .actions {
    width: 100%;
}


/* CHECKOUT toegevoegd 27-12 */
.firecheckout #checkout .opc-wrapper .step-title,
.firecheckout #checkout .opc-block-summary > .title,
.firecheckout #checkout .opc-sidebar .step-title {
  display: flex;
  align-items: center;
  border: 0;
  margin: 0;
  padding: 0 0 15px;
  font-size: 2.2rem;
  font-weight: 600;
letter-spacing: normal;
  color: #000;
	text-transform: none;
}

.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout #checkout .opc-sidebar .step-title:before {
  box-sizing: content-box;
  flex-shrink: 0;
  text-align: center;
  background: linear-gradient(90deg, #000 0%, #555 100%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 0 -8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  font-family: inherit;
  border: 0;
  border-radius: 50%;
  counter-increment: firecheckout-section-counter;
  content: counter(firecheckout-section-counter);
}


.checkout-payment-method .payment-method-title {
    padding: 20px 0;
    margin: 0;
    font-weight: 500;
    text-transform: none;
    font-size: 13px;
}

.minicart--style-modern .header__item-dropdown-content .block-compare .product-item .product-item-name, .minicart--style-modern .header__item-dropdown-content .block-wishlist .product-item .product-item-name, .minicart--style-modern .minicart-items .product-item .product-item-name {
    max-width: 100%;
    font-size: 12px;
	text-transform: none;
	font-weight: 500px;
	color:#676767;
}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.incl > th > strong {display: none}

.opc-block-summary .product-item .subtotal {
    vertical-align: top;
      /*display: table-cell;*/
	display: none;
    text-align: right;
}


div.choice.field.fc-dirty {margin-top:0px;}


.firecheckout-col1-set.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout-col1-set.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout-col1-set.firecheckout #checkout .opc-sidebar .step-title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-wrapper .step-title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-block-summary > .title:before,
.firecheckout-quote-virtual.firecheckout #checkout .opc-sidebar .step-title:before {
  display: none;
}
.firecheckout #checkout .fc-heading,
.firecheckout #checkout .fc-subtitle,
.firecheckout #checkout .opc-sidebar .opc-block-summary .step-title {
  color: #bfc1d4;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0;
}
.firecheckout #checkout .fc-heading:before,
.firecheckout #checkout .fc-subtitle:before,
.firecheckout #checkout .opc-sidebar .opc-block-summary .step-title:before {
  display: none;
}

#opc-sidebar > div.opc-block-summary > div.payment-method.agreements-clone > div.fc-heading {display: none}
#opc-sidebar > div.opc-block-summary > div.payment-method.agreements-clone > div.fc-agreements-container > div > div > div > div{background-color: #F6F6F6; padding: 15px; }

.firecheckout .checkout-agreement .action {font-size: 12px; font-weight: 500}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.excl {display: none}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.incl {float: right}

.checkout-success-wrapper {max-width: 1000px; margin: 0; padding: 25px}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.grand.totals.excl {font-size: 14px;}

#opc-sidebar > div.opc-block-summary > table > tbody > tr.totals.shipping.excl > th > span.value {font-style: italic; font-size: 10px; }
/*
tr.totals.sub.incl {display:none}
tr.grand.totals {}*/


.message.success:before {
    content: '';
    background: #c3e235;
    display: block;
    width: 80px;
    height: 100%;
    min-height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    animation: transform-0-1 .5s;
    animation-delay: .15s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.68,-.01,0,1.01);
}

.message.success {
    margin-bottom: 5px;
    padding: 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.0rem;
    background: #f4f4f4;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 100px;
    position: relative;
    animation: show .15s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.firecheckout #maincontent .authentication-wrapper .action-auth-toggle {
    border-style: solid;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
    text-decoration: none;
    border-width: 2px;
    border-radius: 3px;
    border-color: transparent;
    box-shadow: none;
    background: #999;
    padding: 5px 12px;
    transition: all .2s ease-in-out;
}



   
/* tijdelijk uitgezet 
.firecheckout.fc-form-compact #checkout .fieldset div.field[name="shippingAddress.company"] {
    width: 100%;
    float: none;
    vertical-align: top;
}

.firecheckout.fc-form-compact #checkout .fieldset div.field[name="shippingAddress.vat_id"] {
    width: 100%;
    float: none;
    vertical-align: top;
} 


.firecheckout.fc-form-compact #checkout .fieldset div.field[name="shippingAddress.telephone"] {
    width: 100%;
    float: none;
    vertical-align: top;
}

.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset .street div.field[name="shippingAddress.street.0"] {
    width: 50%;
    float: none;
    vertical-align: top;
}

.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset .street div.field[name="shippingAddress.street.1"] {
    width: 50%;
    float: none;
    vertical-align: top;
}*/

.field-tooltip .field-tooltip-action:before {
    border: 0;
}



/* Toolbar/filter tijdelijk uitgezet */
.diy-toolbar {
    display: none;
}

 
.sbo_menu_diy {
	 
	padding: 0 20px 0 0;
}

 
.foto-boy { margin-left: -15px; float: left; }

/* DIY display options */
.diy-display-options {
    margin: 25px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.diy-display-option-3d {
    opacity: 0.4 !important;
    border-right: #AFAFAF solid 1px;
    padding: 0 10px 0 0;
}

.diy-display-option-3d:hover, .diy-display-option-3d.active {
    opacity: 1 !important;
}

.diy-display-option-jpg {
    opacity: 0.4 !important;
    padding: 0 0 0 10px;
}

.diy-display-option-jpg:hover, .diy-display-option-jpg.active {
    opacity: 1 !important;
}

#v360productviewer-container {
    cursor: url('/extra/3d/openhand.cur'), all-scroll;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

#v360productviewer-container:active {
    cursor: url('/extra/3d/closedhand.cur'), all-scroll;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}



/* DIY separator */

.separator {
  display: flex;
  align-items: center;
  text-align: center;
	margin: 25px 0 25px 0;
}

 


.separator > em > span {
	/*color: #e6770e;*/
	font-weight: bold;
	 
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #d7d5d5;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: 1.00em;
}


/*AANPASSINGEN NAV UNRAVEL RAPPORT*/

.buizen-bestellen-new { padding: 0 25px 25px 10px; font-size: 15px; line-height: 125%; font-weight: 400 }
.buizen-bestellen-new p  { font-weight: 400; }
.buizen-bestellen-new p.intro { font-weight: 600; padding-top: 25px  }
.buizen-bestellen-new  ul li { margin: 0 0 5px 0; font-size: 14px; font-weight: 400}


.ox-dropdown--megamenu>.ox-megamenu__dropdown .ox-megamenu-list>.category-item>a, .ox-dropdown--megamenu>.ox-megamenu__dropdown .level1.category-item>a {
  
    text-transform: none;
}


.ox-megamenu-navigation>.level0>.level-top {
   
    text-transform: none;
  
}

.ox-megamenu-navigation .category-item>a { text-transform: none;
  }

.menu-special-bekijk-alles {font-size: 13px;}
.menu-special-bekijk-alles span.name {font-weight: 400; }


.rocket-menu ul li { margin: 0 0 2px 0 }
.rocket-menu ul li a:hover{ border-bottom: dotted 1px #000}

a.button.big.cta {     text-transform: none; background: rgb(167, 4, 4); margin-right: 15px; padding: 19px; font-weight: 600;}
a.button.outline.big.cta-2 {   font-weight: 600;}

a.button.outline.big.cta-mobile { text-transform: none; background: rgb(252, 252, 252); border: rgba(0,0,0,1.00) solid 1px; margin-right: 15px; padding: 10px; font-weight: 800; width: 100% }

.primary>.action, a.action.primary, .action.primary, .action.secondary, .secondary>a.action, .button.secondary, .button.primary, a.button.secondary, a.button.primary, a.button, .button, button {text-transform: none;}



.products-grid__layout-2.grid .product-grid__image-wrapper .product-item-inner .action.primary, .products-grid__layout-default.grid .product-grid__image-wrapper .product-item-inner .action.primary, .products-grid__layout-2.products-grid .product-grid__image-wrapper .product-item-inner .action.primary, .products-grid__layout-default.products-grid .product-grid__image-wrapper .product-item-inner .action.primary {background: #00b900 }

a.button.action.tocart.primary:hover { background: #009600}

.product-item .product-item-name a:hover {border-bottom: dotted 1px #000; }

.view-and-order {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid black;
    padding: 7px;
}

.view-and-order:hover {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid rgb(244, 134, 31);
    padding: 7px;
    background: rgb(244, 134, 31);
    color: white;
}



/* op mobiel */
@media all and (max-width: 800px) {
      
	.view-and-order {
		position: absolute;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 10px;
		
		border: 1px solid black;
		padding: 15px;
		font-size: 13px;
		width: 85%;
		text-align: center
		 
	}
	
	.view-and-order:hover { 
	position: absolute;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 10px;
		
		border: 1px solid black;
		padding: 15px;
		font-size: 13px;
		width: 85%;
		text-align: center
	}	
   }


.toolbar-products {display: none}

.sbo-category-menu { font-size: 15px; line-height: 150%}
.sbo-category-menu a {border-bottom: 1px dotted #999999;}
.sbo-category-menu a:hover {border-bottom: 1px solid #999999;}


a.button.underline.big {color:black}
 
.multicheckout.address.form .table-wrapper .table .product-item-name, .cart.table-wrapper .product-item-name {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
}

.multicheckout.address.form .table-wrapper .table .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static;
    width: 75px;
    border: #e8e8e8 1px solid;
    border-radius: 10px;
	margin-top: 5px
}

.price-including-tax .price, .price-excluding-tax .price {
    font-weight: 500;
	font-size: 14px;
}

.multicheckout.address.form .table-wrapper .table .col.qty .input-text, .cart.table-wrapper .col.qty .input-text {
    height: 46px;
    text-align: center;
    width: 100%;
    min-width: 80px;
    padding: 0 22px;
    padding-bottom: 1px;
    background: #f4f4f4;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.multicheckout.address.form .table-wrapper .table .item-options, .cart.table-wrapper .item-options {
    text-transform: none;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
	  font-size: 14px;
}


/* CART ICON AANPASSEN */


 

.product-item .action.tocart.primary svg,
.product-info-main .box-tocart .action.tocart svg, 
.product-options-bottom .box-tocart .action.tocart svg,
.minicart-wrapper .action.showcart svg{
display:none!important;
}
/* product page */
.product-info-main .box-tocart .action.tocart:before, 
.product-options-bottom .box-tocart .action.tocart:before{
content: '';
background-image: url(https://www.steigerbuis-online.nl/media/wysiwyg/sbo_cart_icon_plus.png);
background-size: 20px 20px;
width: 20px;
height: 20px;
margin-right: 13px;
}
/* header minicart */
a.action.showcart:before {
content: '';
background-image: url(https://www.steigerbuis-online.nl/media/wysiwyg/sbo_cart_icon.png);
background-size: 20px 20px;
width: 20px;
height: 20px;
}
/* grid */
.product-item .action.tocart.primary:before{
content: '';
background-image: url(https://www.steigerbuis-online.nl/media/wysiwyg/sbo_cart_icon.png);
background-size: 16px 16px;
width: 16px;
height: 16px;
}



.sbo-menu-mobiel img { margin:0 0px 15px 0;}
.sbo-menu-mobiel .col-8 {margin-top: 10px;}

#store\.menu > nav > ul > li.level0.category-item.level-top.parent.ox-dropdown--megamenu.parent.ox-megamenu--opened > a {color: black; font-weight: 800}



.diy-landing-blocks { border:solid #e8e8e8 1px; background-color:#fff; color:#000; display:block; }
.diy-landing-blocks h3 { font-size:17px; font-weight:800; letter-spacing: normal; text-transform: none; }
.diy-landing-blocks h4 { font-size:17px; font-weight:400; letter-spacing: normal; text-transform: none; }
.diy-landing-blocks .content { font-size:13px; font-weight:500; padding:25px 25px 10px 25px; letter-spacing: normal }

div.diy-landing-blocks.box a {border-bottom: none;}

@media (max-width: 480px) { 
	.diy-landing-blocks h2 { font-size:13px; 
	} }


.diy-landing h2 { font-size:20px; font-weight:600; letter-spacing: normal; text-transform: none; margin:0 0 10px 0 }
.diy-landing p { font-size:14px; font-weight:600; letter-spacing: normal; text-transform: none; }

.diy-landing-wide { margin: 15px 0 15px 15px; padding: 15px; color: black;text-align: center}
.diy-landing-wide h2 { font-size:20px; font-weight:600; letter-spacing: normal; text-transform: none; margin:0 0 10px 0 }
.diy-landing-wide p { font-size:16px; font-weight:400; letter-spacing: normal; text-transform: none; }

.diy_landing_intro {font-size:20px; font-weight:400; line-height: 175%; margin-bottom:20px; }

.product-info-main .page-title-wrapper .page-title {text-transform: none}

.header__content .minicart-wrapper .action.showcart {
    height: 38px;
    line-height: 38px;
    border:rgba(212,212,212,1.00) solid 1px;
}

.header__content .minicart-wrapper .action.showcart:hover {
    height: 38px;
    line-height: 38px;
    background: rgba(255,255,255,0.25); 
}


.diy-bekijk-meubels { position: relative; width: 50%; }

 .diy-bekijk-meubels img { width: 100%; height: auto; border-radius: 15px }


.diy-bekijk-meubels-btn {
	position: absolute;
	text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.9);
  color: black;
  font-size: 18px;
	font-weight: 500;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  border-radius: 5px;}

.diy-bekijk-meubels-btn span {font-size: 15px; margin-top: 10px}


.product-image-photo.product-first-image-photo img {width: 100%}


.header-image img {border-radius:  0 20px 0 20px}


.order_info {font-size:14px; font-weight:600;   padding: 15px;    }
.order_info a {border-bottom: 1px dotted #999999;}
.order_info a:hover {border-bottom: 1px solid #000;}
.order_info h1 {margin-bottom: 20px;}
.order_info h2 {font-size: 25px; margin: 35px 0 5px 0;}
.order_info h3 {font-size: 20px;margin: 35px 0 5px 0;}


 
