.bidButton {
	background: #f6b21b !important;
	border-radius: 0;
	font-weight: 900;
	font-family: 'Avenir Book';
	padding: 12px 40px;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 16px;
	color: #000 !important;
	display: block;
	border: none;
	width: 100%;
}


.bidButton:hover {
    background: #000 !important;
	color:  #fff !important;
}
.euro_new::before {
    left: 6px !important;
    top: 10px !important;
}
.euro_new input {
    border: 1px solid #ccc !important;
    height: 45px !important;
}
.img-area img {
    width: 90%;
    margin: 0;
    object-fit: cover;
}

.bid-detail {
    margin: 0 0 0 70px;
}
.bid-detail p {
  margin: 0px;
  text-align: left;

}
.img-area p {
  margin: 0px;
  font-weight: 600;
  padding-bottom: 6px;
}
.enter-btn .btn {
    width: 200px;
    margin-left: 15px;
    margin-top: 10px;
}
.line {
    height: 1px;
    width: 100%;
    display: inline-block;
    background-color: #8e8e8e;
    margin-bottom: 5px;
}
.bid-detail ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
}
.space-btw {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.space-btw span {
    color: #626262;
	font-size: 13px;
}

.space-btw.total span {
    color: #000 !important;
    font-weight: 600 !important;
	font-size: 14px !important;
}
.enter-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.slick-track{ margin-left: 0; }

@media(max-width: 991px){
	.bid-detail {
    margin: 0 0 0 10px;
}
.enter-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.enter-btn .btn {
    margin: 0px;
}
}

@media(max-width: 767px){
.img-area img {
    width: 100%;
    margin: 0 0 20px 0;
    position: inherit;
}
.frm-cls {
    width: 100%;
    display: inline-block;
    margin-top: 75%;
}
.btn.btn-danger {
    margin-bottom: 10px;
}
.enter-btn .btn.btn-danger {
    margin-bottom: 0px;
}
.enter-btn .btn:first-child {
    margin-right: 10px;
}
}