#loginRequiredPopup .modal-content {
  background-color: #e32;
  color: #fff;
  font-weight: bold;
}
.timer-count {
  color: #fff;
  float: right;
  font-size: 15px;
  display: flex;
}
.timer-count:before {
  content: '\f017';
  font: normal normal normal 21px/1 FontAwesome;
  margin-right: 3px;
}
.sbb-auction-product .card-inner {
  position: relative;
}
.sbb-auction-product .error_box {
  bottom: auto;
  top: 30px;
  padding: 2px 5px;
  margin-bottom: 113px;
}
.sbb-auction-product .error_box::after {
  border-top: 0px;
}
.sbb-auction-detailpage {
  position: relative;
}
.sbb-auction-detailpage .error_box {
  bottom: -22px;
  top: auto;
}
.listing-box-item .username {
  position: relative;
  left: 0px;
  top: 0px;
  padding-left: 5px !important;
  margin-top: 0px !important;

  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 15ch;
}
.sbb-auction-detailpage .listing-box-item .username {
  max-width: 25ch;
}
.sbb-auction-detailpage .current-bid {
  background-color: green;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px 5px 5px 0px;
  font-size: 15px !important;
}
.listing-box-item {
  height: 235px;
  overflow-y: scroll;
  clear: both;
  display: grid;
}

.listing-box-item::-webkit-scrollbar {
  width: 5px !important;
  border-radius: 10px;
}
/*::-webkit-scrollbar {
    height: 2px;
}*/

.listing-box-item::-webkit-scrollbar-track {
  background: #1e1e1e6b;
  border-radius: 10px;
}

.listing-box-item::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.listing-box-item::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.bid-now-btn {
  font-size: 12px !important;
  font-weight: bold;
  background-color: #158600 !important;
  border: 1px solid #158600 !important;
  margin-bottom: 5px !important;
}
.bid-confirm {
  color: white;
}
.bid-reject-btn {
  font-size: 12px !important;
  font-weight: bold;
  background-color: #991b1b !important;
  border: 1px solid #991b1b !important;
  margin-bottom: 5px !important;
}
span.timer-count.detail-page ~ div {
  clear: both;
}
.div_simple_auction_bid {
  margin-top: 10px;
}
.div_simple_auction_bid input {
  padding: 5px 12px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #000;
  margin-bottom: 0px;
}
.div_simple_auction_bid .btn {
  padding: 6px 12px !important;
}
.proxy-modal {
  width: 350px !important;
  color: #333;
}
.sbb-auction-detailpage .list-item-pro {
  height: 40px;
}
.sbb-auction-detailpage .listing-box-item .username {
  top: 5px;
  width: 50%;
}
.sbb-auction-detailpage span.list-img-pro {
  margin-right: -10px !important;
}
.sbb-auction-detailpage span.list-img-pro img {
  width: 75%;
}
.no-member {
  padding-top: 20px;
}
.product-image img {
  height: 50px;
  width: 50px;
}
.loosing-auction .timer-count,
.winning-auction .timer-count {
  float: none;
  justify-content: center;
}
td.td_padding.loosing-auction-add {
  position: relative;
}
td.td_padding.loosing-auction-add .error_box {
  top: 62px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 85%;
  bottom: auto;
  padding: 2px 5px;
}
td.td_padding.loosing-auction-add .error_box::after {
  display: none;
}
.set_bid_cond .bid_time {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sbb-auction-detailpage .list-item-pro {
    height: auto !important;
  }
  .mobile_hide {
    display: none;
  }

  .sbb-auction-detailpage .listing-box-item .username {
    width: 30%;
  }
  span.bid_time {
    width: 30%;
  }

  .listing-box-item .list-item-pro .price {
    width: 80px;
  }
  span.timer-count {
    display: block !important;
    text-align: center;
    float: none !important;
  }
}
@media only screen and (max-width: 480px) {
  span.bid_time {
    width: 70%;
    display: inline-block;
  }
  .listing-box-item .username {
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 5px !important;
    margin-top: 0px !important;
    display: inline-block;
    white-space: inherit;
    overflow: unset;
    text-overflow: inherit;
    max-width: 15ch;
  }
  .test span.list-rs {
    float: none;
  }
  .set_bid_cond .listing-box-item .username {
    overflow: hidden;
  }

  td.td_padding.loosing-auction-add .error_box.mobile_error_box {
    bottom: auto !important;
    top: 55px !important;
  }

  td.td_padding.loosing-auction-add .error_box.mobile_error_box {
    padding: 0px !important;
    height: 20px !important;
    left: 26px !important;
  }
}
.winner-column {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #052905;
  margin-top: 20px;
}
.gradient-border {
  --borderWidth: 3px;
  background: #1d1f20;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #158600, #116900, #41b12c, #0d5200);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.celebrationwrap {
  display: none;
  background: url(/wp-content/uploads/2021/13/celebration.gif);
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0px;
}
.list-page-winner-column {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #052905;
  margin-top: 20px;
}
.list-page-gradient-border {
  --borderWidth: 3px;
  background: #1d1f20;
  position: relative;
  border-radius: var(--borderWidth);
}
.list-page-gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #158600, #116900, #41b12c, #0d5200);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.celebrationwrap_detail_page {
  display: none;
  background: url(/wp-content/uploads/2021/13/celebration.gif);
  width: 450px;
  height: 450px;
  position: absolute;
  top: 0px;
}
.list-deatil-winner-column {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #052905;
  margin-top: 20px;
}
.list-deatil-gradient-border {
  --borderWidth: 3px;
  background: #1d1f20;
  position: relative;
  border-radius: var(--borderWidth);
}
.list-deatil-gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #158600, #116900, #41b12c, #0d5200);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.celebrationwrap_detail_page_after_relod {
  background: url(/wp-content/uploads/2021/13/celebration.gif);
  width: 450px;
  height: 450px;
  position: absolute;
  top: 0px;
}
.text_color {
  color: #fff;
}
.checkoutTimer {
  position: absolute;
  top: -50px;
  right: 0;
  background: #3f3f3f;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}
section.footer-custom li#wnbell-dropdown-nav-id {
  display: none !important;
}
.wnbell-sticky-btn {
  display: none !important;
}
li#wnbell-dropdown-nav-id {
  position: absolute;
  right: 0;
}

li#wnbell-dropdown-nav-id svg {
  color: #fff;
  width: 22px;
  height: 22px;
}

div#wnbell-dropdown-menu-id {
  padding: 10px;
}

div#wnbell_header {
  font-size: 16px;

  margin-bottom: 0;
  font-weight: 600;
}

.notication-info {
  color: #333;
  font-size: 14px;
}

.wnbell_notification_item_menu a {
  padding: 0px !important;
}

.wnbell_notification_item_menu {
  padding: 0px;
  margin: 10px 0px;
}
.wnbell_notification_item_menu img {
  float: right;
  width: 70px;
  height: auto;
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
  .wnbell-sticky-btn {
    display: flex !important;
  }
  ul#menu-main-nav li.wnbell-dropdown-nav {
    display: none !important;
  }
  .wnbell_dropdown_list_ss {
    height: 50% !important;
    width: 65% !important;
    bottom: 60px !important;
    right: 10px !important;
    top: auto !important;
    left: auto !important;
  }
  .wnbell-spinner-wrap-ss {
    top: 50%;
    left: 10%;
  }
  .wnbell-closebtn {
    right: 0px !important;
  }

  div#wnbell_header {
    padding: 10px 10px 0px 10px;
  }
}

.product-image.dddddddddd {
  position: relative;
}

.product-image__bidsinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px 15px 0 0;
}
.product-auc-wishlist {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: transparent;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6.00019C10.2006 3.90317 7.19377 3.2551 4.93923 5.17534C2.68468 7.09558 2.36727 10.3061 4.13778 12.5772C5.60984 14.4654 10.0648 18.4479 11.5249 19.7369C11.6882 19.8811 11.7699 19.9532 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9532 12.2994 19.8811 12.4628 19.7369C13.9229 18.4479 18.3778 14.4654 19.8499 12.5772C21.6204 10.3061 21.3417 7.07538 19.0484 5.17534C16.7551 3.2753 13.7994 3.90317 12 6.00019Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  z-index: 22;
}
.product-auc-wishlist.--active {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6.00019C10.2006 3.90317 7.19377 3.2551 4.93923 5.17534C2.68468 7.09558 2.36727 10.3061 4.13778 12.5772C5.60984 14.4654 10.0648 18.4479 11.5249 19.7369C11.6882 19.8811 11.7699 19.9532 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9532 12.2994 19.8811 12.4628 19.7369C13.9229 18.4479 18.3778 14.4654 19.8499 12.5772C21.6204 10.3061 21.3417 7.07538 19.0484 5.17534C16.7551 3.2753 13.7994 3.90317 12 6.00019Z' fill='red' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.product-auc-wishlist:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.auction-main-info {
  margin: 30px 0 0 0;
  color: #fff;
}
.wpp-side-cart button.button.wpp-mc-button {
  height: 41px;
}
.button {
  min-width: 51px;
  width: auto !important;
}

