/*
Theme Name: FC Online Child
Theme URI: https://www.fconline.nl
Template: fconline
Author: FC Online
Author URI: https://www.fconline.nl
Description: A lightweight theme from FC Online.
Version: 2.8.1.1693553573
Updated: 2023-09-01 07:32:53

*/
/* DEFAULTS */
:root {
	--lightgrey: #f8f8f8;
	--red: rgb(227,0,27);
}
h1, h2, h3, h4, h5 {
	font-family: var(--headfont);
}
h1 {
	font-weight: 500;
}
body, p, a, span, b {
	font-family: var(--textfont);
}
a {
	color: var(--textcolor);
	text-decoration: none!important;
}
a:hover {
    text-decoration: underline!important;
}
.full-container, .container {
	padding: 0px 15px;
}
.products.full-container {
	padding: 0px!important;
}
.d-flex {
	display: flex;
}
.a-center {
	align-items: center;
}
.j-center {
	justify-content: center;
}
.full-w {
    width: 100%;
}
.disabled {
	cursor: not-allowed;
}
@media (min-width: 1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1470px;
	}
}
/* RESPONSIVE DEFAULTS */
@media screen and (max-width:767px) {
    .d-flex {
        flex-direction: column;
    }
    .a-center {
        align-items: baseline;
    }
}
/* Default hamburger menu */

.header nav {
	display: none;
}

.header,
.content
 {
	text-align: center;
}
.header {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.header a {
	display: none;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: var(--textcolor);
	height: 2px;
}
.header a span {
	background: var(--textcolor);
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}
.contact-info {
	display: none;
}
@media screen and (min-width:767px) {
	.header {
		display: none;
	}
}
@media screen and (max-width:767px) {
	header .shop {
		margin-bottom: -65px!important;
	}
	.woocommerce-result-count, .woocommerce-ordering {
		display: none!important;
	}
	.header a {
		display: block;
		width: 55px;
		height: 18px;
		padding: 11px;
		margin: 5px;
		position: absolute;
		top: 11px;
		left: 15px;
	}
	.contact-info {
		display: block!important;
		position: absolute;
		bottom: 30px;
		left: 30px;
		z-index: 99999;
	}
	.contact-info span, .contact-info b, .contact-info a {
		width: 100%!important;
		font-size: 14px;
		padding: 0px!important;
	}
	.contact-info .phone, .contact-info .email {
		display: flex!important;
		align-items: center;
		margin-top: 13px!important;
	}
	.contact-info a {
		font-weight: 600;
	}
	.contact-info :after {
		display: none!important;
	}
	.contact-info .social-icon {
		float: left;
		width: 50px;
		max-width: 50px;
	}
	.contact-info i {
		font-size: 20px;
		margin-right: 10px;
		color: var(--accent);
	}
	.contact-info .social-icon i {
		font-size: 24px;
		margin-top: 30px;
		color: var(--accent);
	}
	header .topbar {
		display: none;
	}
	h1 {
		font-size: 30px!important;
	}
}

/* HEADER */
@media screen and (max-width:767px) {
	.main .menu-container, header .search, header .shop-menu {
		display: none!important;
	}
	header .icons span {
		display: none;
	}
	header .main .icons {
		position: absolute;
    	right: 30px;
	}
	header .main .icons a {
		margin-left: 20px!important;
	}
	header .main .icons i {
		font-size: 20px;
	}
	.shop .main img {
		max-width: 120px;
	}
}

header .flex {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	align-items: center;
}
header .main {
	padding: 15px 0px;
}
header .flex .column {
	flex-grow: 1;
}
header li.menu-item {
	margin: 0;
    padding: 0px 15px;
    margin-right: 15px; /* Adjust the spacing between menu items */
    list-style-type: none;
}
header .menu a {
	color: var(--textcolor);
}
.menu-container .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* This centers the menu items */
}
.menu-container {
	display: flex;
    justify-content: right;
	align-items: center;
}
.menu-container .menu li:last-child {
    margin-right: 0; /* Remove margin from the last item */
}
.menu-container .menu a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    transition: color 0.3s; /* Add a smooth transition effect */
}
.menu-container .menu .sub-menu {
	position: absolute;
    display: none; /* Hide the sub-menu by default */
	padding: 0px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1); /* Add a slight shadow for depth */
}
.menu-container .menu-item-has-children:hover .sub-menu {
    display: block; /* Show the sub-menu when the parent menu item is hovered */
}
.menu-container .menu .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
header .topbar {
	background: var(--topbarbg);
	border-bottom: 1px solid #f8f8f8;
}
header .topbar-inner {
	max-width: 800px;
	padding: 8px 0px;
}
header .topbar .topbar-inner i {
	font-size: 15px;
	color: var(--accent);
}
header .header-delivery {
	margin-right: 50px;
}
.header-delivery {
	display: flex;
}
header .header-delivery-content {
	font-size: 12px;
}
header .header-delivery .delivery-date {
	display: block;
}
header .main .header-delivery .order-time {
	font-weight: bold;
	color: var(--accent);
}
header .main .header-delivery .delivery-date {
	font-weight: bold;
	color: var(--textcolor);
}
.woocommerce-loop-category__title {
	color: var(--textcolor);
}
header .main .header-delivery svg {
	stroke: var(--accent);
	margin-right: 6px;
}
.topbar .usp {
	display: flex;
	justify-content: left;
	align-items: center;
}
.topbar .icon {
	font-size:0px!important;
}
.topbar .icon {
	margin-right: 3px;
}
.topbar svg {
	stroke: rgb(148 221 51);
}
.topbar .text {
	font-size: 12px;
}
.wpcf7-submit {
	background:  var(--accent)!important;
	border: 1px solid var(--accent);
	color: #fff;
	padding: 10px 20px;
}
.wpcf7-submit:hover {
	background:  var(--accent);
	border: 1px solid var(--accent);
}
.primary-button {
	background: var(--accent);
	color: #fff;
	padding: 10px 20px;
	margin-left: 50px;
}
.primary-button:hover {
	color: #fff;
}
.main .icons {
	display: flex;
	justify-content: right;
}
.main .icons svg {
	display: flex;
    margin-left: auto;
    margin-right: auto;
	color: var(--textcolor);
	margin-bottom: -7px;
}
.main .icons span {
	font-size: 11px;
	color: var(--textcolor);
}
.main .icons a {
	margin-left: 15px;
}
.shop-menu .menu {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.shop-menu {
	background: var(--menubg);
	padding: 10px 0px;
}
.shop-menu a {
	color: #fff!important;
}
header .search {
	width: 400px;
}
.cart-block {
    position: relative;
}
/* SHOP MENU */
#menu-shop-menu > li > ul.sub-menu {
	position: absolute;
    padding: 0px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    width: 100%;
    background: #00000091;
	padding: 30px 0px;
	z-index: 999;
	max-width: 1470px;
	margin: 0 auto;
}
#menu-shop-menu .sub-menu a {
	color: #fff!important;
}
#menu-shop-menu > .menu-item:first-child {
	padding-left: 0px!important;
}
#menu-shop-menu .sub-menu {
	position: relative;
    display: none; /* Hide the sub-menu by default */
	padding: 0px;
}
.shop-menu {
	position: relative;
}
.sub-menu .tip-label a:after {
    content: "Tip";
    color: white;
    background: var(--accent);
    font-size: 10px;
    padding: 1px 10px;
    border-radius: 10px;
    position: absolute;
}

/* FOOTER */
.footer {
    margin-top: 100px;
	clear:both;
}
.footer-top {
    background: var(--footertopbg);
}
.footer-top svg {
    stroke: var(--textcolor);
    margin-right: 5px;
}
.footer-top .contact-icon svg {
    margin-top: -35px;
    margin-bottom: -16px;
    stroke: var(--textcolor);
}
.footer-top span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
}
.footer-middle {
    background: var(--footermiddlebg);
}
.footer-middle.top {
	border-bottom: 1px solid #939393;
}
.footer-middle.bottom a {
	color: #939393!important;
}
.footer-middle.top .column{
	padding: 75px 0px;
}
.footer-middle.bottom .column{
	padding: 30px 0px;
}
.footer-middle strong {
    color: #fff;
    padding-bottom: 15px;
}
.footer-middle .d-flex {
	flex-wrap: wrap;
}
.footer-middle .column {
    display: flex;
    flex-direction: row;
    width: 100%;
}
@media screen and (max-width:767px) {
	.footer-middle ul {
		gap: 10px!important;
	}
}
.footer-middle ul {
    padding: 0px;
    list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 0px;
	color: #939393;
}
.footer-middle li {
	color: var(--textcolor);
    font-size: 14px;
	font-family: Signika;
}
.footer-middle a {
    font-size: 14px;
    color: #fff!important;
}
.footer-middle svg {
	stroke: #fff;
    margin-right: 5px;
}
.footer-bottom {
	background: var(--footerbottombg);
    padding: 15px 0px;
}
.footer-bottom span {
    font-size: 14px;
}
.footer-bottom .column {
    width:100%;
}
.footer-bottom .payment-icons img {
    margin-left: 5px;
}
.footer-bottom .fconline {
    width: 38%;
    justify-content: right;
}
.footer-bottom .fconline a {
    font-size: 14px;
    color: var(--textcolor);
}
.footer-bottom #year {
    margin-right: 5px;
}

/* SHOP */
#site-header {
    display: none;
}
@media screen and (max-width:992px) {
	.overview-top img {
		max-height: 170px;
		width: 100%;
		object-fit: contain;
	}
	.overview-top > .product-image {
		position: relative;
		min-height: 250px;
		object-fit: contain;
	}
	.guest .overview-top > .product-image {
		position: relative;
		min-height: 200px;
		object-fit: contain;
	}
	.footer-middle li {
		flex-direction: row!important;
		align-items: center;
	}
	.footer-bottom .fconline {
		width: 100%!important;
		justify-content: left!important;
		flex-direction: row!important;
	}
	.footer-bottom .column > .d-flex {
		flex-direction: row!important;
		align-items: center;
	}
	.footer-top{
		display: none!important;
	}
	.woocommerce-page .woocommerce {
		padding: 20px 15px!important;
	}
}
@media screen and (max-width:400px) {
	.columns-4 {
		display: flex;
    	flex-wrap: wrap;
    	gap: 12px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
	}
	.woocommerce-shop .columns-4 img, .columns-4 > li > a > img {
		float: left;
		max-width: 50px!important;
		margin-bottom: 0px!important;
	}
	.woocommerce .products ul li, .woocommerce ul.products li {
		box-shadow: 0 0 5px rgba(0,0,0,.15);
   		border-radius: 10px;
		position: relative;
		width: 48%;
	}
	.add-to-cart-form input[name="quantity"] {
		border: 1px solid var(--wc-secondary)!important;
		border-radius: 0px!important;
		width: 60px;
    	padding: 8px 0px 8px 5px;
	}
	.main .column {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 12px!important;
	}
	.overview-price {
		font-size: 12px;
	}
}
@media screen and (max-width:767px) {
	.columns-4 .overview-price > span.vanaf {
		display: none;
	}
	.p-title {
		font-weight: 600;
		margin-bottom:-5px;
		font-size: 12px!important;
	}
	.addtocart-notification {
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 80%;
		box-shadow: 0 0 15px rgba(0,0,0,.15);
		background:white;
		z-index: 100;
	}
	.addtocart-notification .message {
		display: flex;
		align-items: center;
		background: #eaf7da;
		padding: 10px;
	}
	.addtocart-notification .message .colored {
		font-weight: 500;
		color: #70cc0a;
		margin-right: 5px;
	}
	.addtocart-notification .message span {
		font-size: 14px!important;
	}
	.addtocart-notification .product-box, .addtocart-notification .buttons {
		display: none!important;
	}
}
@media screen and (min-width: 767px) {
	.p-title {
		font-weight: 600;
		margin-bottom:-5px;
		font-size: 14px;
	}
	.addtocart-notification {
		position: fixed;
		top: 200px;
		right: 50px;
		width: 518px;
		box-shadow: 0 0 15px rgba(0,0,0,.15);
		background:white;
		z-index: 100;
	}
	.addtocart-notification .message {
		display: flex;
		align-items: center;
		background: #eaf7da;
		padding: 10px;
	}
	.addtocart-notification .product-box {
		display: flex;
		align-items: center;
		padding: 5px 20px;
	}
	.addtocart-notification .message .colored {
		font-weight: 500;
		color: #70cc0a;
		margin-right: 5px;
	}
	.addtocart-notification .message span {
		font-size: 16px!important;
	}
	.addtocart-notification .image-wrapper img {
		max-width: 45px;
		max-height: 45px;
	}
	.addtocart-notification .product-price, .addtocart-notification .product-price .quantity, .addtocart-notification .product-price .price, .addtocart-notification .product-name {
		display: flex;
		justify-content: center;
		flex: 1;
	}
	.addtocart-notification .buttons {
		justify-content: space-between;
		padding: 10px;
	}
	.addtocart-notification .buttons .left-button {
		background: var(--lightgrey)!important;
	}
	.addtocart-notification .buttons .left-button button {
		color: var(--textcolor)!important;
		border: 1px solid #e2e2e2;
		padding: 10px 20px;
	}
	.addtocart-notification .buttons .left-button button:hover {
		text-decoration: underline;
		background-color: var(--lightgrey)!important;
	}
	.addtocart-notification .buttons .right-button {
		background: var(--primary);
		padding: 5px;
	}
	.addtocart-notification .buttons .right-button a {
		font-size: 16px;
		color: var(--textcolor);
		padding: 0px 20px;
	}
}
@media screen and (min-width:400px) and (max-width:992px) {
	.columns-4 {
		display: flex;
    	flex-wrap: wrap;
    	gap: 12px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 47%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
	}
	.woocommerce-shop .columns-4 img, .columns-4 > li > a > img {
		float: left;
		max-width: 50px!important;
		margin-bottom: 0px!important;
	}
	.woocommerce .products ul li, .woocommerce ul.products li {
		box-shadow: 0 0 5px rgba(0,0,0,.15);
   		border-radius: 10px;
		position: relative;
		width: 48%;
	}
	.add-to-cart-form input[name="quantity"] {
		border: 1px solid var(--wc-secondary)!important;
		border-radius: 0px!important;
		width: 60px;
    	padding: 8px 0px 8px 5px;
	}
	.main .column {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 12px!important;
	}
	.overview-price {
		font-size: 12px;
	}
}
@media screen and (min-width:992px) and (max-width:1200px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 30%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
		float: none!important;
	}
}
@media screen and (min-width: 1200px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 23%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
		float: none!important;
	}
	.overview-price {
		font-size: 14px;
	}
}
@media screen and (min-width: 992px) {
	.columns-4 {
		display: flex;
		gap: 32px;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
		margin: 0px;
		margin-bottom: 50px;
	}
	
	.woocommerce-shop .columns-4 img, .columns-4 > li > a > img {
		float: left;
		max-width: 110px!important;
		margin-bottom: 0px!important;
	}
	.product-overview {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		flex: none;
		background: var(--secondary-color);
		width: 22.9%;
		box-shadow: 0 0 5px rgba(0,0,0,.15);
		border-radius: 10px;
	}
	.add-to-cart-form input[name="quantity"] {
		border: 1px solid var(--wc-secondary)!important;
		border-radius: 0px!important;
	}
	header .shop .main .column img {
		max-width: 250px!important;
	}
	.overview-price {
		font-size: 14px;
	}
	.guest .overview-top {
		min-height: 0px!important;
	}
	.overview-top {
		min-height: 345px;
	}
	.overview-top .product-image {
		position: relative;
		min-height: 175px;
		object-fit: contain;
		max-height: 175px;
		width: 100%;
	}
}
.overview-price .discount-badge {
	position: absolute;
    bottom: 94px;
    right: 5px;
    background: var(--accent);
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px;
}
.single-badges {
	justify-content: right;
}
.single-badges .discount-badge {
    background: var(--accent);
    color: white;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 600;
    border-radius: 5px;
}
.single-badges .product-badge {
	border-radius: 5px;
    margin-right: 10px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
}
.title-sku {
	min-height: 65px;
}
.overview-bottom {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	background: #f2f2f2;
	position: absolute;
    bottom: 0px;
    width: 100%;
}
.overview-bottom .d-flex, .overview-bottom .overview-price {
	padding-left: 10px;
}
.overview-bottom .overview-price {
	display: flex;
	flex: 1;
}
.overview-bottom .ha-button {
	display: flex;
    background: var(--secondary);
	border: 1px solid var(--secondary)!important;
    align-items: center;
    justify-content: right;
    width: fit-content;
    padding: 5px 5px 0px 5px;
   	border-radius: 0px;
    border-bottom-right-radius: 10px!important;
	margin-bottom: 0px;
    outline: 0;
}
.add-to-cart-form {
    display: flex;
    justify-content: right;
    flex: 1;
}
.add-to-cart-form input[name="quantity"]:focus {
    outline: 0;
}

.cart-count {
    position: absolute;
    right: 12px;
    top: -7px;
    width: 20px;
    height: 20px;
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff!important;
    font-size: 10px!important;
}

/* PRODUCT PAGE */
.entry-summary {
	background: #fff;
	padding: 20px;
	border: 1px solid #eaeaea;
}
.woocommerce-product-details__short-description {
	display: none;
	background: #fff;
    padding: 20px;
    border: 1px solid #eaeaea;
}
.title-border {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #eaeaea;
    background: #fff;
}
.title-border .product-title {
	padding: 13px 13px 13px 20px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}
.flex-viewport {
	background: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: 55px!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	border: 1px solid #eaeaea;
	border-top: 0px!important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 1px solid #eaeaea;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
.flex-control-nav {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.single_add_to_cart_button  {
	background: var(--accent)!important;
	height: 43px;
}
.woocommerce-product-gallery__wrapper {
	background: #fff;
}
.woocommerce .quantity .qty {
	width: 80px;
	outline: 0;
}
.product .related {
	clear: both;
}
.delivery-block {
	position: relative;
	display: flex;
	margin-bottom: 20px;
}
.delivery-block .delivery-day {
	position: absolute;
    left: 15px;
    top: 19px;
    font-weight: bold;
    font-size: 18px;
}
.delivery-block .day-month {
	position: relative;
	flex: 1;
}
.delivery-block .delivery-date, .delivery-block .delivery-month {
	font-size: 14px;
}
.variations th, .variations td {
	display: block;
	text-align: left;
	background: #fff!important;
}
.variations th.label {
	padding: 13px 13px 13px 20px;
    cursor: pointer;
    border: 1px solid #eaeaea!important;
}
.variations select {
	border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 0px;
    outline: 0;
}
.variations td {
	padding-top: 0px;
	padding-right: 0px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: var(--textcolor)!important;
}
.woocommerce div.product form.cart .reset_variations {
	position: absolute;
    right: 0px;
    bottom: -18px;
    color: #bd5454;
}
.variations th.label {
	padding: 7px 13px 7px 20px!important;
}
.label.selected:after {
	content: "";
    position: absolute;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLWNpcmNsZS1jaGVjayIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJyZ2IoMTEyLDIwNCwxMCkiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIj48L3BhdGg+CiAgPHBhdGggZD0iTTEyIDEybS05IDBhOSA5IDAgMSAwIDE4IDBhOSA5IDAgMSAwIC0xOCAwIj48L3BhdGg+CiAgPHBhdGggZD0iTTkgMTJsMiAybDQgLTQiPjwvcGF0aD4KPC9zdmc+);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 3px;
}
.badges {
	position: relative;
	justify-content: right;
	margin-top: 0px;   
	margin-bottom: 10px;
	z-index: 10;
}
.badges .discount-badge {
	background: var(--accent);
    color: #fff;
}
.badges .product-badge, .badges .discount-badge {
	border-radius: 5px;
    margin-right: 10px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 400;
}
/* .entry-summary .discount-badge {
	position: absolute;
    top: 0px;
    right: 20px;
    background: var(--accent);
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
} */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	content: none!important;
}
.variations tr {
	position: relative;
}





/* FROM PROMOSTUAFF ---------------------------------------------------------------- */
.promo-cats .dropdown-toggle {
    color: #333;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 235px;
    font-size: 15px;
    font-weight: 500;
}
.promo-cat a {
    font-size:15px;
}
.promo-cats .dropdown-toggle .fa-bars {
    margin-right:10px;
}
.promo-cat-container {
    width: 1166px;
    min-height: 371px;
    z-index: 100;
    background: #fff;
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 22px 30px;
    top: -16px;
}
.dropdown-menu {
    width:100%;
    border-top: 0px!important;
    margin-top: -3px!important;
}
.pull-left {
    float:left;
}
.pull-right {
    float:right!important;
}
.promo-cats.show a.dropdown-toggle {
    border: 1px solid #ccc;
    display: block;
    position: relative;
    z-index: 10001;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
    padding: 15px;
    margin-top: -15px;
    border-radius: 0px;
    margin-bottom: -15px;
}


/* LEFT MENU  */
.promo-head {
    background:#fff;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    border:1px solid #eaeaea;
    border-bottom:0px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    z-index: 10;
}
.list-group-item {
    font-size:14px;
    padding:10px 20px!important;
    color:#555;
    border-top-left-radius:0px!important;
    border-top-right-radius:0px!important;
    border: 1px solid #eaeaea!important;
    z-index: 10;
}
.promo-default {
    position:relative;
    z-index: 10;
}
.left-menu-container {
    width: 97.4%;
    left: 14px!important;
    height: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding:20px;
    z-index: 10;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-success {
    background-color: #5cb85c;
}
.dark-overlay {
    opacity:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: 1;
    pointer-events:none;
}
.left-menu-container a, .promo-cat-container a {
    font-size:14px;
    display:inline-block;
    color:#555;
}
.left-menu-container li, .promo-cat-container li {
    list-style:none;
}
.cat-title h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    color: #333;
    margin: 0 0 5px;
}
.left-menu-container ul, .promo-cat-container ul {
    padding:0px;
}
.left-menu-container .cat-title, .promo-cat-container .cat-title {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.woocommerce .woocommerce-result-count {
	margin-top: 7px!important;
}
/* PRODUCT PAGE */
.woocommerce .woocommerce-breadcrumb {
    margin:auto!important;
    margin-bottom:10px!important;
}
.single-product .content-area {
    padding:10px 0px;
}
.flex-viewport {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.title-border {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border:1px solid #eaeaea;
    background:#fff;
}
.product-title {
    padding:13px 13px 13px 20px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}
.flex-control-thumbs {
    border:1px solid #eaeaea;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top:0px;
    background:#fff;
}
.flex-control-thumbs img {
    border:1px solid #bbb;
}
.summary-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 20px;
}
.discount {
    color:green;
    font-weight:bold;
}
.panel li {
    cursor:pointer;
}
.promo-pricing .cart > .quantity, .promo-pricing  .single_variation_wrap > .quantity {
    display: none!important;
}
.list-group-item.active {
    z-index: 1;
    color: #000!important;
    background-color: #f3f3f3!important;
    border-color: #eaeaea!important;
}
.panel .panel-heading {
    padding: 13px 13px 13px 20px;
    cursor:pointer;
    border:1px solid #eaeaea;
}
.panel .panel-success {
    color: #3c763d!important;
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important;
}
.panel-body {
    padding: 10px;
}
.panel-delivery {
    padding: 13px 13px 13px 20px;
    border:1px solid #eaeaea;
    border-top:0px!important;
    margin-bottom:20px;
}
.title {
    color:#000;
}
.panel.active {
    border: 1px solid #ddd;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
    z-index: 2;
    border-radius: 4px!important;
    margin: -2px;
}
.ajax-loader { 
    width:100%; 
    margin:0 auto;
    position:relative;
    padding:5px;
  }
.ajax-loader .loaderBar { 
    display:none;
    position:absolute;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    background:#ec0064; 
    width:0;
    animation:borealisBar 2s linear infinite;
}
@keyframes borealisBar {
    0% {
        left:0%;
        right:100%;
        width:0%;
    }
    10% {
        left:0%;
        right:75%;
        width:25%;
    }
    90% {
        right:0%;
        left:75%;
        width:25%;
    }
    100% {
        left:100%;
        right:0%;
        width:0%;
    }
}
/* .variations, .woocommerce-variation {
    display:none!important;
} */
/* .woocommerce-variation-add-to-cart > .quantity {
    display:none!important;
} */
.woocommerce div.product form.cart .variations label {
	color: var(--textcolor);
}
.cart_item .quantity .qty {
    background:white;
    border:0px;
}
.no-padding {
    list-style:none;
    padding:0px!important;
}
.free-label {
    font-weight:bold;
    color:green;
}
.option-price {
    color:#3c763d!important;
}
.panel[data-type="totals"] .panel-body {
    position:relative;
}
.delivery-day {
    position: absolute;
    left: 7.5px;
    top: 11px;
    font-weight: bold;
    font-size: 22px;
}
.fa-calendar {
    font-size: 44px;
}
.delivery-month {
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}
.delivery-date {
    font-size: 14px;
}
.panel-delivery ul {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom:0px;
}
.calendar {
    display: flex;
    align-items: center;
    padding-left:0px!important;
}
#collapse5 {
    font-size: 16px;
    color: #555;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-right: 1px solid #eaeaea!important;
    border-left: 1px solid #eaeaea!important;
    border-bottom: 1px solid #eaeaea!important;
    z-index: 10;
}
.promo-pricing .single_add_to_cart_button {
    background-color:var(--accent)!important;
    font-size: 14px!important;
    font-weight: 500!important;
    padding: 20px 50px!important;
    border-color:#4cae4c!important;

}
.promo-pricing .single_add_to_cart_button:hover {
    background-color:#449d44!important;
    border-color:#4cae4c!important;
}
.product_meta {
    display:none;
}
/* .woocommerce-cart, .woocommerce-checkout {
    background:#fafafa;
} */
.cart-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom:0px;
}
.cart-panel:first-child .panel-title {
    border:1px solid #eaeaea;
    border-bottom:0px!important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.woocommerce-cart .cart-panel .panel-title {
    border-bottom: 0px!important;
}
.cart-panel .panel-title {
    border:1px solid #eaeaea;
}
.cart-panel .panel-title a {
    color:var(--textcolor)!important;
    font-size:13px;
}
.cart-panel:first-child .panel-details {
    border:1px solid #eaeaea;
    border-top:0px!important;
    border-bottom:0px!important;
}
.cart-panel .panel-details {
    border:1px solid #eaeaea;
    border-top:0px!important;
}
.cart-panel:last-child .panel-details {
    border:1px solid #eaeaea;
    border-top:0px!important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.no-pad-right {
    padding:0px!important;
}
.cart-panel .variation, .cart-panel b, .cart-panel .cart-totals {
    font-size:13px;
    margin-bottom: -3px;
}
.cart-panel p {
    margin-bottom:0px;
}
.cart-panel .quantity {
    display:inline;
}
.cart-panel .qty {
    border: 0px;
    font-size: 13px;
    text-align:left;
    background: white;
    margin-left: 0px;
    text-align: left!important;
    padding-left: 0px!important;
}
.cart-totals .amount {
    margin-left: 5px;
}
.woocommerce-cart span, .woocommerce a {
    font-size: 15px;
}
.cart-panel dt, .cart-panel dd, .cart-panel span.space {
    display: inline-block;
    width:48%;
    margin-bottom:0px;
}
.cart-panel .delete-cart:hover svg {
    stroke:red;
}
.cart-panel .cart-totals {
    margin-top:-5px;
}
.cart-panel img {
    width:75px;
}
.panel-header.items {
    border-bottom:0px!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.totals {
    border-radius:4px;
}
.panel-header {
    margin: 0px;
    background: white;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.totals .panel-details ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0px;
}
.totals .panel-body {
    padding:0px 15px!important;
}
.woocommerce a.button.alt {
    padding:15px 30px;
    display:inline-block!important;
    width:auto;
    font-size:16px!important;
    font-weight:500;
    background-color:var(--accent)!important;
}
.wc-proceed-to-checkout {
    border-right:1px solid #eaeaea;
    padding:1em 15px 0px 15px!important;
}
#product_details span, #product_details p {
    font-size: 13px!important;
}
.woocommerce-cart .woocommerce-cart-form a {
    color: var(--textcolor);
}
.woocommerce-cart .woocommerce-cart-form  a {
	font-weight: 400!important;
}
.coupon {
	margin: 15px 0px;
}
.coupon > .button {
	margin-top: 10px!important;
}
.cart_totals a {
    color: var(--textcolor);
}
dt {
    font-weight: 400!important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: #fff!important;
}
.shop_table, table td, table th {
    border:0px;
}
.shop_table tfoot td {
    border-left: 1px solid rgba(0,0,0, .1);
}
.shop_table tbody, td, tfoot, th, thead, tr {
    background: #fff!important;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea {
    border: 1px solid #eaeaea;
}
.extra-details-order {
    margin-top: 40px;
}
.woocommerce table.shop_table {
    border-top: 0px!important;
    border-radius: 0px!important;
}
/* Progress bar */
.progresses {
    position: relative;
    max-width: 70%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.progresses ul {
    list-style: none;
    /* border: 1px solid red; */
    padding: 0;
}

.progresses ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    z-index: 200;
    position: relative;
}

.progresses ul li.blue {
    color: var(--accent);
    background-color: var(--accent);
}

.progresses ul li::after {
    position: absolute;
    top: 35px;
    left: -15px;
    font-size: 0.8rem;
    width: 90px;
}

#step-1::after {
    content: "Warenkorb";
}

#step-2::after {
    content: "Abrechnungsdaten";
    left: -16px;
}

#step-3::after {
    content: "Bestätigung";
}

.progresses .progress {
    height: 0.8rem;
    width: 100%;
    top: 33px;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.progress-bar {
    background-color: var(--accent)!important;
}
.woocommerce-shop .columns-4 a, .columns-4 > li > a {
	display: flex;
    align-items: center;
    gap: 4%;
}

.variation-select select {
	border: 1px solid var(--primary)!important;
 	outline: 0!important;
    border: 0px;
    border-left: 0px!important;
	border: 0px!important;
}
.woocommerce-page .woocommerce {
	max-width: 1340px;
	margin: 0 auto;
	padding: 20px 0px;
}
.woocommerce-MyAccount-navigation-link {
	list-style-type: none;
}
.woocommerce-account form a {
	color: var(--textcolor)!important;
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 0px;
}
.menu > li > .sub-menu {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
fieldset {
	padding: 0px;
}
.woocommerce-Button {
	background: var(--primary)!important;
}
.count {
	display: none;
}
@media screen and (max-width: 992px) {
	.header-delivery {
		display: none!important;
	}
	.progresses {
		max-width: 92%!important;
	}
	.progresses .d-flex {
		flex-direction: row!important;
	}
}
.wc-tabs {
	display: none; 
}
.wc-tab h2, .related h2 {
	font-size: 16px!important;
	font-weight: bold;
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 0px;
}
.woocommerce table.shop_attributes th {
	padding-left: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 50px 0px 20px 0px!important;
}
.woocommerce table.shop_attributes {
	border: 1px solid #eaeaea;
    border-top: 0px;
    margin-top: 0px;
}
.woocommerce-message {
	border-top-color: var(--accent)!important;
}
.woocommerce-message::before {
	color: var(--accent)!important;
}
.woocommerce-account .col2-set .col-2, .woocommerce-account .col2-set .col-2 {
	display: none;
}
.woocommerce-account .col2-set .col-2, .woocommerce-account .col2-set .col-1 {
	width: 100%!important;
}
.woocommerce-account form.register {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	width: 100%;
  	gap: 2%;
}
@media screen and (min-width:767px) {
	.woocommerce-account .register .form-row {
		width: 49%;
	}
	.woocommerce-account #billing_address_1_field, .woocommerce-account #billing_postcode_field, .woocommerce-account #billing_city_field {
		width: 32%!important;
	}
}
@media screen and (max-width:767px) {
	.woocommerce-account .register .form-row {
		width: 100%;
	}
	.woocommerce-account #billing_address_1_field, .woocommerce-account #billing_postcode_field, .woocommerce-account #billing_city_field {
		width: 100%!important;
	}
}
.woocommerce-account .register .woocommerce form .form-row input {
	width: 100%;
}
.woocommerce-account .sign-in-hogenkamp {
	width: 100%;
}
.woocommerce-order-received a {
	color: var(--textcolor);
}
.vanaf {
	font-size:12px;
	font-weight:400;
}
.full-w .delivery-date a, .full-w .contact-us {
	font-size: 13px!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: var(--footertopbg)!important;
}
.woocommerce-checkout #payment div.payment_box {
	background: rgb(240 240 245)!important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
	background: var(--accent)!important;
	height: 43px;
	border-radius: 3px!important;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid rgb(240 240 245)!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
	border-top-color: transparent!important;
}
@media screen and (min-width:992px) {
	.contact-block {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: baseline;
		width: 48%;
		margin-left: 2%;
		padding: 20px;
		float: right;
		margin-top: 50px;
		border: 1px solid rgb(199 199 209);
	}
	.contact-block h4 {
		font-size: 20px!important;
		font-weight: 600;
		margin-bottom: 0px;
	}
	.contact-block span {
		margin-bottom: 20px;
	}
	.contact-block img {
		position: absolute;
		right: 30px;
		height: 200px;
		width: 200px;
		bottom: 0px;
		object-fit: contain;
	}
	.contact-block ul {
		padding-left: 0px;
	}
	.select-size {
		width: 52%;
		padding-left: 10px;
		padding-bottom: 9px;
		padding-top: 6px;
		border: 1px solid #d7d7d7;
		border-right: 0px;
		margin-bottom: 5px;
		background: #fff;
	}
	.variation-select { 
		display: flex;
		width: 48%;
		border: 1px solid #d7d7d7;
		border-right: 0px!important;
		border-radius: 0px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width:992px) {
	.contact-block {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: baseline;
		width: 100%;
		margin-left: 2%;
		padding: 20px;
		float: right;
		margin: 30px 0px;
		border: 1px solid rgb(199 199 209);
	}
	.contact-block h4 {
		font-size: 20px!important;
		font-weight: 600;
		margin-bottom: 0px;
	}
	.contact-block span {
		margin-bottom: 20px;
	}
	.contact-block img {
		position: absolute;
		right: 30px;
		height: 200px;
		width: 200px;
		bottom: 0px;
		object-fit: contain;
	}
	.contact-block ul {
		padding-left: 0px;
	}
	.select-size {
		display: none;
	}
	.variation-select { 
		display: flex;
		width: 100%;
	}
	.header-delivery {
		display: none!important;
	}
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	font-family: 'Signika';
	font-size: 15px;
}
button[name="update_cart"] {
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}

.select-size span {
	font-size: 12px;
}
.variation-select select {
	text-transform: uppercase!important;
}
.contact-icon img {
	margin-top: -50px;
    height: 150px;
	z-index: 10;
}
.wp-block-column {
	max-width: 1470px;
    margin: 0 auto!important;
}
.footer-top a {
	font-size: 14px!important;
}
@media screen and (min-width:1300px) and (max-width:1500px) {
	#primary {
		padding: 0px 15px;
	}
}
@media screen and (max-width:992px ) {
	.title-border .product-title {
		font-size: 16px!important;
	}
	.contact-block .d-flex {
		flex-direction: row!important;
		align-items: center!important;
	}
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb {
	font-size: 13px!important;
	font-family: 'Signika';
	color: var(--textcolor)!important;
}

.offerte-form {
	cursor: pointer;
}
.chevron-transform {
	transform: rotate(180deg);
	transition: ease-in-out all 0.2s;
}
.home .woocommerce-products-header__title {
	display: none;
}
@media screen and (max-width:992px) {
	.columns {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.new-img img {
		max-width: 100px;
	}
	.columns h3 {
		font-size: 18px;
	}
	.columns p {
		font-size: 14px;
	}
	.lb-button {
		position: absolute;
		left: 20px;
		bottom: 20px;
		font-size: 13px;
		background: #fff;
		color: #000;
		padding: 8px 20px 8px 20px;
		border-radius: 5px;
	}
}
@media screen and (min-width:992px) {
	.columns {
		display: grid;
		grid-template-columns: 50% auto;
		gap: 50px
	}
	.new-img img {
		max-width: 200px;
		margin-bottom: -30px;
		margin-top: -30px;
		margin-right: -50px;
	}
	.lb-button {
		position: absolute;
		left: 20px;
		bottom: 20px;
		background: #fff;
		color: #000;
		padding: 8px 20px 8px 20px;
		border-radius: 5px;
	}
}
.columns > div {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.lightblue-bg {
	background-color: #0058AC;
    background-image: url(/wp-content/uploads/2024/02/info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.darkblue-bg {
	background-color: #232D41;
    background-image: url(/wp-content/uploads/2024/02/info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
#mc_embed_signup {
	background-color: #F8F8F8;
    background-image: url(/wp-content/uploads/2024/02/info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
#mc_embed_signup h3, #mc_embed_signup p {
	color: var(--textcolor);
}
#mce-EMAIL {
	width: 45%;
	float: left;
	outline: 0px;
}
#mc-embedded-subscribe {
	background: var(--secondary);
	color: #fff;
	border: 1px solid var(--secondary);
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	height: 41px;
	outline: 0px;
}
#mc_embed_signup div.mce_inline_error {
	clear: both;
	width: 45%;
}
.news-container {
	padding-bottom: 50px;
	max-width: 1000px;
	margin: 0 auto;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float:none !important;
}
@media screen and (max-width:400px) {
	.content-block {
		margin-bottom: 40px;
	}
}
#product-addons-total {
	display: none;
}
.grecaptcha-badge {
	display: none;
}
.product-category:has(a[aria-label="Productcategorie bekijken Eigen tekst"]), .product-category:has(a[aria-label="Productcategorie bekijken Relatiegeschenken"]) {
	display: none!important;
}
#order_review .woocommerce-shipping-totals {
	display: none;
}
.wc-pao-addon-heading {
	font-size: 25px;
}
.wc-pao-addon-description {
	font-size: 14px;
}
.wc-pao-addon-file-upload {
	font-size: 14px;
}
.new-label {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background: var(--red);
	color: white;
	font-size: 11px;
	border-radius: 20px;
}
.new-products-label {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background: var(--accent);
	color: white;
	font-size: 11px;
	border-radius: 20px;
}
/* NEWS ITEMS */
@media screen and (min-width:1024px) {
	.news-items {
		display: grid;
		grid-template-columns: repeat(4, minmax(200px, 1fr));
		gap: 20px;
	}
}
@media screen and (max-width:1024px) {
	.news-items {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 20px;
	}
}
.news-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 2px solid var(--e-global-color-secondary);
	border-radius: 5px;
	background: var(--e-global-color-secondary);
}
.news-item > div {
	padding: 15px;
}
.news-img {
	width: 100%;
    object-fit: cover;
	background: #fff;
    max-height: 250px;
}
.news-item .cat-text {
	display: block;
	font-size: 12px;
	color: var(--e-global-color-primary);
    font-family: 'Signika';
    font-weight: 400;
}
.news-item .news-title {
	display: block;
	font-size: 20px;
	color: var(--e-global-color-primary);
    font-family: 'Signika';
    font-weight: 400;
}
.news-item .posted {
	display: block;
	font-size: 12px;
	color: var(--e-global-color-text);
    font-family: 'Signika';
    font-weight: 400;
}

.topbar-right a {
	color: #333;
    font-size: 12px;
    margin-left: 10px;
}
.topbar-right {
	float: right;
	margin-top: -32px;
}
@media screen and (min-width:767px) {
	header:not(.home header) {
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	header {
		margin-bottom: 35px;
	}
}
.woocommerce-account .woocommerce a {
	color: var(--textcolor)!important;
}

/* SHOP OVERVIEW (SIDEBAR) */
@media screen and (min-width:1024px) {
	.tax-product_cat .products-overview {
		display: flex;
		gap: 20px;
	}
	.tax-product_cat .shop-sidebar {
		width: 20%;
	}
	.tax-product_cat .products-overview > .full-container {
		width: 80%;
	}
}
@media screen and (max-width:1024px) {
	.tax-product_cat .products-overview {
		display: flex;
		flex-direction: column;
	}
	.tax-product_cat .shop-sidebar {
		width: 100%;
	}
	.tax-product_cat .products-overview > .full-container {
		width: 100%;
	}
}
.tax-product_cat .shop-sidebar a {
	color: #000!important;
}
.woocommerce-checkout .shop-menu, .woocommerce-checkout .topbar, .woocommerce-checkout .footer-middle.top, .woocommerce-checkout .search {
	display: none;
}