/* DEFAULTS
/* ----------------------------------------------------------------- */

:root {
	--gps-font-family: "Amsi Pro AKS Narrow", sans-serif;

	--color-gps-gold: #c09a5d;
	--color-gps-gold-light: #ceb182;
	--color-gps-gold-lighter: #EFE5D7;
	--color-gps-gold-lightest: #F9F6F1;

	--color-gps-grey-dark: #565654;
	--color-gps-grey: #989898;
	--color-gps-grey-light: #c6c6c5;
	--color-gps-grey-lighter: #f5f5f5;

	--color-gps-full-black: #000000;
	--color-gps-black: #1D1D1B;
	--color-gps-white: #ffffff;

	--color-gps-green: #7bb929;
	--color-gps-red: #e74c3c;
	--color-gps-yellow: #f1c40f;

	--gps-border-radius-sm: 4px;
	--gps-border-radius: 8px;
	--gps-border-radius-lg: 12px;
}

body {
	background-color: var(--color-gps-black);
	font-family: var(--gps-font-family);
	color: var(--color-gps-grey-dark);
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.025em;
}

h1,h2,h3,h4,h5,h6 {
	color: var(--color-gps-black);
	letter-spacing: 0;
}

h1 {
	font-family: var(--gps-font-family);
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 900;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 900;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
}

h5 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 700;
}

p {
	margin-bottom: 1em;
}
.the-content p {
	margin-bottom: 0;
}

a {
	color: var(--color-gps-gold);
	text-decoration: underline;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 20px;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 20px;
}

hr {
	display: block;
	height: 1px;
	width: auto;
	border: none;
	background-color: #ddd;
}

/* ELEMENTS
/* ----------------------------------------------------------------- */

.nowrap {
	white-space: nowrap;
}

pre,
code {
	display: block;
	max-width: 100%;
	padding: 15px;
	margin-bottom: 0.5em;
	background: #f7f7f7;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	color: #666666;
	border-left: 3px solid #7b7b7b;
}

.container {
	display: block;
	width: 100%;
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.section {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: var(--color-gps-white);
}

.page-wrapper .section:nth-child(2n + 2),
.section.whitesmoke {
	background-color: var(--color-gps-gold-lightest);
}

.main {
	width: 65.5%;
	margin-bottom: 1.5em;
	float: left;
}

.main.right {
	float: right;
}

.sidebar {
	width: 31%;
	margin-bottom: 1.5em;
	float: right;
	clear: right;
}

.sidebar.left {
	float: left;
	clear: left;
}

.content-boxed {
	padding: 1.2em;
	border: 1px solid #ddd;
	border-radius: var(--gps-border-radius);
	background-color: var(--color-gps-white);
}

.button {
	display: inline-block;
	margin-top: 0.2em;
	padding: 0.6em 1.2em;
	border: 3px solid var(--color-gps-gold);
	border-radius: 12px;
	background-color: var(--color-gps-gold);
	-webkit-transition: background-color 200ms ease, border-color 200ms ease;
	transition: background-color 200ms ease, border-color 200ms ease;
	color: var(--color-gps-white);
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	cursor: pointer;
}

.button.green {
	background-color: var(--color-gps-green) !important;
	border-color: var(--color-gps-green) !important;
}

.button:hover {
	border-color: var(--color-gps-gold-light);
	background-color: var(--color-gps-gold-light);
}

.button.outline {
	background-color: transparent;
	color: var(--color-gps-gold);
}

.button.outline:hover {
	background-color: var(--color-gps-gold-light);
	color: var(--color-gps-white);
}

.button.outline.white {
	color: var(--color-gps-white);
}

.button.noclick {
	cursor: initial;
}
.button.noclick:hover {
	background-color: var(--color-gps-gold);
	border-color: var(--color-gps-gold);
}

.button-group {
	display: block;
	width: 100%;
}
.button-group .button:not(:last-child) {
	margin-right: 0.6em;
}

/* POST
/* ----------------------------------------------------------------- */
.post-content {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

[data-lang-content] {
	display: none;
}
html[lang="nl"] [data-lang-content="nl"],
html[lang="en"] [data-lang-content="en"],
html[lang="zh-CN"] [data-lang-content="zh-CN"],
html:not([lang="en"]):not([lang="zh-CN"]) [data-lang-content="nl"] {
	display: block;
}
html[lang="en"] [data-lang-alt="en"],
html[lang="zh-CN"] [data-lang-alt="zh-CN"] {
	display: block !important;
}
html[lang="en"] [data-lang-disable="en"],
html[lang="zh-CN"] [data-lang-disable="zh-CN"] {
	display: none !important;
}

/* VIDEO BACKGROUND
/* ----------------------------------------------------------------- */

.fw-video-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}
.fw-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

/* IMAGES
/* ----------------------------------------------------------------- */

.fw-image {
	display: block;
	width: 100%;
	height: auto;
}

.fw-image-cover {
	display: block;
	position: relative;
	padding-bottom: 65%;
	margin-bottom: 0;
	overflow: hidden;
}
.fw-image-cover .fw-image {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-object-fit: cover;
	object-fit: cover;
	-webkit-object-position: center center;
	object-position: center center;
}

/* MESSAGE BOX
/* ----------------------------------------------------------------- */

.message-box {
	border: 1px solid #ddd;
	padding: 15px 20px;
	margin-bottom: 30px;
}

.message-box.error {
	background-color: #fef3f7;
	color: #b7153c;
	border-color: #b7153c;
}
.message-box.error:before {
	content: "\f057";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box.success {
	background-color: #f1f8f1;
	color: #02b130;
	border-color: #02b130;
}
.message-box.success:before {
	content: "\f058";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box.warning {
	background-color: #fffff3;
	color: #f79600;
	border-color: #f79600;
}
.message-box.warning:before {
	content: "\f071";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box.notice {
	background-color: #f0f9fe;
	color: #387aae;
	border-color: #387aae;
}
.message-box.notice:before {
	content: "\f05a";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 30px;
}

/* HOMEPAGE SLIDER
/* ----------------------------------------------------------------- */

.homepage-slider {
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: var(--color-gps-white);
}

.slide-wrapper {
	position: relative;
	width: 100%;
	z-index: 5;
}
.homepage-slider.slick-slider .slide-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slide-description {
	margin-bottom: 0;
	font-size: clamp(16px, 2vw, 20px);
}
.slide-wrapper .container {
	position: relative;
}
.homepage-slider.slick-slider .slide-wrapper .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slide-title {
	color: var(--color-gps-gold);
	font-size: 3.8em;
	line-height: 1em;
	font-weight: 800;
	text-transform: uppercase;
}
.slide-title:first-line {
	color: var(--color-gps-white);
	font-weight: 400;
}

.slide-content {
	padding-top: 1em;
	padding-bottom: 1em;
}
.slide-content > p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.slide-date {
	margin-bottom: 0.4em;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.slide-content-wrapper {
	position: relative;
	z-index: 5;
	max-width: 600px;
	padding-top: 5em;
	padding-bottom: 5em;
	color: var(--color-gps-white);
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.homepage-slider.slick-slider .slide-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.slide-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	background-image: url("../../images/dot.png"),
		-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
	background-image: url("../../images/dot.png"),
		linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
	background-position: 0px 0px, 0px 0px;
}

.slide-video {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	overflow: hidden;
}

.slide-image-wrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 530px;
	max-width: 60%;
	margin: 0px 0px 0px 600px;
}

.slide-image {
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: block;
	width: auto;
	height: 95%;
	max-width: none;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.homepage-slide {
	position: relative;
	overflow: hidden;
}

.slide-background {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-color: var(--color-gps-black);
}
.slide-background.placeholder {
	background-image: url("../../images/gps-auctions-placeholder-slide.jpg");
}

.homepage-slide .button.outline {
	color: var(--color-gps-white);
}

/* SLICK SLIDER
/* ----------------------------------------------------------------- */

.homepage-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.homepage-slider > .homepage-slide:not(:first-child) {
	display: none;
}
.homepage-slider .slick-list {
	margin: 0;
	padding: 0;
}
.homepage-slider .slick-dots {
	bottom: 1.5em;
}
.homepage-slider .slick-dots li.slick-active button::before,
.homepage-slider .slick-dots li button::before {
	content: "\2022";
	color: var(--color-gps-white);
}

.homepage-slider .slick-slide > div {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.homepage-slider.slick-slider .homepage-slide {
	position: relative;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.homepage-slider .slick-track {
	display: flex !important;
}
.homepage-slider .slick-slide {
	display: flex !important;
	height: inherit !important;
	margin-bottom: 0;
}

.homepage-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.homepage-slider.slick-dotted .slick-dots {
	bottom: 8px;
}

.homepage-slider .slick-dots li button:before {
	color: #fff !important;
	font-size: 16px;
}
.homepage-slider .slick-dots li {
	margin: 0;
}

.latest-bids-slider .slick-slide {
	padding-top: 6px;
	margin: 0 12px;
}
.latest-bids-slider .slick-list {
	margin: 0 -14px;
	padding: 3px 0;
}
.banners-slider .slick-slide {
	margin: 0 24px;
}
.banners-slider .slick-list {
	margin: 0 -24px;
}

/* PIGEON LIST BLOCK
/* ----------------------------------------------------------------- */

.pigeon-block {
	display: flex;
	flex-direction: column;
	position: relative;
	color: var(--color-gps-black);
	text-decoration: none;
	border: 1px solid var(--color-gps-grey-light);
	border-radius: var(--gps-border-radius);
}

.pigeon-block-figure {
	position: relative;
	margin: 0 0 24px;
	padding: 1em 1em 0;
}

.pigeon-block-figure img {
	/* border: 1px solid var(--color-gps-grey); */
	border-radius: var(--gps-border-radius);
}

/* .pigeon-block:hover .pigeon-block-figure {
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.15);
	transform: translate(0px, -3px);
} */

.pigeon-block-content-wrapper {
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
	background-color: var(--color-gps-gold);
}

.pigeon-block-content p {
	margin-bottom: 0;
}

.pigeon-block-title {
	color: var(--color-gps-white);
	font-weight: 600;
	text-transform: uppercase;
}

.pigeon-block-information {
	color: var(--color-gps-white);
}

.pigeon-block-lot {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	padding: 0.8em 2em 2em 0.8em;
	background-image: url("../../images/lot-corner.png");
	background-position: 0px 0px;
	background-size: contain;
	background-repeat: no-repeat;
	color: var(--color-gps-white);
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.pigeon-list-figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	border: 1px solid var(--color-gps-grey-light);
	border-radius: var(--gps-border-radius-sm);
}

.pigeon-block-content {
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 0em 1em 1em;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

.pigeon-block-content-inner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.pigeon-block-content-inner-wrapper .notes {
	padding: 0.6em 1.2em;
	background-color: #ebebeb;
    border-radius: var(--gps-border-radius-sm);
	margin-bottom: 0.6em;
}
.pigeon-block-content-inner-wrapper .notes p:last-child {
	margin-bottom: 0;
}

.pigeon-block-content .button-group {
	margin-top: 0.3em;
}

.pigeon-block-price {
	font-weight: 700;
}

.amount {
	display: inline-block;
}

.amount.big {
	font-size: 1.5em;
}

.highest-bid,
.pigeon-block-latest-bid {
	font-size: 0.8em;
	line-height: 1.4em;
}

.pigeon-block-heading {
	font-size: 1.4em;
	line-height: 1.2em;
}

.pigeon-block-description {
	display: -webkit-box;
	margin-bottom: 0.4em;
	line-height: 1.6em;
}
.pigeon-block-description.limit {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pigeon-block-description > * {
	width: 100%;
}


.pigeon-block-date {
	margin-top: -0.3em;
	margin-bottom: 1em;
	color: var(--color-gps-gold);
	line-height: 1.2em;
}

.time-left {
	display: block;
	margin-bottom: -0.5em;
	margin-top: 0.5em;
}

/* AUCTIONS LIST
/* ----------------------------------------------------------------- */

.auctions-list {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

.auction-list-item {
	margin-top: 1.5em;
	border: 1px solid #ddd;
	border-radius: var(--gps-border-radius);
	background-color: var(--color-gps-white);
}

.auction-list-image {
	display: flex;
	width: 25%;
	margin: 0px;
	padding: 0;
	float: left;
}

.auction-list-content {
	width: 75%;
	margin: 0px;
	padding: 1.2em;
	padding-left: 2em;
	float: right;
}

.auction-list-content > p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.columns-1 .auction-list-content > p {
	-webkit-line-clamp: 6;
}

.auction-list-heading {
	margin: 0px;
	font-size: 1.6em;
	line-height: 1.2em;
}

.auction-list-heading p {
	margin-bottom: 0.25em;
}

.auction-list-subheading {
	margin-bottom: 1em;
	color: var(--color-gps-gold);
	line-height: 1.2em;
}

.auction-list-average-bid::before {
	content: " | ";
}

.auction-list-heading-wrapper {
	padding-left: 1em;
	border-left: 5px solid var(--color-gps-gold);
}

.auction-list-heading-wrapper .intro-heading p {
	margin-bottom: 0;
}

.auction-list-content-wrapper {
	position: relative;
	z-index: 1;
}

.auction-list-figure {
	position: relative;
	margin: 0px;
	width: 100%;
	padding-bottom: 100%;
}

.auction-list-figure img {
	display: block;
	position: absolute;
	height: 100% !important;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
	/* border: 1px solid var(--color-gps-grey);                                                                                                                                        ); */
	border-radius: var(--gps-border-radius-sm) 0 0 var(--gps-border-radius-sm);
}

.hidden-icon {
	opacity: 0.25;
}

.end-date-text::before {
	content: "\f111";
	margin-right: 0.4em;
	font-size: 1em;
	color: var(--color-gps-gold);
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.end-date-text.yellow::before {
	color: var(--color-gps-yellow)
}
.end-date-text.red::before {
	color: var(--color-gps-red)
}
.end-date-text.green::before {
	color: var(--color-gps-green);
}
.end-date-text.blinker::before {
	animation: blinker 1.2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

/* NEWS BLOCK
/* ----------------------------------------------------------------- */

.news-block {

}

.news-block-content {
	padding: 1em 1em 1.2em;
}

.news-block-link {
	display: block;
}

.news-block-figure {
	position: relative;
	padding-bottom: 65%;
	margin: 0px;
	border-radius: var(--gps-border-radius);
	overflow: hidden;
}

.news-block-heading {
	margin-bottom: 0.4em;
}

.news-block-category {
	color: var(--color-gps-black);
	font-weight: 700;
	text-transform: uppercase;
}

/* VIDEO BLOCK
/* ----------------------------------------------------------------- */

.video-block {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: var(--gps-border-radius);
	background-color: var(--color-gps-white);
}

.video-block-content {
	padding: 0.5em 1em;
}

.video-block-link {
	display: block;
}

.video-block-figure {
	position: relative;
	padding-bottom: 65%;
	margin: 0px;
}

.video-block-heading {
	font-size: 1.2em;
	margin: 0;
}

/* IMAGE CORNER OVERLAY
/* ----------------------------------------------------------------- */

.bid-status-text,
.image-corner {
	display: flex;
	align-items: center;
	position: absolute;
	left: -8px;
	top: -6px;
	z-index: 5;
	min-height: 40px;
	padding: 8px 24px 8px 12px;
	background-color: var(--color-gps-gold);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%), #BF9A5E;
	color: var(--color-gps-white);
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: var(--gps-border-radius) 0 0 var(--gps-border-radius);
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
	clip-path: polygon(
		0 0,
		calc(100% - 22px) 0,
		calc(100% - 20px) 1px,
		calc(100% - 18px) 2px,
		100% 50%,
		calc(100% - 18px) calc(100% - 2px),
		calc(100% - 20px) calc(100% - 1px),
		calc(100% - 22px) 100%,
		0 100%
	);

}

.bid-status-text.dark,
.image-corner.dark {
	background-color: var(--color-gps-black);
	/* background-image: url("../../images/lot-corner-dark-new.svg"); */
}

.bid-status-text.green,
.image-corner.green {
	background-color: var(--color-gps-green);
	scale: 1.01;
}

.bid-status-text.red,
.image-corner.red {
	background-color: var(--color-gps-red);
	scale: 1.01;
}

.bid-status-text span,
.image-corner-text {
	font-size: clamp(14px, 1.2vw, 18px);
	/* transform: translate(0px, 25%); */
}

.bid-status-text.right {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	left: auto;
	right: -6px;
	padding: 8px 24px 8px 12px;
}
.bid-status-text.right span {
	display: block;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* MISCELLANEOUS
/* ----------------------------------------------------------------- */

.content-block {
	padding: 1.2em;
	border: 1px solid #ddd;
	border-radius: var(--gps-border-radius);
	background-color: var(--color-gps-white);
}

.section-heading {
	margin-bottom: 1em;
	font-size: 2.3em;
	font-weight: 400;
}

.section-sub-heading {
	font-weight: 700;
}

.blue {
	color: var(--color-gps-gold);
}

.heading-square {
	display: inline-block;
	padding: 0.4em;
	border-radius: var(--gps-border-radius);
	background-color: var(--color-gps-gold);
	color: var(--color-gps-white);
	font-size: 0.6em;
	line-height: 1em;
}

.page-header {
	position: relative;
	margin-bottom: -65px;
	padding-top: 65px;
	padding-bottom: 40px;
	/* background-image: -webkit-linear-gradient(270deg, var(--color-gps-gold-light), #fff);
	background-image: linear-gradient(180deg, var(--color-gps-gold-light), #fff); */
	background-color: var(--color-gps-white);
}

.page-heading {
	margin: 0px;
	font-size: 3.4em;
	/* letter-spacing: -2px; */
	text-transform: uppercase;
	color: var(--color-gps-gold);
}

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

.banners-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.banner-link {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: var(--gps-border-radius);
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
}

.banner-link:hover {
	border-color: var(--color-gps-gold);
}

.pagination {
	margin-top: 1.5em;
}
.pagination.center {
	text-align: center;
}

.page-intro {
	margin-top: -1.5em;
	margin-bottom: 3em;
}

.page-image {
	width: 23%;
	margin-top: 1.5em;
	float: left;
}

.page-description {
	width: 74.4%;
	margin-top: 1.5em;
	float: right;
}

.breadcrumbs {
	font-weight: 700;
	text-transform: uppercase;
}

.banner-slide {
	display: inline-block;
	width: 16%;
}

.latest-bids-slider {
	padding: 0;
	margin: 0;
	font-size: clamp(0.8em, 1.2vw, 1em);
	line-height: 1.6em;
	list-style-type: none;
}
ul.latest-bids-slider > li:nth-child(n + 6) {
	display: none;
}
ul.latest-bids-slider > li {
	display: inline-block;
	width: 18.8%;
	margin-right: 1.5%;
}
ul.latest-bids-slider > li:nth-child(5) {
	margin-right: 0;
}

.latest-bids-slide .pigeon-block {
	border-color: transparent;
	background-color: transparent;
	transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.latest-bids-slide .pigeon-block:hover {
	background-color: var(--color-gps-white);
	border-color: var(--color-gps-grey-light);
}

.latest-bids-slide .pigeon-block-figure {
	margin: 0 0 clamp(10px, 1.2vw, 20px);
	padding: 0;
}

.summary-table {
	width: 100%;
	text-align: left;
}
.summary-table th {
	padding-right: 1em;
	width: 10em;
}
.bids-table {
	width: 100%;
	text-align: left;
}

.bids-table tbody tr:nth-child(n + 6) {
	display: none;
}
.bids-table.show-all tbody tr:nth-child(n + 6) {
	display: table-row;
}

.spacer {
	height: 1.5em;
}

.spacer.double {
	height: 3em;
}

.lot-page-title {
	margin: 0px 0px 0.3em;
	font-size: 2.2em;
	line-height: 1.2em;
}

.lot-page-lotnumber {
	font-size: 0.8em;
}

.lot-page-summary {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 5px solid var(--color-gps-gold);
}

.bid-history {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: var(--gps-border-radius-sm);
}
.bid-history.hidden {
	display: none;
}

.lot-page-price {
	margin-bottom: 0.8em;
	color: var(--color-gps-gold);
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
}

.latest-bids-auction-name {
	margin-top: -0.3em;
	margin-bottom: 0.3em;
}

.pigeon-block-details img {
	display: inline-block;
}

.lot-page-figure {
	margin-bottom: 0px;
}

.section-heading-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.text-columns {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	column-gap: 3em;
}

.video-lightbox {
	display: block;
	margin-top: 20px;
	border: 4px solid var(--color-gps-white);
	border-radius: var(--gps-border-radius-sm);
}

.heading-square {
	vertical-align: middle;
}
.banners-list li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-top: 4%;
	margin-right: 4%;
}
.banners-list li:nth-child(2n + 2) {
	margin-right: 0;
}
.breadcrumbs a {
	color: var(--color-gps-black);
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}


.auction-list-item.half .auction-list-image {
	width: 40%;
}
.auction-list-item.half .auction-list-content {
	width: 60%;
}
.auction-list-item.half .auction-list-heading {
	font-size: 1.4em;
}


.place-bid .w-input {
	width: auto;
	display: inline-block;
}
.place-bid .w-checkbox {
	display: inline-block;
}
.lot-page-price .amount {
	font-size: 1.4em;
}

/* NAVIGATION BAR
/* ----------------------------------------------------------------- */

.navbar {
	position: relative;
	z-index: 500;
	background-color: var(--color-gps-white);
	/*box-shadow: 0 0 12px 0 rgba(0, 0, 0, .65);*/
}

/* TOP NAVIGATION
/* ----------------------------------------------------------------- */

.navbar-top {
	position: relative;
	background-color: var(--color-gps-black);
	color: var(--color-gps-white);
	font-size: 0.9em;
	z-index: 501;
}
.navbar-top .container {
	display: flex;
	justify-content: space-between;
}
.nav-top-content {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(16px, 1.4vw, 17px);
}
.nav-top-content p {
	margin: 0;
}
.nav-top-content p a {
	text-decoration: none;
}
.current-time {
	width: 330px;
	max-width: 18%;
	margin: 0px;
	padding: 0.8em 0px;
	text-transform: capitalize;
}
.top-navigation {
	position: relative;
	z-index: 100;
	display: block;
	order: 3;
}
.top-navigation > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.top-navigation > ul > li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top-navigation > ul > li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-navigation > ul > li a {
	display: block;
	padding: 0.8em 1.4em;
	text-decoration: none;
	color: var(--color-gps-white);
	position: relative;
}
.top-navigation > ul > li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.top-navigation > ul > li a .fa {
	font-size: 1.2em;
}
.top-navigation > ul > li a .mini-cart-items {
	position: absolute;
	bottom: 20px;
	right: 10px;
	font-size: 9px;
	text-align: center;
	background-color: var(--color-gps-gold);
	color: var(--color-gps-white);
	line-height: 18px;
	font-weight: 400;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
.top-navigation > ul > li a.top-nav-menu-button {
	font-weight: 700;
	cursor: pointer;
}
.top-navigation > ul > li a.active {
	background-color: var(--color-gps-gold);
}
.top-navigation > ul > li > ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	list-style-type: none;
	background-color: var(--color-gps-gold);
	text-align: left;
}
.top-navigation > ul > li > a.active + ul {
	display: block;
}
.top-navigation > ul > li > ul a {
	padding: 0.4em 1.2em;
	line-height: 1.2em;
}
.top-navigation > ul > li > ul a:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.top-menu-flag,
a.glink img {
	margin-right: 0.3em;
}

#language-button > img[data-lang] {
	display: none;
}
html[lang^="en"] #language-button > img[data-lang="en"],
html[lang^="ar"] #language-button > img[data-lang="ar"],
html[lang^="zh"] #language-button > img[data-lang="zh-CN"],
html[lang^="da"] #language-button > img[data-lang="da"],
html[lang^="nl"] #language-button > img[data-lang="nl"],
html[lang^="fr"] #language-button > img[data-lang="fr"],
html[lang^="de"] #language-button > img[data-lang="de"],
html[lang^="pl"] #language-button > img[data-lang="pl"],
html[lang^="es"] #language-button > img[data-lang="es"],
html[lang^="it"] #language-button > img[data-lang="it"],
html[lang^="tr"] #language-button > img[data-lang="tr"],
html[lang^="ro"] #language-button > img[data-lang="ro"] {
	display: inline-block;
}

/* MIDDLE NAVIGATION
/* ----------------------------------------------------------------- */

.navbar-middle {
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #ddd; */
	background-color: var(--color-gps-gold-lightest);
}
.navbar-middle-right {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	padding-left: 50px;
	text-align: right;
}

.navbar-search-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--gps-border-radius);
}

.navbar-search-field {
	margin: 0px;
	min-height: 50px;
	padding: 1em 4em 1em 1.5em;
	border-style: none;
	background-color: var(--color-gps-white);
}

.navbar-search-button {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding: 0px 1em;
	background-color: transparent;
	color: var(--color-gps-black);
	text-align: center;
	text-decoration: none;
}
.navbar-phone {
	color: var(--color-gps-gold);
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: 700;
	text-decoration: none;
}

.navbar-middle-content-inner {
	display: inline-block;
	text-align: left;
}

.navbar-middle-search {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	max-width: 500px;
	padding-left: 50px;
}

.navbar-middle-content {
	display: inline-block;
	vertical-align: middle;
	width: 44.5%;
	text-align: center;
}

.navbar-logo-link {
	vertical-align: middle;
	width: 20%;
}

.woocommerce img.navbar-logo,
.woocommerce-page img.navbar-logo,
.navbar-logo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 170px;
}

/* MAIN NAVIGATION
/* ----------------------------------------------------------------- */

.navbar-bottom {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-gps-gold);
	z-index: 500;
}

.main-navigation {
	text-align: left;
}
.main-navigation ul {
	padding: 0;
	margin: 0 -1em;
	list-style-type: none;
}

.main-navigation > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navigation > ul > li {
	display: inline-block;
	position: relative;
}
.main-navigation > ul > li > a {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 0.9em 0.7em 0.7em;
	text-decoration: none;
	color: var(--color-gps-black);
	font-size: 18px;
	line-height: 1.2em;
	/* text-transform: uppercase; */
	border-bottom: 0.2em solid transparent;
}
.navbar-bottom.blue .main-navigation > ul > li > a {
	color: var(--color-gps-white);
}
.main-navigation > ul > li > a.w--current,
.main-navigation > ul > li > a:hover {
	color: var(--color-gps-gold);
	border-bottom-color: var(--color-gps-gold);
}
.navbar-bottom.blue .main-navigation > ul > li > a.w--current,
.navbar-bottom.blue .main-navigation > ul > li > a:hover {
	color: var(--color-gps-white);
	border-bottom-color: var(--color-gps-white);
}
.main-navigation > ul > li:after {
	/* content: ""; */
	display: block;
	position: absolute;
	right: -1px;
	top: 1em;
	bottom: 1em;
	border-right: 1px solid #ddd;
}
.navbar-bottom.blue .main-navigation > ul > li:after {
	border-color: var(--color-gps-white);
}
.main-navigation > ul > li:last-child:after {
	display: none;
}
.main-navigation ul li:hover ul {
	display: block;
}
.main-navigation ul li:hover > a {
	color: var(--color-gps-gold);
}
.main-navigation ul li ul {
	display: none;
	position: absolute;
	background-color: var(--color-gps-gold);
	padding: 0.3em 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.main-navigation ul li ul li {
	display: block;
	position: relative;
}
.main-navigation ul li ul li a {
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: var(--color-gps-black);
	line-height: 1.2em;
	text-transform: uppercase;
	color: var(--color-gps-white);
}
.main-navigation ul li ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: var(--color-gps-white);
}

.main-navigation > ul > li.menu-social-media {
	display:flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 0 0 1em;
	text-align: right;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.main-navigation > ul > li.menu-social-media > a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0 0.2em;
	font-size: 1.4em;
	border: none;
}
.navbar-bottom.blue .main-navigation > ul > li.menu-social-media > a:hover {
	border-color: transparent;
}

/* PAGINATION
/* ----------------------------------------------------------------- */

.pagination a,
.pagination > span,
.pagination .current {
	display: inline-block;
	padding: 0.6em 0.8em;
	color: var(--color-gps-black);
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: var(--gps-border-radius-sm);
}
.pagination a:hover,
.pagination .current {
	background-color: var(--color-gps-gold);
	border-color: var(--color-gps-gold);
	color: #fff !important;
}

/* COUNTDOWN
/* ----------------------------------------------------------------- */

.ce-countdown {
	display: inline-block;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	text-align: center;
}
.ce-countdown .ce-row {
	display: inline-block;
	vertical-align: top;
	margin: 0.2em 0;
}
.ce-countdown .ce-col {
	display: inline-block;
	margin: 0.2em;
	padding: 0.8em;
	min-width: 70px;
	vertical-align: top;
	border: 2px solid var(--color-gps-black);
	border-radius: var(--gps-border-radius-lg);
}
.ce-countdown.white .ce-col {
	border-color: var(--color-gps-white);
}
.ce-countdown .ce-days,
.ce-countdown .ce-hours,
.ce-countdown .ce-minutes,
.ce-countdown .ce-seconds,
.ce-countdown .ce-dseconds,
.ce-countdown .ce-mseconds {
	font-size: 2em;
	font-weight: 700;
}
.ce-countdown .ce-days-label,
.ce-countdown .ce-hours-label,
.ce-countdown .ce-minutes-label,
.ce-countdown .ce-seconds-label,
.ce-countdown .ce-dseconds-label,
.ce-countdown .ce-mseconds-label {
	display: block;
	margin-top: 0.4em;
	text-transform: uppercase;
	font-size: 0.6em;
	line-height: 1em;
}

/* FOOTER
/* ----------------------------------------------------------------- */

.footer-block {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2.6%;
}

.footer-blocks {
	margin-top: 3em;
}

.footer-heading {
	margin-bottom: 1em;
	color: var(--color-gps-white);
}

.footer-top {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: var(--color-gps-black);
	color: var(--color-gps-grey);
}

.footer-top-block {
	position: relative;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	border-radius: var(--gps-border-radius-sm);
	background-color: var(--color-gps-full-black);
	color: var(--color-gps-grey);
}

.footer-top-block-icon {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 1rem 0.5rem 1rem 2.5rem;
	/* background-color: hsla(0, 0%, 100%, 0.15); */
	color: var(--color-gps-gold);
	font-size: 1.8em;
	text-align: center;
}

.footer-top-block-content {
	display: flex;
	flex-grow: 1;
	padding: 1rem;
	float: right;
	justify-content: flex-start;
	align-items: center;
}

.footer-link-block {
	display: block;
	overflow: hidden;
	border-radius: var(--gps-border-radius-sm);
}

.footer-logo {
	display: block;
	width: 60%;
	height: auto;
	/*margin-top: -1em;*/
	margin-bottom: 2rem;
}

.footer-social-media {
	margin-top: 1em;
}

.payment-icons {
	padding-left: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.payment-icon {
	display: inline-block;
	width: 54px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1%;
	border-radius: var(--gps-border-radius-sm);
}

.footer-bottom {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	background-color: var(--color-gps-full-black);
	color: var(--color-gps-grey);
	font-size: 0.8em;
	line-height: 1.4em;
}
.footer-bottom a {
	color: var(--color-gps-grey);
}
.footer-bottom-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-block:nth-child(4n + 4) {
	margin-right: 0;
}
.footer a {
	color: var(--color-gps-grey);
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: var(--color-gps-gold);
}

.footer .widget_nav_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer .widget_nav_menu ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .widget_nav_menu ul li a {
	display: block;
	padding: 0.2em 0;
	text-decoration: none;
	color: var(--color-gps-grey);
}
.footer .widget_nav_menu ul li a:before {
	content: "\f152";
	margin-right: 0.4em;
	font-family: "Font Awesome 5 Free";
}
.footer .widget_nav_menu ul li a:hover {
	color: var(--color-gps-gold);
}

/* INSPECTION REPORT
/* ----------------------------------------------------------------- */

.InspectionReport table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	text-transform: capitalize;
}

.InspectionReportDisabled {
	display: none;
}

div.InspectionReport > table > tbody > tr:first-child {
	color: #eeeeee;
	background-color: var(--color-gps-gold);
	height: 30px;
}

.InspectionReport td {
	border: 1px solid var(--color-gps-black);
	height: 25px;
	padding: 0px;
}

div.InspectionReport > table > tbody > tr > td:first-child {
	font-weight: bold;
}

.InspectionReport .selected {
	color: #eeeeee;
	background-color: var(--color-gps-gold);
}

table.InspectionReportInnerTable {
	border: 0px;
}

table.InspectionReportInnerTable td {
	border: 0px;
	width: 50%;
}

table.InspectionReportInnerTable td:first-child {
	border-right: 1px solid black;
}

/* PRODUCT NAV
/* ----------------------------------------------------------------- */
.prev-next-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.heading-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prev-next-buttons a,
.prev-next-button {
	position: relative;
	display: block;
	overflow: hidden;
	width: 2em;
	height: 2em;
	margin-left: 0.4em;
	background-color: var(--color-gps-gold);
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: var(--color-gps-white);
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	border-radius: var(--gps-border-radius);
}

.prev-next-button.inactive,
.prev-next-buttons a:hover,
.prev-next-button:hover {
	background-color: var(--color-gps-gold-light);
}

.prev-next-button.inactive {
	opacity: 0.5;
	cursor: not-allowed;
}

@media (max-width: 1159px) {
	.auction-list-content > p {
		-webkit-line-clamp: 6;
	}
}

/* @media (min-width: 991px) {
	.navbar-middle-content {
		display: none;
	}
} */

@media (max-width: 991px) {
	/* MISCELLANEOUS
  /* ----------------------------------------------------------------- */

	.bid-status-text,
	.image-corner {
		font-size: 1em;
	}
	.page-heading {
		font-size: 3.5em;
	}
	.columns-1 .auction-list-content > p {
		-webkit-line-clamp: 4;
	}

	/* HOMEPAGE SLIDER
  /* ----------------------------------------------------------------- */

	.slide-title {
		font-size: 3em;
	}
	.slide-content-wrapper {
		max-width: 450px;
	}
	.pigeon-block-description {
		display: none;
		font-size: 0.8em;
	}
	.slide-image-wrapper {
		margin-left: 450px;
	}

	/* FOOTER
  /* ----------------------------------------------------------------- */

	.payment-icon {
		width: 40px;
	}
	.copyright-divider {
		display: block;
		overflow: hidden;
		height: 0;
		width: 0;
		opacity: 0;
	}

	/* NAVIGATION
  /* ----------------------------------------------------------------- */

	.top-navigation {
		margin-right: -30px;
	}
	.nav-top-content {
		display: none;
	}
	.navbar-phone {
		font-size: 1.2em;
	}
	.navbar-middle-search {
		width: 50%;
		padding-left: 25px;
	}
	.navbar-middle-right {
		padding-left: 25px;
	}
	.top-navigation ul li:last-child {
		border-right: none;
	}

	/* MAIN NAVIGATION
  /* ----------------------------------------------------------------- */
	.main-navigation > ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-navigation > ul > li:after {
		content: none;
	}
	.main-navigation > ul > li > a {
		font-size: 1.5vw;
	}
}

@media (max-width: 767px) {
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.slide-content-wrapper {
		display: block;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.slide-overlay {
		background-image: url("../../images/dot.png"),
			-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
		background-image: url("../../images/dot.png"),
			linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
		background-position: 0px 0px, 0px 0px;
	}
	.auction-list-image {
		display: block;
		width: 33%;
		min-width: 120px;
		padding: 1.2em 0 0.3em 1.2em;
	}
	.auction-list-figure img {
		border-radius: var(--gps-border-radius);
	}
	.auction-list-content {
		width: 100%;
		float: none;
	}
	.auction-list-content > p {
		-webkit-line-clamp: 3;
	}
	.auction-list-heading-wrapper {
		padding-left: 0em;
		border-left-style: none;
	}
	.footer-bottom {
		padding-top: 1.6em;
		padding-bottom: 1.6em;
	}
	.page-heading {
		font-size: 2.5em;
		/* letter-spacing: -1px; */
	}
	.footer-block {
		width: 49%;
		margin-top: 2em;
		margin-right: 2%;
	}
	.pigeon-block-description {
		display: -webkit-box;
	}
	.main {
		width: auto;
		float: none;
	}
	.sidebar {
		width: auto;
		float: none;
		clear: none;
	}
	.page-image {
		width: auto;
		float: none;
	}
	.page-description {
		width: auto;
		float: none;
	}
	.lot-page-summary {
		padding-left: 0em;
		border-left-style: none;
	}
	.homepage-slider.slick-slider .slide-content-wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.slide-wrapper {
		z-index: auto;
	}
	.slide-image-wrapper {
		margin-left: 50%;
		z-index: 2;
	}
	.slide-description {
		font-size: 0.9em;
		line-height: 1.4em;
	}
	.news-block-link {
		width: 25%;
		min-width: 120px;
		padding: 1.2em 1.2em 0.3em;
		float: left;
	}
	.new-block-category {
		display: inline-block;
	}
	.text-columns {
		-webkit-column-count: 1;
		column-count: 1;
	}

	/* MISCELLENEOUS
  /* ----------------------------------------------------------------- */
	.auction-list-item.half .auction-list-image {
		padding-right: 1.2em;
		width: 40%;
		max-width: 178px;
	}
	.auction-list-item.half .auction-list-content {
		padding: 1.2em;
		width: auto;
	}
	.auction-list-item.half .auction-list-heading {
		font-size: 1.6em;
	}

	/* TOP NAVIGATION
  /* ----------------------------------------------------------------- */
	.navbar-top {
		z-index: 1;
	}
	.navbar-top .container {
		justify-content: flex-end;
	}
	.top-navigation {
		margin-right: -25px;
	}
	.top-navigation > ul > li > ul {
		display: block;
		padding: 0.6em 0;
		overflow-y: auto;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 9999;
		background-color: var(--color-gps-gold);
		-webkit-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
		-webkit-transition: -webkit-transform 400ms ease;
		transition: -webkit-transform 400ms ease;
		transition: transform 400ms ease;
		transition: transform 400ms ease, -webkit-transform 400ms ease;
		color: var(--color-gps-white);
	}
	.top-navigation > ul > li a.active + ul {
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	.current-time {
		display: none;
	}
	.top-menu-flag {
		margin-right: 0;
	}

	/* MIDDLE NAVIGATION
  /* ----------------------------------------------------------------- */

	.navbar-middle {
		border-bottom-style: none;
	}
	.navbar-middle-content {
		width: 50%;
		text-align: left;
	}
	.navbar-middle-right {
		display: block;
		width: auto;
		padding-left: 0px;
	}
	.navbar-logo-link {
		display: block;
		width: auto;
		max-width: 550px;
		margin-bottom: 15px;
	}
	.woocommerce img.navbar-logo,
	.woocommerce-page img.navbar-logo,
	.navbar-logo {
		margin: 0 auto;
	}

	/* MAIN NAVIGATION
  /* ----------------------------------------------------------------- */

	.main-navigation {
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 9999;
		min-width: 200px;
		background-color: var(--color-gps-gold);
		-webkit-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
		-webkit-transition: -webkit-transform 400ms ease;
		transition: -webkit-transform 400ms ease;
		transition: transform 400ms ease;
		transition: transform 400ms ease, -webkit-transform 400ms ease;
		color: var(--color-gps-white);
	}
	.main-navigation.open {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.main-navigation > ul {
		display: block;
		padding: 0.6em 0;
		margin: 0;
		overflow-y: auto;
		height: 100vh;
	}
	.main-navigation > ul > li {
		display: block;
	}
	.main-navigation > ul > li a {
		min-height: 40px;
		font-size: 16px;
		padding: 0.3em 1em;
		color: var(--color-gps-white);
	}
	.main-navigation > ul > li a.w--current,
	.main-navigation > ul li a:hover {
		color: var(--color-gps-white);
		border-color: transparent !important;
	}
	.main-navigation > ul li:after {
		display: none;
	}
	.main-navigation ul li ul {
		position: relative;
		background-color: transparent;
	}
	.main-navigation ul li ul li a:hover {
		background-color: transparent;
	}
	.main-navigation ul li:hover ul {
		display: none;
	}
	.main-navigation > ul > li.menu-social-media {
		padding: 0.3em 1em;
		text-align: left;
	}

	/* FOOTER
  /* ----------------------------------------------------------------- */
	.footer-block:nth-child(2n + 2) {
		margin-right: 0;
	}
	.footer-logo {
		margin-left: auto;
		margin-right: auto;
	}

	/* PRODUCT NAV
  /* ----------------------------------------------------------------- */
	.prev-next-buttons a,
	.prev-next-button {
		margin-bottom: 1em;
	}
	.heading-flex {
		display: block;
	}
	.prev-next-buttons a,
	.prev-next-button {
		margin-right: 0.2em;
		margin-left: 0.2em;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

@media (max-width: 479px) {
	/* DEFAULTS
  /* ----------------------------------------------------------------- */

	body {
		text-align: center;
	}
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.button {
		display: block;
	}
	.spacer.double {
		height: 2.5em;
	}
	.button-group .button:last-child {
		margin-right: 0;
	}

	/* HOMEPAGE SLIDER
  /* ----------------------------------------------------------------- */
	.slide-title {
		font-size: 2em;
	}
	.slide-date {
		letter-spacing: 0px;
	}
	.slide-wrapper,
	.slide-content-wrapper {
		text-align: center;
	}

	/* NEWS BLOCK
  /* ----------------------------------------------------------------- */
	.news-block-link {
		width: auto;
		min-width: 0px;
		padding: 0em;
		float: none;
	}
	.news-block-heading {
		font-size: 1.4em;
	}
	.section-heading-flex {
		display: block;
	}

	/* TOP NAVIGATION
  /* ----------------------------------------------------------------- */
	.top-navigation {
		margin-right: -20px;
		margin-left: -20px;
		float: none;
	}
	.top-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top-navigation ul li {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
	}
	.top-navigation ul li:first-child {
		border-left: none;
	}
	.top-navigation ul li a .mini-cart-items {
		position: absolute;
		bottom: 20px;
		right: 30%;
	}

	/* MIDDLE NAVIGATION
  /* ----------------------------------------------------------------- */
	.navbar-middle-content-inner {
		text-align: center;
	}
	.navbar-middle-search {
		display: block;
		width: auto;
		padding-left: 0px;
	}
	.navbar-middle-content {
		display: block;
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.navbar-logo-link {
		margin-bottom: 10px;
	}

	/* MISCELLANEOUS
  /* ----------------------------------------------------------------- */
	.latest-bids-slider {
		font-size: 0.6em;
	}
	.auction-list-item {
		border-style: none;
		background-color: transparent;
	}
	.auction-list-image {
		width: auto;
		min-width: 0px;
		padding: 0px;
		float: none;
	}
	.auction-list-content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.bid-status-text,
	.image-corner {
		font-size: 1em;
	}
	.footer-bottom {
		text-align: center;
	}
	.page-heading {
		font-size: 2em;
	}
	.banners-slider .slick-slide {
		margin: 0 0.3em;
	}
	.banners-slider .slick-list {
		margin: 0 -0.3em;
	}
	.auction-list-item.half .auction-list-image {
		padding: 0;
		width: 100%;
		max-width: none;
	}

	.summary-table th {
		text-align: right;
	}

	/* COUNTDOWN
  /* ----------------------------------------------------------------- */
	.ce-countdown {
		font-size: 0.8em;
	}
	.ce-countdown .ce-col {
		min-width: 64px;
	}

	/* FOOTER
  /* ----------------------------------------------------------------- */
	.footer-block {
		display: block;
		width: auto;
		margin-right: 0px;
	}

	.payment-icons {
		margin-top: 1.2em;
		text-align: center;
	}
	.footer-bottom-flex {
		display: block;
	}

	/* PAGINATION
  /* ----------------------------------------------------------------- */
	.pagination a,
	.pagination > span {
		display: none;
	}
	.pagination .prev,
	.pagination .current,
	.pagination .next {
		display: inline-block;
	}

	/* PRODUCT NAV
  /* ----------------------------------------------------------------- */
	.prev-next-buttons {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* INSPECTION REPORT
  /* ----------------------------------------------------------------- */

	.InspectionReport table {
		font-size: 0.9em;
	}
}

.wp-block-auctions-blog-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2em;
}

.wp-block-auctions-blog-item > * {
	width: 100%;
	max-width: 540px;
	text-align: center;
}

.wp-block-auctions-blog-item picture {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.wp-block-auctions-blog-item picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100% !important;
	object-fit: cover;
}

.wp-block-auctions-blog-item__title {
	font-weight: bold;
}

li.product.product_cat-bonnenverkoop {
	/* --image-aspect-ratio: 4 / 3; */
	--image-aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1) {
	li.product.product_cat-bonnenverkoop .pigeon-block-figure picture {
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: calc(100% / (var(--image-aspect-ratio)));
		position: relative;
	}

	li.product.product_cat-bonnenverkoop .pigeon-block-figure picture > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@supports (aspect-ratio: 1 / 1) {
	li.product.product_cat-bonnenverkoop .pigeon-block-figure img {
		aspect-ratio: var(--image-aspect-ratio);
		object-fit: cover;
	}
}

li.product.product_cat-bonnenverkoop .pigeon-block-title-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

li.product.product_cat-bonnenverkoop .pigeon-block-content-inner-wrapper {
	flex: unset;
}

li.product.product_cat-bonnenverkoop .pigeon-block-date {
	margin-top: 0.5em;
}

li.product.extra {
	position: relative;
    z-index: 3;
}
li.product.extra::after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    color: var(--color-gps-gold);
    text-align: center;
    width: 10%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    transform: translateX(-100%);
}
@media (max-width: 767px) {
	li.product.extra::after {
		width: 5%;
	}
}