@font-face {
    font-family: Avenir;
    src: url('/wp-content/themes/Versatile-child/fonts/AvenirNext-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: Avenir;
    src: url('/wp-content/themes/Versatile-child/fonts/avenir-next-thin.woff') format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Avenir;
    src: url('/wp-content/themes/Versatile-child/fonts/avenir-next-bold.woff2') format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Kenyan Coffee;
    src: url('/wp-content/themes/Versatile-child/fonts/kenyan_coffee_rg.ttf') format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Kenyan Coffee;
    src: url('/wp-content/themes/Versatile-child/fonts/kenyan_coffee_bd.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/Versatile-child/fonts/Montserrat-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/Versatile-child/fonts/Montserrat-Italic.ttf') format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/Versatile-child/fonts/Montserrat-Medium.woff2') format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/Versatile-child/fonts/Montserrat-SemiBold.woff2') format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/Versatile-child/fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/Versatile-child/fonts/Montserrat-Bold.woff2') format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'simple-line-icons';
  src: url('/wp-content/themes/Versatile-child/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.pink-up{
    color: #D8127D;
}

.product-name .cart-bulk-plussizes{
	margin-bottom: 5px;
	margin-top: -10px;
	/* align-items: center; */
    display: flex;
    column-gap: 5px;
}

@media (max-width: 767px){
	.product-name .cart-bulk-plussizes{
		align-items: center;
	}
}
.filter--style-premmerce .filter__checkgroup-title, .woocommerce form .form-row label, .woocommerce table.shop_table td, a, body, html, li, p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%
}
body{
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    background: #F7F7F7;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
}
/* .menu-depth-zero .fas{
	display: inline-block!important;
} */
.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px){
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px){
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px){
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.text-center {
    text-align: center!important;
}
.align-items-center {
    align-items: center!important;
}
.text-right {
    text-align: right!important;
}
.text-white {
    color: #fff!important;
}
pink{
    color: #D8127D!important;
}
.disable-transistion, .disable-transistion > *{
    transition: unset!important;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
dl, ol, ul {
    padding-left: 30px;
    margin-top: 0;
}
p, a, li {
    font-size: 1.4rem;
}
a{
    text-decoration: none;
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 1.1;
    font-weight: 400;
}

.loader-gif-container{
	opacity: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    overflow: hidden;
    transition: ease 0.4s opacity;
    will-change: opacity;
    background-color: #ffffff;
    display: flex;
}
.loader-gif-container.show-loader{
	opacity: 1;
}
.loader-gif-container.hide-loader{
	display: none;
}
.loader-gif-container .gif-container{
	margin: auto;
}
@media (max-width: 767px){
	.loader-gif-container{
	    height: 100dvh;
	}
}
.notice-topbar
{
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #FFF;
	padding: 5px;
	font-size: 13px;
	z-index: 10000;
    position: relative;
    font-family: 'Montserrat', sans-serif; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.topbar_red
{
	color: #BA181B;
}

.home-support__delivery.front{
    /* overflow: hidden; */
    padding-top: 5px;
}

header .top-bar{
    height: 35px;
    background-color: #FBF5F4;
    color: #000000;
    position: relative;
    z-index: 11;
}

/* @media (min-width:1300px){ */
@media (min-width: 1025px){
    .blue-text-desktop span{
        color: #00A3DA!important;
    }
    .orange-text-desktop span{
        color: #FFA500!important;
    }
}

@media (max-width: 1299px){
/* @media (max-width: 991px){ */
    .top-bar{
        display: none;
    }
}
.top-bar .top-bar-container a{
	/* color: #fff!important;
	padding: unset; */
}


.top-bar li.active .nav-link{
	color: #fff!important;
}

.top-bar .top-bar-container > .row{
	height: 100%;
}
.top-bar .top-bar-container .topbar-usp-container{
    display: flex;
}
.top-bar .top-bar-container .topbar-usp-container svg{
    margin-left: 15px;
    margin-right: 5px;
    max-height: 21px;
    max-width: 21px;
    vertical-align: sub;
}
.top-bar .top-bar-container .topbar-usp-container span{
    font-weight: 500;
    font-size: 13px;
    font-family: Avenir, Arial, Helvetica, sans-serif;
}
.top-bar .top-bar-container .topbar-usp-container .mobile-usp{
	display: none;
}
.top-bar .top-bar-container .topbar-usp-container etrusted-widget{
    height: 35px;
    width: fit-content;
    position: absolute;
    right: -32px;
    top: -1.25em;
}
.top-bar .top-bar-container ul{
    list-style: none;
    flex-direction: row;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
}
.top-bar .top-bar-container ul li a{
    font-weight: 400;
    font-size: 12px;
}
.top-bar .top-bar-container ul li a:hover{
    color: #d8127d!important;
}

@media (max-width: 767px){
	.top-bar.dev-usp{
		display: initial;
	}
	.top-bar.dev-usp .top-bar-container .topbar-usp-container{
	    overflow: hidden;
	    flex-wrap: nowrap;
	    justify-content: unset;
	    padding: unset;
	    position: relative;
	    --top-uspsliderleft: 0vw;
	    max-width: unset;
	    flex: unset;
	    margin: unset;
	    padding: unset;
	    height: 100%;
	}
	.top-bar.dev-usp .topbar-usp-container .topbar-usp{
		max-width: 100vw;
	    justify-content: center;
	    display: flex;
	    position: absolute;
	    transition: 0.8s ease all;
	    height: 100%;
	    line-height: 35px;
	    width: 100%;
	    align-items: center;
	}
	.top-bar.dev-usp .topbar-usp-container .topbar-usp svg{
		margin-top: -6px;
		margin-left: unset;
	}
	.top-bar.dev-usp .topbar-usp-container .topbar-usp:nth-child(1){
		left: calc(0px - var(--top-uspsliderleft));
	}
	.top-bar.dev-usp .topbar-usp-container .topbar-usp:nth-child(2){
		left: calc(100vw - var(--top-uspsliderleft));
	}
	.top-bar.dev-usp .topbar-usp-container .topbar-usp:nth-child(3){
		left: calc(200vw - var(--top-uspsliderleft));
	}
	.top-bar.dev-usp .topbar-usp-container .topbar-usp:nth-child(4){
		left: calc(300vw - var(--top-uspsliderleft));
	}
	.top-bar.dev-usp .topbar-usp-container .topbar-usp:nth-child(5){
		left: calc(400vw - var(--top-uspsliderleft));
	}
	
	.top-bar .top-bar-container .topbar-usp-container span.mobile-usp{
		display: initial;
	}
	.top-bar .top-bar-container .topbar-usp-container .topbar-usp.mobile-usp{
		display: flex;
	}
	.top-bar .top-bar-container .topbar-usp-container span.desktop-usp{
		display: none;
	}
	.top-bar .top-bar-container etrusted-widget, .top-bar .topbar-usp-container + div{
		display: none;
	}
}

.menu-overlay{
    /* position: absolute; */
    position: fixed;
    height: 200vh;
    width: 100%;
    width: 100vw;
    background-color: black;
    opacity: 0;
    z-index: -1;
    top: 0;
}

.mobile-menu-active .menu-overlay{
    z-index: 11;
}
 
.hover-mainmenu-overlay .menu-overlay, .show-mini-cart .menu-overlay{
    opacity: 0.4;
    z-index: 11;
    transition: ease 0.3s opacity;
}
.hover-mainmenu-overlay #page > .wrapper, .hover-mainmenu-overlay .header_usp, .hover-mainmenu-overlay footer, .hover-mainmenu-overlay main, .hover-mainmenu-overlay section,
.show-mini-cart #page > .wrapper, .show-mini-cart .header_usp, .show-mini-cart footer, .show-mini-cart main, .show-mini-cart section{
    filter: blur(2px);
}
/*.top-bar .top-bar-container etrusted-widget .wrapper{
    margin: unset!important;    
}
.top-bar .top-bar-container .topbar-usp-container etrusted-widget .trusted-stars-service-widget .wrapper .content{
    flex-direction: row-reverse;
} */
.top-bar .top-bar__right a, .top-bar .top-bar__left a{
    display: block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    float: left;
}
.top-bar .top-bar__right a i, .top-bar .top-bar__left a i{
	line-height: 72px;
}
.top-bar .top-bar__right a:hover, .top-bar .top-bar__left a:hover{
	background-color: #D8127D;
}
.top-bar__left a{
	border-left: 1px solid #fff;
}
.top-bar__right a{
	border-right: 1px solid #fff;
}
div.topbar-menu ul {
    margin: 0!important;
    list-style: none!important;
    list-style-image: none;
    text-align: right;
    font-size: small;
    padding: 0px;
}
div.topbar-menu li{
	margin-left: 32px;
	padding: 0;
    display: inline-block;
}
.topbar-menu {
    padding: 5px 0px;
}
.logo-checkout {
    display: none;
}
.top-bar div.topbar-menu li a.nav-link:hover, .top-bar div.topbar-menu li a.nav-link:focus, .top-bar .topbar-menu a:hover{
	text-decoration: underline;
	color: #fff!important;
}
.menu-depth-zero{
    margin-left: 10px;
}
#mobile-menu-id.topbar-menu{
	margin-right: 32px;
}

.pink{
    background: #D8127D;
}
.top-bar-container{
    height: 35px;
    background: #FBF5F4;
    color: #000000;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    /* border-bottom: 1px solid #fff; */
}

.main-header#main-header{
	background-color: #fff;
	padding: unset;
	border-bottom: 1px solid #DEE1EA;
	width: 100%;
}

.main-header .container{
	/* padding: 14px 20px;
	max-width: 1240px!important; */
	padding: 15px 30px;
}
.header-desktop .header-logo{
	position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.header-desktop .header-logo img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 50px;
    width: auto;
    height: 75%;
}
.container, .wrapper .container, .site-body .container, .site-footer .container{
    margin: 0 auto;
    max-width: 1240px!important;
    position: relative;
    padding: 0 20px;
    /* padding: 0 0px; */
}
.container {
    max-width: 1440px!important;
    margin-left: auto;
    margin-right: auto;
}


.main-header .col{
	padding: unset;
}

.main-header .container .navbar-nav li{
	margin-left: 32px;
}
.navbar-nav a {
    transition: ease 0.3s opacity;
}
.navbar-nav > li > a > i{
    transition: ease 0.3s transform;
}
.navbar-nav.hover-mainmenu > li > a {
	opacity: 0.5;
}
.navbar-nav.hover-mainmenu > li:hover > a {
	opacity: 1;
}

.navbar-nav > li:hover > a > i {
    transform: rotate3d(1,0,0,180deg);
}

.navbar-nav.hover-submenu > li > ul > li > a {
	opacity: 0.5;
}
.navbar-nav.hover-submenu > li > ul > li > a:hover{
	opacity: 1;
	color: #d8127d!important;
}

#main-menu.navbar-nav>li:hover>a {
    color: #000000!important;
}

.main-header .container .navbar-nav li > a{
    line-height: 55px;
}

.main-header .container .navbar-nav li a, .main-header .navbar-expand-lg .navbar-nav .nav-link{
    /* text-transform: uppercase; */
    /* color: #9B9B9B!important; */
    color: #000000!important;
    text-decoration: none;
    /* font-weight: 400; */
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    /* font-size: 0.834rem; */
    padding: unset;
    display: inline;
    
}
.main-header .container li a:hover{
	/*color: #00A3DA!important;*/
}


.main-header .navbar-brand img{
	display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: unset;
}

/*menu navbar.scss*/
.nav{
    display: block;
}
ul.main-menu > li.menu-item {
    /* height: 35px; */
    height: 50px;
}
@media (max-width: 991px){
    .mobile-menu {
        margin-top: -2px;
    }
    div.topbar-menu ul#main-menu {
        -webkit-transform: translate3d(0,0,0);
    }
    
}

/* @media (min-width: 1300px){ */
@media (min-width: 1025px){
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .mobile-menu {
        display: none;
    }
    
}
.collapse:not(.show) {
    display: none;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown>.dropdown-menu {
    margin: 0;
    transition: all .3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    border: 0;
    border-radius: 0 0 0.5em 0.5em;
    font-size: small;
    padding-bottom: 1em;
    margin-left: -1em;
    text-align: left!important;
    margin-top: 26px!important;
    /* margin-top: unset!important;
    padding-top: unset!important;
    padding-bottom: unset!important; */
    
}
.navbar-nav .dropdown .dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-nav .dropdown:hover > a:after{
    content: '';
    width: 100%;
    height: 26px;
    display: block;
    position: absolute;
    top: 100%;
    border: unset;
}
.navbar-nav .dropdown:hover .dropdown-menu{
    max-height: 500px;
    padding-top: 14px;
    padding-bottom: 1em;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
ul.dropdown-menu {
    background-color: #00A3DA;
    margin-top: 20px!important;
    right: 0px;
    min-width: fit-content;
    left: initial;
    padding: 0px 18px 20px 18px;
}
div.topbar-menu a, .top-bar .d-md-block {
    font-size: 14px;
    padding: 0px 10px 0px 0px;
}
.menu-bar__left{
    display: flex;
    justify-content: end;
    margin-top: 8px;
    margin-bottom: -8px;
}
.menu-bar__left a + a{
    margin-left: 10px;
}
.menu-bar__left span {
    font-size: 8px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000000;
}
.menu-bar__left a > div {
    display: flex;
    justify-content: center;
    height: 25px;
}



.header-desktop{
    display: initial;
}
.header-mobile, .header-mobile-menu{
    display: none;
}

.searchform-header{
    display: none;   
    position: absolute;
    right: 0;
    z-index: -1;
    width: 500px; 
    top: 0px;
    transition: ease 0.2s transform;
}

.header-left-button .basket-count-new{
    color: #000000;
    background-color: #FBF5F4;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
    border-radius: 50%;
    min-height: 15px;
    min-width: 15px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    top: 5px;
    right: 10px;
    line-height: 15px;
}

.custom-mini-cart{
    position: absolute;
    right: 0;
    z-index: -1;
    max-width: 500px;
    width: 100%;
    top: calc(-100vh + 81px);
    transition: ease 0.2s transform;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 2px 2px; 
    border: 1px solid #ced4da;
    max-height: calc(100vh - 81px);
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    overscroll-behavior: contain;
    display: none;
}
.custom-mini-cart .woocommerce-cart-form{
    padding-left: 15px;
    padding-right: 15px;
}
.custom-mini-cart td.product-name i{
    display: none;
}
.custom-mini-cart tr.cart_item .product-thumbnail img{
    width: 100%;
}
.custom-mini-cart tr.cart_item {
    border-top: 1px solid #eee;
}

.custom-mini-cart .product-subtotal .amount{
    float: right;
}

.custom-mini-cart .buttons, .custom-mini-cart .total{
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
}

.custom-mini-cart .total .amount{
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.custom-mini-cart .buttons a.button{
    border-radius: 0;
    background: #D8127D!important;
    color: #fff!important;
    -webkit-appearance: none;
    font-size: 14px;
}
@media (min-width: 1025px){
	.show-mini-cart .custom-mini-cart{
	    transform: translateY(100vh);
	}
}

body.show-mini-cart{
    /* overflow: hidden;
    max-height: 100vh; */
}
.sticky-space-keeper{
    height: 0px;
}

.main-header .header-left-button svg, .menu-bar__left svg{
    overflow: visible;
    max-width: 21px;
    max-height: 21px;
}
.search-submit svg{
    overflow: visible;
    max-width: 21px;
    max-height: 21px;
}
/* @media (min-width: 1300px){ */
@media (min-width: 1025px){
    .searchform-header{
        display: block;
    }
    body.mobile-menu-active .searchform-header{
       transform: translateY(81px);
    }
    #main-header{
        position: relative;
        z-index: 20;
    }
    #main-header > .container{
        background-color: #ffffff;
    }
    .navbar-nav .menu-icon-container svg{
    	height: 20px;
    	width: 20px;
    }
    html:not(.wf-active) .sticky + .sticky-space-keeper{
        height: 80px;
    }
}
/* @media (max-width: 1299px){ */
@media (max-width: 1279px){
    .main-header .container .navbar-nav li{
        margin-left: 16px;
    }
    .menu-depth-zero{
        margin-left: 5px;
    }
}
@media (max-width: 1099px){
    .main-header .container .navbar-nav li a, .main-header .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 12px;
    }
}
@media (max-width: 1024px){
    ul.main-menu li.menu-item {
        /* height: 35px; */
        height: 50px;
    }
    .custom-mini-cart{
        top: 61px;
        right: -100vw;
        max-height: calc(100vh - 61px);
        padding-bottom: 81px;
        transition: ease 0.2s all;
        will-change: transform;
    }
    .custom-mini-cart .product-thumbnail{
        display: block!important;
    }
    
    .winkelmand-custom svg{
        opacity: 1;
        transition: ease 0.3s opacity;
    }
    .show-mini-cart .custom-mini-cart{
        /* transform: translateX(-100vw);
        transform: matrix(1, 0, 0, 1, -100vw, 0); */
        right: 0;
    }
    #main-header > .container{
        padding: 0px 0px;
        height: 80px;
        overflow-x: clip;
    }
    #main-header > .container > .row > .col{
        background-color: #ffffff;    
    }
    #main-header{
        position: relative;
        z-index: 12;
        top: 0px;
    }
    .sticky + .sticky-space-keeper{
        height: 80px;
    }
    .header-desktop{
        display: none;
    }
    .header-mobile{
        display: block;
        height: 80px;
    }
    .header-mobile-flex{
        display: flex;
        border-left: 1px solid #DEE1EA; 
    }
    .header-logo-mobile{
        display: block;
        margin: auto;
        text-align: center;
        height: 100%;
        position: relative;
    }
    .header-logo-mobile svg{
        scale: 2.222;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 24px;
    }
    .header-logo-mobile svg .st0{
    	fill: #009EE2;
    }
    .menu-bar__left{
        margin: unset;
        height: 100%;        
    }
    .menu-bar__left a{
        height: 100%;
        margin: unset;
    }
    .menu-bar__left a + a{
        margin: unset;
    }
    .menu-bar__left .header-left-button{
        width: 70px;
        height: 50px;
        margin: auto 0;
        position: relative;
    }
    .header-left-button svg{
        scale: 2;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
       
    .mobile-menu-button{
        width: 100px;
        height: 80px;
        border-right: 1px solid #DEE1EA;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .mobile-menu-lines{
        width: fit-content;
        margin: 0 auto;
    }
    .winkelmand-lines{
        opacity: 0;
        transition: ease 0.3s opacity;
        margin: auto;
    }
    .mobile-menu-line{
        width: 30px;
        background-color: #000000;
        height: 4px;
        transition: ease 0.7s transform;
    }
    
    .winkelmand-lines .line-1{
        transform: rotate(45deg) translate(5px, 6px);
        transition: unset;
    }
    .winkelmand-lines .line-2{
        transform: rotate(-45deg) translate(1px, -2px);
        transition: unset;
    }
    
    .mobile-menu-line + .mobile-menu-line{
        margin-top: 6px; 
    }
    body.mobile-menu-active{
        overflow: hidden;
        max-height: 100vh;
    }
    body.mobile-menu-active .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-1{
        transform: rotate(45deg) translate(5px, 6px);
    }
    body.mobile-menu-active .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-2{
        transform: rotate(-45deg) translate(1px, -2px);
    }
    body.mobile-menu-active.hidehover .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-1{
        transform: rotate(-17deg) translate(1px, 1px);
    }
    body.mobile-menu-active.hidehover .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-2{
        transform: rotate(14deg) translate(1px, -2px);
    }
    body.show-mini-cart .winkelmand-custom svg{
        opacity: 0;
    }
    body.show-mini-cart .winkelmand-lines{
        opacity: 1;
    }
   
    .mobile-menu-button label{
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 500;
        display: block;
        text-align: center;
        opacity: 1;
        transition: ease 0.2s opacity;
    }
    body.mobile-menu-active .mobile-menu-button label{
        opacity: 0;
    }
    body.mobile-menu-active.hidehover .mobile-menu-button label{
        opacity: 1;
    }
    
    body.mobile-menu-active .mobile-customizer{
        display: none;
    }
    body.mobile-menu-active .hompage_slides{
        z-index: -1;
    }
    
    #main-header .header-mobile-menu{
        display: block;
        position: absolute;
        background-color: white;
        width: 100vw;
        top: -150vh;
        /* top: --webkit-fill-available; */
        max-height: calc(100vh - 81px);
        z-index: -1;
        left: 0;
        transition: ease 0.3s transform;
        overflow-x: hidden!important;
        overflow-y: scroll!important;
        overscroll-behavior: contain;
    }
    #main-header .header-mobile-menu.mobile-menu-active{
        transform: translateY(calc(150vh + 81px));
        /* transform: translateY(calc(-webkit-fill-available + 81px)); */
        overflow: unset;
    }
    .header-mobile-menu .main-menu{
        padding-left: unset;
        list-style: none;
        width: 100vw;
        position: relative;
        height: 690px;
        margin-bottom: unset;
    }
    .header-mobile-menu .main-menu li{
        width: 100vw;
        position: static;
    }
    .header-mobile-menu .main-menu li a{
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-mobile-menu .main-menu a > span{
        font-size: 15px;
        font-family: 'Montserrat';
        font-weight: 500;
        color: #000000;
        display: inline-flex;
        width: 100%;
    }
     .header-mobile-menu .main-menu li.dropdown > a{
        line-height: 30px;  
        display: inline-flex;
        width: 100%;
     }
     
    .header-mobile-menu .main-menu .menu-icon-container{
        height: 40px;
        width: 40px;
    }
    .lijst-titel{
        font-weight: 700;
        padding-top: 25px;
        margin: 0px 25px 10px 25px;
        display: block;
        font-size: 15px;
        font-family: 'Montserrat';
    }
    .header-mobile-menu .main-menu li.dropdown > a > span{
        width: calc(100% - 28.7px);
    }
    .header-mobile-menu .main-menu li a > span span{
        margin: auto 0;
    }
    
    .header-mobile-menu .main-menu .dropdown-menu{
        position: absolute;
        top: 0;
        left: 100vw;
        width: 100vw;
        /* height: 100vh; */
        height: 690px;
        max-height: unset!important;
        background: #ffffff;
        opacity: 1;
        margin: unset!important;
        border: unset!important;
        transition: ease 0.3s transform;
        padding: unset;
        box-shadow: unset!important;
    }
    .header-mobile-menu .main-menu li:not(.hidehover) .dropdown-menu{
        transform: translateX(-100vw)
    }
    .header-mobile-menu .main-menu li .pointerNew{
        color: #000000;
    }
    .header-mobile-menu .main-menu li:not(.dropdown) .pointerNew{
        display: none;
    }
    h1.page-title, h1.product_title{
        padding-top: 10px;
    }
}
@media (max-width: 767px){
    .header-left-button svg{
        scale: unset;
    }
    .menu-bar__left .header-left-button{
        width: 60px;
    }
    .menu-bar__left{
    	height: 60px;
    }
    #main-header > .container{
        height: 60px;
        overflow-x: clip;
    }
    .mobile-menu-button{
        height: 60px;
        width: 85px;
    }
    .header-mobile{
        height: 60px;
    }
    .header-logo-mobile svg{
        /* scale: unset; */
        scale: 1.1;
        max-width: 80%;
    }
    
    #main-header .header-mobile-menu.mobile-menu-active {
        transform: translateY(calc(150vh + 61px));
        max-height: calc(100vh - 61px);
    }
    #main-header .header-mobile-menu.mobile-menu-active .mobile-menu-footer{
        padding-bottom: 80px;
    }
    .sticky + .sticky-space-keeper{
        height: 60px;
    }
    .mobile-menu-line{
        height: 2px;
        width: 19px;
    }
      
    .winkelmand-lines .line-1{
        transform: rotate(45deg) translate(3px, 3px);;
    }
    .winkelmand-lines .line-2{
        transform: rotate(-45deg) translate(0px, -1px);
    }
    
    .mobile-menu-line + .mobile-menu-line{
        margin-top: 3px;
    }
    .mobile-menu-button label{
        font-size: 8px;
    }
    body.mobile-menu-active .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-1{
        transform: rotate(45deg) translate(3px, 3px);
    }
    body.mobile-menu-active .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-2{
        transform: rotate(-45deg) translate(0px, -1px);
    }
    body.mobile-menu-active.hidehover .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-1{
        transform: rotate(-17deg) translate(0px, 0px);
    }
    body.mobile-menu-active.hidehover .mobile-menu-lines:not(.winkelmand-lines) .mobile-menu-line.line-2{
        transform: rotate(14deg) translate(0px, -0px);
    }
    .max-fit{
        max-width: fit-content!important;
    }
}
@media (max-width: 430px){
   .header-logo-mobile svg{
        padding: 1%;
   }
}
/*menu mobile*/

.mobile-menu-footer{
    background-color: #fbf5f4;
    display: none;
}
.mobile-menu-active .mobile-menu-footer{
    display: block;
}
.mobile-socials, .mobile-menu-footer span:not(.lijst-titel){
    padding-bottom: 16px;
    padding-left: 27px;
}
.mobile-menu-footer .mobile-socials a{
    width: fit-content;
    display: inline-block;
    
}
.mobile-menu-footer .mobile-socials a svg{
    max-width: 27px;
    max-height: 27px;
}
.mobile-menu-footer .mobile-socials a + a{
    padding-left: 8px;
}
.mobile-menu-footer .lijst-titel{
    margin-bottom: 5px
}
.mobile-menu-footer ul{
    list-style: none;
    padding-left: 27px;
}
.mobile-menu-footer ul a.nav-link, .mobile-menu-footer ul a:hover, .mobile-menu-footer ul a:active{
    font-weight: 400;
    font-size: 13px;
    color: #000000!important;
    display: inline-flex;
}
.klantenservice:not(article) a, .klantenservice:not(article) span{
    display: inline-flex;
}
.klantenservice:not(article) a:after, .klantenservice:not(article) span:after, h5.klantenservice:after {
    content: '';
    display: block;
    background-color: #d83838;
    height: 10px;
    width: 10px;
    min-width: 10px;
    margin: auto 0px auto 10px;
    border-radius: 50%;
}
.klantenservice-actief .klantenservice:not(article) a:after, .klantenservice-actief .klantenservice:not(article) span:after, .klantenservice-actief h5.klantenservice:after   {
    content: '';
    display: block;
    background-color: #75CD6D;
    height: 10px;
    width: 10px;
    min-width: 10px;
    margin: auto 0px auto 10px;
    border-radius: 50%;
}

.mobile-menu {
    line-height: 72px;
    float: left;
    padding: 0 24px;
    cursor: pointer;
}
.mobile-menu > i {
    font-size: 24px;
    line-height: 72px;
    vertical-align: middle;
}
.mobile-menu label {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    cursor: pointer;
}


.header-space-keeper{
    height: 40px;
}
.header_usp{
	padding: 40px 0;
	background-color: #f7f7f7;
	display: display;
}
.header_usp .container{
	padding: 0 15px;
}
.header_usp .row{
	margin: auto;
	max-width: 1200px;
}
.header_usp .row > div{
	padding: unset;
	/* margin: 0 32px; */
}
.header_usp a{
	color: #9B9B9B!important;
    text-decoration: none;
}
.header_usp a:hover{
	color: #D8127D!important;
}

.usp_icon{
	display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    background: #D8127D;
    margin-right: 30px;
    vertical-align: middle;
}
.usp_icon i{
	line-height: 54px;
}
@media (max-width: 991px){
    div.topbar-menu {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: -200vh;
        transition: ease-out top 0.4s;
    }
    .header-space-keeper{
        display: none;
    }
    div.topbar-menu.mobileMenu_false_top {
        top: -8000px;
    }
}
@media (max-width: 767px){
    .header_usp{
        display: none;
    }
	/* div.top-bar {
    	display: block;
	} */
}


#addToCardNoAddition{
	display: none;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}

    /*homestyleing   slider/owl*/
/* HOME-CLIENTS */
.home-clients__label{
    text-align: center;
    padding-bottom: 15px;
    opacity: .6;
}
.home-clients__label label{
    margin: 0;
}
.home-clients__logos{
   /* position: relative; */
}
.home-clients_background-grey{
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #eee;
    /* z-index: -1; */
/*     margin-left: -50vw;
    margin-right: -50vw; */
}
.owl-carousel{
    padding: unset;
}
.owl-stage-outer{
    overflow: hidden;
}
.owl-stage{
    display: flex;
    width: max-content;
    transition: all 2s;
    position: relative;
    /* z-index: -1; */
}
.owl-item{
    width: 150px;
     height: 100px;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 20px;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owl-item figure {
    margin-bottom: 0;
    margin: unset;
}
.owl-item img
{
	width: auto;
    max-width: 100%;
    max-height: 60px;
    height: auto;
}
.owl-item dt
{
	margin: auto;
}

/* HOME_SUPPORT */
.home-support{
    margin: 30px 0;
}
.home-support .home-support_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-support .home-support_container>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0;
    max-width: 360px;
}
.home-support__delivery {
    font-size: 16px;
    line-height: 1.5;
    color: #00A3DA;
    text-align: center;
}
.home-support__delivery span
{
	color: #D8127D;
	font-weight: bold;
}

.home-support_container:after{
    content: "";
    display: table;
    clear: both;
}

/* HOME-SLIDER */
.home-slider__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -20px;
}
.home-slider__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 0;
}
.hompage_slides{
    position: relative;
    overflow: hidden;
    height: 445px;
    
}
.home_slide{
    /* width: 890px; */
    width: 100%;
    /* height: 445px; */
    position: absolute;
    opacity: 1;
    transition: all 1s ease;
    /* z-index: -1; */
}
.home_slide a{
	display: block;
}
.home_slide:first-child{
    transform: translateX(100%);
}
.home_slide:last-child{
    opacity: 0;
}
.home_slide.active{
	z-index: 1;
}
.home_slide.active:last-child{
    opacity: 1;
}
.home_slide.not-active:first-child{
    transform: translateX(0)
}
.home_slide.not-active.move_right:first-child{
    transform: translateX(100%)
}
.home_slide.not-active.move_left:last-child{
    transform: translateX(-100%);
}
.home_slide.not-active{
    opacity: 0;
}
.home_slide.not-active-slide{
    transform: translateX(-100%);
    opacity: 1;
}
.home_slide.active-slide{
    transform: translateX(0);
    z-index: 1;
}


.home_slider_img{
	display: block;
	/* width: auto; */
	width: 100%;
}
/* .home_slider_img_mobile{
	display: block;
	margin: 0 auto;
} */
.home-slider__side {
    display: none;
    padding: 20px;
}
.home-slider__side figure{
    margin: 0;
}
/* @media (min-width: 768px){
   	.home_slider_img{
		display: block;
	}
	.home_slider_img_mobile{
		display: none;
	}
} */
@media (min-width: 992px){
    .home-support{
        margin: 45px 0;
    }
    .home-support .home-support_container{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
    }
    .home-support .home-support_container>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        margin: 0;
        max-width: 450px;
        padding: 0 20px;
    }
    .home-slider__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        padding: 20px;
    }
    .home-slider__side {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
@media (max-width: 991px){
	.home_slide{
		width: 100%;
	    /* height: unset; */
	    position: absolute;
	    opacity: 1;
	    transition: all 1s ease;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	}
	.home-slider__wrap{
		margin: unset;
	}
	.hompage_slides{
		height: 219px;
	}
}

@media (max-width: 450px){
	.hompage_slides{
		height: 219px;
	}
}
.site-main{
	z-index: 0;
}
.product-labels{
    position: absolute;
    top: 20px;
    left: 30px;
    padding: 0 0 20px 0!important;
    height: unset!important;
    max-height: unset!important;
    z-index: 1;
}
.product-label-container{
    max-height: unset;
    height: unset!important;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.product-label-container div{
    max-height: unset;
}
.product-label{
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #FBF5F4;
    position: relative;
    height: 40px!important;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
ul.products .product-label{
	height: 31px!important;
    width: 31px;
}
.product-label svg{
    height: 25px;
    width: 25px;
}
.product-label-text-hidder{
    height: 60px!important;
    left: 15px;
    width: clamp( 200px, calc(100vw - 60px), 400px);
    background-color: unset;
    position: absolute;
    box-shadow: unset;
    overflow: hidden;
    pointer-events: none;
}
.product-label-text{
    position: absolute;
    height: 26px!important;
    top: 0;
    padding: 0 25px;
    bottom: 0;
    line-height: 26px;
    left: -400px;
    margin: auto 0;
    text-wrap: nowrap;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
	font-family: 'Montserrat';	
	box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #FBF5F4;
	z-index: -1;
	transition: ease 0.3s all
}
.product-label-text.show-label{
    left: 40px;
    pointer-events: all;
}
.product-label-text:before{
    position: absolute;
    content: '';
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -15px;
    width: 15px;
    background-color: #FBF5F4;
}
.discount-amount{
    color: #ffffff;
    background-color: #D8127D; 
    width: fit-content;  
    font-size: 12px;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1;
    height: fit-content;
    margin-bottom: 2px;
}
ul.products .product-labels{
    top: 5px;
    left: 5px;
}
ul.products .product-label-container{
    overflow: unset;
    padding-bottom: 10px;
}
ul.products .product-label-container .product-label-text-hidder{
	width: clamp( 150px, calc(24vw - 60px), 235px);
}
ul.products .discount-amount{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}
ul.products .onsale{
	display: none;
}
.woocommerce ul.products li.product .product__inner{
    overflow: unset!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    position: relative;
}
.mobile-product-label{
	display: none;
}
ul.products .product-label-text{
    text-wrap: pretty;
    height: fit-content!important;
    min-height: 26px;
    line-height: 12px;
    display: flex;
   	align-items: center;
   	transition: ease 0.3s left;
   	padding: 5px 13px;
}
/* ul.products .mobile-product-label{
	display: initial;
}
ul.products .mobile-product-label + .product-label-text{
	display: none;
} */
ul.products .product-label-text.show-label{
	left: 20px;
}
@media (max-width: 1070px){
	ul.products .product-label-container .product-label-text-hidder{
		width: clamp( 135px, calc(32vw - 60px), 400px);
	}
}
@media (max-width: 804px){
	ul.products .product-label-container .product-label-text-hidder{
		width: clamp( 135px, calc(49vw - 60px), 400px);
	}
}
@media (min-width: 768px){
	ul.products .product-label-text.mobile-product-label{
		display: none;
	}
}
@media (max-width: 767px){
	/* ul.products .product-label-text{
		padding: 0 15px;
	}
	ul.products .product-label-text.show-label{
		left: 32px;
	} */
	ul.products .mobile-product-label{
		display: flex;
	}
	ul.products .mobile-product-label + .product-label-text{
		display: none;
	}
	ul.products .product-label-text{
	    text-wrap: pretty;
	    height: fit-content!important;
	    min-height: 26px;
	    line-height: 12px;
	    display: flex;
    	align-items: center;
    	transition: ease 0.3s left;
    	padding: 5px 13px;
	}
}
@media (max-width: 540px){
	ul.products .product-label{
		width: 31px;
		height: 31px!important;
	}
	ul.products .product-label-container{
		padding-bottom: 10px;
	}
	ul.products .product-label-container .product-label-text-hidder{
		width: clamp( 135px, calc(55vw - 60px), 400px);
	}
	ul.products .product-label-text{
		font-size: 2.7vw;
		padding: 5px 5px;
	}
	ul.products .product-label-text.show-label{
		left: 20px;
	}
}

/* .fpd-container{
    z-index: 0;
} */
.woocommerce-product-gallery ul.flex-direction-nav{
    z-index: 2;
}
.single-product-right .home-features li{
   line-height: initial;
}
.single-product-right .home-features__content h4{
	margin-bottom: 10px!important;
}
.single-product main.site-body{
	z-index: 10;
    position: relative;
}
.home-features, div.select-box {
    background: #fff;
}
.home-features__content {
    padding: 20px 20px 20px 0px;
}
.home-features__content h4 {
	font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 15px!important;
    font-weight: 400;
}
.home-features__content ul {
    font-size: 90%;
    line-height: 1.8;    
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.home-features__content ul li {
    display: block;
    padding-left: 24px;
    position: relative;
    font-size: inherit;
    line-height: inherit;
}
.home-features__content ul li::before {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    border: 3px solid #D8127D;
    border-top: 0;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: unset;
}
.home-features__content ul li:not(:first-child) {
    margin-top: 6px;
}

.product-icon{
     height: 32px!important; 
     width: auto;
}
.product-template-default .onsale{
    display: none!important;
}
.product-icon.product-icon-child{
    height: 20px!important;
    vertical-align: bottom;
}
.isproduct{
    
}
.maattabel{
    display: none;
}

.finalimage.lazyload-hq{
    	position: absolute!important;
    	animation: fadein .5!important;
    }
    .finalimage.lazyload-hq.pos-center{
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    }
    .finalimage.lazyload-hq.fullheight{
        height: 100%;
    }
    .lazyload-hq.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
        aspect-ratio: 1;
    }
   .home-features .finalimage{
    width: auto;
   }
   .faq_item_container .fas.fa-caret-up{
        display: none;
   }


@media (max-width: 540px){
	.temp-not-in-stock bdi{
		font-size: 3vw!important;
	}
}


.product-hover-image, .hover-image {
	opacity: 0;
	transition: 300ms ease-in-out;
	-moz-user-select: -moz-none;
	   -khtml-user-select: none;
	   -webkit-user-select: none;

	   /*
	     Introduced in IE 10.
	     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	   */
	   -ms-user-select: none;
	   user-select: none;
}

.hover-image {
	position: absolute;
}

a:has(.product-hover-image):hover .product-hover-image,
a:has(.hover-image):hover .hover-image
 {
	opacity: 1;
	-moz-user-select: -moz-none;
		   -khtml-user-select: none;
		   -webkit-user-select: none;

		   /*
		     Introduced in IE 10.
		     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
		   */
		   -ms-user-select: none;
		   user-select: none;
}


.woocommerce-product-gallery__image{
	-moz-user-select: -moz-none; 
	   -khtml-user-select: none;
	   -webkit-user-select: none;

	   /*
	     Introduced in IE 10.
	     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	   */
	   -ms-user-select: none;
	   user-select: none;
}

.customer-design-container{
	position: relative;
    padding-bottom: unset;
}

.customer-design-container h2 {
	font-size: 24px!important;
    font-weight: 700!important;
    margin-top: 30px;
}

.customer-design-container .customer-design-slider-prev{
    left: 20px;   
}
.customer-design-container .customer-design-slider-prev i{
     margin-right: 1px;
}
.customer-design-container .customer-design-slider-next{
     right: 20px;   
  }
.customer-design-container .customer-design-slider-next i{
      margin-left: 1px;
}

.customer-design-container .customer-design-slider-prev,
.customer-design-container .customer-design-slider-next{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #FBF5F4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
	transform: translateY(-50%);
    font-size: 19px;
    /* bottom: 10%; */
    margin: auto;
    z-index: 10;
    box-shadow: 0px 4px 4px 0px #00000040;
    cursor: pointer;
}

.customer-design-container .disable-customer-design-button{
      opacity: 0.6;
      filter: blur(1px);
      cursor: default;
  }
.customer-design-container ul {
	overflow: scroll;
	display: flex;
	column-gap: 50px;
	padding: 30px 0;	
	scrollbar-width: none;
	--customer-design-slider-offset: 0;
	--customer-design-slider-offset-step: 355;
	scroll-snap-type: x mandatory;
	list-style: none;
}

.customer-design-container ul li:nth-child(n){
      left: calc(calc(20px + calc(355px * var(--n))) - calc(1px * var(--customer-design-slider-offset)));
      scroll-snap-align: start;
      scroll-margin-left: 25px;
  }

.customer-design-container ul li > img {
	max-height: 425px;
	width: auto;
	max-width: 305px; 
	min-width: 305px;
	object-fit: cover;
	height: 100%;
}

/*figure.woocommerce-product-gallery__wrapper.row > div {
	flex-grow: 1;
	max-width: unset!important;
}*/

.woocommerce-product-gallery__image:has(.customer-image-gallery-container){
	max-height: calc(100vw * 1.5)!important;
}


.customer-image-gallery-container {
	position: absolute;
	max-width: 385px;
	display: flex;
	flex: 1 1;
	flex-wrap: wrap;
	flex-direction: row;
	max-height: 567px;
	height: 100%!important;
	background-color: #0000008c;
	max-width: calc(100% - 15px);
	border-radius: 0;
}

.customer-image-gallery-container > img {
	height: auto;
	position: unset!important;
	left: unset!important;
	transform: unset!important;
	flex-shrink: 1;
	flex-grow: 1;
	z-index: -1;
}

.customer-image-gallery-container-amount-1 img{
	width: 100%!important;
	height: 100%!important;
}

.customer-image-gallery-container-amount-2 img{
	width: 100%!important;
	height: 50%!important;
}

.customer-image-gallery-container-amount-3 img{
	width: 50%!important;
	height: 50%!important;
}

.customer-image-gallery-container-amount-3 img:nth-child(3){
	width: 100%!important;
	height: 50%!important;
}

.customer-image-gallery-container-amount-4 img{
	width: 50%!important;
	height: 50%!important;
}

.customer-image-gallery-container-amount-5 img{
	width: 50%!important;
	height: calc(100% / 3)!important;
}

.customer-image-gallery-container-amount-5 img:nth-child(5){
	width: 100%!important;
	height: calc(100% / 3)!important;
}

.customer-image-gallery-container-amount-6 img{
	width: 50%!important;
	height: calc(100% / 3)!important;
}

.customer-image-gallery-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important;
	max-height: unset;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.customer-image-gallery-text p {
	font-style: italic;
	color: #fff;
/*	font-size: 40px;
*/	
	font-size: clamp(20px, 2.5vw, 40px);
	line-height: normal;
	font-weight: 700;
	text-align: center;
}

.customer-image-gallery-text button {
	background-color: transparent;
	border: 1px solid white;
	color: white;
	font-size: 21px;
	font-weight: 700;
	padding: 0 10px;
	border-radius: 4px;
	cursor: pointer;
	transition: ease-in-out 200ms;
}

.customer-image-gallery-text button:hover {
	transform: scale(1.2);
}

@media (max-width: 767px){
	 .customer-design-container .customer-design-slider-prev, 
 	 .customer-design-container .customer-design-slider-next{
	     width: 40px;
	     height: 40px;
	     top: 165px;
	 }
     .customer-design-container .customer-design-slider-prev{
         left: 25px;
     }
     .customer-design-container h2{
         margin-left: 20px;
         font-size: 18px!important;
         font-weight: 700!important;
         margin-top: 20px;
    } 
    /* .woocommerce .custom-related-products .products .product:nth-child(n){
        left: calc(calc(20px + calc(230px * var(--n))) - calc(1px * var(--related-slider-offset)));
    } */
    .customer-design-container ul li{
        min-width: 210px;
        max-width: 210px;
    }
    .customer-design-container ul{
     	--customer-design-slider-offset-step: 230;
        margin: unset!important;
        padding-top: 5px!important;
		column-gap: 20px;
    }
    .customer-design-container ul li:nth-child(n) {
        left: calc(calc(20px + calc(230px * var(--n))) - calc(1px * var(--related-slider-offset)));
        scroll-margin-left: 20px;
    }
    .customer-design-container ul:before{
        height: 460px;
        height: 395px;
    }
    /*.customer-design-container ul li .product__inner > a {
        height: 300px;
    }*/
    .customer-design-container ul li > img{
        max-height: 300px;
		height: 100%;
		max-width: 210px;
		width: auto;
		min-width: 210px;
    }
	
	.customer-image-gallery-container {
		position: relative;
		max-height: unset;
		height: 100%;
		max-width: 100%;
	}
	
	.customer-image-gallery-text p {
		font-size: 7.5vw!important;
		padding: 0 6vw;
	}
 }
 
 a:has(.hover-image) {
	 -webkit-touch-callout: none; /* iOS Safari */
	 -webkit-user-select: none;   /* Disable text selection */
	 user-select: none;           /* Standard user-select */

	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
 }


/* @media (min-width: 541px) and (max-width: 767px){
     .woocommerce .custom-related-products ul.products .product-label-container .product-label-text-hidder {
       width: clamp( 135px, calc(49vw - 60px), 185px);
     }
 }
 @media (max-width: 540px){
     .woocommerce .custom-related-products ul.products .product-label-container .product-label-text-hidder {
       width: 180px;
     }
 }*/
 
 .topbar-hover-menu{
	--hover-menu-height: -110vh;
	position: absolute;
/*	top: -110vw;
*/	background-color: #FBF5F4;
	padding-bottom: 40px;
	width: 100%;
	top: var(--hover-menu-height);
	transition: ease-in-out 300ms;
	transform: translate3d(0,0,0);
	will-change: transform;
 }