.live_panel .lp_left {
  max-height: 670px;
  overflow: auto; }

.live_panel .lot_num {
  font-family: var(--font-main, Times New Roman, Times, serif);
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  vertical-align: top;
  margin-top: 3px; }

.live_panel .lot_title {
  display: inline-block;
  width: 85%;
  font-family: var(--font-main, Times New Roman, Times, serif);
  font-size: 22px;
  line-height: 30px; }

.live_panel .item-slider .slick-slide img {
  margin: 0 auto; }

.live_panel .item-slider .slider-nav-lp .slick-current img {
  border: 1px solid #C8D51E; }

.live_panel .lot_desc {
  margin-top: 25px; }
  .live_panel .lot_desc .nav-tabs {
    margin-bottom: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
    .live_panel .lot_desc .nav-tabs .nav-item {
      margin-right: 20px; }
      .live_panel .lot_desc .nav-tabs .nav-item .nav-link {
        font-size: 15px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: capitalize;
        color: #999999;
        display: inline-block;
        border: 0;
        position: relative;
        padding: 0 0 10px 0; }
        .live_panel .lot_desc .nav-tabs .nav-item .nav-link:hover {
          color: #000000; }
      .live_panel .lot_desc .nav-tabs .nav-item:last-child {
        margin-right: 0px; }
      .live_panel .lot_desc .nav-tabs .nav-item .nav-link.active {
        color: #000; }
        .live_panel .lot_desc .nav-tabs .nav-item .nav-link.active::after {
          position: absolute;
          content: '';
          height: 3px;
          width: 100%;
          bottom: 0px;
          left: 0;
          background-color: var(--theme-color, #B0BB1A); }
  .live_panel .lot_desc .tab-content {
    font-family: var(--font-secondary); }
  .live_panel .lot_desc p {
    font-weight: 400; }

.live_panel .est_price {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px; }
  .live_panel .est_price label {
    display: inline-block;
    vertical-align: top; }
  .live_panel .est_price .estimate_amount {
    display: inline-block; }
    .live_panel .est_price .estimate_amount .dual_currency {
      display: block;
      margin-top: 5px; }

.live_panel .start_bid {
  margin-top: 20px;
  font-family: var(--font-main, Times New Roman, Times, serif); }
  .live_panel .start_bid label {
    font-size: 20px;
    font-weight: normal;
    line-height: 23px; }
  .live_panel .start_bid span {
    float: right;
    font-size: 26px;
    font-weight: normal;
    line-height: 23px; }

.live_panel .bidding_btn {
  display: block;
  margin-top: 20px; }
  .live_panel .bidding_btn button {
    border-radius: 3px;
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: var(--main-btn-text, #fff);
    padding: 14px 14px;
    display: block;
    font-size: 20px;
    width: 100%; }
  .live_panel .bidding_btn span.outbid {
    color: #ff0000; }

.live_panel .bidding_center {
  margin-top: 20px; }
.live_panel .bidding_center span.msg_title {
    margin-bottom: 5px !important; }
  .live_panel .bidding_center span {
    color: #000;
    font-size: 14px;
    font-family: var(--font-main, Times New Roman, Times, serif);
    margin-bottom: 5px !important;}
  .live_panel .bidding_center .av-title span {
    color: #fff !important; }
.live_panel .sticky_pannel i.expand_msgcenter {
  display: none; }

.live_panel .bidding_box {
  padding: 15px;
  background: #F6F6F6;
  max-height: 420px;
  overflow: auto; }
  .live_panel .bidding_box span {
    font-size: 15px;
    line-height: 25px;
    font-family: var(--font-secondary, Roboto);
    display: block; }
    .live_panel .bidding_box span span {
      display: inline-block; }
  .live_panel .bidding_box span.green_t {
    color: #00CD35; }
  .live_panel .bidding_box span.red_t {
    color: #FF0000; }
  .live_panel .bidding_box span.impt {
    font-weight: bold;
    font-size: 16px; }

.live_panel .bidding_lots {
  margin-top: 10px;
  padding: 10px 0 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  overflow-x: scroll; }
  .live_panel .bidding_lots ul {
    max-width: 100%;
    white-space: nowrap; }
    .live_panel .bidding_lots ul li {
      display: inline-block;
      width: 70px;
      margin-right: 30px;
      margin-top: 0px; }
      .live_panel .bidding_lots ul li label {
        font-family: var(--font-main, Times New Roman, Times, serif);
        font-style: italic;
        font-weight: normal;
        font-size: 13px;
        line-height: normal;
        display: block;
        margin-bottom: 7px; }
      .live_panel .bidding_lots ul li img {
        height: 70px;
        width: 70px;
        object-fit: contain; }
      .live_panel .bidding_lots ul li .sold_unsold {
        text-align: center;
        display: block;
        font-size: 11px;
        margin: 5px; }
      .live_panel .bidding_lots ul li .ask_price {
        text-align: center;
        display: block;
        font-size: 11px;
        margin: 5px; }
    .live_panel .bidding_lots ul li.current {
      position: relative; }
      .live_panel .bidding_lots ul li.current .bid_label {
        position: absolute;
        top: -15px;
        right: -20px;
        background: #B0BB1A;
        border-radius: 2px;
        padding: 4px 5px;
        color: #fff;
        font-size: 10px; }
      .live_panel .bidding_lots ul li.current img {
        border: 1px solid #B0BB1A; }
    .live_panel .bidding_lots ul li.passed {
      opacity: 0.7; }
/*Live chat panel title bar*/
.live_panel .live-bidding-titlebar {
  background-color: #3e474d;
  display: flex;
  justify-content: space-between;
  padding: 2px 10px;
  border-radius: 5px 5px 0 0; }
  .live_panel .live-bidding-titlebar .msg_title_left {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;}
  .live_panel .live-bidding-titlebar .vol_ctl{
    position: absolute;
    visibility: hidden;
    z-index: -1;}
  .live_panel .live-bidding-titlebar .audio_icon span {
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;}

/*Releted to old panel css*/
.live_panel .est_price {
  font-weight: normal;
  font-size: 14px;
  color: #000; }
  .live_panel .est_price .estimate_amount .dual_currency {
    font-weight: normal; }
  .live_panel .est_price .estimate_amount span {
    font-weight: normal;
    font-size: 14px;
    color: #000; }
  .live_panel .est_price .estimate_amount span.dual_currency {
    display: none; }

.live_panel .start_bid {
  float: left;
  width: 100%; }
  .live_panel .start_bid label {
    font-weight: inherit; }
  .live_panel .start_bid span {
    font-weight: inherit; }

.live_panel .bidding_btn {
  float: left;
  width: 100%; }

.live_panel .bidding_center {
  margin-top: 10px;
  float: left;
  width: 100%; }

.live_panel .bidding_box {
  height: 440px;
  max-height: 440px; }

.live_panel .lot_desc {
  margin-top: 20px;
  float: left;
  width: 100%; }
  .live_panel .lot_desc .description {
    font-family: var(--font-secondary, Roboto); }

.live_panel .bid_panel_wrap .theme_bid_btn_sub_txt.red_t {
  margin-top: 27px; }
.live_panel .bid_panel_wrap button.register_btn {
  width: 100%;
  margin-top: 15px; }

.live_panel .bid_panel_wrap button.pending_txt {
  width: 100%;
  margin-top: 15px; }

.live_panel .bid_panel_wrap button.leb {
  width: 100%;
  position: relative; }
  .live_panel .bid_panel_wrap button.leb .f_live_bid_btn_sub_txt {
    color: #212529;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    font-weight: normal;
    cursor: default;
    pointer-events: none; }
  .live_panel .bid_panel_wrap button.leb .f_live_bid_btn_sub_txt.sub_txt_ob {
    color: #e41f1f; }
  .live_panel .bid_panel_wrap button.leb:disabled {
    background-color: var(--main-button-color, #B0BB1A); }
  .live_panel .bid_panel_wrap button.leb .current_bid_txt.txt_ob {
    color: inherit; }

.live_panel .bid_panel_wrap .bidder_no_area {
  right: 16px; }

.live_panel .bid_panel_wrap.bid_disabled button.leb:disabled {
  background-color: #f6f6f6;
  border: 1px solid #eee; }

.live_panel .bid_panel_wrap.bid_disabled button.leb .current_bid_txt {
  color: #00CD35; }

.live_panel .live_bid .live_bid_price span.dual_conversion {
  display: none; }

.live_panel .reg_bid_btn:not(.bid_disabled) button.f_live_bid_btn_txt.leb:active {
  background-color: var(--main-button-color-hover, #98A02D);
  transition: all 170ms linear;
  opacity: .85; }

.live_panel .bidding_box_wrap {
    position: relative;
}
.live_panel .restricted-msg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    vertical-align: middle;
    display: inline-block;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.live_panel .restricted-msg-overlay .icon {
    display:block;
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.live_panel .restricted-msg-overlay p {
    padding: 0;
}

.live_bid_price {
  float: right;
  width: 50%;
  text-align: right; }
  .live_bid_price span.price.dual_conversion {
    font-size: 14px;
    font-weight: normal; }
  .live_bid_price span {
    float: none !important;
    display: block; }

.bid_panel_wrap {
  float: left;
  width: 100%; }

.f_live_bid_btn_txt.leb {
  background-color: var(--main-button-color, #B0BB1A);
  border-radius: 5px;
  font-family: var(--font-secondary, Roboto);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--main-btn-text, #fff);
  padding: 14px 14px;
  display: block;
  font-size: 20px;
  width: 70%;
  margin: 20px auto 0; }

.f_live_bid_btn_txt.leb.swipe-txt {
  margin: auto;}  

.leb .txt1.f_live_bid_btn_sub_txt {
  font-size: 14px;
  display: block; }

.video_enabled .bidding_box {
  height: 440px;
  max-height: 440px; }

.audio_enabled .bidding_box {
  height: 420px; }

.main_item_img {
  padding: 10px 0;
  width: 400px;
  height: 400px;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  margin: 0 auto; }
  .main_item_img .MagicZoomPlus img {
    width: 400px;
    object-fit: contain;
    vertical-align: middle;
    height: 400px; }

.bidding_lots {
  background-color: #f9f9f9;
  border-top: 1px #e0e0e0 solid;
  padding: 13px 20px 9px;
  width: 100%;
  margin-top: 10px; }
  .bidding_lots ul {
    white-space: nowrap; }
    .bidding_lots ul li {
      display: inline-block;
      vertical-align: top;
      margin-right: 11px;
      position: relative;
      margin-top: 10px; }
      .bidding_lots ul li .closed_img_wrap {
        font-size: 12px; }
      .bidding_lots ul li .unsold_img_wrap {
        font-size: 12px; }
      .bidding_lots ul li .registered_item_img {
        width: 70px;
        height: 70px;
        border: 1px #eee solid;
        text-align: center;
        background-color: #fff;
        line-height: 68px;
        font-size: 0; }
        .bidding_lots ul li .registered_item_img img {
          max-width: 100%;
          max-height: 100%;
          display: inline-block;
          vertical-align: middle; }
      .bidding_lots ul li .closed_txt_wrap {
        font-size: 12px;
        text-align: center; }
        .bidding_lots ul li .closed_txt_wrap .closed_txt {
          font-size: 12px;
          padding-bottom: 0;
          font-weight: 400; }
        .bidding_lots ul li .closed_txt_wrap .closed_num {
          font-size: 12px; }
      .bidding_lots ul li .won_txt_wrap .won_txt {
        font-size: 12px;
        padding-bottom: 0;
        font-weight: 400; }
      .bidding_lots ul li .won_txt_wrap .won_num {
        font-size: 12px; }
      .bidding_lots ul li .on_txt_wrap .on_txt {
        font-size: 12px;
        padding-bottom: 0;
        font-weight: 400; }
      .bidding_lots ul li .unsold_txt_wrap .unsold_txt {
        font-size: 12px;
        padding-bottom: 0;
        font-weight: 400;
        padding-top: 10px; }
      .bidding_lots ul li .now_bid {
        position: absolute;
        top: -10px;
        right: -10px; }
        .bidding_lots ul li .now_bid img {
          height: 19px;
          width: 43px; }

      .bidding_lots ul li .registered_item_img.fav_item_live {
        width: 75px;
        height: 75px;
        border: 1px #B0BB1A solid;
        line-height: 71px; }
        .bidding_lots ul li .registered_item_img.fav_item_live span:before {
          content: "\e905";
          font-family: 'icomoon';
          color: var(--main-button-color, #B0BB1A);
          font-size: 20px;
          position: absolute;
          top: -1px;
          right: -10px;
          display: block;
          line-height: normal; }
    .bidding_lots ul li.closed .closed_img_wrap {
      opacity: 0.3; }
    .bidding_lots ul li.closed .closed_txt_wrap {
      text-align: center;
      text-align: center;
      font-size: 12px;
      font-size: 12px;
      color: #0e0e0e;
      color: #0e0e0e;
      line-height: 1.2;
      line-height: 1.2; }
      .bidding_lots ul li.closed .closed_txt_wrap .closed_txt {
        color: #0e0e0e; }
      .bidding_lots ul li.closed .closed_txt_wrap .closed_num {
        font-weight: 400; }
      .bidding_lots ul li.closed .closed_txt_wrap .closed_txt.youWon {
        color: #00cd35; }
    .bidding_lots ul li.closed .now_bid {
      display: none; }
    .bidding_lots ul li.won .closed_img_wrap {
      opacity: 0.3; }
    .bidding_lots ul li.won .won_txt_wrap {
      text-align: center;
      font-size: 12px;
      color: #0e0e0e;
      line-height: 1.2; }
      .bidding_lots ul li.won .won_txt_wrap .won_num {
        font-weight: 400;
        color: #00cd35; }
    .bidding_lots ul li.unsold .closed_img_wrap {
      opacity: 0.3; }
    .bidding_lots ul li.unsold .unsold_txt_wrap {
      text-align: center;
      font-size: 12px;
      color: #0e0e0e;
      line-height: 1.2; }
    .bidding_lots ul li.on .on_txt_wrap {
      text-align: center;
      font-size: 12px;
      color: #0e0e0e;
      line-height: 1.2; }
      .bidding_lots ul li.on .on_txt_wrap .on_num {
        font-weight: 400; }
      .bidding_lots ul li.on .on_txt_wrap .on_txt {
        font-weight: 400;
        padding-top: 7px; }
    .bidding_lots ul li.on .registered_item_img {
      width: 75px;
      height: 75px;
      border: 1px var(--theme-color, #B0BB1A) solid;
      line-height: 71px; }
    .bidding_lots ul li.on .registered_item_img.fav_item_live span {
      background: none; }
    .bidding_lots ul li.like .registered_item_img {
      width: 75px;
      height: 75px;
      border: 1px var(--theme-color, #B0BB1A) solid;
      line-height: 71px; }

.bidding_lotsm ul li .num {
  font-size: 12px;
  color: #242424; }

.live-panel-left {
  width: 100%;
  display: inline-block;
  overflow-y: auto;
  height: 490px; }

.items_img_list {
  float: left;
  width: 100%;
  margin-top: 15px; }
  .items_img_list ul li {
    width: 52px;
    height: 52px;
    line-height: 45px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
    border: #e0e0e0 solid 1px;
    text-align: center; }
    .items_img_list ul li:hover {
      border: 1px var(--theme-color, #B0BB1A) solid; }
  .items_img_list ul li img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .items_img_list ul li.on {
    border: 1px var(--theme-color, #B0BB1A) solid; }
  .items_img_list ul li.active {
    border: 1px var(--theme-color, #B0BB1A) solid; }

.bidder_no_area {
  position: absolute;
  right: 0;
  top: -15px; }
  .bidder_no_area span {
    display: none; }

.wl-icon-paddle {
  position: relative;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  letter-spacing: -0.4px;
  width: 29px; }
  .wl-icon-paddle:before {
    content: "\e900";
    color: var(--theme-color, #B0BB1A);
    font-size: 57px;
    text-align: center;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -5px;
    line-height:48px;}
    

.ack_bid_msg {
  font-size: 12px;
  text-align: center; }

.modal-open .modal {
  z-index: 2050; }
.modal-backdrop{
  z-index: 2049;}
/*Responsive*/
@media only screen and (max-width: 991px) {
  .main_item_img {
    width: 100%; }
    .main_item_img .MagicZoomPlus img {
      width: 100%; } }

@media only screen and (max-width: 567px) {
  .event_catalog_banner, .banner_bottom {
    display: none; }
  .live_panel .lp_left {
    max-height: initial;
    overflow: unset; }
  .live_panel .bidding_center {
    margin-top: 0; 
    position: relative;}
    .live_panel .bidding_center span.msg_title {
      display: none; }
    .live_panel .bidding_center .bidding_box_wrap {
      position: relative; }
  .live_panel .bidding_box {
    height: 15vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .live_panel .msg_content.expand_view {
    height: 40vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .live_panel .bid_panel_wrap .bidder_no_area {
    top: 10px; }
  .live_panel .sticky_pannel {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #fff;
    z-index: 1080;
    left: 0;
    box-shadow: 3px -3px 8px 2px rgba(0, 0, 0, 0.08) !important;
    padding: 15px 10px 5px; }
    .live_panel .sticky_pannel i.expand_msgcenter {
      display: block;
      color: #000;
      font-size: 30px;
      z-index: 1;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 0px;
      height: 30px;
      right: 0; 
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 30%, rgba(255, 255, 255, 0.8) 55%);
      cursor: pointer; }
      .live_panel .bidding_lots {
        margin-bottom: 400px; }
      .audio-video-wrap .close_btn {
        display: block !important; } }
      .live-swipe-btn-wrap {
        text-align: center; }
      .live-swipe-btn-wrap .swipe-btn { 
        height: 50px; 
        border-radius: 7px; 
        position: relative; 
        margin: 20px auto 0;
        display: inline-block;
        min-width: 250px; } 
        .live-swipe-btn-wrap .swipe-btn button.leb.swipe-txt .current_bid_txt.txt_ob {
          color: rgba(255, 255, 255, 0.65); }
        .live-swipe-btn-wrap .swipe-btn .flicker {
          color: rgba(255, 255, 255, 0.65);
          /* color: #fffefe61; */
          background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#1d1c1c), color-stop(0.8, #ffffff)) no-repeat;
          background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.8, #fff)) no-repeat;
          background-size: 20px 100%;
          -webkit-background-clip: text;
          background-clip: text;
          animation: flick 3s infinite; }
        @keyframes flick {
          0% {
            background-position: top left;
          }
          100% {
            background-position: top right;
          }
        }
        .live-swipe-btn-wrap .swipe-btn .wl-icon-swipe-right-arrow:before { 
          content: "\e907";
          color: var(--theme-color, #B0BB1A);
        }
        .live-swipe-btn-wrap .swipe-btn-bg { 
          position: absolute; 
          left: 0; 
          top: 0; 
          height: 100%; 
          z-index: 1; 
          transition: 0.1s; 
          background-color: var(--main-button-color, #B0BB1A); 
          opacity: 0.7; } 
        .live-swipe-btn-wrap .swipe-btn-arrow { 
          width: 40px; 
          height: 40px; 
          position: absolute; 
          left: 2px; 
          top: 5px; 
          line-height: 45px; 
          z-index: 3; 
          cursor: move; 
          color: #FFFFFF; 
          font-size: 20px; 
          border-radius: 4px; 
          animation-name: swipe-animation; 
          animation-duration: 2s; 
          animation-iteration-count: 3; 
          transition: 0.1s;
          border-radius: 5px;
          background: #FFFFFF;
          box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15) !important;
        } 
          .live-swipe-btn-wrap .swipe-btn-arrow .wl-icon-swipe-right-arrow {
            font-weight: bold; }
          
        .live-swipe-btn-wrap .swipe-btn-arrow .fa-angle-right{
          position: relative; 
          top: -3px; right: 
          -1px; }
        .live-swipe-btn-wrap .swipe-labelTip { 
          width: 100%; 
          top: 14px; 
          font-style: normal; 
          font-weight: 400; 
          font-size: 16px; 
          line-height: 17px; 
          color: #FFFFFF; 
          display: block;}
        .live-swipe-btn-wrap .swipe-txt { 
          background-color: var(--main-button-color, #B0BB1A); 
          height: 100%; 
          width: 100%; 
          font-family: var(--font-main, Times New Roman, Times, serif); 
          font-style: normal; 
          color: #FFFFFF; 
          font-size: 20px;
          padding: 14px 14px 14px 48px; }
        .live-swipe-btn-wrap .swipe-txt .swipe-hint {
          height: 50px; }
        .bid_price_area .reg_bid_btn.bid_disabled .live-swipe-btn-wrap .swipe-btn, .bid_price_area .reg_bid_btn.bid_closed .live-swipe-btn-wrap .swipe-btn { 
          background: linear-gradient(180deg, #8a8a8a 0%, #676767 100%); 
          border: 1px solid #646464; }
        @keyframes swipe-animation { 
          0% {left:5px;} 50%  {left:15px;} 100% {left:5px;} }
        .swipe-btn-animate {
          animation-duration: 1s !important; 
          animation-iteration-count: 2 !important; }
        .live_panel .reg_bid_btn.bid_disabled .swipe-btn-arrow, .live_panel .reg_bid_btn.bid_closed .swipe-btn-arrow {
          display: none; }
          .live_panel .reg_bid_btn.bid_disabled .swipe-btn, .reg_bid_btn.bid_closed .swipe-btn{
            border: none; }
        .bid_price_area .reg_bid_btn.bid_disabled .live-swipe-btn-wrap .swipe-txt, .bid_price_area .reg_bid_btn.bid_closed .live-swipe-btn-wrap .swipe-txt{
          margin-left: 0; }