﻿.dummy {
  color: #000;
}

.lot-item-container .more-links-section {
  padding: 0 0 8px;
}

.lot-item {
  -moz-box-shadow: 0 3px 5px 1px #d1d1d1;
  -webkit-box-shadow: 0 3px 5px 1px #d1d1d1;
  box-shadow: 0 3px 5px 1px #d1d1d1;
  margin-bottom: 16px;
  padding: 8px 30px 8px 35px;
}
@media (max-width: 767px) {
  .lot-item .lot .lot-preview, .lot-item .lot .lot-preview img {
    width: 128px;
    height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lot-item .lot .lot-preview, .lot-item .lot .lot-preview img {
    width: 128px;
    height: 96px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lot-item .lot .lot-preview, .lot-item .lot .lot-preview img {
    width: 160px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .lot-item .lot .lot-preview, .lot-item .lot .lot-preview img {
    width: 160px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .lot-item .lot .media-left {
    display: block;
  }
}
@media (max-width: 767px) {
  .lot-item .social-media {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lot-item .social-media {
    margin-left: 85px;
  }
}
@media (min-width: 1200px) {
  .lot-item .social-media {
    margin-left: 25px;
  }
}
.lot-item .lot-title a {
  font-weight: 700;
  font-size: 18px;
}
.lot-item h3 {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfdf;
}
.lot-item h3 > .text-normal {
  text-transform: none;
}
.lot-item h4 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.lot-item h4 > .text-normal {
  text-transform: none;
}
.lot-item address {
  margin-bottom: 8px;
}
.lot-item address .indent {
  margin-left: 12px;
}
.lot-item dl.dl-horizontal dt {
  text-align: left;
}
.lot-item .bid-box-section {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d1d1;
}
.lot-item .gallery-section {
  margin-bottom: 16px;
}
.lot-item .overview-section {
  margin-bottom: 8px;
}
.lot-item .overview-section .specifications, .lot-item .overview-section .description, .lot-item .overview-section .updates, .lot-item .overview-section .stipulation, .lot-item .overview-section .generic-disclaimer {
  margin-bottom: 8px;
}
.lot-item .location-section {
  margin-bottom: 16px;
}
.lot-item .location-section .google-map {
  margin-bottom: 8px;
}
.lot-item .sellers-section {
  margin-bottom: 16px;
}
.lot-item .agents-section {
  margin-bottom: 16px;
}
.lot-item .representatives-section {
  margin-bottom: 16px;
}
.lot-item .links-section {
  margin-bottom: 16px;
}
.lot-item .increments-section {
  margin-bottom: 16px;
}
.lot-item .ringman-section {
  margin-bottom: 16px;
}
.lot-item .bidding-prompt-title {
  text-transform: none;
}
.lot-item .agent-contact-form-container {
  background-color: #ebebeb;
  padding: 30px;
  border: 1px solid #A9A9A9;
}
.lot-item .pi-5 {
  padding-inline: 6px !important;
}

.lot-item .pb-4 {
    padding-block: 4px !important;
}

@media (max-width: 767px) {
  .lot-type-label {
    width: 128px;
  }
}
