/*
	Theme Name: Custom Template
	Theme URI: https://www.quickonline.nl
	Description: Basis voor de template
	Version: 1.0
	Author: QuickOnline
	Author URI: https://www.quickonline.nl

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

a, button, input, .video-url i, .overzicht-image:before, .video-url:before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*------------------------------------*\
    MAIN


Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900


\*------------------------------------*/
body, html {margin:0;padding:0}
*,*:after,*:before {	-moz-box-sizing:border-box;	box-sizing:border-box;	-webkit-font-smoothing:antialiased;	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;}
html {	font-size:62.5%;}

.clear:before,.clear:after {    content:' ';    display:table;}
.clear:after {    clear:both;}
.clear {    *zoom:1;}

img {	max-width:100%;	vertical-align:bottom;height:auto}


a {	color:#0A9844;	text-decoration:none;font-weight:400;}
a:hover {	color:#1C1C1C;}
a:focus {	outline:0;}
a:hover,a:active {	outline:0;}
input:focus {	outline:0;	border:none;}

/*------------------------------------*\
    Fonts
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif;
   margin: 0;color:#1C1C1C; font-size:28px; font-weight:600;line-height:1.4;text-transform:none}
body {font-size:16px;line-height:1.65;font-family: 'Montserrat', sans-serif;
color:#555555;font-weight:400;}

.standaard-content h2 {font-size:26px;margin-bottom:5px;}
.standaard-content h3 {font-size:24px;margin-bottom:5px;}
.standaard-content h4 {font-size:23px;margin-bottom:5px;}
.standaard-content h5 {font-size:22px;margin-bottom:5px;}
.standaard-content h6 {font-size:21px;margin-bottom:5px;}


p, blockquote { margin:0 0 20px}
p:last-child, blockquote:last-child {margin:0}
blockquote {padding-left:20px;padding-top:5px;padding-bottom:5px;border-left:3px solid #0A9844}

.standaard-content ul, .standaard-content ul li, .standaard-content ol {padding:0;margin:0;list-style:none;display:block}
.standaard-content ul li {margin-bottom:10px;position:relative;padding-left:20px;}
.standaard-content ul, .standaard-content ol {margin-bottom:25px;}
.standaard-content ul:last-child, .standaard-content ul li:last-child, .standaard-content ol:last-child {margin-bottom:0}
.standaard-content ul li:before {content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:#0A9844}
.standaard-content ol { counter-reset: li}
.standaard-content ol li {display:block;padding-left:20px;position:relative;}
.standaard-content ol li:before{counter-increment: li;content: counter(li)'.'; color: #0A9844;
  display: inline-block; position:absolute;left:0;top:0;}

.title-box h1 {font-size:34px;color:#1C1C1C;font-weight:700;}
.title-box h2 {font-size:30px;color:#1C1C1C;font-weight:700;}
.title-box h3 {font-size:24px;}


.newsletter-row .title-box h2 {font-size:30px;color:#0A9844;}



.title-box.with-subtitle h2, .title-box.with-subtitle h1 {color:#0A9844;font-size:30px;}


iframe {border:none}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1430px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.over-ons-row {border-top:1px solid #ECECEC}
.content-row {padding:0 0 20px}
.breadcrumb-row + .content-row, .breadcrumb-row + .full-content-row {padding-top:0}

.white-background + .white-background {padding-top:0;}
.grey-background + .grey-background {padding-top:0;}

.grey-background {background-color:#FCFCFC;border-top:1px solid #F5F5F5;border-bottom:1px solid #F5F5F5;}
.yellow-background {overflow:hidden;border-top:1px solid #F5F5F5;border-bottom:1px solid #F5F5F5;background:#FFFCF3}
.yellow-background + .grey-background {border-top:0;}

.grey-background + .yellow-background {border-top:0}
.configurator-row +.content-row {padding-top:70px;}
.full-content-row {padding:100px 0 70px;}
.recent-row {overflow:hidden}

.center-align{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;	
  -moz-align-items:center;
  -ms-align-items:center;
}
@media screen and (min-width:768px){
.bottom-align{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;	
  -moz-align-items:flex-end;
  -ms-align-items:flex-end;
}
	}



.flex-holder {    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;}

.textcenter, .text-center {text-align:center;}
.overlay {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
@media screen and (min-width:768px){
	.rightfloater {float:right;order:2}
}

.title-box {margin-bottom:15px}
.margin-fix,.marginfix {margin-bottom:30px}
.nomargin {margin-bottom:0!important}

.media-box {position:relative;overflow:hidden;border-radius:23px;border:none; text-align:center;}
.media-box img {width:auto;max-width:100%;}
.video-box {position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%;height: auto;} 
.video-box iframe, .video-box object, .video-box embed { position: absolute;top: 0;	left: 0;width: 100%;height: 100%;}

.video-url {display:block;position:relative}
.video-url i {
    position: absolute;
    font-size: 68px;
    color: #fff;
    z-index: 10;
    left: calc(50% - 34px);
    top: calc(50% - 34px);
}
.video-url:before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0A9844;opacity:.6}

.video-url:hover:before {opacity:.1}



.klantenservice-row {margin-top:50px;padding:100px 0 70px;background:#FCFCFC}
.overzicht-box {height:100%;border:1px solid #EBEBEB;margin-bottom:30px;border-radius:23px;overflow:hidden;position:relative}
.overzicht-titel {padding:20px 25px;}
.overzicht-titel h3 {font-size:18px;}
.overzicht-titel h3 {vertical-align:middle}
.overzicht-titel h3 i {margin-left:5px;}
.overzicht-image {background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#ddd;padding-bottom:70%;position:relative}
.overzicht-holder {margin-top:30px}

.page-template-template-klantenservice .klantenservice-row {background:#fff;padding-top:0;margin:0}

.overzicht-image:before {content:"";position:absolute;top:0;left:0;background:#0A9844;width:100%;height:100%;opacity:0;}
.overzicht-box:hover .overzicht-image:before {opacity:.5}


.tip-box {border-radius:9px;background:#FFFCF3;border:1px solid #F5F5F5;padding:25px 25px 25px 100px;position:relative;font-size:14px;}
.tip-box i {font-size:32px;position:absolute;left:35px;top:calc(50% - 16px);color:#1C1C1C;line-height:1;}
.tip-box h4 {font-size:18px;font-weight:700}

.archive-container {margin-top:20px;}
.advies-box-image {overflow:hidden;position:relative;padding-bottom:80%;border-radius:24px;background-color:#fbfbfb;background-position:center center;background-size:cover;margin-bottom:20px;}
.advies-box-content h2, .advies-box-content h2 a {color:#000;font-size:28px;font-weight:700;}
.advies-box-content h2 {margin-bottom:10px}

.advies-box {margin-bottom:30px;}
.advies-box .overlay {opacity:0;background:#0A9844}
.advies-box:hover .overlay {opacity:.6}
.advies-box:hover .advies-box-content h2 a {color:#0A9844}

.contact-group h4 {    font-size: 18px;  font-weight:700;  color: #1C1C1C;margin-bottom:0;}
.contact-group ul, .contact-group li {padding:0;margin:0;list-style:none;display:block}
.contact-group, .contact-group a {color: #1C1C1C;}
.contact-group a:hover, .contact-group a:focus {color:#0A9844}
.contact-group {padding-left:90px;position:relative}
.contact-group i {
    position: absolute;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #0A9844;
    color: #fff;
    font-size: 24px;
    text-align: center;
    left: 15px;
    top: -3px;
    padding-top: 16px;
    line-height: 1;
}
.contact-group {margin-bottom:40px}

.page-template-template-klantenservice .contact-group {width:50%}


.usp-box {width:50%;}
.usp-icon {width:46px;height:46px;background-size:contain;background-position:center left;background-repeat:no-repeat;}
.usp-desc {width:calc(100% - 46px);padding-left:20px;}


.advies-link {text-align:right}



.adviezen-slider .advies-box {width:360px}
.adviezen-slider .slick-list {
    overflow: visible;
}


.call-to-action {position:relative;overflow:hidden;border-radius:24px;background-size:cover;background-position:center center;}
.call-to-action:before {content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#0A9844;opacity:.25}
.call-to-action > div {position:relative;z-index:10;}


.call-to-action {color:#fff;padding:30px 30px 0;}
.call-to-action h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 700;
}
.call-to-action-content  {font-size:23px;width:calc(100% - 300px)}
.call-to-action-content a{color:#fff;text-decoration:underline;}

.call-to-action-review {width:300px;text-align:center;font-size:18px;font-weight:700;}
.call-to-action-review p {margin:0;}
.review-naam {font-size:12px;margin-top:5px;font-weight:400}
.review-image div {
    width: 100%;
    max-width: 210px;
    padding-bottom: 210px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    border: 3px solid #fff;
    display: block;
    margin: 0 auto 20px;
}
.review-content {position:relative;padding:0 10px;}
.review-content:before {position:absolute;top:0;left:0;content:'"';font-size:30px;line-height:1;}
.review-content:after {position:absolute;bottom:0;right:0;content:'"';font-size:30px;line-height:1}
.call-to-action .btn {margin-top:20px;}


/*------------------------------------*\
    KIYOH
\*------------------------------------*/
.kiyoh-row {padding-top:100px!important}
.kiyoh-logo {width:230px;}
.kiyoh-reviews {width:calc(100% - 230px);margin-top:25px;float:right}
.kiyoh-average {position:relative;text-align:center;margin-bottom:10px;}
.kiyoh-average img {width:95px;height:auto;position:relative;z-index:10;}
.kiyoh-average a {display:inline-block;}
.average-rating { z-index:1;   position: absolute;    width: 100%;    font-size: 20px;    color: #1C1C1C;    font-weight: 600;    line-height: 1;    left: 0;    text-align: center;    top: calc(50% - 10px);}
.kiyoh-rating {font-size:12px;color:#1C1C1C;text-align:center;margin-bottom:5px}
.kiyoh-stars img {display:inline-block;width:22px;height:22px;}
.kiyoh-stars {text-align:center;}

.kiyoh-slide .kiyoh-stars img  {width:16px;height:16px;}
.kiyoh-slide .kiyoh-stars {margin-bottom:5px;text-align:left;}
.kiyoh-slide {font-size:14px;}


/*------------------------------------*\
    BUTTON
\*------------------------------------*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.btn, input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, .search-submit:hover, .search-submit:focus, .search-submit {
    font-size: 16px;text-decoration:none!important;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 17px 25px;
    background: #0A9844;
    border-radius: 0;min-width:150px;text-align:center;
	font-family: 'Montserrat', sans-serif;

	-webkit-appearance:none;-moz-appearance:none;appearance:none;
	border:none!important;font-style:normal;cursor:pointer;border-radius:9px

}
.btn i {margin-left:10px;vertical-align:middle;;}
.btn:hover, .btn:focus, input[type="submit"], .search-submit {background: #1C1C1C;color: #fff;}
.btn.dark {background:#1C1C1C;color:#fff;}
.btn.dark:hover, .btn.dark:focus {    background: #0A9844;color:#fff}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.btn.orange {background:#FF771D;}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.btn.orange:hover, .btn.orange:focus {background: #1C1C1C!important;color: #fff;} 

.read-more {color:#1C1C1C;text-transform:none;font-weight:600;font-size:14px;}
.read-more i {margin-left:5px;vertical-align:middle}
.read-more:hover {color:#0A9844;}


.btn-list {padding:0;margin:0;list-style:none;display:block;margin-bottom:-10px!important}
.btn-list li {display:inline-block!important;margin-bottom:10px!important;margin-right:20px!important;padding:0!important}
.btn-list li:before {display:none}

.textcenter .btn-list li, .text-center .btn-list li {margin-left:10px!important;margin-right:10px!important}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    padding: 17px 25px;
    background: #f5f5f5!important;
    color: #b6b6b6!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {background-color:#FF771D!important;}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {color:#fff;background:#1C1C1C!important}


.pagination {margin-top:40px;}
.page-numbers {
    color: #1C1C1C;
    font-size: 18px;
    display: inline-block;
    margin: 0px;
    width: 32px;
    height: 32px;
    text-align: center;
    /* background: #000; */
    border-radius: 9px;    line-height: 1;
    padding-top: 7px;
}
a.page-numbers:hover {color:#0A9844}
.page-numbers.current {color:#fff;background:#0A9844}


.breadcrumb-row {padding-top:100px;padding-bottom:20px;}
.breadcrumbs, .breadcrumbs a, nav.rank-math-breadcrumb, nav.rank-math-breadcrumb a {font-size:10px;color:#979797;font-weight:400}
.breadcrumbs .breadcrumbs__separator, nav.rank-math-breadcrumb .separator {margin:0 5px}
.breadcrumbs a:hover, .breadcrumbs a:focus, nav.rank-math-breadcrumb a:hover, nav.rank-math-breadcrumb a:focus{    color: #0A9844;}


nav.rank-math-breadcrumb {padding:0 15px;display:block;}


form label {
    float: left;
    width: 100%;
    color: #1C1C1C;
    font-weight: 600;
margin-bottom:5px;line-height:1;}
form label span {color:#0A9844}




input[type="text"], input[type="email"], textarea, input[type="pasword"], input[type="tel"], input[type="password"], input[type="number"]{
 float: left;    width: 100%;    appearance: none;    -webkit-apppearance: none;    background: none;    border: none;    
	font-size: 16px;    font-family: 'Montserrat', sans-serif;   font-weight: 400;    
	color: #1C1C1C;   
	padding-left: 15px;	height: 50px;border: 1px solid #AFAFAF;outline:none!important;margin-bottom:20px;border-radius:9px;
}
textarea , .woocommerce form .form-row textarea{resize:none;height:170px;}
.woocommerce form .password-input, .woocommerce-page form .password-input {float:left;width:100%}


.newsletter-row input[type="text"], .newsletter-row  input[type="email"], .newsletter-row  textarea {background:#fff;}
.newsletter-row input[type="submit"] {width:100%}
.newsletter-row .btn {width:100%}

._error._below {
    display: block;
    float: left;
    width: 100%;
    background: #f00;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-top: -20px;
}
._form-thank-you.small-12 {
    text-align: center;
}

.gform_heading p.gform_required_legend {display:none!important}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 30px;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 20px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}



body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {    border: 1px solid #E6462A;}
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, body .gform_wrapper.gravity-theme .gfield_error label, body .gform_wrapper.gravity-theme .gfield_error legend, body .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, body .gform_wrapper.gravity-theme [aria-invalid=true]+label, body .gform_wrapper.gravity-theme label+[aria-invalid=true] {    color: #E6462A;}

body .gform_wrapper.gravity-theme .gform_validation_errors {
    background: #E6462A;
    border: 1px solid #E6462A;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 20px 20px;
    position: relative;
    width: 100%;
}
body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 12px;
    text-transform: none;
}

body .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: #E6462A;
    border: 1px solid #E6462A;color:#fff;
    font-size: 14.992px;
    margin-top: 0;
    padding: 8px 20px 10px!important;
}

fieldset {
    border: 1px solid #eee;
    padding: 10px 20px;
    margin-bottom: 30px;
}

legend {
    font-weight: 700;color:#1c1c1c
}

.wpcf7-not-valid-tip {display:none}
.wpcf7-not-valid {border-color:#ed0202!important}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 15px 20px;
    border: 2px solid #c0a07d;
    text-align: center;
    background: #c0a07d;
    width: 100%;
    float: left;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ed0102;
    background: #ed0102;
}
.wpcf7 form.sent .wpcf7-response-output{
	    border-color: #c0a07d;
    background: #c0a07d;
}

@media screen and (min-width:650px){
	.form-half-left, .form-half-right {width:50%;}
.form-half-left {padding-right:20px;}
.form-half-right {padding-left:20px;}
}

.woocommerce form .form-row .required {color:#0A9844!important}

.woocommerce form .form-row {
    padding: 0;
    margin: 0;
	margin-bottom:15px;
}


.woocommerce-info, .woocommerce-message {    border-top-color: #039944;}
.woocommerce-info::before, .woocommerce-message::before {color:#039944}






/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.chat-btn {position:fixed;right:30px;bottom:10%;z-index:9990;border:1px solid #fff!important}
.chat-btn i{font-size:24px;vertical-align:middle;margin-right:5px;margin-left:0}


.footer-widgets {background:#1C1C1C;color:#fff;padding-bottom:20px;padding-top:110px;}
a.footer-logo {
    width: 146px;
    display: block;
   left:calc(50% - 74px);
    top: -77px;
   position:absolute;z-index:100
}
a.footer-logo img {width:100%}
.footer-widgets {position:relative}
.footer-image {overflow:hidden;position:absolute;top:0;height:100%;width:40%;max-width:585px;background-size:cover;background-position:center center;}
.footer-image:before {content:"";position:absolute;top:0;width:130%;height:100%;}
.image-left {left:0;}
.image-right {right:0;}


.image-right:before{left:0;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c1c+0,7db9e8+100,1c1c1c+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(28,28,28,1) 0%, rgba(28,28,28,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(28,28,28,1) 0%,rgba(28,28,28,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(28,28,28,1) 0%,rgba(28,28,28,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#001c1c1c',GradientType=1 ); /* IE6-9 */}

.image-left:before {right:0;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c1c+0,7db9e8+0,1c1c1c+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(125,185,232,0) 0%, rgba(28,28,28,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(125,185,232,0) 0%,rgba(28,28,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(125,185,232,0) 0%,rgba(28,28,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1c1c1c',GradientType=1 ); /* IE6-9 */}



.footer-widgets .wrapper {position:relative;z-index:10;}

.footer-menu h4 {font-size:18px;color:#0A9844;margin-bottom:15px;font-weight:600}

.footer-menu ul, .footer-menu li {padding:0;margin:0;list-style:none}
.footer-menu li {display:block;font-size:12px}
.footer-menu a {color:#fff;font-size:12px;}
.footer-menu a:hover, .footer-menu a:focus {color:#0A9844;}
.footer-menu {margin-bottom:40px;}

footer a {font-weight:400}

.footer-desc {margin-bottom:50px;text-align:center;font-size:12px;}
.footer-desc h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-bottom {padding:30px 0 20px;background:#fff}
.footer-bottom, .footer-bottom a {color:#1C1C1C;font-size:12px;}
.footer-bottom a:hover, .footer-bottom a:focus {color:#0A9844;}
.footer-bottom ul, .footer-bottom  li {padding:0;margin:0;list-style:none;}
.footer-bottom > div > div {margin-bottom:15px;}
.footer-bottom > div > div:first-child {margin:0}
.copyright-menu, .quick-menu {width:calc(50% - 95px);}
.copyright-menu {text-align:right;}

.copyright-menu li {display:inline-block;margin-right:20px;position:relative}
.copyright-menu li:last-child {margin-right:0;}
.copyright-menu li:after {content:"";position:absolute;top:20%;right:-11px;height:60%;width:1px;background:#1C1C1C}
.copyright-menu li:last-child:after {display:none}
.footer-bottom-socials {width:190px;text-align:center}
.footer-bottom-socials li {display:inline-block;margin:0 7px;    line-height: 1.2;}
.footer-bottom-socials a {font-size:16px;}


.newsletter-row {padding:100px 0 125px;background:#FFFCF3}
.newsletter-row .title-box {text-align:center}
.newsletter-row.empty-newsletter {    padding: 50px;}


@media screen and (max-width:991px){
	.footer-bottom {text-align:center;margin-top:0;padding:20px 0 5px}
	.copyright-menu, .quick-menu, .footer-bottom-socials {width:100%;text-align:center}
	
	.footer-menu a {font-size:16px;}
	
	.footer-image {width:30%}
}

@media screen and (max-width:767px){
	.footer-menu h4 {margin-bottom:15px;}
	.footer-menu {width:50%}
}

@media screen and (max-width:550px){
	.footer-menu {width:100%;text-align:center}

	.copyright-menu li:after {display:none!important}
	.copyright-menu li{margin:0 10px!important}
	.footer-image {display:none}
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/
 .sidenav {display:none}

.header {position:fixed;top:0;left:0;width:100%;z-index:9998;background:#fff;}

header ul, header li {padding:0;margin:0;list-style:none;}

.topbar {background:#FCFCFC;border-bottom:1px solid #eee;padding:7px 0 2px;line-height:1.4}
.topbar > .wrapper > div {margin-bottom:5px;}


.header-socials {text-align:center;width:200px;}
.topbar-menu {text-align:right;}
.topbar-menu li {display:inline-block;margin-right:50px}
.topbar-menu li:last-child {margin-right:0;}
.topbar-menu a {color:#1c1c1c;font-size:12px;}


.usp-slider-holder, .topbar-menu {width:calc(50% - 100px);}
.usp-slider-holder {margin-top:3px;}
.usp-slide {width:auto;margin-right:30px;color:#1C1C1C;font-size:12px;padding-left:25px;position:relative;}
.usp-slide i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: #039943;
}



.header-middle {padding-top:30px;position:relative;z-index:10;}
.fixed-header .header-middle {padding-top:10px;}


.logo {    width: 240px;}
.logo a {display:block;border-radius:50%;background:#fff;margin-bottom:-105px;width:210px}
.header-search {width:calc(100% - 900px);padding-left:30px;    margin-top: 25px;}
.header-kiyoh {width:275px;text-align:center;margin-top:20px;}

.header-socials li {display:inline-block;margin:0 7px;}
.header-socials a {color:#1C1C1C;font-size:15px;}
.header-socials a:hover, .header-socials a:focus, .topbar-menu a:hover, .topbar-menu a:focus {color:#0A9844}

.header-woocommerce {width:385px;    margin-top: 40px;text-align:right;}
.header-woocommerce li {position:relative;  text-align:center;  display: inline-block;    margin-left: 25px;    font-size: 15px;    color: #fff;    font-weight: 900;padding-left:32px;}
.header-woocommerce li:first-child {margin-left:0;}
.header-woocommerce li a {color:#1C1C1C;font-size:16px;}
.header-woocommerce li i {  color:#1C1C1C;  position:absolute;left:0;top:4px;    margin: 0 auto;    text-align: center;    font-size: 17px;}
.cart-list {position:relative;}
.header-cart-count {
    width: 21px;
    height: 21px;
    background: #0A9844;
    position: absolute;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding-top: 6px;
    top: -16px;
    left: 13px;
}  


.header-woocommerce .sub-menu {position:absolute;background:#fff;width:150px;top:100%;left:0;;padding:10px 0 5px;display:none;text-align:left}
.header-woocommerce .sub-menu li {display:block;margin:0 0 5px;padding:0}
.header-woocommerce .sub-menu li a {display:block;color:#1C1C1C;font-size:12px;text-align:left;padding-left:20px;padding-right:20px;}
.header-woocommerce .sub-menu li a:hover {    color: #0A9844;}

.header-woocommerce li:hover .sub-menu {display:block}

.fixed-header .logo a{width:150px;margin-bottom:-75px}
.fixed-header .header-kiyoh {margin-top:0;}
.fixed-header .header-woocommerce{margin-top:20px;}
.fixed-header .header-search {margin-top:5px;}


form.search {    border: 1px solid #C4C4C4;    border-radius: 9px;    width: 100%;    float: left;}
header form.search {max-width:450px;}
button.search-submit, button.search-submit:hover, button.search-submit:focus {    font-size: 12px;    min-width: 95px;    padding: 14px;    border-radius: 6px;    margin-top: 5px;    margin-right: 5px;    margin-bottom: 5px;float:left;}
input.search-input {height:50px;width:calc(100% - 100px);margin:0;border:none;border-radius:none;}


.header-navigation {background:#0A9844;}
.header-navigation ul, .header-navigation li {padding:0;margin:0;list-style:none}
.header-navigation li {display:inline-block;position:relative}

.header-navigation .sub-menu {
    position: absolute;
    top: 100%;
    width: 220px;
    left: -15px;
    background: #FCFCFC;
    text-align: left;
    padding: 10px 0 0;display:none
}
.header-navigation li:hover .sub-menu {display: block}
.header-navigation li li {display:block;margin:0;padding:0;}
.header-navigation .sub-menu a {padding:5px 15px;display:block}

.header-navigation a {color:#FFFFFF;font-size:16px;font-weight:600;}
.header-navigation .sub-menu a {color:#1c1c1c;font-size:14px;font-weight:400}

.desktopnav {padding-left:240px;text-align:right;width:calc(100% - 240px)}
.desktopnav > ul > li > a {
    line-height: 1;
    display: block;
    padding: 23px 0;
}
.desktopnav > ul > li {margin-right:60px}
.desktopnav > ul > li:last-child {margin-right:45px;}

.desktopnav > ul > li.menu-tip > a {position:relative;padding-right:35px;}
.desktopnav > ul > li.menu-tip > a:after {
    content: "Tip!";
    position: absolute;
    background: #fff;
    font-weight: 600;
    color: #0A9844;
    border-radius: 3px;
    line-height: 1;
    padding: 3px 5px;
    bottom: 36px;
    right: 0;
    font-size: 10px;
}
.desktopnav > ul > li.menu-tip > a:before {
    content: "";
    position: absolute;
    width: 0;
    bottom: 30px;
    right: 19px;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #fff;
}


.header-navigation .sub-menu li:hover > a, .header-navigation .sub-menu li.current-menu-item > a {color:#0A9844}


.navigatie-contact {width:240px;}
.navigatie-contact a {line-height:1.3;display:block;text-align:center;color:#FFFFFF;font-size:16px;font-weight:600;}
.navigatie-contact a span {font-weight:400;display:block}

.navigatie-contact a {
    line-height: 1.2;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 11px;
    height: 62px;
    background: rgb(255 255 255 / 14%);
}


.mobbtn-holder {display:none;width:70px;}
.mobbtn { position:relative;   width: 40px;    height: 30px;    cursor: pointer;    margin-top: 12px;}
.mobbtn span {position:absolute;height:4px;background:#fff;width:100%;left:0;}
.mobbtn span:nth-child(1){top:0;}
.mobbtn span:nth-child(2){top:13px;}
.mobbtn span:nth-child(3){top:26px;}

.mobbtn.active-menu span:nth-child(1){rotate:45deg;top:13px;left:0;}
.mobbtn.active-menu span:nth-child(2){left:50%;width:0;}
.mobbtn.active-menu span:nth-child(3){rotate:-45deg;top:13px;left:0;}

.sidenav {overflow:auto;padding:15px 15px 20px;position:fixed;top:0;right:-200px;background-color:#fff;width:200px;height:100%;z-index:9991;opacity:1;display:none;}
.sidenav-holder ul, .sidenav-holder li {padding:0;margin:0;list-style:none}
.sidenav-holder a {  width: 100%;    display: inline-block;    padding: 10px 40px 10px 0;    text-transform: none;    font-weight: 700;    font-size: 15px;color:#0A9844}
.sidenav li { border-bottom: 1px solid #ddd;position:relative}
.sidenav .sub-menu {padding-bottom:5px;display:none}
.sidenav .sub-menu li {border:none}
.sidenav .sub-menu li a {padding-bottom:10px}
.sidenav .current-menu-item > a, .sidenav .current-menu-ancestor > a, .sidenav li:hover > a {  color:#FF771D}
.sidenav .active > a, header .active > a {color:#FF771D}
.sidenav-holder .sub-menu a {font-weight:400;border:none;padding:0;}

.sidenav-topbar-menu {margin-top:20px;}
.sidenav-topbar-menu ul, .sidenav-topbar-menu li {padding:0;margin:0;list-style:none;display:block}
.sidenav-topbar-menu a {  width: 100%;    display: inline-block;    padding: 5px 0 5px 0;    text-transform: none;    font-weight: 400;   color: #1c1c1c;    font-size: 12px;}

.sidebar-kiyoh {margin-top:20px;overflow:hidden;text-align:center}


.sidenav .search-form {margin-top:20px;}


.sidenav button.search-submit, .sidenav button.search-submit:hover, .sidenav button.search-submit:focus {margin:0;display:block;width:100%;margin-top:10px;}
.sidenav input.search-input {width:100%;    border: 1px solid #C4C4C4;
    border-radius: 9px;height:40px;}
header, .sidenav , .mobbtn span{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}




main {margin-top:234px}


@media screen and (max-width:1400px){
	main {margin-top:214px}
	.logo {    width: 200px;}
	.logo a {width:170px;    margin-bottom: -85px;}
	.header-search {margin-top:5px;width:calc(100% - 860px)}
	.header-kiyoh {margin-top:0;}
	.header-woocommerce {margin-top:20px;}
	.desktopnav > ul > li {    margin-right: 15px;margin-left:15px;}
	.desktopnav {text-align:center}
	.navigatie-contact {width:190px;}
	.desktopnav {width:calc(100% - 190px);}
}

@media screen and (max-width:1230px){
	main {margin-top:177px}
	 .woo-nav-txt {display:none}
	.desktopnav {display:none}
	.header-middle {padding-top:10px;}
	.logo {    width: 180px;}
	.logo a {    width: 100%;    margin-bottom: -75px;}
	.mobbtn-holder {display:block}
	
	.navigatie-contact {    width: calc(100% - 70px);    text-align: right;}
	.navigatie-contact a {display:inline-block;font-size:14px;height:auto;}
	.topbar-menu {display:none}
	.header-socials{width:200px;text-align:right;}
	.usp-slider-holder {width:calc(100% - 200px)}
	.header-socials li:last-child {margin-right:0;}
	.header-woocommerce li i {position:relative;top:0}
	.header-woocommerce li {padding-left:0}
	.header-woocommerce {padding-right:25px;}
	.header-woocommerce {width:110px}
	.header-search {		width: calc(100% - 565px);}
	header form.search {float:right}
	.sidenav {display:block}
	
	
	header.active-menu {left:-200px}
	.sidenav.active-menu {right:0;}
}
@media screen and (max-width:991px){
	main {margin-top:144px}
	.header-kiyoh {display:none}
	.logo {    width: 140px;}
	.logo a, .fixed-header .logo a {width:100%;margin-bottom:-70px}
	.header-search {margin-top:0;}
	.header-search {    width: calc(100% - 250px);margin-bottom:5px;}
	input.search-input {height:40px;width:calc(100% - 78px)}
	button.search-submit, button.search-submit:hover, button.search-submit:focus {
    font-size: 12px;
    min-width: 70px;
		padding:12px 13px 12px;margin-top:2px;margin-bottom:2px;margin-right:2px;}
	.header-middle {padding-top:5px!important;min-height:52px}
	.header-woocommerce, .fixed-header .header-woocommerce {margin-top:9px;}
	.header-cart-count {    top: -11px;    left: 10px;}
	.fixed-header .header-search {margin-top:0}
	.header-search  {padding-left:15px;padding-right:0}
}

@media screen and (max-width:650px){
	.header-socials li {margin:0 3px}
	.header-socials {    width: 115px;}
	.usp-slider-holder {width:calc(100% - 115px);padding-right:0;}
	
}

@media screen and (max-width:550px){
	.header-search {display:none}
	.header-woocommerce {float:right}
	.navigatie-contact {padding-right:0;}
}


/*------------------------------------*\
    CONFIGURATOR
\*------------------------------------*/
.configurator-row {overflow:hidden;background-size:cover;background-position:center top;background-image:url(assets/images/configurator-achtergrond.jpeg);}
.configurator-box {background:#fff;border-radius:24px;border-bottom:6px solid #0A9844;position:relative;padding:45px 25px 30px;padding-right:450px;}
.configurator-image {width:475px;position:absolute;bottom:-20px;right:-40px;height:auto;z-index:10;}
.configurator-box.loading {min-height:300px}
.configurator-box.loading:before {content:"";position:absolute;z-index:8;background:#fff;opacity:.8;width:100%;height:100%;top:0;left:0;border-radius:24px;}
.configurator-desc {font-size:20px;margin-bottom:40px}
.configurator-desc h2 {    color: #0A9844;    font-size: 30px;    font-weight: 700;}


.config-third {width:33%;position:relative;}
.config-form label{display:block;margin-bottom:11px}
.config-required {    position: absolute;    background: #fff;    z-index: 200;    color: #ff781c;    padding: 0px 5px;    font-size: 13px;    font-weight: 600;    top: 70%;    left: 25px;display:none}
.config-form input.required {border-color:#ff781c}

.tooltip {    position: relative;    font-size: 12px;    color: #000;    display: inline-block;    margin-top: -5px;    width: 12px;    float: left;    margin-left: 5px;}
.tooltip i {cursor:pointer;}
.tooltip-desc {    position: absolute;    background: #fff;    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);    padding: 10px;    font-size: 12px;    width: 200px;    bottom: calc(100% + 10px);    right: -15px;    color: #000;border:1px solid #AFAFAF;display:none}
.tooltip-desc:after {content:"";position:absolute;top:100%;right:10px;  width: 0;   height: 0;   border-left: 10px solid transparent;  border-right: 10px solid transparent;   border-top: 10px solid #AFAFAF;}

.config-recommended {margin-top:30px;}
.config-button {    width: 490px;margin-top:15px;}
.config-aanbevolen {width:calc(100% - 490px)}
.config-aanbevolen label {    display: inline-block;    width: auto;    float: left;}


.configurator-box input[type="checkbox"] + span {
    font-size: 18px;
    font-weight: normal;
    padding-left: 25px;
}
.configurator-box input[type="checkbox"] + span:before {
    width: 16px;
    height: 16px;
    top: 1px;
}

.configurator-box input[type="checkbox"]:checked + span:after {    left: 3px;
    top: 4px;
    background: #0A9844;
    width: 10px;
    height: 10px;
    border-radius: 2px;}
.config-klanten img {    width: 50px;}
.config-klanten p {margin:0;font-size:12px}
.config-klanten {    display: inline-block;    vertical-align: middle;    margin-left: 20px;}


.config-shipping {border:1px solid #AFAFAF;border-radius:9px;background-color:#fff;position: relative;    z-index: 1;width:auto;  }
.config-shipping button {
    background: none;
    border: 1px solid transparent;
    border-radius: 9px;
    height: 48px!important;
    float: left;
    width: 100px;
    font-size: 12px;
    color: #A7A7A7;position:relative;z-index:10;cursor:pointer;
}
.config-shipping button:last-child:before {
	content:"";
	background: #0A9844;
    border: 1px solid #C9C1AF;
    border-radius: 9px;
    height: calc(100% + 4px);
    float: left;
    width: calc(100% + 4px);
    color: #A7A7A7;position:absolute;z-index:-1;top:-2px;left:-102px;
	
}

.config-shipping button.active {color:#fff;}
.config-shipping button:first-child {z-index:20;}
.config-shipping button:last-child.active:before {left:0;}

.config-shipping button.active + button:before {left:-102px;}

.configurator-error, .hidden-selector {display:none}

.configurator-overzicht {width:450px}
.configurator-checkout {width:calc(100% - 450px);float:right;padding-left:30px;}

.final-check-tabel > div > div:first-child {width:calc(100% - 100px);}
.final-check-tabel > div > div:last-child {width:100px;}
.final-check-tabel > div:last-child {color:#1C1C1C;font-weight:700;margin-top:15px;padding-top:15px;border-top:1px solid #EDEDED}
.configurator-box button {min-height:50px;height:auto;}
button.config-return {  height:auto!important;min-height:0!important;  -webkit-appearance: none;    appearance: none;    border: none;    background: none;    color: #1C1C1C;    font-size: 14px;    display: block;    width: auto;    margin: 20px auto 0;cursor:pointer;}
button.config-return:hover {color:#FF771D}

.configurator-checkout {text-align:center}

.configurator-stap-2 {display:none}

.config-margin {margin-bottom:30px;}


.config-shipping button:before, .configurator-box{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width:1300px){
	.configurator-image { width: 350px;}
	.configurator-box {    padding: 25px 10px 15px;padding-right:320px}
	.configurator-desc {margin-bottom:25px;}
	.config-recommended {margin-top:10px;}
}

@media screen and (max-width:1150px){
	.configurator-image {display:none}
	.configurator-box  {padding-right:10px}
	.configurator-desc h2 {font-size:28px;}
	
}

@media screen and (max-width:991px){
	.configurator-desc h2 {font-size:26px;}
	.configurator-desc, .configurator-box input[type="checkbox"] + span {		font-size: 16px;}
	.configurator-box input[type="checkbox"] + span:before {top:0;}
	.configurator-box input[type="checkbox"]:checked + span:after {top:3px;}
}




@media screen and (max-width:780px){
	.configurator-desc h2 {font-size:21px;}
	
	.config-third {    width: 100%;}
	.config-third:nth-child(3), .config-third:nth-child(2){width:50%}
	.config-klanten {    display: block;    vertical-align: middle;    margin-left: 0;    margin-top: 5px;}
	.config-klanten img {display:none}
	.config-button {width:100%;margin-top:10px;}
	.config-aanbevolen {width:100%}
	.config-recommended {margin-top:20px;}
	.configurator-desc {margin-bottom:15px;}
}

@media screen and (max-width:767px){
	.configurator-checkout {
		width: 100%;
		float: left;
		padding-left: 0;
		text-align: center!important;
	}	
	.configurator-overzicht {    width: 100%;}
	
	
}

@media screen and (max-width:450px){
	.config-third:nth-child(3), .config-third:nth-child(2) {width:100%}
	.final-check-tabel  {font-size:13px;}
	.final-check-tabel > div > div:last-child {    width: 75px;}
	.final-check-tabel > div > div:first-child {    width: calc(100% - 75px);}
	.configurator-box .columns {padding-left:0;padding-right:0}
}
 


/*------------------------------------*\
    WOOCOMMERCECSS
\*------------------------------------*/
.woocommerce table.shop_table { border:none;border-radius:0;}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {padding:10px 0;color:#1C1C1C}


.product-box {width:25%;margin-bottom:30px;}
.product-box > div {border:1px solid #EBEBEB;background:#fff;padding:20px 20px 70px;;border-radius:24px;position:relative;}
.product-box > div {    height: 100%;}
.product-box-addtocart {position:absolute;bottom:30px;left:0;width:100%;padding:0 20px;}

.product-slider-row {overflow:hidden}
.product-slider-row .slick-list {overflow:visible}
.producten-slider .product-box {width:360px}
.title-box +.producten-slider {margin-top:15px;}

.archief-product-image {position:relative;z-index:1;margin-bottom:20px;padding-bottom:100%;}
.archief-product-image .overlay {z-index:10;}
.archief-product-image img {width:100%;height:100%;position:absolute;top:0;left:0;object-fit:contain}

.archive-product-content {margin-bottom:15px;}
.archive-product-content h2, .archive-product-content h2 a {    color: #1C1C1C;    font-size: 24px;    font-weight: 600;    line-height: 1;}
.archive-product-content h2 {margin-bottom:15px;}
.product-box-cat {font-size:12px;margin:0 0 5px}

.dark-label {background:#1C1C1C}
.green-label {background:#0A9844}
.product-label {    position: absolute;    border-radius: 24px 0 24px 0;    color: #fff;    text-transform: uppercase;    font-size: 12px;    line-height: 1;    padding: 12px;    min-width: 80px;    text-align: center;    top: 0;z-index:10;}
.left-label {left:0;}
.right-label {right:0;} 



.product-box-addtocart>div:first-child,.product-price-holder>div:first-child {    line-height: 1;    width: calc(100% - 35px);    padding-top: 9px}
.product-box-addtocart>div:last-child,.product-price-holder>form:last-child {    width: 35px;    position: relative}
.woocommerce .product-box-addtocart .button {  min-width:0!important;  width: 35px;    height: 35px;    background: #FF771D;    position: relative;    float: left;padding:0!important;border-radius:3px!important}
.woocommerce .product-box-addtocart .button:hover,.woocommerce .product-box-addtocart a.button:focus {    background: #0A9844!important}


.variation-addtocart .button {width:100%;}

.woocommerce .product-box-addtocart .button.loading::after {    position: absolute;    top: calc(50% - 9px);    right: calc(50% - 9px);    font-family: WooCommerce;    content: "\e01c"}
.woocommerce .product-box-addtocart .button::after {    font-family: "Font Awesome 5 Pro";    content: "\f07a";    font-weight: 400;    font-size: 18px;    position: absolute;    top: calc(50% - 9px);    right: calc(50% - 9px);    color: #fff}
.woocommerce .product-box-addtocart .product_type_variable.button {
    width: 100%;
    height: auto;
    padding: 10px 10px 11px!important;
}
.woocommerce .product-box-addtocart .product_type_variable.button::after {
    content: "Bekijk de opties";
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
	font-family: 'Montserrat', sans-serif;font-weight:600;font-size:13px;text-transform:none
}
.woocommerce .product-box-addtocart .button.added::after {    font-family: WooCommerce;    content: "\e017";    position: absolute;    top: calc(50% - 9px);    right: calc(50% - 9px);    color: #fff}
.woocommerce .product-box-addtocart .button.added {    background: #0A9844;    color: #fff}
.woocommerce .product-box-addtocart .button.loading {    opacity: 1;    padding-right: 0}
.woocommerce .product-box-addtocart a.added_to_cart {    position: absolute;    bottom: calc(100% + 10px);    font-size: 10px;    color: #fff;    background: #0A9844;    right: -29px;    padding: 7px 10px;    width: 130px;    text-align: center;}

.woocommerce .product-box-addtocart a.added_to_cart:after {    content: "";    width: 0;    height: 0;    border-left: 6px solid transparent;    border-right: 6px solid transparent;    border-top: 8px solid #0A9844;    top: 100%;    right: 40px;    position: absolute}
.product-box-addtocart .price {    line-height: 1;    font-size: 18px!important;    color: #0A9844!important;    font-weight: 700}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {    font-weight: 900}

.product-box-addtocart del {    text-decoration: line-through;    font-size: 13px;    color: #979797;    font-weight: 600;
    vertical-align: middle;  display: inline-block;    margin-top: -2px}
.product-box-addtocart ins {    text-decoration: none;}




/*------------------------------------*\
    WOOCART
\*------------------------------------*/

.woocommerce-cart-form {float:left;width:60%;padding-right:15px;padding-left:0;}
.woocommerce-cart-form + .cart-collaterals, .cart-usps {float:right;width:33.33333%;padding-left:15px;padding-right:0}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {float:left;width:100%}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-cart-form table.shop_table{background:#FFFCF3;padding:30px;margin-bottom:30px;    position: relative;
    z-index: 10;border:1px solid #f5f5f5}

.woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents {padding-bottom:0;}


.woocommerce-cart-form table.shop_table {background:none;padding:0;border:none;}
.woocommerce-cart-form table.shop_table tr {position:relative;}


.cart_totals h2 {
    font-size: 20px;
    color: #1C1C1C;
    font-weight: 600;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
	margin-bottom:15px;}


.woocommerce-page table.cart td.actions button[type="submit"] {
    float: right;
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
    max-width: 330px;
}
.woocommerce-page table.cart td.actions {width:100%!important;max-width:100%!important}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {margin:0 0 20px}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {padding:0;}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {margin:0}


.cart-empty + .return-to-shop {margin-bottom:40px;}


.woocommerce-cart table.cart .product-thumbnail img {display:inline-block;border:1px solid #EBEBEB;border-radius:24px;overflow:hidden}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 180px;
}
.woocommerce table.shop_table.cart td:last-child, .woocommerce table.shop_table.cart th:last-child {
    text-align: right;
}

.woocommerce table.shop_table.cart td:first-child, .woocommerce table.shop_table.cart th:first-child {
   max-width:180px;
}
.woocommerce table.shop_table.cart td {padding:20px 0;vertical-align:top}
.woocommerce table.shop_table.cart td.actions {padding:0!important;width:100%!important}
.woocommerce table.shop_table.cart td:last-child {    font-size: 18px;    color: #1C1C1C;    font-weight: 600;}
.woocommerce table.shop_table.cart th {
    font-size: 18px;
    font-weight: 400;
    color: #1C1C1C;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce a.remove {
    display: inline-block;
    font-size: 18px;
    height: auto;
    width: auto;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #1C1C1C!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: red!important;
    background: none;
}
.product-remove {
    display: block;
    margin-top: 40px;
}
.cart_item .product-name, .cart_item .product-name a {
    color: #1C1C1C;
    font-weight: 600;
    font-size: 20px;
}
.cart_item .product-name .variation{font-weight:400;}

.cart_item dl.variation {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .cart_item dl.variation::before, .cart_item dl.variation::after {
    content: ' ';
    display: table; }
  .cart_item dl.variation::after {
    clear: both; }

.cart_item dl.variation {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
}
.cart_item dl.variation dt, .cart_item dl.variation dd {float:left;width:calc(100% - 150px);margin:0!important}
.cart_item dl.variation dt{
    font-weight:500;width:150px;
}
.woocommerce table.shop_table.cart td.product-name {
    padding-left: 30px;
    padding-right: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: none;
    padding: 7px 0px;
    font-weight: 400;
    font-size: 18px;color: #1C1C1C;
}
.woocommerce-cart .wc-proceed-to-checkout a {width:100%}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total th ,.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong{font-weight:600}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total th, .woocommerce-cart .cart-collaterals .cart_totals table .order-total td {padding-top:25px;border-top:1px solid #EDEDED}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:nth-last-child(2) td, .woocommerce-cart .cart-collaterals .cart_totals table tbody tr:nth-last-child(2) th {padding-bottom:25px;}


#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 195px;
}
.woocommerce-cart .cart-collaterals small.tax_label {
    display: none;
}

.woocommerce table.shop_table.cart td.product-subtotal:last-child {
    width: 250px;
}
.cart .tax_label {display:block}

.woocommerce-cart .quantity {
    width: 125px;
    float: left;
    text-align: center;
}
.woocommerce-cart .quantity button {
    padding: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border-radius: 4px!important;
    border: 1px solid #000;
    background: #039944;
    color: #fff;
    border-color: #fff;
    margin-top: 13px;
}
.woocommerce-cart .quantity .qty {
    width: 65px;
    padding: 0;
    padding-right: 10px;
    padding-left: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.cart-quantity-hold {position:relative;float:left;width:auto;}
.qty-desc {    position: absolute;    font-size: 14px;    color: #5f5f5f;    top: 14px;    right: 33px;}
.qty-desc.small {top:10px}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button, #add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {display: none;}
/*------------------------------------*\
    WOOCHECKOUT
\*------------------------------------*/
#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {display:none}


.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last , #customer_details #account_username_field{
    width: 50%;
    overflow: visible;padding-right:15px;float:left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last, #customer_details #account_password_field {
    width: 50%;padding-left:15px;padding-right:0;
    overflow: visible;float:left;
}


.woocommerce-form-login p.lost_password {margin:0;}

.checkout-customer_details {
    float: left;
    width: 60%;
    padding-right: 15px;
    padding-left: 0;
}

.checkout-order_review {
    float: right;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 0;
}


#customer_details .woocommerce-billing-fields, .woocommerce-additional-fields {
    margin-bottom: 0;float:left;width:100%
}
.woocommerce-additional-fields {margin-bottom:20px;}
#customer_details h3 {
    color: #1C1C1C;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    font-weight: 400; 
}
input[type="checkbox"], .woocommerce form .form-row .input-checkbox {display:none}
.create-account input[type="checkbox"] + span, h3#ship-to-different-address input[type="checkbox"] + span, input[type="checkbox"] + span,.woocommerce form .form-row .input-checkbox + label {
    position: relative;
    padding-left: 50px; 
    color: #1C1C1C;
    font-size: 13px;
    font-weight: 600;display:block;
}
.woocommerce form .form-row .input-checkbox + label  span {color: #1C1C1C;}
.woocommerce form .form-row .input-checkbox + label + .optional {display:none!important}

.create-account input[type="checkbox"] + span:before,h3#ship-to-different-address input[type="checkbox"] + span:before, input[type="checkbox"] + span:before, .woocommerce form .form-row .input-checkbox + label:before{content:"";position:absolute;left:0;top:-6px;border:1px solid #afafaf;background:#fff;    width: 24px;    height: 24px;border-radius:3px;}



.create-account input[type="checkbox"]:checked + span:after, h3#ship-to-different-address input[type="checkbox"]:checked + span:after,  input[type="checkbox"]:checked + span:after, .woocommerce form .form-row .input-checkbox:checked + label:after {
   content:"";position:absolute;left:4px;top:-2px;background:#0A9844;    width: 16px;    height: 16px;border-radius:2px;
}
form .woocommerce-shipping-fields label {margin:0}

.woocommerce form .form-row .input-checkbox + label:before {top:0;}
.woocommerce form .form-row .input-checkbox:checked + label:after {top:4px!important;}
.woocommerce form .form-row .input-checkbox + label {padding-left:40px;}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {margin-bottom:20px;}
.woocommerce-password-strength {font-size:12px;}
p.create-account {float:left;width:100%;}
div.create-account {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
#customer_details h3#ship-to-different-address, .create-account > label {
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #22201F;
    float: left;
    width: 100%;
    background: #FFFCF3;
    border: 1px solid #f5f5f5;
    border-radius: 9px;
    padding: 20px 20px;
    margin-bottom: 20px;margin-top:20px;
}

p.form-row.form-row-wide.create-account  {margin:0}

.woocommerce-checkout-review-order-table, h4#order_review_heading{    background: #fff;
    padding: 20px 30px 0;
    margin-bottom: 20px;float:left;width:100%}
h4#order_review_heading, .woocommerce-checkout-payment h4 {background: #FFFCF3;border: 1px solid #f5f5f5;border-bottom:none;margin-bottom:0;padding-bottom:0;color:#22201F;font-size:20px;font-weight:600;font-family: 'Poppins', sans-serif;padding:20px 30px 0;border-radius:9px 9px 0 0}
table.shop_table.woocommerce-checkout-review-order-table{  background: #FFFCF3;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    border: 1px solid #f5f5f5; border-top:none; padding-top:10px;padding-bottom:20px;border-radius:0 0 9px 9px;margin-bottom:30px!important;
}
li.wc_payment_method {
    display: block;
    padding: 10px 30px;border-left: 1px solid #f5f5f5; border-right: 1px solid #f5f5f5;background: #FFFCF3;
}

.woocommerce-checkout-payment h4 {padding-bottom:10px!important}
.woocommerce-checkout-review-order-table {margin-bottom:20px!important;}


#order_review th.product-name, #order_review th.product-total {
    color: #1C1C1C;
    font-size: 14px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #EDEDED;
    font-weight: 400;
}
#order_review th.product-total {text-align:right}

.woocommerce #order_review table.shop_table td {border:none;padding-bottom:0;padding-top:5px;}
.woocommerce #order_review table.shop_table tbody tr:last-child td {padding-bottom:10px;}
.woocommerce #order_review table.shop_table tbody tr:first-child td {padding-top:10px;}

.woocommerce #order_review table.shop_table tfoot  td, .woocommerce #order_review table.shop_table tfoot th {border-top:1px solid #EDEDED;padding-top:10px;padding-bottom:10px;    font-weight: 600;}
.woocommerce #order_review table.shop_table tfoot tr:last-child td, .woocommerce #order_review table.shop_table tfoot tr:last-child th {padding-bottom:0!important}

#order_review table.shop_table th, #order_review table.shop_table td {    font-size: 14px;vertical-align:top}
#order_review table.shop_table tbody td:first-child {font-weight:600}
#order_review table.shop_table tbody td:last-child, .woocommerce #order_review table.shop_table tfoot td {text-align:right;font-weight:600}
#order_review table.shop_table .order-total th, #order_review table.shop_table .order-total td {
    font-size: 18px;padding-top:20px!important;
}
.woocommerce-checkout-review-order-table #shipping_method label {
    float: none;
}



small.includes_tax {display:none}
.woocommerce #order_review ul#shipping_method .amount {
	font-weight: normal;}

tr.woocommerce-shipping-totals.shipping td, tr.woocommerce-shipping-totals.shipping th {
    display: block;
    width: 100%;
    padding: 0;
    border: none!important;
    text-align: left!important;
}
tr.woocommerce-shipping-totals.shipping th {padding-bottom:5px!important}
.woocommerce ul#shipping_method li:last-child {margin:0;}

input[type="radio"] {    display: none;}

input[type="radio"] + label {display:block;padding-left:27px;position:relative}
input[type="radio"] + label:before, .privacy input[type="checkbox"] + span:before {content:"";position:absolute;width:16px;height:16px;border-radius:3px;border:1px solid #C9C1AF;left: 0;background:none;
    top: -2px;}
input[type="radio"]:checked + label:after, .privacy input[type="checkbox"]:checked + span:after {content:"";position:absolute;width:10px;height:10px;border-radius:2px;background:#0A9844;left:3px;top:1px;}

#shipping_method input[type="radio"] + label:before {top:3px;}
#shipping_method input[type="radio"]:checked + label:after {top:6px;}

.wc_payment_methods input[type="radio"] + label:before, .privacy input[type="checkbox"] + span:before,
.woocommerce-checkout-review-order-table #shipping_method input[type="radio"] + label:before {top:0;}
.wc_payment_methods input[type="radio"]:checked + label:after, .woocommerce-checkout-review-order-table #shipping_method input[type="radio"]:checked + label:after, .privacy input[type="checkbox"]:checked + span:after {top:3px;}


.woocommerce #order_review table.shop_table tfoot .shipping th {
    padding-top: 0;
}


div#payment {
    float: left;
    width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {background:none}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {background:#fff;padding:0!important;float:left;width:100%;margin-bottom:30px;}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0;
    border-bottom: none;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {margin:30px 0 0}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {float:left;width:100%}
.form-row.place-order {
    float: left;
    width: 100%;
}
.woocommerce-privacy-policy-text {
    padding: 0 30px 30px;
    margin-bottom: 0!important;    border: 1px solid #f5f5f5;background: #FFFCF3; border-top:none;border-bottom:none;font-size:12px;
}
p#privacy_policy_field abbr {display:none!important}
p#privacy_policy_field {
	  padding: 0 30px 0;
    margin-bottom: 30px!important;    border: 1px solid #f5f5f5;background: #FFFCF3; border-top:none;border-radius:0 0 9px 9px;
}
p#privacy_policy_field input[type="checkbox"] + span {font-size:14px;line-height:1.4;padding-left:25px;}
p#privacy_policy_field input[type="checkbox"] + span a {font-weight:700}

.woocommerce ul.order_details, .woocommerce ul.order_details li {padding:0;margin:0;list-style:none;}
.woocommerce ul.order_details {	margin: 0 0 20px;}
.woocommerce ul.order_details li {padding-right:15px;margin-right:15px;padding-top:10px;padding-bottom:10px;margin-bottom:10px;}
.woocommerce-customer-details div {margin-bottom:30px}
.woocommerce-customer-details h2 {margin-bottom:10px;}
.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: none;
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    background: #fff;
}

.order_details .includes_tax span.woocommerce-Price-amount.amount {
    font-weight: 700!important;
    font-size: 15px!important;
}
.order_details a {color:#000}
.order_details a:hover, .order_details a:focus{color:#0A9844}
.woocommerce .woocommerce-customer-details address {border:1px solid #ededed}
section.woocommerce-customer-details {max-width:750px}
.woocommerce table.shop_table {margin:0}
.woocommerce-order-received .woocommerce table.shop_table th, .woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce .woocommerce-order-details table.shop_table th, .woocommerce .woocommerce-order-details table.shop_table td
{padding: 15px 0 0;
    background: #fff;
    border: none;
    color: #1C1C1C;
    font-weight: 600;
    }

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child th, .woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child td {   border-top: 1px solid #EDEDED;}


.woocommerce .woocommerce-order-details table.shop_table tbody tr:last-child td {padding-bottom:15px}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child td, .woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce  .woocommerce-order-details table.shop_table tfoot tr:last-child td, .woocommerce  .woocommerce-order-details table.shop_table tfoot tr:last-child th
{padding-bottom:15px;}
.woocommerce-order-received .woocommerce table.shop_table thead th, .woocommerce .woocommerce-order-details table.shop_table thead th {
    padding: 10px 0;
    font-weight: 600;
    border-bottom: 1px solid #EDEDED;
}

.order_details tfoot tr:last-child span.woocommerce-Price-amount.amount, .order_details tfoot tr:nth-last-child(2) span.woocommerce-Price-amount.amount {
    font-size: 32px;font-weight:700
}

section.woocommerce-order-details {
    margin-bottom: 40px;
    max-width: 750px;
}



.woocommerce .woocommerce-order-details td:last-child, .woocommerce .woocommerce-order-details th:last-child {
    width: 350px;
}

.return-to-shop {margin-bottom:50px!important;}
.woocommerce-account .woocommerce .woocommerce-order-details table.shop_table td, .woocommerce-account .woocommerce .woocommerce-order-details table.shop_table th {
    border-bottom: none;
    padding: 5px 25px;
}
.woocommerce-account .woocommerce .woocommerce-order-details table.shop_table td, .woocommerce-account .woocommerce .woocommerce-order-details table.shop_table th  {padding-left:0;padding-right:0}

@media screen and (min-width:767px){
	.woocommerce-account .woocommerce .woocommerce-order-details table.shop_table td, .woocommerce-account .woocommerce .woocommerce-order-details table.shop_table th {padding-left:0;padding-right:0;padding-top:15px;padding-bottom:0}
.woocommerce-account .woocommerce .woocommerce-order-details table.shop_table thead th {padding-bottom:15px;}
}

.woocommerce-account .woocommerce .woocommerce-order-details table.shop_table tbody tr:first-child td{    border-top: 1px solid #EDEDED;}

input.select2-search__field {float:none!important}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
position:relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1C1C1C;
    padding-left: 0;
    height: 50px;
    border: 1px solid #AFAFAF;
    outline: none!important;
    border-radius: 9px;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1C1C1C;
    line-height: 50px;
    padding-left: 15px;
  
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #afafaf;
	border-radius: 10px;}
.select2-search--dropdown {
    display: block;
    padding: 10px 15px 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #afafaf;font-weight:400;color:#22201F
}
.select2-search--dropdown .select2-search__field {
	padding: 0 15px;}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #0A9844;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #FF771D;
    color: #fff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1c1c1c transparent;
    border-width: 0 4px 5px 4px;
}



/*------------------------------------*\
    WOOPRODUCT
\*------------------------------------*/

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0A9844;
    font-size: 34px;
    font-weight: 700;line-height:1;margin:0 0 10px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {font-weight:700;text-decoration:none}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {    opacity: 1;    display: inline-block;    font-size: 20px;
    vertical-align: middle;    line-height: 1;    color: #979797;    font-weight: 500;}
.woocommerce-variation-price {margin-bottom:30px;}


.woocommerce-variation-description {display:none!important}

table.variations, table.variations th, table.variations td, .single_variation_wrap, .woocommerce div.product form.cart {
    float: left;
    width: 100%;
}

.woocommerce div.product form.cart {    margin-bottom: 40px;    margin-top: 20px;}
.woocommerce div.product form.cart .reset_variations {display:none!important}
.woocommerce div.product form.cart .variations {margin-bottom:25px;}
.woocommerce div.product form.cart .variations td.label label {margin-bottom:15px;margin-right:0}
.woocommerce div.product form.cart .variations td.value div {float:left;width:auto;margin-bottom:10px;margin-right:15px;}
.woocommerce div.product form.cart .variations td.value input[type="radio"] + label:before, .woocommerce div.product form.cart .variations td.value input[type="radio"] + label:after {display:none}

.woocommerce div.product form.cart .variations td.value input[type="radio"] + label {color:#1C1C1C;font-weight:600;font-size:14px;padding:15px 25px;border:1px solid #707070;border-radius:9px;cursor:pointer;}
.woocommerce div.product form.cart .variations td.value input[type="radio"]:checked + label {color:#fff;background:#0A9844;border-color:#0A9844}





.woocommerce div.product form.cart div.quantity {margin-right:20px;margin-bottom:20px;}
.woocommerce .single-product-add-cart .quantity .qty {
    width: 65px;
    height: 57px;
    text-align: center;
    border: 1px solid #DCD3B8;
    background: #FFFCF3;
    font-size: 14px;
    font-weight: 700;
    color: #1C1C1C;
    font-family: 'Montserrat', sans-serif;
    float: left;border-radius:0;
}
.quantity button {
    -webkit-appearance: none;
    appearance: none;
    width: 57px;
    height: 57px;
    text-align: center;
    border: 1px solid #DCD3B8;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #1C1C1C;
    font-family: 'Montserrat', sans-serif;
    float: left;cursor:pointer
}
.quantity button.minus {border-radius:9px 0 0 9px;border-right:none} 
.quantity button.plus {border-radius:0 9px 9px 0;border-left:none} 


.single_add_to_cart_button {  
    height: 57px;
    background: #FF771D;
    position: relative;
    float: left;
    padding: 18px 25px 18px 25px;}

.single_add_to_cart_button:before{    font-family: "Font Awesome 5 Pro";
    content: "\f07a";
    font-weight: 400;
    font-size: 18px;
    position: relative;
   vertical-align:middle;
    color: #fff;margin-right:10px;}

.single_add_to_cart_button:after{    font-family: "Font Awesome 5 Pro";
       content: "\f178";
    font-weight: 400;
    font-size: 18px;
    position: relative;
   vertical-align:middle;
    color: #fff;margin-left:10px;}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.woocommerce-product-gallery__image a, .woocommerce-product-gallery__image img {display:block;width:100%}
.woocommerce-product-gallery__image:first-child {
    border: 1px solid #EBEBEB;
    border-radius: 24px;
    padding: 20px;
}
.product-thumbnail-slider {margin-top:25px;width:calc(100% + 30px);margin-left:-15px;}
.woocommerce-product-gallery__image.slick-slide {padding:0 15px!important;;
    border: none!important;
    border-radius: 0!important;
}
.woocommerce-product-gallery__image.slick-slide a {padding:10px;;
    border: 1px solid #EBEBEB;
    border-radius: 10px;min-height:157px;
}
.slider-arrow {
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 12px);
    color: #ff781e;cursor:pointer;z-index:200
}
.slider-arrow-prev {left:-0}
.slider-arrow-next {right:-0}
.slider-arrow.slick-disabled {display:none}


/*------------------------------------*\
    ACCOUNT
\*------------------------------------*/
.small-12 .woocommerce {min-height:400px;}
.woocommerce-account .title-box {margin-bottom:45px;}

.woocommerce-account .woocommerce-MyAccount-navigation {width:285px;padding-right:30px;border-right:1px solid #EDEDED;margin-bottom:40px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-MyAccount-navigation li {padding:0;margin:0;list-style:none}
.woocommerce-account .woocommerce-MyAccount-navigation li {margin-bottom:3px;}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {margin-bottom:0;}

.woocommerce-account .woocommerce-MyAccount-navigation a {font-weight:400;font-size:16px;color:#1C1C1C;}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover, .woocommerce-account .woocommerce-MyAccount-navigation a:focus, .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {color:#0A9844}


.woocommerce-account .woocommerce-MyAccount-content {width:calc(100% - 285px);padding-left:75px;margin-bottom:40px}

mark {background:#0A9844;color:#fff;font-weight:700}



.single-product-add-cart > .price:first-child {margin:0!important}



.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: none!important;
    color: #FF771D;
    padding: 0;
    min-width: 0;
    width: auto;
    font-size: 13px;
}
.woocommerce table.my_account_orders .button:hover, .woocommerce table.my_account_orders .button:focus {background:none!important;color:#000}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

a.checkout-button.button.alt.wc-forward:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 10px;
    vertical-align: middle;
}



.show-991 {display:none}
.hide-991 {display:block}

@media screen and (max-width:1400px){
	.breadcrumb-row {padding-top:40px;}
}

@media screen and (max-width:1250px){
	.advies-box-content h2, .advies-box-content h2 a {font-size:20px;}
	
}

@media screen and (max-width:1024px){
	h1, h2, h3, h4, h5, h6 {font-size:26px; }
	body {font-size:16px;}

	.standaard-content h2 {font-size:24px;margin-bottom:5px;}
	.standaard-content h3 {font-size:22px;margin-bottom:5px;}
	.standaard-content h4 {font-size:21px;margin-bottom:5px;}
	.standaard-content h5 {font-size:20px;margin-bottom:5px;}
	.standaard-content h6 {font-size:19px;margin-bottom:5px;}
	.title-box h1 {font-size:30px;}
	.title-box h2 {font-size:28px;}
	.title-box h3 {font-size:22px;}
	.newsletter-row .title-box h2 , .title-box.with-subtitle h2, .title-box.with-subtitle h1 {font-size:28px;}
	.call-to-action h2 {font-size:35px}
	.call-to-action-content {font-size:18px;}
	.advies-box-content h2, .advies-box-content h2 a, .archive-product-content h2, .archive-product-content h2 a {font-size:20px;}
	
	.product-box {width:33.3333%}
	
}

@media screen and (max-width:991px){
	.hide-991 {display:none}
	.show-991 {display:block}

	
	.title-box {    margin-bottom: 5px;}
	.content-row {padding-bottom:10px}
	.klantenservice-row {    margin-top: 30px;		padding: 60px 0 30px;}
	.full-content-row {    padding: 60px 0 30px;}
	.configurator-row +.content-row {padding-top:60px;}

	
	
	.contact-group {    margin-bottom: 25px;}
	.kiyoh-row {padding-top:60px!important}
	
	.tip-box {padding:15px 20px 15px 50px}
	.tip-box i {    font-size: 27px;    left: 15px;		top: 12px;}
	
	
	.woocommerce div.product form.cart {    margin-bottom: 20px;    margin-top: 0px;}
	.woocommerce div.product.product-type-simple form.cart {margin-top:20px;}
	.woocommerce div.product form.cart .variations {    margin-bottom: 10px;}
	.woocommerce-variation-price {margin-bottom:20px;}
.woocommerce div.product p.price, .woocommerce div.product span.price {	font-size:28px;}
	
	.cart_totals {padding:20px;}
	.cart_totals h2 {padding-bottom:5px;margin-bottom:5px;font-size:18px;}
	#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {padding: 3px 0px;    font-size: 16px;}	
	.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:nth-last-child(2) td, .woocommerce-cart .cart-collaterals .cart_totals table tbody tr:nth-last-child(2) th {    padding-bottom: 10px;}
	.woocommerce-cart .cart-collaterals .cart_totals table .order-total th, .woocommerce-cart .cart-collaterals .cart_totals table .order-total td {padding-top:10px;}
	
}


@media screen and (max-width:767px){

	h1, h2, h3, h4, h5, h6 {font-size:22px; }
	body {font-size:14px;}

	.standaard-content h2 {font-size:20px;margin-bottom:5px;}
	.standaard-content h3 {font-size:18px;margin-bottom:5px;}
	.standaard-content h4 {font-size:17px;margin-bottom:5px;}
	.standaard-content h5 {font-size:16px;margin-bottom:5px;}
	.standaard-content h6 {font-size:15px;margin-bottom:5px;}
	.title-box h1 {font-size:22px;}
	.title-box h2 {font-size:21px;}
	.title-box h3 {font-size:18px;}
	.newsletter-row .title-box h2 , .title-box.with-subtitle h2, .title-box.with-subtitle h1 {font-size:21px;}
	.call-to-action h2 {font-size:28px}
	.call-to-action-content {font-size:16px;width:100%;text-align:center}
	.call-to-action .btn {margin-top:0;}
	
	.standaard-content ul li {margin-bottom:5px}

	
	.media-box {border-radius:15px;}
	.contact-half-col {width:50%}
	
	.contact-group i {    width: 40px;    height: 40px;       padding-top: 10px;    font-size: 20px;}
	.contact-group {    padding-left: 70px;	}
	.contact-group h4 {	font-size:16px;}
	
	.advies-box-content h2, .advies-box-content h2 a, .archive-product-content h2, .archive-product-content h2 a {font-size:18px;}
	
	
	.over-ons-row .small-img {width:40%;padding-right:10px;}
	.over-ons-row .large-img {width:60%;padding-left:10px;}
	.product-box {width:50%}
	.advies-link {text-align:left}
	
	.review-image div {    width: 100%;    max-width: 150px;		padding-bottom: 150px;}
	.call-to-action-review {    width: 280px;    margin-left: calc(50% - 140px);}
	.call-to-action {padding:20px 5px 0}	
	
	.breadcrumb-row {padding-top:20px;}
	
	.chat-btn {    right: 15px;    bottom: 20px;}
	
	
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .btn, input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, .search-submit:hover, .search-submit:focus, .search-submit {font-size:14px;padding:15px 15px;}
	.configurator-box button {min-height:50px;height:auto}
	.woocommerce div.product form.cart {margin-bottom:0!important}
	
	.woocommerce .woocommerce-customer-details address {font-size:14px;}
	
	.configurator-row {    background: #fffdf3;background-image:none}
}



@media screen and (max-width:600px){
	.contact-half-col {width:100%}
	.page-template-template-klantenservice .contact-group {    width: 100%;}
	.adviezen-slider .advies-box, .producten-slider .product-box {width:300px}
	.video-url i {font-size:50px;top:calc(50% - 25px);left:calc(50% - 25px);}
	
	.kiyoh-row .title-box {text-align:center;}
	.kiyoh-logo, .kiyoh-reviews {width:100%;}
	.kiyoh-slide .kiyoh-stars, .kiyoh-slide {text-align:center;}
	
	.product-box {width:100%}
	
	.usp-box {width:100%}
	
	.single_add_to_cart_button {    padding: 0 20px!important;    width: 100%;}
	.woocommerce div.product form.cart div.quantity {margin:0!important}
	.woocommerce div.product form.cart .variations td.value input[type="radio"] + label {padding:10px 15px;}
	.quantity button {height:45px;width:45px;}
	.woocommerce .single-product-add-cart .quantity .qty {height:45px}
	
	.call-to-action h2 {    font-size: 25px;}
	
}


@media screen and (max-width:450px){
	
}
/*------------------------------------*\
    WOOSPONSIVE
\*------------------------------------*/

@media screen and (max-width:1350px){
	.woocommerce-cart-form + .cart-collaterals, .cart-usps, .checkout-order_review {width:430px;}
	.woocommerce-cart-form, .checkout-customer_details {    width: calc(100% - 430px);}
	
	
	.woocommerce table.shop_table.cart td:first-child, .woocommerce table.shop_table.cart th:first-child {    max-width: 65px;}
	.woocommerce-cart table.cart .product-thumbnail img {border-radius:10px;}
	.product-remove {margin-top:20px;}
	.cart_item .product-name a, .cart_item .product-name {font-size:20px;}
}


@media screen and (max-width:1024px){
	.woocommerce-cart-form, .checkout-order_review {width:100%;padding-right:0;padding-left:0;}
	.woocommerce-cart-form + .cart-collaterals, .cart-usps, .checkout-customer_details {width:100%;margin-top:0;padding-left:0;padding-right:0;}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {    width: 200px;}
	.woocommerce-account .woocommerce-MyAccount-content {    width: calc(100% - 200px);		padding-left: 15px;}
	.woocommerce-additional-fields {margin-bottom:0;}
	form.small-12.checkout.woocommerce-checkout {margin-bottom:30px;}
	
	h4#order_review_heading, .woocommerce-checkout-payment h4, .woocommerce-checkout-review-order-table, li.wc_payment_method {padding-left:20px;padding-right:20px;}
	
	
}



@media screen and (max-width:768px){
	
	.woocommerce table.shop_table.cart td.product-subtotal:last-child {    width: 100%;}
	
	.woocommerce table.shop_table.cart td {padding:0;}

	.woocommerce table.shop_table.cart td.product-name { padding-top:5px; border-top:1px solid rgba(0,0,0,.1);  padding-left: 0;    padding-right: 0;}
	.woocommerce table.shop_table.cart td {border:none;text-align:left;}
	.product-remove {    margin-top: 0;    padding-bottom: 10px;}
	
	.cart_item .product-name, .cart_item .product-name a, .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {    font-size: 16px;color:#1c1c1c;font-weight:600;display:block;width:100%;}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {margin-top:5px;font-size:13px;font-weight:500}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {text-align:left!important}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background:none}
	.woocommerce-page table.cart td.actions button[type="submit"] {margin-top:10px;}
	
	.woocommerce .cart-collaterals .cart_totals {padding:20px;}
	
	
	.cart_totals h2 {font-size:18px;margin-bottom:10px;padding-bottom:10px;}
	
	
	.woocommerce table.shop_table.cart td {
    float: left;
    width: 100%;
}
	
	.product-remove {
    display: inline-block;
    float: right;
}
	.woocommerce-order-received .woocommerce table.shop_table thead th, .woocommerce .woocommerce-order-details table.shop_table thead th {padding:5px;}
	.woocommerce-order-received .woocommerce table.shop_table th, .woocommerce-order-received .woocommerce table.shop_table td, .woocommerce .woocommerce-order-details table.shop_table th, .woocommerce .woocommerce-order-details table.shop_table td {
		padding: 5px 0 0;}
	.woocommerce .woocommerce-order-details table.shop_table tbody tr:last-child td {    padding-bottom: 5px;}
	.order_details tfoot tr:last-child span.woocommerce-Price-amount.amount, .order_details tfoot tr:nth-last-child(2) span.woocommerce-Price-amount.amount {    font-size: 24px;    font-weight: 700;}
	.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 0;
}
	.woocommerce .woocommerce-customer-details{margin-bottom:50px}
	.woocommerce .woocommerce-order-details table.shop_table td:last-child, .woocommerce .woocommerce-order-details table.shop_table th:last-child {
    width: 150px;text-align:right;
}
	.woocommerce .woocommerce-order-details table.shop_table td, .woocommerce .woocommerce-order-details table.shop_table th {vertical-align:top;}
	
	.woocommerce-account .title-box {    margin-bottom: 25px;}
	.woocommerce-account .woocommerce-MyAccount-navigation {width:100%;margin-bottom:30px;padding-right:0;border:none}
	.woocommerce-account .woocommerce-MyAccount-content {width:100%;padding:0;}
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:before {display:none!important}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {margin-bottom:20px;}
	
	form label {margin:0}
	.woocommerce form .form-row {margin-bottom:9px;}
	.select2-container--default .select2-selection--single .select2-selection__rendered {line-height:40px;}
	.select2-container .select2-selection--single {height:40px;font-size:15px;}
	input[type="text"], input[type="email"], textarea, input[type="pasword"], input[type="tel"], input[type="password"], input[type="number"] {font-size:15px;height:40px;}
	.select2-container--default .select2-selection--single .select2-selection__arrow {height:38px}
	.woocommerce-cart .quantity button {margin-top:6px;}
	.qty-desc {font-size:12px;top:9px;}
	
}

@media screen and (max-width:600px){
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last , #customer_details #account_username_field{
    width: 100%;
    overflow: visible;padding-right:0;float:left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last, #customer_details #account_password_field {
    width: 100%;padding-left:0;padding-right:0;
    overflow: visible;float:left;
}

}

@media screen and (max-width:350px){
	.config-shipping button {width:50%;}
.config-shipping button.active + button:before {    left: calc(-100% + -4px);    padding: 0;}
	.config-shipping {width:100%}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#1C1C1C;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#1C1C1C;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#1C1C1C;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

