
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:wght@300&display=swap');

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.ttf");
}

@font-face {
  font-family: 'Impact';
  src: url("../fonts/Impact.ttf");
}

@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial.ttf");
}

@font-face {
  font-family: 'Verdana';
  src: url("../fonts/Verdana.ttf");
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.ttf");
}

@font-face {
  font-family: 'Times New Roman';
  src: url("../fonts/times new roman.ttf");
}

:root {
  --bs-blue: #0d6efd;
  /* scroll-behavior: auto !important;  Scroll slow issue */
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

body {
  box-sizing: border-box;
}

.maxarow {
  margin: 0;
}

.hide-col{
  display: none;
}

.line_clamp_grid {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 30px;
}

.line_clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* min-height: 28px; */
}

.card {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0px;
}

.card-img a:not(:first-child) {
  display: none;
}

.img-top {
  width: 100%;
  /* height: 15vw; */
  max-height: 250px;
  height: 250px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-thumb {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
}

a.card-thumb, span.card-thumb {
  position: relative;
}

a.card-thumb .max-countdown, span.card-thumb .max-countdown {
  position: absolute;
  bottom: -105px;
  left: 7px;
  background: #000;
  padding: 0px 5px;
  border-radius: 48px;
  font-size: 15px;
  color: #fff;
  opacity: 0.8;
}

a.card-thumb .max-countdown i, span.card-thumb .max-countdown i {
  padding-right: 5px;
}

.auction-grid-title {
  height: 80px;
}

.card-title a {
  /* font-size: 15px; */
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #212529;
  text-decoration: none;
  cursor: pointer;
}

.card-body .category {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  min-height: 20px;
}

.bid-content-date {
  color: #676a6c;
  font-size: 13px;
}

.local-date-time {
  color: #000;
  font-size: 13px;
}

.m-t-sm {
  margin-top: 10px;
}

.card-fter {
  justify-content: space-between;
  align-items: center;
}

.card-fter span.items {
  font-size: 13px;
}

.card-fter span.bidnow a {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  color: #ffffff !important;
  background-color: #893ab1 !important;
  border-color: #893ab1 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-fter.maxa-timer{
  padding: 10px 0px;
}

.card-fter span.max-countdown {
  /* background: #000; */
  padding: 0px 0px;
  border-radius: 48px;
  font-size: 15px;
  color: #666;
  /* opacity: 0.75; */
}

.card-fter span.max-countdown i {
  padding-right: 5px;
}

/***
* LIST STYLE 
***/
/* .maxa-list {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
} */

.maxa-list .sub-container {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.maxa-list .l-card .l-card-body .maxarow .product-desc {
  flex: 2;
  padding: 0px 10px;
  text-align: justify;
}

.maxa-list .l-card .l-card-body .maxarow .product-date {
  flex: 1;
  /*flex: 0.8;*/
  padding-right: 15px;
}

.l-card .carousel-control-next {
  right: -6px;
    position: absolute !important;
}

.maxa-list .br-btm-line {
  /* margin-top: 1rem;
  margin-bottom: 1rem; */
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.maxa-list .l-card {
  display: flex;
}

.maxa-list .l-card .carosal {
  /* padding: 15px 15px 0px 0px; */
  padding: 5px 0px 0px 0px;
}

.maxa-list .l-card .carosal .carousel-inner .carousel-item img.default-img {
  padding-left: 15px;
  /* height: 34.8vh; */
  height: 12.8rem;
  
}

.maxa-list .l-card .carosal .carousel-inner .carousel-item img {
  /* height: 34.8vh; */
  height: 12.8rem;
  padding-left: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.maxa-list .l-card .l-card-body .l-card-title a {
  /* font-size: 15px; */
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #212529;
  text-decoration: none;
  cursor: pointer;
}

.maxa-list .l-card .l-card-body .category-info {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
}

.maxa-list .l-card .l-card-body .card-desc {
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 1.5;
}

.maxa-list .l-card .l-card-body .product-desc .l-card-desc {
  font-size: 13px;
  margin-top: 15px;
}

.maxa-list .l-card .l-card-body .product-date .card-fter .l-bidnow a,
.maxa-list .l-card .l-card-body .product-date .card-fter .l-bidnow button {

  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #070707;
  background-size: 60% 60% !important;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  background-color: transparent;
}

.carousel-control-prev {
  left: 9px;
  position: absolute !important;
}
.l-card .carousel-control-next:hover, .l-card .carousel-control-prev:hover
{
background: transparent;
border: 0;
}

.loader-contet {
  margin: 0px;
  display: none;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(81, 75, 75);
  z-index: 30001;
  opacity: 0.8;
}

.loader {
  position: relative;
  color: White;
  top: 50%;
  left: 45%;
}

.skushowcase {
  position: relative;
}
.auctionpath{
  cursor: pointer;
}

.maxa-list .br-btm-line:last-child{
  display: none;
}

.maxa-grid .card{
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border: 0;
}

.maxa-grid.sku-container .owl-carousel .carousel-control-prev, 
.maxa-grid.sku-container .owl-carousel .carousel-control-next{
  display: none;
}



@media (max-width: 1024px) {
  .l-card-body .maxarow {
    flex-direction: column;
  }

  .maxa-list .l-card .carosal {
    width: 100%;
  }

  .maxa-list .l-card .l-card-body {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .maxa-list .l-card {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
  }
  .maxa-list .product-desc{
    margin: 0px 0px !important;
  }

  .maxa-list .l-card .carosal {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .l-card {
    flex-wrap: wrap;
  }
  .maxa-list .product-desc{
    margin: 0px 0px !important;
  }
}

@media (max-width: 767px) {
  .maxa-list .l-card {
    justify-content: center;
  }

  .maxa-list .l-card .carosal {
    padding: 0;
  }

  .justify-content-md-end{
    justify-content: flex-end!important
  }
}

@media (max-width: 575px) {
  .img-top {
    height: 30vw;
  }
  .justify-content-md-end{
    justify-content: flex-end!important
  }
  .l-card {
    flex-wrap: wrap;
  }
  .card-fter .btn{
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.150rem;
  }
  .maxa-list .product-desc{
    margin: 0px 0px !important;
  }
}

.advanced_search .row {
  align-items: center;
  justify-content: space-between;
}

.advanced_search .row .adv-src form .adv-link {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  float: right;
}

.advanced_search .row .adv-src form input[type=text] {
  outline-style: none;
  box-shadow: none;
}

.advanced_search .row .adv-src form .sub-btn {
  border-left: 0px;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.advanced_search .row .adv-src form .sub-btn i {
  color: #c8c8c8;
  font-size: 14px;
}

.advanced_search .row .adv-src form .sub-btn:hover {
  background-color: #fff;
}

.advanced_search .row .adv-src form .sub-btn:focus {
  outline-style: none;
  box-shadow: none;
  border-color: 1px solid #c8c8c8;
}

.advanced_search .cat-src .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advanced_search .cat-src form {
  display: inline-block;
  text-align: end;
}

.advanced_search .cat-src form div.input-group {
  display: inline;
}

.advanced_search .cat-src form .dropdown button {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 7px 10px;
  /* padding: 16px 11px; */
  color: #333;
}

.advanced_search .cat-src form div.filter {
  margin-right: 15px;
}

.advanced_search .cat-src form .cat-sub-btn {
  border: 1px solid #C8C8C8;
  color: #333333;
  font-size: 0.8rem !important;
  border-radius: 0.3rem;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  height: 38px;
  margin-left: 15px;
  font-weight: 500;
}

/* #pager {
  clear: both;
  margin: 30px 0px;
  height: 70px;
}

#pagination {
  display: block;
} */

/* #pagination li {
  display: inline-block;
  margin: 0px;
  float: none;
  width: auto;
  margin: 0 7px;
  /* border: 1px solid #54A7E0; */
  /* border: 1px solid #ded; */
  /* border-right: 0; */
  /* padding: 10px; */
  /* border-radius: 6px; */
/* }  */
/* 
.page-link {
  padding: 10px;
  color: #000;
  border-radius: 6px;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 16%);
}

#pagination li.page-item.active {
  background-color: #54A7E0;
}

#pagination li.page-item.active a {
  color: #fff;
  background: #54A7E0 !important;
  border: 1px solid #ded;
  -webkit-box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 16%);
} */

#pager {
  clear: both;
  margin: 30px 0px;
  height: 70px;
}
.simple-pagination .disabled .current{
  background: #ffffff;
  color: #bbb;
  border-color: #FFF;
}
.simple-pagination .active .current{
  background: #379dd0;
  color: #FFF;
  border-color: #FFF;
  border: 1px solid #BBB;
}
.simple-pagination a, .simple-pagination span {  
  color: #000000;  
  /* padding: 7px 14px; */
  padding: 2px 10px;
  background: #ffffff;
  border-radius: 50px;
}

.simple-pagination a{
    cursor: pointer;
}
.simple-pagination input[type=number]::-webkit-inner-spin-button, 
.simple-pagination input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.loaderbg {
  opacity: 0.1;
}

#loading-image {
  margin: 0px;
  position: absolute;
  top: 150%;
  transform: translateY(100%);
  z-index: 1;
}

#pager ul {
  display: flex;
  list-style: none;
}

#pager ul li {
  padding: 5px;
}

li.page-item.active a {
  color: #000;
}

/* .filter-option {
  top: -12px !important;
} */

.cat-src {
  display: flex;
}

.adv-contain,
.cat-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cate-srch form {
  display: flex;
}

.cate-srch:first-child {
  margin-right: 15px;
}

.cate-srch form .dropdown button {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 7px 10px;
  /* padding: 16px 11px; */
  color: #333;
}

.cate-srch form .cat-sub-btn {
  border: 1px solid #C8C8C8;
  color: #333333;
  font-size: 0.8rem !important;
  border-radius: 0.3rem !important;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  height: 40px;
  margin-left: 7px !important;
  font-weight: 500;
}

.adv-src form input[type=text] {
  outline-style: none;
  box-shadow: none;
}

.adv-src form .sub-btn {
  border-left: 0px;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.adv-src form .sub-btn i {
  color: #c8c8c8;
  font-size: 14px;
}

.adv-src form .adv-link {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  float: right;
}

.max-countdown {
  font-size: 14px;
  font-weight: 600;
}

span.max-countdown+div:first-child {
  margin-top: 5px !important;
}

.pr-sku-line {
  /* min-height: 53px;
  height: 53px; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* min-height: 80px; */
}

.skucontain {
  display: flex;
}

.skucontain .card {
  flex: 1;
}

.pr-sku-line>*,
.pr-sku-line {
  font-size: 13px !important;
}

.card-img-sku {
  position: relative;
  top: 238px;
  z-index: 1;
}
.card-img-sku.card-without-image{
  top: 0px !important;
}
.card-img-sku+.carousel.slide {
  top: -24.5px;
}

.card-img-sku a.card-thumb, .card-img-sku span.card-thumb {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 2px 7px 3.5px 7px;
  border-radius: 6px;
}

.card-img-sku a.card-thumb .max-countdown, .card-img-sku span.card-thumb .max-countdown {
  position: relative;
  z-index: 1;
  bottom: 0px;
  left: 0;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  padding-left: 0px;
  margin-right: 20px;
  opacity: 1;
}

.card-img-sku a.card-thumb .max-bidamount, .card-img-sku span.card-thumb .max-bidamount {
  font-weight: 600;
  font-size: 16px;
}

.card-img-sku a.card-thumb .max-bidamount span, .card-img-sku span.card-thumb .max-bidamount span {
  opacity: .7;
  font-weight: 400 !important;
}

.g-card-sku,
.l-card-sku {
  cursor: pointer;
}

.sku-location {
  color: #828282;
  font-size: 14px;
}

.cate-srch form div.input-group {
  align-items: baseline;
}

.cate-srch form div.input-group label {
  padding-right: 15px;
  width: auto;
  font-size: 17px;
  font-weight: 500;
  color: #8f8f8f;

}

.searchform1 input {
  font-size: 14px;
  font-weight: 400;
  width: 200px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.selectpicker {
  font-size: 14px !important;
  font-weight: 400;
  padding-top: 3px;
}

.input-group.must{
  border: 1px solid #ff0000;
}
/* .main-content {
  position: relative;
} */

.owl-item {
 -webkit-backface-visibility: hidden;
 -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-theme .custom-nav {
  position: absolute;
  /* top: 32%; */
  z-index: 1;
  left: -3%;
  right: -3%;
  top: 25%;
}

.owl-theme .custom-nav .owl-prev,
.owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.owl-theme .custom-nav .owl-prev i,
.owl-theme .custom-nav .owl-next i {
  font-size: 2rem;
  color: #cecece;
  font-weight: 600;
}

.owl-theme .custom-nav .owl-prev {
  left: 0px;
}

.owl-theme .custom-nav .owl-next {
  right: 0px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

/* .sku-container #pager{
  display: none !important;
} */

section.container.maxa-list {
  width: 100%;
}
.categoryselect .dropdown-menu, .itemselect .dropdown-menu{
  transform: translate3d(5px, 35px, 0px)!important;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .adv-src,
  .searchform {
    width: 100%;
  }

  .cate-srch {
    width: 100%;
    margin: 10px 0px;
  }

  .cate-srch form .dropdown {
    flex: 2;
  }

  .cate-srch:first-child {
    margin-right: 0px;
  }

  .owl-theme .custom-nav .owl-prev {
    left: 0px;
  }

  .owl-theme .custom-nav .owl-next {
    right: 0px;
  }

  .owl-theme .custom-nav {
    left: -8%;
    right: -8%;

  }
}

@media (max-width: 767px) {
  .cate-srch:first-child {
    margin-right: 0px;
  }

  .adv-src,
  .searchform {
    width: 100%;
  }

  .cate-srch {
    width: 100%;
    margin: 10px 0px;
  }

  .cate-srch form .dropdown {
    flex: 2;
  }

  .owl-theme .custom-nav .owl-prev {
    left: 0px;
  }

  .owl-theme .custom-nav .owl-next {
    right: 0px;
  }
}

@media (max-width: 575px) {
  .card-img-sku {
    top: 240px;
  }

  .owl-theme .custom-nav {
    top: 25%;
    left: -3.5%;
    right: -3.5%;

  }

  .owl-theme .custom-nav .owl-prev {
    left: 0px;
  }

  .owl-theme .custom-nav .owl-next {
    right: 0px;
  }

  #pager ul{
    display: inline-block;
  }
}