/*
 Theme Name:   RS Feuerwerk
 Theme URI:    https://rs-feuerwerk.de/
 Description:  Een child theme van Hello Elementor
 Author:       RS Feuerwerk
 Author URI:   https://rs-feuerwerk.de/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  rs-feuerwerk
*/


/************ Global */

/* Stel hier een aantal global CSS variabelen in */
/*:root {
    --e-primary-color
    --e-secondary-color
    --e-font-family
    --e-font-size 
    --e-heading-font
    --e-button-color
}*/

/************ Default styling */
/* Reset de standaardbrowser stijlen voor alle elementen */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    line-height: 1.6;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0;
    text-align: left;
}

.elementor-icon-wrapper {
	display: flex !important;
	justify-content: center !important;
}

.auto-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}

.auto-marquee .swiper-slide {
    width: auto !important;
    white-space: nowrap;
}

.primary-color {
	color: var(--e-global-color-primary);
}

.woocommerce-Price-currencySymbol {
  color: var(--e-global-color-a2076ab);
}

.woocommerce-Price-amount.amount {
  color: white;
}

/************ Custom CSS */

/*** Header */

header {
	transition: all 0.3s ease !important;
}

header .elementor-sticky--effects {
	transition: all 0.3s ease;
}

@media (min-width: 1024px) {
	header > .e-con-inner {
		transition: all 0.3s ease !important;
		padding: 30px 0 !important;
	}

	header .elementor-sticky--effects > .e-con-inner {
		transition: all 0.3s ease !important;
		padding: 10px 0 !important;
	}	
	
	header .elementor-widget-theme-site-logo img {
		transition: all 0.3s ease !important;
	}

	header .elementor-sticky--effects .elementor-widget-theme-site-logo img {
		max-width: 250px !important;
	}
}

/*** Breadcrumbs */

.yoast-breadcrumb {
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    color: var(--e-global-color-9ec145c);
}

.yoast-breadcrumb a {
    color: var(--e-global-color-9ec145c);
    text-decoration: none !important;
}

.yoast-breadcrumb a:hover {
    color: var(--e-global-color-primary);
}

.yoast-breadcrumb .separator {
    margin: 0 5px;
}

.yoast-breadcrumb .breadcrumb_last {
	font-weight: 600 !important;
	color: var(--e-global-color-primary);
}

.product-description-shortcode {
	color: var(--e-global-color-9ec145c);
}

.product-description-shortcode a {
	color: var(--e-global-color-primary);
}

.brand-logo {
	max-width: 100px !important;
	max-height: 140px !important;
	object-fit: contain;
	display: flex;
}

/*** Button */

/* .button-hvr {
	transition: all ease .2s !important;
} */

.merk-card:hover .button-hvr {
	background-color: var(--e-global-color-primary) !important;
}

@media (max-width: 1024px) {
	.button-hvr {
		background-color: var(--e-global-color-primary) !important;
	}
	
	.orddd_list_view_select .list-view {
		padding: 0px !important;
	}
}

/*** Product loop item */

/*** Detail content */

.product_meta .detail-content,
.product_meta .sku,
.product_meta .posted_in:not(.detail-container) a,
.product_meta .tagged_as a {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 4px;
}

.product_meta .detail-content a,
.product_meta .sku,
.product_meta .posted_in:not(.detail-container) a,
.product_meta .tagged_as a {
    color: #fff !important;
}

.product_meta .detail-content:hover,
.product_meta .posted_in:not(.detail-container) a:hover,
.product_meta .tagged_as a:hover {
	background-color: transparent;
}

.product_meta {
	gap: 20px;
}

.product_meta .posted_in,
.product_meta .sku_wrapper {
	display: grid;
	gap: 8px;
}

.product_meta .sku_wrapper {
	order: 3;
}

.product_meta .posted_in:not(.detail-container) {
	font-weight: 700;
}

/*** Product filter */

.yith-wcan-filter .filter-title,
.yith-wcan-active-filters :is(h1, h2, h3, h4, h5, h6) {
	font-family: var(--e-global-typography-8760981-font-family) !important;
	font-size: var(--e-global-typography-8760981-font-size) !important;
	font-weight: var(--e-global-typography-8760981-font-weight) !important;
	line-height: var(--e-global-typography-8760981-line-height) !important;
	color: var(--e-global-color-9ec145c) !important;
}

.active-filter b,
.dropdown-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a,
.yith-wcan-filters .active-filter b,
.yith-wcan-filters .active-filter a {
	font-family: var(--e-global-typography-text-font-family) !important;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
	line-height: var(--e-global-typography-text-line-height) !important;
}

.yith-wcan-active-filters .active-filter {
    margin-bottom: 15px;
    margin-right: 15px;
	display: flex;
	flex-direction: column !important;
	padding-top: 8px;
}

.active-filter b,
.active-filter a,
.dropdown-label,
.filter-checkbox a {
	color: var(--e-global-color-9ec145c) !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
	border-radius: 0px;
/* 	border: 1px solid var(--e-global-color-primary); */
	padding: 8px 10px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, 
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, 
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
	font-size: 0.6875rem !important;
	padding: 5px 5px !important;
}

.yith-wcan-filter .clear-selection {
	font-family: var(--e-global-typography-text-font-family) !important;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
	line-height: var(--e-global-typography-text-line-height) !important;
	color: var(--e-global-color-primary) !important;
}

.yith-wcan-filter.filter-price-slider .price-slider {
    padding: 15px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
    border-color: var(--e-global-color-primary) !important;
}

.yith-wcan-filters .btn {
    background-color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 1rem !important;
}

.yith-wcan-filters .active-filter {
	
}

/* Titel-effect */

.titel-effect {
	position: relative;
	display: inline-block;
	padding-bottom: 0.6em;
}

.titel-effect::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.06);
}

.titel-effect::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 4em;
	height: 3px;
	background: var(--e-global-color-primary);
	clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 100%, 0 100%);
}


.elementor-menu-cart__main {
	width: 450px !important;
}


/* Geef de gloed ruimte door overflow te openen */
.neon,
.neon .elementor-widget-container {
    overflow: visible !important;
}

.neon {
    position: relative;
}

/* Zachte kleur-gloed achter de afbeelding */
.neon img::before {
    content: '';
    position: absolute;
    inset: -30px;
    background: var(--e-global-color-primary);
    filter: blur(40px);
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

/* Afbeelding met masker + neon rand via drop-shadow */
.neon img {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-mask-image: url(https://dev.rs-feuerwerk.de/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(https://dev.rs-feuerwerk.de/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    filter: drop-shadow(0 0 6px var(--e-global-color-primary))
            drop-shadow(0 0 20px var(--e-global-color-primary))
            drop-shadow(0 0 40px var(--e-global-color-primary));
}



.nickx_product_images_with_video .nickx-slider-for .nswiper-wrapper,
.nickx_product_images_with_video .nickx-slider-for .nswiper-slide.woocommerce-product-gallery__image {
    height: auto !important;
}

.nickx_product_images_with_video .nickx-slider-for .woocommerce-product-gallery__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nickx_product_images_with_video .nickx-slider-for .woocommerce-product-gallery__image img.wp-post-image {
    max-width: 350px;
    max-height: 350px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@media (max-width: 767px) {
    .nickx_product_images_with_video .nickx-slider-for .woocommerce-product-gallery__image img.wp-post-image {
        width: 100%;
        max-width: 100%;
        max-height: 200px;
    }
}

.nickx_product_images_with_video .nswiper-button-next.main_arrow,
.nickx_product_images_with_video .nswiper-button-prev.main_arrow {
    color: #fff !important;
}

.nickx_product_images_with_video .nswiper-button-next.main_arrow::after,
.nickx_product_images_with_video .nswiper-button-prev.main_arrow::after {
    color: #fff !important;
    font-size: 30px;
    font-weight: 700;
    -webkit-text-stroke: 1.2px #fff;
    text-shadow: 0 0 1px #fff;
}

.nickx_product_images_with_video .nickx-popup,
.nickx_product_images_with_video .nickx-popup::before,
.nickx_product_images_with_video .nickx-popup::after {
    color: #fff !important;
}

.nickx_product_images_with_video .nickx-popup {
    filter: brightness(0) invert(1);
}

.woocommerce table.shop_attributes td p {
    padding: 8px !important;
}

.page-numbers.dots {
	color: #fff;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after, 
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after, 
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after {
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpolygon fill='%23fff' points='47.993,14.121 45.872,12 45.863,12.009 43.752,9.896 24.008,29.641 4.248,9.881 0.007,14.125 0.013,14.13 0.009,14.134 21.679,35.803 21.664,35.816 23.967,38.119 23.98,38.105 23.994,38.119 25.021,37.093 25.029,37.104 47.993,14.141 47.982,14.131'/%3E%3C/svg%3E") !important;
}

.icon-button .elementor-button {
	padding: 10px 80px !important;
}

.icon-button .elementor-button .elementor-button-icon svg {
    width: 28px !important;
}

.icon-button .elementor-button .elementor-button-text {
    display: flex !important;
    align-items: center !important;
}

.select2-dropdown {
    background-color: #1e1e1e;
}

.select2-container--default .select2-selection--single {
    height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.orddd_list_view_container>.list-view {
    background-color: #00000000 !important;
}

.orddd_list_view_container .list-view.selected {
	background: #45a118 !important;
}

/* Kassabon */

/* .elementor-widget-woocommerce-checkout-page .woocommerce-order,
.elementor-widget-woocommerce-checkout-page .woocommerce {
    padding: 30px !important;
    background: white !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-order .woocommerce-Price-amount.amount,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-Price-amount.amount,
.woocommerce-privacy-policy-text p {
    color: black !important;
} */

.elementor-widget-woocommerce-checkout-page .woocommerce-order {
    padding: 30px !important;
    background: white !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-order .woocommerce-Price-amount.amount {
    color: black !important;
}

.images.nickx_product_images_with_video span.nickx-popup,
.nickx_product_images_with_video.show_lightbox span.nickx-popup_trigger {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10' cy='10' r='7'/%3E%3Cpath d='M15 15l6 6M10 7v6M7 10h6'/%3E%3C/svg%3E") !important;
}

.nickx_product_images_with_video.show_lightbox span.nickx-popup_trigger {
    display: none !important;
}
.show_lightbox .nswiper-slide-active span.nickx-popup {
    opacity: 1 !important;
}

.nickx_product_images_with_video .video-thumbnail img[src*="woocommerce-placeholder"] {
    visibility: hidden;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
	width: auto !important;
}