/*
Theme Name:     Last Bucks
Description:    Custom WordPress Child theme for theme "Monkey Vision" developed by Monkey Vision
Author:         Monkey Vision
Author URI: 	https://monkeyvision.nl
Tested up to:   6.2
Requires PHP:   8.1
Template:       monkeyvision
Text Domain:    monkeyvision-child
Author URI:     https://monkeyvision.nl
Version:        1.0
*/

/********************************************************************************************/
/****************************************** GLOBAL ******************************************/

/* Variables */

:root {

	/* 	Color variables */
    
		--mv-black: #000;
		--mv-white: #fff;
		--light-gray: #F0F1F5;
		--muted-gray: #969DA6;

    /*  Variable COLORS - globals form Elementor page builder

        var(--e-global-color-primary);
        var(--e-global-color-secondary);
        var(--e-global-color-accent);
        var(--e-global-color-text);

    */


	/*** OVERRULE WOOCOMMERCE COLORS ***/
	/* LINKS */
	--links-normal-color: var(--e-global-color-primary) !important;
	--links-hover-color: var(--e-global-color-secondary) !important;
	--order-details-product-links-normal-color: var(--e-global-color-primary) !important;
	--order-details-product-links-hover-color: var(--e-global-color-secondary) !important;
	/* TABS */
	--tabs-active-color: var(--e-global-color-primary) !important;
	--tabs-hover-color: var(--e-global-color-primary) !important;
}

a:focus, a:focus-visible {
	outline: none !important;
}

/* BUTTON ICON */
a.elementor-button .elementor-button-icon{
	margin-top: -2px;
}

/* ALT INFO BUTTON */

.elementor-element .elementor-button-info .elementor-button-link::after,
a.search-filter-reset::after {
	content: " ";
	display: block;
	width: 0;
	margin: auto;
	background: var(--mv-black);
	height: 1px;
	transition: all ease .3s;
	margin-top: 2px;
}

.elementor-element .elementor-button-info .elementor-button-link:hover::after,
a.search-filter-reset:hover::after{
	width: 100%;
}

/**********    Dinamic data information (address, email, telephone) styles    ***************/
.custom-information-data a,
.custom-information-data span {
	color: var(--mv-white);
}

.tel-container a,
.mail-container a {
	color: var(--e-global-color-primary);
}

a{
	transition: all 0.2s ease-in-out;
}

header a:hover, main p a:hover, footer a:hover{
	filter: invert(20%) !important;
}

.elementor-popup-modal.mobile-offcanvas a.dialog-close-button {
	text-decoration: none;
}

p{
	margin-block-start: 0.8em;
	margin-block-end: 0.8em;
}

main p a{
	color: var(--e-global-color-accent) !important;
	font-size: inherit !important;
}

h3{
	margin-block-end: 0.5em;
}

/****************************************** end GLOBAL ******************************************/
/* ******************************************************************************************** */



/****************************************** HEADER styles  ******************************************/

/* USP bar */
.usp-bar{
	z-index: 1002;
}

/* Menu cart */

/* free shipping progress bar */
.fkcart-slider-heading.fkcart-panel{
	margin-bottom: 56px;
}

.fkcart-free-shipping {
	position: absolute;
	top: 48px;
	width: 100%;
  padding: 12px 16px;
	border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.fkcart-free-shipping-text {
  font-size: 14px;
  margin-bottom: 8px;
	font-style: italic;
}

.fkcart-free-shipping-progress {
  width: 100%;
  height: 6px;
  background: #ddd;
  overflow: hidden;
}

.fkcart-free-shipping-progress-inner {
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease;
}

.fkcart-free-shipping--fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fkcart-free-shipping--fade.is-visible {
  opacity: 1;
}

#fkcart-modal .fkcart-item-wrap{
	padding: 0;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item{
	margin: 0;
	padding: 16px;
	border-bottom: 1px solid #e5e5e5;
}

#fkcart-modal .fkcart-quick-view-drawer .fkcart-product-form-wrap table tr{
	flex-direction: column;
	gap: 0;
}

#fkcart-modal .fkcart-item-title-price{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-select-options {
	text-decoration: none;
  padding: 6px 7px;
  background-color: var(--mv-white);
  color: var(--fkcart-primary-text-color);
	border: 1px solid var(--fkcart-border-color);
  font-size: 12px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-select-options:hover {
  background-color: rgba(228, 228, 228, .5);
    transition: .3s;
}

#fkcart-modal .fkcart-quick-view-drawer .fkcart-product-form-thumbnail img{
	margin: 10px 0;
}

#fkcart-modal .fkcart-quick-view-drawer .fkcart-product-name-thumbnail .fkcart-item-title{
	text-transform: uppercase;
	text-align: left;
}

.fkcart-quick-view-drawer .fkcart-desc-title, .fkcart-quick-view-drawer .fkcart-product-description, .fkcart-quick-view-drawer .fkcart-drawer-content .fkcart-view-link-wrap{
	display: none;
}

.elementor-menu-cart--cart-type-mini-cart.elementor-widget-woocommerce-menu-cart {
	padding-right: 40px;
}

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

.elementor-menu-cart__main .widget_shopping_cart_content{
	justify-content: center;
}

.elementor-menu-cart--cart-type-mini-cart.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__wrapper .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__container.elementor-lightbox {
	top: 50px;
	left: -190%;
}


@media screen and (min-width:1440px){
	.usp-bar .elementor-icon-list-item:nth-of-type(2){
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (min-width:1024px){
	header .elementor-absolute {
		left: 0; 
		right: 0; 
		margin-inline: auto; 
		width: fit-content;
	}
	
	.usp-topbar.elementor-element ul.elementor-icon-list-items > li.elementor-icon-list-item span.elementor-icon-list-text {
		font-size: 12px;
	}
	
	.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
		padding-inline-start: 2px;
	}
}

header .elementor-absolute {
		width: fit-content;
	}


.right-menu .elementor-element.elementor-widget-search-form{
	width: fit-content;
	max-width: unset;
}

.right-menu search .e-search-form input[type="search"]{
	width: 36px;
	transition: all ease-in-out 0.3s;
	padding: 10px;
}

.right-menu search .e-search-form input[type="search"]::placeholder {
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.right-menu search .e-search-form input[type="search"]:focus{
	border: 1px solid;
	width: 200px;
	padding: 10px 10px 10px 30px;
}

.right-menu search .e-search-form input[type="search"]:focus::placeholder {
	opacity: 1;
}

.menu-bar {
    position: absolute;
    top: 26px; /* USP bar height */
    left: 0;
    right: 0;
    z-index: 1001;
}

.menu-fixed {
    position: fixed !important;
    top: 0 !important;
}

.menu-fixed + .wp-page {
    margin-top: 56px; /* menu height */
}

/* Sale page = Red */
nav:is(.elementor-nav-menu--main, .elementor-nav-menu--dropdown) .menu-item-6186 > a{
	color: red !important;
}

/* Admin bar handling */
body.admin-bar .menu-fixed {
    top: 32px !important;
}

@media (max-width: 782px) {
    body.admin-bar .menu-fixed {
        top: 46px !important;
    }
}

.right-menu{
	height: 54px;
}

.right-menu a.elementor-button{
	padding: 10px;
}

@media (max-width: 767px) {
	.right-menu a.elementor-button{
		padding: 10px 5px;
	}
}

.header-icon-button>.elementor-widget-container, .header-icon-button>.elementor-widget-container>.elementor-button-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

/****************************************** MAIN styles  ******************************************/

main{
	padding-top: 55px !important;
}

/****************************************** FOOTER styles  ******************************************/

.elementor-location-footer .tel-container-parent .tel-container a,
.elementor-location-footer .mail-container-parent .mail-container a {
	color: var( --e-global-color-primary);
}

.elementor-location-footer .adres-container-parent,
.elementor-location-footer .tel-container-parent,
.elementor-location-footer .mail-container-parent {
	height: 30px;
}

.footer-column{
    max-width: fit-content;
	min-width: 200px;
}

.footer-column a.elementor-item{
	width: fit-content;
}

@media screen and (max-width: 1024px) {
	.footer-column{
		min-width: unset;
	}
}

@media screen and (max-width: 768px) {
	.footer-column{
		max-width: unset;
		margin-bottom: 4
	}
	
	.footer-column .elementor-nav-menu--dropdown-mobile{
		width: 100%;
		margin-top: -45px;
	}
	
	.footer-column .elementor-menu-toggle{
		position: absolute;
		right: 0;
	}
	
	.footer-column .elementor-nav-menu--dropdown{
		margin-top: 40px;
		max-width: fit-content;
	}
	
	.footer-column .menu-item{
		margin-bottom: 10px;
	}
}

/****************************************** USP slider styles **************************************/
@media screen and (min-width: 768px) {
	.usp-slider .elementor-swiper .swiper-slide {
		max-width: 117px;
	}
}

/****************************************** FOOTER styles  ******************************************/

.coming-soon-page .tel-container a,
.coming-soon-page .mail-container a {
	color: var(--mv-white);
}

/****************************************** LOGIN styles  ******************************************/
/* Only logged-out My Account page */
body.woocommerce-account:not(.logged-in) #customer_login {
  display: flex;
  flex-direction: column;
  gap: 3rem;
	align-items: center;
}

/* Optional styling */
body.woocommerce-account:not(.logged-in) .u-column1,
body.woocommerce-account:not(.logged-in) .u-column2 {
  width: 100% !important;
	max-width: 600px;
}


/****************************************** QUOTE SECTION ******************************************/
blockquote.elementor-blockquote > .elementor-blockquote__content {
    margin-bottom: 50px;
}

blockquote.elementor-blockquote > .elementor-blockquote__content:before,
blockquote.elementor-blockquote > .elementor-blockquote__content:after {
    content:'"';
    display: inline-flex;
    position: absolute;
    font-size: 150px;
    color:var(--e-global-color-secondary);
    font-weight: 700;
    z-index: 1;
    opacity: 0.7;
}

blockquote.elementor-blockquote > .elementor-blockquote__content:before {
    top: -20px;
    left: -55px;
}

blockquote.elementor-blockquote > .elementor-blockquote__content:after {
    bottom: -50px;
    right: -55px;
}

@media screen and (max-width: 1024px) {
    blockquote.elementor-blockquote > .elementor-blockquote__content {
        padding: 25px 0px;
        font-size: 40px;
        line-height: 50px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before,
    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
        font-size: 120px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before {
        top: 0px;
        left: -20px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
        bottom: -20px;
        right: -20px;
    }
}

@media screen and (max-width: 950px) {
    blockquote.elementor-blockquote > .elementor-blockquote__content:before {
        left: 0;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
		right: 0;
	} 
}

@media screen and (max-width: 550px) {
    
    blockquote.elementor-blockquote > .elementor-blockquote__content {
        padding: 15px 0px;
        font-size: 30px;
        line-height: 35px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before,
    blockquote.elementor-blockquote > .elementor-blockquote__content:after{
        font-size: 100px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before {
        top: 0px;
        left: 0;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
        bottom: -20px;
        right: 0;
    }
}

/* Category */

.category-heading{
	pointer-events: none;
}

/****************************************** OUR BLOGS  ******************************************/
/*** OVERLAYING LINK ***/
.blog-column-url,
.blog-column-url *{
	position:absolute;
	height:100%;
	width:100%;
    top: 0;
    left: 0;
    z-index:2;
	opacity:0;
}

.our-blog:hover .our-blog-media img {
	transition: transform 0.3s ease;
}

.our-blog:hover .our-blog-media img {
	transform: scale(1.1);
}

.our-blogs-container .our-blog .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom,
.our-blog .our-blog-content .elementor-icon-list-item.elementor-inline-item a, main p a {
	position: relative;
}

.our-blogs-container .our-blog .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom::after,
.our-blog .our-blog-content .elementor-icon-list-item.elementor-inline-item a::after,
.elementor-nav-menu .menu-item a.elementor-item::after, main p a::after {
	content: "";
    height: 1px;
    width: 0px;
    background-color: var(--mv-white);
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 3px;
	transition: width 0.3s ease, left 0.3s ease;
}

main p a::after {
    background-color: var(--e-global-color-accent);
}

.our-blogs-container .our-blog:hover .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom::after,
.our-blog:hover .our-blog-content .elementor-icon-list-item.elementor-inline-item a::after,
.elementor-nav-menu .menu-item a.elementor-item:hover::after, main p a:hover::after {
	width: 100%;
	left: 0;
}


/****************************************** GFORM styles  ******************************************/
/* CUSTOMISE THIS */

body .gform_wrapper .gform_heading{
	display: none;
}

body .gform_wrapper input:not([type=submit]),
body .gform_wrapper textarea  {
    padding: 10px 20px !important;
    border-width: 1px;
    border-radius: 0px;
    line-height: 24px;
    margin: 0px;
    box-shadow: none;
    height: auto;
}

body .gform_wrapper textarea {
	resize: none;
	padding: 10px 15px !important;
	font-family: Arial;
}

body .gform_wrapper textarea::placeholder {
	font-size: 15px !important;
	line-height: 24px;
	font-family: Arial;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    margin:15px 0px 0px;
    padding:0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield label, .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 8px;
    letter-spacing: initial;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield select {
	padding: 10px 15px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	font-style: normal;
}

body .gform_wrapper .gform_footer input[type=submit] {
	border: none;
	line-height: 1em !important;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

/* Newsletter gform */

/* form.newsletter-form {
	padding: 5px;
    display: flex !important;
    flex-wrap: nowrap !important;
}

.gform_wrapper form.newsletter-form input[type="email"] {
	padding: 6px 16px !important;
    height: 60px;
    width: 300px !important;
	min-width: 100% !important;
	font-size: 16px;
	color: white !important;
}

.gform_wrapper form.newsletter-form input::placeholder {
    color: white !important;
    opacity: 0.8;
}

.gform_wrapper.gravity-theme form.newsletter-form .gform_footer{
	margin-top: -1px;
}

form.newsletter-form input[type="submit"] {
	line-height: unset !important;
	background-color: #DCA42E;
    height: 60px;
	transition: all ease-in-out 0.3s;
}

form.newsletter-form input[type="submit"]:hover {
	background-color: var( --mv-black);
	color: var( --mv-white)
}

@media screen and (max-width: 1024px){
	form.newsletter-form>.gform-body.gform_body {
        width: 60%;
    }
	
	form.newsletter-form>.gform-footer.gform_footer {
        width: 40%;
    }
}

@media screen and (max-width: 767px){
    form.newsletter-form {
		max-width: 400px;
    }
	
	form.newsletter-form>.gform-body.gform_body {
        width: 50%;
		max-width: 40vw;
    }
	
	form.newsletter-form>.gform-footer.gform_footer {
        width: 50%;
    }
    
    .gform_wrapper form.newsletter-form input[type="email"] {
        height: 40px;
		font-size: 14px;
    }
    
    form.newsletter-form input[type="submit"].button {
        height: 40px;
        padding: 10px;
		font-size: 12px;
    }
} */


/************************************* Pagination (flex-box changes) *********************************/

.elementor-pagination {
    margin-top: 40px;
}

.elementor-pagination > .page-numbers {
	text-transform: uppercase;
    background: var(--e-global-color-primary);
    padding: 15px 20px;
    color: white;
    margin-right: 2px;
	transition: all 0.3s ease-in-out;
}

.elementor-pagination > a.page-numbers:hover {
    background: var(--muted-gray);
}

.elementor-pagination > span.page-numbers {
    background: none;
	color: var(--muted-gray);
}

.elementor-pagination > span.page-numbers.current {
	color: var( --e-global-color-accent );
}

.product-archive-title{
	position: absolute;
    left: 50%;
	z-index: 101;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
	.product-archive-title{
		position: relative;
		margin-top: -5px;
		padding-bottom: 10px;
		text-align: center;
	}
}

.top-toolbar{
   position: sticky;
   top: 52px;
   z-index: 100;
	padding-top: unset !important;
}

.top-toolbar a.elementor-button .elementor-button-content-wrapper{
	font-size: 12px;
}


/****************************************** Search ******************************************/

/* filter container */
.search-filter-form {
  display: none;
  position: absolute;
  width: 300px;
  overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: lightgray white;
  scrollbar-width: thin;
  transition: width 0.3s ease;
	height: calc(100vh - (50px + 40px));
	z-index: 10;
	top: 40px;
	left: -10px;
}

/* visible state */
.search-filter-form.is-visible {
  display: block;
}

/* collapsed state */
.search-filter-form.collapsed {
  width: 0;
}

/* inner content (no squish + sticky) */
.search-filter-form .elementor-widget-search-filter-form {
  position: absolute;
  width: calc(100% - 20px);
  min-width: 250px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* hide inner content when collapsed */
.search-filter-form.collapsed
.elementor-widget-search-filter-form {
  opacity: 0;
  pointer-events: none;
}

/* mobile overlay */
@media (max-width: 767px) {
  .search-filter-form {
    z-index: 100;
  }

  .search-filter-form.collapsed {
    width: 0;
  }
}


.searchandfilter>ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0;
	max-width: 300px;
}

.searchandfilter>ul>li:first-of-type {
	padding-top: 0;
}

.elementor-widget-search-filter-form{
	width: 100%;
}

.search-filter-form .sf-field-search .sf-input-text, .search-filter-form .sf-field-sort_order .sf-input-select {
	background: var(--mv-white);
	border: 1px solid #d7d7d7;
	outline-color: var(--mv-white);
	width: 100%;
}

.search-filter-form .sf-field-search .sf-input-text:active {
	border-color: blue;
}

.searchandfilter h4{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.searchandfilter .sf-field-search input,
.searchandfilter .sf-field-sort_order select {
	padding: 10px 20px;
}

.searchandfilter :is(.sf-field-sort_order, .sf-field-taxonomy-product_cat, .sf-field-post-meta-colour_name) ul {
	padding-left: 0;
}

.searchandfilter :is(.sf-field-sort_order, .sf-field-taxonomy-product_cat) ul>li {
	display: flex;
	color: var(--muted-gray)
}

.sf-input-checkbox{
	margin: 0;
	border-radius: 0;
	filter: contrast(200%) grayscale(1);
}

.searchandfilter ul>li.sf-option-active {
	color: var(--mv-black);
}

.searchandfilter ul>li>input.sf-input-radio{
	margin: 0;
}

.searchandfilter ul>li.sf-option-active>input.sf-input-radio{
	filter: brightness(0);
}

.searchandfilter ul>li>.sf-label-radio {
	padding-left: 8px;
}

.searchandfilter .sf-field-sort_order .sf-input-select {
	min-width: 125px;
	position: relative;
	appearance: none;
}

.searchandfilter .sf-field-sort_order .sf-input-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619' transform='rotate(270)'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 10px 10px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.searchandfilter .sf-field-sort_order label {
	width: 100%;
	display: block;
}

/* Price Slider */

.searchandfilter .sf-meta-range.sf-meta-range-slider{
	position: relative;
	display: flex;
	padding-top: 30px;
	justify-content: space-between;
	align-items: center;
}

.searchandfilter .sf-meta-range.sf-meta-range-slider .sf-input-number{
    background: var(--mv-white);
    border: 1px solid #d7d7d7;
    outline-color: var(--mv-white);
    width: 100%;
    padding: 10px 10px 10px 30px;
}

.searchandfilter .sf-meta-range.sf-meta-range-slider>label{
	position: relative;
}

.searchandfilter .sf-meta-range.sf-meta-range-slider>label:before{
    content: "€";
	font-size: 14px;
	position: absolute;
	left: 15px;
	top: 10px;
	display: inline;
	color: black;
	z-index: 10;
}

.searchandfilter .noUi-horizontal{
	margin-left: 8px;
	position: absolute;
	top: 0;
	width: calc(100% - 15px);
	max-width: 100%;
}

.searchandfilter .noUi-target{
	height: 2px;
	border: none;
}

.searchandfilter .noUi-target .noUi-connects{
	background-color: #d7d7d7;
}

.searchandfilter .noUi-target .noUi-connect{
	background-color: var(--mv-black);
}

.searchandfilter .noUi-horizontal .noUi-handle{
	background-color: var(--mv-black);
	box-shadow: none;
	border: none;
	border-radius: 2px;
	top: -6px;
	height: 15px;
	width: 15px;
	right: -8px !important;
}

.searchandfilter .noUi-handle:before, .searchandfilter .noUi-handle:after{
	display: none;
}

/* Size select */
.sf-field-taxonomy-pa_size > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 8px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sf-field-taxonomy-pa_size > ul > li {
  position: relative;
  border: 1px solid var(--light-gray);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-field-taxonomy-pa_size .sf-input-checkbox {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.sf-field-taxonomy-pa_size li label.sf-label-checkbox {
	color: var(--muted-gray);
  cursor: pointer;
  user-select: none;
  font-weight: 500;
	padding-left: 0;
}

.sf-field-taxonomy-pa_size li:hover label.sf-label-checkbox {
	color: var(--mv-black);
}

.sf-field-taxonomy-pa_size li:hover {
	background-color: var(--light-gray);
	border: 1px solid 1px solid var(--light-gray);
}

/* Selected state */
.sf-field-taxonomy-pa_size .sf-input-checkbox:checked + .sf-label-checkbox {
  color: var(--mv-black)
}

/* Selected border */
.sf-field-taxonomy-pa_size > ul > li:has(.sf-input-checkbox:checked) {
  border-color: var(--mv-black);
}

@media only screen and (max-width: 768px) {
	.search-filter-form{
		max-width: 400px;
		width: 100vw;
	}
	
	.searchandfilter .sf-field-search,
	.searchandfilter .sf-field-sort_order {
		width: 100%;
    	padding-right: 40px;
	}
	
	.searchandfilter .sf-field-search label {
		width: 100%;
	}
}


/****************************************** FAQ SECTION ******************************************/

.elementor-widget-container > .elementor-accordion .elementor-tab-content {
	border: none!important;
} 

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item  {
    margin-bottom: 15px;
	border: none!important;
}

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item .elementor-tab-title {
    border-radius: 40px;
}

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item .elementor-tab-title:after {
	content: '';
    display: inline-flex;
    position: absolute;
    height: 12px;
    width: 20px;
    right: 20px;
    transform: rotate(270deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 500ms;
    will-change: transform;
}

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item .elementor-tab-title.elementor-active:after {
    transform: rotate(90deg);
}


/****************************************** Vacatures search section ******************************************/

.alle-vacatures-page-filter .alle-vacatures-page-filter-search form ul {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	margin: 0 20px;
	justify-content: center;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-input-select {
	background: var(--mv-white);
	border: 1px solid #d7d7d7;
    border-radius: 3px;
	outline-color: var(--mv-white);
	padding: 10px 15px;
	color: #666;
	appearance: none;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-input-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619' transform='rotate(270)'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 10px 10px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-job-type {
	display: flex;
    align-items: center;
    gap: 15px;
	flex-wrap: wrap;
	margin-right: 40px;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-location {
	display: flex;
    align-items: center;
    gap: 15px;
	flex-wrap: wrap;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-location ul {
	display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search h4 {
    font-size: 17px;
    font-weight: 400;
    color: #505050;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search label {
	font-size: 17px;
    font-weight: 300;
    color: #505050;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-reset .search-filter-reset {
    display: flex;
	flex-direction: column;
	font-weight: 100 !important;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
	.alle-vacatures-page-filter .alle-vacatures-page-filter-search form > ul {
		display: block;
	}
	
	.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-location ul {
		justify-content: flex-start;	
	}
}

/* Homepage container (overflow viewport) - Boki Blocks Style */
@media screen and (min-width: 992px) {
	.loop-container {
		position: relative;
		min-height: 690px;
	}
	.loop-element {
		position: absolute;
		width: 150%;
		top: 0;
		left: 0;
	}
	.loop-element .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events {
		width: 150%;
	}
}

/* Homepage slideshow, center aligned */
.home-slideshow, .home-slideshow * {
	height: 100%;
	overflow: hidden;
	text-align:center;
}

.home-slideshow .swiper-slide-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-slideshow .swiper-slide-image{
	max-width: unset;
	min-width: 100vw;
	min-height: 100%;
	object-fit: cover;
}

/* Productarchive items */
/* Home Archive */
.woocommerce ul.products:before, .woocommerce-page ul.products:before{
	content: unset;
}

.woocommerce ul.products, .woocommerce-page ul.products{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
  	grid-template-rows: repeat(2);
	gap: 8px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0;
	width: 100%;
}

.related-product-colours {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
}

.related-product-colour {
	width: 100%;
	max-width: 20%;
}

.related-product-colour img {
	height: auto;
	border: 1px solid var( --mv-white );
}

.related-product-colour.is-current img {
	border-color: var( --mv-black );
}

/* Product page */
.woocommerce span.onsale {
  display: none !important;
}

.product-container {
	position: relative;
}

.product-container .price bdi, .product-container .elementor-widget-woocommerce-product-title {
	margin: 0;
	height: fit-content;
	line-height: 1em;
	font-size: 18px;
}

.product-container .custom-gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.product-container .product-info {
	position: sticky;
	top: 100px;
	height: fit-content;
	padding: 0 50px;
}

@media screen and (max-width: 992px) {
	.product-container .product-info {
		padding: 0 10px;
	}
}

.cfvsw-swatches-container.cfvsw-product-container{
	width: 100%;
	flex-wrap: nowrap
}

.cfvsw-swatches-option.cfvsw-label-option{
	width: 100%;
	max-width: 82px;
	height: 50px;
	border-color: var( --e-global-color-490a4fe );
}

.quantity, .reset_variations{
	display: none !important;
}

button.single_add_to_cart_button.elementor-button.button {
	width: 100%;
	margin-inline-start: 0 !important;
}

.product-info .elementor-widget-container > .elementor-accordion > .elementor-accordion-item .elementor-tab-title:after{
	right: 0;
}

.klarna-deal-button .woocommerce-Price-amount bdi{
	color: #fff;
	transition: color 0.3s ease-in-out
}
	
/* Product loop item */

.product-item{
	aspect-ratio: 3 / 4;
}

@media screen and (max-width: 767px) {
	.product-item{
		aspect-ratio: 5 / 8;
	}
	
	 .product-tags {
		display: none !important;
	}
}

/* Hide product tags when out of stock */
.is-out-of-stock .product-tags {
    display: none !important;
}

.is-out-of-stock .out-of-stock-overlay {
    display: none !important;
}

/* Show overlay only when out of stock */
.is-out-of-stock .out-of-stock-overlay {
    display: block !important;
	background-color: #ffffffaa;
}

/* Default states */
.is-in-stock .out-of-stock-overlay {
    display: none !important;
}

.product-item .product-default-container,
.product-item .product-hover-container {
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease-in-out;
}

.product-item .product-default-container {
  	z-index: 1;
}

.product-item .name-and-colour{
	width: fit-content;
}

.product-item .price{
	margin: 0;
}

.product-item .product-hover-container {
  	z-index: 2;
  	opacity: 0;
  	pointer-events: none;
}

.product-item del .woocommerce-Price-amount.amount{
	color: var(--muted-gray);
  	text-decoration-color: var(--muted-gray) !important;
}

.product-item ins, .value ins{
	text-decoration: none !important;
}

/* Product loop item add to cart button and size select */
.loop-cart-ui {
  display: inline-flex;
  align-items: center;
  pointer-events: auto;
  background-color: var(--mv-white);
  position: relative;
}

button.loop-plus-btn {
  pointer-events: auto;
  width: 50px;
  height: 50px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
  border: none;
  opacity: 1;
  transform: scale(1);
  transition: all .3s ease-in-out;
  cursor: pointer;
	background-color: var( --mv-white);
	color: var( --mv-black);
}

button.loop-plus-btn svg {
  width: 24px;
}

.loop-swatch-tray {
	max-height: 50px;
  display: flex;
	align-items: center;
	gap: 4px;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-in-out;
  background-color: var(--mv-white);
  padding: 0;
}

.loop-cart-ui.swatches-open .loop-swatch-tray {
  max-width: 360px;
  opacity: 1;
  pointer-events: auto;
  padding: 2px 4px 4px;
}

.loop-swatch-label {
	word-break: keep-all;
  white-space: nowrap;
}

.loop-swatch-list {
  display: flex;
  gap: 6px;
  white-space: nowrap;
}

.loop-cart-ui.swatches-open .loop-plus-btn {
  color: var(--e-global-color-490a4fe);
}

/* Product item Size Swatches */
button.loop-swatch-btn {
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid var( --e-global-color-490a4fe );
  background: var( --mv-white);
	color: var( --mv-black);
  font-size: 12px;
	font-weight: 400;
  cursor: pointer;
  transition: all .2s ease;
}

button.loop-swatch-btn.is-disabled {
  opacity: .4;
  pointer-events: none;
}

button.loop-swatch-btn:hover {
  background-color: var( --e-global-color-490a4fe );
	border-color:var( --mv-black);
}

button.loop-swatch-btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  border-color: #ccc;
}

.loop-plus-btn.is-loading,
.loop-swatch-btn.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
	button.loop-plus-btn {
	  width: 35px;
	  height: 35px;
	}
	
	.loop-cart-ui.swatches-open .loop-plus-btn {
		width: 100%;
	}
	
	.loop-cart-ui.swatches-open .loop-plus-btn {
	  opacity: 0;
		width: 0px;
	}
	
	.loop-swatch-label {
		display: none;
	}
	
	.loop-swatch-list {
    gap: 2px;
}
}

@media screen and (min-width: 992px) {
	.product-item:hover .product-hover-container {
	  opacity: 1;
	  pointer-events: auto;
	}

	.product-item:hover .product-default-container {
	  opacity: 0;
	}
}

.product-item .related-product-colours {
	gap: 3px;
} 

.product-item .related-product-colour{
	max-width: unset;
}

.product-item .related-product-colour img{
	width: 40px;
}

/* Default fallback */
.elementor-widget-loop-grid .woocommerce-loop-product__link {
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.elementor-widget-loop-grid .woocommerce-loop-product__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-image {
  display: none;
}

/* Product mode */
body[data-image-view="product"] .model-image {
  display: none !important;
}

body[data-image-view="product"] .product-image {
  display: block !important;
}

/* Model mode */
body[data-image-view="model"] .product-image {
  display: none !important;
}

body[data-image-view="model"] .model-image {
  display: block !important;
}

/* Product / Model view mode switch */
.image-view-switch {
	display: flex;
	flex-direction: row;
	gap: 0;
}

.image-view-switch button {
	font-size: 12px;
	color: var(--muted-gray);
	  background: none;
	  border: none;
	  border-bottom: 3px solid var(--muted-gray);
	  padding: 6px 8px;
	  cursor: pointer;
	transition: 0.3s all ease-in-out;
	margin: 0;
}

.image-view-switch button:hover {
	color: var(--mv-black);
  border-bottom: 3px solid var(--mv-black);
}

.image-view-switch button.active {
	color: var(--mv-black);
	font-weight: 600;
  border-bottom-color: var(--e-global-color-accent);
	cursor: default;
}

/* Cart page */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	padding: 13px;
	border-radius: 0;
}

/* Checkout */
.checkout.woocommerce-checkout{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea{
    border-radius: 0 !important;
    padding: 12px !important;
	border: 1px solid var(--light-gray);
	background-color: transparent;
}

table.woocommerce-checkout-review-order-table{
	border-collapse: collapse !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
	width: 100%;
	max-width: unset;
	padding-inline-end: 0;
}

table.woocommerce-checkout-review-order-table tfoot{
	background-color: var(--light-gray);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th{
	padding-left: 20px !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce ul#shipping_method .amount{
	font-weight: 400 !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr strong{
	padding-bottom: 15px;
	color: var(--mv-black);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th{
	font-weight: 700 !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr strong {
	font-weight: 700;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td{
	padding-right: 20px !important;
	text-align: end;
}

.woocommerce-checkout #payment ul.payment_methods li{
	margin-bottom: 10px;
}

.woocommerce ul#shipping_method li label:not([for*=free_shipping]){
	font-size: 0;
}

.woocommerce ul#shipping_method li label>span.woocommerce-Price-amount.amount{
	font-size: 14px;
}

.woocommerce ul#shipping_method li input{
    margin-top: -2px;
}

.elementor-widget-woocommerce-checkout-page .e-coupon-anchor {
    display: block !important;
	margin-top: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code::placeholder{
	text-transform: uppercase;
}

.elementor-widget-woocommerce-checkout-page button.e-apply-coupon.woocommerce-button{
	width: 100%;
	height: 42.16px;
	padding: .618em 1em;
}

/* Custom order layout at checkout
/* Layout */
.checkout-product-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Thumbnail column */
.checkout-thumb {
    position: relative;
    width: 90px;
    min-width: 90px;
}

.checkout-thumb img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
}

/* Quantity sticker */
.checkout-qty {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var( --e-global-color-accent );
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 7px;
    border-radius: 12px;
    line-height: 1;
}

/* Details column */
.checkout-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title */
.checkout-title {
    font-weight: 600;
    margin-bottom: 4px;
}

/* Price (WooCommerce default element) */
.woocommerce-checkout-review-order-table .product-total {
    font-weight: 500;
}

.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table td.product-total {
    display: none;
}

/* YITH Wishlist */
.yith-add-to-wishlist-button-block{
	margin: 0;
}

.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style){
	transition: filter 0.3s ease-in-out;
	padding: 10px;
}

.yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style):hover{
	filter: invert(0.5);
}

table.wishlist_table.shop_table {
	display: block;
	padding-left: 0;
	border: none;
}

table.wishlist_table thead{
	display: none;
}

tbody.wishlist-items-wrapper {
	display: flex;
	border: none;
	gap: 8px;
}

tbody.wishlist-items-wrapper>tr {
	display: flex;
	flex-direction: column
}

.woocommerce table.shop_table td{
	padding: 0;
}

table.wishlist_table.shop_table .product-remove {
	position: absolute;
	top: 10px;
    right: 10px;
    z-index: 5;
	width: auto;
}

table.wishlist_table.shop_table .product-remove a.remove {
	padding-top: 0.3em;
	width: 1.5em;
	height: 1.5em;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail{
	display: block;
	max-width: 100%;
	margin-right: unset;
}

.wishlist_table tr td.product-thumbnail a{
	max-width: 100%;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.label, .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label{
	display: none;
}

.wishlist_table.modern_grid li .item-details h3, .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3{
	margin-top: 0;
}

.additional-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 275px;
}

.wishlist_table.mobile li .item-wrapper .item-details{
width: 100%;
}

.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style), .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart, .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.modern_grid li .item-details table.item-details-table, .wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info{
	margin-bottom: 0 !important;
}

table.wishlist_table.shop_table .product-add-to-cart a.button.add_to_cart{
	width: 100%;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px !important;
	display: block !important;
}