.cf_wrapper_inner {
    margin-bottom: 0;
}

.cf_form .cf_flt_wrapper {
    width: 100%;
    padding: 20px 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.cf_form .cf_flt_wrapper:nth-last-child(2) {
    border-bottom: 0;
    margin: 0;
}

.headexpand {
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    border: 1px solid #37474f;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -8px;
}

.cf_filters_list {
    margin: 0;
    padding: 0;
}

.cf_search_button.btn {
    display: none!important;
}

.cf_flt_header {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cf_flt_header .cf_flt_header_text {
    font-size: 15px;
    font-weight: 600;
}


/*The clear option*/

.cf_li_clear {
    display: block;
    float: none !important;
}

.headexpand_show {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -3px;
}


/*Smart search*/

.cf_flt_wrapper label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.cf_filters_list li {
    line-height: 1.3em;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    background-image: none;
    display: flex;
}

.cf_filters_list li .cf_option {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #37474f;
    font-weight: 500;
}


/*selected option*/

.cf_filters_list li .cf_sel_opt {
    font-weight: bold;
}

.cf_invisible {
    display: none;
}


/*Category tree*/

.cfLiLevel1 {
    margin-left: 15px !important;
}

.cfLiLevel2 {
    margin-left: 30px !important;
}

.cfLiLevel3 {
    margin-left: 40px !important;
}

.cfLiLevel4 {
    margin-left: 50px !important;
}

.cfLiLevel5 {
    margin-left: 60px !important;
}


/*end category tree*/

.cf_flt_wrapper select {
    min-width: 120px;
    min-width: 50px;
    width: 80%;
}

.cf_wrapper_input_text {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.cf_wrapper_input_text .form-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.cf_wrapper_input_text .form-horizontal:before {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #95a0a6;
    position: absolute;
    top: 50%;
    margin: -1px 0 0 -3px;
    left: 50%;
}

.cf_form_input {
    width: 50%;
    width: calc(50% - 10px);
    position: relative;
}

.cf_wrapper_input_text .form-horizontal span {
    font-size: 12px;
    color: #667780;
    position: absolute;
    top: 6px;
    left: 20px;
}

.cf_wrapper_input_text .form-horizontal input {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
}

.cf_wrapper_input_text_1 input[type="search"],
.cf_wrapper_input_text_2 input[type="search"] {
    line-height: 60px!important;
    padding: 15px 20px 0!important;
    font-size: 14px!important;
}

.cf_message {
    position: absolute;
    color: #fff;
    width: 150px;
    padding: 5px;
    background: #ff0000;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    display: none;
    z-index: 1500;
}


/*The image links */

.cf_img_wrapper a {
    padding: 0px;
    margin: 0px !important;
    background: none;
}

.cf_img_wrapper a img {
    padding: 0px;
    margin: 0px !important;
    background: none;
}

.cf_img_caption {
    display: block;
    text-align: center;
    clear: both;
}

.cf_sel_opt img {
    border: 1px solid #bbbbbb;
}


/*Color Buttons*/

.cf_colorbtn_list li {
    float: left;
    padding: 0 0 5px 0 !important;
}

.cf_color_btn {
    display: block;
    height: 24px !important;
    width: 24px !important;
    padding: 2px !important;
    margin: 5px 5px 0 0;
    border-radius: 50%;
    position: relative;
}

.cf_color_btn:hover:before {
    content: '';
    height: 30px !important;
    width: 30px !important;
    border: 1px solid #7b7b7b;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    left: -1px;
}

.cf_color_inner {
    width: 100% !important;
    height: 100% !important;
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px !important;
    padding: 0px !important;
}

.cf_colorbtn_list .cf_sel_opt {
    border: 2px solid #ffffff;
    outline: #000000 solid 1px;
    padding: 0px !important;
}

.cf_colorbtn_list .cf_disabled_opt {
    opacity: 0.4;
}


/*Buttons*/

.cf_btn_list li {
    float: left;
    padding: 0px !important;
}

.cf_btn_list li {
    float: left;
    padding: 0px !important;
}

.cf_button,
.cf_button:active,
.cf_button:visited,
.cf_button:link {
    display: inline-block;
    background: #F6F6F6;
    box-shadow: inset 0px -4px 2px #e3e3e3;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    text-align: center;
    font-size: 1em;
    margin: 2px 4px 4px 0px !important;
    color: #555555 !important;
    height: 18px !important;
    line-height: 18px;
    padding: 0px 8px !important;
    text-align: center;
}

.cf_button:hover {
    background: #F6F6F6 !important;
    box-shadow: inset 0 0 2px #bbbbbb !important;
}

.cf_btn_list .cf_sel_opt {
    border: 1px solid #666666;
    color: #777777 !important;
}

.cf_btn_list .cf_disabled_opt {
    opacity: 0.8;
    box-shadow: 0 0 0 #888;
}

.cf_btn_list .cf_disabled_opt:hover {
    background: #F4F4F4 !important;
    box-shadow: 0 0 0 #888 !important;
}


/*Sliders*/


/** To do convert the percentage width to px*/

.cf_filtering_slider_gutter {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.cf_filtering_slider_gutter_item {
    position: relative;
    /* float: left; */
    /* width: 9px; */
    /* height: 30px; */
}

.cf_slider_gutter_m {
    width: 100%;
    height: 2px;
    padding: 0;
    position: relative;
    background: #95a0a633;
}

.check {
    cursor: pointer;
    position: relative;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #667780;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
    margin-right: 10px;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover svg {
    stroke: #667780;
}

.cf_flt:checked+.check svg {
    stroke: #667780;
}

.cf_flt:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

.cf_flt:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.cf_filters_list li {
    padding-bottom: 5px;
}

.cf_filters_list li:last-child {
    margin-bottom: 0;
}


/*Knobs*/

.cf_filtering_knob {
    position: absolute;
    height: 30px;
    width: 20px;
    cursor: pointer;
    z-index: 99;
}

.cf_filtering_knob_from {
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #667780;
    border: 2px solid #f7f7f7;
    cursor: pointer;
    z-index: 1;
}

.cf_filtering_knob_to {
    top: -30px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #667780;
    border: 2px solid #f7f7f7;
    cursor: pointer;
    z-index: 1;
}

.cf_filtering_knob_to:hover,
.cf_filtering_knob_from:hover {
    background-color: #667780;
}


/* For Clip */

.slider_bkg_img {
    position: absolute;
    height: 2px;
    margin: 0;
    width: 100%;
    background: #667780;
}

.cf_smart_search {
    margin-bottom: 5px;
}

.cf_ajax_loader {
    position: absolute;
    z-index: 100000;
    background-color: #efefef;
    opacity: 0.6;
}

#cf_res_ajax_loader {
    display: none;
    position: absolute;
    z-index: 100000;
    width: 100%;
    min-height: 200px;
    background-color: #ffffff;
    background-position: center 80px !important;
    opacity: 0.5;
}


/*------------RTL-------------*/

.cf_flt_wrapper_rtl .cf_filtering_slider_gutter {
    float: right
}

.cf_flt_wrapper_rtl .slider_bkg_img {
    margin: 11px -8px 0px 9px;
}

.cf_flt_wrapper_rtl .cfLiLevel1 {
    margin-right: 15px !important;
}

.cf_flt_wrapper_rtl .cfLiLevel2 {
    margin-right: 30px !important;
}

.cf_flt_wrapper_rtl .cfLiLevel3 {
    margin-right: 40px !important;
}


/*---------RTL ends----------*/


/*The matches of the smart search*/

.cf_match {
    font-weight: bold;
    background: #f2f2f2;
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/*counter*/

.cf_flt_counter {
    color: #95a0a6;
    margin-left: 5px;
    display: inline-block;
    margin-top: 1px;
}


/*disabled*/

.cf_disabled_opt {
    color: #666;
}

.cf_disabled_opt_image {
    color: #666;
    opacity: 0.8;
}


/*Reset All*/

.cf_resetAll_link {
    text-decoration: none;
    font-size: 12px;
    color: #667780;
    border-bottom: 1px dashed #667780;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 30px 0;
    display: inline-block;
}

.cf_hide {
    display: none;
}