/************+FILTROS**********/
.filters-auction-content {
    padding: 20px;
    background: #414145;
    color: white;
}

.filters-auction-content select{
color: black;
}

.filters-auction-title {
    margin-bottom: 20px;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.filters-auction-label {
    font-size: 10px;
    font-weight: 100;
}

.filter-auction-input {
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.1);
    color: white;
}

.filter-auction-input:focus {
    border: 0;
    outline: none;
            box-shadow: none;

    -webkit-box-shadow: none;
}

.pre-title.sold {
    font-size: 40px !important;
    text-align: center;
}

.filters-auction-divider-small {
    margin: 10px 0;
}

.filters-auction-divider-medium {
    margin: 20px 0;
}

.filters-auction-divider-big {
    margin: 40px 0;
}

.filters-auction-select {
    overflow: hidden;
    padding: 6px 0;
    padding: 6px 5px;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.1);
    color: white;
    font-size: 10px;
}

.filters-auction-select:focus {
    outline: none;
    color: grey;
}



.filters-auction-plus {
            transform: rotate(45deg);

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
}

.filters-auction-texts, .filters-auction-selects {
    overflow: hidden;

            transition: 0.3s linear all;

    -webkit-transition: 0.3s linear all;
         -o-transition: 0.3s linear all;
}


.filters-auction-content .radio {
    cursor: pointer;
    margin: 2px 0;
}
.filters-auction-content .radio input[type="radio"] {
    margin-left: 0px;
}
.filters-auction-content .radio label {
    font-size: 12px;
    padding: 0px;
    margin-left: 20px;
}
.justify-content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}





.info-button {
    padding: 5px 20px;
    border: 1px solid;
    background: white;
    color:  #46494f;
    font-weight: 500;
    transition: 0.1s linear all;
    -webkit-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
}

.info-buttonhover {
    padding: 5px 20px;
    background: #414145;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

#form_lotlist input[type="text"] {
    position: relative;
    padding: 0 10px;
    border-top: 0;
    border-right: 0;
    border-bottom: #cccccc 1px solid;
    border-left: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.1);
    box-shadow: none;
    -webkit-box-shadow: none;
}

#form_lotlist .btn-filter {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #414145;;
    border-radius: 0;
    background: white;
            box-shadow: 0 0 4px rgba(255,255,255,0.3);
    font-weight: bold;
    text-transform: uppercase;
	color: #707070;
    -webkit-box-shadow: 0 0 4px rgba(255,255,255,0.3);
}

.del_filter{
	font-size: 12px;
}

.auction__filters-categories select{
	width:100%;
}

.custom-ui-slider{
	width: 90%;
	position: relative;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.custom-ui-slider .slider-min, .custom-ui-slider .slider-max, .custom-ui-slider .slider-value{
	position: absolute;
	font-size: 14px;
	top: 0px;
}

.custom-ui-slider .slider-value{
	border: 1px solid black;
    padding: 1px 5px;
    border-radius: 5px;
    top: -2px;
    background: white;
    color: black;
	display: none;
}

.custom-ui-slider .slider-min{
	left: 0;
}

.custom-ui-slider .slider-max{
	right: 0;
}

.custom-ui-slider .ui-slider-horizontal{
	height: 3px;
}

.custom-ui-slider .ui-slider .ui-slider-handle{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-left: -9px;
}

.custom-ui-slider .ui-slider-horizontal .ui-slider-handle{
	top: -6px;
}

.custom-ui-slider .ui-slider .ui-state-default,
.custom-ui-slider .ui-widget-content .ui-state-default{
	background-color: var(--btn-primary-background);
}


.custom-ui-slider .ui-widget-header{
	background-color: #00abff69;
}


.item_lot .salida-price{
	float: right;
}
