/*
Theme Name: Martine Lingerie Child
Theme URI: https://martinelingerie.nl/
Description: Child theme voor Hello Elementor - Martine Lingerie. Onderhoud door Unique Design B.V.
Author: Unique Design B.V.
Author URI: https://uniquedesign.nl/
Template: hello-elementor
Version: 2.0.0
Text Domain: martine-lingerie-child
Requires at least: 6.4
Tested up to: 6.9.4
Requires PHP: 8.1
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, translation-ready
*/

/*
    Add your custom styles here
*/

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat";
  letter-spacing: 1px;
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.wpgb-facet-6 .wpgb-inline-list {
  display: grid !important;
  grid-template-columns: 50% 50%;
  grid-column-gap: 5px;
}

.wpgb-facet .wpgb-color-facet span.wpgb-color-control {
  box-shadow: 0 0 0 1px #afafaf !important;
  width: 19px;
  height: 19px;
}

.wpgb-facet .wpgb-color-facet span.wpgb-color-label {
  position: inherit;
  color: black;
  font-size: 12px;
  opacity: 1;
  background: none;
  z-index: 55;
  top: auto;
  left: 0px;
  transform: none;
}

.wpgb-facet
  .wpgb-color-facet
  .wpgb-color:hover:not([tabindex="-1"])
  .wpgb-color-label {
  transform: none !important;
}

.wpgb-facet .wpgb-color-facet .wpgb-color-label:after {
  display: none;
}

.wpgb-facet .wpgb-color-facet .wpgb-color {
  align-items: center;
}

.wpgb-facet .wpgb-color-facet ul.wpgb-inline-list li {
  margin: 0 12px 12px 0;
  margin: 5px;
  border: 1px solid #ebe2e2;
  width: 100%;
  padding: 8px;
}

.wpgb-facet h4.wpgb-facet-title {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 24px 0;
  font-family: "Montserrat";
  letter-spacing: 0;
  font-weight: 500;
  color: #23201c;
}

.wpgb-facet span.wpgb-radio-label,
.wpgb-facet span.wpgb-rating-label,
.wpgb-facet span.wpgb-checkbox-label {
  font-family: "Montserrat";
  font-size: 14px;
}
.wpgb-facet-5.wpgb-facet ul.wpgb-hierarchical-list {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: baseline;
}

:root {
  --lingerie: #ea5284;
  --lingerielight: #f8c4d1;
  --nachtmode: #ecc747;
  --nachtmodelight: #f6e3ac;
  --herenmode: #63b9e9;
  --herenmodelight: #add5f3;
  --badmode: #00a089;
  --badmodelight: #92c5b7;
  --prothese: #ba8d76;
  --protheselight: #d4b9a9;
}
/* 
h5 {
  font-family: "North Avellion", Sans-serif;
  line-height: 150px;
} */

.northh5 h5 {
  font-family: "North Avellion", Sans-serif;
  line-height: 150px;
}

/* Splash */
.splash-text {
  text-transform: uppercase;
}

.splash-text h2 {
  font-size: 30px;
}

.splash-text h3 {
  font-size: 20px;
}

@media only screen and (max-width: 1440px) {
  .splash-text h2 {
    font-size: 24px;
    line-height: 20px;
  }

  .splash-text h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1140px) {
  .splash-col {
    width: 100% !important;
    min-height: 300px;
  }
}
/* Buttons */

.elementor-widget-button .elementor-button,
.form-button {
  background-color: var(--e-global-color-accent);
  font-weight: var(--e-global-typography-accent-font-weight);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
  color: var(--e-global-color-primary);
  border: 0px solid;
  padding: 12px 24px;
}

.elementor-widget-button .elementor-button:hover,
.form-button:hover {
  background-color: var(--e-global-color-primary);
}

.elementor-button-icon {
  transition: transform 250ms;
}

.elementor-button.elementor-size-xs {
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0px;
  color: var(--e-global-color-primary);
  font-size: 14px;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.elementor-button.elementor-size-xs:hover {
  background-color: rgba(255, 255, 255, 0);
}

.elementor-button.elementor-size-xs:hover .elementor-button-icon {
  transform: translateX(5px);
}

.elementor-button.elementor-size-sm {
  //background-color:var(--lingerielight)!important;
  //color:white!important;
  font-weight: bold;
  font-size: 14px;
  padding: 18px 24px;
  margin-top: 10px;
}

.elementor-button.elementor-size-sm:hover {
  //background-color:var(--e-global-color-primary)!important;
}

.elementor-button.elementor-size-md {
}

.elementor-button.elementor-size-lg {
}

.elementor-button.elementor-size-xl {
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 10px 0px;
  border-radius: 0px;
  border-bottom: 2px dashed var(--e-global-color-primary);
  font-size: 17px;
  font-weight: bold;
  position: relative;
}

.elementor-button.elementor-size-xl:hover {
  background-color: rgba(255, 255, 255, 0);
}

.elementor-button.elementor-size-xl:after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--e-global-color-accent);
  display: block;
  bottom: -2px;
  position: absolute;
  opacity: 0;
  transition: 0.2s;
}

.elementor-button.elementor-size-xl:hover:after {
  opacity: 1;
}

.wit .elementor-button.elementor-size-xl {
  border-bottom: 2px dashed white;
}

.wit .elementor-button.elementor-size-xl:after {
  background: white;
}

@media only screen and (max-width: 767px) {
  .elementor-button.elementor-size-xl {
    font-size: 15px;
  }
}

/* Formulieren */

.wpcf7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.elementor-form input[type="date"],
.elementor-form input[type="email"],
.elementor-form input[type="number"],
.elementor-form input[type="password"],
.elementor-form input[type="search"],
.elementor-form input[type="tel"],
.elementor-form input[type="text"],
.elementor-form input[type="url"],
.elementor-form select,
.elementor-form textarea {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 2px solid rgba(255, 255, 255, 0) !important;
  border-radius: 5px !important;
  margin: 10px 0px !important;
  padding: 15px 20px !important;
  color: white !important;
}

.elementor-form input[type="date"]:focus,
.elementor-form input[type="email"]:focus,
.elementor-form input[type="number"]:focus,
.elementor-form input[type="password"]:focus,
.elementor-form input[type="search"]:focus,
.elementor-form input[type="tel"]:focus,
.elementor-form input[type="text"]:focus,
.elementor-form input[type="url"],
.elementor-form select:focus,
.elementor-form textarea:focus {
  border: 2px solid rgba(255, 255, 255, 1) !important;
}

.elementor-form ::placeholder {
  color: white !important;
}

.form-button {
}

.form-button:hover {
}

.one-half,
.one-third {
  position: relative;
  margin-right: 4%;
  float: left;
}

.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.one-half label,
.one-third label,
.last label {
  font-size: 1.2rem;
}

.woocommerce div.product form.cart .variations select {
  font-size: 1.4rem;
}

/* Woocommerce breadcrumbs */
.woocommerce-breadcrumbs {
  font-size: 1.4rem;
  color: red;
  color: #8b8b8b;
}

/*  */

@media only screen and (max-width: 767px) {
  .one-half,
  .one-third {
    width: 100%;
    margin-right: 0;
  }
}

/* Hide header */
header,
header.site-header {
  display: none;
}

/* Columns padding */
.elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated,
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px 20px !important;
}

/* Haalt blauwe focus van buttons weg*/
*:focus {
  outline: none;
}

/* Captcha */
.grecaptcha-badge {
  visibility: hidden;
}

.verberg {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* tec */

.rotated .elementor-heading-title {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: absolute;
  right: 45px;
  font-size: 150px;
  font-size: 12rem;
  bottom: -352px;
  white-space: nowrap;
  position: absolute;
}

.home-block-3 .elementor-col-33::after {
  width: 60px;
  height: 60px;
  content: "";
  background: url(https://www.martinelingerie.nl/wp-content/uploads/2022/02/martine-bloem.svg);
  position: absolute;
  right: 70px;
  bottom: -19px;
}

.cut-corner {
  clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% calc(0% + 40px),
    100% 100%,
    0 100%
  );
}

.cut-corner-mob {
  clip-path: polygon(0 0, 80% 0, 100% 10%, 100% 100%, 0 100%);
}

img.single_product_cat_img {
  width: 200px;
  margin-left: auto;
  display: block;
  height: 65px;
  object-fit: cover;
}

img.single_product_cat_img_tw {
  width: 220px;
  height: 65px;
  object-fit: cover;
  margin-bottom: 10px;
}

.sale-prod-btn {
  background: #ea5284;
  padding: 5px 15px;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
}

.new-prod-btn {
  background: #f8c4d1;
  padding: 5px 15px;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
}

.tec-add-to-cart-variations button {
  height: 58px;
}

.woocommerce div.product p.stock {
  font-size: 0.92em;
  display: inline-block;
  background: #ea5284;
  padding: 3px 10px;
  color: #fff;
  font-weight: 700;
}

div.product form.cart button.single_add_to_cart_button {
  background-color: #23201c;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
}

div.product form.cart button.single_add_to_cart_button:hover {
  background-color: #f8c4d1;
}

.tec-add-to-cart-variations .tinvwl_add_to_wishlist_button {
  border: 2px solid black;
  padding: 24px;
  height: 58px !important;
  width: 58px !important;
}

span.reserveer-winkel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7e0e0;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: all 0.2s;
  cursor: pointer;
  height: 58px;
}

span.reserveer-winkel-button:hover {
  background-color: #23201c;
  color: #fff;
}

.product .yith-wcwl-add-to-wishlist {
  border: 3px solid #23201c;
  font-family: "Montserrat";
  font-size: 14px;
  color: #23201c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 15px;
  height: 58px;
  /* line-height: 46px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  color: #000000;
}

.elementor-add-to-cart .quantity {
  height: 58px;
  display: none;
}

@media only screen and (max-width: 890px) {
  .woocommerce div.product button.single_add_to_cart_button.button {
    width: 100%;
  }

  .woocommerce div.product.elementor .quantity + .button {
    margin: 0;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  box-shadow: none;
  max-height: 450px;
  min-height: 450px;
  object-fit: contain;
}

.cart-product {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}

.cart-product--thumb {
  width: 300px;
}

.cart-product--thumb img {
  border: 1px solid #ededed;
}

.cart-product .cart-product--content {
  width: 100%;
  padding: 0 25px;
}

.cart-product .cart-product--content .cart-product-title {
  font-family: "Playfair Display", Sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.cart-product .cart-product--content .cart-product-title a {
  color: #000;
}

.h5-bold-mont {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cart-product--merk {
  margin: 1rem 0;
}

.woocommerce-cart-form > .e-shop-table {
  border: unset;
}

.wc-proceed-to-checkout a.button.alt.wc-forward {
  background: black;
  padding: 15px;
  text-align: center;
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tec-add-to-cart-variations {
  display: grid;
  grid-template-columns: 58px auto auto;
  gap: 40px;
}

.tec-maat-flex {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tec-maat-flex > div:first-child {
  width: 60%;
  display: flex;
}

.tec-maat-flex > div:not(:first-child) {
  padding: 25px;
}

a.a-black {
  text-decoration: underline;
  font-weight: 600;
  color: #23201c;
}

.tec-maat-flex select {
  padding: 15px;
  border: 1px solid #ededed;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  width: 100px;
  padding: 15px;
}

.tec-flex {
  display: flex;
}

.font-800 {
  font-weight: 800;
}

.tec-kleur {
  margin-top: 55px;
}

#mini-cart-tec .elementor-button-icon i:before {
  content: url(https://www.martinelingerie.nl/wp-content/uploads/2022/03/menu-icon.svg);
  transition-duration: 0.3s;
}

#mini-cart-tec .elementor-button-icon:hover i:before {
  content: url(https://www.martinelingerie.nl/wp-content/uploads/2022/03/menu-icon-closed.svg);
}

.tec-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  background: white;

  display: none;
}

.tec-mega-menu.show-mega {
  display: block;
}

.menu-item-50:hover .tec-mega-menu {
  visibility: visible;
}

.wpgb-facet.wpgb-facet-9 {
  width: 150px;
  display: inline-block;
  float: right;
}

.wpgb-facet.wpgb-facet-9 .wpgb-facet-title {
  margin: 0;
}

.wpgb-facet.wpgb-facet-9 .wpgb-sort.wpgb-select {
  border: unset;
  font-size: 14px;
  padding: 0;
}

/* Zoekinputveld */
.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-left: 12px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input[placeholder] {
  text-transform: uppercase;
}

.dgwt-wcas-search-wrapp {
  min-width: 418px;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:focus {
  background: unset;
  box-shadow: unset;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 12px;
}
/*  */

/* Wishlist */
.wpgb-card .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist > img {
  max-width: 24px;
}
/*  */

/* variatie tabel productpagina */
.variations_form.cart table.variations :is(td, tr, th) {
  background-color: #fff;
}

.mega-tec {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-10px);
  display: none;
  z-index: 99999;
  background: white;
  box-shadow: 0 10px 14px 0 rgba(204, 204, 204, 0.274);
  box-sizing: border-box;
}

/* Side cart */

.elementor-menu-cart__main {
  width: 480px;
  padding: 50px;
}

.widget_shopping_cart_content a.martine-button-1 {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 15px 15px 15px 15px;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  transition: all 0.2s;
  display: inline-block;
  width: fit-content;
  margin-bottom: 10%;
}

.widget_shopping_cart_content a.martine-button-1:hover {
  color: #fff;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
  font-family: "Playfair Display";
  font-size: 1.7rem;
  color: #23201c;
  margin-bottom: 4%;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin: 15px 0;
  padding: 15px 0;
}

.woocommerce-mini-cart a.remove.remove_from_cart_button {
  position: absolute;
  right: 0;
  font-size: 3rem;
}

.woocommerce-mini-cart-item.mini_cart_item .flex p {
  margin: 0;
}

.bekijk-ook {
  margin-top: 15%;
}

.bekijk-ook div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.bekijk-ook div img {
  width: 48%;
  margin: 10px 0;
  border: 1px solid #ededed;
  padding: 15px;
}

/*  */

/* extra informatie product*/

.woocommerce-tabs table.woocommerce-product-attributes :is(tr, td, th) {
  background: #fff !important;
  padding: 10px;
  color: #333;
  vertical-align: middle;
  font-style: normal;
}

.elementor-widget-woocommerce-product-data-tabs
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce button.button.disabled {
  opacity: 0.1;
}

/*  */

.flex {
  display: flex;
}

.extrabold {
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .tec-add-to-cart-variations {
    display: flex;
    flex-flow: column;
    align-items: stretch;
  }

  .tec-add-to-cart-variations div {
    width: 100% !important;
    margin: 3px 0;
  }

  .single_product_cat_img {
    margin: auto;
  }

  .single-product .product .product_title {
    text-align: center;
  }

  .post-type-archive-product
    .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 10px !important;
  }
  .woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: none;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    overflow: auto;
    padding-bottom: 20px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    white-space: nowrap;
  }

  .home-block-3 .elementor-col-33 {
    margin: 50px 0;
  }

  .home-block-3 .elementor-col-33::after {
    right: 55px;
    bottom: -18px;
  }

  .home-block-3 .elementor-col-33 .elementor-heading-title {
    font-size: 120px !important;
  }
  .elementor-widget-container
    .wp-grid-builder
    .wpgb-card
    .wpgb-card-media-thumbnail
    div {
    background-size: contain;
  }

  .elementor-widget-container .wp-grid-builder .wpgb-card-21 .wpgb-card-media {
    height: 200px;
  }

  .elementor-widget-container
    .wp-grid-builder
    .yith-wcwl-add-to-wishlist
    a.add_to_wishlist
    > img {
    max-width: 15px;
    margin: 0;
  }

  .elementor-widget-container
    .wp-grid-builder
    .add_to_wishlist.single_add_to_wishlist {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-filter-tec {
    height: 85px;
    overflow: hidden;
    box-shadow: 0 6px 6px #b4b4b43d;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    transition-duration: 0.3s;
    z-index: 6;
    background: white;
    opacity: 0.8;
  }

  .product-filter-tec
    span.elementor-heading-title.elementor-size-default::after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    transition-duration: 0.3s;
    display: inline-flex;
  }

  .product-filter-tec.show-filter {
    height: 100vh;
    opacity: 1;
    transition-duration: 0.3s;
    overflow: scroll;
  }

  .product-filter-tec.show-filter
    span.elementor-heading-title.elementor-size-default::after {
    transform: rotate(180deg) !important;
    transition-duration: 0.3s;
  }
}

.single-wishlist-tec {
  width: 100%;
  background: white;
  border: 2px solid black;
  height: 57px;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 5px 15px 5px 15px;
  color: #000;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
}

/* sale en nieuw badge */

.wp-grid-builder .wpgb-card span.tec-prod-badge {
  width: 100%;
  display: block;
  height: 35px;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-transform: uppercase;
  font: normal normal 800 14px/35px Montserrat;
}

.tec-prod-badge.t-sale {
  background: #ea5284;
}

.tec-prod-badge.t-new {
  background: #f8c4d1;
}

.wpgb-card-media-content .tinvwl-loop-button-wrapper {
  line-height: 0 !important;
}

.home-b-cats img {
  /* width: 300px; */
  height: 350px;
  width: auto;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-b-cats .elementor-widget-heading > .elementor-widget-container {
  position: absolute !important;
  right: 73px;
  bottom: 48px;
  width: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 11;
}

.home-b-cats .elementor-widget-heading .elementor-heading-title {
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-size: 142px;
}

.home-b-cats .elementor-element-populated {
  width: 312px;
  min-width: 312px;
  height: 450px;
  margin: auto;
  margin-bottom: 0;
  position: relative;
}

.home-b-cats .elementor-widget-image .elementor-widget-container,
.home-b-cats .elementor-widget-image,
.home-b-cats .elementor-widget-heading {
  position: static !important;
}

.home-b-cats .elementor-element-populated::after {
  width: 136px;
  height: 216px;
  background: var(--e-global-color-accent);
  opacity: 0.3;
  position: absolute;
  left: 125px;
  bottom: 0;
  content: "";
  z-index: -1;
}

.home-b-cats .elementor-element-populated::before {
  background: url(https://www.martinelingerie.nl/wp-content/uploads/2022/02/martine-bloem.svg);
}

.home-b-cats.nachtmode .elementor-element-populated::before {
  background: url(https://www.martinelingerie.nl/wp-content/uploads/2022/03/martinenachtmode-bloem.svg);
}

.home-b-cats.herenmode .elementor-element-populated::before {
  background: url(https://www.martinelingerie.nl/wp-content/uploads/2022/03/martineherenmode-bloem.svg);
}

.home-b-cats.badmode .elementor-element-populated::before {
  background: url(https://www.martinelingerie.nl/wp-content/uploads/2022/03/martinebadmode-bloem.svg);
}

.home-b-cats.prothese .elementor-element-populated::before {
  background: url(https://www.martinelingerie.nl/wp-content/uploads/2022/03/martineprothese-bloem.svg);
}

.home-b-cats .elementor-element-populated::before {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  right: 19px;
  bottom: -30px;
  z-index: 12;
  transition-duration: 0.3s;
}

@keyframes bloemeffect {
  0% {
    transform: 0;
  }
  100% {
    transform: scale(1.5) translateY(-12rem) rotate(360deg);
  }
}

.home-b-cats:hover ::before {
  transform: scale(2) translate(-3rem, -6rem) rotate(90deg);
  z-index: 1;
}

/* kleuren selectie single product */

#product-kleuren-single {
  margin-top: 10rem;
}

#product-kleuren-single h3 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0;
  color: #23201c;
  margin-bottom: 2.5rem;
}

label.color-wrap div {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 0;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
  padding: ;
  font-weight: 800;
}

.color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 10px;
  transition-duration: 0.2s;
  cursor: pointer;
}

.color-wrap:hover {
  border-color: #d5d0d0;
  box-shadow: 0 0 6px 0 #aaaaaa36;
  transform: translateY(-2px);
}

.color-wrap {
  display: flex;
  padding: 5px;
  width: 125px;
  align-items: center;
  border: 1px solid #ededed;
  margin: 5px 15px 5px 0;
  transition-duration: 0.4s;
  color: #23201c;
}

.color-wrap input {
  display: none;
}

.color-wrap.color-active {
  border: 1px solid #23201c;
}

label.color-wrap a {
  text-transform: capitalize;
  font-size: 1.4rem;
  color: #23201c;
}

.flex-row-wrap {
  display: flex;
  flex: row wrap;
}

/*  */

/* wishlist */

.tinv-header h2 {
  font-family: "Playfair Display";
  font-size: 7.2rem;
  letter-spacing: 0;
}

.tinv-wishlist td.product-thumbnail img {
  border: 1px solid #ededed;
}

.tinv-wishlist :is(.product-action a.button, .product-action button.button) {
  width: 100%;
  background-color: black;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.tinv-wishlist .product-name a {
  font-family: "Playfair Display";
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
  color: #23201c;
}

.tinv-wishlist table :is(tr, td, th),
table thead:first-child tr:first-child th {
  background-color: #fff !important;
  border: 0;
  border-bottom: 1px solid #ededed;
  padding: 2.5rem 1rem;
  text-align: left;
}

.tinv-wishlist table td {
  color: #8b8b8b;
  font-weight: 500;
}

.tinv-wishlist .product-remove button {
  background: unset;
}

.tinv-wishlist .stock.out-of-stock {
  color: #cc5b5b;
}

.tinv-wishlist .stock.in-stock {
  color: #6c9e6c;
}

.tinv-wishlist td.product-name a + .variation {
  margin-top: 1rem;
}

.tinv-wishlist .tinvwl-to-left .button {
  background: black;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
}

.tinv-wishlist .tinvwl-to-right .button {
  background: var(--e-global-color-caa1da1);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
}

.tinv-wishlist tfoot td {
  padding: 5rem 1rem;
}

.tinv-wishlist .tinvwl-to-left .button:hover {
  background-color: var(--lingerie);
  color: #fff;
}

.tinv-wishlist .tinvwl-to-right .button:hover {
  background: black;
  color: #fff;
}

.tinv-wishlist
  :is(.product-action a.button, .product-action button.button):hover {
  background-color: var(--lingerie);
}

@media (max-width: 768px) {
  .tinv-wishlist table :is(td, th) {
    padding: 0.5rem 1rem;
  }

  .tinv-wishlist :is(.product-action a.button, .product-action button.button),
  .tinv-wishlist .tinvwl-to-right .button {
    max-width: 44rem !important;
    margin: 2rem auto !important;
    display: block;
  }

  dl.variation {
    width: 10rem;
    margin: 1rem auto;
  }
}
