/*!
Theme Name: thepropcentral
Theme URI: http://underscores.me/
Author: Takt Online
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thepropcentral
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thepropcentral is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 0 0;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#1c1c1c;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#1c1c1c;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a {
  text-decoration: none;
  color:#626262;
}

/* overall
---------------
---------------
--------------- ---------------
---------------
---------------
*/

/* start colors */
:root {
  --white: #fff;
  --black: #1E1E1E;
  --purple: #96196C;
  --light-purple: #F7ECF4;
  --yellow: #F6AD02;
  --dark-grey: #676767;
  --grey: #B3B3B3;
  --light-grey: #F8F8F8;
  --dark-red: #230009;
  --red: #4E0417;
}
/* end colors */

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color:var(--black);
}

h3, h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  color:var(--black);
}

h1, h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  color:var(--black);
}

h3 span, h4 span, h2 span, h1 span{
  color:var(--purple);
}

html {
	scroll-behavior: smooth;
}

.section-container {
  margin:0 auto;
  max-width: 1200px;
  padding:0 20px;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

a {
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

::selection {
    background-color: var(--purple);
    color: var(--white);
}

img { 
  pointer-events: none; 
} 

/* vaste elementen */

.prop-btn {
  font-size:16px;
  font-weight: 400;
  text-align: center;
  color:var(--white);
  background-color: var(--purple);
  padding:13px 25px;
  border-radius: 5px;
  display: inline-block;
}

.prop-btn.border {
  color:var(--black);
  background: none;
  border:solid 1px var(--purple);
}

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

.prop-btn.border:hover {
  background-color: var(--yellow);
  border:solid 1px var(--yellow);
}

.container-width {
    margin: 0 auto;
    max-width: 1200px;
}

.container-width-slider {
    margin: 0 auto;
    max-width: 1240px;
}

.split-contain {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.split-contain.dubbel-split {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.split-contain.three-split {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.split-contain.four-split {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.split-contain.five-split {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.gradient {
    position: relative;
}
.gradient:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(111.67deg, #EDC15C 4.65%, rgba(237, 193, 92, 0.4) 66.18%);
    z-index: -1;
}
/* menu */
.mobile-menu {
  display: none;
}
#navbar {
  position: fixed;
  top:30px;
  width: 100%;
  z-index: 99;
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.navbar-contain {
  margin:0 auto;
  padding:20px 25px;
  max-width: calc(1200px - 50px);
  background-color: var(--white);
  box-shadow: 0px 2px 26.3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 81px 1fr 230px 122px;
  grid-template-columns: 81px 1fr 230px 122px;
}

#navbar.scroll-head{
  top:0;
  background-color: var(--white);
  box-shadow: 0px 2px 26.3px rgba(0, 0, 0, 0.1);
}

#navbar.scroll-head .navbar-contain {
  box-shadow: 0px 2px 26.3px rgba(0, 0, 0, 0);
}

.navbar-logo img{
  height:52px;
  width: 81px;
  position: absolute;
  left:20px;
  top:15px;
}

.navbar-logo a {
  height:45px;
  width: 75px;
  display: block;
}

.navbar-logo a:hover {
  opacity: 0.5;
}
.navbar-contain nav ul li {
  display: inline-block;
  margin: 0 25px 0 20px;
  font-weight: 600;
}

.navbar-contain nav ul li a {
  color:var(--black);
}

.navbar-contain nav ul li a:hover{
  color:var(--purple);
}

#navbar .menu-top-menu-container .menu-item-has-children {
	position:relative;
}
#navbar .menu-top-menu-container .menu-item-has-children:after {
	position: absolute;
    top: 4px;
    right: -12px;
    width: 0;
    height: 0;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid var(--black);
    display: block;
}
#navbar .menu-top-menu-container .menu-item-has-children .sub-menu:first-of-type {
    position: absolute;
    background: var(--white);
    left: 0;
    top: 0;
    padding: 20px 20px 0 20px;
    z-index: 999;
	box-shadow: 0px 2px 26.3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#navbar .menu-top-menu-container .menu-item-has-children .sub-menu {
    display: none;
}

#navbar .menu-top-menu-container .menu-item-has-children:hover .sub-menu {
    display: block;
}
#navbar .menu-top-menu-container .menu-item-has-children .sub-menu {
        padding: 20px 20px 0 20px;
        margin-top: 15px;
        background-color: var(--white);
        border-radius: 10px;
}

#navbar .menu-top-menu-container .menu-item-has-children .sub-menu li {
        font-weight: 600;
        margin: 0 0 20px 0;
		width: 150px;
    }
.quotes-btn {
  display: inline-block;
  position: relative;
}

.quotes-btn svg{
  margin-bottom: -2px;
}

.quotes-btn span {
    width: 19px;
    height: 17px;
    background-color: var(--yellow);
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    color: var(--white);
}
/* end menu */

/* footer */
footer {
  font-weight: 300;
  font-size: 14px;
  color:var(--white);
}
.small-usp-bar {
    padding: 20px;
    background-color: var(--red);
    font-size: 14px;
    color:var(--white);
}
.small-usp-bar .usp-item svg {
    margin-right: 7px;
}
.footer-under {
  background-color: #000;
  padding:25px 0;
  color:var(--white);
}

.footer-middle {
    background-color: var(--dark-red);
    padding: 60px 0 80px 0;
}

.footer-middle ul li{
    line-height: 1.7;
    margin-top: 5px;
}

.footer-category {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 25px;
    font-weight: bold;
}

.footer-middle p {
    display: inline-block;
    font-size: 14px;
    color: var(--white);
    line-height: 1.7;
    width: 100%;
}
footer a {
  color:var(--white);
}
footer a:hover{
  color:var(--yellow);
} 

footer ul{
  list-style: none; 
}

footer ul .sub-menu{
  display:none; 
}

.footer-under ul{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.footer-under ul li {
      display: inline-block;
      margin:0 0 0 20px;
}

.footer-dates .date-p1{
  width: 50px;
  display: inline-block;
}

.footer-dates .date-p2{
  width: calc( 100% - 50px);
  display: inline-block;
}

.footer-info li{
  position: relative;
  margin-left:30px;
}

.footer-info svg {
  position: absolute;
  left:-30px;
  top:2px;
}

.footer-info a:hover svg {
  opacity: 0.7;
}

.footer-middle {
  position: relative;
}

.footer-middle .circle-layer {
  position: absolute;
  bottom:40px;
  right:60px;
}

.footer-list:first-child {
    width: 350px;
    margin-right: 40px;
}
/* end footer */

/* homepage */
.bg-layer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 0.5;
}

.default-fold-section {
    position: relative;
    padding: 180px 0 70px 0;
}

.fold-text h1{
  font-size: 50px;
  font-weight: 900;
}

.white-section-text h2{
  font-size: 45px;
  font-weight: 900;
}

.fold-text p{
  font-size: 16px;
  line-height: 1.7;
  margin:40px 0;
}

.white-section-text .prop-btn {
  margin-right:20px;
}

.white-section-text {
  background-color: var(--white);
  border-radius: 10px;
  padding:60px;
}

.white-section-text p {
  color:var(--dark-grey);
  font-size: 16px;
  line-height: 1.7;
}

.default-fold-section .split-contain {
  position: relative;
}

.default-fold-section .prop-img {
  position: absolute;
  right:0;
  top:-40px;
}

.prop-img.machine {
  top:-40px;
  width: 530px;
}
/* end homepage */

/* productbar */
.product-bar {
  margin:50px 0 0 0;
}
.cata-lister ul {
    list-style: none;
    margin:40px 0;
}
.cata-lister ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    padding:0 40px 0 0;
    border-right:solid 1px var(--grey);
    font-weight: 600;
	display:none;
}
.cata-lister ul li:nth-child(1),
.cata-lister ul li:nth-child(2),
.cata-lister ul li:nth-child(3),
.cata-lister ul li:nth-child(4),
.cata-lister ul li:nth-child(5),
.cata-lister ul li:nth-child(6){
	display:inline-block;
}
.cata-lister ul li:last-child,
.cata-lister ul li:nth-child(6){
  margin:0;
  padding:0;
  border:none;
}
.cata-lister ul li:first-child a{
	color:var(--black);
  font-weight: 500;
}
.cata-lister a {
  font-weight: 400;
  font-size:20px;
  color:var(--grey);
}
.cata-lister a.current {
  color:var(--black);
  font-weight: 500;
}
.cata-lister a:hover{
  color:var(--purple);
}

.product-split {
  grid-gap: 40px;
}
/* end productbar */

/* product card */
.product-card {
  background-color: var(--light-grey);
  padding:30px;
  border-radius: 10px;
}
.product-card-img {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom:25px;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.product-card-img .imager {
  height:210px;
}
.product-card-img:hover {
  opacity: 0.5;
}
.product-card-titel {
  margin-bottom:10px;
  font-size:16px;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
a .product-card-titel:hover {
  color:var(--purple);
}
.product-card-cata,
.product-card-cata a {
  font-size:16px;
  font-weight: 300;
  color:#9E9E9E;
}
.product-card-cata a:hover {
  color:var(--purple);
}

.product-card-cata a:last-child:after{
	content:"";
}
.product-card .prop-btn {
  margin-top:25px;
  width: calc(100% - 50px);
}
.product-card-img .imager{
    padding: 10px;
    object-fit: contain;
    width: calc(100% - 20px);
    object-position: center;
}
/* end product card */

/* owl slider */
.owl-nav>div {
  margin-top: 0;
  position: absolute;
  top: -68px;
  color: #cdcbcd;
}

.owl-nav>div:hover {
  color: #1c1c1c;
}

.owl-nav i {
  font-size: 24px;
}

.owl-nav .owl-prev {
  right: 50px;
}

.owl-nav .owl-next {
  right: 20px;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item,
.navbar-mobile-search  {
  display: none
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #1c1c1c
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-carousel {
  display: inline-block;
}

.owl-carousel .item {
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: inline-block;
    margin: 0 20px;
	width: -webkit-fill-available;
}

/* own custom sliders */
.owl-nav .owl-prev {
    left: -5px;
    right: inherit;
    top: calc(50% - 22px);
}

.owl-nav .owl-next {
    right: -5px;
    left: inherit;
    top: calc(50% - 22px);
}

.slider-btn {
    background-color: var(--white);
    border-radius: 45px;
    height:45px;
    width: 45px;
    box-shadow: 0px 2px 15.4px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: relative;
}
.slider-btn:hover {
  box-shadow: 0px 2px 15.4px rgba(0, 0, 0, 0.1);
  background-color: var(--yellow);
}
.slider-btn .arrow {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 10px solid var(--black);
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    left: 18px;
}

.owl-prev .slider-btn .arrow {
  transform: rotate(180deg);
  left: 16px;
}

.slider-container {
  margin:60px 0 80px 0;
}
/* end own custom slider */
/* end owl slider */

/* about section on homepage */
.about-uni-section {
  padding:80px 0;
  position: relative;
}
.about-uni-section .container-width {
  position: relative;
}
.about-uni-section::before{
  content:"";
  position: absolute;
  background-color: var(--light-grey);
  width: 50%;
  height:100%;
  right:0;
  top:0;
  z-index: -1;
}
.about-uni-section .container-width::before{
  content:"";
  position: absolute;
  background-color: var(--light-grey);
  width: 25%;
  height:calc(100% + 160px);
  right:50%;
  top:-80px;
  z-index: -1;
  border-radius: 15px 0px 0px 15px;
}

.group-text {
  margin:40px 0;
}
.group-text p{
  margin:15px 0;
}
.about-prop-bird {
  width: 560px;
}
/* end about section on homepage */
/* explore section */
.explore-section {
  padding:100px 0;
}

.middle-top {
  margin-bottom: 60px;
  text-align: center;
}
.middle-top p {
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 1.7;
}

.middle-top h2 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
}

.explore-contain {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    height: 720px;
}
.explore-container {
  display: grid;
  grid-gap: 30px;
}
.explore-part {
  border-radius: 10px;
  position: relative;
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  center;
    background-repeat: no-repeat;
    background-size: cover;
}

.explore-part .prop-btn{
  position: absolute;
  bottom:30px;
  left:30px;
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.explore-part .prop-btn:after{
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 8px solid var(--white);
    display: inline-block;
    margin-left:10px;
    content:"";
}
.explore-part .prop-btn:hover:after{
 border-left: 8px solid var(--black)
}
.explore-part:hover {
  opacity: 0.8;
}
.explore-part:hover .prop-btn {
  background-color: var(--yellow);
  color:var(--black);
}
.explore-part:hover .prop-btn:after {
  border-left: 8px solid var(--black)
}
.explore-wrapper{
  width: 100%;
  height: 720px;
  display: grid;
  grid-gap: 30px;
}

.part-1 {
  grid-column: 1 / 1;
  grid-row: 1 / 2;
}

.part-2 {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

.part-3 {
  grid-column: 4 / 4;
  grid-row: 1 / 2;
}

/* end explore section */

/* updates section */
.updates-section {
  padding:100px 0 5px 0;
  background-color: var(--light-grey);
}
.left-top {
  margin-bottom: 80px;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: 1fr 1fr 150px;
    grid-template-columns: 1fr 1fr 150px;
        -ms-flex-align: center;
    align-items: center;
}

.left-top h2 {
    font-size: 45px;
    font-weight: 900;
}
.left-top p {
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 1.7;
    margin-top:5px;
}

.update-card {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 2px 26.3px rgba(0, 0, 0, 0.05);
}

.update-card:hover {
  box-shadow: 0px 2px 26.3px rgba(0, 0, 0, 0.2);
}

.update-card .update-card-img {
  width: 100%;
  height:250px;
  border-radius: 10px 10px 0 0;
      background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.update-card:hover .update-card-img  {
  opacity: 0.8;
}

.update-card-content {
  margin:40px;
}

.update-card-content .update-card-titel {
line-height: 1.5;
font-size: 20px;
}
.update-card-content p{
      color: var(--dark-grey);
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
}

.owl-nav.disabled {
  display: none;
}

.owl-carousel .update-card.item {
margin-bottom: 30px;
}

.updates-section .slider-container {
  margin:0;
}
/* end updates section */

/* cta section */
.cta-section {
  background-color: var(--light-grey);
  padding:80px 0 100px 0;
  min-height: 540px;
}

.cta-section .container-width {
  position: relative;
}

.cta-section .white-section-text{
  width: 33%;
  right:0;
  top:0;
  margin:50px 0;
  position: absolute;
  z-index: 3;
}

.cta-section-bg {
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 25%;
    height: 540px;
    width: 50%;
    z-index: 1;
    opacity: 1;
    border-radius: 15px;
}

.cta-section-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(104.45deg, #EDC15C 13.02%, rgba(237, 193, 92, 0.4) 81.36%);
    border-radius: 15px;
     z-index: 1;
}

.cta-section .prop-img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.cta-section .prop-img.spaceman-prop {
  width:490px;
  top: -10px;
}


.cta-section .prop-img.sport-prop {
  width:495px;
  top: 15px;
}

/* end cta section */

/* faq */
.faq-section {
  padding:80px 0 40px 0;
  background-color: var(--light-grey);
}

.faq-content {
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
}
.faq-text h4 {
    font-size: 45px;
    font-weight: 900;
}
.faq-text p {
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 1.7;
    margin: 40px 0;
}

.faq-content details>summary {
    list-style-type: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 900;
    padding: 30px 60px 30px 60px;
    position: relative;
    background-color: var(--white);
    line-height: 1.6;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.faq-content details:nth-child(even)>summary {
    background-color: var(--light-grey);
  }

.faq-items {
  margin-left:30px;
}

.faq-content details>summary::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 20px;
    height:45px;
    width: 45px;
    background-color: var(--light-grey);
    text-align: center;
    border-radius: 5px;
}

.faq-content details:nth-child(even)>summary::before {
  background-color: var(--white);
}

.faq-content details[open] .faq__content {
    background-color: var(--white);
    color: var(--dark-grey);
    border: solid 2px var(--light-purple);
    font-size: 16px;
    line-height: 1.7;
    border-radius: 0 0 10px 10px;
}
.faq-content .faq__content {
    padding: 30px 60px 30px 60px;
}

.faq-content details[open]>summary {
  background-color: var(--light-purple);
  border-radius: 10px 10px 0 0;
}

.faq-content details>summary::after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 10px solid var(--dark-grey);
    display: inline-block;
    content: "";
    position: absolute;
    top:38px;
    right:42px;
}

.faq-content details[open]>summary::after {
  transform: rotate(90deg);
  border-left: 10px solid var(--white);
}

.faq-content details[open]:nth-child(even)>summary::before,
.faq-content details[open]>summary::before {
  background-color: var(--purple);
}

.faq-content details>summary:hover::before,
.faq-content details[open]>summary:hover::before {
  background-color: var(--yellow);
}
.faq-content details>summary:hover::after,
.faq-content details:nth-child(even)>summary:hover::after,
.faq-content details[open]:nth-child(even)>summary:hover::after  {
  border-left: 10px solid var(--white);
}
/* end faq */

/* shop section */

.menu-btn-open {
  display: none;
}
.shop-section {
  position: relative;
  padding: 170px 0 60px 0;
}

.shop-section.gradient {
background: linear-gradient(102.97deg, #EDC15C 39.49%, rgba(237, 193, 92, 0) 90.5%);

}

.shop-section .fold-text{
  width: 45%;
}

.shop-section .fold-text p {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0 0 0;
}

.shop-section .fold-text h1 {
  font-size: 45px;
  color:var(--purple);
}

.shop-section .bg-layer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 1;
}

.shop-breads {
  background-color: var(--light-grey);
  font-size: 16px;
  padding:20px 0;
  color:var(--dark-grey);
}

.shop-breads a:hover{
  color:var(--purple);
}

.split-contain.store-head-split {
    -ms-grid-columns: 1fr 3fr 1fr;
    grid-template-columns: 1fr 3fr 1fr;
    margin: 60px 0 30px;
}
.split-contain .products {
    display: contents;
}
.product-category-label {
  font-size: 25px;
    font-weight: 900;
}

.woocommerce-result-count {
  color:var(--dark-grey);
  margin-top:7px;
  margin-left:10px;
}

.store-content form.woocommerce-ordering {
    padding: 0;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.store-content form.woocommerce-ordering .orderby {
    text-align: right;
    padding-right: 20px;
    background: none;
    color:var(--dark-grey);
    cursor: pointer;
    position: relative;
    border: 0px;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.store-content form.woocommerce-ordering:after {
    content: "\2942";
    position: absolute;
    right: 0;
    top: 3px;
}

input {border:0;outline:0;}
input:focus {outline:none!important;}

.store-content .split-contain {
  display: grid;
  grid-gap: 40px;
}

.split-contain.store-split {
       -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
}

.split-contain.sub-store-split {
    align-items: flex-start;
        -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}

.border-line {
  border-bottom: solid #A9A9A9 1px;
  width: 100%;
  margin:30px 0;
}

.store-left ul {
    list-style: none;
}

.store-left ul li {
    font-weight: 600;
    margin: 0 0 20px 0;
    color:var(--black);
}

.store-left ul li a {
  color:var(--black);
}

.store-left ul li.current-menu-item a,
.store-left ul li.current-product_cat-ancestor a,
li.current-menu-item a,
#navbar li.current-menu-item a,
.mobile-menu li.current-menu-item a{
  color:var(--purple);
}

.store-left-label {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 25px;
}

.is-search-form {
  padding:10px 20px;
  border-radius: 10px;
  display: grid;
  grid-gap: 0;
      -ms-grid-columns: 1fr 36px;
    grid-template-columns: 1fr 36px;
    font-size: 16px;
        position: relative;
    -ms-flex-align: center;
    align-items: center;
}
.store-left .is-search-form {
	background-color:var(--light-grey);
}
.is-search-form input {
  font-size: 16px;
  background: none;
}

.is-search-form button,
.is-form-style input.is-search-submit, .is-search-icon{
  border:none;
  background: none;
}

.is-form-style.is-form-style-3 label,
.is-form-style.is-form-style-3 input.is-search-input{
	width:100% !important;
	background:none !important;
	border:none !important;
}

.store-menu-fold .is-search-form{
	background-color:var(--light-grey);
}
.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
	background:none !important;
	opacity:0.5;
	cursor:pointer;
}
.shop-usp {
  font-size: 14px;
}
.shop-usp {
  margin:30px 0;
}
.shop-usp .usp-item {
  margin:10px 0;
  display: block;
}
.shop-usp .usp-item svg {
  margin-right: 10px;
}

.woocommerce-pagination {
    
}

.woocommerce-pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.woocommerce-pagination li a,
.woocommerce-pagination li .page-numbers{
    display: inline-block;
    width: auto;
    color: var(--dark-grey);
    background-color:var(--light-grey);
    padding: 12px 0;
    margin:0;
    width: 40px;
    text-align: center;
}

.woocommerce-pagination li a {
  color:var(--dark-grey);
}

.woocommerce-pagination li .page-numbers.current {
  background-color: var(--purple);
  color:var(--white);
}

.woocommerce-pagination li:first-child .page-numbers {
  border-radius: 5px 0 0 5px;
}

.woocommerce-pagination li:last-child .page-numbers {
  border-radius: 0 5px 5px 0;
}

.woocommerce-pagination li .page-numbers:hover {
  background-color: var(--yellow);
}

.store-content .white-section-text{
border:solid 30px var(--light-grey);
margin-bottom: 80px;
color:var(--dark-grey);
}

.store-content .white-section-text h1,
.store-content .white-section-text h2 {
  font-size: 25px;
  margin-bottom: 20px;
  display: inline-block;
}

.store-content .white-section-text h3{
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.store-content .white-section-text h4{
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-block;
}

.store-content .white-section-text p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 15px 0;
    display: inline-block;
}

.store-content .white-section-text ul,
.store-content .white-section-text ol{
  margin: 0 0 15px 20px;
   font-size: 16px;
    line-height: 1.3;
}

.store-content .white-section-text ul li,
.store-content .white-section-text ol li{
  margin:10px 0;
}
/* end shop section */

/* Product page */
.cta-section .prop-img.dinosaur-prop {
  top:50px;
  width: 490px;
}

.product-fold {
    position: relative;
    padding: 170px 0 60px 0;
    background-color: var(--light-grey);
}

.product-fold .split-contain,
.product-extra .split-contain,
.overflow-content .split-contain,
.overflow-fold .split-contain {
  grid-gap: 100px;
  position: relative;
}

.product-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    position: relative;
}

.product-image>.product-image-detail:first-child {
    grid-column: span 4;
    height: 550px;
}

.product-image-detail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 120px;
    border-radius: 10px;
    border: solid 10px var(--white);
    background-color: var(--white);
}

.product-image-detail:hover {
  opacity: 0.8;
}

.product-content {
  padding:0 60px 0 0;
}

.product-content h1 {
    font-size: 40px;
    color: var(--purple);
    margin: 20px 0 30px 0;
}

.product-content .bread-crumbs{
    font-size: 14px;
    color: var(--dark-grey);
}

.product-content .bread-crumbs a {
  color: var(--dark-grey);
}

.product-content a,
.product-content a:hover {
  color:var(--purple);
}

.product-content .product-descriptions p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 15px 0;
    display: inline-block;
    color: var(--dark-grey);
}

.product-content ul, .product-content ol {
    margin: 0 0 15px 20px;
    font-size: 16px;
    line-height: 1.3;
    color: var(--dark-grey);
}

.product-content ul li, .product-content ol li {
    margin: 10px 0;
}

.product-specs table {
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    text-align: left;
    color:#9E9E9E;
    margin-top: 30px;
}

.product-specs table tr:nth-child(odd) {
    background-color: #EAEAEA;
}

.product-specs table th,
.product-specs table td {
    padding: 10px;
}
.sku-pr {
	line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    text-align: left;
    color:#9E9E9E;
	display: block;
	margin-bottom:10px;
}
.product-image>.product-image-detail:first-child:before {
  background-color: var(--purple);
  position: absolute;
  z-index: 2;
  height:45px;
  width: 45px;
  border-radius: 5px;
  top:20px;
  left:20px;
  content:"";
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.product-image>.product-image-detail:first-child:hover:before {
  background-color: var(--yellow);
}

.product-image:before {
  position: absolute;
  z-index: 3;
  height:12px;
  width: 12px;
  border-radius: 15px;
  border:solid 3px var(--white);
  top:40px;
  left:40px;
  content:"";
  pointer-events:none
}

.product-image:after {
  position: absolute;
  z-index: 3;
  height:12px;
  width: 3px;
  border-radius: 15px;
  top:52px;
  left:57px;
  content:"";
  background-color: var(--white);
  transform: rotate(-45deg);
  pointer-events:none
}

.product-actions {
  margin-top:30px;
  position: relative;
  height:44px;
}

.product-actions .quantity input.input-text.qty.text {
    width: 43px;
    font-size: 16px;
    text-align: center;
    background-color: var(--white);
    border: solid 1px #E3E3E3;
    height: 42px;
    color: var(--dark-grey);
    padding: 0;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
}

.product-actions button {
    padding: 13px 25px;
    border-radius: 5px;
    border: solid 1px #fff;
    border: solid 1px var(--purple);
    background-color: var(--purple);
    line-height: 1;
    color: var(--white);
    transition-duration: 0.3s;
    transition-timing-function: linear;
    position: absolute;
    top: 0;
    left: 63px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.product-actions button:hover{
  background-color: #37C92B;
  border: solid 1px #37C92B;
}

.product-actions .prop-btn {
    position: absolute;
    top: 0;
    left: 223px;
}


.call-btn a{
  background-color: var(--yellow);
  position: relative;
  padding:8px 20px 8px 50px;
  color:var(--black);
  line-height: 1.7;
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 30px;
  display: inline-block;
}

.call-btn svg {
    position: absolute;
    left: 15px;
    top: 8px;
}

.call-btn a:hover {
  background-color: var(--purple);
  color:var(--white);
}

.over-label {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--dark-grey);
}

.prop-form h4 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 30px;
}

.grey-border {
  background-color: var(--light-grey);
  padding: 50px;
  border-radius: 15px;
}

.prop-form-contain .wpcf7-form{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.prop-form-contain .wpcf7-form p:nth-child(2){
  grid-column: span 1;
}

.prop-form-contain .wpcf7-form p:nth-child(3){
  grid-column: span 1;
}

.prop-form-contain .wpcf7-form p {
  grid-column: span 2;
}

.prop-form-contain textarea, 
.prop-form-contain input[type="text"], 
.prop-form-contain input[type="email"], 
.prop-form-contain input[type="url"], 
.prop-form-contain input[type="password"], 
.prop-form-contain input[type="number"], 
.prop-form-contain input[type="tel"], 
.prop-form-contain input[type="range"], 
.prop-form-contain input[type="date"], 
.prop-form-contain select {
    font-size: 16px;
    background: none;
    width: calc(100% - 30px);
    padding: 13px 15px;
    margin:0;
    display: inline-block;
    float: left;
    background-color: var(--white);
    color: var(--black);
    border: none;
    overflow: hidden;
    outline: none;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.prop-form-contain .wpcf7-submit {
  margin-top:10px;
    padding: 13px 25px;
    border-radius: 5px;
    border: solid 1px #fff;
    border: solid 1px var(--purple);
    background-color: var(--purple);
    line-height: 1;
    color: var(--white);
    transition-duration: 0.3s;
    transition-timing-function: linear;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.prop-form-contain .wpcf7-submit:hover {
  border: solid 1px var(--yellow);
    background-color: var(--yellow);
    color:var(--black);
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	margin-top: 5px;
    display: inline-block;
	font-size:14px;
}
.wpcf7 form .wpcf7-response-output {
	grid-column: span 2;
	padding: 20px;
    margin: 10px 0 0 0;
	font-size:14px;
	background-color:var(--white);
	border-radius:15px;
	    line-height: 1.5;
}
.product-extra {
  padding:80px 0;
}


.extra-text-part h1, 
.extra-text-part h2 {
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
}

.extra-text-part h3 {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.extra-text-part h4 {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}


.extra-text-part p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px 0;
    color:var(--dark-grey);
}

.extra-text-part ul, 
.extra-text-part ol {
    margin: 0 0 15px 20px;
    font-size: 16px;
    line-height: 1.3;
}

.extra-text-part ul li, 
.extra-text-part ol li {
    margin: 10px 0;
    color:var(--dark-grey);
}

.product-extra .extra-text-part{
  padding:50px 0 0 0;
}

.left-top.smaller{
  margin-bottom: 20px;
}
/* end product page */

/* contact en price page */
.overflow-fold {
  padding: 200px 0 200px 0;
}

.overflow-fold .container-width {
  position: relative;
}

.overflow-fold .split-contain{
  grid-gap: 80px;
}

.ball-prop {
    width: 350px;
    top: -40px;
    right:0;
    position: absolute;
}

.overflow-content {
  background-color: var(--light-grey);
}

.overflow-block {
  background-color: var(--white);
  padding:80px 100px;
  border-radius: 15px;
  z-index: 3;
}

.overflow-content .container-width{
  position: relative;
}

.overflow-content .overflow-block {
  top:-140px;
  position: relative;
}

.prop-cta {
  background-color: var(--light-grey);
  border-radius: 15px;
  width: auto;
  display: inline-block;
  padding:20px 25px;
      -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
        display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    margin:20px 0 40px 0;
}

.prop-cta-img {
  border-radius: 50%;
  height:80px;
  width: 80px;
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.extra-text-part .prop-cta ul, 
.extra-text-part .prop-cta ol {
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 1.3;
    list-style: none;
}

.extra-text-part .prop-cta ul li {
    margin: 8px 0 0 30px;
    position: relative;
}

.extra-text-part .prop-cta ul li a:hover{
  color:var(--purple);
}

.extra-text-part .prop-cta svg {
    position: absolute;
    left: -30px;
    top: 0px;
}

.prop-cta-text strong {
  color:var(--dark-grey);
  margin-bottom: 5px;
  display: inline-block;
}

.fold-center {
  text-align: center;
  margin:0 auto;
  max-width: 650px;
  margin-bottom: 30px;
}

.fold-center .fold-text p {
  margin-bottom: 0;
}

.purple-gradient:before {
  background: linear-gradient(111.67deg, #4E0417 4.65%, rgba(150, 25, 108, 0.6) 66.18%);
}

.purple-gradient {
  color:var(--white);
}

.purple-gradient h1{
  color:var(--white);
}
.purple-gradient span {
  color:var(--yellow);
}
/* end contact en price page */

/* about page */
.version-2 {
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.normal-texter-v2 .split-contain,
.normal-texter .split-contain,
.about-fold-section .split-contain{
grid-gap: 100px;
}

.normal-img {
  border-radius: 15px;
  height:100%;
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.normal-img.v2 {
height:calc(100% - 120px);
  margin-top:60px;
}

.about-uni-section {
    padding: 80px 0;
    position: relative;
}

.normal-texter {
    padding: 80px 0;
    position: relative;
}

.normal-texter .white-section-text {
  padding:50px 0 30px 0;
}

.about-fold-section {
  padding: 200px 0 80px 0;
}

.about-fold-section .container-width{
  position: relative;
}

.ball-prop.v2 {
    width: 350px;
    top: 0;
    left:80px;
    position: absolute;
}
/* end about page */

/* plain page */
.fold-center .bread-crumbs{
  color:var(--white);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.fold-center .bread-crumbs a {
color:var(--white);
}

.fold-center .bread-crumbs a:hover {
  color:var(--yellow);
}

.overflow-block.smaller {
  max-width: 750px;
  margin:0 auto;
}

.updates-section.plain-edit {
  padding:0 0 80px 0;
}

.plain-cta {
  background-color: var(--light-grey);
  margin-top:30px;
  padding:25px 30px;
  border-radius: 15px;
      display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 180px;
    grid-template-columns: 1fr 180px;
}

.plain-cta .cta-label {
    font-size: 25px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--black);
}

.plain-cta .cta-label span {
  color:var(--purple);
}

.product-extra-top {
      -ms-grid-columns: 1fr 200px;
    grid-template-columns: 1fr 200px;
}
/* end plain page */

/* blog page */
.blog-detail-img {
    width: 100%;
    height: 520px;
    border-radius: 10px 10px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    border-radius: 15px;
    top: -180px;
    position: relative;
    margin-bottom: -110px;
}

.fold-blog-detail {
      max-width: 750px;
    margin: 0 auto;
    margin-bottom: 120px;
}


.fold-blog-detail .bread-crumbs{
  color:var(--black);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}


.fold-blog-detail .bread-crumbs a {
color:var(--black);
}


.fold-blog-detail .bread-crumbs a:hover {
  color:var(--purple);
}

.blog-catas-list {
  margin:60px 0 0 0;
}

.blog-catas-list .prop-btn  {
  margin:5px;
}

.blog-catas-list .prop-btn.current {
    color: var(--white);
    background-color: var(--purple);
}

.blog-catas-list .prop-btn.current:hover {
  background-color: var(--yellow);
}

.blog-main-section {
    padding: 180px 0 50px 0;
    background-color: var(--light-grey);
}

.blog-main-section .container-width{
    position: relative;
}

.blog-main-section .fold-text p {
    color:var(--dark-grey);
}

.blog-section {
  background-color: var(--light-grey);
  padding-bottom: 100px;
}

.blog-catas-list ul{
	list-style:none;
}

.blog-catas-list ul li{
    font-weight: 400;
	font-size: 16px;
    text-align: center;
	display: inline-block;
	margin:5px;
}

.blog-catas-list ul li a {
	color: var(--black);
	padding: 13px 25px;
	display: inline-block;
	background:none;
	border: solid 1px var(--purple);
	border-radius: 5px;
}

.blog-catas-list ul li.current-menu-item a {
	color: var(--white);
    background-color: var(--purple);
}
.blog-catas-list ul li a:hover {
	background-color:var(--yellow);
	border:solid 1px var(--yellow);
	color:var(--black);
}

.circle-blog {
    position: absolute;
    bottom: -60px;
}

.circle-blog.v1 {
  left: -100px;
}

.circle-blog.v2 {
  right: -100px;
}

.blog-section .split-contain {
 grid-gap: 40px;
}

.toggle-main-menu {
  display: none;
}

.is-form-style input.is-search-input {
		font-size: 16px !important;
	}
/* product after content */
.extra-smaller-fold {
	padding-top:80px;
}

.extra-text-part h2.wc-block-cart__empty-cart__title {
	font-size:16px;
}

.split-contain.dubbel-split.shop-after-head {
	margin-bottom:60px;
	    -ms-grid-columns: 1fr 200px;
    grid-template-columns: 1fr 200px;
}

.shop-after-head h2 {
	font-size: 45px;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
	display:none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    object-fit: contain;
    object-position: center;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: var(--purple);
}

.is-large.wc-block-cart .wc-block-cart-items td,
.is-large.wc-block-cart .wc-block-cart-items{
	border:none !important;
}

.wc-block-cart-items__row:nth-child(odd){
	background-color:var(--light-grey);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--white);
    background-color: var(--purple);
    padding: 13px 25px;
    border-radius: 5px;
    display: inline-block;
	min-height: inherit !important;
	margin-top:20px;
}

.woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block{
	background-color: var(--light-grey);
	border:solid 0px #000 !important;
}
.woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block {
	padding:10px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
	padding-top:0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout input{
	background-color:var(--light-grey) !important;
	border:solid 0px #000 !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
	display:none;
}
/* end product after content */
/* end blog page */
@media only screen and (max-width: 1450px) {
  .circle-blog {
    display: none;
  }
}

@media only screen and (max-width: 1260px) {
  .container-width,
  .navbar-contain {
    margin:0 30px;
  }
  .container-width-slider {
    margin:0 30px;
  }
  .circle-layer,
  .small-usp-bar .split-contain .usp-item:last-child {
    display: none;
  }
  .small-usp-bar .split-contain {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .small-usp-bar {
    padding:20px 0;
  }
  .cta-section .white-section-text {
    margin:30px 0;
  }
  .cta-section .prop-img.spaceman-prop {
    width: 400px;
    top:50px;
  }
  .cata-lister a {
    font-size:16px;
  }
  .cata-lister ul li {
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
  }
  .explore-wrapper {
    height:600px;
  }
  .cta-section .prop-img.sport-prop {
    width: 400px;
    top:80px;
  }
  .cta-section .prop-img.dinosaur-prop {
    width: 400px;
    top:100px;
  }
  .product-fold .split-contain, .product-extra .split-contain, .overflow-content .split-contain, .overflow-fold .split-contain,
  .normal-texter-v2 .split-contain, .normal-texter .split-contain, .about-fold-section .split-contain {
    grid-gap:50px;
  }

  .overflow-block {
    padding: 50px;
  }
}

@media only screen and (max-width: 1150px) {
  .prop-img.machine {
    width: 400px;
    top:0;
  }
  .white-section-text,
  .grey-border {
    padding:40px;
  }
  .cata-lister ul li {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
  }
  .about-prop-bird {
    width: 400px;
    margin-top:70px;
  }

  .store-content .split-contain {
    grid-gap: 30px;
  }
  .split-contain.sub-store-split {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer-middle .split-contain.four-split {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 1050px) {
  .fold-text h1{
    font-size: 40px;
  }
  .white-section-text h2,
  .middle-top h2,
  .left-top h2,
  .faq-text h4 {
    font-size: 35px;
  }
  .group-text,
  .fold-text p {
    margin:30px 0;
  }
  .explore-wrapper {
      height: 700px;
      -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
    }
  .part-1 {
    grid-column: 1 / 1;
    grid-row: 1 / 3;
  }
  .part-2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }
  .part-3 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  }
  .update-card-content {
    margin:30px;
  }
  .ball-prop.v2 {
    left:0;
  }
  .circle-layer, .small-usp-bar .split-contain .usp-item:nth-child(4) {
    display: none;
  }
      .small-usp-bar .split-contain {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog-section .split-contain {
    grid-gap: 30px;
        -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .navbar-contain nav ul li {
    margin: 0 20px 0 0;
  }
  .navbar-contain {
        -ms-grid-columns: 81px 1fr 120px 122px;
    grid-template-columns: 81px 1fr 120px 122px;
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 860px) {
  .cta-section-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    width: 100%;
  }
  .cta-section .prop-img.spaceman-prop {
    width: 200px;
    top: 50px;
  }
  .cta-section .white-section-text {
    margin:0;
    top:100px;
    left:30px;
    right:inherit;
    width: calc(100% - 200px);
    position: relative;
  }
  .cta-section {
    min-height: inherit;
  }
  .cta-section .prop-img.spaceman-prop {
    width: 150px;
    top:0;
    left:inherit;
    right:0;
    z-index: 4;
  }
  .cta-section {
    padding-bottom:200px;
  }
  .left-top {
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
  }
  .left-top h2 {
    grid-column: span 2;
  }
  .about-uni-section .split-contain.dubbel-split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-uni-section .container-width::before {
    display: none;
  }
  .about-uni-section::before {
    width: 100%;
    height:80%;
    top:20%;
    border-radius: 15px 15px 0 0;
  }
  .about-prop-bird {
    width: 400px;
    display: block;
    margin:0 auto;
  }
  .about-uni-section {
    padding-top:0;
  }
  .prop-img.machine,
  .product-bar {
    display: none;
  }
  .default-fold-section .split-contain {
        -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .default-fold-section .white-section-text,
  .shop-section .fold-text {
    width: inherit;
  }
  .shop-section.gradient {
    background: linear-gradient(102.97deg, #EDC15C 39.49%, rgba(237, 193, 92, 0.2) 90.5%);
  } 
  .woocommerce-result-count {
        margin-left: 0;
        display: none;
    }
    .split-contain.store-split {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .faq-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .faq-text p {
    margin:30px 0 20px 0;
  }
  .faq-text .prop-btn,
  .shop-usp {
    display: none;
  }
  .faq-items {
    margin:0;
  }
  .faq-content details>summary,
  .faq-content .faq__content {
    padding-left: 30px;
  }
  .is-search-form {
    text-align: left;
    background-color: var(--white);
        -ms-grid-columns: 1fr 40px;
    grid-template-columns: 1fr 40px;
  }
  .store-left .store-menu-fold{
    padding:40px 30px;
    background-color: var(--light-grey);
    border-radius: 10px;
    margin-top:30px;
    display: none;
  }
  .menu-btn-open {
    width: calc(100% - 50px);
    display: block;
    cursor: pointer;
  }
  .cta-section .prop-img.sport-prop,
  .cta-section .prop-img.dinosaur-prop {
    left:inherit;
    right:0;
    top:20px;
    width: 150px;
    z-index: 4;
  }
      .product-fold .split-contain,
      .product-extra .split-contain,
      .overflow-content .split-contain,
      .overflow-fold .split-contain,
      .normal-texter .split-contain,
      .about-fold-section .split-contain {
        grid-gap: 30px;
        -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
      }
    .product-image>.product-image-detail:first-child {
      height:450px;
    }
  .product-content {
    padding: 0 0 0 0;
  }
  .product-extra {
    padding: 50px 0;
  }
  .product-extra .extra-text-part {
    padding: 0;
  }
  .white-section-text, .grey-border {
        padding: 30px;
    }
  .ball-prop,
  .normal-img.v2,
  .ball-prop.v2 {
    display: none;
  }
  .overflow-fold {
    padding: 180px 0 180px 0;
}
.about-uni-section.normal-texter-v2::before {
  height:100%;
  top:0;
  }
  .about-uni-section.normal-texter-v2,
  .normal-texter{
    padding:50px 0;
  }
  .normal-img {
    width: 100%;
    height:300px;
  }
  .normal-texter .white-section-text {
      padding: 30px 0 0 0;
  }
  .about-fold-section {
    padding: 150px 0 50px 0;
  }
  .navbar-contain nav,
  .quotes-btn svg,
  .navbar-search {
    display: none;
  }
    .navbar-contain {
        -ms-grid-columns: 1fr 80px 95px;
        grid-template-columns: 1fr 80px 95px;
        grid-gap: 20px;
        padding: 15px 30px;
    }
  #navbar {
    top:0;
  }
  .navbar-contain {
      margin: 0;
      border-radius: 0;
    }
    .navbar-logo img {
      left:30px;
      top:12px;
      width:70px;
      height:45px;
    }
    .toggle-main-menu {
      display: block;
    }
    .toggle-main-menu.open{
      background-color: var(--yellow);
      border:solid 1px var(--yellow);
    }
    .navbar-mobile-search {
      display: block;
    }
    .navbar-mobile-search .is-search-form {
      font-size: 14px;
        background-color: var(--light-grey);
        border-radius: 0;
        border-top:solid 1px #fff;
        border-bottom:solid 1px #ccc;
        padding: 4px 15px !important;
    }
    .mobile-menu {
      height:100%;
      width: calc(100% - 60px);
      background-color: var(--white);
      padding:0 30px;
      position: fixed;
      top: 120px;
      left:0;
      z-index: 9999;
    }
    .mobile-menu nav {
      padding:30px 30px 10px 30px;
      margin-top:30px;
      background-color: var(--light-grey);
      border-radius: 15px;
    }
    .mobile-menu nav ul li{
        font-weight: 600;
        margin: 0 0 20px 0;
        display: inline-block;
        width: 100%;
    }
    .mobile-menu nav ul li a {
      color:var(--black);
    }
    .mobile-menu .sub-menu {
      padding:20px 20px 0 20px;
      margin-top:15px;
      background-color: var(--white);
		border-radius:10px;
    }
	.is-form-style input.is-search-input {
		font-size: 14px !important;
	}
	.blog-catas-list ul li{ 
		font-size:14px;
	}
	.split-contain.dubbel-split.shop-after-head {
	margin-bottom:60px;
	    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.shop-after-head h2 {
	font-size: 30px;
}
}

@media only screen and (max-width: 750px) {
    .footer-middle .split-contain.four-split {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
        .explore-wrapper {
        height: inherit;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .part-1, .part-2, .part-3 {
        grid-column: inherit;
        grid-row: inherit;
    }
    .explore-part {
      height:200px;
    }
    .explore-part .prop-btn {
      bottom: 20px;
      left: 20px;
    }
    .explore-section {
    padding: 50px 0;
    }
    .middle-top {
      margin-bottom: 40px;
    }
    .about-prop-bird {
      width: 100%;
    }
    .footer-list:first-child {
      width: inherit;
      margin-right: 0;
    }
    .footer-under .split-contain,
    .small-usp-bar .split-contain{
            -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    }
    .footer-under ul {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    text-align: left;
    }
    .footer-under ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    }
    .white-section-text h2, .middle-top h2, .left-top h2, .faq-text h4,
    .shop-section .fold-text h1 {
        font-size: 25px;
    }
        .fold-text h1 {
        font-size: 30px;
      }
      .update-card-content .update-card-titel,
      .product-category-label {
        font-size: 18px;
      }
      .white-section-text p,
      .prop-btn,
      .middle-top p,
      .product-card-cata, .product-card-cata a,
      .left-top p,
      .update-card-content p,
      .faq-text p,
      .store-content .white-section-text p,
      .faq-content details>summary,
      .store-content .white-section-text ul, .store-content .white-section-text ol,
      .shop-section .fold-text p,
      .product-content .product-descriptions p,
      .product-content ul, .product-content ol,
      .product-specs table,
      .product-actions button,
      .product-actions .quantity input.input-text.qty.text,
      .extra-text-part p,
      .over-label,
      .prop-form-contain .wpcf7-submit,
      .extra-text-part .prop-cta ul, .extra-text-part .prop-cta ol,
      .fold-text p,
      .prop-form-contain textarea, .prop-form-contain input[type="text"], .prop-form-contain input[type="email"], .prop-form-contain input[type="url"], .prop-form-contain input[type="password"], .prop-form-contain input[type="number"], .prop-form-contain input[type="tel"], .prop-form-contain input[type="range"], .prop-form-contain input[type="date"], .prop-form-contain select {
        font-size: 14px;
      }

      .white-section-text .prop-btn.border:last-child {
        margin:20px 0 0 0;
      }
      .owl-carousel .item {
        margin:0;
      }

      .slider-container {
        margin:60px 30px 30px 30px;
      }
      .left-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
      }
          .left-top h2 {
                    grid-column: inherit;
          }
          .explore-wrapper {
            grid-gap: 20px;
          }
          .prop-btn {
            width:max-content;
          }
          .owl-nav .owl-next {
            right:-20px;
          }
          .owl-nav .owl-prev {
            left:-20px;
          }
          .update-card .update-card-img {
            height:200px;
          }
          .updates-section {
            padding:50px 0 80px 0;
          }
          .cta-section,
          .cta-section-bg {
            display: none;
          }
          .store-content .split-contain {
            grid-gap: 20px;
            -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
          }
          .faq-text p {
            margin: 20px 0 10px 0;
        }
        .faq-content details>summary {
          padding: 20px 20px 20px 20px;
        }
  .faq-content details[open] .faq__content {
    font-size:14px;
    padding:20px 20px 20px 20px;
  }
  .faq-content details>summary:hover::before, .faq-content details[open]>summary:hover::before,
  .faq-content details>summary::after,
  .faq-content details>summary::before,
  .shop-breads {
    display: none;
  }
  .store-content .white-section-text h1, .store-content .white-section-text h2,
  .extra-text-part h1, .extra-text-part h2,
  .prop-form h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .store-content .white-section-text {
    border: solid 0 var(--light-grey);
    margin-bottom: 30px; 
    padding:0;
  }
  .split-contain.store-head-split {
    margin:30px 0;
    font-size: 14px;
  }
  .store-content form.woocommerce-ordering {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
    font-size: 14px;
}
.store-content form.woocommerce-ordering .orderby {
  text-align: left;
  font-size: 14px;
}
.prop-btn.menu-btn-open.border {
          width: inherit;
}
.split-contain .sub-store-split {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
}

.sub-store-split .product-card {
  padding:10px;
}

.sub-store-split .product-card-titel {
  font-size: 14px;
}
.sub-store-split .product-card-img .imager {
    height: 130px;
}
.product-image>.product-image-detail:first-child {
  height:250px;
}
.product-image>.product-image-detail:first-child:before {
  height:20px;
  width: 20px;
  top:10px;
  left:10px;
}
.product-image:before {
          height: 5px;
        width: 5px;
        left: 18px;
        top: 18px;
            border: solid 2px var(--white);
}
.product-image:after {
      height: 8px;
    width: 2px;
    border-radius: 15px;
    top: 24px;
    left: 27px;
}
.product-image-detail {
  height:60px;
}
.product-image{
  grid-gap: 10px;
}
.product-image-detail {
      border: solid 5px var(--white);
}
.product-fold .split-contain {
  grid-gap: 20px;
}
.product-content h1 {
    font-size: 25px;
    margin: 20px 0 20px 0;
}
.product-actions {
  padding-bottom: 60px;
}
.product-actions .prop-btn.border {
  left:0;
  top:inherit;
  bottom:0;
}
.call-btn a {
      font-size: 14px;
    padding: 10px 20px 10px 50px;
}
.prop-form h4 {
  margin-bottom: 20px;
}
.overflow-block {
        padding: 30px;
    }
    .overflow-content .overflow-block {
      top:-60px;
    }
    .prop-cta {
    -ms-grid-columns:1fr;
    grid-template-columns:1fr;
    font-size:14px;
}
.overflow-content .container-width {
  margin:0;
}
    .overflow-fold {
        padding: 170px 0 80px 0;
    }
    .fold-center,
    .middle-top {
      text-align: left;
    }
    .normal-texter .white-section-text {
      padding:0;
    }
    .group-text {
        margin: 0;
    }
        .normal-img {
        height: 240px;
    }
    .plain-cta {
      -ms-grid-columns:1fr;
    grid-template-columns:1fr;
    }
    .blog-catas-list {
    margin: 30px -5px -5px -5px;
    }
    .blog-section .split-contain {
        grid-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .blog-main-section .fold-center{
      margin:0;
    }
	.blog-detail-img {
		height: 250px;
		top: -140px;
	}
	.store-menu-fold .is-search-form{
		background-color:var(--white);
	}
	.extra-smaller-fold {
	padding-top:80px;
}
	.sku-pr {
		font-size:14px
	}
}

/* zoom edits */
/** LIGHTBOX MARKUP **/
.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* A bit of padding around image */
  padding: 1em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.3);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}
/* end zoom edits */

/* New search css edits */

.aws-container .aws-search-form .aws-wrapper {
	border-radius:10px 0 0 10px !important;
}
.aws-container .aws-search-field {
	background-color:var(--light-grey) !important;
	    border: 0 solid #d8d8d8;
	padding:15px;
}

.aws-container .aws-search-form .aws-form-btn {
	border-radius: 0 10px 10px 0 !important;
	background-color:var(--light-grey) !important;
	    border: 0 solid #d8d8d8;
}
@media only screen and (max-width: 860px) {
.aws-container .aws-search-form .aws-wrapper {
	border-radius: 0 !important;
}
.aws-container .aws-search-field {
	padding:20px;
}

.aws-container .aws-search-form .aws-form-btn {
	border-radius: 0 !important;
}
	
.navbar-mobile-search {
        display: block;
        padding: 0 10px;
	background-color:var(--light-grey);
    }
}
/* End new search css edits */