/*
Theme Name: FenJ Child
Template: team-fenj
Author: Your Name
Author URI: www.fenj.nl
Description: Child theme for the fenj theme
Version: 1.0.0
Text Domain: team-FenJ-child
*/

/* Montserrat Font Family */
@font-face {
  font-family: 'Montserrat FJ';
  src: url('/wp-content/uploads/2025/12/Montserrat-Thin-FJ.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat FJ';
  src: url('/wp-content/uploads/2025/12/Montserrat-Light-FJ.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat FJ';
  src: url('/wp-content/uploads/2025/12/Montserrat-Regular-FJ.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat FJ';
  src: url('/wp-content/uploads/2025/12/Montserrat-Medium-FJ.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat FJ';
  src: url('/wp-content/uploads/2025/12/Montserrat-SemiBold-FJ.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat FJ';
  src: url('/wp-content/uploads/2025/12/Montserrat-Bold-FJ.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Playfair Display Font Family */
@font-face {
  font-family: 'Playfair Display FJ';
  src: url('/wp-content/uploads/2025/12/PlayfairDisplay-Regular-fenj.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display FJ';
  src: url('/wp-content/uploads/2025/12/PlayfairDisplay-Medium-fenj.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display FJ';
  src: url('/wp-content/uploads/2025/12/PlayfairDisplay-SemiBold-fenj.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display FJ';
  src: url('/wp-content/uploads/2025/12/PlayfairDisplay-Bold-fenj.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Montserrat FJ", Sans-serif;
}

main {
  position: relative;
}

::selection {
  background: #eeb955;
  color: #000;
}

.wishlist-icon {
  height: 35px;
  width: 35px;
}

.aws-container .aws-search-form {
  border: 1px solid #DEDEDE;
  background: #fff;
}

.mobile-search .search-widget .aws-container .aws-search-form{
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.mobile-search .search-widget .aws-container {
    margin-top: 3px;
    margin-bottom: 0;
}

.aws-container .aws-search-form {
  height: 36px;
}

.aws-container .aws-show-clear .aws-search-field {
    border-right: 0;
    padding-left: 20px;
    font-size: 14x;
    color: #000;
    border: 0;
}

.main-navigation ul {
    justify-content: space-between;
}

.pre-header-left {
    flex: 1;
}

.pre-header-left + .pre-header-left {
    justify-content: center;
}

.pre-header-right {
    display: flex;
    flex: 1;
    justify-content: end;
}

.pre-header-wrapper {
    background: #EFD9C6;
}

.pre-header .wp-block-media-text figure {
  margin: 0;
  width: 30px;
}

.pre-header figure {
  margin: 0;
}

.site-footer {
  background: #57432A;
}

.cart-icon svg {
  max-width: 35px;
}

#cart-count {
  border: 1px solid #57432A;
  color: #fff;
  position: absolute;
  top: -3px;
  left: 20px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  min-width: 16px;
  padding: 0 0px;
  line-height: 18px;
  background: #57432A;
  opacity: 1;
  text-align: center;
  width: 20px;
  height: 20px;
}

.pre-header .wp-block-media-text a, .pre-header .wp-block-media-text p {
  font-weight: 500;
  font-family: 'Montserrat FJ';
}

.pre-header .menu {
  height: 100%;
  align-items: center;
}

.pre-header .menu a {
  color: #57432A;
  font-weight: 400;
  font-family: 'Montserrat FJ';
  font-size: 14px;
}

.pre-header-left .socials figure a {
  background: #57432A;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    transition: 0.3s;
}

.pre-header-left .socials figure a img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pre-header-left .socials figure a:hover {
  background: #FF4C00;
}

.primary-menu > li > a {
    padding: 20px 20px;
    display: block;
    font-size: 16px;
    text-transform: inherit;
    font-family: 'Montserrat FJ';
}

/* hover effect en arrow */
#primary-menu a span {
  display: block;
  position: relative;
  width: fit-content;
}

.megamenu > a span:after {
  content:"";
  position:absolute;
  border:solid #000;
  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 #000;
  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 a span::before {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  content: "";
  transition: .35s;
}

#primary-menu a:hover span:before {
  width:100%;
  left:0;
  right:auto
}

/* hover effect en arrow end */

.site-branding img {
  width: 92px;
}

.site-branding {
  padding: 30px 0;
  transition: 0.3s;
}

.sticky-menu .site-branding {
  padding: 20px 0 10px 0;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  color: #B2B2B2;
}

.pre-header-wrapper {
  padding: 8px 0; 
}

.site-footer .menu {
  gap: 0;
}

.site-footer .footer-widget p, .site-footer .menu-item a {
  font-family: "Montserrat FJ";
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.site-footer .footer-widget p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.site-footer .footer-widget p a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  line-height: 2;
  text-decoration: underline;
}

.site-footer .footer-widget a {
  transition: 0.3s;
}

.site-footer .footer-widget a:hover {
  color: #eeb955;
}

.site-footer p.footer-widget-title, .site-footer .footer-widget-title {
    font-size: 18px;
    font-style: normal;
    line-height: 2;
    font-family: 'Playfair Display FJ';
    margin-bottom: 10px;
    margin-top: 30px;
}

.site-footer .socials figure a {
  background: #FF4C00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  transition: 0.3s;
}



.site-footer .socials figure a img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-footer .socials figure a:hover {
  background: #000000;
}

.site-info {
  color: #000;
}

.site-footer .pre-footer-start {
  padding: 0;
}

.site-footer .footer-wrapper {
  padding: 25px 20px;
}

#site-navigation a:hover {
  color: #000;
}

.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 #707070;
  height: 30px !important;
  line-height: 1 !important;
  border-radius: 0;
  width: auto !important;
}

.products-wrapper {
  width: 100%;
}

.woocommerce-products-header {
  max-width: 1050px;
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
}

#main-header-wrapper {
  box-shadow: none;
}

.woocommerce-breadcrumb {
  text-align: right;
  color: #A5A5A5;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  font-family: "Montserrat FJ";
}


.woocommerce-breadcrumb a{
  text-align: right;
  color: #A5A5A5;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
    font-family: "Montserrat FJ";
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  color: #A5A5A5
}

.woocommerce .woocommerce-breadcrumb {
  margin: 30px 0 40px 0;
}

.layout-3-nav #site-navigation > div {
  padding: 0;
}

.woocommerce-products-header__title {
  font-family: 'Playfair Display FJ';
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
}

.term-description p {
  font-family: "Montserrat FJ";
  font-size: 15px;
  line-height: 2;
}

.woocommerce div.product form.cart .variations{
  display: none;
}

@media screen and (max-width: 1080px) {
  .pre-header-left {
    display: none;
  }
  .left-menu {
    display: none;
  }
  .layout-3-nav .site-branding {
    text-align: left;
  }

  .pre-header-right {
    justify-content: center;
  }
}

.woocommerce ul.products li.product a img {
  transition: 0.3s;
}


div.alle-merken {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

div.alle-merken h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 400;
  border-top: 1px solid #CCC;
  padding-top: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Playfair Display FJ", Sans-serif;
  margin-bottom: 15px;
  color: #57432A;
}

div.alle-merken a {
  flex: 1 1 200px;
  padding: 0;
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  max-width: 200px;
  font-family: "Montserrat FJ", Sans-serif;
  font-weight: 400;
}

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;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none !important;
  visibility: hidden;
  width: 0;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
#place_order,
.apply_coupon_button {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: #57432A;
  border: 1px solid #57432A;
  padding: 0 15px;
  transition: 0.3s;
  border-radius: 0;
  padding: 15px;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
#place_order:hover,
.apply_coupon_button:hover {
  background: #fff;
  color: #57432A;
  border: 1px solid #57432A;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  transform: translate(-50%, -50%);
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0;
  margin-left: 15px;
  width: 70px !important;
  height: 56px !important;
  border: 1px solid #707070;
  display: flex;
}

.wishlist_item img {
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
}

.tinv-header h2 {
  font-family: 'Playfair Display FJ';
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  margin-top: 90px;
  line-height: 1;
  margin-bottom: 50px;
}


.woocommerce-variation-add-to-cart {
  display: flex;
  position: relative;
  width: 100%;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  font-size: 30px !important;
}

.single-product .variations_form .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  font-size: 40px !important;
}

.products .branding-logo-container {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Playfair Display FJ", Sans-serif;
  color: #121212;
}

.branding-logo-container img{
  max-height: 40px;
}

.products .branding-logo-container img{
  max-height: 22px;
}

.branding-logo-container {
  font-size: 30px;
  font-family: "Playfair Display FJ", Sans-serif;
}

.woocommerce ul.products li.product .price, .cart-item-price, .woocommerce div.product p.price {
  color: #212121;
  font-weight: 400;
  font-family: "Montserrat FJ", Sans-serif;
  line-height: 1;
  margin-top: 13px;
}

.woocommerce ul.products li.product .price ins {
    color: #1D9800;
    font-weight: bold;
}

.woocommerce ul.products li.product .price del::after, .cart-item-price del::after, .woocommerce div.product p.price del::after {
  background: #A8A8A8;
  position: absolute;
  top: calc(50% - 0px);
  height: 1px;
  left: -4%;
  transform: rotate(0deg);
  font-family: "Montserrat FJ", Sans-serif;
  width: 108%;
}

.woocommerce ul.products li.product .price del, .cart-item-price del, .woocommerce div.product p.price del {
  color: #A8A8A8;
  font-weight: 400;
  line-height: 1;
}

.image-container, .image-container-nh {
  box-shadow: 0px 3px 6px #00000029;
}

.related h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  font-family: 'Playfair Display FJ';
  font-weight: 400;
  color: #121212;
}

.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: 0px 0 4px 0;
  font-family: 'Playfair Display FJ';
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
}

@media screen and (max-width: 1080px) {
  .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: 16px 0 8px 0;
  }
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
  font-family: "Montserrat FJ", Sans-serif;
  font-size: 15px;
}

 .wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
  font-family: "Montserrat FJ", Sans-serif;
  font-size: 13px;
}

.cat-wrapper .wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
  width: 33px;
  height: 33px;
}

.wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
  min-width: 33px;
  height: 33px !important;
  color: #212121;
}

.wcpf-front-element {
  margin-bottom: 40px;
  border-bottom: 1px solid #c6c5c5;
  padding-bottom: 20px;
}

.wcpf-field-button {
  border-bottom: 0;
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-text-label {
  border: 0;
  font-family: "Montserrat FJ", Sans-serif;
  font-size: 15px;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0s;
  color: #212121;
}

.selected-option {
  font-family: "Montserrat FJ", Sans-serif;
}

.wcpf-field-color-list .wcpf-content {
  margin-top: 0;
}

.tab-toggle {
  position: relative;
  border-bottom: 1px solid #DEDEDE;
  font-family: 'Playfair Display FJ';
  font-size: 16px;
  padding: 15px 0;
}

.tab-toggle::after {
  background: url(/wp-content/themes/team-fenj/assets/images/down-arrow.svg) no-repeat center center;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 20px;
  height: 100%;
  transform: rotate(0deg);
  margin-right: 0;
  margin-top: 0;
}

.expanded .tab-toggle::after {
  content: "";
  transform: rotate(180deg);
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: inherit;
}


.woocommerce div.product div.images img {
  box-shadow: none;
}

@media only screen and (min-width: 1081px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 47%;
  }

  .single-product .product-image-wrapper {
    width: 47%;
  }

  .flex-viewport,
  .woocommerce div.product div.images .flex-control-thumbs li {
    box-shadow: 0px 3px 8px #00000029;
  }
}
#back-to-last-category svg {
  height: 15px;
}

#back-to-last-category {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  font-family: "Montserrat FJ", Sans-serif;
  font-weight: 400;
  font-size: 15px;
  gap: 15px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 787px) {
  #back-to-last-category {
    position: relative;
  }

  .woocommerce .woocommerce-breadcrumb {
    margin: 30px 0 30px 0;
  }

  .branding-logo-container img {
    max-height: 30px;
  }
}

#back-to-last-category:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#back-to-last-category:hover svg {
  fill: #fff;
}

.woocommerce div.product {
  padding-top: 30px;
}

.woocommerce div.product .product_title {
  font-family: "Montserrat FJ", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 23px;
  color: #57432A;
}

.selected-option span, 
.variant-dropdown .options li span {
  background: #57432A;
}

.woocommerce-product-gallery .badge {
  font-family: "Montserrat FJ", Sans-serif;
  top: 0;
}

.woocommerce div.product p.price {
  margin-bottom: 30px;
  font-size: 30px;
}

.woocommerce div.product p.price ins {
  color: #1D9800;
}

.woocommerce div.product .entry-summary p.price:has(del) {
  flex-direction: column;
  gap: 0;
}

.single-product div.product .summary p.price del {
  max-width: fit-content;
  font-size: 20px;
  max-width: fit-content;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-product  div.product p.price del::after {
  height: 2px;
  width: 100%;
  left: 0;
}

.woocommerce div.product form.cart div.quantity {
  display: none;
}

.product-type-simple form.cart {
  display: flex;
}

.productnummer {
  display: none;
}

.badge {
  bottom: 0;
}

.woocommerce button.button, .tinv-wishlist .tinvwl-buttons-group button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: #57432A;
  border: 1px solid #57432A;
  padding: 0 30px;
  transition: 0.3s;
  border-radius: 0;
  min-height: 56px;
  width: 100%;
}

.woocommerce button.button:hover, 
.tinv-wishlist .tinvwl-buttons-group button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #fff;
  color: #57432A;
  border: 1px solid #57432A;
}

.woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-page .woocommerce-info .button {
  color: #fff;
  background: #57432A;
  border: 1px solid #57432A;
  border-radius: 0;
  transition: 0.3s;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-page .woocommerce-info .button:hover {
  background: #fff;
  color: #57432A;
  border: 1px solid #57432A;
}

.woocommerce-MyAccount-navigation .is-active,
.woocommerce-MyAccount-navigation a:hover {
    background: #bebebe;
}

.woocommerce form.checkout_coupon {
  display: flex;
}

.checkout_coupon #coupon_code {
  padding: 17px;
}

/* wishlist css */

.tinv-wishlist table.tinvwl-table-manage-list {
  display: block !important;
}

.wishlist-wrapper thead {
  display: none;
}

.wishlist-wrapper tbody {
  display: flex;
  flex-wrap: wrap;
}

.wishlist-wrapper .wishlist_item {
  display: flex;
  flex-direction: column;
  width: 25%;
  position: relative;
  padding: 1.2%;
}

.wishlist-wrapper table td {
  padding: 0;
}

.tinvwl-table-manage-list tbody tr td {
  border-bottom: 0;
}

.wishlist-wrapper .wishlist_item .product-stock p {
  float: left;
}

.wishlist-wrapper .product-thumbnail {
  width: 100%;
}

.wishlist-wrapper .tinvwl-table-manage-list .product-remove {
  position: absolute;
  right: 30px;
  top: 18px;
}

.wishlist-wrapper .product-remove button {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  padding-left: 0px;
  cursor: pointer;
}

.wishlist-wrapper form {
  margin: 0 -1.2%;
}

.wishlist-wrapper .product-brand {
  padding-bottom: 5px;
  padding-top: 0.5em;
}

.wishlist-wrapper .product-brand a {
  font-size: 20px;
  color: #121212;
  font-weight: 600;
  text-decoration: none;

}

.wishlist-wrapper h2 {
  font-family: 'Playfair Display FJ';
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  margin: 0;
  color: #000;
}

.wishlist-wrapper .tinv-header {
  margin-bottom: 30px;
  margin-top: 50px;
}

.wishlist-wrapper .product-name a {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Playfair Display FJ", Sans-serif;
  position: relative;
  font-weight: 400;
  display: block;
}

.woocommerce th, .woocommerce form h2, .cart_totals h2 {
  font-family: "Playfair Display FJ", Sans-serif;
}

.wishlist-wrapper .product-price del bdi {
  color: #C40000;
}

.wishlist-wrapper .product-price del::after {
  height: 3px;
}

.wishlist-wrapper .product-price {
  margin-top: 3px;
  display: flex;
  gap: 15px;
  color: #212121;
  font-weight: 400;
  font-family: "Montserrat FJ", Sans-serif;
}


@media only screen and (max-width: 768px) {
  .wishlist-wrapper table.tinvwl-table-manage-list tbody td {
    display: block;
    width: auto !important;
    text-align: inherit;
  }

  .wishlist-wrapper .wishlist_item {
    width: 50%;
  }

  .wishlist-wrapper .product-thumbnail img {
    max-width: 100%;
  }

  .wishlist-wrapper .tinvwl-table-manage-list .product-remove {
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .wishlist-wrapper form {
    margin: -1rem;
  }

  .wishlist-wrapper .wishlist_item {
    padding: 1rem;
    margin-bottom: 10px;
  }

  .wishlist-wrapper .tinv-header {
    margin-bottom: 20px;
  }

  .wishlist-wrapper .product-brand a {
    font-size: 18px;
  }

  .wishlist-wrapper .product-name a {
    font-size: 14px;
  }

  .wishlist-wrapper table.tinvwl-table-manage-list tbody td.product-price {
    display: flex !important;
    gap: 10px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .tinv-wishlist .product-thumbnail {
    max-width: 100%;
  }
}

.wishlist-wrapper .social-buttons {
  margin-bottom: 20px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-radius: 0;
}

#mobile-navigation a {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

#mobile-navigation button.pre-link {
    font-family: "Montserrat FJ", Sans-serif;
}

.product-archive-filter .wcpf-button-action-reset, .product-archive-filter .wcpf-button-action-filter {
    font-family: "Montserrat FJ", Sans-serif;
    font-weight: 400;
}

.wcpf-icon-android-add::before, .wcpf-front-element .wcpf-more-button .wcpf-more-icon::before, .wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed.wcpf-item-box-hide > .wcpf-item-inner > .wcpf-item-label .box-item-toggle::before, .wcpf-layout-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle::before, .wcpf-field-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle::before {
  content: "\203A";
  transform: rotate(90deg);
  display: block;
  transition: 0.3s;
  margin-left: 0;
  font-size: 20px;
}

.wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle::before {
  content: "\203A";
  transform: rotate(-90deg);
  display: block;
  margin-left: -20px;
  transition: 0.3s;
  font-size: 20px;
}

.current_page_item > a > span,
.current-menu-parent > a > span,
.current-menu-ancestor> a > span,
.current-menu-item > a > span {
  font-weight: bold;
}

.image-text-block-container {
  margin-top: 30px;
}

#main-header-wrapper {

  box-shadow: none;
  position: absolute;
}

#main-header-wrapper.sticky-menu {
  position: fixed;
  top: 0;
}

.header-divier {
  height: 210px;
}

@media only screen and (max-width: 1080px) {
  .header-divier {
    height: 154px;
  }
  
  #mobile-navigation a {
    font-size: 16px;
  }

  .menu-item .pre-link {
    font-size: 16px;
  }

  .menu-item .pre-link::before {
    width: 14px;
  }
}

#mobile-navigation button div {
  background: #57432a;
}

.wishlist-icon svg {
  max-width: 35px;
  margin: auto;
}

.login-icon svg {
  max-width: 35px;
  margin: auto;
  height: 34px;
}

.cart-icon {
  display: flex;
  height: 47px;
  width: 30px;
  position: relative;
}

.cart-icon svg {
  max-width: 30px;
}

.right-menu {
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .site-footer .footer-wrapper {
    gap: 5%;
  }

  .footer-widget {
    min-width: 45%;
  }
}

footer .site-info a {
  color: #000;
}

@media screen and (min-width: 1081px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 31.33333%;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 3% 95px 0;
  }

  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1081px) {
  .cat-wrapper {
    gap: 10%;
  }
  
  .cat-wrapper .product-archive-filter {
    width: 200px;
  }
}

.woocommerce ul.products li.product .price {
  font-size: 17px;
}

@media only screen and (min-width: 1081px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    gap: 20px;
    min-width: 70px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    gap: 50px;
  }
}

/* lookbook css */

div.product-type-grouped .entry-summary p.price {
  display: none;
}

.lookbook-titel {
  margin-bottom: 15px;
}

.lookbook-titel a{
  font-family: "Montserrat FJ", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  color: #57432A;
  text-decoration: none;
}

@media screen and (min-width: 1081px) {
  .woocommerce div.product-type-grouped div.product-image-wrapper div.woocommerce-product-gallery {
    display: none;
  }

  .lookbook-grouped-products .lookbook-item {
    display: flex;
    gap: 5%;
  }

  .product.product-type-grouped {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5%;
    /* Space between images and summary */
  }

  .lookbook-wrapper {
    position: sticky;
    top: 200px;
  }
}

@media screen and (max-width: 1080px) {
  .lookbook-desktop-gallery {
    display: none;
  }
}

.lookbook-grouped-products .lookbook-item img {
  height: 100%;
}

.lookbook-item-content {
  flex: 1;
}

.woocommerce div.product .lookbook-item-form form.cart {
  margin-bottom: 0;
}

.lookbook-item-price {
  margin-bottom: 1rem;
}

.lookbook-item {
  align-items: stretch; /* This makes children equal height */
  margin-bottom: 20px;
}

.lookbook-item-image {
  display: flex;
  margin-bottom: 10px;
}

.lookbook-item-image img {
  object-fit: cover;
  height: 100%;
  max-height: 210px;
  width: auto;
  max-width: 140px;
}

.grouped-title {
  width: 100%;
  position: relative;
  color: #404040;
  font-size: 30px;
  font-family: "Playfair Display FJ", Sans-serif;
  margin-top: 0;
}

.lookbook-total-price {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-family: "Montserrat FJ", Sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 1080px) {
  .lookbook-total-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.lookbook-total-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lookbook-total-label {
  line-height: 1;
}

.lookbook-total-value del {
  color: #A8A8A8;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 5px;
  position: relative;
} 

.lookbook-total-value del:after {
  content: " ";
  background: #A8A8A8;
  position: absolute;
  top: calc(50% - 0px);
  height: 1px;
  left: -4%;
  transform: rotate(0deg);
  font-family: "Montserrat FJ", Sans-serif;
  width: 108%;
}

.lookbook-total-value ins {
  color: #1D9800;
  font-size: 20px;
  font-weight: 700;
}

/* lookbook css end */

.primary-menu .sub-menu-wrapper a {
  padding: 10px 0;
}

.single-image {
  box-shadow: 0px 3px 8px #00000029;
}

.color-options-wrapper .color-option-detail-container img {
  border: 0;
  box-shadow: 0px 3px 8px #00000029;
  transition: 0.3s;
}

.color-options-wrapper .active .color-option-detail-container img {
  border: 0;
}

.color-options-wrapper .color-option-detail-container img:hover {
  border: 0;
  box-shadow: 0px 8px 13px #00000029; 
}

.color-text {
  font-size: 16px;
}

.color-options-wrapper .color-option-detail-container {
  width: 100%;
}

.color-options-wrapper .color-option img {
  max-height: 85px;
}

.woocommerce-variation-availability {
  display: none;
}

.shipping_notes {
  line-height: 2em;
}

.usp_slider_container {
  color: #57432A;
  font-family: 'Montserrat FJ';
  font-size: 14px;
}

.pre-header-left {
  align-items: center;
}

.cart-collaterals .usp_slider_container {
  padding: 18px 20px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  color: #000;
  display: flex;
  font-weight: 400;
  margin-bottom: 20px;
}

.new-badge {
  background: #d13f00;
}