






h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6,
#categories h1, #categories h2, #categories h3, #categories h4, #categories h5, #categories h6,
.auctionlist h1, .auctionlist h2, .auctionlist h3, .auctionlist h4, .auctionlist h5, .auctionlist h6,
.bootstrap-target-container h1, .bootstrap-target-container h2, .bootstrap-target-container h3, 
.bootstrap-target-container h4, .bootstrap-target-container h5, .bootstrap-target-container h6,
#finder form label, #finder select#browse,
#categories ul li a:hover, a:visited, a
{
    color: #0B6E90;
}



div#banner .user-area,
div#banner .user-area a,
div#banner a.tel,
div#banner p.strapline
{
    color: #004479;
}
div#banner .mobile-menu span {
    background: #004479;
}


div#nav ul li a:hover,
div#nav ul li a:focus,
div#nav ul li a:active,
div#nav ul li a.selected
{

    background-color: #fff;


    border-bottom-color: #fff;

}


p
{
    color: #000;
}



#nav ul a,
#nav ul a:visited,
body.banner-menu-shown #nav ul li a.selected
{
    color: #D1D1D1;
}


#banner
{

    background-color: #fff;


}


body.banner-menu-shown .mobile-menu,
body.banner-menu-shown .banner-inner {
    background: #fff;
}


.body-masthead
{

	    background-color: #fff;


}

#nav
{

    background-color: transparent;


}

body #footer .branded-wrapper, .footer-flatpage-wrapper, ul.footer-flatpage {
    background-color: #00376f;
    color: #fff;
}
body #footer .branded-wrapper a, #footer .branded-wrapper a:visited {
    color: #fff;
}
body #footer .branded-wrapper .branded .branded-software-by {
    border-left: 3px solid #FFBB1D;
}
ul.footer-flatpage {
    border-top: 1px solid #fff;
}
ul.footer-flatpage a:not(.button) {
    color: #fff;
}
ul.footer-flatpage li:not(:last-child) {
    border-right: 1px solid #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Signika", sans-serif;
}
h1,
.bootstrap-target-container h1,
h2.large,
.bootstrap-target-container h2.large {
  font-size: 36px;
  line-height: 44.35px;
  font-family: "Signika", sans-serif;
  border: 0;
}
h2,
.bootstrap-target-container h2 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Signika", sans-serif;
}
h3,
.bootstrap-target-container h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Signika", sans-serif;
}
.subtitle {
  font-size: 20px;
  line-height: 25px;
  font-family: "Signika", sans-serif;
}
p,
a,
li,
ul,
input,
select,
option,
textarea,
td,
th,
label {
  font-size: 18px;
  line-height: 22px;
  font-family: "Signika", sans-serif;
}
p.small {
  font-size: 16px;
  line-height: 20px;
  font-family: "Signika", sans-serif;
}
.bootstrap-target-container blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  font-style: italic;
}
.bold {
  font-weight: 700 !important;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.align-justify {
  text-align: justify;
}
.align-center {
  text-align: center;
  align-items: center !important;
}
.align-right {
  text-align: right;
  align-items: flex-end !important;
}
.align-left {
  text-align: left;
}
.margin-1 {
  margin: 1rem !important;
}
.marginy-1 {
  margin: 1rem 0 !important;
}
.marginy-2 {
  margin: 2rem 0 !important;
}
.margin-0 {
  margin: 0 !important;
}
.marginr-1 {
  margin-right: 1rem;
}
.margin-auto {
  margin-inline: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.padding-1 {
  padding: 1rem !important;
}
.padding-2 {
  padding: 2rem !important;
}
.paddingx-1 {
  padding: 0 1rem !important;
}
.paddingy-1 {
  padding: 1rem 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.paddingy-10px {
  padding: 10px 0 !important;
}
.padding-10px {
  padding: 10px !important;
}
.height-fit {
  width: unset !important;
  height: 100% !important;
}
.height-min-25 {
  min-height: 25rem;
}
.height-min-30 {
  min-height: 30rem;
}
@media (max-width: 768px) {
  .height-min-sm-10 {
    min-height: 10rem !important;
  }
}
.width-min-15 {
  min-width: 15rem;
}
.width-min-25 {
  min-width: 25rem;
}
.width-min-30 {
  min-width: 30rem;
}
.width-fit {
  height: unset !important;
  width: 100% !important;
}
@media (max-width: 480px) {
  .width-min-15,
  .width-min-25,
  .width-min-30 {
    min-width: unset;
    width: 100%;
  }
}
.width-limit-10 {
  width: min(100% - 4rem, 10rem);
}
.width-limit-28 {
  width: min(100% - 4rem, 28rem);
}
.width-limit-50 {
  width: min(100% - 4rem, 50rem);
}
.width-limit-65 {
  width: min(100% - 4rem, 65rem);
}
.width-limit-75 {
  width: min(100% - 4rem, 75rem);
}
.text-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.text-content img {
  width: 100%;
}
.img-content {
  text-align: center;
  width: 100%;
}
.img-content img {
  width: 100%;
}
.bg-blue {
  background-color: #003f6e;
  color: #fff;
}
.bg-blue-2 {
  background-color: #0b6e90;
  color: #fff;
}
.bg-orange {
  background-color: #ec6608;
}
.bg-grey {
  background-color: #f3f3f3;
}
.bg-full {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.safari .bg-full {
  background-attachment: unset !important;
}
.text-orange {
  color: #ec6608 !important;
}
.text-black {
  color: #000 !important;
}
#loginform {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-end;
}
.register-link,
.text-white {
  color: #fff !important;
}
.text-blue {
  color: #003f6e !important;
}
.text-blue-2 {
  color: #0b6e90 !important;
}
.grid-auto {
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 1rem;
  grid-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .grid-auto {
    grid-auto-flow: row;
    justify-items: center;
  }
}
body {
  margin-bottom: 0 !important;
}
@keyframes scrollarrows {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1em);
  }
  100% {
    transform: translateY(0);
  }
}
#mce-responses .response {
  color: #fff;
}
div#banner a.tel,
div#banner p.strapline {
  color: #fff;
}
.featured-auctions {
  padding: 0;
  margin: 0;
}
.featured-auctions h2 {
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  background-color: #003f6e;
  margin: 0 0 1rem 0;
  padding: 14px;
}
.featured-auctions .auction {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.featured-auctions .auction .row {
  margin: 0 -15px 0 -15px;
}
.featured-auctions .auction .auction-image img {
  border: 0;
  padding: 0;
}
.featured-auctions .badge {
  display: none;
}
.featured-auctions .auction .row > div:nth-child(2) {
  padding: 0 3em 1em 1em;
}
.featured-auctions .auction .row > div:nth-child(2) h3 * {
  color: #000;
}
.featured-auctions .auction h3 a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-auctions .auction h3 a span {
  margin: 0 0 10px !important;
  line-height: 1 !important;
}
.featured-auctions .auction h3 a .auction-title {
  text-decoration: none;
  font-size: 24px;
  line-height: 29px;
  order: 1;
}
.featured-auctions .auction h3 a span.auction-date {
  font-size: 18px;
  color: #ec6608 !important;
  order: 2;
  margin: 0;
}
.featured-auctions .auction h3 a span.auction-lot-count {
  order: 3;
  font-size: 18px;
}
@media (max-width: 768px) {
  .featured-auctions .auction .row > div:nth-child(2) {
    padding: 3em;
    box-sizing: border-box;
  }
}
body.card #main-content > h1 {
  border: 0;
  margin: 1em auto;
  max-width: 35em;
}
body.card fieldset.shipping-address-details {
  display: none;
}
body.login #content,
body.user-password #content {
  text-align: left;
  max-width: 70rem;
  margin: auto;
}
body.login #content {
  text-align: center;
}
body.user-password #content table {
  width: 100%;
}
@media (max-width: 768px) {
  body.user-password #content table tr {
    display: flex;
    flex-direction: column;
  }
}
body.flatpage-default #wrapper,
body.contact-us #wrapper {
  padding: 0;
}
body.contact-us #contact-right-column h1 {
  color: #0b6e90;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
body.contact-us #contact-right-column h2 {
  color: #000;
}
body.contact-us #main-content > .bootstrap-target-container > .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 768px) {
  body.contact-us #main-content > .bootstrap-target-container > .row {
    flex-direction: column;
  }
}
body.contact-us #main-content .bootstrap-target-container .row > div.col-md-3 {
  background-color: #003f6e;
}
div#contact-right-column {
  padding: 2em;
}
body.contact-us #company-info {
  margin-bottom: 30px;
  padding: 1em;
}
body.contact-us #company-info h3,
body.contact-us #company-info p {
  color: #fff;
}
body.contact-us #company-info h3 {
  font-size: 36px;
}
.bootstrap-target-container .contact-form input,
.bootstrap-target-container .contact-form textarea {
  border: 2px solid #cbcbcb;
  border-radius: 0;
}
.contact-form label {
  font-size: 18px;
  color: #000;
}
body.auction-index #content > h1 {
  font-size: 24px !important;
  line-height: 1.2;
  color: #000;
  border: 0;
  margin: 0;
  padding: 0.5em;
  background-color: #f3f3f3;
  border-top: 2px solid #cbcbcb;
}
.login-notice {
  position: fixed;
  top: 5rem;
  left: 0;
  padding: 1em;
  border-radius: 0 20px 20px 0;
  display: flex;
  border: 3px solid #f37825;
  align-items: center;
  background-color: #fff;
  display: none;
}
.login-notice p {
  margin: 0;
  font-weight: 700;
  margin-left: 1em;
}
.catalogue-container {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
  padding: 0 2em;
  text-align: right;
  float: right;
}
@media (max-width: 768px) {
  .login-notice {
    top: unset;
    left: unset;
    right: unset;
    border-radius: 20px;
    text-align: center;
    position: relative;
    display: block;
    max-width: 85%;
    margin: 2em auto;
  }
  body.auction-index #content > h1 {
    margin: 0em auto 1em;
  }
  .catalogue-container {
    text-align: right;
    position: relative;
    float: right;
    display: flex;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.auction-timer-interior {
  text-align: center;
  background-color: #f37825;
  padding: 1em 2em;
}
.auction-timer-interior p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.alert-info {
  background: #003f6e;
  border: 0;
  border-radius: 0;
  padding: 0.5em 2em;
  color: #fff;
  font-size: 20px;
}
.alert-info h2 {
  margin: 0.125em 0;
  text-align: left !important;
  color: #fff;
  padding: 0 !important;
}
.alert form label,
.alert form label a {
  color: #0b6e90 !important;
}
#main-content > div > div > div:last-child > div {
  margin: 0;
}
.auction-timer-top {
  text-align: center;
  width: 45em;
  margin: 0 auto;
  padding: 3em 1em;
  max-width: 100%;
}
.auction-timer-top h2 {
  color: #272e5c;
  margin: 0;
  padding: 0;
  border: 0;
}
.auction-card-carousel-container {
  position: relative;
  padding: 0 4em;
}
.auction-card-carousel-container {
  display: none;
}
button.slick-arrow,
button.slick-arrow:active,
button.slick-arrow:focus {
  position: absolute;
  top: 45%;
  z-index: 500;
  min-width: unset;
  max-width: 1em;
  border: 3px solid #f37825;
  margin: 0;
  width: 1em;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
button.slick-arrow:hover {
  position: absolute;
  top: 45%;
  z-index: 500;
  min-width: unset;
  max-width: 1em;
  border: 3px solid #ed6306;
  margin: 0;
  width: 1em;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: unset;
}
@supports selector(:focus-visible) {
  button.slick-arrow:focus-visible {
    position: absolute;
    top: 45%;
    z-index: 500;
    min-width: unset;
    max-width: 1em;
    border: 3px solid #f37825;
    margin: 0;
    width: 1em;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
button.slick-prev {
  left: 5px;
}
button.slick-next {
  right: 5px;
}
.auction-cards .slick-list {
  padding: 1em 0 !important;
}
.auction-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0em auto !important;
  padding: 0em 0;
}
@media (min-width: 1000px) {
  .auction-cards {
    max-width: 90%;
  }
}
.auction-card-upcoming,
.auction-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.auction-card-upcoming {
  padding: 0;
}
.auction-card-image-wrapper,
.auction-card-image {
  width: 100%;
}
.auction-card img {
  max-height: 25em;
  margin: 2em 0;
  max-width: 100%;
}
.auction-title {
  text-align: left;
  color: #272e5c;
  font-size: 17px;
  font-weight: 700 !important;
}
.auction-card-details {
  padding: 1em 1em;
  max-width: 100%;
}
p.auction-end-date,
p.auction-lot-number {
  font-weight: bold;
}
.auction-card-details h2 a {
  color: #272e5c;
  word-break: break-word;
}
.auction-card-wrapper {
  margin-bottom: 3em;
}
body.auction-index #content {
  position: relative;
}
body.auction-index #main-content > h2 {
  display: none;
}
.auction-overview .toggle-overview {
  display: none;
}
div#auction-user-status-message a {
  color: #fff;
}
.auction-overview-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  width: 100%;
}
.auction-overview .images {
  width: 100%;
  overflow: hidden;
  max-height: 30em;
  grid-column: 1 / span 1;
  grid-row-start: 1;
  float: unset;
  display: none;
}
.auction-overview .images .frame {
  padding: 0;
  border: 0;
  margin: 0;
}
.auction-overview-details-container {
  background-color: #fff;
  padding: 0;
  grid-column: 1/-1;
  box-sizing: border-box;
}
.auction-overview-body .description,
.auction-overview-body h3 {
  grid-column: 1/-1;
}
body.auction-index h2.auction-overview-title {
  text-align: left;
  padding: 0;
  color: #272e5c;
  display: none;
}
.auction-overview .auction-info {
  float: unset;
  margin: 0;
  width: 100% !important;
}
@media (max-width: 768px) {
  body .auction-overview .images,
  .auction-overview-details-container {
    width: 100%;
    grid-column: 1/-1;
    box-sizing: border-box;
  }
}
.auction-overview .auction-details table,
.auction-overview-body .auction-info .well table {
  background: 0;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.auction-overview-body .auction-info .well {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.auction-overview .auction-info a.button {
  color: unset;
}
.auction-details table tbody,
.auction-info table tbody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.auction-details table tbody tr,
.auction-overview-body .auction-info tr {
  width: 100%;
  text-align: left;
  font-size: 20px;
}
.auction-overview-body .auction-info tr:nth-child(2) {
  background-color: #0b6e90;
  color: #fff;
  padding: 1rem;
}
.auction-overview-body .auction-info tr:nth-child(2) td,
.auction-overview-body .auction-info tr:nth-child(2) th {
  padding-bottom: 0;
  color: #fff;
}
.auction-overview-body .auction-info tr:nth-child(3),
.auction-overview-body .auction-info tr:nth-child(4) {
  display: none;
}
.auction-overview-body .auction-info tr th,
.auction-details table tr th,
.auction-overview-body .auction-info tr td,
.auction-details table tr td {
  color: #000;
  font-weight: 400;
}
.auction-overview-body .auction-info tr,
.auction-overview-body .auction-details tr {
  padding: 0.5em 0;
}
.auction-overview-body .auction-info table {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .auction-details table tbody tr,
  .auction-overview-body .auction-info tr {
    width: 100% !important;
    padding: 0 0 1em 0;
    border: 0 !important;
  }
  body.auction-index #content > h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 480px) {
  body.history .auctionlist > .lot,
  body.watchlist .auctionlist > .lot,
  .auctionlist > .lot {
    max-width: 100%;
  }
}
.pagination {
  text-align: unset;
  clear: unset;
  float: unset;
  background-color: #003f6e;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  font-family: "Signika", sans-serif;
  font-size: 18px;
  max-width: 100%;
  padding: 1rem;
  justify-content: flex-end;
  width: 100%;
}
.pagination p {
  margin: 0;
}
.pagination ul li a {
  color: #fff;
}
.pagination ul li a.current {
  color: #fff;
}
.pagination .page-links ul {
  display: flex;
  gap: 6px;
}
.pagination .page-links ul li {
  padding: 0;
}
.pagination .page-links ul li.active {
  background: none;
}
.pagination .page-links ul li.active a {
  background-color: #ec6608;
}
.pagination .page-links ul li a {
  padding: 3px 5px;
  text-decoration: none;
}
.pagination-pages {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .pagination-pages {
    padding: 20px 0 0;
  }
}
.pagination-pages p {
  color: #fff;
}
/* .pagination {
  text-align: unset;
  clear: unset;
  float: unset;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  font-size: 18px;
  color: #fff;
  background-color: #003f6e;
  padding: 1rem;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: wrap;
}
.pagination p {
  margin: 0;
}
.pagination-pages p {
  color: #fff;
}
.pagination ul li a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.pagination ul li a.current {
  color: #fff;
}
.pagination-pages {
  padding-left: 2rem;
}
@media (max-width: 480px) {
  .pagination-pages {
    padding-top: 1rem;
  }
} */
.next-prev > a,
.back-to-auction {
  font-size: 18px;
  line-height: 1.1;
  padding: 0 1em;
  text-decoration: none;
}
a.prev {
  border-right: 2px solid #272e5c;
}
.separator {
  display: none;
}
.next-prev > a:hover,
.back-to-auction:hover {
  text-decoration: underline;
  font-weight: 600;
}
a.back-to-top {
  float: left;
  position: relative;
  padding: 2em;
  font-weight: bold;
  color: #272e5c;
  font-size: 18px;
}
div#mc_embed_signup_scroll {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#mc_embed_signup_scroll h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
}
div#mc_embed_signup_scroll .clear {
  width: 100%;
  text-align: center;
}
.mc-field-group {
  display: flex;
  width: 100%;
  text-align: center;
  color: #000;
  margin: 1em 0;
  padding: 0 0.5em;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.field-group-right {
  justify-content: flex-end;
}
.mc-field-group label {
  color: #0b6e90;
  width: 100%;
  text-align: left;
}
.field-group-right label {
  width: unset;
}
.mc-field-group input {
  border-radius: 0;
  padding: 0.5em;
  box-sizing: border-box;
  border: 2px solid #cbcbcb;
  width: 100%;
}
input#mce-GDPR {
  width: 1em;
}
.description p {
  color: #565656;
}
body.Kavel.informatie div#content,
.lot-detail div#content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1rem;
  grid-column-gap: 5rem;
  align-items: center;
  width: min(100% - 2rem, 1366px);
  margin-inline: auto;
}
.auction-nav {
  grid-column: 1/-1;
  border-bottom: 2px solid #cbcbcb;
  padding: 0 0 1rem;
  margin: 0;
}
.auction-nav a {
  color: #f37825;
}
body.user-password #wrapper #main,
body.Kavel.informatie div#main-content,
.lot-detail div#main-content {
  grid-column: 1/-1;
}
body.Kavel.informatie #content > h1,
body.lot-detail #content > h1 {
  font-size: 30px;
  font-weight: 700;
  color: #003f6e;
  border-bottom: 0;
  width: 100%;
  float: left;
  margin: 0;
  grid-column: 1 / span 1;
  background-color: #f3f3f3;
  padding: 0.5em;
  box-sizing: border-box;
}
body.user-password #categories-container,
body.user-password #finder,
body.user-password #adverts,
body.Kavel.informatie #categories-container,
body.Kavel.informatie #finder,
body.Kavel.informatie #adverts,
body.lot-detail #categories-container,
body.lot-detail #finder,
body.lot-detail #adverts {
  display: none;
}
body.Kavel.informatie #wrapper .contentwrap #main,
.lot-detail #wrapper .contentwrap #main {
  grid-column: 1/-1;
}
.lot-detail.lot {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .lot-detail.lot {
    clear: both;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
  }
}
.lot-detail.lot #itemdetails {
  position: relative;
  width: 100%;
}
@media (min-width: 991px) {
  .lot-detail.lot #itemdetails {
    grid-column: 2 / span 1;
    grid-row: 1;
  }
}
.lot-detail.lot #itemdetails .wrap {
  padding: 20px 0;
}
.lot-detail.lot #itemdetails .wrap > * {
  margin: 1rem 0;
  display: block;
}
.lot-detail.lot #itemdetails > div > p:last-child {
  display: none !important;
}
.lot-detail.lot #itemimages {
  overflow: visible;
  width: 100%;
}
@media (min-width: 991px) {
  .lot-detail.lot #itemimages {
    grid-column: 1 / span 1;
    grid-row: 1;
  }
}
.lot-detail.lot #itemimages .main-image {
  margin: 1em auto;
}
.lot-detail.lot #itemimages .frame {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.lot-detail.lot #itemimages .frame .photo-credits {
  width: 100% !important;
  opacity: 1;
  height: auto;
  padding: 8px;
  position: relative;
  order: 2;
}
.lot-detail.lot #itemimages .thumbnails {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.lot-detail.lot #itemimages .thumbnails .row-first {
  clear: both;
  padding-right: 0;
}
.lot-detail.lot #itemimages .thumbnails .thumbnail {
  margin-bottom: 0.5em;
  width: 30%;
  float: left;
}
.lot-detail.lot #itemimages .thumbnails .thumbnail .frame {
  margin-right: 0;
}
.lot-detail.lot #itemimages .thumbnails span:first-child {
  width: 100%;
  margin: 1em 0 2em;
  padding: 0 1em;
}
.lot-detail.lot .related {
  text-align: center;
  width: 100%;
}
@media (min-width: 991px) {
  .lot-detail.lot .related {
    grid-area: 3/1/4/3;
    text-align: left;
  }
}
.lot-detail.lot .related .carousel {
  margin: 0 auto;
}
@media (min-width: 991px) {
  .lot-detail.lot .related .carousel {
    margin: 0;
  }
}
.lot-detail.lot .related .carousel a.next,
.lot-detail.lot .related .carousel a.prev {
  background-color: #ec6608;
  background-image: url("/fileupload/file/carousel-arrows-white");
}
.lot-detail.lot .related .carousel a.next:hover,
.lot-detail.lot .related .carousel a.prev:hover {
  background-color: #cd5501;
}
.auction-timer-interior-lot {
  margin: 0 !important;
  background-color: #f37825;
  padding: 1em 2em;
}
.auction-timer-interior-lot p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.lot-detail #itemdetails > .wrap > p:nth-child(2) {
  color: #fff;
  background-color: #272e5c;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  body.Kavel.informatie #content > h1,
  body.lot-detail #content > h1,
  .lot-detail #itemimages,
  .lot-detail #itemdetails {
    grid-column: 1/-1;
    grid-row: unset;
  }
}
@media (max-width: 480px) {
  .auction-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .auction-nav .back-to-auction {
    margin-bottom: 1rem;
  }
}
.error,
.errors,
#error-messages {
  margin: 1em 0;
  text-align: center;
  font-weight: 700;
  font-style: unset;
  padding: 1em;
  border-radius: 10px;
}
.draft-site-banner .alert,
.trial-banner .alert {
  margin-bottom: 0;
  margin: 0;
  max-width: 100%;
}
.alert-trial a {
  color: #fff !important;
}
.alert,
#error-messages {
  margin: 1rem auto;
  text-shadow: none;
}
.alert.alert-info a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
#finder {
  padding: 0em;
}
.how-it-works-top {
  background-image: url("/fileupload/file/how_it_works_top");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 4em 2em;
}
.how-it-works-top h1 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
}
.hiw-points {
  margin: 2em 0 !important;
  padding: 0 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.hiw-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hiw-point h2 {
  max-width: 8em;
  color: #272e5c;
}
.hiw-point p {
  max-width: 15em;
}
.hiw-title-section {
  text-align: center;
  max-width: 55em;
  margin: 2em auto 4em;
  padding: 0 1em;
}
.hiw-title-section h2 {
  margin: 0;
  border: 0;
  padding: 0.75em;
  color: #272e5c;
}
.hiw-bidding-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 85em;
  margin: 2em auto !important;
  padding: 0 1em;
}
.hiw-bidding-section p,
.hiw-bidding-section li {
  text-align: justify;
}
ul.bidding-list {
  list-style: decimal;
}
span.bold-blue {
  font-weight: bold;
  color: #272e5c;
}
.bidding-blue-section {
  background-color: #272e5c;
  color: #fff;
  padding: 0em;
  border-radius: 25px;
  max-width: 30em;
  margin: 0 auto;
}
.bidding-blue-section p {
  color: #fff !important;
  padding: 1em 2em;
  text-align: justify;
  margin: 0 !important;
}
.bidding-blue-section img {
  width: 100%;
}
.a-section {
  display: none;
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-list li {
  border-bottom: 2px solid #ec6608;
}
.toggle-faq {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.toggle-faq:hover {
  cursor: pointer;
}
.toggle-faq span {
  display: flex;
  align-items: center;
}
.toggle-faq span:nth-child(2) {
  text-align: left;
  width: 100%;
}
.user-register #content > h1,
.login #content > h1,
h1.auctions-title {
  font-size: 50px;
  border: 0;
  text-align: center;
  margin: 0.5em 0;
  line-height: 60px;
  padding: 0;
  color: #272e5c;
}
.history #content > h1,
.watchlist #content > h1,
.user-profile #content > h1 {
  grid-column: 2/-1;
  text-align: left;
  color: #fff;
  background-color: #003f6e;
  margin: 0;
  padding: 1rem;
  display: block;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
body.flatpage-default #main-content > h1 {
  display: none;
}
.contact-details-container {
  min-height: 49em;
  padding: 2em 3em;
  max-width: 25em;
  color: #fff;
}
.contact-details-container h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.contact-details-container p {
  margin-bottom: 0;
  color: #fff;
}
p.contact-mail,
p.contact-phone {
  margin-top: 1em;
}
p.contact-mail a {
  color: #fff;
}
.phone-icon,
.mail-icon {
  padding: 0 1em 0 0;
}
#payment-form,
#ideal-payment-form,
#generic-form {
  max-width: 100%;
  margin: 2em 0;
  box-shadow: none;
  width: 100%;
}
.payment .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.payment #payment-form .form-row .fields input,
.payment #payment-form .form-row .fields select {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .payment #payment-form .form-row .fields input,
  .payment #payment-form .form-row .fields select {
    width: 100%;
    box-sizing: border-box;
  }
}
#payment-form legend,
#ideal-payment-form legend,
#generic-form legend {
  font-size: 30px;
  color: #f37825;
  font-weight: 700;
  line-height: 36px;
}
#generic-form table {
  margin: 0 auto;
  width: 90%;
}
.user-profile #generic-form.profile-form {
  max-width: 100%;
}
.user-profile #generic-form table {
  margin: 0 auto;
  width: 100%;
}
.login-intro-text {
  display: none;
}
#payment-form table tr th,
#payment-form table tr td,
.login #generic-form table tr th {
  width: 100%;
  display: block;
  text-align: left;
}
#generic-form table tr td {
  display: table-cell;
}
#generic-form input,
#generic-form textarea,
#generic-form select {
  width: 100%;
  border: 2px solid #cbcbcb;
  padding: 0.35em;
  box-sizing: border-box;
}
#generic-form input[type="checkbox"] {
  width: 1em;
}
#payment-form input,
#payment-form textarea,
#payment-form select,
#ideal-payment-form input,
#ideal-payment-form textarea,
#ideal-payment-form select {
  width: 50%;
  border: 3px solid #272e5c;
  border-radius: 5px;
  padding: 0.35em;
}
#generic-form table tr th {
  width: 15em;
}
#generic-form table tr th label {
  font-size: 20px;
  color: #272e5c;
}
@media (max-width: 768px) {
  #generic-form table tr th,
  #generic-form table tr td {
    width: 100% !important;
    display: inline-block;
  }
}
#payment-form .form-row {
  padding: 1em 0;
}
#payment-form .shipping-address-details > label,
#payment-form .label,
#ideal-payment-form .label {
  font-size: 20px;
  text-align: left;
  color: #272e5c;
}
#payment-form input#acceptedterms,
#payment-form input#receiveinformation,
#generic-form input#acceptedterms,
#generic-form input#receiveinformation {
  width: 1em;
}
#payment-form .shipping-address-details > label {
  padding: 1em 0;
  display: block;
}
#different-shipping-address {
  width: 5em !important;
}
body.user-register div#main-content {
  max-width: 75em;
  margin: 0 auto;
  text-align: center;
}
.user-register #generic-form > table > tbody > tr:nth-child(14) > td,
.user-register #generic-form > table > tbody > tr:nth-child(17) > td,
.user-register #generic-form > table > tbody > tr.bids-notification > td,
.user-register #generic-form > table > tbody > tr:nth-child(16) > td {
  padding-top: 2em;
  text-align: left;
}
.bidders-container {
  margin: 2em auto;
  padding: 0 2em;
}
.bidders-container > h2 {
  text-align: center;
  max-width: 25em;
  margin: 0 auto;
  color: #272e5c;
}
.count-up-container {
  max-width: 85em;
  margin: 3em auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.count-up {
  text-align: center;
}
.count-up h3 {
  color: #272e5c;
}
.bootstrap-target-container h2.count-up-number {
  font-size: 80px;
  color: #f37825;
  margin: 0;
  padding: 0;
  border: 0;
}
.lots-cta-container,
.selling-interest-container,
.new-to-auctions-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.new-to-auctions-container {
  background-color: #fff8ef;
}
.lots-cta-content,
.selling-interest-content,
.new-to-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  max-width: 45em;
  margin: 0 auto;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .new-to-content {
    padding: 0 1em 1em;
  }
}
.lots-cta-content,
.selling-interest-content {
  text-align: left;
  align-items: flex-start;
}
.lots-cta-content h2,
.selling-interest-content h2,
.new-to-content h2 {
  color: #f37825;
  max-width: 8em;
  border-bottom: 2px solid #f37825;
  padding: 0 0 0.5em;
}
.lots-cta-content h2,
.selling-interest-content h2 {
  max-width: 12em;
}
.lots-cta-content p,
.lots-cta-content h2 {
  color: #fff;
  border-bottom: 0;
}
.lots-cta-content h2 {
  margin: 0;
}
.lots-cta-content p {
  margin-bottom: 1em;
  font-size: 25px !important;
  line-height: 29px !important;
}
.selling-interest-content h3,
.new-to-content h3 {
  color: #272e5c;
  margin-bottom: 0.75em;
}
img.horizontal-scroll-lines,
.new-to-auctions-container.animated-arrow img.scroll-lines {
  animation-name: scrollarrows;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
img.horizontal-scroll-lines,
img.scroll-lines {
  margin: 1em 0;
}
.lots-cta-container > div:nth-child(1),
.new-to-auctions-container > div:nth-child(2) {
  padding: 0;
}
.lots-cta-container,
.selling-interest-container,
.new-to-auctions-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0;
}
.flatpage-default .selling-interest-container {
  max-width: 120em;
  margin: 0 auto;
  padding: 2em;
}
.lots-cta-image-container img,
.selling-interest-image-container img,
.new-to-image-container img {
  max-width: 80%;
}
.lots-cta-image-container,
.selling-interest-image-container,
.new-to-image-container {
  text-align: center;
  position: relative;
}
.lots-cta-overlay {
  position: absolute;
  left: 0;
  z-index: 5;
  max-width: 20% !important;
  top: 0;
  bottom: 0;
}
.new-to-overlay {
  position: absolute;
  right: 0;
  max-width: 20% !important;
  top: 0;
  bottom: 0;
}
.why-online-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3em;
  background-color: #fff8ef;
}
.why-online-title-container {
  text-align: right;
  max-width: 45em;
  color: #272e5c;
  margin: 0 auto;
}
.why-online-title-container h1 {
  border: 0 !important;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: right;
  float: right;
  max-width: 8em;
}
.why-online-img img {
  max-width: 2em;
}
.why-online-img {
  background-color: #f37825;
  padding: 2em;
  border-radius: 50px;
  margin: 0 3em;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.why-online-post {
  display: flex;
  align-content: center;
  margin-bottom: 2em;
  max-width: 50em;
  align-items: center;
}
.why-online-content h3 {
  color: #272e5c;
  margin-top: 0;
  font-size: 30px;
  margin: 0;
}
h3.why-online-title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px !important;
  line-height: 48px !important;
  margin-top: 0;
  color: #f37825;
}
.wrapper {
  margin: 0 auto;
}
.trigger {
  position: absolute;
}
.trigger--one {
  left: 0;
}
h2.how-to-bid-title {
  position: absolute;
  top: 0.5em;
  left: 1em;
  z-index: 400;
  color: #fff8ef;
  font-size: 50px;
  font-weight: bold;
  border-bottom: 5px solid #fff8ef;
  padding: 0 0 0.25em;
}
.scene {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f37825;
}
.scene--active {
  position: fixed;
}
.scene--ended {
  position: absolute;
  bottom: 0;
  top: auto;
}
.horizontal-scroll-section {
  position: relative;
  min-height: 100vh;
  opacity: 0;
  transition: 0.2s opacity;
}
.horizontal-scroll-section img {
  display: block;
  max-height: 80%;
  width: auto;
}
.horizontal-scroll-section--init {
  opacity: 1;
}
.horizontal-scroll-section__content {
  display: flex;
  align-items: center;
}
.horizontal-scroll-section__content-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.horizontal-scroll-section__content-section {
  position: relative;
  min-width: 40em;
  text-align: center;
  padding: 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff8ef;
}
.content-section__1 {
  margin-left: 10em;
}
.content-section__2 {
  background-image: url("/fileupload/file/ring_blue_thick"),
    url("/fileupload/file/ring_white_thick");
  background-repeat: no-repeat;
  background-position: 20% 85%, 85% 20%;
}
.content-section__4 {
  margin-bottom: 12em;
  background-image: url("/fileupload/file/ring_blue_thick");
  background-repeat: no-repeat;
  background-position: 80% 85%;
}
.content-section__5 {
  min-width: 31em;
  background-image: url("/fileupload/file/ring_blue_thin");
  background-repeat: no-repeat;
  background-position: 117% 25%;
}
.arrow-couple {
  display: flex;
  width: 100%;
  align-items: center;
}
.content-section_1_img {
  margin-left: 4em;
}
.content-section_3_img {
  margin-left: 6em;
}
h2.hs-box-no {
  font-size: 100px !important;
  line-height: 100px !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  color: #fff8ef;
}
.content-section__5 h2.hs-box-title {
  max-width: 6em;
}
h2.hs-box-title {
  font-size: 60px !important;
  font-weight: bold;
  line-height: 72px !important;
  text-align: left;
  color: #fff8ef;
  margin: 15px 0;
}
p.hs-box-text {
  font-size: 20px;
  text-align: left;
  line-height: 23px;
  color: inherit;
  max-width: 13em;
  margin: 0 0 1em;
}
.content-section__3 p.hs-box-text {
  max-width: 19em;
}
.horizontal-scroll-section__image {
  display: flex;
  align-items: center;
}
.horizontal-scroll-section__image h2 {
  margin-left: 20px;
  width: 250px;
  text-align: left;
  flex-shrink: 0;
}
.horizontal-scroll-section__image--two img {
  max-width: 400px;
}
.horizontal-scroll-section__image--four img {
  max-width: 400px;
}
.horizontal-scroll-section--animation-one
  .horizontal-scroll-section__image--two {
  opacity: 1;
  transform: translateX(0);
}
body #wrapper {
  padding: 1rem;
}
#masthead-wrapper > div > div > div > div > div > div > div > div.promo-body,
#masthead-wrapper > div > div > div > div > div > div > div,
#masthead-wrapper > div > div > div > div > div > div,
#masthead-wrapper,
.impl-index #main-content > div > div > div:nth-child(2) > div,
.impl-index #main-content > div > div > div:nth-child(3) > div > div.promo-body,
.impl-index #main-content > div > div > div:nth-child(4) > div > div.promo-body,
.impl-index #main-content > div > div > div:nth-child(3) > div,
.impl-index #main-content > div > div > div:nth-child(4) > div,
.impl-index #main-content > div > div > div:nth-child(5) > div > div.promo-body,
.home-carousel {
  padding: 0;
  margin: 0 !important;
}
.home-carousel-slide {
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 21em !important;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
}
ul.slick-dots {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .home-carousel-slide {
    min-height: 35em !important;
  }
}
h2.site-masthead-title,
li.home-carousel-slide p {
  color: #fff;
}
.slide-1 {
  background-image: url("/fileupload/file/slide_1_bg");
}
.slide-2 {
  background-image: url("/fileupload/file/slide_2_bg");
}
.slide-3 {
  background-image: url("/fileupload/file/slide_3_bg");
}
body .carousel {
  display: grid;
  grid-template-columns: 20px auto 20px;
}
body .carousel .carousel-clip {
  display: flex;
  justify-content: center;
  height: auto;
  left: unset;
}
body .carousel .carousel-clip ul {
  display: flex;
  gap: 4px;
}
body .carousel .carousel-clip ul li {
  border: none;
  padding: 0;
  margin: 0;
}
body .carousel .carousel-clip ul li a .name {
  background: rgba(51, 51, 51, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  height: auto;
  padding: 5px;
  opacity: 1;
  text-align: center;
  text-wrap: balance;
}
body .carousel a.carousel-button {
  border: none;
  height: 100%;
  margin: 0;
  width: 20px;
}
body .carousel a.carousel-button.next {
  background-position: -1px center;
}
body .carousel a.carousel-button.prev {
  background-position: -25px center;
}
body .carousel a.carousel-button:hover,
body .carousel a.carousel-button:focus,
body .carousel a.carousel-button:active {
  border: none;
}
h2.site-masthead-title {
  font-family: Myriad Pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  max-width: 27em;
  border-bottom: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
p.masthead-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  margin-bottom: 1.5em;
  max-width: 22em;
}
body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
}
.promo-body {
  font-size: 14px;
}
.promo-light {
  background: rgba(212, 212, 212, 0.3490196078);
  padding: 5 5 5 5px;
}
.banner-top-group {
  margin: 0 auto;
}
.contentwrap {
  max-width: 1366px !important;
  margin: 0 auto;
}
#banner .banner-inner .banner-top-group {
  height: auto;
  min-height: unset;
}
ul.languages li button {
  display: block;
  padding: unset;
  min-width: unset;
  width: 32px;
  height: 22px;
  border: 1px solid #eee;
}
.auction-apply .contentwrap {
  margin: 2em auto;
  max-width: 1000px;
  text-align: center;
  padding: 0 2em;
}
body.payment .contentwrap h1 {
  text-align: center;
  margin: 1em 0;
}
#banner {
  position: relative;
  border-top: 16px solid #ec6608;
}
div#banner .mobile-menu span {
  background: #f37825;
}
.payment #wrapper .contentwrap #categories-container,
.payment #wrapper .contentwrap #communication,
.payment #wrapper .contentwrap #adverts,
.payment #wrapper .contentwrap #finder,
.login #wrapper .contentwrap #categories-container,
.login #wrapper .contentwrap #communication,
.login #wrapper .contentwrap #adverts,
.login #wrapper .contentwrap #finder,
.user-register #wrapper .contentwrap #categories-container,
.user-register #wrapper .contentwrap #communication,
.user-register #wrapper .contentwrap #adverts,
.user-register #finder,
.history #wrapper .contentwrap #categories-container,
.history #wrapper .contentwrap #communication,
.history #wrapper .contentwrap #adverts,
.history #finder,
.watchlist #wrapper .contentwrap #categories-container,
.watchlist #wrapper .contentwrap #communication,
.watchlist #wrapper .contentwrap #adverts,
.watchlist #finder,
.contact-us #wrapper .contentwrap #categories-container,
.contact-us #wrapper .contentwrap #communication,
.contact-us #wrapper .contentwrap #adverts,
.contact-us #finder,
.flatpage-default #wrapper .contentwrap #categories-container,
.flatpage-default #wrapper .contentwrap #communication,
.flatpage-default #wrapper .contentwrap #adverts,
.flatpage-default #finder {
  display: none;
}
.payment #wrapper .contentwrap #main,
.login #wrapper .contentwrap #main,
.user-register #wrapper .contentwrap #main,
.watchlist #wrapper .contentwrap #main,
.history #wrapper .contentwrap #main,
.contact-us #wrapper .contentwrap #main,
.flatpage-default #wrapper .contentwrap #main {
  grid-column: 1/-1;
}
#wrapper .contentwrap {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 4em repeat(3, auto);
}
#wrapper .contentwrap #main {
  grid-column: 4/-1;
  grid-row: 1/-1;
  width: 100%;
  margin: 0;
}
div#finder {
  grid-column: 1 / span 3;
}
#wrapper #categories {
  width: inherit;
}
#categories-container .label {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  padding: 1rem 0;
}
#wrapper #categories-container {
  width: inherit;
  grid-row-start: 2;
  grid-column: 1 / span 3;
  border-radius: 0;
  background: unset;
  background-color: #0b6e90;
  color: #fff;
  padding-top: 0;
}
#wrapper #categories {
  width: 100%;
  grid-row-start: 2;
  grid-column: 1 / span 3;
  border-radius: 0;
  background: unset;
  background-color: #0b6e90;
}
#categories h3 {
  padding: 1rem;
  font-size: 20px;
  line-height: 1.2;
}
.live-auction-stream {
  padding: 0;
}
#categories ul {
  padding: 0;
}
#categories ul li a {
  transition: background-color linear 250ms;
  padding: 1rem;
}
#categories ul li a:hover {
  background-color: #ec6608;
  color: #fff;
}
#wrapper #categories * {
  color: #0b6e90;
}
#wrapper #categories-container #categories.drop-down ul li a:hover span {
  color: #fff;
  transition: 250ms linear;
}
@media screen and (max-width: 768px) {
  #wrapper #categories-container,
  #wrapper #adverts,
  #wrapper .contentwrap #main,
  div#finder,
  #wrapper #categories {
    grid-column: 1/-1;
    grid-row: unset;
    grid-row-start: unset;
  }
  #wrapper #categories-container {
    grid-row: 2 / auto;
  }
  #wrapper .contentwrap {
    grid-template-rows: unset;
  }
}
#finder form {
  padding: 0;
  background: none;
  border-radius: 0;
}
#finder fieldset {
  display: flex;
  max-width: 100%;
}
#finder form button {
  min-width: unset;
  margin: 0;
}
body #finder form input {
  width: 100% !important;
  margin: 0;
}
#finder fieldset legend,
#finder fieldset label[for="search"],
#finder fieldset #browse {
  display: none;
}
.auction-clock-container {
  border-radius: 0px;
  overflow: hidden;
  grid-row-start: 3;
  grid-column: 1 / span 3;
}
h2.timer-title {
  margin: 0;
  padding: 0.75em;
  font-size: 18px;
  color: #fff;
  background-color: #0b6e90;
  text-align: center;
}
ul.numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
ul.numbers li {
  text-align: center;
  padding: 10px;
}
span.number {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #0b6e90;
}
ul.numbers li p {
  margin: 0;
  font-size: 16px;
  color: #0b6e90;
  line-height: 1.1;
}
.my-profile #wrapper .contentwrap .profile,
.payment-details #wrapper .contentwrap .details,
.my-orders #wrapper .contentwrap .orders-container,
.payment #wrapper .contentwrap .invoice-payment,
.watchlist #wrapper .contentwrap .main-content,
.history #wrapper .contentwrap .main-content {
  overflow: unset;
}
.my-profile #wrapper .contentwrap {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 240px auto;
  grid-template-rows: unset;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.my-profile #wrapper .contentwrap .profile-menu {
  grid-column: 1 / span 1;
  grid-row: unset;
}
.my-profile #wrapper .contentwrap .profile-menu a {
  min-width: unset;
  padding: 18px 24px;
  text-align: left;
  overflow: unset;
}
.my-profile #wrapper .contentwrap .main-content {
  grid-row: unset;
}
.my-profile #wrapper .contentwrap .main-content h1 {
  font-size: 28px;
  line-height: 1;
}
.my-profile #wrapper .contentwrap .main-content .filter {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.my-profile #wrapper .contentwrap .main-content .filter ul li {
  color: #0b6e90;
  margin: 0;
  padding: 0;
}
.my-profile #wrapper .contentwrap .main-content .filter ul li a:after {
  content: "|";
  color: #003f6e;
  right: -3px;
  position: absolute;
}
.my-profile
  #wrapper
  .contentwrap
  .main-content
  .filter
  ul
  li:last-child
  a:after {
  display: none;
}
.my-profile #wrapper .contentwrap .main-content .filter ul li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #8f8f8f;
  transition: 250ms linear;
  font-weight: bold;
  position: relative;
}
.my-profile #wrapper .contentwrap .main-content .filter ul li a.selected,
.my-profile #wrapper .contentwrap .main-content .filter ul li a:active,
.my-profile #wrapper .contentwrap .main-content .filter ul li a:hover,
.my-profile #wrapper .contentwrap .main-content .filter ul li a:focus {
  color: #003f6e;
}
.my-profile #wrapper .contentwrap .main-content .update-info {
  padding: 0 0 20px;
}
.history .pagination,
.watchlist .pagination {
  width: unset;
}
.history .auctionlist,
.history .pagination,
.watchlist .pagination,
.watchlist .auctionlist {
  grid-column: 2/-1;
}
.history .auctionlist {
  grid-row: 3/9;
}
.history .pagination:nth-child(9) {
  grid-row: 9;
}
.history .filter {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .history .filter ul li {
    font-size: 14px;
    padding: 0px;
  }
  .filter ul li a {
    font-size: 14px;
    padding: 0px;
  }
}
input[type="submit"].button,
button,
a.button,
.register-link,
a.button:focus,
.button {
  font-family: "Signika", sans-serif;
  display: inline-block;
  background: #ec6608;
  color: #fff;
  padding: 0.7em 1em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  min-width: 10.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 3px solid #ec6608;
  border-radius: 0;
  text-shadow: none;
  transition: linear 90ms;
  -webkit-transition: linear 90ms;
  -moz-transition: linear 90ms;
  -ms-transition: linear 90ms;
  -o-transition: linear 90ms;
  font-weight: 400;
  outline: 0;
}
input[type="submit"].button:hover,
a:hover.button,
a.register-link,
button:hover,
.button:hover,
a.button:hover {
  display: inline-block;
  background: #cd5501;
  color: #fff;
  padding: 0.7em 1em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 3px solid #cd5501;
  border-radius: 0;
  text-shadow: none;
  transition: linear 90ms;
  -webkit-transition: linear 90ms;
  -moz-transition: linear 90ms;
  -ms-transition: linear 90ms;
  -o-transition: linear 90ms;
  font-weight: 400;
  outline: 0;
  text-decoration: none;
}
button:active,
a.button:active {
  background: #ec6608;
  border-color: #ec6608;
  color: #fff;
}
button.confirm {
  background-color: #47a737;
  border-color: #47a737;
  color: #fff;
}
button.confirm:hover {
  background-color: #1c7843;
  border-color: #219653;
  color: #fff;
}
button.confirm:active {
  background-color: #fff;
  border-color: #219653;
  color: #219653;
}
button.cancel {
  border: 1px solid #000;
  background: none;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  font-weight: 400;
}
button.cancel:hover {
  background-color: #f7f7f7;
  border-color: #000;
  color: #000;
  text-decoration: none;
}
button.cancel:active {
  background-color: #fff;
  border-color: #f63e3e;
  color: #f63e3e;
}
a.button-blue-white:focus,
button.button-blue-white:focus,
button.button-blue-white,
a.button-blue-white {
  background: #272e5c;
  border-color: #fff;
  color: #fff;
}
#login-submit {
  background: #272e5c;
  border-color: #272e5c !important;
  color: #fff;
}
#login-submit:hover,
button.button-blue-white:hover,
a.button-blue-white:hover {
  background: #181f4d;
  border-color: #fff;
  color: #fff;
}
#login-submit:active,
button.button-blue-white:active,
a.button-blue-white:active {
  background: #fff;
  border-color: #fff;
  color: #272e5c;
}
.contact-form input.button:focus,
.auction-apply .contentwrap button:focus,
a.button-orange:focus,
button.button-orange:focus,
.auction-apply .contentwrap button,
.user-profile button#submit,
a.register-link,
.auction-overview .auction-info a.button,
button.bid-fixed-submit,
.contact-form input.button,
input.button-orange,
input[type="submit"].button-orange,
#generic-form button.btn.btn-primary,
#generic-form #submit,
#payment-form button,
button.button-orange,
a.button-orange {
  background-color: #ec6608;
  border-color: #ec6608;
  color: #fff;
}
.contact-form input.button:hover,
.auction-apply .contentwrap button:hover,
.user-profile button#submit:hover,
a.register-link:hover,
.auction-overview .auction-info a.button:hover,
button.bid-fixed-submit:hover,
input.button-orange:hover,
input[type="submit"].button-orange:hover,
#generic-form button.btn.btn-primary:hover,
#generic-form #submit:hover,
#payment-form button:hover,
button.button-orange:hover,
a.button-orange:hover {
  background-color: #cd5501;
  border-color: #cd5501;
  color: #fff;
}
.contact-form input.button:active,
.auction-apply .contentwrap button:active,
.user-profile button#submit:active,
a.register-link:active,
.auction-overview .auction-info a.button:active,
button.bid-fixed-submit:active,
input.button-orange:active,
input[type="submit"].button-orange:active,
#generic-form button.btn.btn-primary:active,
#generic-form #submit:active,
#payment-form button:active,
button.button-orange:active,
a.button-orange:active {
  background-color: #ec6608;
  border-color: #ec6608;
  color: #fff !important;
}
input[type="submit"].button-blue:focus,
input[type="submit"].button-blue,
#finder form button:focus,
a.button-blue:focus,
button.button-blue:focus,
#finder form button,
button.bid-maximum-submit,
button.button-blue,
a.button-blue {
  background-color: #003f6e;
  color: #fff;
  border-color: #003f6e;
  min-width: unset;
}
input[type="submit"].button-blue:hover,
#finder form button:hover,
button.bid-maximum-submit:hover,
button.button-blue:hover,
a.button-blue:hover {
  background-color: #0b6e90;
  color: #fff;
  border-color: #0b6e90;
}
input[type="submit"].button-blue:active,
#finder form button:active,
button.bid-maximum-submit:active,
button.button-blue:active,
a.button-blue:active {
  background-color: #003f6e;
  color: #fff;
  border-color: #003f6e;
}
a.button-white-blue:focus,
button.button-white-blue:focus,
button.button-white-blue,
a.button-white-blue {
  background-color: #fff;
  color: #003f6e;
  border-color: #003f6e;
}
button.button-white-blue:hover,
a.button-white-blue:hover {
  background-color: #003f6e;
  color: #fff;
  border-color: #003f6e;
}
a.button-orange-white:focus,
button.button-orange-white:focus,
button.button-orange-white,
a.button-orange-white {
  background-color: #ec6608;
  color: #fff;
  border-color: #fff;
}
button.button-orange-white:hover,
a.button-orange-white:hover {
  background-color: #cd5501;
  color: #fff;
  border-color: #fff;
}
button.button-orange-white:active,
a.button-orange-white:active {
  background-color: #fff;
  color: #ec6608;
  border-color: #fff;
}
@supports selector(:focus-visible) {
  a.button:focus-visible {
    display: inline-block;
    background: #fff;
    color: #f37825;
    padding: 0.55em 1.5em;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
    min-width: 10.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: 3px solid #fff;
    border-radius: 50vw;
    text-shadow: none;
    transition: linear 90ms;
    -webkit-transition: linear 90ms;
    -moz-transition: linear 90ms;
    -ms-transition: linear 90ms;
    -o-transition: linear 90ms;
    font-weight: bold;
    outline: 0;
  }
  button.button-orange-white:focus-visible,
  a.button-orange-white:focus-visible {
    background-color: #f37825;
    color: #fff;
    border-color: #fff;
  }
  a.button-white-blue:focus-visible,
  button.button-white-blue:focus-visible {
    background-color: #fff;
    color: #272e5c;
    border-color: #272e5c;
  }
  #finder form button:focus-visible,
  a.button-blue:focus-visible,
  button.button-blue:focus-visible {
    background-color: #272e5c;
    color: #fff;
    border-color: #272e5c;
  }
  .contact-form input.button:focus-visible,
  .auction-apply .contentwrap button:focus-visible,
  button.button-orange:focus-visible,
  a.button-orange:focus-visible {
    background-color: #f37825;
    border-color: #f37825;
    color: #fff;
  }
  button.button-blue-white:focus-visible,
  a.button-blue-white:focus-visible {
    background: #272e5c;
    border-color: #fff;
    color: #fff;
  }
}
.reduced-radius {
  border-radius: 5px !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  background: #cfcfcf;
  margin: 0 auto;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.slick-dots li button:before {
  content: "";
  font-size: 10px;
  line-height: 12px;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  opacity: 1;
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  transition: linear 200ms;
  -webkit-transition: linear 200ms;
  -moz-transition: linear 200ms;
  -ms-transition: linear 200ms;
  -o-transition: linear 200ms;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.responsive {
  width: 100%;
  height: auto;
}
#content > h1 {
  line-height: 1em;
}
body.impl-index #content > h1 {
  display: none;
}
.home-top > * {
  max-width: 100% !important;
}
#footer {
  background-color: #fff;
  margin: 0 !important;
  padding: 0;
  border-top: 5px solid #0b6e90;
}
img.footer-logo {
  width: 25rem;
  max-width: 100%;
}
body.javascript_enabled #footer {
  position: unset;
}
.footer-text {
  padding: 2rem;
}
.footer-container {
  max-width: 23em;
  margin: 0 auto;
}
#footer p,
#footer li,
#footer li a {
  font-size: 16px;
  line-height: 19px;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
.contact-list li {
  padding: 0 0 1em;
}
.contact-list li .contact-icon {
  padding: 0 1em 0 0;
}
.help-list li {
  padding: 0.5em 0;
}
#footer .help-list li a {
  text-decoration: none;
  color: #0b6e90;
}
#footer .help-list li a:hover {
  text-decoration: underline;
}
.socials-list li {
  display: inline;
  padding: 0 1em 0 0;
}
#footer .copyright {
  float: left;
  width: 100%;
  text-align: center;
  padding: 1em;
  margin: 0;
  background-color: #ec6608;
}
#footer .software-by {
  float: right;
  text-align: center;
  width: 100%;
  padding: 1em;
  color: #0b6e90;
}
#footer .software-by a {
  color: #0b6e90;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active,
.accordion:hover {
  background-color: #ccc;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.auctionlist {
  margin-bottom: 1rem;
}
.auctionlist .lot,
.auctionlist .auction {
  margin-bottom: 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding-top: 1rem;
}
.auctionlist .lot h3,
.auctionlist .auction h3 {
  margin: 0;
  border: 0;
  padding: 0;
}
.lot h3 a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.auctionlist .lot .itemwrap {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 1rem;
  padding: 1rem 0;
}
.auctionlist .lot .main-image,
.auctionlist .auction .main-image {
  margin: 0;
  height: 100%;
  grid-column: 1 / span 2;
  width: 100%;
}
.auctionlist .lot .itemwrap .main-image img {
  border-radius: 0;
}
.auctionlist .lot .main-image a,
.auctionlist .auction .main-image a {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.auctionlist .lot .description,
.auctionlist .auction .description {
  grid-column: 3 / span 3;
  width: 100%;
  grid-row: 1;
  margin: 0;
  box-sizing: border-box;
}
.lot-detail #itemdetails .itemBidding,
.auctionlist .lot .itemBidding,
.auctionlist .auction .itemBidding {
  width: 100%;
  grid-column: 6 / span 4;
  grid-row: 1 / span 2;
  background: unset;
  background-color: #fff;
  border: 0;
  margin: 0;
  border-radius: 0px;
  margin-top: 40px;
}
.view-lots-btn {
  grid-column: 3/4;
  min-width: unset !important;
  height: 52.19px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .view-lots-btn {
    grid-column: 1/-1;
  }
}
.lot-detail #itemdetails .itemBidding {
  margin: 0;
  width: 100%;
  position: unset;
}
.auctionlist .lot .itemBidding form.bidForm {
  position: relative;
  border: 2px solid #cbcbcb;
}
.auctionlist .lot .itemBidding .biddingStatus,
.auctionlist .auction .itemBidding .biddingStatus {
  position: absolute;
  right: -2px;
  top: -40px;
}
.biddingStatus {
  width: calc(100% + 4px);
  height: 40px;
  overflow: hidden;
}
.lot-detail .biddingStatus {
  width: 100%;
}
.lot-detail #itemdetails .itemBidding form.bidForm .biddingStatus {
  top: -40px;
  height: 40px;
}
.itemBidding form.bidForm .biddingStatus .label {
  border-radius: 0;
  display: block;
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
  width: 100% !important;
  height: 40px;
}
.biddingStatus .label-important {
  background-color: #d60e0e;
  border: 2px solid #d60e0e;
}
.biddingStatus .label-success {
  background-color: #47a737;
  border: 2px solid #47a737;
}
.current-bid-container span.label.label-info {
  font-size: 18px;
  vertical-align: text-top;
  margin-left: 0;
  position: absolute;
  top: -40px;
  width: calc(100% + 4px);
  left: -2px;
  border: 2px solid #f89406;
  padding: 0.5em;
  border-radius: 0;
  font-weight: 400;
}
.auctionlist .lot .itemBidding form.bidForm .form-row table tr th,
.itemBidding form.bidForm .label {
  font-size: 18px !important;
  line-height: 22px;
  box-sizing: border-box;
  font-family: "Signika", sans-serif;
  text-align: right;
  width: 42% !important;
  padding-right: 1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .auctionlist .lot .itemBidding form.bidForm .form-row table tr th,
  .itemBidding form.bidForm .label {
    width: 50% !important;
  }
}
.lot-detail #itemdetails .itemBidding form.bidForm,
.lot-detail #itemdetails .itemBidding div.watch form {
  padding: 1rem;
}
.lot-detail #itemdetails .itemBidding form.bidForm {
  border: 2px solid #cbcbcb;
}
.lot-detail #itemdetails .itemBidding form.bidForm input {
  width: 3em;
}
.auctionlist .lot .itemBidding form.bidForm .form-row table {
  color: #8f8f8f;
}
.auctionlist .lot .itemBidding form.bidForm .form-row table tr th,
.auctionlist .lot .itemBidding form.bidForm .form-row table tr td {
  padding: 0 1rem 0 0;
  font-weight: 400;
}
.auctionlist .lot .itemBidding form.bidForm .form-row table tr:last-child th,
.auctionlist .lot .itemBidding form.bidForm .form-row table tr:last-child td {
  color: #000;
}
.itemBidding form.bidForm table tr td {
  font-weight: 400;
}
tr.increment td {
  font-size: 1.5em;
}
.itemBidding form.bidForm .incrementalBid:before {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  padding: 0 0.5em 0 0;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  width: 25%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 0.8em;
}
.itemBidding form.bidForm .autoBid:before {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  padding: 0 0.5em 0 0;
  font-family: "Signika", sans-serif;
  font-weight: 400;
  width: 25%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 0.8em;
}
.auctionlist .lot .itemBidding form.bidForm input,
.auctionlist .auction .itemBidding form.bidForm input {
  width: 4em;
  line-height: 1.8;
}
.itemBidding form.bidForm .incrementalBid,
.itemBidding form.bidForm .autoBid,
.itemBidding form.bidForm .sealedBid,
.itemBidding form.bidForm .buyNow {
  padding-bottom: 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.itemBidding form.bidForm big {
  padding: 0 0.5em 0 0;
}
table.table th,
table.table td {
  border: 0;
}
button.bid-maximum-submit,
button.bid-fixed-submit {
  padding: 5px !important;
  min-width: 5em !important;
}
@media (max-width: 480px) {
  button.bid-maximum-submit,
  button.bid-fixed-submit {
    width: 100%;
  }
}
button.confirm:hover,
button.cancel:hover,
button.confirm,
button.cancel {
  margin: 0.5em auto !important;
  text-align: center;
  width: 100%;
}
button.bid-fixed-disabled,
button.bid-maximum-disabled {
  display: none;
}
.cost-breakdown {
  width: 100%;
}
@media (max-width: 800px) {
  .auctionlist .lot h3,
  .auctionlist .auction h3 {
    margin-bottom: 2rem;
  }
  body .auctionlist .lot .main-image,
  body .auctionlist .auction .main-image {
    margin: 0;
    height: 100%;
    grid-column: 1 / span 4;
    width: 100%;
  }
  body .auctionlist .lot .main-image a,
  body .auctionlist .auction .main-image a {
    margin: 0;
  }
  body .auctionlist .lot .itemBidding,
  body .auctionlist .auction .itemBidding {
    width: 100%;
    grid-column: 1/-1;
    grid-row: 1 / span 1;
  }
  body .auctionlist .lot .description,
  body .auctionlist .auction .description {
    grid-column: 5/-1;
    width: 100%;
    grid-row: 2;
  }
}
@media (max-width: 480px) {
  body .auction-overview .auction-info.three-quarter-width {
    width: 100%;
  }
  body .auctionlist .lot .main-image,
  body .auctionlist .auction .main-image {
    height: 100%;
    grid-column: 1/-1;
  }
  body .auctionlist .lot .description,
  body .auctionlist .auction .description {
    grid-column: 1/-1;
    grid-row: 2;
    padding: 10px;
  }
}
div.clear-float,
span.clearfix {
  display: none !important;
}
.chevron {
  transition: transform 150ms linear;
}
.spin {
  transform: rotate(180deg);
}
@media (max-width: 870px) {
  body .account-menu {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    float: none;
  }
  body .account-menu {
    padding: 0 !important;
    background-color: #0b6e90;
    text-align: left;
    margin: 0;
    padding: 1em !important;
    color: #fff;
  }
}
@media (max-width: 480px) {
  #banner .banner-inner .banner-top-group {
    height: unset !important;
  }
  body.banner-menu-shown #nav {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    text-decoration: none;
    margin: 5px auto;
  }
  body.banner-menu-shown #nav ul li a {
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    margin: 0;
    line-height: 1em;
    font-size: 20px;
    padding: 1em !important;
  }
  body.banner-menu-shown #nav ul li a.selected {
    color: #d3d3d3;
    background: #ec6608;
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: left bottom;
    border: 0;
  }
  body.banner-menu-shown #banner .banner-inner {
    background: #fff;
    padding: 0;
  }
}
.admin-edit-link {
  float: right;
  z-index: 60000000;
  position: relative;
}
div#communication {
  display: none;
}
#adverts {
  grid-column: 1/4;
  grid-row-start: 3;
}
.advert {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 1rem;
}
.advert h4 {
  margin: 0;
  padding: 1rem 0;
  background-color: #003f6e;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.payment #wrapper .contentwrap,
.payment-details .contentwrap,
.my-orders .contentwrap,
.my-profile .contentwrap,
.history .contentwrap,
.watchlist .contentwrap {
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
}
.order-row a,
.order-row a:active,
.order-row a:hover,
.order-row a:focus {
  min-width: unset;
}
.auctions .auctionlist .row div {
  font-size: 18px;
  padding: 0.5rem;
}
.auctions .auctionlist .auction {
  padding-top: 0;
}
.auctions .auctionlist .auction img {
  max-width: 100%;
  width: 100%;
}
.auctions .auctionlist .lots,
.auctions .auctionlist .endDate,
.auctions .auctionlist .description {
  padding-left: 0 !important;
}
.auctions .auctionlist .auction .bootstrap-target-container {
  overflow: hidden;
  padding: 0.5rem;
  box-sizing: border-box;
}
.auctions .auctionlist a.name {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.auctions .auctionlist div.endDate {
  font-weight: bold;
  color: #ec6608;
}
button.mfp-arrow-right:before,
button.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
  right: 0;
  left: unset;
  margin: 35px 25px 0 0 !important;
}
button.mfp-arrow-right:after,
button.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 0;
  right: 0;
  left: unset;
  margin-right: 31px;
}
#payment-form input#id_storeCard {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
}
#wrapper .contentwrap div.profile-menu a {
  line-height: 14px;
}
#wrapper .contentwrap div.profile-menu a:hover {
  background-color: #cd5501;
}
.profile-menu > table,
.profile-menu > table a {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .profile-menu {
    grid-row: 1/-1;
    grid-column: 1/-1;
  }
  .my-profile #wrapper .contentwrap .profile,
  .payment-details #wrapper .contentwrap .details,
  .my-orders #wrapper .contentwrap .orders,
  .payment #wrapper .contentwrap .invoice-payment {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .profile-form tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-detail {
  display: flex;
  align-items: center;
}
.address-list {
  list-style: none;
}
p,
pre,
ul,
ol {
  margin: 0 0 0 0 !important;
}
.auction-overview .auction-details table th,
.auction-overview .auction-details table td {
  padding: 0 !important;
}
.auction-overview-body .auction-info tr,
.auction-overview-body .auction-details tr {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#mc_embed_signup .field-group-right {
  justify-content: space-between !important;
}
.lang-nl,
.lang-en {
  display: none !important;
}
.software-by {
  visibility: hidden;
}
.copyright {
  display: none !important;
}
#footer .footer-text::after {
  content: "© Plaats je Bod B.V.";
  color: #fff;
  background: #ec6608;
  width: 100%;
  padding: 20px;
  visibility: visible;
  font-size: 15px;
  display: grid;
  margin-top: 10px;
  text-align: center;
}
.auctionlist .lot .itemBidding form.bidForm .form-row table tr th,
.itemBidding form.bidForm .label {
  font-size: 16px !important;
  text-align: left !important;
  width: 35% !important;
}
.bidForm input[type="submit"].button,
.bidForm button,
.bidForm a.button,
.bidForm .register-link,
.bidForm a.button:focus,
.bidForm .button {
  font-size: 16px !important;
}
#ideal-bank-element.StripeElement {
  margin: 10px 0px !important;
  border: 1px solid #bebebe !important;
}
form.payment .buttons {
  margin: 0 0 20px 0em !important;
  padding-left: 0px !important;
}
.button.view-lots-btn {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .auctionlist .lot .itemwrap {
    display: block !important;
    padding: 0rem 0 !important;
  }
  .itemwrap .main-image {
    padding-bottom: 30px !important;
  }
  .button.view-lots-btn,
  .button.view-lots-btn:hover {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 320px) {
  .veilingmannen {
    grid-auto-flow: row !important;
  }
  .auction-collection td,
  .auction-collection th {
    color: red !important;
    font-weight: bold !important;
  }
}
@media screen and (min-width: 800px) {
  .veilingmannen {
    grid-auto-flow: column !important;
  }
  .auction-date::before {
    content: "Veiling eindigt: ";
  }
  td.mobile-view {
    font-size: 15px;
    line-height: 18px;
  }
  .my-orders
    #wrapper
    .contentwrap
    .orders-container
    table.order-table
    .payment
    ul
    li.paid {
    display: revert;
    align-content: revert;
    justify-content: revert;
    margin-bottom: 0.75em;
    color: #1d9738;
  }
}
body #unpaidInvoiceModal {
  background: rgba(0, 0, 0, 0.3);
}
body #unpaidInvoiceModal .modal-header {
  justify-content: center;
}
body #unpaidInvoiceModal .modal-header .modal-title {
  font-family: "vollers_stdbold";
  font-size: 24px;
  font-weight: normal;
}
body #unpaidInvoiceModal .modal-body {
  text-align: center;
  text-wrap: balance;
}
body #unpaidInvoiceModal .modal-footer {
  justify-content: center;
  margin: 0;
}
body #unpaidInvoiceModal .modal-footer .button {
  font-weight: bold;
}
body #unpaidInvoiceModal .modal-footer .button:hover,
body #unpaidInvoiceModal .modal-footer .button:active,
body #unpaidInvoiceModal .modal-footer .button:focus {
  font-weight: bold;
}
body #unpaidInvoiceModal .modal-footer .button + .button {
  background-color: #ec6608;
  color: #fff;
}
body #unpaidInvoiceModal .modal-footer .button + .button:hover,
body #unpaidInvoiceModal .modal-footer .button + .button:active,
body #unpaidInvoiceModal .modal-footer .button + .button:focus {
  background-color: #cd5501;
  color: #fff;
}
#mailchimp_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #mailchimp_mobile {
    display: block;
  }
  .advert.mailchimp-ad {
    display: none;
  }
}
@media (max-width: 991px) {
  body div#banner .banner-inner {
    display: block;
    padding: 0;
  }
}
body div#banner .banner-inner #logo {
  display: inline-block;
  float: left;
  padding: 18px;
}
@media (max-width: 991px) {
  body div#banner .banner-inner #logo {
    float: none;
    padding: 18px 68px 18px 18px;
  }
}
body div#banner .banner-inner #logo img {
  max-height: 100px;
  padding: 0;
  width: auto;
}
body div#banner .banner-inner .account-menu {
  display: none;
}
body div#banner .banner-inner .hamburger {
  display: none;
  position: absolute;
  width: 32px;
  height: 28px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: unset;
  padding: 0;
  top: 18px;
  right: 18px;
}
@media (max-width: 991px) {
  body div#banner .banner-inner .hamburger {
    display: inline-block;
  }
}
body div#banner .banner-inner .hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background: #ec6608;
  top: 0;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}
body div#banner .banner-inner .hamburger span:nth-child(1) {
  top: 4px;
}
body div#banner .banner-inner .hamburger span:nth-child(2) {
  top: 12px;
}
body div#banner .banner-inner .hamburger span:nth-child(3) {
  top: 20px;
}
body div#banner .banner-inner .hamburger.is-active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
body div#banner .banner-inner .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
body div#banner .banner-inner .hamburger.is-active span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}
body div#banner .banner-inner .user-area {
  min-height: 40px;
}
@media (max-width: 991px) {
  body div#banner .banner-inner .user-area {
    float: unset;
    z-index: 5000;
    text-align: left;
    display: block;
    margin: 0;
  }
}
body div#banner .banner-inner .user-area,
body div#banner .banner-inner .user-area a {
  color: #000;
}
body div#banner .banner-inner .user-area.adminlink,
body div#banner .banner-inner .user-area a.adminlink {
  text-shadow: none;
  font-weight: bold;
  display: block;
  float: left;
  background: #004479;
  padding: 0.5em;
  position: relative;
  top: -0.5em;
  border-width: 0 1px 1px 1px;
  border-color: #ccc;
  color: #fff !important;
  border-style: solid;
  text-decoration: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body div#banner .banner-inner .user-area.adminlink:hover,
body div#banner .banner-inner .user-area.adminlink:focus,
body div#banner .banner-inner .user-area.adminlink:active,
body div#banner .banner-inner .user-area a.adminlink:hover,
body div#banner .banner-inner .user-area a.adminlink:focus,
body div#banner .banner-inner .user-area a.adminlink:active {
  text-decoration: underline;
}
@media (max-width: 991px) {
  body div#banner .banner-inner .user-area.adminlink,
  body div#banner .banner-inner .user-area a.adminlink {
    border-radius: 0;
    top: unset;
  }
}
@media (max-width: 991px) {
  body div#banner .banner-inner .user-area ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  body div#banner .banner-inner .user-area ul li {
    padding: 0;
    text-align: left;
    margin: 0;
  }
  body div#banner .banner-inner .user-area ul li a {
    color: #0b6e90;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  body div#banner .banner-inner .user-area form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}
body div#banner .banner-inner .user-area form button {
  display: inline-block;
  float: none;
  margin: 0;
}
body div#banner .banner-inner .user-area form .register-link {
  margin: 0 0 0 1rem;
}
body div#banner .banner-inner .user-area form fieldset {
  margin: 0;
}
body div#banner #nav {
  border: none;
}
body div#banner #nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  position: unset;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  body div#banner #nav ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 12px 0;
  }
}
body div#banner #nav ul li {
  top: 0px;
  padding: 0;
  position: relative;
  width: 100%;
  right: unset;
  float: none;
}
body div#banner #nav ul li a {
  padding: 1em 0px;
  font-weight: normal;
  margin: 0;
  color: #fff;
  text-decoration: none;
  transition: background-color linear 200ms;
  background-color: #0b6e90;
}
@media (max-width: 991px) {
  body div#banner #nav ul li a {
    display: block;
    padding: 10px 16px;
    width: 100%;
  }
}
body div#banner #nav ul li a:hover,
body div#banner #nav ul li a:focus,
body div#banner #nav ul li a:active,
body div#banner #nav ul li a.selected {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border-radius: 0;
  background-color: #ec6608;
}
@media (min-width: 992px) {
  body div#banner #nav ul {
    max-height: none !important;
    overflow: visible;
  }
}
@media (max-width: 991px) {
  body div#banner .banner-inner .user-area,
  body div#banner #nav {
    overflow: hidden;
    max-height: 0;
    min-height: unset;
    transition: max-height 0.3s ease;
  }
}
.home-top a {
  color: #fff;
}
.home-top a:hover,
.home-top a:active,
.home-top a:focus {
  color: #fff;
}
