:root {
    --wp--custom-primary-link-color: var(--wp--custom-primary-link-color) ;
    --white: #ffffff; 
    --btn-hover: #ffffff29; 
    --black: #000; 
    --green: #2ab400 ;
    --red: #b40011 ;
    --gold: #c28000 ;

    --light-blue: #155ecb;

    --border-color: #dbdbdb;
    --msg-green:  #13a88a;

  }
   

    /* var(--wp--custom-primary-link-color); */
  
.event-sec{
    margin: 0 auto;
}
.Seller-details {
    display: flex;
    justify-content: space-between;
}
.Seller-details .Seller-text-left, .Seller-details .Seller-img-right {
    width: 50%;
}
.Seller-details .Seller-img-right {
    padding-left: 1.5rem;
 
}
.Seller-details .Seller-img-right a{
    display:flex ;
    justify-content: end;
} 
.Seller-img-right a .seller-profile-image img {
    width: 333px;
    height: 333px;
    object-fit: cover;
    background-position: top center;
}
.Seller-img-right a .seller-profile-image {
    width: 50%;
    max-width: 100%;
}
.seller-profile-info:hover {
    opacity: 0.7;
}
p.prod-head {
    line-height: normal;
    text-transform: capitalize;
    height: 40px;
    margin-top: 0.625rem;
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--black);
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.pro-list-row .slick-list{width:100%;}
.product-list-item {
    position: relative;
    width: 25%;
    max-width: 100%;
    padding: 0 7.5px;
    margin-bottom: 5rem!important;
}
.owl-carousel .product-list-item {
    width: auto;
}
.c-lot-card__image .product-card-img {
    height: 437px;
    width: 100%;
    object-fit: cover;
    background-position: center center;
}
.pro-list-row {
    position: relative;
    margin: 80px -0.7rem 0 -0.7rem;
    display: flex;
    flex-wrap: wrap;
}
span.prod-like-count {
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 15px;
    margin: 0 4px 0 4px;
}
button.product-wishlist-button {
    left: 1.5rem;
    position: absolute;
    top: 0.75rem;
    display: flex;
    align-items: center;
    background-color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 5px 10px;
}
p.prod-bid-text {
    
    text-transform: uppercase;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.1818181818;
    color: #565b60;
    margin-bottom: 0;
}
.c-lot-time-time, .bidding-wrapper {
    margin-top: 20px;
}
p.prod-price-amount {
    color: var(--black);
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.2631578947;
    margin: 0 0 5px 0;
    padding: 0;
}
/* .c-lot-time-time .time-left {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.2666666667;
    color: #919397;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    text-transform: lowercase;
     
} */
.c-lot-time-time .time-left {
    line-height: 1.2666666667;
    color: #565b60;
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: .6875rem;
    font-weight: 400;
}
.c-lot-time-time .time-left div {
    color: var(--black);
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.2631578947;
    margin: 0 0 5px 0;
}

/* padding left for starting bid and time  */
 /* .c-lot-card__content .bidding-wrapper {
    padding-left: 40px;
}
.c-lot-card__content .c-lot-time-time {
    padding-right: 40px;
}  */
/* padding left and righr for starting bid and time  */


/* add border in image peoduct box description */
 .c-lot-card__content {
    text-align: left;
    padding: 0px 15px 7px 15px;
    border-top: 1px solid #dfdfdf;
    border-top: 0;
} 
.c-lot-card__image {
    border: 1px solid #dfdfdf;
}
/* add border in image peoduct box description */

/* add center in image peoduct box description */
/* .c-lot-card__content{flex-direction: column;}
.bidding-wrapper {
    width: 100%;
    text-align: center;
}
.c-lot-card__content .c-lot-time-time {
    width: 100%;
    text-align: center!important;
}
.c-lot-time-time .time-left div {
    text-align: center;
    width: 100%;
}
.c-lot-time-time .time-left{margin-top: 10px;}
.c-lot-card__content p.prod-head{text-align: center;} */


/* add center in image peoduct box description */



.seller-profile-info {
    width: 50%;
    align-items: center;
    background-color: #f0f1f5;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 333px;
    max-width: 100%;
    height: 333px;
}
.auction-list-expert {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2727272727;
    text-align: center;
}
.auction-list-expert-icon {
    display: inline-block;
    color: var(--wp--custom-primary-link-color);
    position: relative;
    top: -2px;
}
.auction-list-expert-details {
    color: #919397;
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
}
svg.heart-icon, svg.fill-heart-icon {
    color: var(--wp--custom-primary-link-color);
}
button.wish-list-button {
    border: 1px solid #d2d9e1;
    align-items: center;
    border-radius: 1.0625rem;
    color: #565b60;
    display: inline-flex;
    flex-direction: row;
    height: 2.125rem;
    overflow: hidden;
    padding: 0 0.5rem;
    position: relative;
    width: auto;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.4705882353;
    margin-bottom: 2rem;
}
.Seller-text-left h2 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 3rem;
    line-height: 65px;
}
button.wish-list-button span {
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.2666666667;
    padding-top: 0.125rem;
    margin-left: 0.4rem;
    margin-right: 0.25rem;
}
.seller-auction-start-date {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.1818181818;
    color: #565b60;
}
.auction-end-date {
    font-family: basisGrotesque,sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.2666666667;
    color: var(--wp--custom-primary-link-color);
    margin-top: 10px;
}
















































.vendor-main select {
    color: inherit!important;
    width: -webkit-fill-available;
    height: inherit;
    border-radius: 0;
    appearance: auto;
    padding: 13px 5px;
    border: 2px solid #d2d9e1;
    outline: none;
}
.vendor-main select option {
    background-color: inherit;
    padding: 5px 10px;
    line-height: 50px;
    font-size: 16px;
    min-height: 35px;
}
.vendor-main select option {
    padding: 8px 5px;
}

.page-heading{margin-top:30px ;}
.page-heading h1 {
    font-size: 34px;
    margin: 10px 0 10px 0;
}
.ui-tabs-vertical {width: 100%;}


.ui-tabs-vertical .ui-tabs-nav li a { display:block; }


.describe-lot-tab ul.ui-tabs-nav li.ui-tabs-tab .ui-tabs-anchor:before {
    content: " ";
    background: url(../../images/check-green.png) center no-repeat var(--white);
    position: absolute;
    height: 18px;
    width: 18px;
    background-size: cover;
    left: 5px;
    top: 2px;
    filter: grayscale(100%);
}
.describe-lot-tab ul.ui-tabs-nav li.ui-tabs-active.ui-tabs-active .ui-tabs-anchor:before {
    filter: inherit;
}

ul.ui-tabs-nav li.ui-tabs-tab .ui-tabs-anchor {
    display: block;
    width: 100%;
    padding: 0 40px 0 35px;
    position: relative;
    
}
.describe-lot-tab .ui-widget {
    font-family: 'roboto', sans-serif;
    font-size: 16px;
}
.describe-lot-tab div#tabs-list {
    width: 100%;
}
.describe-lot-tab .ui-widget-content {
    border: none;
    background: none;
    color: #222;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    max-width: 100%;
}
.ui-tabs p a {
    color: #6e1eff;
    font-weight: 500;
}
.curruncy-icon label.label-fix-top {
    left: 15px;
}
label.label-fix-top {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #727272;
}
.tab-footer-block {
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.left-arrow .footer-btn, .right-arrow .footer-btn, .form-box .btn {
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    text-transform: capitalize;
    padding: 14px 45px!important;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 18px!important;
    box-shadow: none;
    border: none;
    font-family: Verdana,Arial,sans-serif;
    line-height: normal;
}
.vendor-switch-label h4 {
    margin-right: 15px;
}
.describe-lot-tab .ui-widget-header {
    background: none;
    color: inherit;
    font-weight: normal;
    width: 20%;
    display: flex;
    flex-direction: column;
    padding: 0!important;
    max-width: 100%;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
}
.describe-lot-tab .ui-state-default, .describe-lot-tab .ui-widget-content .ui-state-default, .describe-lot-tab .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: inherit;
    padding: 12px 0!important;
    margin: 0!important;
    border-bottom: 2px solid #dbdbdb;
    list-style: none;
}
.describe-lot-tab ul.ui-tabs-nav li.ui-tabs-tab .ui-tabs-anchor .tab-title {
    font-size: 19px;
    color: #000;
    letter-spacing: 0.2px;
}
.describe-lot-tab ul.ui-tabs-nav li.ui-tabs-tab .ui-tabs-anchor .tab-sub-title {
    font-size: 14px;
    color: #6d6d6d;
}
.describe-lot-tab .ui-tabs .ui-tabs-panel {
    border: 2px solid #dbdbdb;
    border-left: none;
    padding: 20px;
    border-radius: 0;
}
section.cover h3 {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: #000;
    letter-spacing: 0.2px;
}
.ui-tabs p {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 20px;
}
.form-radio-gr {margin-bottom:15px;}
.form-radio-gr [type="radio"]:checked, .form-radio-gr [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form-radio-gr [type="radio"]:checked + label,
.form-radio-gr [type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 0 29px 0 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    padding-top: 2px;
    font-size: 15px;
}
.form-radio-gr label span.budge-digit {
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    font-size: 12px;
    height: 18px;
    width: 18px;
    display: flex;
    line-height: normal;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: -3px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.product-cont {
    border: 1px solid var(--border-color);
    width: calc(100% - 120px);
    padding: 9px;
    position: relative;
}
.product-cont p {
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    background-position: center center;
}
.product-img-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.in-acution-row .in-auc-product{width: calc(50% - 15px);}
.in-acution-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}
.bottom-left-fix {
    font-size: 15px;
    color: #919fa4;
    font-weight: 400;
    margin-top: 0;
    position: absolute;
    bottom: 8px;
}
.form-radio-gr [type="radio"]:checked + label:before,
.form-radio-gr [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #949393;
    border-radius: 100%;
    background: var(--white);
}
.in-auc-footer {
    width: 100%;
    border: 1px solid var(--border-color);
    border-top: none;
    padding: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in-auc-timer {
    font-size: 15px;
    color: #919fa4;
    font-weight: 400;
    margin-top: 8px;
}
.red-error {
    display: flex;
    align-items: center;
}
.blue-btn:hover {color: var(--white);}
.blue-btn {
    font-weight: 500;
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    padding: 10px 20px;
    margin-left: 20px;
    text-transform: capitalize;
}
.gen-msg {
    text-transform: capitalize;
    font-size: 15px;
    color: #919fa4;
    font-weight: 400;
}
.form-radio-gr [type="radio"]:checked + label:after,
.form-radio-gr [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: var(--wp--custom-primary-link-color);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-radio-gr [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-radio-gr [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-radio-gr [type="radio"]:checked + label:before {
    border: 2px solid var(--wp--custom-primary-link-color);
}
.tab-footer-block {
    width: 100%;
}
.describe-lot-tab .ui-tabs .ui-tabs-nav li{
    position: relative;
    
}

.line-separator {
    margin-bottom: 50px;
    border-bottom: 2px solid #c2c2c2;
    padding-bottom: 40px;
}
.describe-lot-tab .ui-tabs .ui-tabs-nav li:before{
    content: " ";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #b1b0b0;
    border-left: 2px solid #b1b0b0;
    transform: rotate(135deg);
    right: 20px;
    top: 43%;
    bottom: 0;
}
.describe-lot-tab .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    right: 10px;
}
.label-fix-top-main{display: inline-block;}
.mr-top-0{margin-top: 0px;}
.mr-top-10{margin-top: 10px;}
.mr-top-15{margin-top: 15px;}
.mr-top-20{margin-top: 20px;}
.mr-top-25{margin-top: 25px;}
.mr-top-30{margin-top: 30px;}
.mr-top-40{margin-top: 40px;}
.mr-top-50{margin-top: 50px;}

.mr-top-60{margin-top: 60px;}
.mr-bottom--60{margin-bottom: -60px;}

.mr-right-left-10{margin: 0 10px;}
.mr-right-5{margin-right: 5px;}

.mr-bottom-0{margin-bottom: 0px;}
.mr-bottom-5{margin-bottom: 5px;}
.mr-bottom-10{margin-bottom: 10px ;}
.mr-bottom-15{margin-bottom: 15px;}
.mr-bottom-20{margin-bottom: 20px;}
.mr-bottom-25{margin-bottom: 25px;}
.mr-bottom-30{margin-bottom: 30px;}
.mr-bottom-40{margin-bottom: 40px;}

.text-red{color: var(--red);}
.text-green {color: var(--msg-green);;}
.Success-msg {border-left: 3px solid var(--msg-green);}
.text-bold{font-weight: bold;color: var(--black);}
.text-blue{font-weight: bold;color: var(--wp--custom-primary-link-color);}

 
.in-auc-footer .gen-msg {
    display: flex;
    align-items: center;
}
.red-error {
    border-left: 3px solid var(--red);
}
.form-box {
    margin: 10px 15px;
    outline: none;
    padding: 0;
    position: relative;
    
}
.preview-screen-box .prev-item p, .preview-screen-box .prev-item h5 {
    margin: 10px 0;
}
.preview-screen-box .prev-item {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-bottom: 15px;
}
.vendor-form-row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ui-tabs section {
    width: 100%;
}
.form-box.curruncy-icon input {
    padding: 26px 15px 10px 30px;
}
.form-box input, .form-box textarea, .form-box input, .form-box select {
    padding: 26px 15px 10px 15px;
    border: none;
    background-color: #eaeaea;
    box-shadow: none;
    width: 100%;
    font-size: 15px;

}
.horizontal-line {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #d7d7d7;
    margin: 25px 0;
}
.form-box input:focus {
    outline: none;
}
.form-box.col-md-4 {
    width: calc(33.33333333% - 30px);
}
span.cur_icon {
    position: absolute;
    top: 29px;
    left: 15px;
    bottom: 0;
    height: 66px;
    font-weight: 500;
}
.checkbox_switch{
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    margin-right: 20px;
  }
  
  .checkbox_switch input {
    display:none;
  }
  
  .checkbox-slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .checkbox-slider:before {
    background-color: var(--white);
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
  }
  
  .checkbox_switch input:checked + .checkbox-slider {
    background-color: var(--wp--custom-primary-link-color);
  }
 
  .checkbox_switch input:checked + .checkbox-slider:before {
    transform: translateX(26px);
  }
  
  .checkbox-slider.round {
    border-radius: 34px;
  }
  
  .checkbox-slider.round:before {
    border-radius: 50%;
  }
  
  .vendor-switch-label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Tabs */
.Sales-tab-list {
    background-color: var(--white);
  }
  .Sales-tab-list ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    border-bottom: none;
  }
  .Sales-tab-list ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 0;
    padding: 16px 0;
    border-radius: 0;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
    border-bottom: none;
    margin: 0 16px;
  }
  .Sales-tab-list ul#tabs-nav li.active {
    border-bottom: 3px solid var(--wp--custom-primary-link-color);
}
.Sales-Tab {
    margin-top: 10px;
}
a.btn-submit {
    font-weight: 500;
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    padding: 10px 20px;
    margin-left: 20px;
    display: inline-block;
}
a.bulk-link {
    color: #585555;
    font-weight: 500;
}
  #tabs-nav li a {
    text-decoration: none;
    color: #000;
  }
  .tab-content {
    padding: 3%;
   background-color: var(--white);
  }
  .tab-nav-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.salse_tab-content .page-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
}
.Sales-tab-list ul#tabs-nav li:first-child {
    margin-left: 0;
}
ul.review-and-user {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
    ul.review-and-user li{
    list-style: none;
    padding: 0;
    margin: 0;
}
 
ul.review-and-user li.user_data a {
    border-bottom: 2px solid #d3d3d3;
}
ul.review-and-user li.user_data {
    background-image: url(../../images/united-states-fl.png);
    background-repeat: no-repeat;
    padding: 0 0 0 22px;
    background-size: contain;
    background-position: left center;
}
ul.review-and-user li.reviews_details span{font-weight: bold;padding-right: 8px;}
ul.review-and-user li.reviews_details a {
    border-bottom: 2px solid #d3d3d3;
}
ul.review-and-user li.reviews_details {
    background-image: url(../../images/review-like.png);
    background-repeat: no-repeat;
    padding: 0 0 0 18px;
    background-size: contain;
    background-position: left center;
    margin-left: 20px;
}
 
/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
  }
    .custom-select-wrapper select {
      display: none;
    }
    .custom-select {
      position: relative;
      display: inline-block;
    }
      .custom-select-trigger {
        position: relative;
        display: block;
        width: 130px;
        padding: 0 84px 0 22px;
        font-size: 22px;
        font-weight: 300;
        color: var(--white);
        line-height: 60px;
        background: #5c9cd8;
        border-radius: 4px;
        cursor: pointer;
      }
        .custom-select-trigger:after {
          position: absolute;
          display: block;
          content: '';
          width: 10px; height: 10px;
          top: 50%; right: 25px;
          margin-top: -3px;
          border-bottom: 1px solid var(--white);
          border-right: 1px solid var(--white);
          transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          transform-origin: 50% 0;
        }
        .custom-select.opened .custom-select-trigger:after {
          margin-top: 3px;
          transform: rotate(-135deg) translateY(-50%);
        }
    .custom-options {
      position: absolute;
      display: block;
      top: 100%; left: 0; right: 0;
      min-width: 100%;
      margin: 15px 0;
      border: 1px solid #b5b5b5;
      border-radius: 4px;
      box-sizing: border-box;
      box-shadow: 0 2px 1px rgba(0,0,0,.07);
      background: var(--white);
      transition: all .4s ease-in-out;
      
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(-15px);
    }
    .custom-select.opened .custom-options {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transform: translateY(0);
    }
      .custom-options:before {
        position: absolute;
        display: block;
        content: '';
        bottom: 100%; right: 25px;
        width: 7px; height: 7px;
        margin-bottom: -4px;
        border-top: 1px solid #b5b5b5;
        border-left: 1px solid #b5b5b5;
        background: var(--white);
        transform: rotate(45deg);
        transition: all .4s ease-in-out;
      }
      .option-hover:before {
        background: #f9f9f9;
      }
      .custom-option {
        position: relative;
        display: block;
        padding: 0 22px;
        border-bottom: 1px solid #b5b5b5;
        font-size: 18px;
        font-weight: 600;
        color: #b5b5b5;
        line-height: 47px;
        cursor: pointer;
        transition: all .4s ease-in-out;
      }
      .custom-option:first-of-type {
        border-radius: 4px 4px 0 0;
      }
      .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
      }
      .custom-option:hover,
      .custom-option.selection {
        background: #f9f9f9;
      }
      .tab_con_box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .tab_con_box-left {
        width: 25%;
        padding-right: 30px;
    }
    .tab_con_box-left h3 {
        border-bottom: 1px solid #d3d3d3;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .tab_con_box-right {
        width: 75%;
    }
    .sold_page_content{
        width: 100%;
    }
    .tab_con_box-full {
        width: 100%;
    }
    .switch-label-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 80px);
    }
    .switch-label-text span.count-digit {
        font-weight: bold;
    }
    .tab_con_box-right .search_and_filter {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
         
    }
    .search_bl form{
        display: flex;
    }
    .search_bl input {
        background-color: #f0f1f5;
        border: none;
        border-radius: 0;        
        font-weight: 600;
        color: #000!important;
        width: calc(100% - 60px);
        height: 60px;
        padding: 0 15px;
    }
    .search_bl, .filter_bl {
        width: 49%;
        margin-bottom: 10px;
        position: relative;
    }
    .search_bl input:focus {
        border-color: #000;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .search_bl button.search-btn {        
        width: 60px;
        height: 60px;
        cursor: pointer;
        background-color: var(--wp--custom-primary-link-color);
        box-shadow: none;
        border: none;
        background-image: url(../../images/Auction-search.png);
        background-repeat: no-repeat;
        background-size: 34px;
        background-position: center center;
    }
    .filter_bl select {
        background-color: #f0f1f5;
        border: none;
        border-radius: 0;
        height:60px;
        font-weight: 600;
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
        position: relative;
        text-indent: 15px;
    }     
    
    .custom-icon_select{position: relative;}
    span.icon_select_mate {
        position: absolute;
        left: auto;
        right: 10px;
        top: 18px;
    }
    .filter_bl select:focus-visible {
        outline: none;
    }

    .custom-icon_select select {
        background: #f5f5f5!important;
      }
      .custom-icon_select select.is-empty{
        color: #757575!important;
      }
      .custom-icon_select select:invalid {
        color: #757575!important;
      }
      ul.custom-Breadcrumb li a {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        font-family: sans-serif;
    }
    ul.custom-Breadcrumb li {
        list-style: none;
        padding-right: 20px;
        position: relative;
    }
    ul.custom-Breadcrumb li:last-child {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 15px;
    }
      ul.custom-Breadcrumb {
        padding: 0;
        margin: 20px 0 25px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .product_data table td {
        vertical-align: top;
    }
    ul.custom-Breadcrumb li:last-child::before{display: none;}
    ul.custom-Breadcrumb li:before {
        content: "";
        width: 5px;
        height: 5px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform: rotate(135deg);
        display: block;
        margin: 0;
        position: absolute;
        right: 9px;
        top: 9px;
    }
    ul.custom-Breadcrumb li:last-child a {
        font-weight: bold;
        font-size: 15px;
    }
    .product_data table tr td h3 {
        font-size: 14px;
        margin: 0;
    }
 
    td.action-box select {
        border: 2px solid #cdcdcd;
    }
    .product_data table tr:nth-child(even) {
        background-color: var(--white);
    }
    .highest-bid-box p{margin: 0;font-size: 12px;text-transform: uppercase;}
     
    .Status-box a {
        color: var(--wp--custom-primary-link-color);
        font-weight: bold;
        font-size: 14px;
        border-bottom: 2px solid var(--wp--custom-primary-link-color);
        padding-bottom: 2px;
        margin-top: 10px;
        display: inline-block;
    }


    th.check-box {width: 60px;}
    .image-box{width: 115px;}
    .Title-box{width: 181px;}
    .Auction-box{width: 250px;}
    .Status-box{width: 180px;}
    .highest-bid-box{width: 136px;}
    .action-box{width: 180px;}
    td.check-box input[type="checkbox"] {height: 27px;width: 27px;position: relative;top: 12px;}
    td.image-box img {
        height: 90px;
        width: 90px;
        max-width: 90px;
        object-fit: cover;
    }

    .product_data table {
        border: 2px solid #e3e3e3;
    }
        
    .product_data table td{position: relative;}
    .product_data table td, .product_data table th {
        border-bottom: 2px solid #e3e3e3;
        font-size: 14px;
        border-right: none;
        border-left: none;
        padding: 16px;
    }
    .drop-down .selected {
        position: relative;
        right: 0px;
        text-align: center;
        border-width: 0.0625rem;
        border-style: solid;
        border-color: rgb(210, 217, 225);
        border-image: initial;
    }
    .user-Profile img.user-icon {
        width: 50px;
        border-radius: 50%;

    }
   .vendor-form-row select option{
        font-size: 18px;
    min-width: 30px;
    }

/* grid style start here */
.fix-text-on-left-img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    z-index: 9;
    width: 495px;
    max-width: 100%;
    padding: 6px 0;
}

.fix-text-on-left-img p.text-b {
    color: var(--white);
    margin: 0;
    font-weight: bold;
    padding: 0px 20px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 10px;
    width: 1000px; /* Adjust the width to fit your needs */
    max-width: 100%;
  }
  
  .item-block.main > img{height: 500px; width: 100%;}
  .img-block-foot {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 0 0;
}
.img-block-foot .image-text {
    font-weight: bold;
    font-size: 14px;
    margin: 3px 0 0 0;
    line-height: normal;
    width: 100%;
}
a.delete-icon {
    width: 25px;
}
.auction-gallery-images .item-block.main img.uploaded-img {
    width: 100%;
    height: calc(100% - 33px);
}
.item-block.main {
    position: relative;
}
.ui-draggable-handle a.delete-icon img {
    height: 25px!important;
}
.tab-screen:last-child {
    border-bottom: none;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{outline: none;}
  
  .main {
    grid-area: 1 / 1 / 3 / 3;
  }

  
/* grid sty end here */


/* add auction page images */
#featured_image_show{
    width: 150px;
    margin: 10px;
}
/* 
#gallery_images_show{
    margin: 10px;
} */
section#list .image-box-cover:first-child {
    grid-area: main;
    margin-top: 0;
    width: 100%;
}
section#list {
    column-gap: 1%;
    display: grid;
    grid-area: imgs;
    grid-template-areas:
        "main main img img"
        "main main img img";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 0.625rem;
}




 
/* seller image file upload image */ 
.sort-image .links {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--wp--custom-primary-link-color);
    transition: all .1s ease-in-out;
    font-weight: 400;
}
.upload-action {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.upload-action .device-upload-btn button{
    margin-top: 0;
}
span.upload-btn, .device-upload-btn button{
    align-items: center;
    display: inline-flex;
    justify-content: stretch;
    color: #000;
    font-family: basisGrotesque,sans-serif;
    font-size: .9375rem;
    background-color: var(--white);
    border: 0.0625rem solid #d2d9e1;
    text-align: center;
    line-height: 1.2666666667;
    padding: 10px 20px 10px 50px;
    margin-top: 20px;
    font-weight: 700;
    background-image: url(../../images/computer-icon.svg);
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: 27px;
}

.describe-lot-tab ul.ui-tabs-nav .invalid-input.ui-tabs-tab .ui-tabs-anchor:before {
    content: " ";
    background: url(../../images/form-error.svg) center no-repeat #fff!important;
    background-size: 20px!important;
    filter: inherit;
}




.panel-b {margin: 100px auto 40px; max-width: 500px; text-align: center;}
.img-upload .vendor-form-row{flex-direction: column;}
.main_full.gallery_upload_box{width: 100%;}
.btn_upload h3 {font-size: .9375rem;font-weight: 400;line-height: 1.2666666667;margin-top: 2.5rem;margin-bottom: 0;}
.button_outer {
    background: #f0f1f5;
    text-align: center;
    height: 370px;
    padding: 50px;
    width: 330px;
    display: inline-block;
    transition: .2s;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 50px;
}
.btn_upload {padding: 17px 30px 12px; color: var(--white); text-align: center; display: inline-block; overflow: hidden; z-index: 3;  left: 0; position: absolute; right: 0;top: 0;bottom: 0;display: flex; align-items: center; justify-content: center; flex-direction: column;}
.btn_upload input {position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; opacity: 0;}
.file_uploading {width: 100%; height: 10px; margin-top: 20px; background: #ccc;}
.file_uploading .btn_upload {display: none;}
.processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#83ccd3; transition: 3s;}
.file_uploading .processing_bar {width: 100%;}
.success_box {display: none; width: 50px; height: 50px; position: relative;}
.success_box:before {content: ''; display: block; width: 9px; height: 18px; border-bottom: 6px solid var(--white); border-right: 6px solid var(--white); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); position: absolute; left: 17px; top: 10px;}
.file_uploaded .success_box {display: inline-block;}
.file_uploaded {margin-top: 0; width: 50px; background:#83ccd3; height: 50px;}
.uploaded_file_view {max-width: 300px; margin: 40px auto; text-align: center; position: relative; transition: .2s; opacity: 0; border: 2px solid #ddd; padding: 15px;}
.file_remove{width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; background: #aaa; line-height: 30px; color: var(--white); font-size: 12px; cursor: pointer; right: -15px; top: -15px;}
.file_remove:hover {background: #222; transition: .2s;}
.uploaded_file_view img {max-width: 100%;}
.uploaded_file_view.show {opacity: 1;}
.error_msg {text-align: center; color: #f00}
/* seller image file upload image */


  
  

   
  .product_data .pagination{

    margin-top: 12px;
}
 

.product_data .pagination a.next.page-numbers, .product_data .pagination a.prev.page-numbers {
    
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    padding: 16px 54px;
    font-weight: 600;
    width: 200px;
    margin: 0 20px;
    
}
.product_data .pagination {
    min-width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
    position: relative;
    text-align: center;
}
.product_data .pagination a, .product_data .pagination span {
    padding: 0px 15px;
    font-weight: bolder;
}
 
.table-no-products{
    text-align: center;
}
.front-img-preview img{
    width: 30%;
}
.p-message-failed{
    color: red;
}

.p-message-success{
    color: green;
}
 
span.input-error{
    display: none;
    color: red;
    position: relative;
    font-size: 15px;
    top: 6px;
}
span.required-sign{
    color: red;
}

.describe-lot-tab div#tabs-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div#tabs-list ul {
    width: 250px;
}
div#tabs-list .lot-main {
    width: calc( 100% - 250px);
    padding-left: 30px;
    padding-right: 30px;
    height: 58.5vh;
    overflow: scroll;
    overflow-x: hidden;
    border: 2px solid #dbdbdb;
    padding-top: 20px;
}

#tabs-list ul li.active{
    background-color: #949393;
}

.tooltip {
    position: absolute;
    /* left: 50%;
    top: 50%; */
    display: inline-block;
    border-bottom: 0px dotted black; /* If you want dots under the hoverable text */
    color: var(--wp--custom-primary-link-color);
    cursor: pointer;
}
td.action-box button {
    border: none;
    padding: 13px 10px;
    min-width: 130px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.reciept-links {
    display: flex;
    flex-direction: column;
}
.reciept-links a{margin-bottom: 5px;margin-left: 10px;}
 
.drop-down{
    position:relative;
    /* z-index: 0; */
    width: 100%;
  }
  .drop-down:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--wp--custom-primary-link-color);
    border-left: 2px solid var(--wp--custom-primary-link-color);
    top: 19px;
    transform: rotate(225deg);
}
  
  .drop-down .selected {
    display: block;
    padding-right: 0px;
    width: initial;
    border-radius: 2px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    z-index: 0;
}
  
  
  .drop-down .selected span{
    cursor:pointer;
    display:block;
    padding:17px 16px;
    text-align: left;
    z-index: 0;
  }
  
  .drop-down .option{
    position:relative; 
  }
  
  .drop-down .options ul{
    /* background: #fff none repeat scroll 0 0; */
    list-style: none;
    /* position: absolute; */
    /* left: 0px; */
    /* top: 100%; */
    padding: 0.25rem;
    box-shadow: rgba(34, 34, 34, 0.08) 0px 0.25rem 0.5rem;
    right: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(34, 34, 34, 0.08);
    z-index: 99999999999999999999999;
  }
  .drop-down .options ul li {
    list-style: none;
}
  .drop-down .selected span.value, .drop-down .options span.value{
    display: none;
  }
  
  .drop-down .options ul li a{
    text-decoration: none;
    color: #000;
    display: block;
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
    font-weight: 600;
    width: 100%;
    transition-duration: inherit;
    text-align: left;
}
 
.drop-down .options {
    background-color: #fff;
    display: none;
    z-index: 99999;
    position: absolute;
    width: 100%;
}
  
  .drop-down .options ul li a:hover{
    background:var(--wp--custom-primary-link-color);
    color:#fff;
  }
  .select-Radio-update {
    display: flex;
    justify-content: space-between;
}
.radio-row{display: flex;flex-wrap: wrap;}
.radio-row .form-radio-gr {
    margin-right: 20px;
}
.saved-icon a.remove-uat.uat-savedlist-action-loop i.fas.fa-heart, .uat-savedlist-action-loop i.far.fa-heart {
    color: var(--wp--custom-primary-link-color);
}
.saved-icon .uat-savedlist-action-loop i.fas.fa-heart, .saved-icon .uat-savedlist-action-loop i.far.fa-heart {
    font-size: 21px;
}
.saved-icon .uat-savedlist-action-loop span.prod-like-count, .saved-icon .uat-savedlist-action-loop span.prod-like-count {
    margin: 0;
}
.like-product span, .like-product {
    background-color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 4px 7px 3px 10px;
    z-index: 2;
}
.c-lot-time-time .time-left .uwa_auction_product_countdown span {
    color: var(--black);
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 1px;
}



 


td.action-box button.green{background-color:  var(--green);color: var(--white)}
td.action-box button.red{background-color:  var(--red);color: var(--white)}
td.action-box button.gold{background-color:  var(--gold);color: var(--white)}



.tooltip .tooltiptext {
    visibility: hidden;
    background-color: var(--white);
    color: black;
    padding: 10px 15px 15px 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid;
    width: 260px;
    min-height: 140px;
    margin-top: 12px;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.product_data table th {
    color: #898686;
    font-weight: 600;
}
.user-Profile img.user-icon {
    margin-right: 10px;
}
.profile-text h5 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 7px;
}
.user-Profile {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: left;
}
.feedback-msg p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
}
.feedback-msg {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}
/* Tooltip arrow */
 

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    position: relative;
}
.tooltiptext:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 46%;
    right: 0;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(0 0 0 / 10%);
}
#gallery_images_show a.delete-icon img {
    height: auto!important;
}
.ui-draggable-handle img {
    height: 280px!important;
    width: 100%;
    object-fit: cover;
}
.save-msg-green {
    border: 2px solid #16c716;
}
.save-msg-green, .save-msg-red {
    padding: 10px;
    margin-top: 29px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}
.save-msg-red {
    border: 2px solid var(--red);
}
.select-Radio-update form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.update-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.update-link input[type="submit"]:focus {box-shadow: none;}
.update-link input[type="submit"] {
    color: var(--wp--custom-primary-link-color);
    background-color: transparent;
    border: none;
    font-weight: bold;
    padding: 0 0 0 25px;
    z-index: 1;
    outline: none;
    cursor: pointer;
}
.update-link svg.mr-right-5 {
    position: absolute;
    left: 3px;
}

/* main base theme css ovverrite here */
.saved-icon {
    top: 10px;
    right: auto;
    left: 20px;
    z-index: 1;
}
.c-lot-card__content {
    text-align: left;
    min-height: 120px;
}
.ua-product-listing .product-list-columns {
    margin: 0 -7.5px;
}

.list-view .product-list-columns {
    flex-direction: column;
}
.list-view .product-list-item{width: 100%;}
.list-view .product-list-item .c-lot-card__image {
    display: flex;
}
.list-view .product-list-item .image_blocks, .list-view .product-list-item .c-lot-card__content {
    width: 22%;
}
.ua-product-listing.prod.list-view .product-card-img {
    height: 306px;
    width: auto;
}
.list-view .product-list-item .image_blocks {
    background-color: #f0f1f5;
    margin-right: 24px;
}
.list-view .product-list-item .c-lot-card__content {
    position: relative;
     padding: 15px 20px 100px 10px;
     border: none;
 }
.list-view .product-list-item .c-lot-time-time{
    position: absolute;
    left: 10px;
    bottom: 0px;
}
.list-view .product-list-item .c-lot-card__image .c-lot-card__content time.time-left .auction-countdown-check, 
.list-view .product-list-item .c-lot-card__image .c-lot-card__content time.time-left .time_countdown_event{
    position: static;
    margin: 0;
    left: 0;
    bottom: 0;
    top: inherit;
}
.auction-end-date .time_countdown_event {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    display: inline-block;
    width: auto;
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
}
.product-list-item .auction-countdown-check {
    padding: 0px;
    border: none;
    border-radius: 0px;
    margin: 0;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-weight: bold;
    color: var(--black);
    /* text-transform: uppercase; */
}
.time-left .time_countdown_event {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    display: inline-block;
    width: auto;
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
}
#EventSearch-results p.prod-bid-text {
    bottom: 35px;
}
.list-view .product-list-columns .product-list-item .c-lot-card__image {
    border: 1px solid #f2f2f2;
}
.list-view .product-list-item .c-lot-card__content p.prod-head {
    margin: 0;
    font-size: 19px;
    height: auto;
}
 .place-bid-btn {
    display: none;
}
.list-view .product-list-item p.prod-bid-text-sub, .list-view .product-list-item .place-bid-btn {
    display: block;
}
.list-view .product-list-item p.prod-bid-text {
    position: absolute;
    bottom: 65px;
    left: 10px;
}
.list-view .product-list-item p.prod-price-amount {
    position: absolute;
    bottom: 35px;
    left: 10px;
}
.buyer-page-sorting-box-result h5 {
    margin: 40px 0 10px 0;
}
.buyer-page-title {
    margin: 30px 0 0 0;
}
.list-view .product-list-item p.prod-bid-text-sub {
    display: block;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.4705882353;
    color: #919397;
    margin: 0;
}
.list-and-grid-icon .view a {
    color: #919397;
    height: 2rem;
    padding: 4px 4px 0;
    position: relative;
    display: inline-block;
    margin:  7px 0 0 0;
}
button.place-bid-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    font-weight: 500;
    line-height: 25px;
    font-size: 16px;
    padding: 13px 19px;
    cursor: pointer;
}
.selected svg path {
    fill: var(--wp--custom-primary-link-color);
}
.right-sidebar .c-lot-card__image .product-card-img,
.left-sidebar .c-lot-card__image .product-card-img {
    height: 300px;
}
.right-sidebar .ua-product-listing.prod.list-view .product-card-img,
.left-sidebar .ua-product-listing.prod.list-view .product-card-img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    margin: 0 auto;
    display: inherit;
}
.ua-product-list-sec.right-sidebar .ua-product-listing.prod{padding-left: 0;padding-right: 3%;}
.ua-product-list-sec.left-sidebar .ua-product-listing.prod {
    padding-left: 3%;
}
.ua-filter-sidebar, .right-sidebar .ua-filter-sidebar {
    width: 340px;
    max-width: 100%;
    padding: 30px 30px 30px 20px;
    background-color: #f0f1f5;
    margin-top: 20px;
}
.price-range-slider .range-bar .ui-slider-range, .price-range-slider .range-bar .ui-slider-handle+span {
    background: var(--wp--custom-primary-link-color);
}
.price-range-slider .range-bar .ui-slider-handle{border: 2px solid var(--wp--custom-primary-link-color);}
/* main base theme css ovverrite here */


/* catagory page design css start*/
a.catagory-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #727272;
    border: 1px solid #d2d9e1;
    line-height: 39px;
    position: relative;
    border-bottom: none;
    margin-bottom: 20px;
    margin-right: 5px;

}
a.catagory-text div {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -0.0625rem;
    left: 0;
    right: 0;
}
.catagory-text-row {
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    overflow: hidden;
    padding-right: 90px;
    position: relative;
    justify-content: space-between;
}
a.catagory-all {
    position: absolute;
    right: 0;
}
a.catagory-all {
    position: absolute;
    right: 0;
    height: 40px;
    width: 74px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: var(--black);
    border: 1px solid #d2d9e1;
    margin-bottom: 0;
    margin-right: 0;
    text-transform: capitalize;
}
.catagory-all svg {
    width: 24px;
    color: var(--wp--custom-primary-link-color);
}
.catagory-box {
    background-color: rgb(204, 236, 255);
    padding: 16px;
}
.catagoty-box-row {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
a.catagory_link h4 {
    padding-right: 16px;
    word-break: break-word;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    font-family: ui-sans-serif;
    width: calc(100% - 79px);
}
a.catagory_link {
    display: flex;
    justify-content: space-between;
}
.catagory_link_img img {
    width: 90px;
    height: 90px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0%;
    background-position: center center;
    object-fit: cover;
}
/* catagory page design css start*/


/* slick slider js */
.pro-list-row .slick-slider {
    position: relative;
    display: block;
}
.pro-list-row  button.slick-prev, .pro-list-row  button.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
     background-color: transparent;
    padding: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}
.pro-list-row .slick-next:before, .pro-list-row .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pro-list-row .slick-prev{
    left: -25px;
}
.pro-list-row .slick-next {
    right: -25px;
}
.pro-list-row button.slick-prev:before{
    content: " ";
    transform: rotate(-45deg);
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;

}
.pro-list-row button.slick-next:before{
    content: " ";
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
}
/* slick slider js */

.product-sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view-all-btn a{
    font-weight: bold;
    color: var(--wp--custom-primary-link-color);
}
.list-and-grid-icon .drop-down .selected{width: 250px;}
.list-and-grid-icon .prod_fil{right: 10px;bottom: -5px;}
.time_countdown_event {
    border: 1px solid #000;
    padding: 10px 10px 10px 0;
    border-radius: 15px;
    margin: 10px auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
}
.no-result-found {
    margin: 15px;
}

#upload_message{
    font-weight: bold;
    margin-bottom: 20px;
    color: green;
    text-align: center;
}
.upload_message_red{
    color: red;
}
p.prod-bid-text-sub {
    margin: 0;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    height: 41px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-search-box ul li:first-child {
    color: #565b60;
    margin-right: 20px;
}
.related-search-box ul li{list-style: none;}
.related-search-box ul {
    display: flex;
    margin-top: 10px;
    padding: 0;
    flex-wrap: wrap;
}
.related-search-box ul li a {
    color: #919397;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #919397;
    line-height: normal;
}

.related-search-box ul li a{
color: #919397;}
.related-search-box ul li, .related-search-box ul li a {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 2.2666666667;
 
    transition: all .1s ease-in-out;
    text-transform: capitalize;
}
.ua-live-search .search-button button {
    margin: 0px 0 0 0;
}

.search a.save-search {
    color: var(--wp--custom-primary-link-color);
}
.search-input input{
    width: 100%;
    padding: 0px 10px;
    appearance: none;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0px;
    transition: border-color 0.25s ease 0s;
    height: 50px;
    color: rgb(0, 0, 0);
    background-color: rgb(240, 241, 245);
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.26667;
    text-transform: capitalize;
}
.search a:hover {
    color: inherit;
}
span.inner-text {
    font-size: 14px;
    font-weight: 500;
    top: -1px;
    position: relative;
}
a.save-search i {
    margin-right: 5px;
}
h1.Search-result_head {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.2666666667;
    margin-bottom: 10px;
}
.box_bid_status_text.red {
    background-color: red;
}
.save-and-recent-searches{margin-bottom: 50px;}

.box_bid_status_text {
    padding: 10px;
    margin: 20px 0 20px 0;
    color: var(--white);
    text-align: center;
    font-weight: bold;
}
.box_bid_status_text.green {
    background-color: green;
}
.box_bid_status_text p {
    margin: 0;
    font-size: 18px;
}

.search_input_box input[type="search"] {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.2666666667;
    background-color: #f0f1f5;
    border-bottom: 2px solid #f0f1f5;
    white-space: nowrap;    
    border: none;
    padding: 0 20px;
    height: 52px;
    margin-bottom: 0;
    width: calc(100% - 176px);
}
span.search-team-text, .search-tearm a.manage-link {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.2666666667;
    color: #565b60;
    margin: 0;
    padding: 0;
    display: block;
}
.search-tearm a svg {
    margin-left: 0.25rem;
    color: var(--wp--custom-primary-link-color);
}
.search_input_box {
    border-bottom: 1px solid #d2d9e1;
    padding: 0 0 50px 0;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    width: 50%;
}
.search_result{position: relative;display: flex;margin-bottom: 20px;}
.save-search {
    display: flex;
    flex-wrap: wrap;
}
span.c-button__label {
    font-size: .9375rem;
    font-weight: 500;
    padding: 0 10px;

}
span.c-button__content {
    display: flex;
    align-items: center;
}
button.c-button-template {    
    border: none;        
    color: var(--white);
    background-color: var(--wp--custom-primary-link-color);
    padding: 0 12px;
}
.icon-with-search-name {
    width: calc(100% - 90px );
}
.icon-with-search-name a.like_icon {
    display: flex;
    width: 100%;
}
.save-search .left-search {
    width: 23%;
    max-width: 100%;
}
.right-save-search h6 {
    padding-left: 0;
    padding-right: 0;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.1818181818;
    padding-top: 1rem;
    text-transform: uppercase;
}
.search-name-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}
.right-save-search {
    width: 50%;
    max-width: 100%;
}
.icon-with-search-name {
    display: flex;
}
.search-name-row svg {
    color: #d2d9e1;
}
.icon-with-search-name p {
    font-size: .8375rem;
    font-weight: 500;
    line-height: 1.666667;
    margin: 0 0 0 7px;
}
a.remove_icon {
    margin-left: 1.25rem;
}
.search-name-row:hover {
    background-color: #f0f1f5;
    cursor: pointer;
}
.edit-and-remove a svg {
    color: var(--wp--custom-primary-link-color);
}
.search-msg {
    font-size: .9375rem;
    line-height: 1.2666666667;
    color: #32a532;
    font-weight: bold;
    display: none;
    border: 2px solid #32a532;
    padding: 6px 21px;
    margin-bottom: 22px;
    border-radius: 4px;
}
.related-search-box ul li:last-child a {
    border-right: none;
}




/* copy button css start here */
#copy_button {
    position: relative;
    overflow: visible;
  }
  .active#copy_tooltip{opacity: 1;}
  #copy_tooltip {
    display: block;
    position: absolute;
    background: var(--wp--custom-primary-link-color);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    top: 0;
    left: -27px;
    right: 0;
    margin: auto;
    opacity: 0;
    width: 80px;
    font-weight: 700;
    font-size: 13px;
  }
  #copy_tooltip.active {
    -webkit-animation: slide-up 0.15s cubic-bezier(0.51, 0.92, 0.265, 1.55) both;
    animation: slide-up 0.15s cubic-bezier(0.51, 0.92, 0.265, 1.55) both;
  }
  #copy_tooltip.inactive {
    -webkit-animation: slide-up 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
    animation: slide-up 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
  }
  #copy_tooltip:after {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid var(--wp--custom-primary-link-color);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  
  @-webkit-keyframes slide-up {
    0% {
      transform: translateY(0) scale(0.8);
      opacity: 0;
    }
    100% {
      transform: translateY(-35px) scale(1);
      opacity: 1;
    }
  }
  @keyframes slide-up {
    0% {
      transform: translateY(0) scale(0.8);
      opacity: 0;
    }
    100% {
      transform: translateY(-35px) scale(1);
      opacity: 1;
    }
  }
  /* copy button css end here */


  .page-heading span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #959595;
    letter-spacing: 0.5px;
}

section.order-details-page .page-heading h1 {
    font-size: 45px;
    padding-bottom: 13px;
    position: relative;
}

section.order-details-page .page-heading h1:before {
    content: " ";
    background-image: url(../../images/order-dillver-border.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 570px;
    max-width: 100%;
    background-size: cover;
}
.dilver-on {
    text-transform: uppercase;
    margin: 12px 0 8px 0;
    display: inline-block;
    font-size: 14px;
    color: gray;
    letter-spacing: 1px;
    font-weight: 500;
}
.delivered-block h4 {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-indent: 8px;
    margin-bottom: 30px;
}
a.getsupportlink {
    font-weight: 500;
    color: var(--wp--custom-primary-link-color);
    font-size: 14px;
    text-transform: capitalize;
}
.hor-line.mr-t-0{margin-top: -20px;}
.hor-line {
    background-color: #d1d8e1;
    height: 2px;
    display: block;
    width: 100%;
    margin: 57px 0;
}
.order-sold-details h3 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.order-sold-details small {
    font-size: 14px;
    font-weight: 500;
    color: gray;
    margin-bottom: 5px;
    display: inline-block;
}
.number-copy {
    display: flex;
    align-items: center;
}
.number-copy p#copy_textarea {
    margin: 0;
}
button#copy_button {
    background-color: transparent;
    border: none;
    line-height: normal;
    margin: 0 0 0 5px;
    padding: 0;
    cursor: pointer;
}
.number-copy p#copy_textarea {
    margin: 0;
    font-weight: 500;
    color: grey;
}
section.order-details-page .pro-list-row {
    margin: 30px -0.7rem 0 -0.7rem;
}

.details-row {
    display: flex;
}
.col-3.right {
    text-align: right;
}
.details-row .col-3 {
    width: 25%;
}
.details-row .col-6 {
    width: 75%;
}
.col-3.right {
    text-align: right;
}
.details-row .headings h2 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.col-3 h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: grey;
    margin-bottom: 5px;
}
.col-3 h6 a {
    font-weight: 500;
    color: var(--wp--custom-primary-link-color);
    font-size: 14px;
    text-transform: capitalize;
}

.details-row h5 {
    font-size: 15px;
    text-transform: capitalize;
}
.small-blue-link{
    font-weight: 500;
    color: var(--wp--custom-primary-link-color);
    font-size: 14px;
    text-transform: capitalize;
}
.final-bid-details {
    width: 500px;
    max-width: 100%;
}
.final-bid-details-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.dashed-hor-line {
    width: 100%;
    padding: 0px 0 10px 0;
    margin: 20px 0 40px 0;
    border-bottom: 2px dashed #a9a3a3;
}
.final-bid-details-row p, .final-bid-details-row h4 {
    margin: 0;
}

.order-page .tab_con_box-right {
    width: 100%;
}
.paid-unpaid ul {
    padding: 0;
    display: flex;
}
.paid-unpaid ul li {
    list-style: none;
    padding: 0;
}
.paid-unpaid li a {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 10px 20px 0;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    padding-bottom: 13px;
}
button.btn-link {
    padding: 12px 20px;
    width: auto;
    display: inline-block;
    border: 0.5px solid #f2f2f2;
    font-weight: 600;
}
.green-btn{
background-color: var(--green);
color: var(--white);
}
.btn-gold{
    background-color:var(--gold);
    color: var(--white);
}
.paid-unpaid li.active a {
    border-bottom: 3px solid var(--wp--custom-primary-link-color);
 
}
.order-no {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.order-d-left h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.order-num {
    background-color: var(--wp--custom-primary-link-color);
    padding: 10px;
    text-align: center;
    color: var(--white);
    font-weight: 600;
}
.order-d-right ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.order-d-right ul li{
list-style: none;
padding-right: 50px;
position: relative;
}
.order-d-right ul li:before {
    content: " ";
    width: 40px;
    height: 3px;
    border-bottom: 3px solid #505050;
    position: absolute;
    bottom: 0;
    top: 45%;
    right: 5px;
}
.order-d-right ul li:before {
    border-bottom: 3px dashed #505050;
 }
 .order-d-right ul li.active {
    opacity: 0.5;
}

a.ua-button-black {
    background-color: var(--wp--custom-primary-link-color);
}
.vendor-form-row .form-box.col-md-6 {
    width: 49%;
}
.vendor-form-row .form-box.col-md-6 select {
    padding: 22px 5px 10px 5px;
    border-radius: 0;
}

.seller-product-slider .swiper-container-wrapper{
    width: 100%;
}

.container .container {
    padding: 0;
    width: 100%;
}
.sf_btn {
    font-weight: 500;
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    padding: 10px 20px;
    display: none;
}
.sf_btn:hover{
    color: var(--white);
}
img.ui-datepicker-trigger {
    position: absolute;
    right: 17px;
    top: 17px;
}
 /* Responsive Css*/
 @media only screen and (max-width: 1480px){
.pro-list-row button.slick-prev, .pro-list-row button.slick-next{top: -90px;transform: none;}
.pro-list-row button.slick-next{right: 7px;}
.pro-list-row button.slick-prev {right: 50px;left: auto; }
}
@media only screen and (max-width: 1366px){
    .fix-text-on-left-img{width: 458px;}
}
@media only screen and (max-width: 1279px){
.product-list-sec .container{width: 1024px;}
.Seller-text-left h2{font-size: 40px;}
.auction-end-date{font-size: 24px;}
.Seller-img-right a .seller-profile-image img{height: 260px;}
.seller-profile-info{width: 300px;  height: 260px;}
.right-sidebar .c-lot-card__image .product-card-img, .left-sidebar .c-lot-card__image .product-card-img {height: 220px;}
.catagoty-box-row{grid-template-columns: 1fr 1fr 1fr;}
.c-lot-card__image .product-card-img{height: 300px;}

.tab_con_box-left {
    width: 30%;
    padding-right: 30px;
}
.product_data {
    overflow: auto;
}
.tab_con_box-right{width: 66%;}
.tab_con_box-left {padding-right: 0;}
.sf_btn{display: inline-block;margin-bottom: 20px;}
.tab_con_box-left {width: 100%;padding-right: 0;}
.fix-text-on-left-img {width: 330px;}
.ui-draggable-handle img{height: 190px !important;}
}
@media only screen and (max-width: 1023px){
.product-list-sec .container{width: 768px;}
.ua-product-list-sec{flex-wrap: wrap;}
.ua-filter-sidebar, .right-sidebar .ua-filter-sidebar{width: 100%;}
.ua-product-list-sec.left-sidebar .ua-product-listing.prod{padding-left: 0;}
.Seller-details .Seller-text-left, .Seller-details .Seller-img-right{width: 100%;}
.Seller-details{flex-wrap: wrap;}
.Seller-details .Seller-img-right{padding: 30px 0 0 0;}
.Seller-details .Seller-img-right a{justify-content: flex-start;}
.Seller-img-right a .seller-profile-image{width: 64px;height: 64px;max-width: 100%;border-radius: 50%;overflow: hidden;}
.Seller-img-right a .seller-profile-image img {height: 100%;width: 100%;}
.seller-profile-info {width: auto;height: auto;background: transparent;padding: 0 0 0 10px;}
.auction-list-expert{font-size: 18px;}
.product-list-item{width: 33.33%; margin-bottom: 40px;}
/* .ua-product-list-sec .ua-filter-sidebar{display: block;} */
.catagoty-box-row{grid-template-columns:1fr 1fr;}
.search_input_box,.right-save-search{width: 100%;}
.in-acution-row .in-auc-product{width: 100%;}
.product_data{overflow: auto;}
.product_data table{width: 970px;}
.view{display: none;}
div#tabs-list ul {width: 100%;margin: 0 0 30px;}
div#tabs-list .lot-main{width: 100%;}
.form-box{width: 100%;}
.describe-lot-tab .ui-tabs .ui-tabs-nav li {position: relative;display: none;}
.describe-lot-tab .ui-tabs .ui-tabs-nav li.ui-tabs-active {display: block;}
div#tabs-list ul.all_show_items li{display: block;}
.button_outer{height: 360px;padding: 30px;}
.btn_upload > img {max-width: 200px;}
.line-separator {
    margin-bottom: 25px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 15px;
}
.form-box.col-md-4 {
    width: calc(50% - 30px);
}
.tab_con_box-left, .tab_con_box-right{
    width: 100%;}
.catagory-text-row {
    justify-content: flex-start;
}



}
@media only screen and (max-width: 767px){
.product-list-sec .container{width: 640px;}
.search-input, .search-box{width: 100%;}
.list-and-grid-icon{justify-content: space-between;}
.list-and-grid-icon .prod_fil{right: 0;}
.product-list-item{width: 50%;}
.search_bl, .filter_bl{width: 100%;}
.form-box.col-md-4 {width: 100%;}
.vendor-form-row .form-box.col-md-6 {width: 100%;}
.form-box textarea{height: 120px;}

.grid-container{display: flex;flex-wrap: wrap;height: 430px;overflow: auto;align-items: flex-start;}
.fix-text-on-left-img{width: 100%;margin: 0;position: relative;}
.item-block.main {width: 100%;border-bottom: 1px solid #bbb;}
.item-block.main img {height: 190px !important;object-fit: contain;}
.item-block {width: 70px;}
.ui-draggable-handle img{height: 60px !important;}
.img-block-foot .image-text{height: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.button_outer {height: 270px;padding: 20px;}
.btn_upload > img {max-width: 120px;}
.tab-screen{margin-bottom: 30px;padding-bottom: 20px;}
.tab-screen .btn_upload h3 {font-size: 14px;}
div#tabs-list .lot-main{padding-left: 20px;padding-right: 20px;}
.left-arrow .footer-btn, .right-arrow .footer-btn, .form-box .btn {
    padding: 8px 10px!important;
    letter-spacing: 0.7px;
    font-size: 13px!important;
}
.tab-footer-block {
    padding: 5px;
    margin-top: 20px;
}
}
@media only screen and (max-width: 639px){
.product-list-sec .container{width: 480px;}
.Seller-text-left h2 {font-size: 32px;line-height: normal;}
.seller-auction-start-date{letter-spacing: 0;font-size: 16px;}
.auction-end-date {font-size: 20px;margin-bottom: 0;}
.catagoty-box-row{gap: 15px;}
.catagory-box{position: relative;}
.catagory_link_img {left: 0;position: absolute;right: 0;top: 30px;margin: auto;display: flex;justify-content: center;align-items: center;}
.catagory_link_img img{width: 99px;height: 121px;}
a.catagory_link h4{width: 100%;padding: 110% 0 0 0;font-size: 20px;}
.pro-list-row button.slick-prev:before,.pro-list-row button.slick-next:before{width: 15px;height: 15px;}
.product-list-item {width: 100%}
.tab-nav-row{flex-wrap: wrap;}
.Sales-tab-list ul#tabs-nav{flex-direction: unset;border: none;width: 100%;}
.Sales-tab-list ul#tabs-nav li.active{background: transparent;color: #000;}
.Sales-tab-list ul#tabs-nav li.active a{color: #000;}
.buyer-page-title h1,.page-heading h1{font-size: 26px;}
.right-bulk-link{padding-top: 20px;}
a.btn-submit{margin-left: 0;}
.search_bl input{height: 50px;}
.search_bl button.search-btn{width: 50px; height: 50px;background-size: 24px;}
.vendor-form-row .form-box.col-md-6 {width: 100%;}
.form-box.col-md-4 {width: 100%;}
.tab-footer-block{flex-wrap: wrap;}
.left-arrow,.right-arrow{width: 100%;}
.left-arrow .footer-btn, .right-arrow .footer-btn{width: 100%; text-align: center; margin-bottom: 10px;font-size: 16px!important;}
.form-box .btn {font-size: 14px !important;padding: 10px 15px !important;}
span.upload-btn, button#addByComputer{font-size: 13px;background-size: 20px;padding: 10px 20px 10px 40px;}
.tab-screen h3 {font-size: 22px;}
.select-Radio-update form{flex-wrap: wrap;}
.update-link{width: 100%;justify-content: flex-start;}
.form-radio-gr [type="radio"]:checked + label, .form-radio-gr [type="radio"]:not(:checked) + label{font-size: 14px;}
}
@media only screen and (max-width: 479px){
a.catagory_link h4{padding: 145% 0 0 0;}
.buyer-page-sorting-box{width: 100% !important;}
.Sales-tab-list ul#tabs-nav li{font-size: 14px;}
.search_input_box{padding: 0 0 30px 0;margin-bottom: 30px;}
.Sales-tab-list ul#tabs-nav li{padding: 10px 0;margin: 0 7px;}
.search_result{flex-direction: column;align-items: flex-start;}
.search_input_box input[type="search"]{width: 100%;margin-bottom: 15px;}
button.c-button-template{padding: 15px 12px;}
a.catagory-text{padding-left: 15px;padding-right: 15px;}
.catagory_heading h1{font-size: 26px;}
.product-sec-head h3 {font-size: 22px;}
}
.tab-footer-block p#messageBox {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.tab-footer-block{align-items: center;}
.prod-box-rows {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.woocommerce-view-order .prod-box-rows {
    align-items: flex-start;
}
.woocommerce-view-order .prod-box-rows img {
    width:100% !important;
}
.woocommerce-view-order .full-row-text {width: 100%;}

.woocommerce table.seller-details-for-winner-table {
    border-radius: 0;
    margin: 14px 0px 24px 0;
}
tr.fee.seller-row.seller-details {
    margin-top: 30px;
}
.win-bid-hisorty h5 {
    color: green;
}
.win-bid-hisorty .seller-details-for-winner-table .seller-row th {
    font-weight:700!important;
    padding: 0 !important;
}

.prod-box-Right-Content {
    width: 77%;
    max-width: 100%;
    padding-left: 40px;
}
.prod-box-left-img {
    width: 23%;
    max-width: 100%;
    padding-right: 0;
    border-bottom: 3px solid #11a88a;
    position: relative;
}
.left-fixed-product-count {
    position: absolute;
    top: 5px;
    background-color: #000000a1;
    padding: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: 5px;
}
.prod-box-Right-Content h4 {
    margin-bottom: 18px;
    line-height: 23px;
    font-size: 16px;
}
.dil-infomation label {
    text-transform: uppercase;
    font-size: 12px;
    color: #858585;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}
.diliverd-text h6 {
    color: #11a88a;
    font-size: 14px;
    line-height: 9px;
}
.diliverd-text{margin-bottom: 40px;}
.dilivery-btn{display: inline-block;margin: 0;}


.non-diliverd-product a.blue-btn {
    margin: 0 30px 0 0;
}
.non-diliverd-product {
    margin-bottom: 50px;
}
.non-diliverd-product p {
    margin-bottom: 15px;
    display: block;
    line-height: normal;
}
.non-diliverd-product h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.btn-links-group {
    display: block;
    margin-top: 60px;
}

.container .col-sm-12 {
    padding: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
}
.wc_payment_method input.input-radio {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
}
ul.wc_payment_methods li.wc_payment_method {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdc9c9;
    margin-bottom: 10px!important;
    display: block;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    border: 1px solid #dfdcde;
}
.payment_box.payment_method_stripe_split p {
    font-size: 14px;
    line-height: 20px;
}
.woocommerce-checkout #payment div.payment_box::before{
    top: -0.9em;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    margin: -23px 0 0 0!important;
}
fieldset#wc-stripe_split-cc-form .wcfmmp_stripe_new_card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
fieldset#wc-stripe_split-cc-form .wcfmmp_stripe_new_card .form-row.form-row-wide {
    width: 100%;
}
.wcfmmp_stripe_new_card .form-row.form-row-first, .wcfmmp_stripe_new_card .form-row.form-row-last {
    width: 48%!important;
}
li.wc_payment_method.payment_method_stripe_split {
    border-bottom: none!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--wp--custom-primary-link-color);
}
.woocommerce form.checkout_coupon{
    border: 1px solid #d3ced2;
    padding: 10px;
    margin: 15px 0 20px 0;
    text-align: left;
    border-radius: 5px;
    background-color: var(--white-color);
    box-shadow: 0 0 50px var(--wrapper-shadow-color);
    border: 1px solid #f2f2f2;
    border-radius: 0;
    justify-content: space-between;
    overflow: hidden;
    transform: 0;
    box-shadow: none;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {
    background-color: var(--wp--custom-primary-link-color);
}
table.shop_table.woocommerce-checkout-review-order-table td, 
table.shop_table.woocommerce-checkout-review-order-table th,
table.woocommerce-table--order-details td,
table.woocommerce-table--order-details th {
    border: none;
}
table.shop_table.woocommerce-checkout-review-order-table, table.woocommerce-table--order-details {
    border: none;
}
table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(even),table.woocommerce-table--order-details tr:nth-child(even) {
    background-color: transparent;
    color: #000;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 12px 4px!important;
}
.woocommerce-form-coupon-toggle a.showcoupon {
    color: var(--wp--custom-primary-link-color);
    font-weight: bold;
}
.dl-info-row .dil-infomation {
    width: 48%;
    max-width: 100%;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.prod-box-Right-Content .dl-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prod-box-rows .prod-box-left-img img {
    height: 350px;
    width: 350px;
    object-fit: cover;
    background-position: center;
}
.non-diliverd-product {
    margin: 50px 0;
    min-height: calc(100vh - 700px);
    padding-top: 50px;
    border-top: 1px solid #afafaf;
    width: 100%;
}
.prod-box-left-img.uat-order-left-img img {
    height: 170px;
    width: 200px;
}
.dl-btn-row .button{
    margin: 0 10px 0 0!important;
}
.no-border{
    border: none !important;
}
button#add-btn {
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    text-transform: capitalize;
    padding: 9px 25px!important;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 15px!important;
    box-shadow: none;
    border: none;
    font-family: Verdana,Arial,sans-serif;
    line-height: normal;
}
section.cover .preview-screen-box .form-box.prev-item {
    margin-left: 0;
    margin-right: 0;
}
div#input-container .form-box.col-md-12.video-input-box {
    margin-right: 0;
    margin-left: 0;
    position: relative;
}
div#input-container .form-box.col-md-12.video-input-box input[type="text"] {
    width: calc(100% - 30px);
}
div#input-container .form-box.col-md-12.video-input-box span.remove-btn {
    background-color: #f10000;
    color: #fff;
    padding: 19px 13px;
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 29px;
}
.lot-msg-logs li {
    display: list-item;
    list-style: none;
    box-shadow: 0px 1px 0px #c1cbcd;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 8px;
    word-break: break-all;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.lot-msg-logs li span {
    font-weight: bold;
    text-transform: capitalize;
}
div#tabs-list .lot-msg-logs ul {
    padding: 0;
    width: 100%;
}
.lot-msg-logs li span.msg-date {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin: 0 0 -6px 0;
    opacity: 0.5;
}