.eb-auction-product-section-container{
    background: #EFF1F5;
    padding-top: 10px;
    padding-bottom: 40px;
}
.eb-auction-product-section-box {
    border: 1px solid #e5e8ed;
    border-radius: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
    background: #ffffff;
    min-height: 700px;
}

.eb-auction-product-section-header-section {
    border-radius: 16px 16px 0px 0px;
    margin: 6px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.eb-auction-product-header-left-sec{
    padding-top: 6px;
}

.auction-filter-sorting {
    background: #ffffff;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 25px;
    cursor: pointer;
    width: 185px;
}
.auction-filter-sorting .auction-filter-sorting-title {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    padding-right: 4px;
}
.current-sort-name{
    padding-right: 5px;
}
.eb-auction-product-count-loc {
    text-align: left;
    font-size: 18px;
}
.eb-auction-count-title{
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}


.eb-auction-product-card-container {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-bottom: 50px;
}

.eb-auction-product-card {
    width: calc(25% - 17px);
    display: inline-block;
    background: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    cursor: pointer;
}

.eb-auction-product-image-section {
    position: relative;
}
.eb-auction-product-img-carousel-sec {
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
    height: 177px;
    overflow-y: hidden;
    font-size: 0;
    border-radius: 10px 10px 0px 0px;
}
.eb-auction-product-img-carousel-sec .eb-auction-product-v-image {
    object-fit: contain;
    width: 100%;
    height: 177px;
}
.eb-auction-product-share {
    top: 10px;
    right: 10px;
    position: absolute;
   
}
.eb-auction-product-share img {
    padding: 2px 3px;
}

.eb-auction-product-content-details {
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid #C6C6C6;
}
.eb-auction-product-name-section {
    margin: 15px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.eb-auction-product-name-section .eb-auction-product-brand-logo {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #dce3ef;
}
.eb-auction-product-name-section .eb-auction-product-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.eb-auction-product-name-section .eb-auction-product-model {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eb-auction-product-info-section {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    border: 1px solid #eff1f5;
    border-radius: 10px;
    background-color: #f8fafa;
    padding: 5px;
}
.eb-auction-product-info-section .eb-auction-product-data-points {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
}
.eb-auction-product-data-points .eb-auction-product-spec-name {
    font-size: 10px;
    padding-bottom: 10px;
}
.eb-auction-product-data-points .eb-auction-product-spec-value {
    font-size: 12px;
    font-weight: 400;
}
.eb-auction-product-bottom-section {
    display: flex;
    justify-content: space-between;
    margin: 15px 5px;
}
.eb-auction-product-bottom-section .eb-auction-product-price {
    font-size: 18px;
    font-weight: 700;
}
.eb-auction-product-price span{
    font-size: 12px;
    font-weight: 500;
    color: #050317;
    opacity: 0.75;
}
.eb-auction-product-interest-section {
    margin: 15px 0px;
    text-align: center;
    cursor: pointer;
}
.eb-auction-product-interest {
    font-size: 14px;
    font-weight: 600;
    color: #E42527;
    text-decoration: underline;
}
.eb-auction-product-bottom-left-section{
    font-size: 10px;
}
.eb-auction-product-bottom-right-section{
    font-size: 12px;
    padding-top: 5px;
}


.auction-filter-sorting-container {
    position: absolute;
    border: 1px solid #e5e8ed;
    border-radius: 10px;
    display: none;
    background: #ffffff;
    z-index: 1;
    flex-direction: column;
    width: 236px;
}
.auction-auction-filter-sorting-list-section {
    margin: 20px;
}
.auction-filter-sorting-list {
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #444251;
    border-bottom: 1px solid #e5e8ed;
}
.auction-sorting-checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.eb-auction-product-detail-container{
    padding-top: 150px;
    padding-bottom: 25px;
    background: #EFF1F5 0% 0% no-repeat padding-box;
}
.eb-auction-product-detail-box{
    display: flex;
}
.eb-auction-product-detail-left-section{
    width: 70%;
    margin-right: 16px;
}
.eb-auction-product-detail-left-section{
    margin-right: 16px;
}
.eb-auction-product-detail-right-section{
    width: 30%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top:93px;
    margin-bottom: 35px;
}
.eb-auction-product-detail-image-sec {
    border: 1px solid #eff1f5;
    border-radius: 15px;
}
.eb-auction-product-detail-image-sec img{
    border: 1px solid #eff1f5;
    border-radius: 15px;
    width: 100%;
    height:450px;
    object-fit: contain;
    
}
.eb-auction-product-detail-info{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
}

.eb-auction-product-detail-info-header{
    padding: 10px 25px;
}
.eb-auction-product-detail-info-header-sec{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F4F6FA;
    padding-top: 10px;
}

.eb-auction-product-detail-brand{
    font-size: 16px;
    font-weight: 700;
    /* padding: 0px 5px; */
}
.eb-auction-product-detail-model{
    font-size: 16px;
    font-weight: 400;
}
.auction-product-detail-info-body{
    margin: 15px 24px 15px 40px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #F4F6FA;
}
.auction-product-detail-info-sec-row{
    display: flex;
    width: 100%;
}
.auction-product-detail-info-sec-row div:first-child{
    width: 55%;
}

.auction-product-detail-info-sec{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-bottom: 30px;
}
.product-spec-name{
    font-size: 12px;
    font-weight: 400;
    display: list-item;
    color: #808080;

}
.product-spec-value{
    font-size: 13px;
    font-weight: 500;
}
.auction-product-detail-info-footer{
    margin: 20px 24px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.auction-product-detail-price{
    font-size: 18px;
    font-weight: 700
}
.auction-product-detail-price-name{
    font-size: 12px;
    font-weight: 500
}
.auction-product-detail-get-quote{
    font-size: 14px;
    font-weight: 600;
    background: #E42527;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 25px;
    cursor: pointer;
}


.range-slider {
  position: relative;
  padding: 20px 0px;

}

.range-slider_input {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  opacity: 0;
  margin: 0;
}

.range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.range-slider_input::-moz-range-thumb {
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.range-slider_thumb {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.range-slider_line {
  height: 0.5vmin;
  width: 100%;
  background: #F4F6FA 0% 0% no-repeat padding-box;
border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 1;
}

.range-slider_line-fill {
  position: absolute;
  height: 0.5vmin;
  width: 0;
  background-color: #303030;
}

.eb-auction-product-detail-cat-container{
    margin: 30px 0px;
}
.eb-auction-product-detail-cat-tab{
    display: flex;
}
.auction-product-detail-category-menu-list{
    font-size: 12px;
    font-weight: 400;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #DEE3EF80;
    margin-right: 10px;
    padding: 10px 16px;
    cursor: pointer;
    color: #050317;
}

.auction-product-detail-category-menu-list span:hover{
    font-size: 12px;
    font-weight: 700;
    color: #E42527;
    padding-bottom: 9px;
    border-bottom: 2.5px solid #E42527;
}
.eb-auction-product-detail-overview-section{
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 25px;
    padding-bottom: 15px;
}
.eb-auction-product-detail-overview-header{
    padding: 20px 25px;
    border-bottom: 1px solid #E5E8ED;
    font-size: 18px;
    font-weight: 600;
}
.eb-auction-product-detail-overview-content{
    padding: 20px 25px;
}
.eb-auction-product-detail-overview-content span{
   font-size: 12px;
   font-weight: 400;
   color: #050317;
   text-align: left;
}

.eb-auction-product-detail-features-section{
    margin-top: 16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
}
.eb-auction-product-detail-features-header{
    padding: 20px 25px;
    border-bottom: 1px solid #E5E8ED;
    font-size: 18px;
    font-weight: 600;
}
.eb-auction-product-detail-features-content{
    border: 1px solid #E5E8ED;
    border-radius: 10px;
    margin: 25px 25px;
}
.auction-product-detail-features-title{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: -28px;
    position: absolute;
    border-bottom: 1px solid #E4E8EC;
}
.auction-product-detail-features-title span{
    background: #444251;
    border: 1px solid #E4E8EC;
    border-radius: 7px;
    padding: 5px 10px;
}
.auction-product-detail-features-spec-body{
    padding: 25px 25px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    border-bottom: 1px solid #E4E8EC;
}
.auction-product-detail-features-spec{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 5px 0px;
    width: 30.5%;
}
.product-features-spec-name{
    font-size: 12px;
    font-weight: 400;
    color: #808081;
    opacity: 0.5;
}
.product-features-spec-value{
    font-size: 15px;
    font-weight: 600;
    color: #050317;
}

.eb-used-summary-modal-info-sec {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}
.eb-used-product-spec-name {
    font-size: 12px;
    font-weight: 400;
    color: #81818a;
}
.eb-used-product-spec-value {
    font-size: 13px;
    font-weight: 500;
}
.eb-used-product-summary{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #F4F6FA;
}

.productDetailCarousel{
    position: relative;
}
.auction-product-detail-img-right-arrow{
    position: absolute;
    top: 45%;
    right: 0;
}

.auction-product-detail-img-left-arrow{
    position: absolute;
    top: 45%;
    left: 0;
}

.auction-product-detail-img-left-arrow button{
    width: 30px;
    background: #00000080;
    border-radius: 0px 10px 10px 0px;
    border: none;
    height: 38px;
}

.auction-product-detail-img-left-arrow .product-arrow-btn{
    height: auto;
    border: none;
    height: 14px;
    width: 7px;
}

.auction-product-detail-img-right-arrow button{
    width: 30px;
    height: 30px;
    background: #00000080;
    border-radius: 10px 0px 0px 10px;
    border: none;
    height: 38px;
}
   

.auction-product-detail-img-right-arrow .product-arrow-btn{
    height: auto;
    border: none;
    height: 14px;
    width: 7px;
}


.eb-auction-product-detail-bidder-component{
    background: #4F5566;
    border-radius: 15px;
}
.eb-auction-product-detail-bidder-header{
    border-radius: 15px 15px 0px 0px;
    /* display: flex;
    justify-content: space-between; */
    padding: 10px 25px 0px 25px;
    border-bottom: 1px solid #606675;
}
.product-detail-base-amount, .product-detail-bidder-view ,.eb-auction-product-detail-bids{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff
}
.product-detail-base-text, .product-detail-bidder-view-text, .eb-auction-product-detail-bids-text{
    font-size: 14px;
    font-weight: 500;
    color: #a6aab3
}
.eb-auction-product-detail-bidder-base-amount-sec{
    padding: 10px 0px;
}
.auction-product-detail-bidder-count-sec{
    display: flex;
}
.product-detail-view-sec, .product-detail-bids-sec{
    padding: 10px 0px
}
.product-detail-view-sec{
    padding-right: 15px;
}
.product-detail-bids-sec{
    padding-left: 15px;
}


.auction-product-detail-bidder-info-body{
    padding: 10px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #606675;
    flex-wrap: wrap;
}
.auction-product-detail-bid-sum-amount{
    padding: 10px 20px;
    background: #606675;
    border-radius: 15px;
    color: #aeb2ba;
    margin: 10px 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


.auction-product-detail-bidder-info-footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.auction-product-detail-bidder-spinner-container{
    margin: 10px 0px;
}

.auction-product-detail-bidder-spinner-sec{
    padding: 10px;
    background: #606675;
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.auction-product-detail-bidder-submit-sec{
    margin: 10px 0px;
}
.auction-product-detail-bidder-get-quote{
    padding: 10px;
    background: #ffffff;
    border-radius: 12px;
    color: #E42527;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.bidder-spinner-minus{
    padding-right: 10px;
    cursor: pointer;
}

.bidder-spinner-minus-active{
    display: none;
    padding-right: 10px;
    cursor: pointer;
}
.bidder-spinner-sum{
    padding-left: 10px;
    cursor: pointer;
}
.auction-product-detail-bidder-amount-words{
    padding: 0px 20px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    width: 90%;
}

.sum-amount-active{
    color: #ffffff;
    position: relative;
}
.sum-amount-active::after{
    content: "";
    background-image: url("{{ config('app.asset_path') }}common/images/tick-black.svg");
    height: 20px;
    width: 33px;
    display: block;
    left: 35px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;

}
.eb-auction-product-detail-name-section{
    /* display: flex; */
}
.eb-auction-product-detail-brand-logo{
    padding: 0px 5px;
}

.eb-auction-product-detail-last-bidder-sec{
    display: flex;
    background: #FFFFFF;
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    align-items: center;
    width: 80%;
}
.last_bid_amount{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

.bid-tooltip-layer-sec{
    display: none;
}
.bid-tooltip-layer{
    display: flex;
    background-color: #050317;
    color: #ffffff;
    font-size: 11px;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
    width: 220px;
    position: absolute;
    margin-left: -20px;
}
.bid-tooltip-layer::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(0, 0, 0);
    position: absolute;
    left: 30px;
    top: -7px;
}

.eb-auction-product-detail-info-header-id{
    font-size: 12px;
    font-weight: 500;
    color: #2F4B49;
}

.eb-auction-product-detail-info-header-id span{
    padding: 5px 12px;
    border-radius: 8px;
    background: #E9F4F3;
}