#header .nc_dropdown {
    background: transparent!important;
    padding: 0;
    box-shadow: none!important;
}
.header-bottom .container-auto{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.nc_dropdown .block_content > div:not(.clear),
.nc_dropdown .block_content > input{
    margin: 0;
    height: 50px;
    align-items: center;
    width: 100%;
}
.header-bottom{
	padding: 0!important;
}

.form-control:focus, .input-group.focus {
    outline: 0 solid #2fb5d2!important;
}

.nc_dropdown  .form-control {
    background: #FFFFFF!important;
    color: #fff!important;
    border: 0px solid rgba(0,0,0,.25)!important;
    padding: 0!important;
    font-weight: 600!important;
    font-style: italic;
}

.nc_dropdown select.form-control.form-control-select {
    background: #373084 url(../images/fleche.png) no-repeat scroll right 0.5rem center/12px 7px!important;
    padding-left: 5px!important;
    padding-right: 25px!important;
}
.nc_dropdown select.form-control.form-control-select * {
    background: #fff;
}
.nc_dropdown .block_content > input{	
    background: #e31c2a;
    text-transform: capitalize;
    font-style: italic;
    opacity: 1;    
    box-shadow: none;
    margin: 0;
}
.nc_dropdown select.form-control:not([size]):not([multiple]) {
    /*height: calc(2.5rem - 2px);
    height: auto;*/
}
.nc_dropdown .nc_dropdown_select,
.nc_dropdown .nc_dropdown_select select,
.nc_dropdown .block_content input{
    max-width: 100%;
    font-size: 12px;
}
.header-bottom:before {
    top: 0px;
}
.nc_dropdown .btn-primary:focus-visible,
.nc_dropdown .btn-primary:focus,
.nc_dropdown .btn-primary:hover,
.nc_dropdown .btn-primary.disabled.focus, 
.nc_dropdown .btn-primary.disabled:focus, 
.nc_dropdown .btn-primary.disabled:hover, 
.nc_dropdown .btn-primary:disabled.focus, 
.nc_dropdown .btn-primary:disabled:focus, 
.nc_dropdown .btn-primary:disabled:hover,
.nc_dropdown .btn.disabled, 
.nc_dropdown .btn.disabled:hover {
    background: #e31c2a!important;    
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px!important;
}
.nc_dropdown.block-categories {
    display: block!important;
}

.nc_dropdown .block_content {
        width: 1000px!important;
}

@media (min-width: 992px){

    /*.nc_dropdown select.form-control.form-control-select {
        background: transparent!important;
        padding-left: 5px!important;
    }
    .nc_dropdown_select:before {
        content: '';
        background: #FF0000 url(/themes/france-led-car/assets/images/fleche.png) no-repeat scroll right 12px center/12px 7px!important;
        width: 12px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 14px;
    }*/
    .nc_dropdown > .block_content > .nc_dropdown_container:not(:nth-last-child(-n+3)) {
        border-right: 1px solid #9992e7;
    }
    .nc_dropdown .block_content {
        display: flex!important;
        align-items: center;
        justify-content: space-between;
    }
    .header-bottom:before {
        top: 0px;
        background: #e31c2a;
    }

    .nc_dropdown .block_content > div:not(.clear),
    .nc_dropdown .block_content > input{
        display: flex!important;
    }
    .nc_dropdown .block_content > div:not(.clear),
    .nc_dropdown .block_content > input{
        max-width: calc(100%/6);
    }
    .nc_dropdown .block_content > input{
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    #header .header-bottom:after, #header .header-bottom:before {
	display: none!important;
    }
    /*.nc_dropdown .block_content {
        width: 100%!important;
    }*/
}
@media (max-width: 992px){
    .nc_dropdown select, .nc_dropdown .nc_dropdown_select{
        width: 100%;
    }
    .nc_dropdown .block_content {
	width: auto!important;
    }
    .nc_dropdown .block_content > div:not(.clear), .nc_dropdown .block_content > input {
	max-width: 100%!important;
    	border-bottom: 1px solid #E3E3E3;
    }
.nc_dropdown .block_content > input[type=button] {
    border-bottom: none;
}
    .nc_dropdown .block_content > div:not(.clear), .nc_dropdown .block_content > input {
        height: 48px;
    }
    input[type=button].btn.btn-primary {
        margin-top: 22px;
    }
    .nc_dropdown .block_content {
        width: auto!important;
        padding: 18px 25px 21px;
        max-width: 600px;
    }
    #header .header-bottom:after, #header .header-bottom:before {
	display: none!important;
    }
    #header .header-bottom {
        border-top: none;
        left: 0;
        transform: none;
        background: transparent;
    	width: 100%;
    	height: 100%;
        position: absolute;
  	z-index: 6;
	display: none;
    }
#header {
  position: relative;
}
.btn-filter {
  position: absolute;
  left: 0;
  bottom: -34px;
  z-index: 2;
}
button.toggle-filter {
    background: #e31c2a;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 5px 6px 5px;
    position: relative;
    outline: 0!important;
    box-shadow: none;
    letter-spacing: 0.04em;
    height: 33px;
}
button.toggle-filter:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 29px;
    height: 33px;
    transform: skewX(-22deg);
    z-index: -1;
    background: #e31c2a;
}
button.toggle-filter i {
    color: #fff;
    font-size: 20px;
    margin-right: 2px;
}
.filter-block {
    transform: translateY(-120%);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.4s ease;
    background: #fff;
    padding: 40px 0;
    display: none;
}
.filter-block.show {
    display: block;
    opacity: 1;
    transform: none;
    width: 100%;
    position: absolute;
    top: 1px;
}
button.close-filter {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    outline: 0!important;
}
button.close-filter i {
    font-size: 30px;
    color: #000;
    opacity: 1;
}
.nc_dropdown select.form-control.form-control-select {
    background: #fff url(../images/fleche-black.png) no-repeat scroll right 0.5rem center/12px 7px!important;
}
.nc_dropdown .form-control {
    color: #000!important;
}
}
@media (max-width: 576px) {
button.toggle-filter:after {
    height: 33.5px;
}
}
@media (max-width: 480px) {
.nc_dropdown .block_content {
    width: auto!important;
    padding: 18px 0 21px;
}
button.close-filter {
    left: 14px;
    top: 14px;
}
button.close-filter i {
    font-size: 24px;
}
}