/*
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
*/

/* get the custom front from inc/fonts in the theme called Cairo-VariableFont_slnt,wght.ttf and registrer it as cairo */

/* import my font its inside assets/fonts/DenimTRIAL-Regular.woff2 */

@font-face {
    font-family: "Denim-FenJ";
    src: url('assets/fonts/DenimTRIAL-Regular.woff2') format('woff2');
    font-weight: 1-1000;
    -webkit-transform: translate3d(0,0,0);
}

@font-face {
    font-family: "Denim-FenJ-medium";
    src: url('assets/fonts/DenimTRIAL-Medium.woff2') format('woff2');
    font-weight: 1-1000;
    -webkit-transform: translate3d(0,0,0);
}

.hidden {
    display: none;
}

li {
    font-family: "Denim-FenJ"; 
}

.woocommerce {
    font-family: "Denim-FenJ"; 
}

body {
    font-family: "Denim-FenJ";
}

b, strong {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: "Denim-FenJ";
}

.site-branding img {
    width: 100px;
}

.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;
}

#cart-count {
    border: 1px solid #5D84E1;
    top: -7px;
    left: 21px;
    background: #5D84E1;
}

.main-navigation ul {
    justify-content: space-between;
}

.header-divider {
    border-bottom: 1px solid #c7c7c7;
    max-width: 1600px;
    margin: auto;
}

.pre-header p {
    font-size: 16px !important;
}

.main-header {
    align-items: center;
}

.menu-hoofdmenu-container > #primary-menu {
    border-top: 1px solid #D5D5D5;
}

.pre-header-wrapper {
    padding: 10px 0;
    background: #2b2b2b;
}

.aws-container .aws-search-field {
    border: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

.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;
}

@media screen and (max-width: 1080px) {
    .aws-container .aws-search-field {
        padding: 0 30px;
    }
}

.aws-container .aws-search-form {
    border: 0;
    border-bottom: 2px solid #000;
    height: 40px;
}

.aws-container .aws-search-form .aws-search-btn {
    margin-right: -10px !important;
}

.cat-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    gap: 5%;
    margin-top: 30px;
    padding-top: 15px;
}

.products-wrapper  {
    width: 100%;
}

.wcpf-field-box-list .wcpf-box-list {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (min-width: 1080px) {
    .product-archive-filter {
        width: 330px;
        min-width: 330px;
    }

    .folded .wcpf-content {
      display: block !important;
    }
    .wcpf-heading-label {
        pointer-events: none;
    }

    .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
        display: none;
        opacity: 0;
    }
}

.wcpf-field-item {
    background: #F2F2F2;
    padding: 20px;
}

.wcpf-field-button {
    padding: 0;
}

.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;
}

.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;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    border: 1px solid #AAA;
    background: #fff;
    border-radius: 0;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
    border-radius: 0;
}

.woocommerce-result-count b {
    font-weight: 400;
}

.woocommerce-result-count {
    color: #A5A5A5;
    font-size: 15px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 15px;
}

.woocommerce .woocommerce-ordering {
    margin-top: -30px;
}

.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 {
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
}

.wcpf-front-element {
    margin-bottom: 30px;
}

.product-archive-filter {
    margin-top: 38px;
}

.login-icon img {
    width: 24px;
    height: 28px;
}
  
.gform_required_legend {
    display: none;
}
  
.color-box {
    display: flex;
    padding-bottom: 3px;
    gap: 10px;
}
  
.wcpf-field-color-list .wcpf-color-list .wcpf-color-text {
    width: auto;
    height: auto;
    text-transform: capitalize;
    color: #121212;
}

.woocommerce-products-header {
    max-width: 70%;
    min-width: 650px;
}

@media screen and (max-width: 768px) {
    .woocommerce-products-header {
        max-width: 100%;
    }
}

/*body:not(.woocommerce) .left-menu, */
/*body:not(.woocommerce) .right-menu {*/
/*    display: none;*/
/*}*/

.rank-math-breadcrumb a , .rank-math-breadcrumb p {
    font-size: 15px;
    margin: 15px 0 30px 0;
}

@media screen and (max-width: 768px) {
    .product-template-default .rank-math-breadcrumb {
        display: none;
    }

    .rank-math-breadcrumb a, .rank-math-breadcrumb p {
        margin: 15px 0 15px 0;
    }
}

.page-description h1 {
    font-size: 30px;
    color: #222222;
}

.page-description p, .page-description a {
    color: #000;
}

.orderby-label {
    margin-right: 12px;
    color: #121212;
    font-size: 18px;
    line-height: 2;
}

.woocommerce .woocommerce-ordering .orderby {
    padding: 4px 30px 4px 15px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
    padding-left: 20px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol{
    display: none;
}

.woocommerce ul.products li.product .price, .cart-item-price, .woocommerce div.product p.price {
    font-weight: 400;
}

.woocommerce-Price-currencySymbol {
    margin-right: 10px;
}

.woocommerce div.product p.price {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 50px;
    display: flex;
    gap: 8px;
}

.woocommerce div.product p.price:has(del) { 
    flex-direction: column;
    gap: 0;
}

@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 #5D84E1;
    background: #5D84E1;
    gap: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-enabled .button:hover {
    background: #7497E7;;
    border: 1px solid #7497E7;;
}

.productnummer {
    display: none;
}

.tab-toggle {
    padding: 15px 0;
}

.site-footer {
    background: #B35F30;
    margin-top: 350px;
}

@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;
}

.new-badge {
    background: #1E9D06;
}

.sale-badge {
    background: #799AE6;
}

.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 {
    background: #b4b4b4;
    top: calc(50% - 0px);
    height: 2px;
    left: 0;
    transform: rotate(-7deg);
}

.single-product div.product .summary p.price del {
    max-width: fit-content;
    font-size: 24px;
    color: #b4b4b4;
    font-weight: 400;
}

.woocommerce ul.products li.product .price del, .cart-item-price del, .woocommerce div.product p.price del {
    position: relative;
}

.woocommerce div.product form.cart {
    margin-bottom: 5em;
}

.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;
}

.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 .before-footer-end {
    flex: 1;
}

.pre-footer-end {
    padding: 30px;
}

@media screen and (min-width: 1080px) {
    .site-footer .footer-wrapper, .pre-footer-end {
        flex-wrap: nowrap;
    }
}

.pre-footer-end p.s-footer-title {
    margin-bottom: 15px;
    font-size: 16px;
}

.site-footer .menu-item a {
    font-size: 16px;
    text-decoration: none;
}

.site-footer .footer-widget p a {
    font-size: 16px;
    text-decoration: none;
}

.site-footer .footer-widget p {
    font-size: 16px;
    text-decoration: none;
    line-height: 28px;
}

.site-footer p.footer-widget-title {
    font-size: 25px;
}

.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;
}

/* 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;
    }

    .left-menu {
        display: none;
    }

    .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;
}

@media screen and (max-width: 768px) {
    .product-image-wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }

    .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;
    }

    .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;
        margin-top: -60px;
    }
}

@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;
}

.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/uploads/2024/05/triangle-down.svg) no-repeat center center;
    background-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    border: none;
    background-image: url('/wp-content/uploads/2024/05/triangle-down.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: 18px 20px;
}

.payment-wrapper img {
    height: 40px;
}

/* coupon checkout */
@media screen and (min-width: 1080px) {
    .woocommerce-checkout .woocommerce-form-coupon-toggle {
        max-width: 50%;
      padding-right: 25px;
    }
    
    .woocommerce-checkout .checkout_coupon  {
        max-width: calc(50% - 25px);
    }
}

.woocommerce-checkout .checkout_coupon p {
    margin: 0;
    padding: 0;
}

.checkout_coupon #coupon_code {
    padding: 15px;
}


.checkout_coupon p.form-row {
    margin-top: 20px;
}

.checkout_coupon .form-row-last {
    max-width: 224px;
}

.woocommerce form.checkout_coupon .form-row-first {
    width: calc(100% - 224px);
    padding-right: 20px;
}

/* coupon checkout end */

.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;
}

@media screen and (max-width: 768px) {
    .woocommerce div.product div.summary {
        display: flex;
        flex-direction: column;
    }

    .summary .color-text {
        order: 1;
    }

    .summary .color-options-wrapper {
        order: 2;
    }

    .summary .merk {
        order: 3;
    }

    .summary .product_title {
        order: 4;
    }

    .summary .price {
        order: 5;
    }

    .summary .variations_form  {
        order: 6;
    }

    .summary .woocommerce-tabs {
        order: 7;
    }
}

.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: #000;
}

.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/uploads/2024/05/angle-up.svg) no-repeat center center;
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 100%;
    transform: rotate(180deg);
    margin-right: 0;
    margin-top: 0;
}

.expanded .tab-toggle::after {
    content: "";
    transform: rotate(0deg);
}

.tab-toggle {
    position: relative;
}

.selected-option::after {
    width: 16px;
    background: url(/wp-content/uploads/2024/05/triangle.svg) no-repeat center center;
    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: "Denim-FenJ-medium";
    font-weight: 400;
}

.color-text #current-color {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce div.product .product_title {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce div.product p.price {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce table.shop_table th {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.shipping_method {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

#ship-to-different-address {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.cart_totals h2 {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce button.button {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.branding-logo-container {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.back_button_class {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce ul#shipping_method li .woocommerce-Price-amount bdi {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

#order_review_heading, .woocommerce ul#shipping_method li {
    font-family: "Denim-FenJ-medium";
    font-weight: 400;
}

.woocommerce-billing-fields h3 {
    font-family: "Denim-FenJ-medium";
    font-weight: 400 !important;
}

.cart-subtotal td {
    font-family: "Denim-FenJ-medium";
    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: "Denim-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 {
    content: url(/wp-content/uploads/2024/05/truck-moving.svg);
    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);
    z-index: 1;
}

@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: 3 / 4;
    display: flex;
    align-content: center;
    overflow: hidden;
}

.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-form-login {
    display: none !important;
}

.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;
}