/*!
Theme Name: FenJ
Theme URI: https://www.fenj.nl/
Author: FenJ
Author URI: https://www.fenj.nl/
Description: Description
Version: 1.3.0
Text Domain: team-FenJ
Tags: custom-menu, woocommerce, custom-widget, elementor
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	width: 100%;
	max-width: 1640px;
	padding: 0 20px;
	margin: auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.5em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	align-self: end;
}

.main-navigation ul {
	list-style: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.custom-logo-link:focus {
	outline: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* header */

.site-header {
	z-index: 100;
	position: relative;
	line-height: 1;
	background: #fff;
}

#main-header-wrapper {
	background: #fff;
	width: 100%;
	position: relative; 
    transition: transform 0.3s ease-in-out;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1080px) {
	#main-header-wrapper.sticky-menu {
		transition: all 0.3s ease-in-out;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9;
	}
}

.main-header {
	display: flex;
	max-width: 1640px;
	margin: auto;
	padding: 0 20px;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pre-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1640px;
	margin: auto;
	padding: 0 20px;
	flex-wrap: wrap;
}

.pre-header p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
}

.pre-header .menu{
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px;
	list-style: none;
	line-height: normal;
}

.pre-header .menu a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

.pre-header .menu a:focus {
	outline: 0;
}

.pre-header-wrapper {
	padding: 5px 0;
	background: #061944;
  	color: #fff;
}

.pre-header-right {
	display: flex;
}

@media screen and (max-width: 1080px) {
	.pre-header-right {
		display: none;
	}
}

.pre-header-left {
	display: flex;
}

.pre-header-left .wp-block-group__inner-container {
	display: flex;
}

.pre-header .wp-block-media-text{
	display: flex;
	gap: 8px;
	align-items: center;
}

.pre-header .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.pre-header .wp-block-media-text figure {
	margin: 0;
}

.pre-header .wp-block-media-text figure img {
  max-height: 21px;
  margin-bottom: -2px;
  margin-top: -2px;
}


.pre-header .wp-block-media-text a, .pre-header .wp-block-media-text p {
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
}

.right-menu {
	display: flex;
	align-self: center;
	gap: 30px;
	padding: 10px 0;
	align-items: center;
}

.left-menu {
	display: flex;
	gap: 30px;
	padding: 0;
	align-items: center;
}

@media screen and (max-width: 1080px) {
	.left-menu {
		padding: 10px 0;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
/* custom menu css */
/* /////////////////////////////////////////////////////////////////////////// */

#site-navigation a {
	text-decoration: none;
	font-weight: 400;
}

#site-navigation a:hover {
	color: #061944;
}

.site-branding {
	padding: 15px 0;
}

.site-branding img {
	width: 90px;
}

#site-navigation a:focus {
	outline: 0;
}

/* Normal menu start */

.primary-menu > .dropdown-menu > .first-submenu {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    max-height: 800px;
    transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
    transform-origin: top center;
    transform: scaleY(0);
    z-index: 9999;
	margin: 0;
	padding: 0;
	background: #fff;
	transition-delay: 0.1s;
}

.primary-menu > .dropdown-menu:hover > .first-submenu {
    transform: scaleY(1);
}

.primary-menu > .dropdown-menu > .first-submenu > .sub-menu-wrapper {
	padding: 10px 15px;
	min-width: 180px;
}

/* Mega menu start */

.primary-menu .sub-menu-wrapper {
	padding-bottom: 30px;
	padding-top: 30px;
}

.primary-menu .sub-menu-wrapper a{
	padding: 5px 0;
	width: 100%;
  	display: block;
}

.primary-menu .megamenu > .sub-menu {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
    transform-origin: top center;
    transform: scaleY(0);
    z-index: 9999;
	margin: 0;
	padding: 0;
	background: #fff;
	transition-delay: 0.1s;
	min-height: 200px;
}

.primary-menu .megamenu:hover > .sub-menu {
    transform: scaleY(1);
}

.primary-menu .megamenu > .sub-menu .sub-menu-wrapper {
	transform: translateY(-10px);
	transition: transform 0.2s,opacity 0.2s;
	transition-delay: 0;
	opacity: 0;
}

.primary-menu .megamenu:hover > .sub-menu .sub-menu-wrapper {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.2s;
	transition: transform 0.2s easy, opacity 0.2s;
}

.primary-menu .megamenu .sub-menu-wrapper {
	display: flex;
	flex-direction: row;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	flex-wrap: wrap;
}

@media screen and (max-width: 1640px) {
	.primary-menu .megamenu .sub-menu-wrapper {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.primary-menu .megamenu .sub-menu-wrapper .sub-menu{
	display: flex;
	flex-direction: column;
}

.primary-menu .megamenu .sub-menu-wrapper > .menu-item-has-children {
	flex-basis: 20%;
	margin-bottom: 40px;
}

.primary-menu .megamenu .sub-menu-wrapper > .menu-image {
	flex-basis: 20%;
}

.primary-menu .megamenu .image-title {
	display: none;
}

.hidden-menu-item > .main {
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

.primary-menu .megamenu.mega-slide .sub-menu-wrapper {
	flex-wrap: nowrap;
} 

.primary-menu .megamenu.mega-slide .sub-menu-wrapper > .menu-item-has-children {
	margin-bottom: 0;
}

.primary-menu .megamenu.mega-slide .sub-menu-wrapper {
	flex-direction: column;
}

@media screen and (min-width: 1281px) {
	.primary-menu .sub-menu-wrapper .display-none > .main {
		display: none;
	}
}

.primary-menu > li > a { 
	padding: 50px 20px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}

.primary-menu > li > a:hover {
	color: #061944;
}

.sub-menu-wrapper .main {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sub-menu-wrapper .sub {
	font-size: 16px;
}


.main-navigation ul {
	display: flex;
	padding: 0;
	margin: 0;
}

#overlay-background {
	position: fixed;
	pointer-events: none;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(5px);
	opacity: 0;
	z-index: 10;
	transition: opacity 0.5s ease-in-out;
}

#overlay-background.active {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

#cart-overlay-background {
	position: fixed;
	pointer-events: none;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	opacity: 0;
	z-index: 10;
	transition: opacity 0.5s ease-in-out;
}

#cart-overlay-background.active {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
/* mega menu end */

/* mobile menu start */

#mobile-menu-wrapper {
	position: fixed;
	overflow-x: hidden;
	top: 0;
	right: 0;
	height: 100vh;
	background-color: #fff;
	width: 320px;
	transform: translateX(320px);
	transition: transform .25s;
	z-index: 999;
}

.mobile-menu-active #mobile-menu-wrapper {
	transform: translateX(0);
}

#mobile-menu {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 320px;
	height: 100vh;
	transform: translateX(0);
	transition: transform .25s;
	margin: 0;
	padding: 80px 40px 40px 40px;
}

#mobile-menu.submenu-slide {
	transform: translateX(-320px);
}

.mobile-menu-widgets ul {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 20px;
}

.sub-menu-m {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 320px;
	height: 100vh;
	transform: translateX(320px);
	transition: transform .25s;
	margin: 0;
	padding: 80px 40px 40px 40px;
	z-index: 0;
}

.submenu-active > .sub-menu-m {
	transition: transform .25s;
	z-index: 9;
}

.submenu-active > .sub-menu-m.submenu-slide  {
	transition: transform .25s;
	z-index: 9;
	transform: translateX(0);
}

#mobile-navigation button.mobile-menu-button {
	background-color: #fff;
	border: 0;
	padding: 10px 0;
}

#mobile-navigation button.pre-link {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #000;
	border: 0;
}

#mobile-navigation button div {
	height: 3px;
	width: 30px;
	background: #000;
	margin: 8px 0;
}

#mobile-navigation a{
	text-decoration: none;
	font-weight: 400;
	display: block;
}

.mobile-nav {
	padding: 0;
	margin: 0;
}

#mobile-navigation ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#mobile-navigation .menu-image {
	display: none;
}

#m-overlay {
	position: fixed;
	pointer-events: none;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(5px);
	opacity: 0;
	z-index: 101;
	transition: opacity 0.5s ease-in-out;
}

body.mobile-menu-active {
	overflow: hidden;
}

.mobile-menu-active #m-overlay {
	pointer-events: auto;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.close-mobile-menu {
	color: #000;
	position: absolute;
	right: 15px;
	top: 5px;
	display: block;
	z-index: 999;
	font-size: 35px;
	cursor: pointer;
	padding: 5px;
}

.back_button_class:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	width: 20px;
	height: 100%;
	background: url(/wp-content/themes/team-fenj/assets/images/left-arrow.svg) no-repeat center center;
	background-size: contain;
}

.back_button_class {
	display: block;
	position: relative;
	padding-left: 25px;
	font-weight: 600;
	font-size: 16px;
}

.menu-item .pre-link {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	text-align: left;
	color: #000;
}

#mobile-navigation a {
	font-weight: 400;
	font-size: 20px;
	color: #464646;
}

.menu-item .pre-link:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url(/wp-content/themes/team-fenj/assets/images/right-arrow.svg) no-repeat center center;
	background-size: contain;
}

.menu-title {
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

#mobile-navigation .menu-title a {
	color: #000;
}

/* display none the #site-navigation on table and lower and display  the #mobile-navigation */

@media screen and (min-width: 1081px) {
	#mobile-navigation {
		display: none;
	}
	.mobile-search {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	#site-navigation {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	.search-widget {
		display: none;
	}

	.mobile-search .search-widget {
		display: block;
	}

	.main-header {
		flex-wrap: inherit;
	}

	.site-branding img {
		width: 70px;
	}

	.site-branding {
		padding: 0;
	}

	.right-menu {
		gap: 15px;
		margin-right: 5px;
	}

	#cart-count {
		top: -2px;
		left: 14px;
		font-size: 11px;
		line-height: 17px;
		width: 18px;
		height: 18px;
	}

	.main-header {
		align-items: center;
	}

	.left-menu {
		gap: 5px;
	}

	.pre-header {
		justify-content: center;
	}
	
	.pre-header-wrapper p{
		font-size: 14px;
	}
}

/* zoeken desktop voor aws plugin */

.aws-search-result .aws_result_title {
	font-size: 16px;
	color: #061944;
}

.aws-search-result .aws_result_excerpt {
	font-size: 14px;
	margin: 5px 0;
}

.aws-search-result .aws_result_price {
	font-size: 14px;
}

.aws-search-result .aws_result_link {
	padding: 10px 12px;
}

/* mobile menu end */

/* header layout-2 */

.layout-2-nav #site-navigation > div {
	max-width: 1640px;
	padding: 0 20px;
	margin: auto;
}

.layout-2-nav .main-header > div{
	flex: 1;
}

.layout-2-nav .site-branding {
	text-align: center;
}

.layout-2-nav .right-menu {
	justify-content: end;
}

/* header layout-3 */

.layout-3-nav #site-navigation > div {
	max-width: 1640px;
	padding: 0 20px;
	margin: auto;
}

.layout-3-nav .main-header > div{
	flex: 1;
}

.layout-3-nav .site-branding {
	text-align: center;
}

.layout-3-nav .right-menu {
	justify-content: end;
}


/* header layout-4 */

.layout-4-nav #site-navigation > div {
	max-width: 1640px;
	padding: 0 20px;
	margin: auto;
}

.layout-4-nav .main-header > div{
	flex: 1;
}

.layout-4-nav .right-menu {
	justify-content: end;
}

/* slide-menu-items */

.slide-menu > .sub-menu {
    white-space: nowrap;
    position: absolute;
    left: 20%;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.1s ease, opacity 0ms linear 0s; /* Only scale transition initially */
    transform-origin: left center;
    width: 20%;
    padding-top: 30px;
    padding-left: 35px;
    opacity: 0; /* Initially hidden */
}

.slide-menu:hover > .sub-menu {
    transform: scaleX(1);
    opacity: 1; /* Instant visibility */
    transition: transform 0.1s ease, opacity 0.1s linear 0s; /* Separate opacity transition */
}
.categories.slide-menu > .sub-menu{
	left: 100%;
	top: 0;
	width: 100%;
	padding-left: 35px;
}

.slide-menu .slide-menu > .sub-menu{
	left: 100%;
	top: 0;
	width: 100%;
	padding-left: 35px;
}


.slide-menu .m-products {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	transform: scaleX(0);
	transition: none;
	transform-origin: left;
	padding-top: 30px;
	padding-left: 35px;
}

.sub-menu > .menu-item:hover > .m-products {
	transform: scaleX(1);
	transition: transform 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s;
}

.slide-menu > a:after {
	margin-left: 12px;
	content: " ";
  	display: inline-block;
	content: " ";
	background: url(/wp-content/themes/team-fenj/assets/images/right-arrow.svg) no-repeat center center;
	padding: 5px;
	height: 10px;
}

.slide-menu .menu-item-has-children > a:after {
	margin-left: 12px;
	content: " ";
  	display: inline-block;
	content: " ";
	background: url(/wp-content/themes/team-fenj/assets/images/right-arrow.svg) no-repeat center center;
	padding: 5px;
	height: 10px;
}

.slide-menu .sub-menu{
	min-height: 370px;
}

.primary-menu  .ndpmi > a{
	display: none;
}

.primary-menu  .sld .menu-item{
	width: 100vw;
}


/* overlay start */

.wc-block-components-drawer__screen-overlay {
	background-color: rgba(0, 0, 0, 0.5); 
	backdrop-filter: blur(5px);
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
	animation-duration: 1s;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* End of menu css */
/* /////////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////////// */
/* Footer css */
/* /////////////////////////////////////////////////////////////////////////// */


.site-footer {
	background: #061944;
	color: #fff;
	width: 100%;
	position: relative;
	display: inline-block;
	margin-top: 50px;
}

.site-footer .pre-footer-start {
	display: flex;
	max-width: 1640px;
	padding: 10px 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
}

.site-footer .pre-footer-start p {
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0;
	line-height: normal;
}

.site-footer .footer-wrapper {
	display: flex;
	max-width: 1640px;
	margin: auto;
	padding: 80px 20px;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
	.site-footer .footer-wrapper {
		justify-content: normal;
	}
	
}

.site-footer .footer-widget p {
	margin: 0;
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
}

.site-footer .footer-widget p a{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}

.site-footer .footer-widget-title {
	font-size: 25px;
	margin-bottom: 20px;
	line-height: normal;
}

.site-footer p.footer-widget-title {
	margin-bottom: 20px;
	font-size: 25px;
}

@media screen and (max-width: 768px) {
	.site-footer p.footer-widget-title {
		font-size: 20px;
	}

	.site-footer .footer-widget p, .site-footer .footer-widget p a {
		font: 16px;
	}
}

.site-footer .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.site-footer .menu-item {
	list-style-type: none;
}

.site-footer .menu-item a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}

.site-info {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 10px;
	color: #BA9173;
	line-height: 1;
	font-size: 11px;
}

footer .site-info a {
	text-decoration: none;
	font-weight: 400;
	color: #BA9173;
}

.pre-footer-end {
	display: flex;
	max-width: 1640px;
	margin: auto;
	padding: 30px 20px;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.pre-footer-end p{
	margin: 0;
}

.pre-footer-end figure{
	margin: 0;
}

.before-footer-end {
	z-index: 1;
}

.footer-wrapper .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.footer-wrapper .wp-block-media-text figure {
	margin: 0;
}

.footer-wrapper .wp-block-media-text figure img {
  max-height: 21px;
  margin-bottom: -2px;
  margin-top: -2px;
}

.footer-wrapper .wp-block-media-text {
	display: flex;
	gap: 15px;
}


.footer-wrapper .wp-block-media-text a, .footer-wrapper .wp-block-media-text p {
	text-decoration: none;
}

/* @media 1080px and lower */

@media screen and (max-width: 1080px) {
	.footer-widget {
		min-width: 25%;
	}

	.site-footer .footer-wrapper { 
		gap: 60px;
	}

	.site-footer .footer-wrapper {
		padding: 20px;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
/* End of footer css */
/* /////////////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////////// */
/* WOOCOMMERCE css */
/* /////////////////////////////////////////////////////////////////////////// */

.woocommerce button.button{
	margin-bottom: 0;
	background: #061944;
	border-radius: 0;
	padding: 15px;
	font-weight: 600;
	transition: 0.3s;
	border: 1px solid #061944;
	color: #fff;
}

.woocommerce button.button:hover {
	background: #fff;
	color: #061944;
	border: 1px solid #061944;
}

.woocommerce table.my_account_orders .button {
	padding: 15px;
	background: #000;
	border-radius: 0;
	font-weight: 600;
	transition: 0.3s;
	border: 1px solid #000;
	color: #fff;
}

.woocommerce table.my_account_orders .button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

/* cart button */

.search-widget button.wc-block-mini-cart__button  {
	background: transparent;
  	color: #000;
	cursor: pointer;
	font-size: 1rem;
}

.wc-block-mini-cart__icon {
	height: 3em;
	width: 3em;
	font-size: 1em;
}

/* search */ 

.aws-container {
	min-width: 300px;
	margin: 10px 0;
}

.aws-container .aws-search-form .aws-form-btn {
	background: transparent;
	color: #000;
	border: 0;
}

.aws-container .aws-search-form .aws-form-btn:hover {
	background: transparent;
}

/* customer block */

.wp-block-woocommerce-customer-account a {
	display: flex;
  	flex-direction: column;
	text-decoration: none;
}

.wp-block-woocommerce-customer-account {
	width: 90px;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	height: 3em;
	width: 3em;
}

.wp-block-woocommerce-customer-account a:hover span {
	text-decoration: none;
}

.wp-block-woocommerce-customer-account a:focus {
	outline: 0;
}

.wp-block-woocommerce-customer-account span {
	font-size: 14px;
	font-weight: 400;
}

/* badge css */

.badge {
	position: absolute;
	bottom: 2px;
	right: 0;
	padding: 5px 14px;
	font-size: 14px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.badge {
		font-size: 12px;
		padding: 3px 9px;
	}
}

.sale-badge {
	background: #189B00;
	color: #fff;
}

.new-badge {
	background: #000;
	color: #fff;
}

.sold-out-badge {
	background: #C40000;
	color: #fff;
}

.badge + .badge {
	top: 35px;
	background: #C40000;
	color: #fff;
}

/* Product archive css */

.woocommerce ul.products li.product .price, .cart-item-price, .woocommerce div.product p.price {
	color: #000;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	display: flex;
  	gap: 15px;
	margin-top: 3px;
}

@media screen and (max-width: 768px) {
	.woocommerce ul.products li.product .price {
		font-size: 16px;
	}
}

@media screen and (max-width: 468px) {
	.woocommerce ul.products li.product .price {
		flex-direction: column;
		gap: 0;
		line-height: 1.2;
	}

	.woocommerce ul.products li.product .price del {
		width: fit-content;
	}
}

.cart-item-price ins {
	background: transparent;
}

.woocommerce ul.products li.product .price del, .cart-item-price del , .woocommerce div.product p.price del{
	text-decoration: none;
	position: relative;
	color: #C40000;
	font-weight: bold;
	opacity: 1;
}

.woocommerce ul.products li.product .price del:after, .cart-item-price del:after , .woocommerce div.product p.price del:after {
	content: " ";
	width: 100%;
	background: #C40000;
	position: absolute;
	top: calc(50% - 3px);
	height: 3px;
	left: 0;
	/* rotate this 30 degree*/
	transform: rotate(-10deg);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 20px;
	color: #121212;
	padding-bottom: 5px;
	font-weight: 600;
}

.image-container img:nth-of-type(2) {
    opacity: 0 !important;
    position: absolute;
    top: 0;
}

.image-container:hover img {
    opacity: 0 !important;
}

.image-container:hover img:nth-of-type(2) {
    opacity: 1 !important;
}

.image-container {
    position: relative;
	margin-bottom: 5px;
}

.image-container, .image-container-nh  {
    display: flex;
    align-content: center;
    overflow: hidden;
	position: relative;
}

.image-container img:nth-of-type(2) {
	height: 100% !important;
}

.woocommerce ul.products li.product a {
	position: relative;
	display: block;
	width: 100%;
}

.woocommerce ul.products li.product a img {
	margin: 0;
}

.description-text {
	font-size: 18px;
	max-width: 80%;
	font-weight: 400;
	margin-top: 7px;
	margin-bottom: 10px;
}

@media	screen and (max-width: 768px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
	}

	.description-text {
		font-size: 14px;
	}
}

.woocommerce-pagination {
	margin-bottom: 40px;
	padding-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #EDEDED;
	color: #061944;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 14px;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
		font-size: 16px;
		padding: 7px 11px;
	}
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #EDEDED;
	color: #061944;
}

/* single product css */

#back-to-last-category {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #061944;
	padding: 17px;
	transition: 0.3s;
	position: relative;
	display: block;
	width: max-content;
	text-decoration: none;
	border: 1px solid #061944;
	line-height: 1;
	margin-bottom: 20px;
}

#back-to-last-category:hover {
	background: #fff;
	color: #061944;
	border: 1px solid #061944;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 1;
}

.woocommerce div.product form.cart .variations label {
	color: #000;
}

.woocommerce div.product .product_title {
	font-size: 40px;
	color: #000;
}

.merk {
	color: #000;
	font-size: 18px;
}

.woocommerce-variation-add-to-cart {
	display: flex;
}

.single_add_to_cart_button {
	width: 100%;
}

.woocommerce-variation-availability {
	display: flex;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled {
	background: #061944;
}

.stock  {
	margin: 0 0 15px 0;
}

/* color options */

.color-text {
	font-size: 18px;
	padding-bottom: 2px;
	color: #000;
	display: flex;
	gap: 5px;
}

.color-options-wrapper {
	display: flex;
	gap: 10px;
	padding-bottom: 40px;
	transition: 0.3s;
	flex-wrap: wrap;
}

.color-options-wrapper .color-option-detail-container {
	width: 5rem;
	text-align: center;
}

.color-options-wrapper .color-option-detail-container img{
	border: 1px solid #ccc;
}

.color-options-wrapper .active .color-option-detail-container img{
	border: 1px solid #061944;
}

.color-options-wrapper .color-option-detail-container img:hover {
	border: 1px solid #12244d;
}

.color-options-wrapper .color-option img {
	height: 100%;
	object-fit: contain;
}

/* product tabs */

.woocommerce .product .summary div.woocommerce-tabs {
	padding: 0;
}

.tabs-content .short-description-content , #tab-description .tabs-content-inner {
	background: #F6F5F6;
	padding: 15px 20px;
}

.tabs-content h2{
	display: none;
}

.tabs .tabs-content{
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}

.tabs .expanded .tabs-content{
	max-height: 1000px; /* Adjust this value to fit your content */
	transition: max-height 0.5s ease-in-out;
}

.tabs .tabs-content p {
	margin: 0;
}

.tab-toggle {
	padding: 10px 0;
	border-bottom: 1px solid #cacaca;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.tab-toggle::after {
	content: "\25BC";
	font-size: 10px;
	color: #cacaca;
	float: right;
	margin-top: 7px;
	transition: 0.5s;
	margin-right: 20px;
}

.expanded .tab-toggle::after {
	content: "\25BC";
	transition: 0.5s;
	transform: rotate(180deg);
}

.summary .usp_slider_container{
	background: #F6F5F6;
	padding: 10px 20px;
}

.usp_slider_container {
	max-width: 100%;
	overflow: hidden;
	line-height: normal;
}

.woocommerce-tabs .payment-titel {
	margin-top: 10px;
}

.inclusief-btw {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 400;
	color: #a5a5a5;
}

.woocommerce div.product .tabs-content .shop_attributes th {
	background-color: #F6F5F6;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	font-weight: 500;
	text-transform: none;
	color: #000;
	text-align: left;
}

.woocommerce div.product .tabs-content .shop_attributes td {
	background-color: transparent;
	border-bottom: 1px solid #e1e1e1;
	font-style: normal;
	color: #000;
}

.woocommerce div.product .tabs-content .shop_attributes {
	border: 1px solid #e1e1e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(225, 225, 225);
	border-bottom: none;
	border-collapse: collapse;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td p {
	padding: 10px 15px;
}

.short-description-content {
	padding-top: 10px;
}

.short-description-content .widget {
	margin-bottom: 0;
}

.short-description-content .widget p{
	margin-bottom: 0;
}

.single-product .flex-direction-nav {
	display: block;
}

#order_review .product-total {
	min-width: 80px;
}

.cart-collaterals .cart-total-discount th {
	border-bottom: 1px solid #e9e6ed;
}

.cart-collaterals .cart-total-discount td {
	border-bottom: 1px solid #e9e6ed;
}

#order_review .product-total span{
	margin-bottom: auto;
}

.related {
	margin-bottom: 90px;
	width: 100%;
	display: inline-block;
}

.related h2 {
	margin: 40px 0 0 0;
}

/* woocommerce tabs under*/ 

.woocommerce div.product .wc-tabs-wrapper {
	margin-bottom: 80px;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs {
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	width: 100%;
	background-color: transparent;
	border-right: none;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs li {
	border-radius: 0;
	margin: 0;
	padding: 0 20px 15px;
	border: none;
	background-color: transparent;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs li a {
	padding: 0;
	font-size: 19px;
    font-weight: 400;
	color: #999;
	transition: 0.5s;
	line-height: 1;
	background-color: transparent;
	border-bottom: none;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs li a:before {
	display: none;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs li a:hover {
	color: #999;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs li.active a {
	color: #000;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs li:before, 
.woocommerce div.product .wc-tabs-wrapper ul.tabs li:after {
	display: none;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs:before {
	display: none;
}

.woocommerce div.product .wc-tabs-wrapper ul.tabs .tl-wc-tab {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	padding: 0;
	z-index: 10;
}

.woocommerce div.product .wc-tabs-wrapper .panel {
	margin: 0;
	padding: 0;
	color: #666;
}

.woocommerce div.product .wc-tabs-wrapper .panel:after {
	display: block;
	content: "";
	clear: both;
}

.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--additional_information > h2 {
	display: none;
}

.woocommerce div.product .wc-tabs-wrapper .panel table {
	width: 100%;
	border: none;
}

.woocommerce div.product .wc-tabs-wrapper .panel table th,
.woocommerce div.product .wc-tabs-wrapper .panel table td {
	padding: 5px 20px;
	border: none;
}

.woocommerce div.product .wc-tabs-wrapper .panel table th {
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}

.woocommerce div.product .wc-tabs-wrapper .panel table.un-table th {
	background-color: #f2f2f2;
	border-bottom: none;
}

.woocommerce div.product .wc-tabs-wrapper .panel .shop_attributes {
	border: 1px solid #e1e1e1;
	border-bottom: none;
    margin-top: 5px;
}

.woocommerce div.product .wc-tabs-wrapper .panel .shop_attributes th {
	background-color: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	font-weight: 500;
	text-transform: none;
	color: #000;
    text-align: left;
}

.woocommerce div.product .wc-tabs-wrapper .panel .shop_attributes td {
	background-color: transparent;
	border-bottom: 1px solid #e1e1e1;
	font-style: normal;
	color: #000;
}

.woocommerce ul.tabs {
	text-align: left;
}

.woocommerce ul.tabs li a {
	font-size: 19px;
}

.woocommerce ul.tabs li:first-child {
	padding-left: 0 !important;
}

.woocommerce div.product .wc-tabs-wrapper .panel .shop_attributes th {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.woocommerce div.product .wc-tabs-wrapper .panel .shop_attributes td {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    font-style: normal;
    color: #000;
}

table {
    border-collapse: collapse;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #000;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}
.woocommerce div.product div.images {
	margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.woocommerce div.product div.images {
		margin-bottom: 20px;
	}
}

/* woocomemrce tabs under end */

/* variant selectie */

.variant-dropdown {
    position: relative;
    display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.variant-dropdown .options {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
	overflow: hidden;
	transition: transform 0.3s ease;
	transform-origin: top center;
	transform: scaleY(0);
}

.variant-dropdown.open .options {
	transition: transform 0.3s ease;
	transform: scaleY(1);
}

.selected-option {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 13px 20px;
    cursor: pointer;
    text-align: left;
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #000;
}

.selected-option span {
	float: right;
	background: #002DA7;
	color: #fff;
	padding: 5px 14px;
	margin: -5px 39px -5px -5px;
}

.selected-option::after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	width: 20px;
	height: 100%;
	background: url(/wp-content/themes/team-fenj/assets/images/down-arrow.svg) no-repeat center center;
	background-size: contain;
	transition: 0.3s;
}

.variant-dropdown.open .selected-option::after {
	transform: rotate(180deg);
	transition: 0.3s;
}

.variant-dropdown .options li {
    padding: 13px 13px 13px 21px;
	font-size: 18px;
	cursor: pointer;
	color: #000;
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.variant-dropdown .options li span{
	float: right;
	background: #002DA7;
	color: #fff;
	padding: 8px 10px;
	margin: -8px;
}

.variant-dropdown .options li:hover {
    background: #f0f0f0;
}

/* wishlist icon */

.wishlist-icon {
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-decoration: none;
	outline: none;
	height: 50px;
	justify-content: space-between;
}

.wishlist-icon img {
	max-width: 30px;
	margin: auto;
}

.wishlist-icon svg {
	max-width: 30px;
	margin: auto;
}

.wishlist-icon span{
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

@media screen and (max-width: 1080px) {
	.wishlist-icon span {
		display: none;
	}
}

.wishlist-icon-wrapper {
	text-align: center;
}

/* login icon */

.login-icon {
	display: flex;
	height: 35px;
	width: 35px;
}

.login-icon svg {
	max-width: 30px;
	margin: auto;
}

.login-icon span{
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

@media screen and (max-width: 1080px) {
	.login-icon span {
		display: none;
	}
}

.login-icon-wrapper {
	text-align: center;
}

/* cart */

.cart-icon {
	display: flex;
	height: 35px;
	width: 35px;
	position: relative;
}

.cart-icon svg {
	max-width: 30px;
	margin: auto;
	width: 100%;
}


#cart-count {
	border: 1px solid #0041BC;
	color: #fff;
	position: absolute;
	top: 4px;
	left: 23px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 50%;
	min-width: 18px;
	padding: 0 0px;
	line-height: 20px;
	background: #0041BC;
	opacity: 1;
	text-align: center;
	width: 22px;
	height: 22px;
}

@media screen and (max-width: 1080px) {
	#cart-count {
		top: -2px;
		left: 19px;
		font-size: 11px;
		width: 18px;
		height: 18px;
		line-height: 15px;
	}
}

.cart-item-name {
	margin-top: 15px;
	font-size: 18px;
	color: #717171;
}

.cart-item-size {
	margin-top: 0;
	font-size: 18px;
	color: #717171;
}

.cart-item-price {
	margin-top: 15px;
}

#cart-count:empty {
	opacity: 0;
}

#cart-overlay {
	position: fixed;
	top: 0;
	right: 0;
	padding: 20px;
	background: #fff;
  	transform: translateY(0);
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	pointer-events: none;
	z-index: 999;
}

@media screen and (max-width: 768px) {
	#cart-overlay {
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		transform: translateY(0%);
		z-index: 999;
		position: fixed;
	}
}

.cart-message-text {
	font-size: 18px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.cart-message-text span {
	background: #0041BC;
	color: #fff;
	border-radius: 50%;
	font-size: 10px;
	transform: rotate(42deg);
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 12px;
}

#close-cart-overlay {
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 30px;
	padding: 5px;
	cursor: pointer;
	color: #000;
}

#cart-overlay.active {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	pointer-events: auto;
}

.cart-buttons {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.cart-buttons a{
	padding: 5px 20px;
	border: 1px solid #ccc;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	#cart-overlay .cart-buttons a {
		width: 50%;
		text-align: center;
		padding: 10px 5px;
		font-size: 18px;
	}
}

.coupon_wrapper {
	float: left;
	margin-bottom: 20px;
}

.toggle_coupon_btn {
	text-align: center;
	padding: 15px;
	border: 1px solid #ccc;
	cursor: pointer;
}

#coupon_code_block {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-in-out;
}

#coupon_code_block.active {
	max-height: 500px;
  	transition: max-height 0.3s ease-in-out;
}

#coupon_code {
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 8px 15px;
}

.apply_coupon_button {
	background: #0041BC;
	border: 1px solid #0041BC;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	transition: 0.3s;
	padding: 10px;
}

.woocommerce-message::before {
	display: none;
}

.woocommerce-error::before {
	display: none;
}

.woocommerce-info::before {
	display: none;
}

.woocommerce-info {
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
}

.woocommerce-NoticeGroup {
	width: 100%;
}

.woocommerce-error {
	background: #b81c23;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: normal;
}

.woocommerce-error a.wc-forward {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	transition: 0.3s;
}

.woocommerce-error a.wc-forward:hover {
	background: #000;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	transition: 0.3s;
}

.woocommerce-message {
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

.woocommerce a.button.wc-backward {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 0;
}

.return-to-shop {
	margin-top: 0;
}

.woocommerce button.hidden_cart_button {
	display: none;
}

.apply_coupon_button:hover {
	background: #fff;
	color: #0041BC;
	border: 1px solid #0041BC;
}

.coupon_inner {
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (min-width: 1080px) {
	.col-md-5 {
		width: 41.66666667%;
		float: left;
	}
	.col-md-7 {
		width: 58.33333333%;
		float: left;
		padding-left: 20px;
	}
}

.col-coupon {
	display: flex;
	flex-direction: column;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	padding: 15px 0;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 75px;
}

.woocommerce-cart table.cart .product-thumbnail {
	width: 100px;
}

@media screen and (max-width: 768px) {
	.woocommerce-cart table.cart .product-thumbnail {
		width: auto;
	}
	
}

.woocommerce-cart table.cart .product-thumbnail a{
	display: flex;
	align-items: center;
}

.woocommerce a.remove {
	margin: 5px;
}

.woocommerce .quantity .qty {
  	color: #000;
	border-radius: 0;
}

.product-subtotal, .product-subtotal {
	text-align: right;
}

.product-quantity div, .product-quantity a {
	float: left;
}

.product-name a{
	text-decoration: none;
}

.product-price .cart-sale-price{
	display: flex;
	flex-direction: column;
}

.woocommerce table.shop_table td del{
	text-decoration: none;
	position: relative;
	color: #C40000;
	opacity: 1;
	width: fit-content;
}

.woocommerce table.shop_table td del:after {
	content: " ";
	width: 100%;
	background: #C40000;
	position: absolute;
	top: calc(50%);
	height: 1px;
	left: 0;
	transform: rotate(-10deg);
}

.deliver-time {
	padding: 15px 20px;
	border: 1px solid #f6f6f6;
	background: #f6f6f6;
	color: #000;
	display: flex;
  	justify-content: space-between;
	font-weight: 400;
}

.deliver-time img {
	max-height: 40px;
}

.deliver-time-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.shipping_notes {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.deliver-time p {
	margin: 0;
}

.payment-options {
	padding: 15px 20px;
	border: 1px solid #f6f6f6;
	background: #f6f6f6;
	margin-top: 20px;
	color: #000;
	display: flex;
  	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}

.payment-wrapper {
	display: flex;
	gap: 10px;
}

.payment-wrapper img {
	max-height: 40px;
}

.usp-sliders-cart {
	padding: 12px 20px;
	border: 1px solid #f6f6f6;
	background: #f6f6f6;
	margin-bottom: 20px;
}

.cart_totals {
	padding: 15px 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.cart_totals h2 {
	margin: 0;
}

.cart_totals table.shop_table th {
	padding: 15px 0;
}

.cart_totals table.shop_table td {
	text-align: right;
}

.cart_totals table.shop_table .woocommerce-shipping-totals td {
	text-align: left;
	border-top: 0;
	width: 100%;
}


.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
#place_order {
	margin-bottom: 0;
	background: #0041BC;
	border-radius: 0;
	padding: 15px;
	font-weight: 600;
	transition: 0.3s;
	border: 1px solid #0041BC;
	color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin-bottom: 0;
	border-radius: 0;
	padding: 15px;
	font-weight: 600;
	transition: 0.3s;
	background: #061944;
	border: 1px solid #061944;
	color: #fff;
}

.woocommerce form .form-row label {
	font-size: 18px;
	color: #000;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce-account h2{
	font-size: 34px;
	text-align: center;
}

.woocommerce-ResetPassword p {
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 3px;
}

.woocommerce-ResetPassword  {
	padding: 20px;
	border: 1px solid #cfc8d8;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
#place_order:hover {
	background: #fff;
	color: #0041BC;
	border: 1px solid #0041BC;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background: #fff;
	color: #061944;
	border: 1px solid #061944;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
	font-size: 18px;
	color: #000;
}

.woocommerce table.shop_table {
	border: 0;
}

.attributes-mobile, .price-mobile{
	display: none;
}

@media screen and (max-width: 768px) {
	.attributes-mobile, .price-mobile{
		display: block;
	}
}

#ship-to-different-address label {
	color: #000;
}

.woocommerce-cart-form__cart-item .variation > dd p, .cart_item .variation > dd p {
	margin: 0;
}

/* mobiel checkout */
@media screen and (max-width: 768px) { 
	.woocommerce table.shop_table td {
		border-top: 0;
	}

	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}

	.woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 10px;
		padding: 20px 0;
	}

	.woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item + tr.woocommerce-cart-form__cart-item { 
		border-top: 1px solid #ccc;
	}
	  
	.product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 2;
	}
	  
	.product-name,
	.product-price,
	.product-quantity,
	.product-attributes,
	.product-subtotal {
		grid-column: 2;
	}

	.product-thumbnail:before, 
	.product-price:before,
	.product-name:before,
	.product-quantity:before,
	.woocommerce table.shop_table_responsive tr td.product-attributes {
		display: none;
	}

	.woocommerce-cart-form table.shop_table_responsive .product-subtotal:before {
		float: inherit;
	}

	.woocommerce-cart-form table.shop_table th, .woocommerce-cart-form table.shop_table td {
		padding: 0;
	}

	.woocommerce-cart-form table.shop_table_responsive tr td, .woocommerce-cart-form table.shop_table_responsive tr td {
		text-align: left !important;
	}

	.woocommerce-cart-form table.shop_table_responsive tr td.product-subtotal {
		text-align: right !important;
	}

	.woocommerce-page table.cart td.actions button.hidden_cart_button {
		display: none;
	}
	.col-coupon {
		margin-top: 20px;
	}
	.woocommerce ul#shipping_method {
		float: left;
		width: 100%;
		margin-top: 5px;
	}
	.woocommerce a.remove {
		margin: 5px 0;
		float: right;
	}

	.payment-options {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.usp_slider_container {
		line-height: normal;
		text-align: center;
		font-size: 15px;
	}
	.attributes-mobile {
		text-transform: uppercase;
	}
	.attributes-mobile span {
		color: #999;
		text-transform: none;
	}
	.price-mobile {
		color: #999;
		float: left;
		margin-right: 5px;
	}
}


/* my account */

.woocommerce-MyAccount-navigation li{
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation a{
	text-decoration: none;
	border: 1px solid #000;
	padding: 10px 15px;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	transition: 0.3s;
}

.woocommerce-MyAccount-navigation a:hover{
	text-decoration: none;
	border: 1px solid #000;
	background: #ddd1c2;
	color: #000;
	font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--customer-logout a{
	color: #fff;
	background: #061944;
	border: 1px solid #061944;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	color: #061944;
	background: #fff;
	border: 1px solid #061944;
}

.woocommerce-account .woocommerce-MyAccount-content address{
	font-style: normal;
}

.woocommerce-MyAccount-navigation .is-active {
	background: #ddd1c2;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: auto;
		flex: inherit;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		float: left;
		padding-left: 4%;
		flex: auto;
	}
	
	.woocommerce-account .woocommerce {
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce-account .woocommerce  .woocommerce-notices-wrapper {
		width: 100%;
	}
}


/* checkout */

.woocommerce table.shop_table {
	margin-bottom: 0;
}

#order_review table.shop_table td {
	border-top: 0;
}

@media only screen and (min-width: 1080px) {
	.entry-content .woocommerce-checkout > div{
		width: 50%;
		float: left;
	}

	.entry-content .woocommerce-checkout .woocommerce-NoticeGroup {
		width: 100%;
		float: left;
	}

	#customer_details {
		padding-right: 25px;
		margin-bottom: 20px;
	}

	#order_review {
		padding-left: 25px;
		margin-bottom: 20px;
	}
}

.woocommerce-privacy-policy-text p{
	margin: 0.5rem 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) tfoot, 
body.woocommerce-checkout:not(.woocommerce-order-received) tbody, 
body.woocommerce-checkout:not(.woocommerce-order-received) thead {
	display: inline-block;
	width: 100%;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th {
	text-align: left;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table .order-total {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr.order-total td.cart-deliver-time-wrapper {
	text-align: left;
	padding: 0;
	width: 100%;
}

#order_review table.shop_table td.cart-deliver-time-wrapper {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	background-color: #f6f6f6;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr.order-total th {
	padding: 15px 20px;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr.order-total td {
	padding: 15px 20px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-top: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table thead tr th {
    border-bottom: 2px solid #B2B2B2 !important;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot .cart-subtotal th, .woocommerce-checkout .woocommerce table.shop_table tfoot .cart-subtotal td {
	border-bottom: 2px solid #B2B2B2 !important;
	border-top: 2px solid #B2B2B2 !important;
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr.order-total {
	background-color: #e1e1e1;
}

.woocommerce-checkout table.shop_table td:last-child {
	text-align: right;
}

.woocommerce-checkout table.shop_table tr th:last-child {
	text-align: right;
}

.woocommerce-checkout .woocommerce table.shop_table thead tr th {
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr.order-total {
	padding: 0;
}

.woocommerce-checkout #payment {
	background: #f6f6f6;
	border-radius: 0;
	margin: 2px;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
}

.woocommerce-checkout #payment .place-order{
	background: #fff;
}

.woocommerce-checkout #payment div.payment_box {
	margin-bottom: 0;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 15px 20px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 16px;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
}

.woocommerce #shipping_method li {
	text-align: left;
}

.woocommerce-shipping-totals th {
	display: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 15px 20px;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: #e1e1e1;
}

.woocommerce-checkout #payment ul.payment_methods {
	border: 1px solid #ededed;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #e1e1e1
}

#payment .payment_methods li[class*="payment_method_pay_gateway"] .payment_box select{
	top: -5px;
}

.woocommerce ul#shipping_method li label {
	color: #000;
}

.woocommerce-checkout #payment ul.payment_methods {
	color: #000 !important;
}

/* gallery */

.woocommerce div.product div.images .flex-control-thumbs li {
	position: relative;
}

.woocommerce div.product div.images img {
	transition: 0.3s;
}

@media only screen and (min-width: 1081px) {

	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 100%; 
	}

	/* Mischien moet dit weg werkt niet super handig */

	.single-product .product-image-wrapper {
		position: relative;
		width: 48%;
		float: left;
	}

	.single-product .related .product-image-wrapper {
		width: 100%;
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		display: flex;
		flex-direction: row-reverse;
		gap: 20px;
		padding-left: 120px;
		min-height: 750px;
		width: 100%;
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery.single-image {
		padding-left: 0;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs {
		display: flex;
		flex-direction: column;
		gap: 20px;
		min-width: 100px;
	}
	
	.woocommerce-product-gallery__wrapper {
		width: 100%;
	}
	
	.flex-viewport {
		min-width: 100%;
	}	
}

@media only screen and (min-width: 769px) {
	.single-product .product-image-wrapper {
		position: relative;
		width: 48%;
		float: left;
	}

	.single-product .related .product-image-wrapper {
		width: 100%;
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100%;
	}
}

.pswp {
	transition: opacity 0.5s ease-in-out;
  	opacity: 0;
}

.pswp--open {
	transition: opacity 0.5s ease-in-out;
	backdrop-filter: blur(5px);
}

.pswp__bg {
	background-color: rgba(0, 0, 0, 0.7); 
	transition: opacity 0.5s ease-in-out;
}

.woocommerce-product-gallery__image {
	background-repeat: no-repeat;
	background-size: contain;
}

.woocommerce-product-gallery .badge {
	top: 10px;
	right: 0;
	bottom: auto;
	z-index: 1;
	pointer-events: none;
}

.woocommerce-product-gallery .badge + .badge {
	top: 45px;
}

.woocommerce-product-gallery .badge + .badge + style + .awdr_discount_bar{
	top: 80px;
}

.flex-control-nav::-webkit-scrollbar {
	width: 5px;
}

.flex-control-nav::-webkit-scrollbar-track {	
	box-shadow: inset 0 0 5px grey; 	border-radius: 0px;
}
 
.flex-control-nav::-webkit-scrollbar-thumb {	
	background: #EA7A00; 	border-radius: 0px;
}

.flex-control-nav::-webkit-scrollbar-thumb:hover {	
	background: #b30000; 
}

.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
	margin-top: 30px;
}

.before-checkout-form-wrapper {
	display: flex;
}

.woocommerce-form-login-wrapper, .woocommerce-form-coupon-wrapper {
	width: 50%;
}

.woocommerce-form-login-wrapper {
	padding-right: 25px;
}

.woocommerce-form-coupon-wrapper {
	padding-right: 25px;
}

.woocommerce-form-login-wrapper + .woocommerce-form-coupon-wrapper {
	padding-left: 25px;
	padding-right: 0;
}

@media screen and (max-width: 1080px) {
	.before-checkout-form-wrapper {
		flex-direction: column;
	}
	.woocommerce-form-login-wrapper, .woocommerce-form-coupon-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce-form-login-wrapper {
		display: none;
	}
	.woocommerce-form-coupon-wrapper {
		display: none;
	}
}

.woocommerce-checkout .checkout_coupon p {
    margin: 0;
    padding: 0;
}

.checkout_coupon #coupon_code {
    padding: 15px;
}

.woocommerce form.checkout_coupon .form-row-first {
  width: calc(100% - 224px);
}


/* mobile gallery css */

@media screen and (max-width: 1080px) {
	.woocommerce div.product div.images .flex-control-nav li img {
		width: 8px;
		border: 4px solid #dbdbdb;
		border-radius: 50px;
	}

	.woocommerce div.product div.images .flex-control-nav li img.flex-active {
		border-color: #000;
	}

	.woocommerce div.product div.images .flex-control-nav li {
		width: auto;
		margin-left: 5px;
		margin-right: 5px;
	}

	.woocommerce div.product div.images .flex-control-nav {
		display: flex;
		width: 100%;
		justify-content: center;
		padding-top: 20px;
	}
}

/* order details css */

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-table--order-details tr{
	display: flex;
	justify-content: space-between;
}

.woocommerce-table--order-details .wc-item-meta {
	padding: 0;
	margin: 0;
}

.woocommerce-order-overview {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.woocommerce-order-overview {
		flex-direction: column;
		gap: 10px;
	}
	.woocommerce ul.order_details li {
		border-right: 0;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
/* End of WOOCOMMERCE css */
/* /////////////////////////////////////////////////////////////////////////// */

/* rankmath css */
.rank-math-breadcrumb p{
	margin: 15px 0;
  	font-size: 16px;
  	color: #A5A5A5;
}

.rank-math-breadcrumb a{
	font-size: 16px;
  	color: #A5A5A5;
	text-decoration: none;
}

/* rankmath css end */

/* archive page css */

.page-title {
	font-size: 30px;
	font-style: italic;
	margin: 0;
	color: #000;
	line-height: initial;
}

.entry-content {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.woocommerce .woocommerce-ordering .orderby{
	background: #fff;
	padding: 2px 15px;
	font-size: 18px;
	border: 1px solid #707070;
}

/* End of archive page css */

/* search page css */
.search .content-area {
	min-height: 600px;
}

/* search page css end */

/* discount bar css from Discount Rules Core by Flycart */

.awdr_discount_bar {
	position: absolute;
	bottom: 2px;
	right: 0;
	padding: 5px 14px !important;
	font-size: 14px;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	.awdr_discount_bar {
		font-size: 12px !important;
		padding: 3px 9px !important;
	}
}

.woocommerce-product-gallery .awdr_discount_bar {
	top: 10px;
	right: 0;
	bottom: auto;
	z-index: 1;
	pointer-events: none;
}

/* discount bar end */

.payment-title {
	background: #f6f6f6;
	margin: 0px 2px -2px 2px;
	position: relative;
	display: block;
}

.woocommerce ul.products li.product a img {
	object-fit: contain;
	height: 100%;
}

/* social media blocks */

.wp-block-social-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* product filter */

.view-products {
    font-size: 14px;
    border: 1px solid #000;
    padding: 10px 12px;
    text-align: center;
    line-height: 1;
    color: #000;
    width: 100%;
	margin-top: 10px;
}

.cat-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  gap: 5%;
  margin-top: 30px;
  padding-top: 15px;
}

.cat-wrapper .wcpf-box-style .wcpf-box-list {
  margin-left: -3px;
  margin-right: -3px;
}

.wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
  margin: 3px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #AAA;
  height: 30px !important;
  line-height: 1 !important;
  border-radius: 0;
  width: auto !important;
  min-width: 55px;
}

.cat-wrapper .wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
	width: 40px;
	height: 40px;
	border-radius: 0;
	border: 0;
}

.cat-wrapper .wcpf-field-color-list .wcpf-color-list .wcpf-color-item.using-border {
	border: 1px solid #ccc;
}

.cat-wrapper .wcpf-field-color-list .wcpf-color-list .wcpf-color-item:hover {
	border: 1px solid #000;
}

.cat-wrapper .wcpf-field-color-list .wcpf-color-list .wcpf-color-item.using-border:hover {
	border: 1px solid #000;
}

.filter-button {
	display: none;
	cursor: pointer;
}

.close-filter {
	display: none;
}

@media only screen and (min-width: 1081px) {
	.cat-wrapper .product-archive-filter {
		width: 300px;
	}

	.cat-wrapper .folded .wcpf-content {
		display: block !important;
	}

	.cat-wrapper .wcpf-heading-label {
		pointer-events: none;
	}

	.view-products {
		display: none;
	}

	.wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
		display: none;
		opacity: 0;
	}
}

@media only screen and (max-width: 1080px) {
    .close-filter {
        color: #000;
        position: absolute;
        right: 15px;
        top: 5px;
        display: block;
        z-index: 999;
        font-size: 35px;
        cursor: pointer;
        padding: 5px;
        line-height: 1;
    }

    .cat-wrapper {
        flex-direction: column;
        margin-top: 70px;
    }

    .filter-block .desktop{
        display: none;
    }
    
    .product-archive-filter .wcpf-filter-inner {
        flex-direction: column;
    }
    
    #product-filter {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        height: 100vh;
        background-color: #fff;
        width: 100%;
        transform: translateY(100%);
        transition: transform 0.25s;
        z-index: 999;
    }
    
    .product-archive-filter {
        overflow-y: scroll;
        height: 100dvh;
        margin: 0;
    }
    
    .product-archive-filter .wcpf-filter {
        height: 100dvh;
    }
    
    .product-archive-filter .wcpf-filter .wcpf-filter-inner {
        height: 100dvh;
        padding-top: 60px;
    }
    
    .product-archive-filter .wcpf-display-price-label {
        margin-bottom: 30px;
    }

    .product-archive-filter .wcpf-button-action-reset {
        margin-left: 0;
    }
    
    .filter-active #product-filter {
        transform: translateY(0);
    }
    
    .filter-active #m-overlay{
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    
    body.filter-active {
        overflow: hidden;
    }

    .wcpf-more-button {
        margin-bottom:20px
    }

    .product-archive-filter .wcpf-field-item {
        margin: 0 30px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 0;
        background: transparent
    }

    .product-archive-filter .wcpf-filter-inner {
        gap:0
    }

    .wcpf-field-checkbox-list .wcpf-heading-label {
        padding:20px 0
    }

    .wcpf-field-item {
        padding: 0;
    }

    .wcpf-field-text-list .wcpf-heading-label, .wcpf-field-checkbox-list .wcpf-heading-label , .wcpf-field-box-list .wcpf-heading-label, .wcpf-field-color-list .wcpf-heading-label {
        padding: 20px 0;
    }

    .wcpf-field-price-slider .wcpf-price-slider {
        padding-top: 20px;
    }

    .filter-button {
        border: 1px solid #121212;
        display: flex;
        align-items: center;
        width: fit-content;
        color: #121212;
        padding: 7px 10px 7px 20px;
        font-size: 16px;
    }

	.cat-wrapper .filter-button {
        right: 0;
        top: -10px;
        position: absolute;
        right: 0;
        top: -40px;
    }

    .filter-button::after {
        content: url(/wp-content/themes/team-fenj/assets/images/filter.svg);
        margin-left: 25px;
        fill: #fff;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .woocommerce-products-header {
        min-width: auto;
    }

	.product-archive-filter .wcpf-field-button {
		position: fixed;
		margin-top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		border-top: 1px solid #e5e5e5;
		border-bottom: 0;
		display: flex;
		flex-direction: row;
		gap: 15px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		background: #fff;
		z-index: 10;
		margin-left: 0;
		margin-right: 0;
	}

	.product-archive-filter .wcpf-button-action-reset, .product-archive-filter .wcpf-button-action-filter {
		font-size: 18px;
		border: 1px solid #000;
		padding: 9px 16px;
		margin-top: -1px;
		cursor: pointer;
		height: 39px;
		background: transparent;
		color: #000;
	}

	.view-products {
		font-size: 18px;
		border: 1px solid #000;
		padding: 9px 16px;
		cursor: pointer;
		height: 39px;
		text-align: center;
		line-height: 1;
		color: #000;
		width: 100%;
		margin-top: -1px;
	}
}

/* seo wrapper */

.seo-wrapper {
	width: 100%;
}

.seo-wrapper .content {
	max-width: 1640px;
	margin: 0 auto;
	display: flex;
	gap: 100px;
	padding: 50px 20px;
}

.seo-wrapper .content .category-content {
	font-weight: 400;
	color: #121212;
	font-size: 18px;
}

.seo-wrapper .content .category-content h2 {
	font-weight: 500;
	color: #061944;
	font-size: 30px;
}

@media screen and (max-width: 1280px) {
	.seo-wrapper .content {
		flex-direction: column;
		padding: 0 20px 50px 20px;
		gap: 0;
	}
	
	.seo-wrapper .content .category-content {
		font-size: 16px;
	}
	
	.seo-wrapper .content .category-content h2 {
		font-size: 25px;
	}
}

/* seo wrapper end */

/* video css */
.mejs-controls {
  display: none !important;
}

.mejs-mediaelement {
	cursor: pointer;
}

.flex-control-nav li .i-video {
	width: 43px;
	height: 43px;
	background-color: #ddd;
	border: #ddd;
	font-size: 25px;
	line-height: 40px;
	box-shadow: 0px 0px 5px 1px #00000029;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: 0.3s;
}

@media screen and (max-width: 1080px) {
	.flex-control-nav li .i-video {
		display: none;
	}
}

.ion-play::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #b4b4b4;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.woocommerce div.product div.images .flex-control-thumbs li:hover .i-video {
	background-color: #fff;
	border-color: #fff;
}

.show .image-container {
  display: none !important;
}

.video-container {
  opacity: 0;
  height: 0;
  display: none;
}

.show .video-container {
  opacity: 1;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 4;
}

.toggle-video {
  height: 28px;
  width: 28px;
  border-radius: 50px;
  border: 2px solid black;
  display: block;
  z-index: 2;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 10px;
  cursor: pointer;
  transition: opacity 0.5s;
}

.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;
  position: absolute;
  top: 8px;
  left: 7px;
}

.show .toggle-video::before {
  content: " ";
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  transform: rotate(90deg);
  line-height: 0;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 8px;
}

.show .toggle-video:hover::before {
  border-color: #ad121f;
}

.video-container {
	width: 100%;
	margin-bottom: 5px;
}

.video-container video {
	position: relative;
	width: 100%;
}

/* video css end */

