/* Contact Popover */
.popover {
	max-width: 350px !important;
	width: 350px !important;
	border: 1px solid var(--az-popover-border) !important;
}

.popover-body {
	padding: 1rem !important;
}

.img-magnifier-glass-loader {
	position: absolute;
	cursor: none;
	width: 1px;
	height: 1px;
	visibility: hidden;
	z-index: -1;
}

.img-magnifier-glass {
	position: absolute;
	border: 3px solid #000;
	border-radius: 20%;
	cursor: none;
	/*Set the size of the magnifier glass:*/
	width: 200px;
	height: 200px;
	z-index: 10;
}

.fullpage--ad {
	width: auto;
	text-align: center;
	display: block;
	/* margin: 10px auto; */
}

.fullpage__link,
.fullpage__popover-link {
	font-size: 1rem;
	color: var(--az-link-primary-color);
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__link:hover,
.fullpage__popover-link:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__link:focus,
.fullpage__popover-link:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__title-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fullpage__title-info {
	display: inline-block;
	padding-bottom: 1rem;
	text-align: center;
}

.fullpage__title {
	color: var(--az-body-color);
	font-size: 1rem;
	font-weight: bold;
	line-height: normal;
}

.fullpage__image-wrapper {
	width: 66.6%;
	max-height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fullpage__image-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fullpage__image--link-wrapper {
	width: 16.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.fullpage__image--link {
	font-size: 0.875rem;
	color: var(--az-link-primary-color);
	cursor: pointer;
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__image--link:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__image--link:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__image--arrow {
	font-size: 20px;
	margin: 10px 0;
}

.fullpage__image--caption {
	padding: 2px 5px;
	display: contents;
}

.fullpage__image {
	aspect-ratio: auto 4/3;
	/* Prevents text/image selection */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	/* Removes highlight on tap in Safari/Chrome */
	-webkit-tap-highlight-color: transparent;
}

.fullpage__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 12px;
}

.fullpage__header-title {
	font-size: 1.625rem;
	font-weight: bold;
	color: var(--az-link-primary-color);
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.fullpage__header a {
	color: var(--az-link-primary-color);
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__header a:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__header a:hover .fullpage__header-title {
	color: var(--az-link-primary-hover-color);
}

.fullpage__header a:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__header a:focus .fullpage__header-title {
	color: var(--az-link-primary-focus-color);
}

.fullpage .fullpage__header-btn {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.fullpage__header-btn:hover .fullpage__header-btn-icon {
	color: var(--az-link-primary-hover-color);
}

.fullpage__header-btn:focus .fullpage__header-btn-icon {
	color: var(--az-link-primary-focus-color);
}

.fullpage__header-btn-icon {
	color: var(--az-link-primary-color);
	font-size: 1.625rem;
}

.fullpage__details {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.fullpage__contact-auc,
.fullpage__contact-btn {
	display: inline-block;
	vertical-align: middle;
}

.fullpage__contact-auc {
	font-size: 1rem;
	color: var(--az-body-color);
}

.fullpage__contact-btn {
	padding: 0;
	font-size: 1rem;
	color: var(--az-link-primary-color);
	background: none;
	border: none;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__contact-btn:hover {
	color: var(--az-link-primary-hover-color);
}

.fullpage__contact-btn:focus {
	color: var(--az-link-primary-focus-color);
}

.fullpage__popover-title {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: bold;
	color: var(--az-body-color);

}

.fullpage__popover-text {
	font-size: 1rem;
	color: var(--az-body-color);
}

.fullpage__favorites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
}

.fullpage__favorites img {
	width: 100%;
	aspect-ratio: 24 / 24;
	cursor: pointer;
}

.fullpage__favorites a {
	padding: 0;
	font-size: 1rem;
	color: var(--az-link-primary-color);
	background: none;
	border: none;
	cursor: pointer;
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__favorites a:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__favorites a:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__info-icon,
.fullpage__link-icon {
	width: 20px;
}

/* Long Description Info */
.lot-details-trigger__icon {
	font-size: 1rem;
	color: var(--az-primary);
}

.lot-details-trigger__icon.is-open {
	color: var(--az-danger);
}

.lot-details-popover {
	border-top: 3px solid var(--az-primary) !important;
}

.lot-details-popover--lg {
	max-width: 400px !important;
	width: 400px !important;
}

.lot-details-popover--sm {
	max-width: 200px !important;
	width: 200px !important;
}

.lot-details-popover .popover-body {
	padding: 0 !important;
}

.lot-details-popover .popover-main {
	padding: 0.5rem 1rem;
	max-height: 200px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.lot-details-popover .popover-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.125rem 1rem;
	background-color: var(--az-popover-bg-secondary);
	border-top: 1px solid var(--az-popover-border) !important;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

[data-bs-theme="dark"] .lot-details-popover .popover-footer {
	background-color: var(--az-body-bg-light);
}

.lot-details-popover .popover-footer--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lot-details-popover .popover-footer--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lot-details-popover .popover-footer__lot-number {
	font-size: 0.875rem;
	font-weight: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.lot-details-popover .popover-footer__scroll {
	font-size: 1rem;
	color: var(--az-primary);
	-webkit-animation: scrollBounce 1.5s ease-in-out infinite;
	animation: scrollBounce 1.5s ease-in-out infinite;
	pointer-events: none;
	will-change: transform;
}

.lot-details-popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before,
.lot-details-popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  border-bottom-color: var(--az-primary);
}

@media only screen and (max-width: 991px) {
	.fullpage__image--link-wrapper {
		position: absolute;
		height: 100%;
	}

	.fullpage__image--link-wrapper--left {
		left: 0;
	}

	.fullpage__image--link-wrapper--right {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.img-magnifier-glass {
		z-index: unset;
	}

	.fullpage__image--link-wrapper {
		max-width: 10%;
	}

	.fullpage__image--link-wrapper--left {
		left: 5%;
	}

	.fullpage__image--link-wrapper--right {
		right: 5%;
	}

	.fullpage__image--link {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-decoration: none;
		height: 100%
	}

	.fullpage__image--link:hover {
		border: 2px solid var(--az-link-primary-color);
	}

	.fullpage__image--arrow {
		font-size: 30px;
		color: #c0c0c0;
	}

	.fullpage__image--caption {
		display: none;
	}

	.fullpage__image-wrapper {
		width: 100%;
	}

	.fullpage__image {
		max-width: 100%;
	}
}

@media only screen and (max-width: 575px) {
  .lot-details-popover--lg {
    max-width: 330px !important;
    width: 330px !important;
  }
}

@media only screen and (max-width: 400px) {
	/* Contact Popover */
	.popover {
		max-width: 330px !important;
	}
}

/* Smooth bounce */
@-webkit-keyframes scrollBounce {
  0%,
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0.6;
  }
}

@keyframes scrollBounce {
  0%,
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0.6;
  }
}