
.btn-price{
	position: relative;
    display: inline-block;
    margin: 0;
    background: #f6f6f5;
    border: 1px solid #a6a5a5;
    padding: 6px 12px;
    cursor: pointer;
	color: #444;
	font-size: 13px;
}


.btn-reset {
    position: relative;
    display: inline-block;
    background: #f6f6f5;
    border: 1px solid #a6a5a5;
	color: #444;
    margin: 0 0 10px;
    padding: 4px 12px;
    cursor: pointer;
	
}

.btn-reset a{
	color: #444;
	text-decoration: none;
	font-size: 13px;
}

.checkselect {
	position: relative;
	display: inline-block;
	text-align: left;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
}		
.checkselect-control select {
	/* position: relative; */
	display: inline-block;
	margin: 0;
	background: #f6f6f5;
	border: 1px solid #a6a5a5;
    margin: 0 0 5px;
    padding: 1px 9px;
	color: #444;
	font-size: 13px;
	height: 29px;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
	font-size: 13px;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 200px;
	min-width: 200px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 8px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1;
	cursor: pointer;
	font-size: 13px;
}			
.form-group input {
	position: relative;
    display: inline-block;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 11px;
    margin: 0 0 10px;
    padding: 9px;
	top: -7px;
}

.form-group #price_1, #price_2 {
	width: 50px;
}

.col-form-label {
	margin: 0 3px;
	font-size: 15px;
}

.checkselect-popup label:hover {
	background: #03a2ff;
	color: #fff;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}		
.checkselect-popup fieldset label {
	padding-left: 32px;
}		
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.col-sm {
    padding: 0 2px;
}

.form-select {
	position: relative;
    display: inline-block;
    margin: 0;
    background: #f6f6f5;
    border: 1px solid #a6a5a5;
    margin: 0 0 10px;
    padding: 1px 9px;
	cursor: pointer;
	color: #444;
	height: 29px;
	font-size: 13px;
}

.overlay-a-filter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10005;
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=50);
}

.overlay-a-filter .overlay-beforesend {
    display: block;
    position: fixed;
    top: 45%;
    left: 50%;
    color: #e6dddd;
}

.select-price #myModal__close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 13px;
    right: 7px;
    cursor: pointer;
    display: block;
    font-size: 19px;
    border: 1px solid #e5e5e5;
    font-weight: bold;
    background: #e9e9e8;
}

.grey_text {
    color: #999;
    cursor: not-allowed;
}

.grey_text input {
    cursor: not-allowed;
}

.filter-disabled {
    color: #999 !important;
    cursor: not-allowed;
}

@media (max-width: 350px) {
	
	.col-sm {
		width: 100%;
	}
	
	.checkselect-control select {
		width: 100%;
	}
	
	.checkselect{
		width: 100%;
	}
	
	.btn-price {
		width: 99%;
		text-indent: 13px;
		padding: 0;
		line-height: 32px;
	}
	
	.btn-reset {
		width: 99%;
		text-indent: 13px;
		padding: 0;
		line-height: 32px;
		text-align: center;
	}
	
	.form-select {
		width: 100%;
	}
	
	.select-price{
		width: 76%;
		padding: 5% 15% 5% 5%;
	}
}