


@media (max-width: 1024px) {
  .user-btm-box h1, .user-btm-box .h1 {
    font-size: 16px;
  }
}
/*-- ==============================================================
 Ipad & above all(768px)
 ============================================================== */
@media (min-width: 768px) {
  .bc-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
/*-- ==============================================================
 Phone and below ipad(767px)
 ============================================================== */
@media (max-width: 767.98px) {
  .do-block {
    display: block !important;
  }
  .user-btm-box h1, .user-btm-box .h1 {
    font-size: 36px;
  }
}
.auction-title {
  font-weight: 500;
  padding: 30px 0;
}

.carousel {
  padding: 10px;
}
.carousel .carousel-inner div {
  height: 400px;
}
.carousel .carousel-inner div img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-grid {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-rows: auto;
  grid-row-gap: 15px;
  grid-column-gap: 10px;
  padding: 20px 10px;
}
.image-grid .image-container {
  height: 100px;
  background-color: #fff;
  border: 1px solid #e9ecef;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.image-grid .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.image-grid .image-container:hover {
  border-color: #000;
  cursor: pointer;
}

.reserved-price {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid gray;
  font-weight: bold;
}
.reserved-price-header {
  font-size: 16px;
  font-weight: 300;
}

.reserved-price-value {
  font-size: 52px;
  font-weight: 600;
}

.reserved-price-value.has-offers {
  font-size: 32px;
}


.current-price {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid gray;
  font-weight: bold;
}

.current-price-header {
  font-size: 16px;
  font-weight: 300;
}

.current-price-value {
  font-size: 52px;
  font-weight: 600;
}

.current-price-value.has-offers {
  color: #c90000;
}

.lot-price {
  font-size: 16px;
  font-weight: 500;
}

.offered-count {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.inputs-column .card .card-title {
  font-weight: 500;
}

.inputs-column .card .card-info {
  font-size: 12px;
}
.inputs-column .card .card-centered-btn {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auction-main .card .card-centered-btn {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inputs-column .input-group .btn-primary {
  margin-left: 10px !important;
}
.inputs-column .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.inputs-column .form-check .form-check-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  border-radius: 0;
}
.inputs-column .form-check .form-check-input:checked {
  background-color: #707cd2;
  border-color: #707cd2;
}
.inputs-column .form-check .form-check-label {
  margin: 0;
  font-size: 12px;
}

.tos-container {
  padding: 20px 0;
}
.description-container{
  padding: 20px 0 0 0;
}

.description-container .description-title,
.description-container .tos-title,
.tos-container .description-title,
.tos-container .tos-title,
.commision-container .commision-title {
  font-weight: bold;
}

.modal .modal-body {
  position: relative;
  padding: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal .modal-body .custom-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  color: #fff;
  border: none;
  outline: none;
}
.modal #fullscreenImage {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body {
  background-color: #f5f5f4 !important;
  font-family: 'Rubik', sans-serif;
}

.container-lot{
  -webkit-box-shadow: 1px 0 7px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 20px blue;
  /*box-shadow: 0 0 9px #e0e0e0;*/
  box-shadow: 1px 0 7px rgb(0 0 0 / 5%);
}

/*-- ==============================================================
 Auction list cards
 ============================================================== */

.card {
  border: none;
  border-radius: 0;
  box-shadow: #d9d9d9 2px 2px 5px;
  width: 100%;
}

.card-body .btn-number-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  /*background-color: #707cd2;*/
  border-radius: 50%;
  /*color: #fff;*/
  font-weight: bold;
}

.card .card-body {
  position: relative;
  padding: 15px;
}

.card .card-image-container {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
}

.card-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card .card-lot-name {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}

.card a .card-lot-name {
  color: #3e5569
}

.card .card-lot-price {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.card .card-lot-price{
  color: #3e5569;
}

.card .card-lot-price.has-offers{
  color: #c90000;
}

.card .btn-lot-details {
  width: 100%;
  /*background-color: #707cd2;*/
  /*border-radius: 0;*/
  /*font-size: 14px;*/
  /*font-weight: bold;*/
  /*color: #fff;*/
  /*transition: all .2s;*/
}

/*flip styles below*/

.card-flip-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 10px auto;
  z-index: 1;
  perspective: 1000;
  /*border: 1px solid #e9ecef;*/
}

.card-flip-container {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}

.card-flip-wrapper:hover .card-flip-container {
  transform: rotateY(180deg);
}

.card-flip-front {
  position: absolute;
  width: 100%;
  height: 150px;
  backface-visibility: hidden;
  object-fit: contain;
}

.card-flip-back {
  display: block;
  width: 100%;
  height: 150px;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  object-fit: contain;
}

.card-flip-front img,
.card-flip-back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.list-auction-title {
 font-weight: 500;
}

.list-auction-date {
 font-weight: 300;
}

.list-auction-count {
 font-weight: 400;
}

.carousel-item .thumbnail-image {
  cursor: pointer;
}

.footer {
  background-color: #242424;
  color: #ced4d9;
}

.description-text, .tos-text{
  white-space: pre-line;
}

.toast.i-am-winner {
   width: 100%;
}
.auction-subtitle {
  font-weight: 400;
}

#before_live_auction_title{
  padding-top: 150px;
  padding-bottom: 150px;
}

.btn-online-bid {
  background-color: orange;
  color: white;
  font-weight: 500;
}

#auction_next_online_price {
  text-align: right;
  font-weight: 500;
}

.btn-go-live {
  background-color: #70d2c6;
  border-color: #70d2c6;
  color: white;
}

.card-lot-finished-info {
  margin-bottom: 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #3e5569;
}

#adjacents  .card{
  min-height: 230px;
}
#adjacents .card-lot-price {
  font-size: 10px;
}

#adjacents .card-lot-name {
  font-size: 10px;
}

#adjacents .card-flip-front {
  height: 80px;
}

#adjacents .card-flip-back {
  height: 80px;
}

#adjacents .card-flip-wrapper {
  height: 90px;
}

@media (max-width: 767px) {
  #adjacents {
    display: none;
  }
}

/* Price change animation */
@keyframes pricePulse {
  0% {
    color: inherit;
  }
  10% {
    color: #28a745;
  }
  90% {
    color: #28a745;
  }
  100% {
    color: inherit;
  }
}

.price-pulse {
  animation: pricePulse 1s ease-in-out;
}