
.btn.make-offer-button {
	background: #39B144;
	border-radius: 8px;
	border: 1px solid #3C8542;
	font-size: 12px;
	font-weight: bold;
}
.btn.buy-now-button {
	background: blue!important;
}

.otd_search_form .form-group {
    margin-bottom: 15px;
}

.otd_search_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.otd_search_fields > .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px;
    padding-right: 45px;
    border: 1px solid #ddd;
    height: auto;
}

.otd_search_btn {
    background: transparent;
    border: 0;
    padding: 8px 10px 4px;
    line-height: 1;
    margin-left: -44px;
}

.otd_search_btn svg {
    fill: #aaa;
}
/**List**/
.otd_dlist_tbl.table>thead>tr>th {
	vertical-align: top;
}
.otd_dlist_tbl .th-is_live, 
.otd_dlist_tbl .td-is_live {
	text-align: center;
	width: 30px;
}
.otd_dlist_tbl .th-available, 
.otd_dlist_tbl .td-available {
	text-align: right;
	width: 100px;
}


/**Grid**/
.otd_dlist_item_img {
	padding-top: 70%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
@media (min-width:768px){
	.otd_dlist_grid .otd_dlist_grid_item.col-sm-2:nth-child(6n+1){
		clear:both;
	}
	.otd_dlist_grid .otd_dlist_grid_item.col-sm-3:nth-child(4n+1){
		clear:both;
	}
	.otd_dlist_grid .otd_dlist_grid_item.col-sm-4:nth-child(3n+1){
		clear:both;
	}
	.otd_dlist_grid .otd_dlist_grid_item.col-sm-6:nth-child(2n+1){
		clear:both;
	}
}