/*
Theme Name: Jiffy Steamer 2025
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
	--lichtblauw: #00A9ED;
	--blauw: #044D6D;
	--lichtblauw: #00A9ED;
	--donkerblauw: #101940;
	--groen: #8BC64E;
	--donker: #8BC64E;
}



/* 2025 */
#main a:not(.button) {
	text-decoration: underline;
}

.section.bg-donkerblauw, .col.bg-donkerblauw .col-inner {
	background-color: var(--donkerblauw);
}
.page-template-page-transparent-header-light #top-bar * {
	color: #fff;
}
#wide-nav .nav.header-bottom-nav {
    width: 1320px;
    max-width: calc(100vw - 30px);
    margin: 0 auto;
    justify-content: space-between;
    background-color: var(--lichtblauw);
    border-radius: 99px;
    padding: 0 2em;
    xbox-shadow: 4px 4px 4px rgba(0,0,0,0.25), inset 4px 4px 4px rgba(255,255,255,0.25);
}
#logo {
	xmargin-top: -60px;
}
	#logo img {
	    xmax-height: 100px !important;
	}
.page-template-page-transparent-header-light .header-nav-main.nav > li > a {
	font-weight: 500 !important;
	color: #fff !important;
}
.col.full-width-left > .col-inner:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background-color: #fff;
}
.schaduw-boven .section-bg-overlay {
	box-shadow: 0px 75px 75px 0px rgba(0,0,0,0.5) inset;
-webkit-box-shadow: 0px 75px 75px 0px rgba(0,0,0,0.5) inset;
-moz-box-shadow: 0px 75px 75px 0px rgba(0,0,0,0.5) inset;
}

.js-marquee .ux-logo {
	position: relative;
	margin: 0 2em;
}
.js-marquee .ux-logo:after {
	content: '';
	height: 200px;
	width: 1px;
	xbackground-color: #000;
	position: absolute;
	right: -2em;
	top: 50%;
	transform: translateY(-50%);
}
.top3 .product-small.col .col-inner, .top3 .product-small.box {
	background-color: transparent !important;
}
.top3 .badge {
	width: 200px;
}
.top3 .badge-inner {
	background-color: var(--lichtblauw) !important;
	font-size: 20px;
	font-weight: 700;
	width: 200px;
	white-space: wrap;
	padding: 0.25em 0.5em;
	border-radius: 4px;
	line-height: 1em;
	text-align: left;
}
.badge-inner {
	background-color: var(--lichtblauw) !important;
}
.meestgekozen {
	top: 0px;
	position: absolute;
	background-color: var(--lichtblauw);
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	width: 200px;
	line-height: 1em;
	padding: 0.25em 0.5em;
	border-radius: 4px;
}
.row.align-equal.equalize-box .box {
	height: 100%;
	padding-bottom: 175px;
}
	.row.align-equal.equalize-box .box-text {
		position: absolute;
		bottom: 0;
	}
.box-blog-post .is-divider {
	display: none;
}

.wider {
	width: 60vw;
}
.expand-right .col-inner {
	width: clamp(320px, 55vw, 960px);
}

.post-type-archive-product .header-wrapper:not(.stuck) .header-bg-color, .tax-product_cat .header-wrapper:not(.stuck) .header-bg-color {
	background-color: transparent;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.cat-item a {
	text-decoration: none !important;
}
.cat-item.active a, .post-type-archive-product .widget-title, .post-type-archive-product .shop-container h1, .tax-product_cat .widget-title, .tax-product_cat .shop-container h1 {
	color: #fff;
}
.post-type-archive-product .is-divider {
	display: none;
}
.box .product-title a {
	font-size: 20px;
	text-decoration: none !important;
	font-weight: bold;
}
.box .add-to-cart-button a {
	background-color: var(--groen);
}
.category-page-row:before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100vw;
	height: 420px;
	background-color: var(--donkerblauw);
	transition: height 0.25s ease;
}
.category-page-row.is-dropdown-open:before {
	height: 680px;
}
.bg-donkerblauw-before {
	z-index: 99;
}
.bg-donkerblauw-before:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: var(--donkerblauw);
}
.bg-donkerblauw-after:after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	width: 100vw;
	height: 100%;
	background-color: var(--donkerblauw);
	z-index: -1;
}
.col.zindex {
	z-index: 9;
}
.img.afgerond .img-inner, .banner.afgerond .banner-bg {
	border-radius: 32px;
}
ul.checkmark li {
	list-style-image: url('/wp-content/uploads/sites/10/2025/11/icon-checkmark.svg');
	margin-left: 2em;
}

.gebruik .col.large-2 .box-image {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.gebruik .col.large-2 .button {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.button.white span {
	color: var(--donkerblauw);
}
.flickity-slider>.row {
    opacity: 1 !important;
}
.single_add_to_cart_button {
	background-color: var(--groen) !important;
}

/* end 2025 */


.header-bottom .container {
	max-width: 100vw;
	padding: 0;
}

.header-bottom .container .flex-left {
	width: 100vw;
}

h1, .h1 {
	font-weight: 700;
	font-size: 48px;
}

h2, .h2, .banner h2 {
	font-size: 2.24em;
}

h3, .h3, .banner h3 {
	font-size: 1.68em;
}

strong {
	font-weight: 700;
}
.nomargin {
	margin-bottom: 0;
}
.nopadding {
	padding-bottom: 0;
}

.woocommerce-checkout .large-5 .has-border {
	border: 0px;
	background: #fafafa;
}

.woocommerce-billing-fields {
    border-top: 1px solid #ddd;
}

.category-page-title {
	display: none;
}

.lang_switcher li:last-child {
	xdisplay: none;
}

small.tax_label {
	display: none;
}


@media only screen and (min-width: 845px) { 
	.hide-for-screen{
		display: none !important;
	}
}

div.category-page-row .col.large-3.hide-for-medium {
	display: block!important;
}

div.submit-container input {
	border: 1px solid #000;
}
span.btwValidator {
	background-color: red;
	height: max-content;
	width: 100%;
	display: none;
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
}

span.btwValid{
	background-color:green;
	display:block;
}
span.btwInvalid{
	background-color: red;
	display: block;
}

input#place_order:hover:disabled {
	background-color: red!important;
}

input#place_order:disabled {
	background-color: red!important;
}
.checkout-page-title.page-title {
	display: none!important;
}

/* redesign */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Poppins" !important;
	font-weight: 300 !important;
}

h1, .h1 {
	font-size: 2.68em;
}
h2, .h2 {
	
}
h3, .h3 {
	
}
h4, .h4 {
	
}
h5, .h5 {

}
h6, .h6 {
	
}
strong {
	font-weight: 500;
}
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong {
	font-weight: 700 !important;
}
.donkerblauw {
	color: var(--donkerblauw) !important;
}

.col-right .align-right {
	margin-left: auto !important;
}

.col-left .align-right {
	margin-right: auto !important;
}

.fix-left .row-collapse {
	margin-left: 0;
}

.fa-check {
	color: var(--groen);
}

.usp strong {
	font-weight: 500;
}

.usp li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.usp-product {
	background-color: #eee;
	padding: 2vw;
}

.top5 .has-shadow .box:not(.box-overlay):not(.box-shade):hover {
	box-shadow: none !important;
}

.video.video-fit.mb.video-edge {
    padding-top: 0% !important;
}

@supports (-ms-ime-align: auto) {
	.video-edge {
		width: 500px;
	}
	
	.video-edge .wp-video {
		height: 480px;
	}

	.video-edge .wp-video video {
		margin-left: 0 !important;
	}
}


.single-product .social-icons .circle {
	border-radius: 0 !important;
}

.product-small.box:hover {
	box-shadow: none !important;
}

.testimonial-text.is-italic {
	font-style: normal !important;
	line-height: 1.48em;
}

/* afbeelding en vlak shortcodes */
img.afbeelding {
	position: absolute;
	z-index: -1;
}
.vlak {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
   	right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    z-index: -2;
}
	.vlak-overlay {
		position: absolute;
    	top: 0;
    	bottom: 0;
    	height: 100%;
    	left: -1px;
    	right: -1px;
	}
	.vlak-bg {
  		background-size: cover;
  		position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	right: 0;
    	bottom: 0;
    	padding: 0 !important;
    	margin: 0 !important;
	}
	.vlak .vlak-overlay.donkerblauw {
		background-color: var(--donkerblauw);
	}
	.vlak .vlak-overlay.wit {
		background-color: #fff;
	}
	

@media only screen and (max-width: 850px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	h1, .h1, h2, .h2 {
		font-size: 1.5em;
	}
	h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		font-size: 1.25em;
	}
	
	.expand__sm .children {
		position: inherit;
		opacity: 1;
		left: auto;
		padding-bottom: 30px;
		-ms-transform: translateX(0);
		transform: translateX(0);
		display: block !important;
	}
	
	.category-page-row:before {
    	height: 80vh;
	}
    .box .add-to-cart-button a {
        margin: 0;
    }
    .woocommerce-loop-product__title a {
        font-size: 16px !important;
    }
    .box-text-products .title-wrapper,
    .box-text-products .price-wrapper{
        margin-bottom: 10px !important;
    }
}