/*
Theme's main style.

@author Vee W.
*/
@import 'flexvideo.css';
@import url("https://use.typekit.net/kzi6qag.css");

/* Fix Bootstrap 4 */
.navbar {
    min-height: 54px;/* With this, we can use navbar without navbar-brand */
}
.rounded {
	border-radius: 1rem!important;
}
.wp-block-image img {
	height: auto !important;
}
.clearfix {
	clear: both;
}

/* body */
.container-fluid {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1440px;
}
.no-padding {
	padding: 0;
}
.row-with-vspace {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* css shizzle */
body {
	font-family: acumin-pro, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #1d1d1b;
}
h1, h2, h3, h4 {
	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	color: #1d1d1b;
}
h1 {
	font-size: 30px;
}
h2 {
	margin-bottom: 0;
	font-size: 22px;
	color: #e40613;
}
h3 {
	font-size: 18px;
}
p {
	margin-bottom: 25px;
}
.entry-content a,
p a {
	color: #e40613;
}
.entry-content a.btn, 
p a.btn {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
b, strong {
	font-weight: 600;
}
ul {
	padding-left: 20px;
	list-style-type: square;
}
ul li {
	margin-bottom: 5px;
}
a {
	color: #1d1d1d;
}
a:hover {
	color: #e40613;
	text-decoration: none;
	cursor: pointer;
}
a.white:hover {
	color: #fff;
}
a.anchor {
    display: block;
    position: relative;
    top: -350px;
    visibility: hidden;
}
#breadcrumbs {
	margin-bottom: 30px;
	font-size: 90%;
	color: #666;
}
#breadcrumbs a {
	padding: 0 5px;
	color: #666;
}
#breadcrumbs a:first-child {
	padding-left: 0;
}
#breadcrumbs a:hover {
	color: #e40613;
}
.img-border {
	border: 1px solid #ededed;
}
.white {
	color: #fff;
}
.black {
	color: #1d1d1b;
}
.white {
	color: #fff;
}
.red {
	color: #e40613;
}
.has-vivid-red-color {
	color: #e40613 !important;
}
.bgwhite {
	background-color: #fff;	
}
.bgblack {
	background-color: #1d1d1b;
}
.bgred {
	background-color: #e40613;
}
.bggreen {
	background-color: #50af31;
}
.bgblue {
	background-color: #009fe3;
}
.bggray,
.bggrey {
	background-color: #ededed;
}
.bbottom {
	border-bottom: 1px dotted #1d1d1d;
}

/* header */
.usps {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	border-bottom: 1px solid #ededed;
}
.usps span {
	margin: 0 20px;
}
.usps span:first-child {
	margin-left: 0;
}
.site-title img {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* topmenu */
.top-menu {
	float: right;
}
ul#menu-top-menu,
ul#menu-top-menu-en {
	margin-bottom: 0;
	margin-right: 5px;
}
ul#menu-top-menu li,
ul#menu-top-menu-en li {
	float: left;
	margin: 0 10px;
	padding: 10px 0 8px;
	font-size: 16px;
	list-style-type: none;
}
ul#menu-top-menu .current-menu-item a,
ul#menu-top-menu .current-post-parent a,
ul#menu-top-menu-en .current-menu-item a,
ul#menu-top-menu-en .current-post-parent a,
.category-nieuws ul#menu-top-menu .menu-item-32 a,
.category-infotank ul#menu-top-menu .menu-item-32 a,
.category-acties ul#menu-top-menu .menu-item-32 a,
ul#menu-top-menu-1 .current-menu-item a,
ul#menu-top-menu-1 .current-post-parent a,
.category-nieuws ul#menu-top-menu-1 .menu-item-32 a,
.category-infotank ul#menu-top-menu-1 .menu-item-32 a,
.category-acties ul#menu-top-menu-1 .menu-item-32 a {
	color: #e40613;
}
.top-menu .fa-solid {
	margin-top: 30px;
	margin-left: 20px;
}
.product-count {
	position: absolute;
	margin-left: 0; 
	margin-top: 10px;
	padding: 2px 10px 4px; 
	font-size:12px; 
	color: #fff; 
	background-color: #e40613;
	border-radius: 20px;
}
/* menu */
.navbar {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#bootstrap-basic4-topnavbar {
	margin-top: 10px;
}
#bootstrap-basic4-topnavbar ul li {
	margin-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
	padding: 10px 20px 10px;
	font-family: acumin-pro, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #1d1d1d;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #1d1d1b;
	background-color: #ededed;
}
.navbar-light .navbar-nav .nav-link.current-menu-item,
.navbar-light .navbar-nav .nav-link.current-page-ancestor,
.dropdown-item.active, 
.dropdown-item:active {
	color: #fff;
	background-color: #e40613;
}
.dropdown:hover>.dropdown-menu {
	margin-top: 0;
	display: block;
	border: 1px solid #ededed;
	border-radius: 0;
}
.dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-item i {
	margin-left: 5px;
	font-size: 80%;
}
/* pagination */
.pagination-nav-container {
	width: 100%;
}
.page-item.active .page-link {
	background-color: #173c5e;
	border-color: #173c5e;
}
.page-link {
	color: #173c5e;
}
.page-link:hover,
.page-item.active .page-link:hover {
	color: #fff;
	background-color: #4590ba;
	border-color: #4590ba;
}
/* content */
.header_img {
	height: 40vh;
}
.header_text {
	position: absolute;
	bottom: 30px;
	padding: 15px 30px 10px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(228,6,19,.8);
}
.header_text .header_title {
	font-size: 24px;
	font-weight: 700;
}
/* #content-part {
	margin-top: -80px;
} */
#content-part main {
	padding: 30px 50px 0;
}
.site-main {
	margin-bottom: 30px;
}
.block_padding {
	padding: 30px 40px 30px;
}
.block_padding_2 {
	padding: 0 50px;
}
.hp_contact {
	padding: 20vh 20px 20px 30px;
	color: #fff;
}
.hp_contact h2 {
	font-size: 33px;
}
.hp_contact p {
	font-size: 20px;
	display: block;
}
.hp_contact img {
	float: left;
	margin-right: 10px;
	width: 40px;
}
.hp_contact a {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.hp_contact a span {
	padding-top: 5px;
}
.icon_services {
	display: inline-block;
	margin-top: 15px;
	/* width: 180px; */
	font-weight: 700;
	text-transform: uppercase;
}
/* .icon_service_1 {
	margin-right: 25px;
} */
.hp_block {
	margin-top: 15px;
	height: 220px;
}
.hp_block_link {
	padding: 10px 20px;
	width: 100%;
	font-weight: 700;
	margin-bottom: 15px;
}
.hp_block_link i {
	margin-left: 5px;
	font-size: 90%;
}
.hp_block:hover .hp_block_link {
	color: #fff;
	background-color: #1d1d1d;
}
.hp_block.video-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  /* align-items: center;
  justify-content: center; */
}
.hp_block.video-wrapper video {
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.hp_block.video-wrapper .hp_block_link {
	bottom: 0;
}
/* .hp_block:hover .hp_block_link.hp_block_adblue {
	color: #fff;
	background-color: #009fe3;
} */
.hp_smallcol {
    color: #fff;
    cursor: pointer;
}
.hp_smallcol.bgred {
	padding: 35px 40px;
}
.hp_smallcol img {
	padding: 20px 60px;
}
.hp_smallcol div {
	padding: 5px 15px;
	color: #1d1d1b;
	font-weight: 700;
}
.hp_smallcol div i {
	margin-left: 5px;
	font-size: 90%;
}
.hp_smallcol:hover div {
	color: #fff;
	background-color: #1d1d1b;
}
thead {
	font-weight: 700;
}
.hp_smallcol_1 {
    padding: 5px 20px;
    background-color: #fff;
    cursor: pointer;
}
img.hp_logo {
    margin: 15px 20px 15px 15px;
    height: 50px;
}
img.hp_logo_last {
    margin-right: 0;
}
.green-border {
	border: 2px solid #50af31;
}
.box {
	padding: 40px;
}
.box p {
	color: #fff;
}
.bggreen .hp_block_link,
.bgred .hp_block_link {
	bottom: 0;
}
/* brandstoffen */
.fuel_block {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px 0 40px;
	min-height: 220px;
	border: 2px solid #ededed;
}
.fuel_block_link {
    margin-top: -50px;
    margin-bottom: 25px;
	padding: 20px 30px;
	max-width: 90%;
}
.fuel_block_link .btn {
	margin-top: 10px;
}
.fuel_block:hover .fuel_block_link {
	color: #fff;
	background-color: #1d1d1d;
}
.img-adblue {
	margin-bottom: 20px;
	max-width: 320px;
}
.brandstof_overview {
	padding-top: 40px;
	padding-bottom: 30px;
}
.brandstof_overview .bgwhite {
	padding-top: 30px;
	padding-bottom: 30px;
}
.brandstof_overview .btn,
.adblue_downloads .btn {
	margin-right: 10px;
}
.smeermiddelen_overview {
    padding-top: 40px;
    padding-bottom: 30px;
}
.smeermiddelen_overview .bgwhite {
	padding-top: 0;
	margin-bottom: 10px;
}
.smeermiddelen_overview h3 {
	margin-top: 17px;
	padding-left: 20px;
}
.smeermiddelen_overview .btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bbottom {
	border-bottom: 1px solid #ededed;
}
/* call to action */
.calltoaction {
	margin-top: 80px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 20px;
}
.calltoblue {
	padding-bottom: 15px;
}
.calltoaction a {
	font-size: 20px;
	color: #fff;
}
.calltoaction a img {
	margin-top: -5px;
	width: 30px;
}
/* tables */
table tr th {
	font-family: acumin-pro, sans-serif;
	text-transform: uppercase;
}
table tr td i {
	font-size: 200%;
	color: #e74474;
}
.table td {
	vertical-align: middle;
	border-top: 1px solid #265476;
}
.table th {
	border-top: 0;
}
/* branstofprijzen */
.bg_brandstofprijzen table tr td {
    padding: 5px 10px;
    border-left: 1px dotted #e40613;
    border-bottom: 1px dotted #e40613;
}
.bg_brandstofprijzen table tr td img {
    padding: 10px;
    height: 80px;
}
/* Caption */
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	background: transparent;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	margin-bottom: -45px;
	font-size: .9em;
	line-height: 1;
	color: #1d1d1b;
}
/* Woocommerce */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 24px;
	color: #1d1d1b;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-size: 30px;
	color: #e40613;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	font-size: 24px;
	color: #e40613;
}
.woocommerce span.onsale,
.wc-block-grid .wc-block-grid__product-onsale, 
.wc-block-grid__product-image .wc-block-grid__product-onsale {
	padding: 0 20px !important;
	border-radius: 10px !important;
	color: #fff !important;
	background-color: #009fe3 !important;
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #efefef;
}
.woocommerce ul.products li.product .onsale {
	visibility: hidden;
}
.woocommerce .products ul, 
.woocommerce ul.products {
	margin-bottom: 0;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 98%;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	padding-left: 0;
	max-width: 48% !important;
}
.woocommerce .col2-set .col-1 address , 
.woocommerce-page .col2-set .col-1 address ,
.woocommerce .col2-set .col-2 address , 
.woocommerce-page .col2-set .col-2 address {
	padding: 15px 20px;
}
.woocommerce form .form-row-wide, 
.woocommerce-page form .form-row-wide {
	float: right;
	width: 98%;
}
.woocommerce form label,
.woocommerce-page form label,
#wc_checkout_add_ons {
	width: 50%;
}


/* mw */
#wc_checkout_add_ons label {
	padding-left: 10px;    
}
#order_comments_field label {
	padding-left: 10px;    
}
#ship-to-different-address, #ship-to-different-address label {
	width: 100%;
}
#ship-to-different-address input {
	margin-top: 5px;
	width: 40px;	
	float: left;
}
p.create-account, p.create-account label {
	width: 100%;
}
p.create-account input {
	margin-top: 12px !important;
	width: 18px;	
	float: left;
}
@media only screen and (max-width: 767px) {
	.woocommerce-shipping-fields {
		margin-top: 20px !important;
	}
}

.edit-account fieldset {
	width: 100% !important;

}
.edit-account .form-row-wide, .edit-account .form-row-wide label {
	width: 100% !important;
}

.edit-account .form-row-wide label {
	margin-left: 10px;
}

#account_first_name, #account_last_name {
	margin-left: -10px;
}



/* end mw */


.woocommerce form #payment label, 
.woocommerce-page form #payment label {
	width: inherit;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first {
	float: right;
}
.woocommerce form .form-row .woocommerce-input-wrapper, 
.woocommerce-page form .form-row .woocommerce-input-wrapper {
	float: right;
	width: 48%;
}
.address-field label.screen-reader-text {
	width: 50% !important;
	position: inherit !important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-left: 30px;
}
.woocommerce form .form-row .select2-container {
	width: 100% !important;
}

/* forms */
input,
select,
textarea {
    padding: 10px 20px;
    width: 98%;
    color: #1f3254;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 0;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background-color: #fff !important;
}
textarea {
    height: 220px;
}
input[type="file"] {
	cursor: default !important ;
}
input[type="submit"],
button[type="submit"] {
	padding: 12px 15px 12px;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.input-group-append button[type="submit"] {
	padding: 7px 25px;
}
.contactpage-form p {
	margin-bottom: 0;
}
.contactpage-form p strong {
	line-height: 2.4;
}
.div-wpcf7 {
	padding: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #1d1d1b;
	background-color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
	background-color: #46b450;
}
#mc_embed_signup input.email {
	padding: 10px 15px !important;
	width: 100% !important;
	border: 1px solid #ededed !important;
}

/* ul, ol */
.entry-content ul,
.woocommerce-product-details__short-description ul {
	list-style-type: none;
}
.entry-content ul > li,
.woocommerce-product-details__short-description ul > li {
  text-indent: -20px;
}
.entry-content ul.wc-tabs > li,
.woocommerce .products ul li, 
.woocommerce ul.products li,
.entry-content ul > li.wc_payment_method {
	text-indent: inherit;
}
.entry-content ul > li:before,
.woocommerce-product-details__short-description ul > li:before {
  content: "- ";
  text-indent: 10px;
}
.woocommerce .products ul li:before, 
.woocommerce ul.products li:before {
	content: inherit;
	text-indent: inherit;
}
ul.checkmarks {
	margin-bottom: 0;
	padding-left: 30px;
	list-style-type: none;
	list-style-image: url("../images/checkmark.png");
}

ul.checkmarks li {
	margin-bottom: 20px;
}
ul.checkmarks li:last-child {
    margin-bottom: 0;
}
/* btn */
.backbtn {
	margin-top: -50px;
	margin-bottom: 50px;
}
.btn,
button.wpcf7-submit,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.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,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	padding: 15px 25px;
	text-decoration: none;
	color: #fff;
	background: #e40613;
	border: 0;
	border-radius: 0;
	  	-webkit-transition: background .5s ease;
		-moz-transition: background .5s ease;
		-ms-transition: background .5s ease;
		-o-transition: background .5s ease;
		transition: background .5s ease;
}
.btn:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.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,
.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,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	color: #fff;
	background: #1d1d1d;
}
.btn-red,
button.wpcf7-submit {
	color: #fff !important;
	background-color: #e40613;
}
button.wpcf7-submit:hover {
	background: #1d1d1d;
}
.btn-blue {
	color: #fff;
	background-color: #009fe3 !important;
}
.btn-blue {
	color: #fff;
	background-color: #1d1d1d;
}
.btn-border {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.btn-border:hover {
	border: 1px solid #1d1d1d;
}
.btn-sm {
	margin-top: -5px;
	padding: 2px 15px 5px;
}
.btn-sm i {
	padding-left: 5px;
}
.btn-xs {
	padding: 5px 10px;
}
.btn.btn-outline-secondary {
	margin-top: 0;
}

/* footer */
#site-footer {
	font-size: 15px;
	color: #606060;
}
#site-footer h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 17px;
	color: #1d1d1b;
}
#site-footer a {
	color: #606060;
}
#footer-row {
	padding-top: 10px;
	padding-bottom: 30px;
}
#site-footer ul {
	list-style-type: none;
}
#site-footer ul > li {
	margin-bottom: 5px;
	text-indent: -20px;
}
#site-footer ul > li:before {
  content: "- ";
  text-indent: 10px;
}
#site-footer ul.sub-menu li {
	margin-bottom: 0;
}
.contact-us i {
	margin-bottom: 10px;
	width: 30px;
	text-align: center;
}
i.fab {
	padding-left: 2px;
	padding-right: 6px;
	font-size: 20px;
}
#site-footer img.ftr_icon {
	margin-bottom: 10px;
	margin-right: 10px;
	height: 18px;
}
.widget_text p {
	margin-right: 60px;
}
#site-footer .footer-social a img {
	margin-right: 5px;
	width: 48px;
}
#mc_embed_signup form {
	display: inline-block !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
}
#mc_embed_signup .button {
	padding-left: 10px !important;
	padding-right: 10px !important;
	width: inherit !important;
	background-color: #1d1d1d !important;
}
ul#menu-sub-footer,
ul#menu-sub-footer-en {
	padding-left: 0;
}
ul#menu-sub-footer li,
ul#menu-sub-footer-en li {
	float: left;
	padding-right: 30px;
	font-size: 13px;
	list-style-type: none;	
}
ul#menu-sub-footer li a,
ul#menu-sub-footer-en li a {
	color: #aeaeae;
}	
.websteks {
	float: right;
	margin: 10px 0;
}
.websteks a {
	color: #1d1d1d;
	font-size: 13px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.websteks a:hover {
	color: #1d1d1d;
	background-color: transparent;
}
.websteks a i {
	color: #e40613;
}
.websteks img {
	margin-top: -15px;
	width: 26px;
}

/* Media Queries */
@media (min-width: 768px) {
	.col-hp-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 20%;
	}
}
@media (min-width: 1920px) {

}
@media (min-width: 1200px) and (max-width: 1599px) {
	body {
		font-size: 17px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 24px;
		line-height: 1.8;
	}
	h3 {
		font-size: 20px;
	}
	.navbar {
		padding-top: 0;
		min-height: 50px;
	}
	.navbar-light .navbar-nav .nav-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-primary-en #mega-menu-primary-en > li.mega-menu-item > a.mega-menu-link {
		font-size: 18px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
	#mega-menu-wrap-primary-en #mega-menu-primary-en > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 16px !important;
	}
	#content-part main {
		padding: 20px 40px 0;
	}
	.hp_contact {
		padding-top: 15vh;
	}
	.hp_contact h2 {
		font-size: 30px;
	}
	.hp_contact p,
	.hp_contact a {
		font-size: 15px;
	}
	.hp_contact img {
		width: 40px;
	}
	img.hp_logo {
		margin-right: 13px;
		height: 35px;
	}
	.icon_services {
		/* width: 130px; */
		font-size: 15px;
	}
	.hp_block {
		height: 220px;
	}
	.btn {
		padding: 8px 14px;
	}
	#site-footer img.ftr_icon {
		height: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	body,
	.btn {
		font-size: 15px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	.site-title img {
		margin-top: 22px;
	}
	.navbar {
		padding-top: 0;
		min-height: 50px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 15px 12px 0;
		font-size: 15px;
		height: 50px;
	}
	#content-part main {
		padding: 30px 30px 0;
	}
	.hp_contact {
		padding-top: 14vh;
	}
	.hp_contact h2 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.hp_contact p,
	.hp_contact a {
		font-size: 14px;
	}
	.hp_contact img {
		width: 25px;
	}
	img.hp_logo {
		margin: 5px 8px 5px 10px;
		height: 30px;
	}
	.icon_services {
		/* width: 98px; */
		font-size: 11px;
	}
	.hp_block {
		height: 250px;
	}
	.btn {
		padding: 8px 14px;
	}
	#site-footer img.ftr_icon {
		height: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar {
		margin-top: 25px;
	}
	.navbar-light .navbar-toggler {
		background-color: #fff;
	}
	.fas.fa-bars {
		margin-top: 20px;
		font-size: 26px;
		color: #6c4276;
		opacity: 1;
	}
	.site-title img {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	.site-title img {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-light img {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 10px;
        width: 170px;
    }
	.page-header-top-right .btn-sm {
		padding: 2px 10px 5px;
		font-size: 12px;
	}
	.navbar-light .navbar-toggler.collapsed {
	}
	.navbar-light .navbar-toggler {
		color: #1d1d1d;
		background-color: transparent;
		border: 0;
	}
	.navbar-brand {
		left: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 7px 15px 0;
		font-size: 18px;
		height: 40px;
	}
	.fas.fa-bars {
		opacity: 1;
		font-size: 26px;
		color: #6c4276;
	}
	.top-menu .fa-solid {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 18px;
	}
	.product-count {
		margin-top: 0;
		padding: 0px 8px 2px;
	}
	.header_img {
		height: 325px;
	}
	.header_text .header_title {
		margin-bottom: 5px;
	    font-size: 18px;
	    line-height: 1.2;
	}
	.header_text {
		margin-right: 25px;
		padding: 10px 20px 10px;
		font-size: 16px;
		line-height: 1.3;
	}
	.hp_contact {
		padding-top: 10px;
		padding-bottom: 15px;
		text-align: center;
	}
	.hp_contact h2 {
		margin-bottom: 0;
		font-size: 20px;
	}
	.hp_contact img {
		width: 32px;
	}
	.hp_contact a {
		display: inline-block;
	}
	.row-hp-mobile {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col-hp-3 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.icon_services {
		/* width: 140px; */
		font-size: 8px;
	}
	.hp_block {
		float: left;
        height: 80px;
        width: 80px;
	}
	.hp_block_link {
		padding: 40px 0 0 100px;
		width: inherit;
		font-size: 20px;
		text-align: left !important;
	}
	.hp_smallcol {
		margin-bottom: 20px;
	}
	.hp_smallcol_1 {
		padding: 5px 10px 30px;
	}
	img.hp_logo {
	    margin: 10px 8px 10px 8px;
	    height: 35px;
	}
	.hp-boxes .col-md-4 {
		margin-bottom: 25px;
	}
	.box {
		padding: 20px 20px 25px;
	}
	
	#content-part main {
		padding: 0;
	}
	.page-template-page-blokken .entry-content {
		margin-top: 20px;
	}
	.block_padding p {
		margin-bottom: 10px;
	}
	.brandstof_overview {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.brandstof_overview .row {
		padding-left: 10px;
		padding-right: 10px;
	}
	.smeermiddelen_overview h3 {
		padding-left: 0;
	}
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 50%;
	}
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
		max-width: 100% !important;
	}
	.woocommerce form .form-row {
		padding-left: 0;
		
	}
	#wc_checkout_add_ons {
	    width: 100%;
	}
	.calltoaction {
		margin-top: 30px;
	}
	.calltoaction .col-md-3.text-center {
		margin-bottom: 10px;
		text-align: left !important;
	}
	.div-wpcf7 {
		padding: 20px;
	}
	.btn {
		font-size: 16px;
	}
	#footer-row {
		padding-top: 10px;
		padding-bottom: 30px;
		padding-left: 5px; 
	}
	ul#menu-sub-footer li,
	ul#menu-sub-footer-en li {
		padding-right: 15px;
	}
}
@media only screen and (max-width: 320px) {
	
}

.woocommerce-store-notice{
  background-color: #fff !important;
}

::-moz-selection { background-color: #e40613; color: #fff; }
::selection { background-color: #e40613; color: #fff; }