
.headexpand {
    margin-top: 2px;
}

.checkbox-material {
    height: 20px;
    display: inline-block;
}

.checkbox-material:before {
    display: block;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale3d(2.3, 2.3, 1);
}

.checkbox-material {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}

.checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0,
    0 0 0 0 inset;
}

input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

input[type=checkbox]:checked + .checkbox-material .check {
    color: #3f51b5;
    border-color: #3f51b5;
}

input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #3f51b5;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}

input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}

input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.87);
    transform: rotate(-45deg);
}

input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

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

.cf_filters_list li .cf_option {
    text-decoration: none;
    padding: 1px 5px;
    font-weight: 200;
}

.cf_filters_list li {
    padding-top: 15px;
}

ul.cf_filters_list {
    padding-left: 15px;
}

input[type=radio] {
    display: none;
}

input[type=radio]:not(:checked) + .checkbox-material {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-color: rgba(0, 0, 0, .54);
    border-width: 2px;
    border-style: solid;
    top: -1px;
    margin-right: 1px;
    margin-left: 1px;
}

input[type=radio]:checked + .checkbox-material {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #3f51b5;
    top: -1px;
    margin-right: 1px;
    margin-left: 1px;
}

input[type=radio]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

input[type=radio]:checked + .checkbox-material .check:before {
    color: #3f51b5;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: checkbox-on 0.3s forwards;
}

input[type=radio]:checked + .checkbox-material:before {
    animation: rippleOn;
}

input[type=radio]:checked + .checkbox-material .check:after {
    animation: rippleOn 500ms forwards;
}

input[type=radio]:not(:checked) + .checkbox-material:before {
    animation: rippleOff;
}

input[type=radio]:not(:checked) + .checkbox-material .check:after {
    animation: rippleOff 500ms forwards;
}

.cf_slider_gutter_m {
    background: none !important;
}

.slider_bkg_img {
    background: #3f51b5 !important;
    border-radius: 10px;
}

.cf_slider_gutter_r {
    background: none !important;
}

.cf_slider_gutter_l {
    background: none !important;
}

.cf_wrapper_input_text .form-horizontal .form-inputs {
    width: 70%;
}

.cf_wrapper_input_text .form-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    width: 100%;
}

.cf_wrapper_input_text {
    width: 100%;
    padding: 5%;
}

.cf_wrapper_input_text input[type="search"]  {
    width: 100% !important;
}

.cf_filtering_slide_container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 0 15% 0 15%;
    overflow: hidden;
}