/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

@font-face {
	font-family: "gillSansLocal";
	src: url("assets/fonts/Gill Sans.otf") format("truetype");
}
@font-face {
	font-family: "gill sans";
	src: url("assets/fonts/Gill Sans.otf") format("truetype");
}

@font-face {
	font-family: "WorkSansLocal";
	src: url("assets/fonts/WorkSans.woff2") format("truetype");
}
@font-face {
	font-family: "work sans";
	src: url("assets/fonts/WorkSans.woff2") format("truetype");
}

/* end local fonts */

body, html {
	max-width: 100%;
	overflow-x: hidden;
}

/*html, body {*/
/*	overflow-x: hidden;*/
/*	font-family: "WorkSansLocal";*/
/*}*/

/*h1, h2, h3, h4, h5, h6 {*/
/*	font-family: "WorkSansLocal" !important;*/
/*}*/

/*.elementor-section p, .elementor-button > span > span {*/
/*	font-family: "gillSansLocal";*/
/*}*/

/*.footer-content, .mc-field-group > label, .topbar-wrapper * , .navigation-container *, .extras-menu *{*/
/*	font-family: "WorkSansLocal";*/
/*}*/

a {
	color: #000;
}

.h2-span {
    color: #fff;
}
.branding-logo {
    max-height: 40px;
}

#mapsbutton .elementor-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.brading-contrainer {
	max-width: 1170px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #242424;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.aws-container .aws-search-form .aws-search-btn {
	background-color: #fff;
	border-radius: 0 !important;
}

.aws-container .aws-search-form .aws-search-field {
	border-color: #fff;
	padding-left: 20px;
	border-radius: 0 !important;
	padding-right: 0 !important;
}

.aws-container[data-buttons-order="2"] .aws-search-form .aws-search-btn {
	border-radius: 0 !important;
}

.topbar-wrapper {
	background: #fff;
}

.topbar-container {
	display: flex;
	max-width: 1170px;
	margin: auto;
}

.top-bar-left {
	flex: 0;
	display: flex;
}

.top-bar-left div{
	flex: 1;
}

.top-bar-right {
	flex: 1.2;
	display: flex;
}

.top-bar-right div{
	flex: 1;
	text-align: center;
}

.top-menu {
	flex: 1;	display: flex;
	max-width: 1170px;
	margin: auto;
	background: #fff;
	color: #000;
}

.topbar-container p, .topbar-container a {
	margin-top: 10px;
	margin-bottom: 10px;
	color:#000;
}

.topbar-container .widget{
	margin-bottom: 0;
}

.top-bar-left img {
	max-width: 30px;
}

.top-bar-left .wp-block-media-text {
	display: flex;
}

.top-bar-left .wp-block-media-text__content {
	padding-left: 10px;
}

.product-page-widget img {
	max-width: 30px;
}

.single_variation_wrap .product-page-widget img {
	width: 27px;
}

.product-page-widget .wp-block-media-text {
	display: flex;
}

.product-page-widget .wp-block-media-text__content {
	padding-left: 10px;
	padding-right: 0;
}

.product-page-widget p{
	color: #000;
	margin: 0;
}

.site-header {
	background:#000;
}

.site-logo {
	max-width: 150px;
	min-width: 140px;
}

.site-header .extras-menu > li > a {
	color: #fff;
}

.site-header .extras-menu .menu-item-account > ul {
	margin-top: 0;
}

.site-header .extras-menu {
	margin: 0;
}

.aws-container .aws-search-form .aws-search-btn:hover {
	background-color: #ad121f;
}

.aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon {
	color: #000;
}

.site-header .extras-menu > li > a .mini-item-counter {
	background-color: #11db00; 
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
	margin-left: 0;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name a {
	color: #000;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .order-total .woocommerce-Price-amount {
	color: #000;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
	border-radius: 0;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	border-radius: 0;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	width: 100%;
	justify-content: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: row;
	background: #000;
	width: 100%;
}

.megamenu .sub-menu .sub-menu-wrapper{
	display: flex;
	max-width: 1170px;
	margin: auto;
	width: 100%;
	gap: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-navigation ul ul ul {
	left: 0;
	top: 0;
	position: relative;
	flex-direction: column;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.dropdown-menu  {
	background: white;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1285px) {
	.aws-container {
		width: 400px;
	}
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	.menu-mobile-menu-container {
		display: none;
	}
	.mobile-navigation {
		display: none !important;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.site-main {
	max-width: 1170px;
	margin: auto;
	padding-bottom: 50px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

header {
	position: relative;
}

.navbar-megamenu .navbar-brand {
	color: #fff;
	font-weight: 800;
}
.navbar-megamenu .navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	margin-left: 50px;
	margin-right: 50px;
}
.navbar-megamenu .navbar-nav > li > a:hover, .navbar-megamenu .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-megamenu .navbar-nav > li.active > a, .navbar-megamenu .navbar-nav > li.open > a, .navbar-megamenu .navbar-nav > li.active > a:hover, .navbar-megamenu .navbar-nav > li.open > a:hover, .navbar-megamenu .navbar-nav > li.active > a:focus, .navbar-megamenu .navbar-nav > li.open > a:focus {
	color: #fff;
}
.navbar-megamenu .navbar-nav > li.megamenu {
	position: static;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu {
	min-width: 280px;
}

.navbar-megamenu .navbar-nav > li.megamenu:hover .dropdown-menu {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	background: white;
	box-sizing: content-box;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: 0 4px 6px -6px #222;
	padding: 20px;
}


.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column {
	width: 280px;
	display: block;
	float: left;
	height: 100%;
	margin-right: 20px;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column:not(:first-child):after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column .divider {
	margin: 16px 20px 10px;
	max-width: 60px;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column a {
	font-size: 13px;
	display: block;
	width: 100%;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column span.sub {
	font-size: 13px;
	padding: 2px 20px;
	display: block;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column .featured-image a img {
	padding: 5px 0;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column .description {
	padding: 3px 0;
}
.navbar-megamenu .navbar-nav > li.megamenu > .dropdown-menu .megamenu-column .description a {
	display: none;
}

.dropdown-menu {
	border: 1px solid black;
}

.dropdown-menu ul li:hover{
	color: white;
}

.navbar-megamenu .navbar-nav > li.megamenu * {
	box-sizing: border-box;
}

.megamenu-column ul li:hover a{
	color: white;
}

.megamenu-column ul{
	display: block;

}

.megamenu-column {
	padding: 0;
}

.menu-item a{
	padding: 15px;
}

.menu-item .sub-menu-wrapper a{
	padding: 10px 0;
	color: #fff;
}

.menu-item .sub-menu-wrapper a:hover{
	color: #ad121f;
}

.nav-item-titel {
	color:#fff;
	font-weight: bold;
	padding-bottom: 10px;
}

.custom-nav li {
	margin-bottom: 0;
}

.menu-item-has-children .submenu-nav-item {
	cursor: default;
}

.custom-nav .sub-menu:first-child{
	border-top: 1px solid #757575;
}

.first-submenu .sub-menu-wrapper{
	border-top: 1px solid #242424
}

.sub-menu-wrapper > .menu-item {
	flex: 1;
}

@media only screen and (max-width: 1480px) {
	.menu-item a img {
		float: right;
		max-height: 300px;
	}
	.menu-item .sub-menu-wrapper a {
		padding: 6px 0;
		color: #fff;
	}
}

.sub-menu-wrapper .menu-image {
	flex: 2;
}

/* Mobile menu */

#toggle-nav {
	background: none;
	border: 0;
	z-index: 999;
}

.mobile-nav {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	background: black;
	z-index: 100;
	padding: 10px 80px 20px 0;
	opacity: 0;
	transition: 0.4s;
	pointer-events: none; 
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}

.change .bar1, .change .bar2, .change .bar3 {
	background-color: #fff;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


@media screen and (max-width: 1285px) {
	.aws-container {
		margin-left: auto;
		width: 300px;
	}

	.topbar-container {
		padding-left: 10px;
		padding-right: 10px;
		overflow: hidden;
	}

	.usp_group-mobile {
		display: block;
		margin: auto;
	}

	.change .menu-mobile-menu-container .mobile-nav {
		opacity: 1;
		pointer-events: auto; 
	}

	.menu-mobile-menu-container .menu-item a {
		color: #fff;
		padding: 10px;
	}
	.top-bar-right {
		display: none;
	}

	.top-bar-left{
		display: none;
	}
	.site-logo {
		max-width: 110px;
		min-width: 100px;
	}
	.brading-contrainer {
		padding: 20px;
	}

	.site-header .extras-menu {
		margin-left: auto;
	}

	.sub-menu .sub-menu-wrapper {
		border: 0;
	}

	.menu-item a {
		display: block;
	}

	.sub-menu {
		top: 0;
		left: -100%;
		position: absolute;
		opacity: 0;
		transition: 0.4s;
		-webkit-animation: slide 0.5s forwards;
		-webkit-animation-delay: 2s;
		animation: slide 0.5s forwards;
		animation-delay: 2s;
		pointer-events: none;
	}

	@-webkit-keyframes slide {
		100% { right: 0; }
	}
	
	@keyframes slide {
		100% { right: 0; }
	}

	.menu-item-has-children > a:after{
		position: relative;
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 0.2em solid white;
		border-top: 0.2em solid white;
		transform: rotate(45deg);
		margin-left: 5px;
	}

	.submenu-active > .sub-menu  {
		position: absolute;
		z-index: 100;
		background: black;
		inset: 0;
		padding: 0;
		display: block;
		pointer-events: auto; 
		opacity: 1;
		transition: 0.4s;
		min-height: 80vh;
	}

	.back_button_class:before{
		position: relative;
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		border-right: 0.2em solid white;
		border-top: 0.2em solid white;
		transform: rotate(225deg);
	}

	.back_button_class {
		padding: 18px 30px 10px 40px;
	}
	
	.mobile-navigation li {
		margin-bottom: 0;
		padding-bottom: 7px;
		padding-left: 30px;
		background: #000;
	}

	/* .sub-menu-wrapper {
		padding: 0 20px 20px 20px;
		background: #000;
	} */

	.nav-item-titel {
		font-weight: 400;
	}
	
	.sticky-menu {
		position: fixed;
		top: 0;
		z-index: 999;
		background: #000;
		right: 0;
		left: 0;	
	}

	.sticky-menu .mobile-nav {
		position: fixed;
		top: 0;
	}

	.site-header {
		min-height: 133px;
	}
}

@media screen and (max-width: 991px) {
	.aws-container {
		display: none;
	}

	.aws-container .aws-search-form .aws-search-field {
		background: #fff !important;
		line-height: 16px;
		padding-bottom: 2px !important;
	}
}

.mobile-navigation {
	width: auto;
	margin-left: 20px;
	display: flex;
}

.mobile-navigation ul{
	list-style: none;
}

.mobile-navigation li{
	list-style: none;
}
/* mobile menu end */



.widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
	color:#000;
}

.site-footer .footer-widgets .widget ul li a::before {
	height: 0;
}

.site-footer .footer-info .info-item h3, 
.site-footer .footer-widgets .widget ul li a,
.footer-widgets .widget .widget-title, 
.site-footer .footer-copyright,
.site-footer a,
.site-footer p {
	color:#fff;
}

.site-footer .footer-layout {
	background-color:#000;
}

.site-footer .footer-widgets .widget {
	margin-bottom: 15px;
}

.site-footer .footer-widgets .widget .widget-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.site-footer .widget ul li {
	margin-bottom: 5px;
}

.site-footer .menu-item a {
	font-size: 16px;
	padding: 0;
}

.site-footer .footer-info .info-item h3 {
	font-size: 14px;
}

.site-footer .footer-info {
	border-bottom: 1px solid #242424;
}

.site-footer .footer-widgets::after {
	border-bottom: 1px solid #000;
}
.footer-bottom {
	border-top: 1px solid #242424;
}

.site-footer .footer-info {
	padding-bottom: 10px;
	padding-top: 25px;
}

.site-footer .footer-info .info-item {
	margin-top: 0;
}

.site-footer {
	border-top: 0;
}
  
.footer-info .info-thumb img {
	width: 30px;
	height: auto;
	max-height: 30px;
	object-fit: contain;
}

.site-footer .footer-widgets .widget ul li a:hover {
	color:#fff;
}

.site-footer .footer-sidebar h4{
	margin: 0;
	color: #fff;
	font-weight: 600;
}


.wp-social-link .wp-block-social-link-anchor {
	color:#000 !important;
}

.site-footer .footer-widgets .widget ul li {
	padding: 0;
}

.site-footer .footer-info .info-item-sep::after {
	background-color: #000;
	content: "";
}

.col-footer-payments {
	width: 0;
}

.col-footer-copyright {
	width: 100%;
}

.footer-bottom .footer-row {
	text-align: center;
}

.site-footer .footer-widgets {
	padding-top: 50px;
	padding-bottom: 50px;
}

#mc_embed_signup .mc-field-group input {
	padding: 8px 8px !important;
	text-indent: 2%;
	border-radius: 0 !important;
	font-style: italic;
	width: 100%;
	margin-bottom: 10px;
	color: #000;
}

#mc_embed_signup .clear {
	text-align: center !important;
}

#mc_embed_signup .button {
	background-color: #ad121f !important;
	border: 0 none !important;
	border-radius: 0 !important;
	font-size: 18px !important;
	height: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}

.site-footer .footer-copyright {
	color: #646363;
}

.footer-layout-1 .footer-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-layout-1 .footer-bottom a{
	color: #646363;
}

.woocommerce-info {
	border-top-color: #000;
}

.woocommerce-info::before {
	color: #000;
}

.woocommerce-error::before {
	content: "\e016";
	color: #ad121f;
}

.woocommerce-error {
	border-top-color: #ad121f;
}

.woocommerce-checkout table.shop_table .cart-subtotal .woocommerce-Price-amount, .woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
	color: #000;
	font-weight: 600;
}

.woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
	color: #000;
	font-weight: 600;
}

.woocommerce-checkout .woocommerce-info .showcoupon {
	color: #000;
}

.branding-logo-container {
	font-size: 12px;
	color:#000;
	margin-bottom: 5px;
}

.woocommerce ul.products li.product h2 a, .woocommerce ul.products li.product .woo-loop-product__title a {
	color: #000;
	font-size: 16px;
}

.error404 .site-content {
	padding: 0;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a.color-picker::before {
	width: 30px;
	height: 30px;
	border: 0;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a.color-picker::before {
	border: 2px solid black;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a.color-picker::after {
	width: 30px;
	height: 30px;
	border: 0;
}

.kleur-filter-container .widget_layered_nav,
.general-sizes-container .widget_layered_nav,
.merken-container .widget_layered_nav {
	padding: 0;
}

.kleur-filter-container h2,
.general-sizes-container h2,
.merken-container h2 {
	font-size: 18px;
	font-weight: 400;
}

.kleur-filter-container .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding-left: 30px;
}

.chosen .color-picker::after {
	content: "" !important;
	border: 2px solid #ad121f !important;
}

.kleur-filter-container .woocommerce-widget-layered-nav-list {
	max-height: 100%;
}

.color-picker {
	height: 30px;
	display: inline-block;
	padding: 5px 15px !important;
}

.single-product-layout-4 .site-content {
	background-color: #fff;
}

.custom-ribbons {
	margin: 0;
	background-color: #AD121F;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	margin: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.mf-product-detail .custom-label .Actie, .mf-product-detail .custom-label .percentage-discount{
	top: 25px;
}

.custom-ribbons.new {
	background-color: #000;
}

.percentage-discount {
	background-color: #AD121F;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	margin: 35px 10px 10px 10px;
	font-weight: bold;
}

.awdr_discount_bar {
	border: 0;
	border-radius: 0 !important;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	margin: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width: 786px) {
	.awdr_discount_bar {
		font-size: 10px;
		margin: 5px 10px;
		padding-top: 4px;
		padding-bottom: 4px;
		line-height: 1;
	}
}

.ribbon-container {
	position: absolute;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.terug-knop {
	border-radius: 0px;
	border: 0px;
	background-color: #000;
	color: #fff;
	padding: 7px 15px 7px 15px;
	line-height: 2;
}

.terug-knop:hover {
	color: #fff;
}

.woocommerce .mf-single-product.mf-product-layout-4 .mf-product-detail {
	padding: 30px 0;
}

@media only screen and (min-width: 991px) {
	.woocommerce div.product .entry-summary {
		width: 40%;
		padding-left: 50px;
	}

	.woocommerce div.product .woocommerce-product-gallery {
		width: 60%;
	}

	.woocommerce div.product div.images .flex-control-nav li {
		width: 70px;
		min-height: 70px;
	}

	.woocommerce div.product div.images .flex-control-nav {
		width: 90px;
	}

	.woocommerce div.product div.images {
		padding-left: 80px;
	}
	.woocommerce div.product .woocommerce-product-gallery__wrapper {
		max-height: 950px;
	}
}

.woocommerce div.product div.images .flex-control-nav li img.flex-active {
	border-color: #ccc;
}

.woocommerce div.product div.images .flex-control-nav li:hover img {
	border-color: #ccc;
}

.woocommerce div.product div.images .flex-control-nav li img {
	border: 1px solid transparent;
}

.woocommerce div.product p.price .sale {
	display: none !important;
}

.woocommerce div.product p.price ins {
	color: #000;
	font-size: 30px;
}

.mf-entry-product-header {
	border-bottom: 0;
}

.breadcrumbs {
	padding: 15px;
}

.ms-image-zoom,
.ms-image-view {
	display: none;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs li a {
	padding: 0;
	font-weight: 400;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs .tl-wc-tab {
	height: 1px;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs {
	margin-bottom: 10px;
}

.product-summary-content {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce div.product .product_title {
	font-size: 28px;
	font-weight: 600;
}

.wc-prl-recommendations h2 {
	font-size: 22px;
	font-weight: 400;
}

.woocommerce .mf-single-product.mf-product-layout-4 .wc-tabs-wrapper ul.tabs li a {
	font-size: 22px;
}

.woocommerce-Tabs-panel p{
	color:#000;
	font-size: 16px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	background-color: var(--mf-background-primary-color);
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	font-size: 18px;
}

.woocommerce div.product .wc-tabs-wrapper {
	margin-bottom: 20px;
}

.woocommerce div.product p.stock.in-stock {
	color: #ad121f;
}

.woocommerce-variation-add-to-cart .quantity {
	display: none !important;
}

.mf-summary-header .mf-summary-meta .stock {
	display: none;
}

.woocommerce div.product.product-type-variable form.cart .variations {
	position: relative;
	margin-bottom: 0;
	background: #F8F8F8;
	padding: 15px 15px 0px 15px;
	display: block;
}

.woocommerce div.product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation {
	background: #F8F8F8;
	padding: 0px 15px 15px 15px;
	display: block;
}

.variations label {
	color: #000;
}

.image-text-block-container {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 30px;
}

.image-text-block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.image-text-block p {
	margin-bottom: 0;
	color:#000;
}

.mf-product-detail .price del bdi{
	position: relative;
	font-size: 20px;
}


.price del bdi::before {
	position: absolute;
	content: "";
	left: 0;
	top: 43%;
	right: 0;
	border-top: 2px solid;
	border-color: inherit;
	color: #B61E03;
	transform: rotate(-10deg);
}

.woocommerce ul.products li.product .price del bdi{
	display: block;
	position: relative;
}

.price del {
	text-decoration: none !important;
	color: #B61E03 !important;
}

.woocommerce div.product p.price {
	display: flex;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
	border-radius: 0;
}

.catalog-sidebar .widget {
	background: #fff;
}

.catalog-sidebar .widget::after {
	display: none;
}

.widgettitle {
	border-bottom: 1px solid #242424;
	padding-bottom: 15px;
	margin-top: 0;
}

.catalog-sidebar .widget {
	padding: 0;
}

.general-sizes-container .woocommerce-widget-layered-nav-list__item a:before {
	display: none;
}

.general-sizes-container .woocommerce-widget-layered-nav-list__item a {
	border: 1px solid black;
	padding: 10px !important;
}

.general-sizes-container .woocommerce-widget-layered-nav-list__item a:hover {
	background: #ad121f;
	border: 1px solid #ad121f;
}

.general-sizes-container li {
	padding: 0 !important;
	display: flex !important;
	padding: 5px !important;
	line-height: auto;
	float: left;
}

.general-sizes-container .woocommerce-widget-layered-nav-list {
	margin-left: -5px;
	margin-right: -5px;
	max-height: 100%;
}

.general-sizes-container .woocommerce-widget-layered-nav-list__item a:after {
	display: none !important;
}

.general-sizes-container .chosen a {
	background: #000;
	color: #fff !important;
}

.mf-catalog-page .site-content {
	padding-top: 0;
	padding-bottom: 30px;
}

.woocommerce ul.products li.product .price ins {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.woocommerce ul.products li.product .price del span {
	color: #B61E03;
	font-size: 14px;
}

.woocommerce ul.products li.product .price {
	display: flex;
	flex-direction: row;
}

.woocommerce ul.products li.product .price del {
	order: 2; 
}

.woocommerce ul.products li.product .price ins {
	order: 1;
}

.woocommerce .shop-toolbar {
	background: #fff;
}

.woocommerce .shop-toolbar.multiple .woocommerce-ordering {
	margin-right: 5px !important;
}

.site-footer .footer-info .info-item .info-thumb {
	width: 35px;
}

.site-footer .footer-info .info-item {
	  margin-bottom: 15px;
}

.footer-sidebar .wp-block-image img{
	 max-width: 270px;
	 min-width: 250px;
} 

.trustpilot-widget {
	padding-top: 8px;
    min-width: 320px;
    margin-bottom: -10px;
	margin-right: -20px;
	margin-left: 10px;
 
}

 @media only screen and (max-width: 687px) {
 	.top-bar-left img {
		max-width: 20px;
	}
	.has-small-font-size {
		font-size: 10px !important;
	}
	
	.brading-contrainer { 
		max-width: 100%;
		overflow: hidden;
	}
	.extras-menu .login-text {
		display: none;
	}
	.extras-menu #menu-extra-register {
		display: none;
	}
}

@media only screen and (max-width: 1285px) {
	.mobile-version .mf-product-detail {
		margin-top: 20px;
	}
	.mobile-version .image-text-block-container {
		gap: 0;
		flex-direction: column;
	}
	.mobile-version .image-text-block {
		justify-content: left;
		gap: 10px;
	}
}

.mobile-version .site-footer .footer-info {
	padding-top: 30px;
	padding-bottom: 25px;
}

.mobile-version .site-footer .footer-info .info-item {
	margin-bottom: 10px;
	margin-top: 10px;
}

.mobile-version .site-footer .footer-widgets {
	padding-top: 30px;
}

.mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .single_add_to_cart_button {
	position: relative !important;
}

.mobile-version .site-footer .footer-info .info-thumb {
	text-align: center;
  }

.mobile-version .site-footer .footer-info .info-thumb {
	margin-bottom: 0;
}

.wc-prl-recommendations {
	margin-bottom: 30px;
}

.mobile-version.woocommerce div.product .wc-tabs-wrapper {
	margin-bottom: 50px;
}

.mobile-version .site-footer .footer-widgets .footer-sidebar {
	border-bottom: 0; 
}

.mobile-version .site-footer .footer-widgets .widget.widget_nav_menu .widget-title::after {
	content: "" !important;
}

.product-subtotal ins{
	text-decoration: none;
	float: left;
}

.product-subtotal del{
	float: left;
}

.product-total del{
	float: right;
}

.product-total ins{
	text-decoration: none;
	float: right;
}

.product-subtotal {
	display: flex;
	flex-direction: column-reverse;
}

.product-total {
	display: flex;
	flex-direction: column-reverse;
}

.woocommerce table.shop_table td {
	border-bottom: 0;
}

.woocommerce-cart-form__contents {
	border-collapse: collapse !important;
}

.woocommerce-cart-form__cart-item {
	border-bottom: 1px solid #d6d6d6 !important;
}

.woocommerce div.product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation {
	margin-bottom: 0;
}

.product_meta {
	display: none;
}

@media only screen and (max-width: 768px) {
	.catalog-sidebar .wcpf-filter-inner{
		padding-left: 15px; padding-right: 15px;
	}
}

.wcpf-heading-label {
	border-bottom: 1px solid #d0d0d0;
}

.wcpf-heading-label span{
	font-size: 16px;
}

.wcpf-inner div.wcpf-checkbox-list {
	margin-top: 15px;
}

.wcpf-inner div.wcpf-box-list {
	margin-top: 15px;
}

div.wcpf-field-color-list {
	margin-bottom: 25px;
}

div.wcpf-field-checkbox-list {
	margin-bottom: 25px;
}

div.wcpf-field-item {
	margin-bottom: 25px;
}

div.wcpf-field-color-list div.wcpf-content {
	margin-top: 10px;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
	border-radius: 0;
	height: 30px;
	width: 30px;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item:hover {
	border: 2px solid #000;
}

div.wcpf-display-min-max-inputs {
	min-height: 140px;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.selected {
	border: 2px solid #000;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.selected::after {
	display: none;
}

.wcpf-field-price-slider div.field-input-container {
	margin-top: 15px;
}

.usp_slider {
	display:none;
}

.usp_slider img {
	max-width: 30px;
}

.usp_slider p {
	margin: 0;
	padding-left: 10px;
	margin: auto;
}
	
.usp_group-mobile {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	min-width: 230px;
}

.usp_slider p {
	padding-top: 2px;
}

@media screen and (max-width: 991px) {
	.usp_group-mobile {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 35px;
	min-width: auto;
	}

	.usp_slider p {
		padding-top: 2px;
	}
}

.animate-right{
	position:relative;
	animation:animateright 1s
}
@keyframes animateright{
	from{right:-200px;opacity:0} 
	to{right:0;opacity:1}
}

.includes_tax {
	display: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border: 0;
}

.cart-subtotal td, .cart-subtotal th , .order-total td, .order-total th{
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.payment_box select {
	font-size: 16px;
	color: #000;
}

.payment_box p {
	margin-bottom: 5px;
}

.sub-item {
	margin-left: 20px;
}

.cat-item-38 {
	display: none !important;
}

.catalog-sidebar .widget .widget-title {
	font-size: 16px;
	font-weight: 600;
}

.catalog-sidebar .widget_product_categories {
	margin-bottom: 10px;
	padding-top: 15px;
}

.brand-item-lable {
	transition: all 300ms ease;
}

.brand-item-lable:hover {
	font-weight: 600;
}

.hidden-category {
	display: none;
}

.products-found {
	display: none !important;
}

.woocommerce-result-count {
	color: #000;
	margin-top: -75px !important;
	margin-bottom: 30px !important;
}
.end-footer-container {
	display: flex;
	flex-wrap: wrap;
}

.before-footer-end {
	padding-right: 10px;
}

@media only screen and (max-width: 768px) {
	.end-footer-container {
		display: flex;
		padding-bottom: 20px;
	}
	.site-footer .footer-widgets {
		padding-bottom: 10px;
	}
	.woocommerce-result-count {
		color: #000;
		margin-top: -0 !important;
		margin-bottom: 0 !important;
		padding-left: 20px;
		padding-bottom: 15px;
	}
	.widget_product_categories {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 0 !important;
	}

	.catalog-sidebar .widget::after {
		height: 0 !important;
	}

	.catalog-sidebar div.wcpf_widget_filters {
		padding-bottom: 0;
	}

	.wp-block-buttons div.reset-button {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: -45px;
	}
}

.widget_product_categories h4 {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
	margin-bottom: 5px !important;
}

.archive .term-description h1 {
	font-size: 28px;
}

@media only screen and (min-width: 768px) {
	#primary-sidebar {
		padding-top: 15px;
	}
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-title-container {
	padding: 5px 0;
	line-height: 1.6;
}

.scrolable-category .wcpf-inner .wcpf-text-list{
	max-height: 300px;
	overflow-y: auto;
}

.wcpf-field-price-slider .ui-slider .ui-slider-handle {
	background-color: #ad121f;
	border: 1px solid #ad121f;
}

.wcpf-field-price-slider .ui-slider .ui-slider-range {
	background-color: #ad121f;
}

.product-categories .cat-item {
	transition: 0.5s;
}


.product-categories .cat-item a{
	transition: 0.5s;
}

.product-categories .cat-item a:hover {
	font-weight: 600;
}

.woocommerce-order-received table.shop_table tfoot .woocommerce-Price-amount {
	color: #000;
}

.reset-button:hover {
	background: #000;
}

.reset-button:hover a{
	color:#fff !important;
}

.woocommerce div.product div.images .flex-control-nav li {
	width: 70px;
	overflow: hidden;
	display: flex;
}

.woocommerce div.product div.images .flex-control-nav li img{
	object-fit: contain;
	border: 1px solid transparent;
}

.mobile-version.woocommerce div.product div.images .flex-control-nav li {
	height: auto !important;
}


.color-options-wrapper {
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	transition: 0.3s;
	flex-wrap: wrap;
}

.color-options-wrapper .active .color-option-detail-container {
    width: 7.5rem;
    height: 7.5rem;
	text-align: center;
}

.color-options-wrapper .color-option-detail-container {
    width: 7.5rem;
    height: 7.5rem;
	text-align: center;
}


.color-option-detail-container .color-option-image::before {
    background-image: url('/wp-content/uploads/woocommerce-placeholder-300x300.png') !important;
    height: 100% !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: inline-block !important;
    color: white !important;
    background-color: white!important;
}

.color-options-wrapper .color-option-detail-container {
    border: 1px solid #EAEAEA !important;
}

.color-options-wrapper .active .color-option-detail-container {
    border: 1px solid #61CE70 !important;
}

.color-option-image[src=""] {
    display: none;
}

.color-option-detail-container {
	background-image: url('/wp-content/uploads/woocommerce-placeholder-300x300.png') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.color-options-wrapper .color-option {
	transition: 0.3s;
	border: 1px solid #fff;
}

.color-options-wrapper .color-option:hover {
	border: 1px solid #000;
}

.color-link {
	display: flex;
	width: 100%;
	height: 100%;
}

.color-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.color-option img:before{
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
	color: #fff;
}

.gform_button {
	background-color: #ad121f !important;
	border: 0;
	border-radius: 0;
	font-size: 18px;
	height: 40px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-product-gallery__image {
	background-repeat: no-repeat;
	background-size: cover;
}

.woocommerce div.product div.images img {
	transition: 0.5s;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	box-shadow: 0 !important;
	padding: 5px;
	margin: 0;
	height: 45px;
	width: auto !important;
	min-width: 45px;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	margin-bottom: -1px;
	color: #000;
  }

  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	box-shadow: none !important;
	background: black;
	color: white;
  }

  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	background: black;
	color: white;
  }

  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	box-shadow: none !important;
  }

  .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
}

.mobile-version.mf-catalog-page.mf-filter-active .mf-catalog-close-sidebar {
	z-index: 99999 !important;
}

.wcpf-field-item .wcpf-text-list{
	max-height: 330px;
	overflow-y: auto;
}

.wcpf-field-item .wcpf-color-list {
	max-height: 330px;
	overflow-y: auto;
}

::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 4px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px !important;
    background-color: rgba(0,0,0,.5) !important;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5) !important;
}

.wcpf-color-text {
	border: 0 !important;
	outline:none !important;
}

.mobile-search-form .aws-container {
	display: none;
	background: #fff;
}

@media only screen and (max-width: 992px) {
	.woocommerce .woocommerce-result-count {
		margin-top: 0;
	}
	#primary-sidebar div.wcpf_widget_filters, .custom_categories_widget {
		max-width: 300px;
		margin: auto;
	}

	.custom_categories_widget {
		padding-left: 20px !important;
		padding-right: 20px !important;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-top: 15px;
	}
	.custom_categories_widget h4 {
		padding-top: 15px;
	}

	#primary-sidebar div.wcpf_widget_filters .wcpf-field-item  {
		padding-left: 20px;
		padding-right: 20px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	
	.widget_product_categories .widget-title::after, .custom_categories_widget h4::after {
		content: "\4c" !important;
		font-family: "wcpf" !important;
		font-size: 13px !important;
		position: absolute;
		right: 28px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		font-variant: normal !important;
		text-transform: none !important;
	}

	.mobile-version.mf-catalog-page .catalog-sidebar .widget .widget-title::after {
		right: 15px !important;
	}

	.active-cat-widget .widget-title::after, .custom-active-cat-widget  h4::after {
		content: "\4d" !important;
		font-family: "wcpf" !important;
		font-size: 13px !important;
		position: absolute;
		right: 1px;
	}

	.wcpf-content {
		padding-bottom: 20px;
	}
	
	.custom_categories_widget ul, .widget_product_categories ul {
		display: none;
	}
	.custom-active-cat-widget ul , .active-cat-widget ul{
		display: block;
	}

	.widget.widget_product_categories {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 300px;
		margin-bottom: 0;
		border: 0;
		margin: auto;
		  margin-bottom: auto;
		border: 1px solid #ccc;
		border-radius: 5px;
		padding-top: 13px !important;
	}

	.catalog-sidebar .wcpf-filter-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.widget_product_categories h4 {
		border-bottom: 0;
		padding-bottom: 8px;
	}
	div.wcpf-display-min-max-inputs {
		min-height: auto;
	}
	.wcpf-heading-label {
		border-bottom: 0;
	}

	.mobile-version.mf-catalog-page .catalog-sidebar {
		padding-top: 80px;
	}

	.sc-service-point-delivery {
		--sc-service-point-card-width: 100% !important;
	}

	.wp-block-button a{ 
		transition: none;
	}

	.mobile-search-form .aws-container {
		display: block;
		width: 100%;
		border-bottom: 1px solid #000;
	}

	.breadcrumbs {
		padding: 10px 15px 10px 20px;
	}
	
	.single-product .site-content {
		padding-top: 0 !important;
	}

	.site-header .extras-menu .menu-item-cart:hover > .mini-cart-content {
		opacity: 0 !important;
	}
	.site-header .extras-menu .menu-item-cart:hover > a::after {
		opacity: 0 !important;
	}
	.site-header .extras-menu .menu-item-account.logined:hover > ul {
		opacity: 0 !important;
	}
	.site-header .extras-menu .menu-item-account.logined:hover > a::after {
		opacity: 0 !important;
	}
}

@media only screen and (min-width: 992px) {
	.wcpf-content {
		display: block !important;
	}

	.widget_product_categories h4, .custom_categories_widget h4, .wcpf-heading-label{
		border-bottom: 1px solid #d8d8d8;
	}	
	.wcpf-heading-label .box-toggle{
		display: none !important;
	}

	.bekijk-producten {
		display: none !important;
	}
}

.mobile-version.mf-catalog-page .catalog-sidebar {
	background-color: #fff;
}

.bundled_product_images {
	padding-left: 0 !important;
}

.bundled_product_title_inner {
	font-size: 14px;
}

.sc-service-point-picker-overlay {
	padding: 0 !important;
}

.woocommerce-checkout table.shop_table .shipping #shipping_method li label {
	line-height: 22px;
}

.sc-service-point-search::before {
	left: 2px !important;
	z-index: -12;
}

.sc-service-point-delivery {
	padding-top: 10px;
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink::before {
	font-size: 0.5em !important;
}

.bundled_product_summary .bundled_product_title .bundled_product_title_link {
	margin-left: 0.2em !important;
}

.branding-logo-container {
	display: inline-block;
	max-width: 85px;
	height: 25px;
}

.branding-logo-container img {
	height: 100%;
	vertical-align: bottom;
}

.footer-widgets .widget_nav_menu .clicked {
	display: block !important;
}

.footer-widgets .widget_nav_menu {
	pointer-events: none;
}

.footer-widgets .widget_nav_menu a {
	pointer-events: auto;
}

.woocommerce .blockUI.blockOverlay {
	z-index: 99999 !important;
}

.wcpf-button-action-reset {
	border: 1px solid #000;
}

.wcpf-field-button {
	padding: 0 !important;
	border: 0 !important;
}

.bekijk-producten {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 6px 12px;
	border: 1px solid #ad121f;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-bottom: 23px;
	background: #ad121f;
}

.bekijk-producten:hover {
	color: #ad121f;
	background: #fff;
}

.wcpf-field-button .wcpf-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 6px 12px;
	border: 1px solid #000;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background: #000;
}

.wcpf-field-button .wcpf-button:hover {
	background: #fff;
	color: #000;
}

.woocommerce ul.products li.product a img {
	height: 350px !important;
}

@media only screen and (max-width: 991px) {
.woocommerce .shop-toolbar {
	justify-content: end;
	padding: 0;
}
.catalog-filter-mobile .catalog-sidebar .widget_product_categories {
	margin-bottom: 20px;
	margin-top: 20px;
}
}

@media only screen and (max-width: 768px) {
	.woocommerce .shop-toolbar.multiple .woocommerce-ordering {
		margin-right: 0 !important;
		width: auto;
	  }

	  .woocommerce .shop-toolbar {
		justify-content: space-between;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 568px) {
.woocommerce ul.products li.product a img {
	height: 250px !important;
}
}

.tab-content-wrapper h2 {
	font-size: 20px;
	font-weight: 600;
	display: none;
}

.category_text {
	margin-top: 60px;
}

.category_text a{
	color: #ad121f;
	text-decoration: underline;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	background: #000 !important;
	color: #fff !important;
}

.end-footer-container * {
	margin: 3px 0;
}

@media only screen and (max-width: 1285px) {
	.show-search-mobile .aws-container {
		margin-left: 0;
	}
}

@media only screen and (max-width: 991px) {
.show-search-mobile .aws-container {
	display: block !important;
	margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
	.show-search-mobile .aws-container {
		margin-left: 12px;
	}
	.cmplz-cookiebanner div.cmplz-buttons {
		flex-direction: row;
	}
}
	

.bundled_table_item bdi{
	display: none;
}

.ion-play::before {
	margin-left: 4px;
}

.woocommerce div.product div.images.has-video .flex-control-nav li .i-video {
	width: 43px;
	height: 43px;
	background-color: rgb(255, 255, 255);
	border: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 25px;
	line-height: 40px;
	color: #b4b4b4;
	box-shadow: 0px 0px 5px 1px #00000029;
}

.mejs-controls {
	display: none !important;
}

.seperator {
	float: left;
	width: 100%;
	background: black;
	color: #fff;
	padding: 20px;
}

.category-image {
	height: 100%;
	background-size: cover;
	display: inline-block;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	position: relative;
	width: 100%;
	background-position: center;
}

.category-image h1, .category-image h2, .category-image h3, .category-image h4, .category-image a{
	color: #fff;
	margin-top: 0;
}

.between-blocks-wrapper {
	width: 100%;
	display: flex;
	margin: auto;
	justify-content: space-between;
	max-width: 830px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.between-blocks-wrapper div p{
	margin-bottom: 0;
}

/* .between-blocks-wrapper:before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #000000;
	margin-top: auto;
	margin-bottom: auto;
}
.between-blocks-wrapper:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #000000;
	margin-top: auto;
	margin-bottom: auto;
} */

.category-url-block {
	position: absolute;
	inset: 0;
}
.category-display-block  {
	display: flex;
}

.custom-block-inner:hover {
	border-color: transparent !important;
}

.custom-block-inner {
	width: 100%;
}

.mobile-version.mf-catalog-page ul.products li.product .custom-block-inner {
	border: 0 !important;
	padding: 0 !important;
}

.category-block-button {
	background-color: #B60000;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
	font-size: 17px;
	border-radius: 0px 0px 0px 0px;
	padding: 10px 15px;
	text-align: center;
	line-height: 1;
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;	
}

.between-blocks-wrapper .wp-block-media-text{
	display: flex;
}

.between-blocks-wrapper .wp-block-media-text img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.between-blocks-wrapper .wp-block-media-text .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 0 0 10px;
}

.between-blocks-wrapper .wp-block-media-text p {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 10px;
	font-size: 12px;
}

@media (max-width: 992px) {
	.catalog-filter-mobile .catalog-sidebar {
		width: 85%;
		background-color: #fff;
		position: fixed;
		right: 100%;
		top: 0;
		bottom: 0;
		overflow: hidden;
		color: #aaa;
		z-index: 100000;
		transition: transform .25s ease;
		margin: 0;
		padding: 0;
		opacity: 1;
		display: block;
		animation: unset;
		height: 100%;
		overflow-y: auto;
	}

	.catalog-filter-mobile.mf-filter-active .catalog-sidebar {
		transform: translate3d(100%, 0, 0);
	}

	.catalog-filter-mobile.mf-filter-active .martfury-off-canvas-layer {
		z-index: 9999;
		display: block;
	}

	.woocommerce:not(.full-content) .shop-toolbar .mf-filter-mobile {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.woocommerce:not(.full-content) .shop-toolbar .mf-filter-mobile span {
		padding-left: 8px;
		font-size: 14px;
		font-weight: 400;
	}
}

#wpt_table #pa_maat {
	display: block !important;
}

#wpt_table .variable-items-wrapper {
	display: none;
}

#wpt_table .color-options-wrapper {
	display: none;
}

#wpt_table .woocommerce-variation {
	display: none;
}

#wpt_table .label {
	display: none;
}

#wpt_table .awdr_discount_bar  {
	display: none;
}

#wpt_table .single_add_to_cart_button  
{
	height: 36px;
	line-height: 35px;
	padding: 0px 5px;
	background: #000;
	color: #fff;
	opacity: 1;
}

#wpt_table td {
	padding: 0;
}

#wpt_table td.wpt_thumbnails  {
	padding: 20px 15px;
}

#wpt_table td.wpt_action {
	padding-right: 15px;
}

#wpt_table td.wpt_price {
	padding-right: 15px;
}

#wpt_table td.wpt_product_title {
	padding-right: 15px;
}

#wpt_table .wpt_varition_section {
	margin: 0;
}
#wpt_table .add_cart_only_icon tr .wpt_action a.button::before{
	margin: 0;
}
#wpt_table .woo-variation-raw-select {
	margin: 0;
	border: none;
	border-radius: 0;
	width: 100%;
	background: #fff;
	font-size: 16px;
	padding: 7px;
	height: 35px;
}

#wpt_table .woo-variation-items-wrapper {
	padding-right: 10px;
	background: #fff;
}

#wpt_table .variations_form {
	border: 1px solid black;
	background-color: #fff !important;
}

#wpt_table .reset_variations {
	display: none !important;
	height: 0 !important;
}

#wpt_table .wpt-cart-remove {
	display: none;
}

#wpt_table .wpt_ccount {
	display: none;
}

#wpt_table .variations_form > div {
	display: flex;
	flex-direction: row;
}

#wpt_table .woocommerce-variation{
	display: block;
	position: absolute;
	right: 20px;
	bottom: 7px;
}

#wpt_table .single_add_to_cart_button  span { display: none;
}

#wpt_table .single_add_to_cart_button  .cart-icon {
	display: block;
}

#wpt_table .single_add_to_cart_button  .cart-icon {
  width: 25px;
  height: 17px;
  background-image: url(https://mikesjustformen.nl/wp-content/uploads/2023/05/cart-icon.svg); 
  background-repeat: no-repeat;
  background-position: center;
	object-fit: contain;
}

#wpt_table tr {
	position: relative;
}

#wpt_table button.single_add_to_cart_button.loading .cart-icon {
	border-width: 3px;
	border-color: #666 #666 #666 transparent;
	border-radius: 50%;
	border-style: solid;
	animation: mf-spin-fast 1s linear infinite;
	content: " ";
	width: 25px;
		height: 25px;
	font-weight: 400;
		background-image: url(" ");
}

#wpt_table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

#wpt_table th, #lookbook td {
	border: 0;
}

#wpt_table {
	border: 2px solid #f7f7f7;
}

#wpt_table .stock label{
	display: none !important;
}

.wpt-wrap .wpt_table_tag_wrapper {
	box-shadow: none !important;
}

.elementor-widget-wrap h1 {
	font-weight: inherit;
}

#lookbook p {
	margin-bottom: 0;
}

#lookbook h1 {
	margin-top: 0;
}

#lookbook .product-page-widget img {
  max-width: 30px;
	width: 30px;
}

#lookbook #widgetcontainer .elementor-widget-container {
	display: flex;
	gap: 40px;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	#wpt_table .variations td {
		padding: 0 !important;
	}

	table#wpt_table.mobile_responsive.wpt_product_table tr {
		display: flex;
		flex-wrap: wrap;
	}

	table#wpt_table.mobile_responsive.wpt_product_table tr td {
		width: 33.33%;
    	box-sizing: border-box; 
    	padding: 5px; 
	}

	#wpt_table .woo-variation-items-wrapper {
		width: 100% !important;
	}

	table#wpt_table.mobile_responsive.wpt_product_table tr td:nth-child(4) {
		width: 100%;
	}

	#wpt_table .variations_form {
		height: 37px;
		margin-bottom: 25px;
	}

	#lookbook #widgetcontainer .elementor-widget-container {
		flex-direction: column;
		gap: 10px;
	}

	table#wpt_table.mobile_responsive.wpt_product_table tr table .woo-variation-items-wrapper {
		padding-right: 10px !important;
		background: #fff;
	}
	.single-product .product_loop-no-hover {
		margin-left: -15px;
  		margin-right: -15px;
	}
	
	.woocommerce ul.aw-products li.product .product-inner {
		padding: 0 !important;
	}
}

.category_text p {
	line-height: 1.5;
}

.category_text h2, .category_text h3 {
	margin-bottom: 5px;
}

#wpt_table .woocommerce-variation-price {
	display: none;
}

#wpt_table #wc_bis_product_form {
	display: none;
}

.woocommerce-variation {
	float: left;
}

.wc_bis_opt_in__text {
	color: #000;
}

#wc_bis_email {
	width: 100%;
}

.woocommerce-variation-price .price ins{
	text-decoration: none;
	margin-right: 5px;
}

.woocommerce-variation-price .price  {
	display: flex;
}

.woocommerce-variation-price .price ins span{
	font-size: 18px;
}

.woocommerce-variation-price .price del bdi{
	font-size: 14px;
}

.video-container video {
	height: 370px;
	width: auto;
}

.toggle-video {
	z-index: 2;
	width: 27px;
	line-height: 1;
	position: absolute;
	right: 0;
	margin-top: 10px;
	cursor: pointer;
	transition: opacity 0.5s;
}

.toggle-video:hover svg {
	fill: #b60000;
}

.video-container {
	max-height: 371px;
	text-align: center;
	opacity: 0;
	height: 0;
	transition: opacity 0.5s;
}

.video-container video {
	height: 372px;
}

@media (min-width:992px) and (max-width:1199px) {
	.video-container {
		max-height: 296px;
	}

	.video-container video {
		height: 297px;
	}	
}

@media screen and (max-width: 991px) {
	.video-container {
		max-height: 350px;
	}

	.video-container video {
		height: 351px;
	}	
}


@media screen and (max-width: 568px) {
	.video-container video {
		height: 270px;
	}

	.toggle-video {
		top: 250px;
	}
	
	.video-container {
		max-height: 250px;
	}
	.video-container video {
		margin-top: -15px;
		transition: opacity 0.5s;
	}
}

.show .video-container {
	opacity: 1;
	height: auto;
}


.video-container {
	overflow: hidden;
}

.woocommerce ul.products li.product .mf-product-thumbnail.show a img {
	opacity: 0;
	height: 0 !important;
	transition: opacity 0.5s;
}

.woocommerce div.product div.images .flex-control-nav {
	opacity: 1 !important;
}

.woocommerce form .form-row .input-text {
	color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
}

.image-container {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.image-container img:nth-of-type(2) {
    display: none !important;
}

.image-container:hover img {
	display: none !important;
}

.image-container:hover img:nth-of-type(2) {
    display: block !important;
}

.toggle-video {
	height: 28px;
	width: 28px;
	border-radius: 50px;
	border: 2px solid black;
	display: block;
}

.toggle-video:hover {
	border-color: #ad121f;
}

.toggle-video:before {
	content: " ";
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #000000 transparent;
	transform: rotate(90deg);
	line-height: 0;
	margin: 0 !important;
	position: absolute;
	top: 8px;
	left: 7px;
}

.toggle-video:hover:hover:before {
	border-color: transparent transparent #ad121f transparent;
}

.show .toggle-video::before {
   	content: " ";
	border-style: solid;
	border-width: 4px;
	border-color: #000;
	transform: rotate(90deg);
	line-height: 0;
	margin: 0 !important;
	position: absolute;
	top: 8px;
	left: 8px;
}

.show .toggle-video:hover:before {
	border-color: #ad121f;
}


@media screen and (max-width: 768px) {
	.toggle-video:before {
		top: 8.5px;
		left: 8px;
	}

	.show .toggle-video::before {
		top: 9px;
		left: 9px;
	}
}

.box-toggle {
	border: 0;
}

.wcpf-field-item .wcpf-text-list {
	overflow-x: hidden !important;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
	border: 0;
}

.footer-info .info-content {
	color: #fff;
}

.end-footer-container p {
	font-size: 12px;
	font-weight: 600;
}

.Socialmedititle {
	font-size: 20px;
	font-weight: 600;
}

figure {
	margin: 0;
}

.wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
	height: 35px !important;
	width: auto !important;
	padding: 4px 8px;
	line-height: 1 !important;
}

.mf-product-thumbnail.show a .image-container {
	display: none !important;
}

.filter-mobile-button { 
	display: none;
}

.filter-mobile-button a i {
	margin-right: 10px;
}

@media screen and (max-width: 992px) {
.filter-mobile-button { 
	bottom: 10px;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 0 10px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.filter-mobile-button a {
	background: #000;
	color: #fff;
	padding: 12px 60px;
    margin: auto;
}
}

.woocommerce-product-gallery .product-wishlist{
	display: block;
	position: absolute;
	right: 10px;
	z-index: 1;
	top: 0px;
}

.mf-product-thumbnail .product-wishlist{
	position: absolute;
 	top: 5px;
	right: 5px;
}

.woocommerce div.product form.cart .actions-button {
	width: auto !important;
}

form.cart .quantity {
    display: block;
    margin-bottom: 20px;
}

/* Arrange the button and action buttons side by side */
.single-product .actions-button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.woocommerce div.product .mf-wishlist-button .yith-wcwl-add-to-wishlist {
	margin: 0 !important;
}

.entry-summary form {
	position: relative;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	width: calc( 100% - 60px) !important;
}

.woocommerce div.product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation {
	width: 100%;
}

.single-product .yith-wcwl-add-to-wishlist a {
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #a7a7a7;
}

.single-product .yith-wcwl-add-to-wishlist a:hover {
	border: 1px solid #000;
}

.single-product .yith-wcwl-add-to-wishlist a i {
	margin: 2px 0 0 0 !important;
}

.mf-product-thumbnail .yith-wcwl-add-to-wishlist{
	margin: 0 !important;
}

.mf-product-thumbnail .yith-wcwl-add-to-wishlist a {
	width: 30px !important;
	height: 30px !important;
}

.wishlist-items-wrapper .icon-bag2:before {
	margin-right: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 1250px) {
	.between-blocks-wrapper .wp-block-media-text {
		display: none;
	}

	.between-blocks-wrapper .wp-block-media-text.tablet {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.between-blocks-wrapper {
		min-height: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.between-blocks-wrapper > div {
		display: flex; 
		flex-basis: 50%;  
		justify-content: center;
		flex-direction: column;
	}

	.between-blocks-wrapper > div:empty {
		display: none;
	}
}

@media only screen and (max-width: 768px) { 
	.between-blocks-wrapper .wp-block-media-text {
		display: none;
	}

	.between-blocks-wrapper .wp-block-media-text.mobile {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.between-blocks-wrapper {
		margin-bottom: 15px;
		margin-top: 10px;
		justify-content: center;
		gap: 10px;
	}
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading::after {
	top: 18px !important;
	left: 18px !important;
}

.woocommerce .wishlist_table.mobile .additional-info-wrapper .product-remove {
	float: right;
}

.woocommerce .wishlist_table.mobile .additional-info-wrapper .product-remove > a {
	height: 30px;
	line-height: 30px;
	padding: 1px 6px;
}

.yith-wcwl-share li a {
	background: #000 !important;
	min-width: 34px;
	min-height: 34px;
}

.entry-content .yith-wcwl-share ul li, .yith-wcwl-share ul li {
	margin-right: 8px !important;
}

.yith-wcwl-share li a i{
	font-size: 22px;
	padding-top: 1px;
}

.wishlist_table.mobile li table .label, .wishlist_table.mobile li table .value, 
.wishlist_table.mobile li .item-details table.item-details-table td {
	color: #000 !important;
}

.wishlist_table .product-add-to-cart a i {
	margin-right: 8px;
}

.hiddenfilter {
	pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.showfilter {
	pointer-events: auto;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.hide-subs .wcpf-item-children-container {
	display: none;
}

.woocommerce-store-notice, p.demo_store {
	background-color: #ab1321;
	font-size: 16px;
}


.mf-product-thumbnail .ribbon-container .wdr-discount-bar {
    border-radius: 0 !important;
    padding: 2px 5px 2px 5px !important;
    font-size: 14px;
    margin: 10px;
    font-weight: 700;
    pointer-events: none;
	left: 0;
	top: 0;
	line-height: 1.4;
	margin-bottom: -5px !important;
}

.woocommerce-product-gallery .ribbon-container .wdr-discount-bar {
    position: absolute;
    border-radius: 0 !important;
    padding: 0px 5px 2px 5px !important;
    font-size: 14px;
    margin: 10px;
    font-weight: 700;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    pointer-events: none;
	line-height: 1.4;
}

.view-products {
	display: none;
}

@media screen and (max-width: 1080px) {
	.view-products {
		display: block;
	}	
}

.awdr_discount_bar + .custom-ribbons {
	display: none;
}

.awdr_discount_bar + .custom-ribbons + .percentage-discount {
	display: none;
}

.short-description p {
    margin: 5px 0 15px 0;
    font-style: oblique;
    font-size: 14px;
}