/*
==  THEME DETAILS  ============================================================
   	Theme Name: keukenaccessoirewinkel.nl
	Theme URI: https://www.keukenaccessoirewinkel.nl/
    Description: Stylesheet voor keukenaccessoirewinkel.nl
    Version: 2.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--black: #000;
		--gold: #C18B00;
        --blue: #002D50;
        --orange: #F97316;
        --red: #C81464;
		--grey: #C3C3C3;
		--light-grey: #F0F0F0;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "nimbus-sans", sans-serif;
		font-size: 0.9rem;
	  	line-height: 1.5rem;
		font-weight: 300;
		color: var(--black);
		background: var(--light-grey);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		transition: all 0.3s ease-in-out;
		text-decoration: none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--red);
	}

	a:hover {
		color: var(--black);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
        font-weight: 700;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.75rem;
	}
	
	h4, .h4 {
		font-size: 1.25rem;
	}

	.ff-mariposa-std {
		font-family: 'Mariposa Std Black';
	}

	.fs-xl {
		font-size: 1rem;
	}

	.fs-lg {
		font-size: 0.9rem;
	}

	.fw-bold , strong {
		font-weight: 700;
	}

	.rounded {
		border-radius: 25px !important;
	}

	.box-shadow {
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.two-columns {
		columns: 2;
		column-gap: 1.5rem;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
		figure.scale-image {
			overflow: hidden;
			position: relative;
			display: block;
			cursor: pointer;
		}
		figure.scale-image img  {
			transition: all 0.4s linear;
			transform: scale3d(1, 1, 1);
		}
		figure.scale-image:hover img ,
		.item-blog:hover figure.scale-image img {
			transform: scale3d(1.05, 1.05, 1);
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1360px) {
    	html {
			font-size: 17px;
		}
	}

	@media all and (max-width: 1360px) {
    	html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 992px) {
    	html {
			font-size: 15px;
		}
        body ,
        .fs-lg {
            font-size: 1rem; 
            line-height: 1.7rem;
        }
		h1, .h1 {
			font-size: 2rem;
		}
		h2, .h2 {
			font-size: 1.75rem;
		}
		h3, .h3 {
			font-size: 1.5rem;
		}
	}

/* Buttons -------------------------------------- */
	.btn {
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1rem;
		padding: 1rem 1.5rem;
		border: none;
		border-radius: 30px;
	}

	.btn-primary {
		color: var(--white) !important;
		background-color: var(--red);
	}

	.btn-primary:hover {
		background-color: var(--black);
	}

	.btn-secondary {
		color: var(--white) !important;
		background: var(--black);
	}

	.btn-secondary:hover {
		color: var(--black) !important;
		background: var(--white);
	}

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.5rem !important;
	}

	.content-block h1 {
		margin-bottom: 2rem;
	}

	.content-block h2 {
		margin-bottom: 1rem;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

	.content-block ul {
		padding-left: 1rem;
	}

	.content-block .gallery {
		margin: 2.5em 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.content-block .gallery img {
		border: none !important;
		max-width: 100% !important;
		height: auto !important;
	}
	
	.content-block .gallery .gallery-item {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		padding: 0 10px !important;	
		margin: 0;
	}

 	.content-block .gallery .gallery-item .gallery-icon {
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}

	.content-block .gallery .gallery-item .gallery-icon a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.content-block .gallery .gallery-item .gallery-icon img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-white {
		background: var(--white) !important;
	}

	.bg-black {
		background: var(--black) !important;
	}

	.bg-gold {
		background: var(--gold) !important;
	}

    .bg-blue {
       background: var(--blue) !important; 
    }
    
    .bg-orange {
       background: var(--orange) !important;
    }

    .bg-red {
       background: var(--red) !important; 
    }

	.bg-grey {
		background: var(--grey) !important;
	}

	.bg-light-grey {
		background: var(--light-grey) !important;
	}

	.text-white {
		color: var(--white) !important;
	}
	
	.text-black {
		color: var(--black) !important;
	}

	.text-gold {
		color: var(--gold) !important;
	}
	
	.text-grey {
		color: var(--grey) !important;
	}

	.text-light-grey {
		color: var(--light-grey) !important;
	}
	
/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
	.py-70 {
		padding: 3.5rem 0;
	}

	.pb-70 {
		padding-bottom: 3.5rem;
	}

	.mt-70 {
		margin-top: 3.5rem;
	}

	.mb-70 {
		margin-bottom: 3.5rem;
	}

	.mb-50 {
		margin-bottom: 2.5rem;
	}

	.mt-40 {
		margin-top: 2rem;
	}

/*---------------------------------------------- 
	1.5 Item Blog
------------------------------------------------*/
	.item-blog__wrapper {
		padding: 1rem 1.5rem;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50%;
		width: 100%;
		background: var(--black);
        background: linear-gradient(180deg,rgba(58, 58, 57, 0) 0%, rgba(58, 58, 57, 1) 100%);
	}	

	.item-blog__link span {
		padding-left: 4rem;
	}

	.item-blog__link span::before {
		content: "";
		display: block;
		height: 1px;
		width: 3rem;
		background: var(--gold);
		left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

/*---------------------------------------------- 
	1.6 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 1.25rem;
	}

	.social-media li a:hover {
		color: var(--gold);
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem;
	}

/*---------------------------------------------- 
	1.7 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: inherit !important;
		font-weight: 500 !important;
		margin: 0 0 0.5rem 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		font-size: inherit !important;
		font-weight: 400;
		padding: 10px 20px !important;
		background: var(--white) !important;
		height: 2.75rem;
        color: var(--black) !important;
		border: 1px solid var(--grey);
		width: 100% !important;
		border-radius: 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 8.75rem !important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1.5rem 0 0 0 !important;
		padding: 0 !important;
		justify-content: flex-end;
	}

	.gform_wrapper.gravity-theme .gform_footer .btn {
		margin: 0 !important;
	}

	.gform_confirmation_message {
		margin-top: 1rem !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio {
		display: flex;
		align-items: center;
	}

	.gform_wrapper.gravity-theme .gfield_radio .gchoice + .gchoice {
		margin-left: 0.75rem;
	}

	.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 0.7rem !important;
	}

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 1.25rem !important;
	}

	.gform_required_legend {
		display: none !important;
	}

	.gform_wrapper .gform_validation_errors>h2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	.gform_wrapper .gfield_checkbox label {
		font-size: 0.5rem !important;
		padding-left: 0.25rem;
	}

    .gform_wrapper .field_description_below .gfield_description {
		font-size: 0.7rem !important;
		color: var(--white);
		padding: 0 !important;
		border: none !important;
	}

	.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
		padding: 0 !important;
		border: 0 !important;
		margin: 0 !important;
		background: none !important;
	}

	.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
		width: 48%;
		height: 75px;
		background-color: var(--grey) !important;
		font-size: 0.65rem;
        line-height: 1.5rem;
		color: var(--black);
		padding: 10px 15px !important;
	}

	.gform_wrapper .gform_button_select_files {
		top: 0px;
		position: absolute;
		right: 0px;
		width: 48% !important;
		text-align: center;
		background: var(--white);
		color: var(--black);
		font-size: 0.65rem;
        font-weight: 600;
		border: none;
		border-radius: 0;
		padding: 10px 15px;
		height: 75px;
	}

	.gform_wrapper ::placeholder {
		color: var(--black);
	}

/*---------------------------------------------- 
	1.8 Mededeling
------------------------------------------------*/
    .mededeling {
        border-bottom: 0.5px solid var(--white);  
    }

/*---------------------------------------------- 
	1.9 Whatsapp 
------------------------------------------------*/
	.whatsapp {
		position: fixed;
		z-index: 998;
		right: 1rem;
		bottom: 1rem;
		text-decoration: none !important;
	}	

	.whatsapp i {
		background: #25D366;
		color: #FFF;
		display: block;
		text-align: center;
		height: 2.5rem;
		width: 2.5rem;
		font-size: 1.4rem;
		line-height: 2.5rem;
		border-radius: 100%;
	}

	.fade-in-bottom {
		-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	   	animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	}

	@-webkit-keyframes fade-in-bottom {
	  0% {
		-webkit-transform: translateY(50px);
				transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}
	@keyframes fade-in-bottom {
	  0% {
		-webkit-transform: translateY(50px);
				transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}
   
/*---------------------------------------------- 
	2.1 Header
------------------------------------------------*/
	header {
		z-index: 99;
	}

	.header {
		padding: 1rem 0;		
	}

	.header__phone {
		color: var(--white) !important;
	}

	.header ul li.list-inline-item:not(:last-child) {
		margin-right: 1.25rem;
	}

	.header__cart i {
		font-size: 0.8rem;
		line-height: 2.6rem;
		height: 2.5rem;
		width: 2.5rem;
		color: var(--white);
		background: var(--red);
		text-align: center;
		display: block;
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	}

	.header__cart-count {
		width: 0.75rem;
		height: 0.75rem;
		background: var(--white);
		color: var(--black);
		display: inline-block;
		text-align: center;
		line-height: 0.75rem;
		font-weight: 600;
		font-size: 0.5rem;
		border-radius: 100%;
		position: absolute;
		top: 2px;
		right: 2px;
	}


/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation__menu {
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}

	.navigation__menu li a {
		line-height: 1;
		font-weight: 700;
		color: var(--white);
		padding: 0.8rem 0;
  		position: relative;
	}

	.navigation__menu li + li {
		margin-left: 1.5rem;
	}

	.navigation__menu li a:hover,
	.navigation__menu li.active a {
    	color: var(--red);
	}

	@media all and (max-width: 1360px) {
		.navigation__menu li + li {
			margin-left: 1rem;
		}
	}

	@media all and (max-width: 1200px) {
		.navigation__menu li a {
			font-size: 0.75rem;
		}
		.navigation__menu li + li {
			margin-left: 0.75rem;
		}
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile__menu {
		padding: 0.5rem 0;
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}

	.navigation--mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0 !important;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.5rem;
		height: 2.25rem;
		width: 2.25rem;
		background: var(--red) !important;
		color: var(--white) !important;	
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
	}

	 .navigation--mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation--mobile .cd-dropdown-content a {
		font-size: 0.9rem;
		font-weight: 500;
		color: var(--white);
		text-align: left !important;
	}

	.navigation--mobile .current_page_item a {
		color: var(--red);
	}

	.navigation--mobile .cd-dropdown {
		background: var(--black);
		z-index: 999;
	}
	
	.navigation--mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	.navigation--mobile ul {
		padding-left: 0;
	}
	
	.navigation--mobile .cd-dropdown-content a, 
	.navigation--mobile .cd-dropdown-content ul a {
		border-top-width: 0.25px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--light-grey);
    	border-style: solid;
	}

	.navigation--mobile .cd-dropdown-content li:last-of-type > a, 
	.navigation--mobile .cd-dropdown-content ul li:last-of-type > a {
		border-bottom-width: 0.25px;;
	}
	
	.navigation--mobile .cd-dropdown-content .go-back a {
		color: var(--black);
		background: var(--white);
	}

	.navigation--mobile .cd-secondary-dropdown > a,
	.navigation--mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: var(--white);
	}

	.navigation--mobile .has-children > a::before, 
	.navigation--mobile .has-children > a::after {
		background: var(--red) !important;
	}

	.navigation--mobile .cd-dropdown .cd-close::after, 
	.navigation--mobile .cd-dropdown .cd-close::before {
		background: var(--red) !important;
	}

	.navigation--mobile .go-back a::before, 
	.navigation--mobile .go-back a::after {
		background: var(--red) !important;	
	}

	.navigation--mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

/*---------------------------------------------- 
	4.1 Frontpage Hero
------------------------------------------------*/
	.frontpage-hero {
		max-height: calc(100dvh - 6rem);
	}

	.frontpage-hero__item {
		height: calc(100dvh);
		min-height: 100dvh;
	}

	.frontpage-hero__item::before {
		content: "";
		position: absolute;
		height: 55%;
		width: 100%;
		top: 0;
		left: 0;
		background: var(--black);
		background: linear-gradient(180deg,rgba(58, 58, 57, 0.7) 0%, rgba(58, 58, 57, 0.25) 70%, rgba(58, 58, 57, 0) 100%);
	}

    .frontpage-hero__title {
        font-size: 2.5rem !important;
        line-height: 1.5;
    }

	@media all and (max-width: 1200px) {
		.frontpage-hero {
			max-height: calc(35rem - 4rem);
		}
		.frontpage-hero__item {
			height: 35rem;
			min-height: inherit;
		}
	}

/*---------------------------------------------- 
	4.2 Frontpage Producten
------------------------------------------------*/
	.frontpage-producten .container-fluid {
		max-width: 1500px;
	}

	.frontpage-producten__wrapper {
		padding: 3rem 2rem;
	}
	
/*---------------------------------------------- 
	5. Hero
------------------------------------------------*/
	.hero {
		padding-top: 11rem;
		padding-bottom: 2.5rem;
	}

/*---------------------------------------------- 
	6.1 Page Modules
------------------------------------------------*/
	.module-content + .module-content ,
	.module-content + .module-blog {
		padding-top: 0 !important;
	}

	@media all and (max-width: 992px) {
		.module-content--columns .col {
			flex: 0 0 auto;
			width: 100%;
		}
	}	

/*---------------------------------------------- 
	6.2 Module Veelgestelde Vragen
------------------------------------------------*/
	.module-veelgestelde-vragen .accordion {
		width: 100%;
	}

	.module-veelgestelde-vragen .accordion ,
 	.module-veelgestelde-vragen .accordion-item ,
    .module-veelgestelde-vragen .accordion .accordion-button {
		border: none;
		box-shadow: none;
		border-radius: 0 !important;
	}

	.module-veelgestelde-vragen .accordion .accordion-button {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.module-veelgestelde-vragen .accordion-item {
		background: var(--white);
		border-bottom: 1px solid var(--light-grey);
	}

	.module-veelgestelde-vragen .accordion .accordion-button.collapsed ,
	.module-veelgestelde-vragen .accordion .accordion-button{
		background: none !important;
	}

    .module-veelgestelde-vragen .accordion .accordion-button .accordion-button__title {
		font-size: 0.9rem;
		color: var(--black);
		font-weight: 500;
		line-height: 1.75rem;
    }

	.module-veelgestelde-vragen .accordion .accordion-button .accordion-button__arrow i {
		color: var(--red);	
	}

	.module-veelgestelde-vragen .accordion .accordion-button::after {
		display: none;
	}

	 .module-veelgestelde-vragen .accordion .accordion-item .accordion-body {
        font-size: 0.9rem;
		color: var(--black);
        background: none;
		padding: 0 1.25rem 1rem 1.25rem;
		border-radius: 0;
	}

	.module-veelgestelde-vragen .accordion .accordion-button:not(.collapsed) .accordion-button__arrow {
		-webkit-animation: rotate-90-cw 0.1s ease-in-out both;
		animation: rotate-90-cw 0.1s ease-in-out both;
	}

	.module-veelgestelde-vragen .accordion .accordion-button.collapsed .accordion-button__arrow {
		-webkit-animation: rotate-0-ccw 0.1s ease-in-out both;
		animation: rotate-0-ccw 0.1s ease-in-out both;
	}

	@-webkit-keyframes rotate-90-cw {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}

	@keyframes rotate-90-cw {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}

	@-webkit-keyframes rotate-0-ccw {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}

	@keyframes rotate-0-ccw {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}

	@media all and (max-width: 767px) {
		.module-veelgestelde-vragen .accordion .accordion-button span.title {
			font-size: 0.7rem;
		}
	}

/*---------------------------------------------- 
	6.3 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 2.5rem 2rem;
	}

	.module-contact__gegevens li a ,
    .module-contact__wrapper .social-media li a {
		color: var(--white);		
	}

	.module-contact__gegevens li a:hover ,
    .module-contact__wrapper .social-media li a:hover {
		color: var(--red);
	}

/*---------------------------------------------- 
	7. Call to Action 
------------------------------------------------*/
	.call-to-action .container-fluid {
		max-width: 1500px;
	}

    .call-to-action .btn:hover {
        color: var(--black) !important;
        background: var(--white);
    }

	.call-to-action__image {
		height: 20rem;
	}

	.call-to-action::after {
		content: "";
		background: var(--white);
		height: 13.5rem;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

/*---------------------------------------------- 
	8.Footer 
------------------------------------------------*/
	.footer {
		padding: 4rem 0 2rem 0;
	}
		
	.footer__pay-off span::before {
		content: "";
		width: 5rem;
		height: 1px;
		background: var(--red);
		left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	.footer__pay-off span {
		
		font-size: 1.1rem;
		padding-left: 6.5rem;
	}

	.footer ul li ,
	.footer ul li a {
		color: var(--white);
	}

	.footer ul li a:hover {
		color: var(--red);
	}

	.footer__platforms li + li {
		margin-left: 2rem;
	}

	.footer hr {
		margin-top: 3.5rem;
		margin-bottom: 1.5rem;
		border-color: var(--white);
		opacity: 0.3;
	}

	.footer__author a {
		color: var(--grey);
	}

	.footer__author a:hover {
		color: var(--white);
	}