/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
	--global-font-size: 16px;
	--e-global-typography-primary-font-size: clamp(1.3rem, 0.943rem + 0.071vw, 1.8rem);
	--e-global-typography-secondary-font-size: clamp(1.3rem, 0.943rem + 0.071vw, 1.8rem);
	--theme-color-yellow: 212, 255, 1;
	--links-normal-color: rgb(var(--theme-color-yellow));
	--general-text-color: white;
	
	--tables-links-hover-color: rgb(var(--theme-color-yellow));
	--tables-links-normal-color: rgb(var(--theme-color-yellow));
	--tables-buttons-border-color: rgb(var(--theme-color-yellow));
	--typography-section-titles-color: white;
}

/*
 * typography
 * 
 * min viewport = 500
 * max viewport = 1200
 */
html,
body {
	font-size: var(--global-font-size);
}



/* 
 * buttons
 */
.product-wrapper .woocommerce_loop_add_to_cart_wrap a {
	background-color: rgb(var(--theme-color-yellow)) !important;
	border-radius: 0px;
	color:black !important;
	font-weight: 600;
	border: 1px solid var(--e-global-color-accent);
}

.product-wrapper .woocommerce_loop_add_to_cart_wrap a:hover {
	outline-width: 2px;
	outline: 2px solid var(--e-global-color-accent);
	outline-offset: 3px;
}

.product-wrapper .woocommerce_loop_add_to_cart_wrap a:hover span:after {
	content: '';
	opacity: 0;
	transition-duration: 0.3s;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	outline-width: 2px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(https://coers2025.coersonline.nl/wp-content/uploads/2025/03/fast-forward.svg);
}

.elementor-widget-button a.elementor-button,
.elementor-button.elementor-slide-button {
	font-weight: 600;
	padding: 17px 31px 17px 31px !important;
	border: 1px solid var(--e-global-color-accent);
}

.elementor-widget-button a.elementor-button>span,
.elementor-button.elementor-slide-button {
	position: relative;
}

.elementor-widget-button a.elementor-button>span:after,
.elementor-button.elementor-slide-button:after {
	content: '';
	opacity: 0;
	transition-duration: 0.3s;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	outline-width: 2px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(https://coers2025.coersonline.nl/wp-content/uploads/2025/03/fast-forward.svg);
}

.elementor-widget-button a.elementor-button:hover,
.elementor-button.elementor-slide-button:hover {
	padding: 17px 43px 17px 19px !important;
	outline: 2px solid var(--e-global-color-accent);
	outline-offset: 3px;
}

.elementor-widget-button.elementor-button-info a.elementor-button,
.elementor-widget-button.elementor-button-info a.elementor-button:hover {
	outline-color: white;
	border: 1px solid white;
}

.elementor-widget-button.elementor-button-info a.elementor-button>span:after {
	filter: invert(1);
}

.elementor-button.elementor-slide-button:after {
	left: calc(100% - 24px);
}

.elementor-button.elementor-slide-button:hover {
	outline-color: white;
}

.elementor-button.elementor-slide-button:after {
	filter: invert(1);
}

.elementor-widget-button a.elementor-button:hover>span:after,
.elementor-button.elementor-slide-button:hover:after {
	opacity: 1;
}

.elementor-button.elementor-slide-button:hover:after {
	left: calc(100% - 34px);
}

/*
 * header navigation & home slider
 */
.elementor-widget-nav-menu :is(a, p) {
	text-transform: uppercase;
}

.elementor-widget-nav-menu ul.elementor-nav-menu:not(.submenu)>li>a {
	font-weight: 700;
}

.home-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading {
	font-size: clamp(4.375rem, 24.286vw + -3.214rem, 15rem);
	letter-spacing: 1.6rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
}

.home-slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
	font-size: clamp(1.4rem, 0.771rem + 0.086vw, 2rem);
}

.dash {
	color: var(--e-global-color-accent);
	font-weight: 700;
}

.home-slider .swiper-slide-contents.animated.zoomIn {
	animation-name: zoomInAlt;
	animation-duration: 0.8s;
}

@keyframes zoomInAlt {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/*
 * shop related
 */
.woocommerce-notices-wrapper .woocommerce-message {
	background: #0a0a0a;
}
/* add to cart page */
.wc-block-cart-items__row
{
	border-bottom: solid 2px ;
	border-top : solid 2px ;

}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	background-color: #252525 !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
	margin-left: 10px !important
}
.wp-block-woocommerce-cart-order-summary-totals-block{
	border-bottom: solid 2px ;
	border-top: solid 2px !important;
	width: 90%;
	margin-left: 5%;
 
}
.wp-block-woocommerce-cart-order-summary-block{
	border:solid 2px;
	border-radius: 4px
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link)
{
background-color: #000
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover{
	color: rgb(var(--theme-color-yellow));
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th
{
	font-size: 20px;
}

/* fly-cart */
.popup-fly-cart > .inner::before {background-color: rgba(0,0,0,0.5);}
.fly-cart-wrap .fly-cart-content {background:#252525;}
.fly-cart-wrap .fly-cart-content > div {background:#252525;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-footer {margin-top: 0px;box-shadow: unset;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body .woocommerce-message {background:black;padding:20px 20px 20px 60px;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body .woocommerce-message:before {left:26px;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body li {align-items: center;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body li + li {margin-top: 40px !important;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body .product-info {text-align:left;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body .product-thumbnail {border:unset;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body .attachment-woocommerce_thumbnail {max-height: 100px;object-fit: contain;}
.fly-cart-wrap .fly-cart-content > div.fly-cart-body .quantity input  {background:black;border:unset;border-radius:0px;}
.fly-cart-addon-modal {background: #252525;}
.product-template-default .variations > div > select {border-radius: unset;}
.product-template-default .single_variation_wrap .quantity input {border-radius:unset;}
.product-template-default .single_variation_wrap button.single_add_to_cart_button {border-radius: unset !important;}
.product-template-default .single_variation_wrap button.wc-variation-selection-needed,
.product-template-default .single_variation_wrap button.wc-variation-is-unavailable {opacity:0.3;background:black !important;color:white !important;}


/* service gerelateerd */
.dark-design-form .gfield_label {color: white;padding-left: unset;font-size:clamp(1.3rem, 0.943rem + 0.071vw, 1.8rem);}
.dark-design-form .gform-field-label {color:white;font-size:clamp(1.3rem, 0.943rem + 0.071vw, 1.8rem);}
.dark-design-form .gchoice label {font-size: 16px;}
.dark-design-form input:not(.gfield-choice-input), .dark-design-form .textarea {background:rgb(50,50,50);color:white;border:unset;border-radius: 0px;}

/* account gerelateerd */
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap {background: unset;border: unset;box-shadow:unset;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav {background: unset;border: unset;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .my-name.fn {color:white;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .woocommerce-MyAccount-navigation {width: 100%;min-width: 100%;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .woocommerce-MyAccount-navigation ul li a{color:white;padding:14px 22px;background:var(--e-global-color-083cb32);font-size:var(--global-font-size);}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .woocommerce-MyAccount-navigation ul li a:hover{background:#0a0a0a;color:white;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .woocommerce-MyAccount-navigation ul li a:before {color:var(--e-global-color-accent);}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .woocommerce-MyAccount-navigation ul li.is-active a {color:white;background:#0a0a0a;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {margin-top:20px;text-align: center;color:rgb(210, 210, 210);}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-nav .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {display: none;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-content .woocommerce-MyAccount-content-wrapper {background:unset;border:unset;font-size:var(--e-global-typography-primary-font-size);}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-content .woocommerce-MyAccount-content-wrapper .shop_table :is(tr, th, td, span, a, p) {text-align:left;font-size:var(--global-font-size);color:white !important;background:unset !important;border:unset !important;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-content .woocommerce-MyAccount-content-wrapper .shop_table tr:after {background:unset !important;border:unset !important;}
.elementor-widget-woocommerce-my-account .minimog-wc-account-wrap > .minimog-wc-account-content div.woocommerce-info {background:unset;}
 
/*
 * pagina stories
 */
#coers-stories article a.elementor-post__thumbnail__link {
	margin-bottom: 0px;
}

#coers-stories article div.elementor-post__text {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 33%;
}

#coers-stories article div.elementor-post__text h3 {
	margin-bottom: 0px;
}

/*
/* Gravity Forms */
.gform-theme.gform-theme--framework .gform_fields {
    gap: 20px;
}

.gform-theme.gform-theme--framework .gform_body fieldset {
    border: unset !important;
    padding: 0;
    margin: 0;
    width: unset;
}

.gform-theme.gform-theme--framework .gfield_label,
.gform-theme.gform-theme--framework .gform-field-label {
    color: #fff;
    font-size: 16px;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_body input:not([type="checkbox"]),
.gform-theme.gform-theme--framework.gform_wrapper .gform_body textarea,
.gform-theme.gform-theme--framework.gform_wrapper .gform_body select {
    background: #303030;
    border: 1px solid rgba(160,160,160,0.2);
    color: #fff !important;   /* white text when typing */
    padding: 0px 16px;
	min-height: 46px;
	line-height: initial;
	font-size: initial;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_body ::placeholder,
.gform-theme.gform-theme--framework.gform_wrapper .gform_body ::-webkit-input-placeholder {
    color: rgba(160,160,160,0.6) !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_body input:focus,
.gform-theme.gform-theme--framework.gform_wrapper .gform_body textarea:focus,
.gform-theme.gform-theme--framework.gform_wrapper .gform_body select:focus {
    border-color: #d4ff02 !important;
    outline: none !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_heading .gform_required_legend,
.gform-theme.gform-theme--framework.gform_wrapper .gform_body .gfield_required {
    display: none;
}

/* Submit button */
.gform-theme.gform-theme--framework.gform_wrapper .gform_footer {
    justify-content: flex-end;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_footer .gform_button[type="submit"] {
    border: unset !important;
    background: #d4ff02 !important;
    color: #000 !important;
    padding: 17px 43px !important;
    font-family: var(--e-global-typography-primary-font-family), proxima-nova, Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_footer .gform_button:hover[type="submit"] {
	outline: 2px solid var(--e-global-color-accent);
	outline-offset: 3px;
}

/* Footer */
@media only screen and (max-width: 767px) {
    footer .menu-item > a,
    footer .elementor-post__text a {
        text-align: center;
        display: block !important;
    }
}