.price-slider {
    float: left;
    width: 100%;
}



.price-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #687a4a;
    background: #687a4a;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
}

.price-slider .ui-slider-horizontal {
    height: 5px;}

.price-slider .ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
  background: #e5e5e5;}
}

body div#searchResults {
    display: none !important;
}

.price-range-block {
    margin:0px;
}

.sliderText{
    width:98%;
    margin-bottom:30px;
    border-bottom: 0px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:98%;
}
.ui-widget-header {
    background: #2c2c2c;
}

.price-range-search {
    width: 56px;
    background-color: #1a1f2b;
    border: 0px solid #6e6666;
    min-width: 1%;
    display: inline-block;
    height: 24px;
    border-radius: 25px;
    float: left;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    float: right;
           margin-top: 12px;

}
.price-range-field{
width: 50px;
    min-width: 0;
    background-color: transparent;
    border: 0px solid #6e6666;
    color: black;
    font-family: myFont;
  
    border-radius: 0px;
    height: 26px;
    padding: 5px 0;
    position: relative;
    outline: none;
       color: #888888;
    font-size: 14px;
    
}

.price-bottom {
    display: flex;
    color: #888888;
    font-size: 14px;
    margin-top: 13px;
    float: left;
}




.search-results-block{
    position: relative;
    display: block;
    clear: both;
}


.min-p-1  .price-range-field{
    width: 30px;
    
}
.min-p {
    position: relative;
}

.min-p :after {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
    width: 20px;
    height: 20px;
    z-index: 10000;
    background: #000;
}




.min-p {
    position: relative;
}

.price-slider  h3 {
    color: #454545;
    font-size: 18px;
    position: relative;
    padding: 0 0 10px 30px;
    margin: 0 0 0px;
    border-bottom: 1px solid #dde0e3;
    margin-bottom: 30px;
    margin-top: 30px;
}

.price-slider  h3:after {
    background: #f26767;
    content: "";
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
}


h3.left-br {
    color: #454545;
    font-size: 18px;
    position: relative;
    padding: 0 0 10px 30px;
    margin: 0 0 0px;
    border-bottom: 1px solid #dde0e3;
    margin-bottom: 30px;
    margin-top:0px;
}
h3.left-br:after {
    background: #f26767;
    content: "";
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
}



.checkbox-out {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.checkbox-out .form-check {
    position: relative;
    display: block;
    padding-left: 0rem;
}


.checkbox-out  span.label-text {
    padding-left: 30px;
    font-size: 14px;
    color: #6c6c6c;
}







input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
    content: "";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ccc5c5;
    position: absolute;
    margin-top: 4px;
    left: 0;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f00c";
    color: #fff;
    animation: effect 250ms ease-in;
        text-align: center;
    font-size: 12px;
    background: #607143;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #8e44ad;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}





.main-product  .list-blog-right{
    margin-top: 30px;
    float: left;
}


.main-product  .list-blog-right ul li h6 i {
    float: left;
    width: 100%;
    font-style: normal;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
    
    color: #ef2b2b;
}


.main-product strike {
  color: #888888;
}

.sortbuy {
    float: left;
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}



.filters {
    float: right;
    display: flex;
    width: auto;
        color: #6c6c6c;
    font-size: 14px;
}


.filters .form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 5px;
}

.sortbuy span{
    color: #6c6c6c;
    font-size: 14px;
    padding-left: 20px;
}