/*
Theme Name: FenJ Child
Template: team-fenj
Author: F&J
Author URI: www.fenj.nl
Description: Child theme for the fenj theme
Version: 1.0.1
Text Domain: team-FenJ-child
*/

/* ================================
   FONTS
   ================================ */

@font-face {
    font-family: "NotoSans-FenJ";
    src: url('assets/fonts/NotoSans-VariableFont_wdth,wght.woff2') format('woff2');
    font-weight: 1 1000;
    font-stretch: 75% 125%;
    font-style: normal;
    -webkit-transform: translate3d(0,0,0);
}

@font-face {
    font-family: "NotoSans-FenJ-italic";
    src: url('assets/fonts/NotoSans-Italic-VariableFont_wdth,wght.woff2') format('woff2');
    font-weight: 1 1000;
    font-stretch: 75% 125%;
    font-style: italic;
    -webkit-transform: translate3d(0,0,0);
}

/* ================================
   BASE STYLES
   ================================ */

body {
    font-family: "NotoSans-FenJ";
    color: #000;
}

body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: "NotoSans-FenJ";
}

b, strong {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

li {
    font-family: "NotoSans-FenJ"; 
}

.hidden {
    display: none;
}

/* ================================
   HEADER STYLES
   ================================ */

/* Pre-header */
.pre-header-wrapper {
    padding: 10px 0;
    background: #CD5D15;
}

.pre-header {
    align-items: center;
}

.pre-header p {
    font-size: 16px !important;
}

.pre-header .menu {
    gap: 60px;
}

.pre-header-right .wp-block-image {
    height: 24px;
}

/* Main header */
.main-header {
    align-items: center;
}

.header-divider {
    border-bottom: 1px solid #c7c7c7;
    max-width: 1600px;
    margin: auto;
}

/* Site branding */
.site-branding img {
    width: 131px;
}

/* Navigation */
.main-navigation ul {
    justify-content: space-between;
}

#primary-menu {
    border-top: 1px solid #E8E8E8;
}

.menu-hoofdmenu-container > #primary-menu {
    border-top: 1px solid #D5D5D5;
}

.primary-menu > li > a {
    padding: 15px 50px;
    text-transform: inherit;
    font-size: 16px;
}

.primary-menu > li:first-child a {
    padding-left: 0;
}

.primary-menu > li:last-child a {
    padding-right: 0;
}

#site-navigation a:hover {
    color: #000;
}

#primary-menu a span:before {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #b35f30;
    content: "";
    transition: .35s;
}

#primary-menu a:hover span:before {
    width: 100%;
    left: 0;
    right: auto;
}

#primary-menu a span {
    display: block;
    position: relative;
    width: fit-content;
}

/* Mega menu */
.megamenu > a span:after {
    content: "";
    position: absolute;
    border: solid #CD5D15;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px 7px 2px 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 13px;
    margin-top: 1px;
    transition: 0.3s;
}

#primary-menu > .dropdown-menu > a span:after {
    content: "";
    position: absolute;
    border: solid #CD5D15;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px 7px 2px 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 13px;
    margin-top: 1px;
    transition: 0.3s;
}

.primary-menu .megamenu .sub-menu-wrapper > .categories {
    flex-basis: 20%;
    margin-bottom: 40px;
}

.menu-item.categories > .sub {
    font-size: 20px;
    margin-bottom: 10px;
}

.primary-menu .megamenu .categories .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.menu-item-object-product_cat.megamenu .menu-item-object-category .sub-menu > .menu-item-object-category a {
    padding: 8px 0;
    position: relative;
    display: block;
}

.primary-menu .sub-menu-wrapper a {
    padding: 8px 0;
}

/* Header icons */
.login-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-decoration: none;
    outline: none;
    height: 50px;
    justify-content: space-between;
    width: auto;
}

.login-icon img {
    width: 24px;
    height: 28px;
    margin: auto !important;
}

.login-icon span {
    font-size: 14px;
    color: #A3A3A3;
    font-weight: 400;
}

.cart-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-decoration: none;
    outline: none;
    height: 50px;
    justify-content: space-between;
    width: auto;
}

.cart-icon img {
    width: 30px;
    margin: auto;
}

.cart-icon span {
    font-size: 14px;
    color: #A3A3A3;
    font-weight: 400;
}

#cart-count {
    border: 1px solid #CD5D15;
    top: -9px;
    left: 48px;
    background: #CD5D15;
}

.right-menu {
    gap: 50px;
}

/* Mobile navigation */
#mobile-navigation a {
    color: #000;
}

/* ================================
   SEARCH FUNCTIONALITY
   ================================ */

.aws-container .aws-search-field {
    border: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

.aws-container .aws-search-form {
    border: 1px solid #D3D3D3;
    height: 40px;
    padding: 0 15px;
}

.aws-container .aws-search-form .aws-search-btn {
    margin-right: -10px !important;
}

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #A3A3A3;
}

.aws-container .aws-show-clear .aws-search-field {
    background: #fff;
}

.aws-search-result .aws_result_title {
    color: #000;
}

.aws-search-result .aws_search_more a {
    background: #B35F30;
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
}

.aws-search-result .aws_search_more a:hover {
    background: #000;
}

/* ================================
   PRODUCT LISTINGS & FILTERS
   ================================ */

/* Layout */
.cat-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    gap: 4%;
    margin-top: 30px;
    padding-top: 15px;
}

.products-wrapper {
    width: 100%;
}

/* Product results */
.woocommerce-result-count {
    color: #000;
    font-size: 15px;
    margin: 0 0 15px;
}

.woocommerce-result-count b {
    font-weight: 400;
}

.woocommerce .woocommerce-ordering {
    margin-top: -30px;
}

.orderby-label {
    margin-right: 12px;
    color: #121212;
    font-size: 18px;
    line-height: 2;
}

.woocommerce .woocommerce-ordering .orderby {
    padding: 4px 30px 4px 15px;
}

/* Product archive header */
.woocommerce-products-header {
    max-width: 70%;
    min-width: 650px;
}

.page-description h1 {
    font-size: 30px;
    color: #222222;
}

.page-description p, 
.page-description a {
    color: #000;
}

.page-title {
    font-style: normal;
}

/* Filters */
.product-archive-filter {
    width: 330px;
    min-width: 330px;
    margin-top: 38px;
}

.wcpf-field-item {
    background: #F2F2F2;
    padding: 20px;
}

.wcpf-field-button {
    padding: 0;
}

.wcpf-front-element {
    margin-bottom: 30px;
}

/* Filter headings */
.wcpf-field-color-list .wcpf-heading-label, 
.wcpf-field-text-list .wcpf-heading-label, 
.wcpf-field-box-list .wcpf-heading-label, 
.wcpf-field-checkbox-list .wcpf-heading-label, 
.wcpf-field-radio-list .wcpf-heading-label, 
.wcpf-field-drop-down-list .wcpf-heading-label, 
.wcpf-field-price-slider .wcpf-heading-label {
    text-transform: inherit;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
}

/* Box filters */
.wcpf-field-box-list .wcpf-box-list {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
    margin: 3px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 32px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #AAA;
    height: 30px !important;
    line-height: 1 !important;
    border-radius: 0;
    width: auto !important;
}

/* Checkbox filters */
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    border: 1px solid #AAA;
    background: #fff;
    border-radius: 0;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
    padding-left: 20px;
}

/* Color filters */
.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
    border-radius: 0;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-text {
    width: auto;
    height: auto;
    text-transform: capitalize;
    color: #121212;
}

.wcpf-field-color-list .wcpf-inner {
    max-height: 500px;
    overflow-y: scroll;
}

.color-box {
    display: flex;
    padding-bottom: 3px;
    gap: 10px;
}

/* Price slider */
.wcpf-field-price-slider .priceLabel .price-text {
    display: none;
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel {
    display: flex;
    justify-content: space-between;
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel span {
    color: #000;
}

.wcpf-field-price-slider .wcpf-price-slider .text {
    margin-bottom: 10px;
}

.wcpf-field-price-slider .wcpf-price-slider {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    margin-top: 0;
}

.wcpf-field-price-slider .ui-slider .ui-slider-range {
    background-color: #000;
}

.wcpf-field-price-slider .ui-slider-horizontal {
    height: 2px;
}

.wcpf-field-price-slider .ui-slider .ui-slider-handle {
    background-color: #000;
    top: -0.4em;
    border: 1px solid #000;
}

/* Filter buttons */
.wcpf-field-button .wcpf-button {
    padding: 15px 12px;
    border: 0;
    background: #F8F8F8;
    font-size: 18px;
    color: #2D2D2D;
    cursor: pointer;
    transition: 0.3s;
}

/* ================================
   WOOCOMMERCE PRODUCT STYLES
   ================================ */

/* General WooCommerce */
.woocommerce {
    font-family: "NotoSans-FenJ"; 
}

/* Product listings */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-bottom: 10px;
    font-size: 18px;
}

.woocommerce ul.products li.product .price {
    font-weight: bold;
}

.woocommerce ul.products li.product a img {
    transition: 0.3s;
}

/* Product badges */
.badge {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 14px;
    font-size: 14px;
    top: auto;
    left: auto;
    bottom: auto;
}

.new-badge {
    background: #1E9D06;
}

.sale-badge {
    background: #c00113;
}

.woocommerce-product-gallery .badge {
    top: 0;
}

.woocommerce-product-gallery .badge + .badge {
    top: 35px;
}

/* Single product page */
.woocommerce div.product .product_title {
    margin-top: 10px;
    font-size: 27px;
    font-family: "NotoSans-FenJ";
    font-weight: bold;
    color: #000;
}

.woocommerce div.product p.price {
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    display: flex;
    gap: 8px;
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce div.product .entry-summary p.price bdi {
    font-size: 30px;
    font-weight: bold;
}

.woocommerce div.product .entry-summary p.price ins {
    font-size: 30px;
    font-weight: bold;
}

.woocommerce div.product p.price ins {
    font-weight: 500;
}

.woocommerce div.product p.price:has(del) { 
    flex-direction: column;
    gap: 0;
}

.woocommerce div.product .elementor-widget-container p.price:has(del) { 
    flex-direction: row;
    gap: 0;
}

/* Pricing and discount styling */
.saving {
    font-size: 16px;
    color: #0A8800;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .price del, 
.cart-item-price del, 
.woocommerce div.product p.price del {
    position: relative;
    max-width: fit-content;
    font-size: 16px;
}

.woocommerce ul.products li.product .price del::after, 
.cart-item-price del::after, 
.woocommerce div.product p.price del::after {
    content: " ";
    width: 100%;
    position: absolute;
    top: calc(50% - 2px);
    height: 2px;
    left: 0;
    transform: rotate(0deg);
}

.single-product div.product .summary p.price del::after {
    top: calc(50% - -1px);
    height: 2px;
    left: 0;
    transform: rotate(0deg);
}

.single-product div.product .summary p.price del bdi {
    max-width: fit-content;
    font-size: 20px;
    font-weight: bold;
}

.woocommerce .elementor .price del bdi {
    color: #C40000;
    font-size: 16px;
}

.price br {
    height: 0;
    display: none !important;
}

/* Product images */
.image-container, 
.image-container-nh {
    aspect-ratio: 3 / 4;
    display: flex;
    align-content: center;
    overflow: hidden;
    box-shadow: 0px 3px 8px #00000029;
    position: relative;
}

.image-container img:nth-of-type(2) {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    height: 100% !important;
}

.image-container:hover img {
    opacity: 0 !important;
}

.image-container:hover img:nth-of-type(2) {
    opacity: 1 !important;
}

/* Single product images */
.single-image {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.flex-viewport {
    box-shadow: 0px 3px 8px #00000029;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    box-shadow: 0px 3px 8px #00000029;

}

.flex-control-thumbs li {
    padding: 3px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: -3px;
}

/* Product variations and swatches */
.variant-dropdown .options li {
    text-transform: uppercase;
    font-size: 18px;
}

.variant-dropdown .options li span {
    text-transform: initial;
}

.swatch-item.selected {
    border-color: #CD5D15;
    box-shadow: 0 0 0 1px #CD5D15;
    background: #CD5D15;
    color: #fff;
}

.color-options-wrapper {
    padding-bottom: 17px;
}

.color-options-wrapper .color-option img {
    width: 80px;
    height: 80px;
    box-shadow: 0px 3px 8px #00000029;
}

.color-options-wrapper .color-option-detail-container img {
    border: 0;
}

.color-options-wrapper .active .color-option-detail-container img {
    border: 1px solid #000;
}

.color-options-wrapper .color-option-detail-container img:hover {
    border: 1px solid #000;
}

.color-text, 
.variant-swatches .swatch-label {
    font-size: 16px;
    margin-bottom: 5px;
}

.color-text #current-color {
    font-weight: 400;
    text-transform: lowercase;
    font-family: "NotoSans-FenJ";
}

.color-text #current-color::first-letter {
    text-transform: uppercase;
}

/* Product description */
.woocommerce-product-details__short-description {
    color: #6F6F6F;
    font-size: 14px;
}

.woocommerce-product-details__short-description p {
    font-size: 14px;
}

.productnummer {
    display: none;
}

/* Stock status */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #000;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
}

/* Branding container */
.branding-logo-container {
    font-size: 18px;
    color: #121212;
    padding: 10px 0;
    font-weight: 400;
    font-family: "NotoSans-FenJ";
}

/* ================================
   BUTTONS & FORMS
   ================================ */

/* Add to cart buttons */
.woocommerce div.product form.cart div.quantity {
    display: none !important;
}

.woocommerce div.product form.cart .button {
    padding: 17px;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #008424;
    background: #008424;
    gap: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "NotoSans-FenJ";
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-enabled .button:hover {
    background: #ffffff;
    border: 1px solid #008424;
    color: #008424;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
}

.single_add_to_cart_button.disabled {
    pointer-events: none;
}

.woocommerce-variation-add-to-cart-disabled {
    cursor: not-allowed;
}

.add-to-cart-icon div:after {
    content: url('/wp-content/uploads/2024/05/bag-shopping-plus-w.svg');
    max-width: 30px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -7px;
}

/* General buttons */
.woocommerce button.button {
    background: #008424;
    border: 1px solid #008424;
    font-family: "NotoSans-FenJ";
    font-weight: 400;
    padding: 17px;
}

.woocommerce button.button:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

/* Cart and checkout buttons */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #008424;
    border: 1px solid #008424;
    font-size: 18px;
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

#place_order {
    background: #008424;
    border: 1px solid #008424;
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
}

#place_order:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

.apply_coupon_button {
    background: #008424;
    border: 1px solid #008424;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
}

.apply_coupon_button:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

/* Back button */
#back-to-last-category {
    background: #000;
    border: 1px solid #000;
    font-weight: 400;
    padding: 15px 20px;
    font-size: 15px;
}

#back-to-last-category:hover {
    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.back-button {
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 15px 20px;
    font-weight: 400;
    transition: 0.3s;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    font-family: "NotoSans-FenJ";
}

.back-button:hover {
    background: #fff;
    color: #000;
}

.back_button_class {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.terug-knop::before {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    margin-right: 15px;
}

.terug-knop:hover:before {
    border-color: #000;
}

/* Error buttons */
.woocommerce-error a.wc-forward {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
}

.woocommerce-error a.wc-forward:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

/* Login buttons */
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background: #008424;
    border: 1px solid #008424;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #008424;
    border: 1px solid #008424;
    color: #fff;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

/* Disabled button states */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
    background: #5D84E1;
}

/* Form elements */
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 {
    padding: 10px;
    border: 1px solid #aaa;
}

#coupon_code {
    padding: 12px;
}

.woocommerce form .form-row {
    padding: 3px 0; 
}

.woocommerce form .form-row label {
    font-size: 1rem;
}

.gform_required_legend {
    display: none;
}

@media screen and (max-width: 768px) {
    .woocommerce div.product p.price {
        font-size: 25px;
        line-height: 1;
    }
}

.woocommerce div.product .product_title {
    margin-top: 10px;
    font-size: 27px;
}

@media screen and (max-width: 1080px) {
    .woocommerce div.product .product_title {
        font-size: 24px;
        margin-top: 0;
    } 
}

#back-to-last-category {
    background: #000;
    border: 1px solid #000;
    font-weight: 400;
    padding: 15px 20px;
}

@media screen and (max-width: 768px) {
    #back-to-last-category {
        display: none;
    }
}

.woocommerce div.product form.cart div.quantity {
    display: none !important;
}

.woocommerce div.product form.cart .button {
    padding: 17px;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #008424;
    background: #008424;
    gap: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-enabled .button:hover {
    background: #ffffff;
    border: 1px solid #008424;
    color: #008424;
}

.productnummer {
    display: none;
}

.tab-toggle {
    padding: 15px 0;
}

.site-footer {
    background: #565047;
    margin-top: 300px;
}

@media screen and (max-width: 1080px) {
    .site-footer {
        margin-top: 200px;
    }

    .related {
        margin-bottom: 0;
    }
}

.site-info {
    color: #646464; 
}

@media screen and (min-width: 1080px) {
    .site-info {
        line-height: 1.3;
        font-size: 14px;
    }
    
}

.site-footer .footer-widget-title {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
}

.new-badge {
    background: #1E9D06;
}

.sale-badge {
    background: #c00113;
}

.woocommerce ul.products li.product a img {
    transition: 0.3s;
}

/* .woocommerce-product-gallery .flex-viewport {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
} */

/* .woocommerce div.product div.images .flex-control-thumbs li img {
	border: 1px solid #e1e1e1;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
} */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order, .apply_coupon_button, .woocommerce button.button {
    background: #000;
    border: 1px solid #000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, #place_order:hover, .apply_coupon_button:hover, .woocommerce button.button:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.single-product div.product .summary p.price del::after {
    top: calc(50% - -1px);
    height: 2px;
    left: 0;
    transform: rotate(0deg);
}

.woocommerce div.product .entry-summary p.price bdi {
  font-size: 30px;
  font-weight: bold;
}

.single-product div.product .summary p.price del bdi{
    max-width: fit-content;
    font-size: 20px;
    font-weight: bold;
}

.woocommerce ul.products li.product .price del, .cart-item-price del, .woocommerce div.product p.price del {
    position: relative;
    max-width: fit-content;
    font-size: 16px;
}

.woocommerce ul.products li.product .price del::after, 
.cart-item-price del::after, 
.woocommerce div.product p.price del::after {
    content: " ";
    width: 100%;
    position: absolute;
    top: calc(50% - 2px);
    height: 2px;
    left: 0;
    transform: rotate(0deg);
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
}

.related.products h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .related.products h2 {
        text-align: left;
        color: #000;
        font-size: 20px;
        font-weight: 400;
    }

    .related .products .product:nth-child(n+3) {
        display: none;
    }
}

.related.products h2.woocommerce-loop-product__title {
    text-align: left;
}

.pre-header .menu {
    gap: 60px;
}

.pre-header {
    align-items: center;
}

.wcpf-field-price-slider .priceLabel .price-text {
    display: none;
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel {
    display: flex;
    justify-content: space-between;
}

.wcpf-field-price-slider .wcpf-price-slider .text {
    margin-bottom: 10px;
}

.wcpf-field-price-slider .wcpf-price-slider {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    margin-top: 0;
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel span {
    color: #000;
}

.wcpf-field-price-slider .ui-slider .ui-slider-range {
    background-color: #000;
}

.wcpf-field-price-slider .ui-slider-horizontal {
    height: 2px;
}

.wcpf-field-price-slider .ui-slider .ui-slider-handle {
    background-color: #000;
    top: -0.4em;
    border: 1px solid #000;
}

.wcpf-field-button .wcpf-button {
    padding: 15px 12px;
    border: 0;
    background: #F8F8F8;
    font-size: 18px;
    color: #2D2D2D;
    cursor: pointer;
    transition: 0.3s;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #B35F30;
    padding: 10px 15px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
    background: #000;
}

.before-footer-start {
    width: 100%;
    margin-top: -180px;
    background: #CD5D15;
    padding: 50px 90px 50px 50px;
    border-radius: 30px 0px 0px 0px;
}

.before-footer-start .wp-block-buttons {
    margin-top: 30px;
}

.prefcontact a {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
    padding: 5px 20px;
    font-size: 15px;
}

.prefwinkel a {
    color: #ffffff;
    background-color: #CD5D15;
    border: 1px solid #fff;
    margin-left: 40px;
    transition: 0.3s;
    padding: 5px 20px;
    font-size: 15px;
}

.prefcontact a:hover {
    color: #CD5D15;
    background-color: #fff;
    border: 1px solid #fff;
}

.prefwinkel a:hover {
    background-color: #fff;
    border: 1px solid #CD5D15;
    color: #CD5D15;
}

.site-footer .pre-footer-start p.pre-footer-titel {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

.site-footer .pre-footer-start p {
    font-size: 15px;
    max-width: 450px;
}

.before-footer-start .wp-block-image {
    margin-top: -160px;
    margin-bottom: -80px;
}

.site-footer .pre-footer-start {
    max-width: 940px;
}

.before-footer-block > .wp-block-group {
    width: 50%;
}

.before-footer-block > .title-and-links {
    width: 60%;
}

.before-footer-block h4 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
}

.footer-afbeelding {
    margin: -180px auto 0 auto;
    text-align: center;
}

.title-and-links {
    padding-left: 5%;
}

.button-footer a {
    border: 1px solid #fff;
    transition: 0.3s;
    font-size: 16px;
    padding: 13px 25px;
    line-height: 1;
    position: relative;
    display: block;
}

.button-footer a:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.outlined-button-footer a {
    border: 1px solid #fff !important;
    margin-left: 40px;
    transition: 0.3s;
    font-size: 16px;
    padding: 13px 25px;
    line-height: 1;
    position: relative;
    display: block;
}

.outlined-button-footer a:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.footer-wrapper .footer-widget{
    flex: 1;
}

.pre-footer-end {
    padding: 40px 20px 20px 20px;
}

.pre-footer-end .before-footer-end {
    flex: 1;
}

.pre-footer-end {
    overflow: hidden;
}

.pre-footer-end:before {
    content: "";
    display: block;
    border-top: 1px solid #A5A5A5;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
}

@media screen and (min-width: 1080px) {
    .pre-footer-end:before {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1600px) {
    .pre-footer-end {
        padding: 20px;
        max-width: 1600px;
    }
}



.site-footer .footer-wrapper {
    padding: 80px 20px 40px 20px;
}

@media screen and (min-width: 1080px) {
    .site-footer .footer-wrapper, .pre-footer-end {
        flex-wrap: nowrap;
        overflow: hidden;
    }
}

.pre-footer-end p.s-footer-title {
    margin-bottom: 15px;
    font-size: 16px;
}

.site-footer .menu-item a {
    font-size: 15px;
    text-decoration: none;
}

.site-footer .footer-widget p a {
    font-size: 15px;
    text-decoration: none;
}

.site-footer .footer-widget p {
    font-size: 15px;
    text-decoration: none;
    line-height: 28px;
}

.site-footer .footer-widget p.margin-bottom-55 {
    margin-bottom: 55px;
}

.site-footer p.footer-widget-title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em;
}

.wp-block-social-links .wp-social-link a {
    padding: 0;
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #b35f30;
    background-color: #ffffff;
    border-radius: 0;
}

.wp-block-social-link {
    height: auto;
    transition: transform .1s ease;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}

.wp-block-social-links {
    text-indent: 0;
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease;
}

.wp-block-social-link:hover {
    transform: scale(1.1);
}

.wp-block-group {
    box-sizing: border-box;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-bottom: 10px;
    font-size: 18px;
}

/* product filter tablet en mobiel. */

.filter-button {
    display: none;
    cursor: pointer;
}

.close-filter {
    display: none;
}

.aws-container .aws-show-clear .aws-search-field {
    background: #fff;
}

@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;
    }

    .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-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: 2px solid #121212;
        display: flex;
        align-items: center;
        width: fit-content;
        color: #121212;
        padding: 7px 10px 7px 20px;
        font-size: 16px;
        right: 0;
        top: -10px;
        position: absolute;
        right: 0;
        top: -10px;
    }

    .filter-button::after {
        content: url(/wp-content/uploads/2024/04/filter.svg);
        margin-left: 25px;
        fill: #fff;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .products-wrapper .woocommerce-ordering {
        display: none;
    }
    
    .woocommerce-products-header {
        min-width: auto;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0 0 40px;
        color: #292929;
        font-size: 14px;
        font-weight: 400;
    }

    .woocommerce .woocommerce-result-count b {
        color: #292929;
        font-size: 14px;
        font-weight: 400;
    }

    .layout-3-nav .site-branding {
        text-align: left;
    }

    .main-header {
        padding: 20px 30px;
    }

    main {
        padding: 0 30px;
    }

    .site-footer .pre-footer-start {
        padding: 10px 30px;
    }

    .site-footer .footer-wrapper {
        padding: 20px 30px;
    }
    .none-mobile {
        display: none;
    }

    .before-footer-block > .title-and-links {
        width: 100%;
    }

    .aws-container .aws-search-form {
        border:1px solid #707070
    }

    .mobile-search .search-widget .aws-container .aws-search-form {
        border:0;
        box-shadow:0 3px 6px rgba(0,0,0,.16)
    }

    .mobile-search .search-widget .aws-container {
        margin-top: 3px;
        margin-bottom: 0
    }

    .aws-container .aws-show-clear .aws-search-field {
        padding-left: 30px;
        font-size: 16px;
        color: #000;
        border: 0
    }

    #main-header-wrapper {
        z-index: 99;
    }

    .aws-container .aws-search-form .aws-search-btn {
        margin-right: 21px !important;
    }
    
    .aws-container .aws-search-form {
        height: 45px;
    }

    .title-and-links {
        padding: 40px 30px;
    }

    .field-input-container {
        padding-bottom: 20px;
    }

    footer .wp-container-core-social-links-is-layout-1.wp-container-core-social-links-is-layout-1 {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}

.badge {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 14px;
    font-size: 14px;
    top: auto;
    left: auto;
    bottom: auto;
}

@media screen and (max-width: 768px) {
    .badge {
        position: absolute;
        bottom: auto;
        right: auto;
        top: 0;
        left: 0;
        font-size: 14px;
        padding: 5px 10px;
    }

    .woocommerce ul.products li.product .price {
        font-size: 14px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .before-footer-block h4 {
        font-size: 20px;
    }

    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 46%;
    }

    .outlined-button-footer a {
        margin-left: 15px;
    }

    .site-footer .pre-footer-start {
        padding: 0;
    }

    .before-footer-start {
        margin-top: 0;
        padding: 30px 30px 40px 30px;
        border-radius: 0px;
    }

    .before-footer-start .wp-block-image {
        display: none;
    }

    .site-footer {
        margin-top: 30px;
    }

    .button-footer a, .outlined-button-footer a {
        padding: 12px 20px;
    }

    .footer-widget {
        min-width: 100%;
    }

    .pre-footer-end {
        flex-direction: column;
    }

    .site-footer .footer-wrapper {
        flex-direction: column;
        padding-top: 90px;
        position: relative;
    }

    footer .wp-container-core-social-links-is-layout-1.wp-container-core-social-links-is-layout-1 {
        justify-content: flex-start !important;
        position: absolute;
        top: 30px;
    }

    .pre-footer-end {
        padding: 0 30px 20px 30px;
    }
}

@media screen and (max-width: 468px) {
    .woocommerce ul.products li.product .price {
      flex-direction: row;
      gap: 20px;
    }
}

@media only screen and (min-width: 1081px) {
    .view-products {
      display: none;
    }
}

@media only screen and (max-width: 1080px) {
    .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;
    }

    .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;
    }

    .product-archive-filter .wcpf-field-button {
        display: flex;
        flex-direction: row;
        gap: 15px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #fff;
        z-index: 10;
        position: sticky;
        margin-top: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .product-archive-filter .wcpf-field-button {
        border-bottom: 0;
    }

    .woocommerce-product-gallery .badge {
        right: auto;
    }

    .woocommerce div.product div.images .flex-control-nav li img {
        border: 4px solid #dbdbdb;
    }
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #000;
}

.woocommerce-product-gallery .badge {
    top: 0;
}

.woocommerce-pagination {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.add-to-cart-icon div:after {
    content: url('/wp-content/uploads/2024/05/bag-shopping-plus-w.svg');
    max-width: 30px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -7px;
}

.related .product-inner .woocommerce-LoopProduct-link .branding-logo-container:before {
    content: "Bekijk product";
    display: block;
    background: #2C2C2C;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}

.related .product-inner .woocommerce-LoopProduct-link:hover .branding-logo-container:before {
   background: #B35F30;
}

.woocommerce .related ul.products li.product a img {
    margin: 0;
}

.woocommerce .related ul.products li.product .branding-logo-container {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1080px) {
    .related .product-inner .woocommerce-LoopProduct-link .branding-logo-container:before {
        padding: 8px 0;
        font-size: 14px;
    }

    .woocommerce .related ul.products li.product .branding-logo-container { 
        font-size: 14px;
    }
}

#tab-description .tabs-content-inner {
    padding: 10px 20px 20px 20px;
}

#tab-description .tabs-content p {
    margin-top: 10px;
}

.tabs #tab-description .tabs-content, .woocommerce div.product .tabs-content .shop_attributes th, .tabs-content .short-description-content{
    background-color: #fff;
}



/* end product filter */

select {
    /* reset */
    margin: 0;
}

select.orderby, .payment_box select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce .woocommerce-ordering select.orderby, .payment_box select {
    background-position: calc(100% - 15px) calc(12px), calc(100% - 10px) calc(10px) !important;
    background: url(/wp-content/themes/fenj-child/assets/images/down-arrow.svg) no-repeat center center;
    background-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    border: none;
    background-image: url('/wp-content/themes/fenj-child/assets/images/down-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -5px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.payment_box select {
    background-color: #fff !important;
    padding: 4px 35px 4px 15px !important;
    font-size: 18px !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.usp-sliders-cart {
    padding: 15px 20px;
}

.payment-wrapper img {
    height: 40px;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr.order-total {
    background-color: #ededed;
}

.woocommerce-checkout .woocommerce-checkout table.shop_table tr {
    background-color: #ededed;
}

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 {
    padding: 10px;
    border: 1px solid #aaa;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow { 
    height: 37px;
    right: 8px;
}

.woocommerce form .form-row {
    padding: 3px 0; 
}

.color-options-wrapper {
    padding-bottom: 17px;
}

.color-options-wrapper .color-option-detail-container img {
    border: 0;
}

.color-options-wrapper .active .color-option-detail-container img {
    border: 1px solid #000;
}

.color-options-wrapper .color-option-detail-container img:hover {
    border: 1px solid #000;
}

.color-options-wrapper .color-option img {
    width: 80px;
    height: 80px;
}

.deliver-time, .usp-sliders-cart, .payment-options {
    border: 1px solid #ededed;
    background-color: #ededed;
}

.woocommerce-checkout #payment {
    background-color: #ededed;
}

/* share buttons */

.whatsapp-share-buttons .mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .whatsapp-share-buttons .desktop {
        display: none;
    }

    .whatsapp-share-buttons .mobile {
        display: block;
    }
}

.share-popup-wrapper {
    display: none;
}

.share-active .share-popup-wrapper {
    display: block;
}

#whatsapp-share-overlay {
    position: fixed;
    pointer-events: none;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 9991;
    transition: opacity 0.5s ease-in-out;
}

.share-active #whatsapp-share-overlay {
    opacity: 1;
    pointer-events: auto;
}

.share {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    cursor: pointer;
}

.share:after {
    content: "";
    background: url(/wp-content/themes/fenj-child/assets/images/share.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.share-popup-wrapper .close {
    position: absolute;
    right: 15px;
    top: 10px;
}

.share-popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    min-width: 430px;
}

@media screen and (max-width: 468px) {
    .share-popup-wrapper {
        width: 100%;
        padding: 20px;
        top: auto;
        left: 0;
        bottom: 0;
        transform: translate(-0%, -0%);
        min-width: 100%;
        border-radius: 10px 10px 0 0;
    }
}

.whatsapp-share-buttons a {
    transition: 0.3s;
    background: rgb(36, 211, 102);
    color: #fff;
    padding: 10px 20px;
    position: relative;
    display: block;
    text-decoration: none;
}

.whatsapp-share-buttons a:hover {
    background: #000;
}

.copy-to-clipboard {
    transition: 0.3s;
    background: #f5f5f4;
    color: #000;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    display: block;
    border: 1px solid #f5f5f4;
}

.copy-to-clipboard:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.share-buttons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.woocommerce div.product div.summary {
    position: relative;
}


.close {
    cursor: pointer;
}

.share-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/* end share buttons */

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #000
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000
}

#mobile-navigation a {
    color: #000;
}


@media screen and (max-width: 768px) {
	.woocommerce div.product div.images .flex-control-nav {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	.footer-widget {
		min-width: 40%;
	}

	.pre-footer-end .before-footer-end {
		min-width: 40%;
	}

    .wp-container-core-social-links-is-layout-1.wp-container-core-social-links-is-layout-1 {
        justify-content: flex-start !important;
        margin-bottom: 0;
    }

    .site-footer .footer-wrapper {
        gap: 30px;
    }

    .pre-footer-end {
        padding: 10px 30px;
    }
    
    .footer-widget .socials {
        position: absolute;
        top: 35px;
    }
}

.color-text #current-color {
    font-weight: 400;
    text-transform: lowercase;
}

.color-text #current-color::first-letter {
    text-transform: uppercase;
} 

.wcpf-field-color-list .wcpf-inner {
    max-height: 500px;
    overflow-y: scroll;
}

.term-merken #product-filter{
    display: none !important;
}

.term-merken .filter-button {
    display: none !important;
}

.none-mobile .footer-afbeelding {
    align-items: center;
    display: flex;
    justify-content: center;
}

#back-to-last-category:hover {
    color: #000;
    border: 1px solid #000;
}

.branding-logo-container {
    font-size: 18px;
    color: #121212;
    padding: 10px 0 10px 0;
    font-weight: 400;
}



.pre-header-right .wp-block-image {
    height: 24px;
}

.variant-dropdown .options li {
    text-transform: uppercase;
}

.variant-dropdown .options li span {
    text-transform: initial;
}

.menu-item.categories > .sub {
    font-size: 20px;
    margin-bottom: 10px;
}

.primary-menu .megamenu .sub-menu-wrapper > .categories {
    flex-basis: 20%;
    margin-bottom: 40px;
}

.socials a img{
    transition: transform .2s;
}

.socials a:hover img {
    transform: scale(1.2);
    background: #D2CAB7;
}

#site-navigation a:hover {
    color: #000;
}

#primary-menu a span:before{
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #b35f30;
    content: "";
    transition: .35s;
}

.footer-widget .menu a span {
    position: relative;
}

.footer-widget .menu a span:before{
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    content: "";
    transition: .35s;
}

#primary-menu a:hover span:before {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-widget .menu a:hover span:before{
    width: 100%;
    left: 0;
    right: auto;
}

#primary-menu a span{
    display: block;
    position: relative;
    width: fit-content;
}

.products .product-inner {
    transition: 0.3s;
    border: 1px solid transparent;
}

.cart-icon {
    width: 30px;
}

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #A3A3A3;
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce a.remove {
    font-size: 1.1em;
    padding-top: 1px;
}

.woocommerce a.remove {
    margin: 10px;
}

.apply_coupon_button {
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
}

#coupon_code {
    padding: 12px;
}

.woocommerce-page #payment #place_order {
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 18px;
}

.woocommerce form .form-row label {
    font-size: 1rem;
}

.woocommerce-error a.wc-forward {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
}

.woocommerce-error a.wc-forward:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 15px 20px;
    font-size: 18px;
}

.single .woocommerce-error li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 10px !important;
    gap: 20px;
}

@media screen and (max-width: 1080px) {
    .single .woocommerce-error li {
        flex-direction: column-reverse;
        padding-left: 0 !important;
    }
}

.tab-toggle::after {
    background: url(/wp-content/themes/fenj-child/assets/images/down-arrow.svg) no-repeat center center;
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 100%;
    margin-right: 0;
    margin-top: 0;
}

.expanded .tab-toggle::after {
    content: "";
    transform: rotate(180deg); 
}

.tab-toggle {
    position: relative;
}

.selected-option::after {
    width: 16px;
    transform: rotate(180deg);
}

.variant-dropdown.open .selected-option::after {
    transform: rotate(0deg);
}

.woocommerce-page .page-numbers svg {
    width: 18px;
    margin-top: -1px;
}

.woocommerce-page .page-numbers .prev svg  {
    transform: rotate(180deg);
}


.woocommerce-page .page-numbers .next {
    height: 38px;
}

.woocommerce-page .page-numbers .prev {
    height: 38px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover path {
    fill: #000;
}

.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;
}
    
.variant-dropdown .options li {
    font-size: 18px;
}

.woocommerce div.product p.price ins {
    font-weight: 500;
}

.cart-message-text span {
    background: #b46234;
}

.cart-item-name, .cart-item-size{
    color: #000;
}

.shipping_notes {
    gap: 0;
}

.payment-options {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.color-text #current-color {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce div.product .product_title {
    font-family: "NotoSans-FenJ";
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
}

.woocommerce div.product p.price {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce table.shop_table th {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.shipping_method {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

#ship-to-different-address {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.cart_totals h2 {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce button.button {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
    padding: 17px;
}

.branding-logo-container {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.back_button_class {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce ul#shipping_method li .woocommerce-Price-amount bdi {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

#order_review_heading, .woocommerce ul#shipping_method li {
    font-family: "NotoSans-FenJ";
    font-weight: 400;
}

.woocommerce-billing-fields h3 {
    font-family: "NotoSans-FenJ";
    font-weight: 400 !important;
}

.cart-subtotal td {
    font-family: "NotoSans-FenJ";
    font-weight: 400 !important;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td p {
    padding: 15px 20px;
}

.single-image {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
    background: #5D84E1;
}

.woocommerce-order-details tr{
    width: 100%;
}

.woocommerce-order .woocommerce-order-overview {
    margin-bottom: 0 !important;
}

.woocommerce-order .woocommerce-order-details__title {
    margin-bottom: 30px !important; 
}

.woocommerce-order-details {
    margin: 0 !important;
}

.woocommerce-order-details tbody {
    display: inline-table !important;
}

.woocommerce-order-details tr {
    width: 100%;
    display: inline-table;
}


@media screen and (min-width: 768px) {
    .woocommerce-order-details tr th {
        font-size: 16px;
    }
    
    .woocommerce-order-details tr td {
        font-size: 16px;
    }
    
    .woocommerce-order-details address {
        font-size: 16px;
    }
}


@media screen and (max-width: 768px) {
    .woocommerce-table--order-details, .woocommerce-order address {
        padding: 10px !important;
    }
}

.woocommerce-order-details  .woocommerce-table__product-name {
    color: #000;
}

.woocommerce-order .woocommerce-customer-details {
    margin-top: 30px !important;
}

.woocommerce-order .woocommerce-column__title {
    margin-bottom: 30px !important;
}

.woocommerce-order-details .wc-item-meta {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-order-overview {
    display: flex;
    justify-content: end;
    text-align: center;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th {
    border: 0 !important;
}

.pswp__caption {
    display: none;
}

.pswp__caption, .pswp__top-bar, .pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background: transparent;
}

.back-button {
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 15px 20px;
    font-weight: 400;
    transition: 0.3s;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
}

.back-button:hover {
    background: #fff;
    color: #000;
    font-family: "NotoSans-FenJ";
}

.single_add_to_cart_button.disabled {
    pointer-events: none;
}

.woocommerce-variation-add-to-cart-disabled {
    cursor: not-allowed;
}

.woocommerce-error {
	border-top: 0;
}

.wc_payment_method {
    margin-bottom: 10px !important;
}

.includes_tax {
    display: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    width: 20px;
    display: block;
    float: right;
    margin-top: 5px;
    margin-left: 4px;
}

.tabs-content .short-description-content {
    padding: 20px;
}

.shop_attributes {
    margin-top: 20px;
}

#cart-overlay {
    position: fixed;
    right: 10px;
    bottom: auto;
    top: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    #cart-overlay {
        left: 10px;
    }
}

.admin-bar #cart-overlay {
    top: 42px;
}

.payment-title {
	background-color: #ededed;
}


.woocommerce-checkout .alignwide {
	display: block;
    position: relative;
    padding-top: 70px;
}

.woocommerce-checkout .alignwide .back-button {
	position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1080px) {
    .aws-container .aws-show-clear .aws-search-field {
        background: transparent;
    }
}

.image-container, .image-container-nh  {
	aspect-ratio: 1 / 1;
    display: flex;
    align-content: center;
    overflow: hidden;
    box-shadow: 0px 3px 8px #00000029;
}

.woocommerce ul.products li.product a img {
  object-fit: contain;
  height: auto;
}

.image-container img:nth-of-type(2) {
	height: 100% !important;
}

.woocommerce-order-details .wc-item-meta {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 13px;
}

.woocommerce-order-received .woocommerce-info {
    display: none;
}

@media screen and (min-width: 1025px) {
    ul.order_details.woocommerce-order-overview li {
        max-width: 19% !important;
      width: 100%;
      padding-right: 1% !important;
      margin-right: 1% !important;
    }
    
    ul.order_details.woocommerce-order-overview  strong {
        overflow-wrap: break-word !important;
    }
}

.price br {
    height: 0;
    display: none !important;
}

/* new breadcrumbs */

.woocommerce .woocommerce-breadcrumb {
    font-size: 15px;
    margin: 15px 0 30px 0;
    color: #A5A5A5;
}

.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #A5A5A5;
}

.primary-menu .megamenu .categories .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.primary-menu .megamenu .sub-menu-wrapper .sub-menu > .menu-item-object-category {
    width: 25%;
}

.menu-item-object-product_cat.megamenu .menu-item-object-category .sub-menu {
    column-count: 5;
    list-style-type: none;
    padding-left: 0;
    display: block;

}

.menu-item-object-product_cat.megamenu > .sub-menu > .menu-item-object-category {
    margin: auto;
    max-width: 1640px;
    padding: 20px;
    width: 100%;
}


.menu-item-object-product_cat.megamenu .menu-item-object-category .sub-menu > .menu-item-object-category a{
    padding: 8px 0;
    position: relative;
    display: block;
}

.primary-menu .sub-menu-wrapper a {
    padding: 8px 0;
}

.login-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-decoration: none;
    outline: none;
    height: 50px;
    justify-content: space-between;
    width: auto
}

.login-icon span {
    font-size: 14px;
    color: #A3A3A3;
    font-weight: 400
}

.login-icon img {
    margin: auto !important
}

.cart-icon img {
    margin: auto
}

.cart-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-decoration: none;
    outline: none;
    height: 50px;
    justify-content: space-between;
    width: auto
}

.cart-icon span {
    font-size: 14px;
    color: #A3A3A3;
    font-weight: 400
}

.megamenu>a span:after {
    content: "";
    position: absolute;
    border: solid #CD5D15;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px 7px 2px 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 13px;
    margin-top: 1px;
    transition: 0.3s
}

#primary-menu>.dropdown-menu>a span:after {
    content: "";
    position: absolute;
    border: solid #CD5D15;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px 7px 2px 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 13px;
    margin-top: 1px;
    transition: 0.3s
}

.right-menu {
    gap: 50px;
}

.footer-widget form {
    display: flex;
    flex-direction: column;
}


.footer-widget form .gform_body .gfield {
    display: flex;
    flex-direction: column;
}

.footer-widget .gform_footer {
    padding: 0 !important;
}

.footer-widget .gform_footer input {
    background: #008424;
    width: 100%;
    color: #fff;
    border: 1px solid #008424;
    font-size: 15px;
    padding: 15px;
    line-height: 1;
    transition: 0.3s;
    cursor: pointer;
}

.footer-widget .gform_footer input:hover {
    background: #ffffff;
    color: #008424;
    border: 1px solid #ffffff;
}

.footer-widget .ginput_container  {
    width: 100% !important;
    margin-top: 5px;
}

footer .site-info a {
    color: #000;
}

.site-info {
    color: #000;
}

.related {
    margin-bottom: 20px;
}

.flex-viewport {
    box-shadow: 0px 3px 8px #00000029;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    box-shadow: 0px 3px 8px #00000029;
}

.flex-control-thumbs li {
    padding: 3px;
}

#back-to-last-category {
    font-size: 15px;
}

.woocommerce div.product .entry-summary p.price ins {
    font-size: 30px;
    font-weight: bold;
}

.woocommerce-product-gallery .badge + .badge {
  top: 35px;
}

.swatch-item.selected {
    border-color: #CD5D15;
    box-shadow: 0 0 0 1px #CD5D15;
    background: #CD5D15;
    color: #fff;
}

.woocommerce-product-details__short-description {
    color: #6F6F6F;
    font-size: 14px;
}

.woocommerce-product-details__short-description p {
    font-size: 14px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: -3px;
}

.tab-toggle {
    font-size: 16px;
}

.woocommerce div.product .wc-tabs-wrapper {
    margin-bottom: 30px;
}

.related.products h2 {
    color: #CD5D15;
    font-size: 25px;
    font-weight: bold;
}

.woocommerce-cart-form {
    margin-top: 30px;
}

.color-options-wrapper .color-option img {
    box-shadow: 0px 3px 8px #00000029;
}

.color-text, .variant-swatches .swatch-label {
    font-size: 16px;
    margin-bottom: 5px;
}

.terug-knop::before {
    content: '';
     border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    margin-right: 15px;
}

.terug-knop:hover:before {
    border-color: #000;
}

.single-product .woocommerce-breadcrumb {
    margin: 15px 0 50px 0;
}

#back-to-last-category {
    margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #008424;
}



/* Achtergrond achter beschrijving op pdp weggehaald */

.tabs-content .short-description-content, #tab-description .tabs-content-inner {
	background-color: #fff;
}

/* opmaak filter elementen */
@media screen and (min-width: 1081px) {
    .wcpf-front-element {
	background-color: #fff;
	border-width: 1px;
	border-color: #C9C9C9;
	border-style: solid;
}
}

/* aantal producten tekst */
.woocommerce-result-count {
	color: #000;
}

/* pager kleur */
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color: #000;
	
}

/* Pijltjes pager paars */
.woocommerce nav.woocommerce-pagination ul li a svg path{
fill: #540E71;
}

/* Euro teken weggehaald */


.snel_menu .elementor-image-box-title {
    margin: 0;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1 !important;
  }
}

@media only screen and (max-width: 1080px) {
  .cat-wrapper .filter-button {
    top: 0px;
  }
}

@media screen and (max-width: 468px) {
  .woocommerce ul.products li.product .price {
    flex-direction: row;
    gap: 10px;
  }
}

.woocommerce .elementor .price bdi {
    font-size: 18px;
    font-weight: bold;
    color: #393939;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
#place_order, .apply_coupon_button, 
.woocommerce button.button {
    background: #008424;
    border: 1px solid #008424;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, #place_order:hover, .apply_coupon_button:hover, .woocommerce button.button:hover {
  background: #fff;
  border: 1px solid #008424;
  color: #008424;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background: #008424;
    border: 1px solid #008424;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #008424;
    border: 1px solid #008424;
    color: #fff;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fff;
    border: 1px solid #008424;
    color: #008424;
}

.woocommerce-checkout .checkout_coupon p {
    width: auto;
}

#woocommerce-checkout-form-coupon {
    display: flex;
}

.woocommerce form.checkout_coupon .form-row-first {
    width: 100%;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .woocommerce form.checkout_coupon {
    display: flex;
    flex-direction: column;
  }

    .woocommerce form.checkout_coupon .form-row-first {
        width: 100%;
        padding-right: 0;
    }

    #woocommerce-checkout-form-coupon button {
        width: 100%;
    }

    .woocommerce-form-coupon-wrapper {
        padding-right: 0;
    }

    .single-product .woocommerce-breadcrumb {
        margin: 15px 0 20px 0;
    }
}

.entry-content .usp_slider_container {
  max-width: 100%;
  overflow: hidden;
  line-height: normal;
  padding: 17px;
  background: #f0f0f0;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .woocommerce-account .woocommerce {
    margin-bottom: 50px;
    display: block;
  }
}

.cart-empty.woocommerce-info {
    margin-top: 20px;
}

.page-title {
    font-style: normal;
}

@media screen and (max-width: 1080px) {
  .login-icon span {
    display: block;
  }
}

@media screen and (min-width: 1081px) {
    #main-header-wrapper {
        position: absolute;
    }

    #main-header-wrapper.sticky-menu {
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    .header-divier {
        height: 167px;
    }
}

.term-merken li.product {
    background: #fff;
    padding-left: 6.5em !important;
    padding-right: 6.5em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    box-shadow: 0 0px 1px rgb(0 0 0 / 0.2);
}

@media screen and (max-width: 1080px) {
    .aws-container .aws-search-form {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .term-merken li.product {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .right-menu {
        gap: 10px;
        margin-right: 0;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        font-size: 15px;
    }

    .home-alles-wat .elementor-icon-box-title {
        margin-top: 0 !important;
    }

    .home-alles-wat  .elementor-icon-box-wrapper {
        align-items: center;
    }
}

.term-merken .filter-wrapper {
    display: none !important;
}

/* @media between 768 and 900px */

@media screen and (min-width: 768px) and (max-width: 900px) {
    .woocommerce .elementor .price bdi {
        font-size: 16px;
    }
}

div.alle-merken {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

div.alle-merken h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  border-top: 1px solid #CCC;
  padding-top: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}

div.alle-merken a {
  flex: 1 1 200px;
  padding: 0;
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  max-width: 200px;
}

div.alle-merken span {
  display: block;
  position: relative;
  width: fit-content;
}

div.alle-merken a span::before {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  content: "";
  transition: .35s;
}

div.alle-merken a:hover span::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media only screen and (min-width: 1081px) {
    .cat-wrapper .product-archive-filter {
        width: 250px;
        max-width: 250px;
        min-width: 250px;
    }
    .pre-header-left .usp_slider_container {
        width: 370px;
    }

    .pre-header > div {
        flex: 1;
    }

    .pre-header .pre-header-right {
        justify-content: center;
    }

    .pre-header .pre-header-right + .pre-header-right {
        justify-content: end;
    }
}

.tabs .expanded .tabs-content {
    max-height: 1700px; 
}

@media screen and (min-width: 1080px) and (max-width: 1180px) {
    .pre-header > div {
        font-size: 14px;
    }
}

.badge {
  bottom: auto;
  right: 0;
  top: 0;
  left: auto;
}

.woocommerce .products-wrapper ul.products li.product a img {
  object-fit: contain;
  height: auto;
  aspect-ratio: 1 / 1;
  display: flex;
  align-content: center;
  overflow: hidden;
  box-shadow: 0px 3px 8px #00000029;
}


.wc_payment_method.payment_method_cvb img {
    border-radius: 0 !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.woocommerce-form-login-wrapper, .woocommerce-form-coupon-wrapper {
  width: 33%;
  flex: 1;
}

.before-checkout-form-wrapper {
    flex-wrap: wrap;
}

cvb-button {
    width: 100%;
    flex: 1;
    min-width: 100%;
}

@media screen and (max-width: 1080px) {
    .woocommerce-form-login-wrapper, .woocommerce-form-coupon-wrapper {
        width: 100%;
    }

    .before-checkout-form-wrapper {
        margin-top: 25px;
    }

    cvb-button {
        padding-left: 0;
    }

    .woocommerce-form-coupon-wrapper {
        padding-bottom: 25px;
    }
}

