.auction-wrapper{
	padding: 55px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.auction-wrapper h2{
	margin-bottom: 35px;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}
.auct-item{
	display: inline-block;
	width: 100%;
	/* background-color: #be2e32; */
	clear: both;
	margin-top: 12px;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.auct-item:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.auct-item:nth-child(odd){
	/* background-color: #062778; */
}
.auc-img{
	width: 45%;
	height: 350px;
	background-color: white;
	display: inline-block;
	position: relative;
	-webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}
.auc-img img{
	display: inline-block;
	height: 100%;
	width: 100%;
	margin: auto;
	object-fit: fill;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}
.auc-info{
	text-align: center;
	/* color: #fff; */
	display: inline-block;
	width: 53%;
	float: right;
	position: relative;
}
.info-auction{
	padding: 0 20px;
	position: relative;
}
.info-auction p{margin-bottom: 0;}
.info-auction h3{
	margin-top: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
}
.auc-status-wrap{
	display: inline-block;
	width: 100%;
	text-align: right;
	padding: 5px 0;
}
.auc-status{
	float: right;
	position: relative;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: rgba(225,225,225,.2);
	padding: 8px;
	font-size: 12px;
}


.table{background-color: #f9f9f9;border: 0!important;color: #000;}
.table>tbody>tr>td{border-top: none;}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

#countdown ul{padding: 0;}
#countdown li{
	display: inline-block;
	  font-size: 12px;
	  list-style-type: none;
	  padding: 5px;
	  text-transform: uppercase;
}
#countdown li.separator{
	font-size: 20px!important;
  	font-weight: 600;
  	vertical-align: top;
}
#countdown li span {
  	display: block;
  	font-size: 20px!important;
  	font-weight: 600;
}
.auc-item-desc{
	background-color: #fff;
	display: block;
	margin: 0;
	width: 100%;
	padding: 12px 0;
}
.auc-item-desc a{
	color: #be2e32;
	font-weight: 600;
}

/*pagination*/
.pages{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
.pagination {
  display: inline-block;
  margin: 0 auto;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

/* .pagination a.active {
  background-color: #062778;
  color: white;
} */

/*sidebar*/
.searchgrp, .uvgrp{
	background-color: #f6f6f6;
	padding: 20px;
	display: inline-block;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
}
.sidetitles{
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.searchgrp input[type=text] {
    padding: 10px;
    margin: 0;
    border: none;
    width: 100%;
    font-size: 14px;
    height: 50px;
}
.search-container form{position: relative;}
.search-container button {
  float: right;
    padding: 6px 10px;
    margin: 5px;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.search-container button:hover {
  background: #ccc;
}
.searchgrp label{
	font-size: 14px;
	font-weight: 600;
}
.searchgrp select{
	display: block;
    width: 100%;
    border: 0;
    padding: 10px;
    height: 50px;
}

/*upcoming auctions*/
.uv-items{
	display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.uv-items span{
	display: block;
	font-size: 12px;
	font-weight: 600;
}

.bids-info .bids-info-row>*{
    display: inline-block;
    vertical-align: middle;
}

.bids-info-row .number-box {
	font-weight: 600;
    line-height: 1em;
    text-align: center;
    margin-right: 5px;
}

.bids-info-row p {
	margin-top : 10px;
	text-align: center;
}

.bid-bar-count .bids-info .bids-info-row {
	margin-bottom: 4px;
    background: #f6f6f6;
    border-left: 2px solid #c6c6c6;
    padding: 4px 9px;
}

.order_header {
	text-align: center
}

.order_header .massive-icon {
	display: block;
	width: 120px;
	height: 120px;
	font-size: 100px;
	margin: 0 auto;
	color: #63C05E;
}

.order_header h1 {
	margin-top: 20px;
}

.order_header h2 {
	margin-top: 5px;
	font-size: 20px;
}

.auct-item .auc-info .btn-view-details {
    background-color: #fff !important;
    padding: 10px !important;
    color: #000 !important;
    border-radius: 5px !important;
	border: none !important;
}

@media only screen and (max-width: 622px){
	.auc-img{
		width: 100%;
    	height: 260px;
		-webkit-clip-path: polygon(50% 0, 100% 0%, 100% 85%, 50% 100%, 0 85%, 0 0%);
		clip-path: polygon(50% 0, 100% 0%, 100% 85%, 50% 100%, 0 85%, 0 0%);
	}
	.auc-img img{
		height: auto;
		width: 100%;
	}
	.auc-info{
		width: 100%;
		padding: 20px 0;
	}
	.auc-item-desc{
		display: inline-block;
	}
}

@media (max-width:575px){
	.carousel-inner div img {
        min-height: 250px !important;
    }
	.auction-wrapper h2{
		font-size: 20px;
		text-align: center;
	}
}


@media only screen and (max-width: 430px){
	.info-auction h3{
		font-size: 20px;
	}
}




