*,
*::before,
*::after {
  box-sizing: border-box;
}
body { font-family: tt-commons-pro; }

.common-btn { border-radius: 0px; }

.table__btn-bid {
  border: 1px solid #FFF;
  background-color: #e1273c;
  color: #FFF;
}
.table__btn-bid:hover {
  border: 1px solid #e1273c;
  background: #FFF !important;
  color: #e1273c !important;
}
.table th {
  font-family: "Libre Franklin";
  font-size: 13px;
}

.table__th-bid {
	width: 101px;
}
.table__th-buyer {
	width: 50px;
}

.table__row td { 
	padding: 1px; 
}
.table__s-kg.dynamic span, .table td.table__buyer span {
	font-family: "Franklin Gothic";
	font-size: 17px;
	font-weight: bold;
}
.table__bid {
	margin-left: 0px;
	padding: 0px;
}
td.table__lot span, td.table__tally span, td.table__s-kg span, td.table__buyer span { color: #000 !important; }
.table td.table__buyer span.owned { color: green; }
.table__row.owned .table__lot, .table__row.owned .table__tally, .table__row.owned .table__s-kg, .table__row.owned .table__buyer { background: #e7f4e7; }
.table__lot { text-align: center; }
.owned .dynamic span { color: #6ac66b !important; font-weight: bold !important; }
.owned .table__btn-bid { background: #6ac66b; }
.container.table__container { max-width: 100%; width: 100%; }
table, table .table__row td { font-family: roboto; }

.date-time__date { font-size: 16px; }
@media only screen and (min-width: 600px) {
	.table__row .table__tally, #table-headers th.table__th-tally { width: 50px; min-width: 50px; max-width: 50px; }
	.table__row .table__s-kg, #table-headers th.table__th-s-kg { width: 95px; min-width: 95px; max-width: 95px; }
	.table__row .table__buyer, #table-headers th.table__th-buyer { width: 66px; min-width: 66px; max-width: 66px; }
}
@media only screen and (min-width: 600px) and (max-width: 750px) {
  #table-headers {
    column-count: 1 !important;
  }
  .table__bid { width: 103px; }
}
@media only screen and (min-width: 750px) {

	#master-table.no-rows {
		column-count: 1;
	}

	table {
	  display: block; /* Make the table block-level */
	}

	tbody {
	  display: block; /* Allow rows to flow into columns */
	}

	tr {
	  display: block; /* Treat each row as a block for column layout */
	}
	.table__row td:last-child {
	  border-right: 0;
	  display: table-cell;
	  width: 120px;
	}

	.table__row td {
	  padding: 1px;
	  min-width: 57px;
	}

	.table__row td { vertical-align: middle; }
	
	#table-headers {
	  display: block; /* Make the wrapper block-level */
	  max-height: 100vh; /* Restrict height to the viewport */
	  column-count: 4; /* Split content into 4 columns */
	  column-gap: 16px; /* Space between columns */
	  overflow: hidden; /* Prevent overflow */
	  position: relative; /* Needed for positioning pseudo-elements */		
	}
	
	.shortlist-table-header #table-headers {
		column-count: auto;
	}
}

#th-placeholder th { }
.table__row td:not(:last-child) {
  border-top: 0px solid #2b2e34;
  border-bottom: 1px solid #2b2e34;
}
.table__btn-bid {
  padding: 10px 0px;
  max-width: 100px;
}
.lost .table__btn-bid, #lot-summaries .shortlist-bid.lost {
	background: grey;
}
#master-table { padding-bottom: 100px; }
#master-table table tr {
	cursor: pointer;
}

.table { padding: 0px; }
#notify-update { 
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.lot-popup { display: none; }

.lot-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lot-popup .lot-title {
	font-size: 36px;
	letter-spacing: 0.46px;
	color: #9c6e3a;
	opacity: 1;
}
.lot-popup .lot-tag, .lot-popup .lot-sire {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.2px;
	color: #2B2E34;	
}
.lot-popup .lot-summary { 
	font-size: 22px;	
	color: #2B2E34;
}
.lot-popup table {
	font-size: 24px;
}
.lot-popup .box { border-top: 1px solid #2B2E34; border-bottom: 0px solid #2B2E34; padding: 10px 0px; }
.lot-popup .box-bottom {border-bottom: 1px solid #2B2E34; padding: 10px 0px; }
.lot-popup .lot-tag strong, .lot-popup .lot-sire strong { font-size: 20px; }
.lot-popup .lot-summary { color: #9c6e3a; }
.lot-popup .lot-sire, .lot-popup .lot-summary { display: inline-block; }
.lot-popup .lot-sire { margin-right: 20px; }
.lot-popup .lot-description { font-size: 22px; }
.lot-add-to-shortlist { color: #FFF;
  background: #9c6e3a;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 20px; 
  font-weight: bold;
  float: right;
	padding: 7px 17px;
	font-family: roboto;  
line-height: 18px;
 }
.lot-bid { color: #FFF;
  background: #E42C1A;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 18px;
	padding: 7px 17px;
	font-family: roboto;  
  margin-right: 20px; 
  font-weight: bold;
  float: right;
line-height: 18px;
}  
#close-extra-info-modal { color: #FFF;
  background: #6b3000;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 18px;
	padding: 7px 17px;
	font-family: roboto;  
  margin-right: 20px; 
  font-weight: bold;
line-height: 18px;
margin-top: 0px;
}  
.bsl .table th, .bsl .table__btn-bid { border-color: transparent; }
.lot-header-left { display: inline-block; width: 38%; vertical-align: top; margin-right: 2%;}
.lot-header-right { display: inline-block; width: 58%; vertical-align: top; }
.lot-popup .modal__wrapper { padding: 40px; }
#lot-summaries .lot-popup .modal__wrapper { padding: 15px; }
.modal__wrapper { max-width: 800px; background: #FFF; }
.lot-header-right img, .lot-header-right video { max-width: 49.5%; display: inline-block; }
strong { font-weight: bold; }
.no-flex { display: block; }
.modal-table__row.bid-tos { font-size: 18px; border-top: 0px; }
.bidnow .modal-table__row { padding: 5px 0px; }
.bid-tos p { margin-bottom: 18px; }
.modal__subtitle { margin-top: 25px; }
.modal.bidnow .modal-table__title {
	width: 24%; margin-right: 1%;
}



        .lot-information table {
            border-collapse: collapse; /* Ensures borders are shared */
            width: 50%;
            border-left: none; /* Remove left border */
            border-right: none; /* Remove right border */
        }

        .lot-information table td,.lot-information table th {
            border: 1px solid black; /* Adds borders for cells */
            padding: 5px; /* Optional padding */
            text-align: center;
        }

        .lot-information table tr:first-child td {
            border-top: 1px solid black; /* Top border */
        }

        .lot-information table tr:last-child td {
            border-bottom: 1px solid black; /* Bottom border */
        }

		.lot-information table tr td:first-child, .lot-information table tr th:first-child {
            border-left: none;
        }
		.lot-information table tr td:last-child, .lot-information table tr th:last-child {
            border-right: none;
        }


.bidnow #bb { height: 45px; font-weight: bold; }
.nopad { padding: 0px !important; }
.modal.bidnow .modal-table__value {
	width: 24%; margin-right: 1%; line-height: 0px;
}
.modal__wrapper {
  border-top: 0px solid #4c889d;
}
.modal__inner { padding: 40px; }
.date-time__date, #timer-right p { color: #2b2d34 !important; }
.date-time__time, #countdown { color: #9c6e3a !important;}
.header { background: #FFF; }
.modal__confirm-btn, .bidnow .modal__confirm-btn { background: #e1273c; }
.modal__title { font-size: 46px;
line-height: 46px;
  letter-spacing: 0.46px;
  color: #9c6e3a;
  opacity: 1; border-bottom: 0px; }
.modal-table__title { color: #9c6e3a; font-size: 16px; }
.lot-popup table { font-size: 16px; line-height: 16px; }
.lot-popup table td, .lot-popup table th { border: 1px solid #000; padding: 10px; text-align: center; }

.lot-popup table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;display: table;
	margin: 30px 0px;
}
.lot-popup tr { display: table-row; }
.lot-popup tbody { display: table-row-group; }

.no-rows .not-followed { display: none; }
.lot-more-info { display: block; color: #9c6e3a; font-weight: bold; }
.shortlist-sidebar { display: inline-block; /*width: 20%;*/ vertical-align: top; background: #DBD8D3; padding: 20px; }
.table.sl .container, .table.shortlist-table-header .container.table__container { padding: 0px; }
.table.shortlist-table-header .title { font-size: 20px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 7px;
  margin-bottom: 12px; }
.shortlist-total { background: #E5E2DB; font-weight: bold; padding: 20px; }
.shortlist-main { display: inline-block; width: 76%;  vertical-align: top; }
#lot-summaries {    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px; 
}
#lot-summaries .lot-popup { display: inline-block; margin-bottom: 34px; }
#lot-summaries .lot-popup .lot-title, #lot-summaries .lot-popup .lot-tag {
  font-size: 16px;
  color: #2B2E34;
}
#lot-summaries .box strong { font-size: 18px; }
#lot-summaries p { margin-bottom: 10px; }
#lot-summaries .lot-popup .box {
  border-top: 2px solid #2B2E34;
  border-bottom: 2px solid #2B2E34;
  padding: 10px 0px;
}
#lot-summaries .shortlist-bid { 
  display: inline-block;
  text-align: right;
  background: #E42C1A;
  padding: 5px 15px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 17px;
  float: none;
  text-align: left;
  width: auto;
  margin-top: 0px;
  margin-bottom: 13px;
}

#lot-summaries .lot-header-right {
  /*width: 38%;
  margin-right: 2%;*/
}

#lot-summaries .lot-header-left {
  width: 36%;
  margin-right: 0%;
}
#lot-summaries .lot-sire { width: 100%; }
#lot-summaries .lot-header-right img { max-width: 100%; }
#tgstexcl { border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 10px 0px; display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;}
#shortlist-total-value-title { }
.flex {
    display: flex;
}
.green { background: #45B248 !important; }
.sl #master-table {
	column-count: 1;
}
.header__main-logo {
	background: #9c6e3a;
	padding: 40px 20px 20px 20px;
	height: 101px;
}
.bid-header { display: block; }
.bid-header .header__main-logo, .bid-header .hotlinks, .bid-header .header__content {
	display: inline-block
}
.view-shortlist, .view-rams{ display: inline-block; vertical-align: top; min-height: 141px; }
.hotlinks { 
	height: 100%;
	vertical-align: top;
	font-family: roboto;
	font-size: 20px;
	line-height: 26px;
	max-width: 850px;
}
.dlc {
	color: #FFF;
	background: #9c6e3a;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 19px;
	padding: 12px 24px;
	margin-right: 20px;
	font-weight: bold;
	font-family: roboto;
	display: inline-block;
	margin-top: 10px;
	line-height: 19px;
}
.orange { color: #9c6e3a; }
.caps { text-transform: uppercase; }
.bold { font-weight: bold; }
.view-rams { 
	max-width: 41%;
	padding: 10px 40px;
	height: 100%;	
}
.view-shortlist {
	max-width: 33%;
	padding: 10px 40px;
	height: 100%;
}
.header.bh {
	position: initial;
}
.buyer-info {
	text-align: right;
	margin-right: 37px;
	font-family: roboto;
	font-size: 22px;
	margin: 10px 37px 26px 0px;
}
.buyer-info a {
	color: #9c6e3a;
	font-size: 18px;
}
.bid-header .header__main-logo {
	vertical-align: top;
}
.header__date #timer-right p.time-title, .header__date #timer-left p.time-title {
	color: #000;
	text-transform: uppercase;
	font-family: roboto;
	font-size: 20px;
	font-weight: bold;
	line-height: inherit;
}
.big { font-size: 32px; }
.view-main-auction {
	width: 100%;
	margin-top: 73px;
}
main.Auction {
	margin-top: 0px;
	max-width: 1920px;
}
.hotlinks.slhl { width: 850px;
  vertical-align: middle;
  margin-bottom: 42px;
  margin-left: 22px; 
 }
 .shortlist-area {
	background: #E5E2DB;
	padding: 20px 0px;
 }
 .shortlist-area .modal__wrapper {
	 background: transparent;
 }
 .blur-main.active {
  top: 0px;
  z-index: 999999;
  position: fixed;
}
#ab { border-radius: 50%;  border: 1px solid #9c6e3a; }
.modal__inner { max-width: 800px; }
.modal__cancel-btn, .modal__confirm-btn { height: auto; line-height: 25px; }
.modal__cancel-btn { background: #e1273c; }
.bidnow .modal__cancel-btn { background: #9c6e3a; }
.modal__confirm-btn { }
.modal-table__title { color: #2b2e34; font-weight: normal; }
.common-input { border-radius: 0px; }
.modal-table__row {
	border-top: 1px solid #2B2E34;
	border-bottom: 1px solid #2B2E34;
	padding: 10px 0px;
	margin-bottom: 15px;
}
.modal-table { max-width: 100%; }
#bb { background: #d6d3d2; }
.header.bh .header__wrapper { height: auto; }

/* Footer Styling */
footer {
    background-color: #000;
    padding: 30px 10%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-top: 40px;
}

footer div {
    flex: 1 1 calc(33% - 20px);
}

footer h4 {
    margin-bottom: 10px;
	color: #FFF;
	text-transform: uppercase;	
	font-weight: bold;
}

footer address, footer p {
	font-size: 0.9rem;
	line-height: 1.4;
	color: #FFF;
	max-width: 270px;
}

footer a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #b34916;
}
.center-up { margin: 0 auto; }
.flex { 
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.container-1200 {
	max-width: 1200px;
}

.lot-summary {
  font-size: 15px;
  margin-top: 5px;
}
.table__s-kg.dynamic span {	color: #000 !important; }
.table__s-kg.dynamic.rr span { color: red !important; }
.owned .table__s-kg.dynamic.rr span { color: green !important; }

.table__btn-bid { max-height: 28px; }
.ap footer { display: none; }
.lot-sire a { color: #000; }


.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox span {
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 2px solid #9c6e3a; /* Border color */
    border-radius: 50%; /* Makes it a circle */
    background-color: white; /* Background color */
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s, border-color 0.2s;
}

.custom-checkbox input[type="checkbox"]:checked + span {
    background-color: #9c6e3a; /* Checked background color */
    border-color: #9c6e3a; /* Checked border color */
}

.custom-checkbox span::after {
    content: '';
    position: absolute;
    top: 48%;
    left: 48%;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    transform: scale(0) translate(-50%, -50%);
    transition: transform 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
    transform: scale(1) translate(-50%, -50%);
}

.withdrawn { opacity: 0.5; }
.withdrawn .common-btn.table__btn-bid { background: #000; }
.withdrawn .common-btn.table__btn-bid:hover { background: #000 !important; border: transparent !important; color: #FFF !important;}
.header__date, .buyer-info, .header__content { margin-right: 0px; }
#countdown { margin-top: 6px; }
@media only screen and (max-width: 1900px) {
	#lot-summaries {
		grid-template-columns: repeat(2, 1fr);
	}
  .shortlist-area {
    display: flex;
    width: 100%;
  }

  .shortlist-main {
    flex: 1;
  }

  .shortlist-sidebar {
    flex: 0 0 421px;
    min-width: 421px;
  }	
	
	
}
@media only screen and (max-width: 1400px) {
	.hotlinks {
		max-width: 700px;
		font-size: 16px;
	}
	.header__content { /*width: 100%;*/ }
	#master-table, #table-headers { column-count: 2; }
  .header__main-logo {
	height: 169px;
  }	
}

@media only screen and (max-width: 1500px) {
	#master-table {
	  column-count: 3;
	}
	#table-headers {
		column-count: 3;	
	}
	#th4 { display: none; }
}

@media only screen and (min-width: 1251px) {
	.header__main-logo { height: 151px; }
	.view-shortlist {
	  max-width: 40%;
	  height: 100%;
	}	
	.view-rams {
	  max-width: 50%;
	}	
}
@media only screen and (min-width: 1401px) {
	#master-table {
	  display: block;
	  column-gap: 16px;
	  overflow: hidden;
	  position: relative; 
	}
	.header__main-logo { height: 151px; }
	.view-shortlist {
	  max-width: 40%;
	  height: 100%;
	}	
	.view-rams {
	  max-width: 50%;
	}	
}
@media only screen and (min-width: 1501px) {
	#master-table {
	  column-count: 4;
	}
}

@media only screen and (max-width: 1250px) {
	#master-table {
	  column-count: 2;
	  display: block;
	}
	#table-headers {
		column-count: 2;	
	}
	#th3, #th4 { display: none; }

}
@media only screen and (max-width: 1150px) {
	.bid-header .header__main-logo { width: 100%; }
	.bid-header .hotlinks { max-width: 100%; width: 100%; background: #E5E2DB; }
	.bsl .bid-header .hotlinks { background: transparent; margin-bottom: 10px; }
	.bsl .view-main-auction {  margin-top: 20px; }
	.view-rams { max-width: 100%; min-height: auto; padding-bottom: 10px; }
}
@media only screen and (min-width: 1151px) {
	#timerblock { position: absolute; top: 7px; right: 5px; }
}
@media only screen and (max-width: 1000px) {
  #lot-summaries {
    grid-template-columns: repeat(1, 1fr);
  }
  .lot-header-right, #lot-summaries .lot-header-left {
	  width: 95%;
  }
}

@media only screen and (max-width: 750px) {
	.table__row td {
		padding: 1px;
		min-width: 55px;
	}
	#th2, #th3, #th4 { display: none; }
	.view-shortlist p { display: none; }
	.bid-header .hotlinks { display: block; text-align: center;
    width: 100%; max-width: 100%; }
	.view-shortlist .dlc { margin-top: 0px; margin-right: 0px; }
	.view-shortlist { 
		min-height: auto;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		max-width: 100%; 
	}
	.header__main-logo {
		/*height: 65px;*/
	}
	.header__main-logo img {
		width: 100%;
	}
	.header__wrapper .header__main-logo {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		margin-top: 0px;
	}
	.header__date {
	  text-align: center;
	  margin-right: 0px;
	}	
	.buyer-info {
		text-align: center;
		margin-right: 0px;
	}
	.header__content .header__date.date-time {
		position: static !important;
		text-align: center;
	}
	.header__content #timer-right {
		margin-left: 0px;
		text-align: center;
		max-width: 90%;
	}
	#timer-left { margin-bottom: 15px; }
	#master-table { column-count: 1; }
}
@media only screen and (max-width: 600px) {
	.table td.table__buyer {
	  color: #666;
	  min-height: 24px;
	}
	.shortlist-area {
		flex-direction: column;
	}
	.shortlist-main { order: 2; }
	.shortlist-sidebar { order: 1; width: 100%;
    min-width: 100%; }
    .shortlist-main,
    .shortlist-sidebar {
      flex: 0 0 100%;
      min-width: 100%;
    }	
	.modal-table__title { font-size: 14px; }
	.modal__title { font-size: 20px; }
	
	.modal-table {
		display: flex;
		flex-direction: column; 
		gap: 0px;
	}

	.modal-table__row {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}

	.modal-table__title,
	.modal-table__value {
		flex: 1 1 calc(50% - 16px);
		box-sizing: border-box;
	}
	.modal-table__row { border: 0px; gap: 0px; margin-bottom: 0px; }
	.bidnow .modal-table__row { padding: 0px; }
	.modal.bidnow .modal-table__title { font-weight: bold; }
	.abtitle, .abvalue { margin: 10px 0px 20px 0px; }
	.bidnow .modal__subtitle { display: none; }
	.bidnow .modal__table { margin-top: 0px; }
	.modal-table__value input {
		font-size: 16px;
	}
	.header__wrapper .header__main-logo {
		height: 120px;
	}
	.modal__inner {
	  padding: 20px;
	}
	.lot-footer-links a { display: block;
		margin-bottom: 10px;
		float: none;
		width: auto;
		max-width: 100%;
		text-align: center;	
	}
	.lot-popup .modal__wrapper .lot-header-right {
		width: 57%;
	}
	.lot-popup table {
		margin: 15px 0px;
	}	

	.lot-information .desktop { display: none; }
	.lot-information .mobile { display: block; margin: 10px 0px 20px 0px;}		
	.lot-footer-links #close-extra-info-modal { background: #999; }
	.view-rams { max-width: 100%; min-height: auto; }
	.view-rams a { margin: 0px 0px 5px 0px;
    display: inline-block;
    width: 135px;
    font-size: 16px;}
	.bsl .bid-header .hotlinks { margin-left: 0px; }
}
@media only screen and (min-width: 601px) {
	.lot-information .desktop { display: block; }
	.lot-information .mobile { display: none; }	
	.hotlinks { width: 200px; }
}


.modal__wrapper {
  position: relative;
}
.modal-window__close-icon::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-window__close-icon {
  min-width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2b2d34;
  pointer-events: all;
  right: 8.5rem;
  z-index: 10;
}
.modal-window__close-icon {
  max-width: 1.7rem;
  width: 100%;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: rgba(0,0,0,0);
}
.drag-handle { float: right; }