
/* 
    Created on : Jul 3, 2020, 3:59:41 PM
    Author     : amit
*/

/* Item Details page CSS ( From Design Team ) - Start*/

.auctioneer {
  padding: 20px 0; }
  .auctioneer .auctioneer_detail .thumb_img {
    width: 84px;
    height: 84px;
    display: inline-block;
    vertical-align: top; }
    .auctioneer .auctioneer_detail .thumb_img img {
      width: 100%;
      height: 100%; }
  .auctioneer .auctioneer_detail .main_auc_detail {
    margin-left: 15px;
    display: inline-block; }
    .auctioneer .auctioneer_detail .main_auc_detail span {
      font-family: var(--font-secondary, Roboto);
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 15px; }
    .auctioneer .auctioneer_detail .main_auc_detail h1 {
      font-family: var(--font-main, Times New Roman, Times, serif);
      font-style: normal;
      font-weight: normal;
      font-size: 26px;
      line-height: 28px;
      color: #000000; }
      .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .start_time {
        display: inline-block;
        font-family: var(--font-secondary, Roboto);
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 17px;
        color: #000000;
        position: relative; }
        .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left {
          display: inline-block;
          font-family: var(--font-secondary, Roboto);
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 17px;
          text-align: right;
          color: #FF0000;
          margin-left: 20px;
          position: relative; }
      .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 20px;
        background: #aaaaaa;
        left: -13px;
        top: -2px; }
      .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left img {
        margin-left: 5px; }
      .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left span.time_limited span.red_t {
        color: #ff0000; }
      .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left ltx {
        color: #000; }
  .auctioneer .btn-sec {
    margin-top: 25px; }
    .auctioneer .btn-sec a {
      border-radius: 5px;
      font-family: var(--font-secondary, Roboto);
      font-style: normal;
      font-size: 16px;
      line-height: 21px;
      text-align: center;
      color: var(--secondary-btn-text, #fff);
      padding: 9px 14px;
      display: block;
      width: 200px;
      float: right; }

.item_detail {
  border-top: 1px solid #eee;
  margin-bottom: 50px; }
  .item_detail .item_direction {
    padding: 20px 0 10px;
    margin-bottom: 15px; }
    .item_detail .item_direction a {
      font-family: var(--font-main, Times New Roman, Times, serif);
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: #000; }
      .item_detail .item_direction a i {
        margin: 0 5px; }
  .item_detail .item-slider .auction-item-img {
    width: 650px;
    height: 550px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .item_detail .item-slider .auction-item-img a.left-slide-btn {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 98;
      color: var(--theme-color, #B0BB1A); 
      transform: translateY(-16px);
      cursor: pointer; }
    .item_detail .item-slider .auction-item-img a.right-slide-btn {
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 98; 
      color: var(--theme-color, #B0BB1A); 
      transform: translateY(-16px);
      cursor: pointer; }  
    /* .item_detail .item-slider .auction-item-img {
      height: 100% !important;
      width: 100% !important; } */
      .item_detail .item-slider .auction-item-img img {
        margin: 0 auto;
        height: 550px;
        max-height: 550px !important;
        object-fit: contain; }
  .item_detail .item-slider .auction-detail-product {
    margin-top: 20px; }
   .item_detail .item-slider .auction-detail-product ul{
    text-align: center; }
    .item_detail .item-slider .auction-detail-product ul li {
      display: inline-block;
      width: 80px;
      height: 80px;
      margin-right: 15px;
      margin-bottom: 15px; }
      /* .item_detail .item-slider .auction-detail-product ul li:hover {
          border: 1px var(--theme-color, #B0BB1A) solid; } */
      .item_detail .item-slider .auction-detail-product ul li img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        outline: 1px solid #e0e0e0 !important;
        padding-bottom: 0;
        border-bottom: 0;}
       .item_detail .item-slider .auction-detail-product ul li a.mz-thumb.mz-thumb-selected {
        outline: 1px var(--theme-color, #B0BB1A) solid !important; }
  .item_detail .social_icon {
    margin-top: 30px; }
    .item_detail .social_icon ul {
      text-align: center; }
      .fa-twitter:before {
        content: "\e906"; }
      .item_detail .social_icon ul li {
        display: inline-block;
        margin: 0 20px; }
        .item_detail .social_icon ul li a {
          font-size: 20px; }
        .item_detail .social_icon ul li a i{
          vertical-align: middle; }
        .item_detail .social_icon ul li a .fa-facebook {
            color: #3b5998; }
          .item_detail .social_icon ul li a .fa-pinterest {
            color: #bd081c; }
  .item_detail .item_description .bid_detail button {
    cursor: pointer; }
    .item_detail .item_description .bid_detail button:disabled {
      background-color: #8b904c;
      opacity: 0.3; }
  .item_detail .item_description .lot_num {
    font-family: var(--font-secondary, Roboto);
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #000000; }
  .item_detail .item_description .favourite .btn-icon-heart:after {
    content: "\f08a";
    font-family: 'FontAwesome';
    color: #a9a9a9;
    position: absolute;
    top: 0;
    right: 19px;
    cursor: pointer; }
  .item_detail .item_description .favourite .btn-icon-heart:hover:after {
    content: "\f004";
    color: var(--theme-color, #B0BB1A); }
  .item_detail .item_description .favourite .btn-icon-heart-on:after {
    content: "\f004";
    font-family: 'FontAwesome';
    color: var(--theme-color, #B0BB1A);
    position: absolute;
    top: 0;
    right: 19px;
    cursor: pointer; }
  .item_detail .item_description .favourite a {
    height: 24px;
    width: 24px;
    display: block;
    text-indent: 50px;
    overflow: hidden; }
  .item_detail .item_description .auction_bar {
    background: var(--theme-color, #B0BB1A);
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 1px;
    border-radius: 4px;
    margin-top: 5px; }
    .item_detail .item_description .auction_bar span {
      font-weight: bold; }
  .item_detail .item_description h1 {
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    display: block;
    font-size: 28px;
    line-height: normal;
    margin-top: 10px; }
  .item_detail .item_description .estimated_price {
    border-bottom: 1px solid #E0E0E0;
    margin-top: 30px;
    padding-bottom: 15px; }
    .item_detail .item_description .estimated_price span {
      font-family: var(--font-secondary, Roboto);
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: #000000; }
    .item_detail .item_description .estimated_price a {
      text-decoration: underline;
      font-family: var(--font-main, Times New Roman, Times, serif);
      float: right;
      font-size: 15px; }
  .item_detail .item_description .starting_bid {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    font-family: var(--font-main, Times New Roman, Times, serif); }
    .item_detail .item_description .starting_bid label {
      font-weight: normal;
      font-size: 22px;
      line-height: 25px;
      color: #000000; }
    .item_detail .item_description .starting_bid span {
      font-weight: normal;
      font-size: 22px;
      line-height: 25px;
      color: #000000;
      float: right; }
  .item_detail .item_description .bid_detail {
    margin-top: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000; }
    .item_detail .item_description .bid_detail a {
      text-decoration: underline; }
    .item_detail .item_description .bid_detail span {
      float: right;
      text-decoration: underline; }
    .item_detail .item_description .bid_detail input {
      border: 1px solid #BEBEBE;
      border-radius: 4px;
      padding: 17px 10px;
      margin-top: 20px;
      font-size: 16px;
      line-height: 19px;
      color: #AAAAAA;
      width: 100%; }
      .item_detail .item_description .bid_detail button {
        border-radius: 3px;
        font-family: var(--font-secondary, Roboto);
        font-style: normal;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: var(--main-btn-text, #fff);
        padding: 14px 14px;
        display: block;
        text-decoration: none;
        display: block;
        margin-top: 20px;
        width: 100%; }
    .item_detail .item_description .bid_detail label {
      color: #FF0000;
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      font-family: var(--font-main, Times New Roman, Times, serif);
      display: block;
      margin-top: 10px; }
  .item_detail .item_description .item_tabs {
    margin-top: 30px; }
    .item_detail .item_description .item_tabs .tab-pane {
      font-family: var(--font-secondary, Roboto);
      height: 300px;
      overflow: auto;
      padding: 10px 0px;
      font-size: 17px;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      word-break: break-word; }
      .item_detail .item_description .item_tabs .tab-pane h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 40px 0 20px; }
      .item_detail .item_description .item_tabs .tab-pane iframe {
        width: 100%;
        height: auto;
        min-height: 200px; }
    .item_detail .item_description .item_tabs .nav-tabs {
      margin-bottom: 15px;
      border-bottom: 1px solid #E0E0E0;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow: auto;}
      .item_detail .item_description .item_tabs .nav-tabs li {
        display: inline-block;
        margin-right: 30px;
        position: relative; }
        .item_detail .item_description .item_tabs .nav-tabs li a {
          font-size: 12px;
          line-height: 14px;
          text-align: center;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #999999;
          padding: 0 0 15px 0px;
          display: inline-block; }
          .item_detail .item_description .item_tabs .nav-tabs li a:hover {
            color: #000000; }
        .item_detail .item_description .item_tabs .nav-tabs li a.active {
          color: #000; }
          .item_detail .item_description .item_tabs .nav-tabs li a.active::after {
            position: absolute;
            content: '';
            height: 2px;
            width: 100%;
            bottom: 0px;
            left: 0;
            background-color: var(--theme-color, #B0BB1A); }
    .item_detail .item_description .item_tabs .tab-content {
      font-weight: 300; }
       .item_detail .item_description .item_tabs .payment_text ul li img {
      width: 70px; }
    .item_detail .item_description .item_tabs .payment_text .paypal img {
      width: 70px; }
  .item_detail .item_description .place_bid_area {
    margin-top: 20px; }
    .item_detail .item_description .place_bid_area::after {
	display: block;
	content: "";
	clear: both; }
    .item_detail .item_description .place_bid_area .bidding-area a {
      cursor: pointer;
      float: right;
      text-decoration: underline;
      font-size: 12px;
      margin-top: 10px; }
    .item_detail .item_description .place_bid_area .bidding-area span {
      padding: 0 2px; }
    .item_detail .item_description .place_bid_area .bidding-area .place_bid {
      width: 100%;
      display: inline-block; }
      .item_detail .item_description .place_bid_area .bidding-area .place_bid input {
        border: 1px solid #BEBEBE;
        border-radius: 4px;
        padding: 14px 10px;
        margin-top: 20px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 19px;
        color: #AAAAAA;
        width: 52%;
        float: left; }
        .item_detail .item_description .place_bid_area .bidding-area .place_bid button {
          border-radius: 5px;
          font-family: var(--font-secondary, Roboto);
          font-style: normal;
          font-size: 18px;
          line-height: 21px;
          text-align: center;
          padding: 14px 14px;
          display: inline-block;
          text-decoration: none;
          margin-top: 20px;
          width: 45%;
          float: right;
          cursor: pointer; }
        .item_detail .item_description .place_bid_area .bidding-area .place_bid button:disabled {
          background-color: #8b904c;
          opacity: 0.3; }
      .item_detail .item_description .place_bid_area .bidding-area .place_bid button.pending, .item_detail .item_description .place_bid_area .bidding-area .place_bid button.pending:not(:disabled):not(.disabled):active {
        color: var(--pending-text, #ff9f00);
        background: rgba(204, 204, 204, 0.2);
        border: 1px solid rgba(170, 170, 170, 0.1);
        line-height: 20px;
        height: 49px;
        padding: 8px 10px; }
    .item_detail .item_description .place_bid_area .bidding-area .bidding-price button {
      cursor: pointer; }
      .item_detail .item_description .place_bid_area .bidding-area .bidding-price button:disabled {
        background-color: #8b904c;
        opacity: 0.3; }
        .item_detail .item_description .place_bid_area .bidding-area .bidding-price .sold_price_info {
      color: #999999;
      font-size: 14px; }
        .item_detail .item_description .place_bid_area .bidding-area .bidding-history {
      float: right;
      color: #000;
      font-size: 14px; }
      .item_detail .item_description .place_bid_area .bidding-area .bidding-history .item_closed_not_won_ltxt {
        line-height: 1;
        font-size: 14px; }
        .item_detail .item_description .place_bid_area .bidding-area span.history_t {
      display: none; }
    .item_detail .item_description .place_bid_area .bidding-estimate {
      float: right; }
    .item_detail .item_description .place_bid_area .f_item_detail_bid_status {
      margin-bottom: 5px;
      font-weight: normal;
      font-size: 20px;
      line-height: 25px; }
    .item_detail .item_description .place_bid_area .f_item_detail_youWon {
      color: var(--theme-color, #B0BB1A);
      font-weight: normal;
      font-size: 22px;
      line-height: 25px; }
    .item_detail .item_description .place_bid_area .bidding-price {
      padding-bottom: 0px;
      margin-bottom: 10px;
      float: left;
      font-size: 28px; }
      .item_detail .item_description .place_bid_area .bidding-price button {
        margin: 20px auto 0;
        display: block; }
      .item_detail .item_description .place_bid_area .bidding-area .dual_conversion {
        display: none; }
    .item_detail .item_description .place_bid_area .bidding-histor .color_red01 {
      color: #FF0000; }
    .item_detail .item_description .place_bid_area .bid_related {
      display: block;
      margin-top: 5px; }
      .item_detail .item_description .place_bid_area .bid_related .txt1 {
        display: inline-block; }
      .item_detail .item_description .place_bid_area .bid_related div.ack_bid_msg {
        font-size: 12px; }
      .item_detail .item_description .place_bid_area .bid_related div.red_t {
        color: #FF0000; }
      .item_detail .item_description .place_bid_area .bid_related a.chart {
        font-family: var(--font-secondary, Roboto);
        font-weight: 300;
        font-size: 12px;
        color: #555;
        text-decoration: underline; }
     .item_detail .item_description .place_bid_area .bid-estimate-timer {
      font-family: var(--font-secondary, Roboto);
      color: #FF0000;
      float: right; }
      .item_detail .item_description .place_bid_area .bid-estimate-timer ltx {
        display: none; }
  .item_detail .item_description .chartlist {
    position: absolute;
    top: inherit;
    padding: 14px 16px;
    background: #fff;
    border: 1px #e9e9e9 solid;
    width: 228px;
    display: none;
    z-index: 1;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    font-family: var(--font-secondary, Roboto); }
    .item_detail .item_description .chartlist h2 {
      font-weight: 500;
      font-size: 13px;
      line-height: normal;
      color: #000; }
    .item_detail .item_description .chartlist table th {
      font-weight: 300;
      font-size: 13px;
      line-height: 16px;
      color: #000; }
  .item_detail .other_lots {
    margin-top: 10px;
    position: relative; }
    .item_detail .other_lots h2 {
      font-family: var(--font-main, Times New Roman, Times, serif);
      font-weight: normal;
      font-size: 22px;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 15px;
      margin-bottom: 30px; }
    .item_detail .other_lots ul {
      width: 100%;
      display: inline-block;
      padding-bottom: 10px; }
      .item_detail .other_lots ul li {
        width: 15.93%;
        float: left;
        position: relative;
        margin-right: 10px; }
        .item_detail .other_lots ul li:last-child {
          margin-right: 0; }
          .item_detail .other_lots ul li a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        .item_detail .other_lots ul li .other-auction-img {
          width: 180px;
          height: 180px;
          margin: 0 auto;
          display: block; }
          .item_detail .other_lots ul li .other-auction-img img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
          .item_detail .other_lots ul li .auction-detail {
            margin-top: 10px; }
          .item_detail .other_lots ul li .auction-detail p {
            font-family: var(--font-secondary, Roboto);
            font-weight: normal;
            font-size: 13px;
            line-height: 15px;
            color: #000000; }
        .item_detail .other_lots ul li .auction-detail h2 {
          font-family: var(--font-main, Times New Roman, Times, serif);
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: normal;
          margin: 5px 0;
          border: 0;
          padding-bottom: 0;
          white-space: normal; }
        .item_detail .other_lots ul li .auction-detail .est_price {
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          color: #000000; }
          .item_detail .other_lots ul li .auction-detail span {
            font-size: 12px;
            line-height: Normal;
            color: #000000;
            margin-top: 5px; }
        .item_detail .other_lots ul li .auction-detail span.other_lot_pricebid {
          font-size: 15px; }
          .item_detail .other_lots .control-button a {
      position: absolute;
      top: 43%;
      width: 40px;
      font-size: 35px;
      display: block;
      color: var(--theme-color, #B0BB1A);
      text-align: center;
      height: 40px;
      line-height: 40px; }
      .item_detail .other_lots .control-button a.right {
        right: -30px; }
      .item_detail .other_lots .control-button a.left {
        left: -30px; }
      .item_detail .other_lots .auction-button {
      padding: 10px 0;
      text-align: center;
      display: none; }
      .item_detail .other_lots .auction-button a {
        background: #222222;
        padding: 10px 50px;
        border-radius: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        font-family: var(--font-main, Times New Roman, Times, serif); }

        .item_detail .error-msg-box {
          color: var(--red); }

        .social-media-email-popup input[type='text'] {
          width: 100%;
          font-size: 14px; }
        
        .social-media-email-popup textarea {
          width: 100%;
          border: 1px solid #cccccc;
          padding: 6px 8px;
          margin-bottom: 8px;
          font-size: 14px; }
        
        .social-media-email-popup .btn-primary {
          width: 100%; }
        
        .multiple-email-wrap {
          padding: 3px 0;
          border-radius: 5px;
          position: relative;
          background: #f1f1f1;
          width: 31%;
          margin: 1%;
          display: inline-block;
          min-width: 110px; }
          .multiple-email-wrap span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100px;
            display: block;
            padding: 0 7px; }
        
        .item-share-popup .multiple-email-wrap .close_popup {
          background-size: 10px;
          top: 0;
          right: 0;
          background-position: center; }
        
        .item-share-popup .close_popup {
          position: absolute;
          top: 18px;
          width: 30px !important;
          right: 3px;
          z-index: 999;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRkI0Q0FFMkZFRTkxMUU2OTM4OURBNTEyNzI2MDMxNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRkI0Q0FFM0ZFRTkxMUU2OTM4OURBNTEyNzI2MDMxNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGQjRDQUUwRkVFOTExRTY5Mzg5REE1MTI3MjYwMzE0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGQjRDQUUxRkVFOTExRTY5Mzg5REE1MTI3MjYwMzE0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3EZL2wAAAIJJREFUeNqUkwEOwCAIA6H/22t9oEOjCaICmpi46nVsRSaiTybVWgs9DGbuHGQWLbzA7aUYWtpEw7MCyppYuBvIQxNCkxO8VOCZ3OC+p8B5eC6XKm4pwQq2kihinMRhsn1C2kABJUoH3t/OpIMoqsgEmai8ZkMG9pqNX2+j7ZNfgAEAhVNeuX/0+kIAAAAASUVORK5CYII=) no-repeat scroll 0 0;
          height: 30px; }
        
        .item-share-popup .modal-content {
          padding: 15px 20px; }
        
        .item-share-popup .social-media-email-popup label {
          font-size: 21px;
          margin-bottom: 8px;
          color: var(--secondary); }

        .social-media-email-popup .recipientemail-wrap {
          width: 100%;
          border: 1px solid #cccccc;
          padding: 6px 8px;
          margin-bottom: 8px;
          text-align: left; }
        
/* Item Details page CSS ( From Design Team ) - End*/

/*Responsive*/
@media only screen and (max-width: 1199px) {
  .item_detail .item-slider .auction-item-img {
    width: 100%; }
  .item_detail .other_lots ul {
    white-space: nowrap;
    overflow: auto; }
    .item_detail .other_lots ul li {
      width: 23%;
      float: none;
      display: inline-block; } }

@media only screen and (max-width: 991px) {
  .auctioneer .auctioneer_detail .main_auc_detail {
    width: 75%; }
    .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left {
      margin-left: 0; }
      .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left::before {
        display: none; }
  .item_detail .social_icon {
    margin: 20px 0; }
  .item_detail .item_detail .item_description .item_tabs .tab-pane {
    max-height: 300px; }
  .item_detail .other_lots ul li {
    width: 30%; } 
  .item_detail .other_lots .control-button a {
    box-shadow: 0 0 10px -4px #000;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%; }
  .item_detail .other_lots .control-button a.right {
    right: 5px; }
    .item_detail .other_lots .control-button a.right .fa {
      position: relative;
      right: -4px; }
  .item_detail .other_lots .control-button a.left {
    left: 5px; }
    .item_detail .other_lots .control-button a.left .fa {
      position: relative;
      left: -4px; } }

@media only screen and (max-width: 767px) {
  .auctioneer .auctioneer_detail .main_auc_detail {
    width: 79%; }
    .auctioneer .auctioneer_detail .main_auc_detail .auc_timing .time_left {
      display: none; }
  .auctioneer .btn-sec {
    display: none; }
  .item_detail .item-slider .auction-item-img {
    width: 100%; }
  .item_detail .other_lots ul li {
    width: 40%; } }

@media only screen and (max-width: 575px) {
  .auctioneer .auctioneer_detail .main_auc_detail {
    width: 64%; }
    .auctioneer .auctioneer_detail .main_auc_detail h1 {
      line-height: normal;
      font-size: 24px; }
  .item_detail .item-slider .auction-item-img {
    height: auto;
    max-height: 350px; }
    .item_detail .item-slider .auction-item-img a.MagicZoomPlus {
      height: auto !important;
      width: 100% !important; }
      .item_detail .item-slider .auction-item-img a.MagicZoom img {
        max-height: 350px !important; }
  .item_detail .item_description .place_bid_area .bidding-area .place_bid input, .item_detail .item_description .place_bid_area .bidding-area .place_bid button {
    margin-top: 0; }
  .item_detail .item_description .place_bid_area .f_item_detail_bid_status {
    font-size: 18px; }
  .item_detail .item_description .estimated_price {
    margin-top: 15px; }
   .item_detail .other_lots h2 {
    margin-bottom: 15px; }
  .item_detail .other_lots ul li {
    width: 45%;
    vertical-align: top; }
    .item_detail .other_lots ul li .other-auction-img {
      width: 100%; } 
    .multiple-email-wrap {
      width: 100%;
      margin: 0; } }
    

@media only screen and (max-width: 375px) {
  .item_detail .item_description .place_bid_area .bidding-area .place_bid input {
    width: 42%; }
  .item_detail .item_description .place_bid_area .bidding-area .place_bid button {
    width: 54%; } }

.item_detail .bidPrice.buy-now-hyb-wrap { margin-top: 20px; padding-top: 20px; }
.item_detail .bidPrice.buy-now-hyb-wrap .bid_txt .buy-now-hyb-btn-div { width: 44%; margin-top: 20px;/* align with price amount */ }
.item_detail .bidPrice.buy-now-hyb-wrap .bid_txt .buy-now-hyb-btn-div button { line-height: 32px; width: 100%; }
.item_detail .bidPrice .bid_txt span.buy-now-hyb-btn-lbl { font-size: 17px; }
.item_detail .bidPrice .bid_txt .currency_container span { font-size: 28px; line-height: 28px; }
.item_detail .bidPrice .bid_txt .currency_container span.converted_curr { font-size: 19px; line-height: 19px; }

/* Item attribute display for custom attributes - Start (Amit) */
.item-attributes{ margin: 40px 0; display: flex; flex-direction: row; justify-content: center; font-family: var(--font-secondary);}
.item-attributes ul { width: 50%;}
.item-attributes ul li{ font-size: 15px; margin-bottom: 20px;}
.item-attributes ul li:last-child{ margin-bottom: 0;}
.item-attributes ul li label{ color: #909090; width: 110px; display: inline-block; vertical-align: top;word-wrap: break-word;}
.item-attributes ul li span{ width: calc(100% - 114px); display: inline-block;word-wrap: break-word;}
.item-attributes ul:first-child{ margin-right: 7%; border-right: 1px solid #ddd;}

@media only screen and (min-width: 768px) and (max-width: 825px){
    .item-attributes{flex-direction: column;}
    .item-attributes ul{width: 100%;}
    .item-attributes ul:first-child{margin-right: 0; border-right: 0; margin-bottom: 20px;}
}
@media only screen and (max-width: 767px){
    .item-attributes{margin-bottom: 30px;}
}
@media only screen and (max-width:480px){
    .item-attributes{flex-direction: column;}
    .item-attributes ul{width: 100%;}
    .item-attributes ul:first-child{margin-right: 0; border-right: 0; margin-bottom: 20px;}
}
/* Item attribute display for custom attributes - End (Amit) */

.checkbox-custom-field { display: flex; align-items: center; gap: 10px; margin-top: 15px;}
.item_detail .item_description .item_tabs .checkbox-custom-field .custom-checkbox-title{ margin: 0; }