.has-global-padding>.uagb-is-root-container.alignfull {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.gform_required_legend {
    display: none;
}
.home-container{
	user-select: none;
}
.collectie-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	width: fit-content !important;

}
.collectie-nav a{
	color: black;
}
.page-menu{
	z-index: 1;
	position: absolute !important;
	top: calc(50vh - 81.5px);
	left: 0;
}
.entry-content > .alignwide{
	z-index: 1;
}
 .entry-content > .alignwide{
	max-width: 940px !important;
}
.abs-left, 
.abs-right{
	position: fixed !important;
	z-index: 2 !important;
	width: fit-content !important;
	padding: 0 !important;
}
.abs-right{
	right: 50px;
	top: calc(50vh + 10px);
}
.abs-left{
	left: 50px;
	top: calc(50vh - 10px);
}
.current-collectie a{
	text-decoration: underline;
}

/* SLIDER */
.collectie-slider {
    display: flex;
    gap: 30px;
	overflow-y: hidden;
	padding-left: 50px;
    overflow-x: auto;
	padding-bottom: 50px;
}
.collectie-slider::-webkit-scrollbar {
    display: none;
}
.collectie-item h3{
	color: var(--wp--preset--color--secondary);
    font-family: "Exat TEST";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
	text-align: left;
    margin: 10px 0 0 0;
}

.collectie-item {
    flex: 0 0 45%;
    text-align: center;
}
.collectie-item img {
    display: block;
    height: auto;
    max-width: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 65vh;
}

/* SPECTRA TABLET */
@media screen and (max-width: 768px){
	.collectie-slider {
		padding-left: 20px;
	}
}

/* SPECTRA MOBILE */
@media screen and (max-width: 600px){
	.uag-hide-mob{
		display: none !important;
	}
	.abs-left {
		left: 20px;
		top: 20px;
	}
	.abs-right{
		right: 20px;
		top: 35px;
	}
}
