﻿.theme-page-content,
.theme-lot-list,
.theme-gallery-item {
  background-color: #f5f5f5;
  color: #333; }

.theme-gallery-item {
  border: none;
  margin-bottom: 20px; }
  .theme-gallery-item a {
    text-decoration: none;
    color: inherit;
    display: block; }

.theme-gallery-item-container {
  padding: 15px;
  border: 0px !important;
  background-color: transparent;
  transition: background-color 0.25s ease; }
  .theme-gallery-item-container:hover {
    background-color: #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important; }
  .theme-gallery-item-container .theme-ribbonbox {
    background-color: transparent;
    transition: background-color 0.25s ease; }

.theme-left-section {
  display: flex;
  flex-direction: column-reverse; }
  .theme-left-section .theme-ribbonbox {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }

.theme-lot-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease; }
  .theme-gallery-item:hover .theme-lot-img {
    opacity: 0.95; }

.theme-lot-num {
  padding: 8px 10px 8px 0px;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  margin-top: -1px; }

.theme-right-section {
  padding: 15px 0; }

.theme-lot-description {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
  text-align: left; }

.theme-lot-bidding {
  margin: 15px 0; }

.theme-lot-current-bid {
  font-size: 14px;
  color: #333;
  margin-bottom: 0px;
  font-weight: 700;
  display: block; }
  .theme-lot-current-bid::before {
    content: 'Current Bid: '; }
  .theme-lot-current-bid strong {
    font-weight: 700; }

.theme-lot-bidding {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*    &::after {
        content: 'BID NOW';
        display: inline-block;
        background-color: #ccc;
        color: #000;
        padding: 8px 20px;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0.5px;
        border-radius: 3px;
        margin-top: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }*/ }
  .theme-lot-bidding:hover::after {
    background-color: #999; }

.theme-buy-now {
  display: inline-block;
  margin-top: 10px; }

.theme-lot-time-remaining {
  font-size: 13px;
  color: #666;
  margin-top: 8px; }

.theme-lot-watch-list img, .theme-lot-watch-list i, .theme-lot-watch-list .fa,
.theme-lot-auction-type img,
.theme-lot-auction-type i,
.theme-lot-auction-type .fa {
  filter: brightness(0); }

.theme-auctioneer-logo {
  max-width: 80px;
  height: auto;
  filter: brightness(0);
  opacity: 0.6; }

.theme-auctioneer-location img {
  filter: brightness(0); }

.theme-lot-auction {
  display: none !important; }
  .theme-lot-auction img {
    filter: grayscale(100%) contrast(1.1); }

.theme-vendor-rating-container {
  margin-top: 10px;
  font-size: 12px;
  color: #888; }

.theme-lot-list .theme-gallery-item {
  display: flex;
  flex-direction: column; }

@media (min-width: 720px) {
  .lot_list .gallery_item.lot_list_item {
    width: 50% !important; } }

@media (min-width: 768px) {
  .theme-lot-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }

@media (min-width: 1200px) {
  .theme-lot-list {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1600px) {
  .theme-lot-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px; } }

.theme-gallery-item .theme-right-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; }

.theme-lot-img {
  width: 100% !important;
  height: 100% !important; }

.theme-ribbonbox {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center; }
  .theme-ribbonbox .theme-lot-img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
    transform: translate(-50%, -50%); }

.theme-gallery-item:hover .theme-ribbonbox .theme-lot-img {
  transform: translate(-50%, -50%) scale(1.2); }

